

/*********** CSS RESET **********/
:root {
  --primary-color: #000;
  --secondary-color: #333;
  --gray-color: #6B6B6B;
  --dark-gray-color: #444;
  --error-red-color: #d51f28;
  --success-green-color: #207d4c;
  --text-color: #545454;
}

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

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

html {
  margin: 0;
  -webkit-text-size-adjust: none
}

ol, ul {
  list-style: none
}

a img {
  border: none
}

a:active {
  outline: 0
}

button::-moz-focus-inner, input[type=button]::-moz-focus-inner, input[type=file] > 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
}

button, 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
}

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

input:-webkit-autofill {
  -webkit-box-shadow: inset 0 0 0 1000px #fff
}

input[type=tel] {
  direction: rtl;
}

script {
  display: none !important
}

.master-wrapper-page {
  overflow: hidden
}

body {
  max-width: 100%;
  overflow-x: hidden;
  background-color: #fff;
  font-family: 'Open Sans',sans-serif;
  color: var(--text-color);
  font-size: 14px;
  line-height: 1.42857143;
}

h1, h2, h3, h4, h5, h6 {
  color: var(--dark-gray-color);
  font-weight: normal;
}

a {
  color: inherit;
  cursor: pointer
}

  a img {
    opacity: .99
  }

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

label {
  max-width: 100%;
  margin-bottom: 5px;
  font-weight: 500
}

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
}

button, input, select, textarea {
  font-size: 14px;
  font-family: 'Open Sans',sans-serif;
  color: var(--primary-color);
}

  input[type=radio], input[type=checkbox] {
    accent-color: var(--primary-color);
  }

textarea {
  min-height: 150px
}

select {
  min-width: 50px;
  height: 32px;
  padding: 6px
}

.header-selectors-wrapper select::-ms-expand, .select-box select::-ms-expand {
  display: none
}

.inputs select {
  min-height: 40px
}

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

input[type=radio] {
  margin-left: 5px
}

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

.master-wrapper-content {
  width: 100%;
  margin: 0 auto
}

.container, .master-column-wrapper {
  position: relative;
  margin: 40px 100px 0
}

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

.html-home-page .container {
  margin-top: 0;
  margin-bottom: 0;
}

.html-home-page .master-column-wrapper {
  margin: 0
}

.bgColor {
  background-color: #efefef;
  padding: 50px 0
}

  .bgColor.home-page-polls-section {
    padding-top: 0;
  }

.center-1 {
  margin: 0 0 50px
}

.html-home-page .center-1 {
  margin-bottom: 0
}

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

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

.colWidth25 {
  width: 25%
}

.colWidth1 {
  width: 1%
}

.page {
  min-height: 200px;
  text-align: right
}

.page-title, .forums-main-page .topic-block-title {
  text-align: right;
  margin-bottom: 20px;
  padding-bottom: 0;
  min-height: 50px
}

  .page-title h1, .forums-main-page .topic-block-title h2 {
    text-transform: uppercase;
    font-family: Oswald;
    font-size: 35px;
    color: #0f0f0f;
    text-align: right;
    font-weight: 500;
    letter-spacing: .5px;
    line-height: 1.35;
    min-height: 30px
  }

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

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

.buttons {
  margin: 0 0 30px
}

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

.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 36px 0 0;
  list-style: none
}

  .category-description ul li, .full-description ul li, .manufacturer-description ul li, .post-body ul li, .topic-block ul li, .topic-page ul li,
  .editor-content ul li {
    font-size: 13px;
    position: relative;
    line-height: 36px
  }

    .category-description ul li:before, .full-description ul li:before, .manufacturer-description ul li:before, .post-body ul li:before, .topic-block ul li:before, .topic-page ul li:before, .editor-content ul li:before {
      content: '';
      background: url(../images/checked.png) no-repeat;
      width: 16px;
      height: 16px;
      position: absolute;
      right: -17px;
      background-size: 10px;
      top: 13px
    }

.product-details-page .full-description ul {
  list-style-type: disc;
}

  .product-details-page .full-description ul li:before {
    background: none;
  }

.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 36px 0 0;
  list-style: decimal
}

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

.flyout-cart {
  display: none
}

#NewPassword-error p,
#NewPassword-error ul li {
  text-transform: capitalize;
}

.registration-page .inputs label {
  line-height: 1
}

.registration-page .inputs span label {
  color: var(--secondary-color)
}

.registration-page .customer-name .inputs, .registration-page .customer-password .inputs {
  width: 48%;
  float: right
}

  .registration-page .customer-name .inputs.name-lastname, .registration-page .customer-password .inputs.name-confirmPassword {
    float: left
  }

.registration-page .customer-name input {
  width: 100% !important
}

.registration-page .customer-name:after, .registration-page .customer-password:after {
  display: block;
  content: ".";
  clear: both;
  font-size: 0;
  line-height: 0;
  height: 0;
  overflow: hidden
}

.name-gender label, .name-options label {
  display: inline-block !important;
  margin: 0 0 0 10px !important;
  width: auto !important
}

.registration-page .form-fields {
  background: #fff;
  padding: 0 0;
  border: none
}

.registration-page .buttons {
  text-align: left !important
}

.registration-page .inputs {
  text-align: right !important
}

.page.password-recovery-page .form-fields {
  padding: 0
}

.customer-info-page .form-fields {
  padding: 0
}

.registration-page .inputs.accept-consent label {
  display: inline-block;
  margin-bottom: 0;
  margin-right: 5px;
  width: auto;
  margin-right: 5px;
  text-transform: capitalize;
}

.registration-page .inputs.accept-consent .read {
  font-size: 14px;
  margin-right: 5px;
  font-weight: 600;
  cursor: pointer;
  display: inline-block;
}

  .registration-page .inputs.accept-consent .read:hover {
    text-decoration: underline;
  }

.registration-page .inputs label.newsletterlabel, .html-account-page .inputs label.newsletterlabel {
  display: inline-block;
  font-family: 'Open Sans', sans-serif;
  text-transform: initial;
  width: auto;
  margin-left: 15px;
  margin-bottom: 0;
}

.fieldset, .section {
  position: relative;
  margin: 0 0 25px
}

  .fieldset .title, .section .title {
    margin: 0 0 20px;
    font-size: 15px;
    color: #0f0f0f;
    text-transform: uppercase;
    text-align: right;
    line-height: 1;
    font-weight: 500;
  }

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

.form-fields {
  position: relative;
}

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

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

  .inputs label {
    display: block;
    width: 100%;
    margin: 0 0 10px;
    text-align: right;
    font-size: 14px;
    color: var(--dark-gray-color);
    font-weight: 500
  }

.label-group .col-form-label {
  display: inline-block;
  width: auto
}

.label-group .required {
  margin: 0 4px 0 0;
  position: relative;
  top: 0;
  vertical-align: top
}

.inputs .custom-label {
  display: flex
}

  .inputs .custom-label label {
    width: auto !important
  }

  .inputs .custom-label .required {
    padding-right: 5px
  }

.inputs input[type=email], .inputs input[type=password], .inputs input[type=tel], .inputs input[type=text], .inputs select, .inputs textarea {
  width: 100%;
  max-width: 100%;
  background-color: #fff;
  font-size: 12px
}

.inputs.vendor-attributes,
.inputs.custom-attributes {
  white-space: normal
}

.custom-attributes .option-list li label {
  margin: 0 5px 0 0;
  display: inline-block;
  width: auto;
}

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

  .inputs .option-list li {
    display: inline-block;
    margin-bottom: 5px;
    background-color: #fff;
    line-height: 20px;
  }

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

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

.search-input .custom-control, .search-input .inputs.reversed {
  margin: 35px 0;
  display: flex;
  align-content: center;
  justify-content: flex-start;
}

.search-input .custom-control, .search-input .inputs .cus-checkbox {
  display: flex;
  align-content: center;
  justify-content: flex-start;
}

.required {
  margin: 0 0 0 -8px;
  font-size: 14px;
  font-weight: 700;
  color: #e4434b
}

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

.poll-vote-error {
  padding: 10px 15px;
  text-align: center;
}

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

.field-validation-error #Password-error ul {
  white-space: initial;
}

.captcha-box {
  text-align: right;
  line-height: 0
}

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

  .captcha-box input {
    height: auto
  }

.common-margin-bottom {
  margin-bottom: 40px
}

.checkout-page .order-summary-content {
  margin-top: 0
}

  .checkout-page .order-summary-content #shopping-cart-form {
    display: inline-block;
    width: 100%
  }

.checkout-page #shopping-cart-form, .checkout-page #co-payment-info-form {
  display: inline-block;
  width: 100%
}

.checkout-data .terms-of-service {
  margin-top: 10px
}

.checkout-disabled {
  padding: 10px;
  border: 2px solid var(--primary-color);
  color: #e4434b;
  text-align: center;
  font-weight: 700;
}

.table-wrapper .cart tbody tr {
  margin-bottom: 15px;
}

.ShoppingCart-left .table-wrapper .cart tbody tr:last-child {
  margin-bottom: 0;
}

.checkout-data .buttons {
  text-align: center !important;
}

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

#shopping-cart-form::after {
  clear: both;
  display: block
}

.cart th, .data-table th, .forum-table th {
  border-width: 1px 1px 0;
  border-style: solid;
  border-color: #ddd;
  background-color: #ececec;
  padding: 10px;
  white-space: nowrap;
  font-weight: 500;
  text-transform: uppercase;
  color: var(--secondary-color);
  font-size: 12px;
  font-family: Oswald
}

  .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: #fff;
  padding: 20px;
  color: var(--primary-color)
}

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

.cart a, .data-table a, .forum-table a {
  font-weight: 400;
  color: #0f0f0f
}

  .cart a:focus, .cart a:hover, .data-table a:focus, .data-table a:hover, .forum-table a:focus, .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: right
}

.cart .product-picture, .data-table .picture {
  text-align: center;
}

  .cart .product-picture img, .data-table .picture img {
    width: auto;
  }

.forum-table .forum-details, .forum-table .topic-details {
  text-align: right
}

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

.cart .product .attributes {
  font-size: 13px;
  margin: 5px 0;
  color: var(--secondary-color)
}

.cart .vendor .td-title {
  display: inline-block;
  margin-bottom: 0;
}

.cart .sku,
.cart .vendor {
  margin-top: 5px;
}

  .cart .sku span {
    font-size: 14px;
    color: var(--primary-color);
    font-weight: 400
  }

  .cart .quantity, .cart .quantity input, .cart .subtotal, .cart .unit-price, .cart .sku .td-title, .cart .vendor .td-title {
    font-weight: 500;
    color: var(--secondary-color);
    font-family: Oswald;
    font-size: 13px;
    text-transform: uppercase
  }

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

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

  .cart .product .edit-item a {
    font-weight: 600;
    color: var(--secondary-color);
  }

    .cart .product .edit-item a:hover {
      text-decoration: underline;
      color: var(--primary-color);
    }

.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;
    background-color: transparent;
  }

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

.cart td.quantity, .data-table td.quantity {
  white-space: nowrap;
  color: var(--secondary-color);
  font-family: Oswald;
  font-size: 13px
}

  .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: 32px;
  border: 0;
  cursor: pointer
}

.cart .product-quantity div.down {
  background: url('../images/vote-down.png') no-repeat 50% 50%;
  width: 50px;
  height: 32px;
  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: #0f0f0f
  }

.data-table em a {
  font-weight: 600;
  color: var(--dark-gray-color)
}

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

.return-request-page .form-fields {
  padding: 0
}

.bar-notification-container {
  position: fixed;
  top: 0;
  right: 0;
  z-index: 1000;
  width: 100%;
  line-height: 16px;
  color: #fff;
  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 10px 15px 25px
}

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

    .bar-notification .content a {
      color: #fff;
      text-decoration: underline
    }

  .bar-notification .close {
    position: absolute;
    top: 0;
    left: 0;
    width: 32px;
    height: 32px;
    margin: 7px;
    background: #fff url(../images/close.png) center no-repeat;
    cursor: pointer;
    background-size: 13px
  }

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

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

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

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

.noscript {
  border-bottom: 1px solid var(--secondary-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;
  right: 0;
  z-index: 999;
  width: 100%;
  height: 100%;
}

body:before {
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  z-index: 999999;
  background: #fff;
}

body:not(.is-loaded):after, body:not(.is-loaded):before {
  content: "";
  position: fixed;
  visibility: visible;
  -webkit-opacity: 1;
  -khtml-opacity: 1;
  -moz-opacity: 1;
  opacity: 1;
  -ms-filter: alpha(opacity=100);
  filter: alpha(opacity=100);
}

body:not(.is-loaded):after {
  background-color: #ed5348;
  right: 50%;
  top: 50%;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  z-index: 9999999;
  margin-right: -25px;
  margin-top: -25px;
  animation: lds-circle 2.4s cubic-bezier(0, 0.2, 0.8, 1) infinite;
}

.ajax-loading-block-window:after {
  content: "";
  position: fixed;
  visibility: visible;
  -webkit-opacity: 1;
  -khtml-opacity: 1;
  -moz-opacity: 1;
  opacity: 1;
  -ms-filter: alpha(opacity=100);
  filter: alpha(opacity=100);
}

.ajax-loading-block-window:after {
  background-color: #fc5546;
  right: 50%;
  top: 50%;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  z-index: 9999999;
  margin-right: -25px;
  margin-top: -25px;
  animation: lds-circle 2.4s cubic-bezier(0, 0.2, 0.8, 1) infinite;
}

@keyframes lds-circle {
  0%, 100% {
    animation-timing-function: cubic-bezier(0.5, 0, 1, 0.5);
  }

  0% {
    transform: rotateY(0deg);
  }

  50% {
    transform: rotateY(-1800deg);
    animation-timing-function: cubic-bezier(0, 0.5, 0.5, 1);
  }

  100% {
    transform: rotateY(-3600deg);
  }
}

.please-wait {
  background: url(../images/ajax-loader-small.gif) no-repeat;
  padding-right: 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: #fff;
  border-radius: 0;
  padding: 0;
  font: normal 14px 'Open Sans',sans-serif
}

  .ui-dialog:before {
    content: "";
    position: fixed;
    top: 0;
    right: 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;
  padding: 10px 15px;
  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: right;
    font-size: 18px;
    color: var(--dark-gray-color);
    margin: 0 !important;
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 600;
    color: #0f0f0f
  }

  .ui-dialog-titlebar button {
    position: absolute;
    overflow: hidden;
    font-size: 0;
    top: 0 !important;
    left: 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;
    background-size: 13px !important
  }

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

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

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

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

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

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

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

    .ui-dialog-content .back-in-stock-subscription-page .button-1 {
      border: 0;
      background-color: var(--primary-color);
      padding: 10px 15px;
      color: #fff;
      font-family: Oswald;
      font-size: 14px;
      font-weight: 600;
      letter-spacing: .7px;
      text-transform: uppercase;
    }

      .ui-dialog-content .back-in-stock-subscription-page .button-1:focus, .ui-dialog-content .back-in-stock-subscription-page .button-1:hover {
        background-color: var(--secondary-color)
      }

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

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

  .eu-cookie-bar-notification button {
    min-width: 60px;
    margin: 5px 0 10px;
    border: 0;
    background-color: var(--primary-color);
    padding: 8px 12px;
    font-size: 14px;
    color: #fff
  }

    .eu-cookie-bar-notification button:focus, .eu-cookie-bar-notification button:hover {
      background-color: var(--secondary-color)
    }

  .eu-cookie-bar-notification a {
    display: block;
    color: #0f0f0f
  }

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

.admin-header-links {
  position: relative;
  z-index: 1;
  background-color: var(--secondary-color);
  text-align: center;
  color: #eee
}

  .admin-header-links * {
    display: inline-block;
    margin: 0 10px;
    line-height: 35px;
    font-size: 12px;
    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:focus, .admin-header-links .impersonate a:hover {
        background-color: var(--gray-color)
      }

.header-upper {
  display: flex;
  position: relative
}

.header-selectors-wrapper .menu-bar {
  cursor: pointer;
  float: right;
  margin: 0 20px 0 0;
  line-height: 0
}

.header-selectors-wrapper select {
  width: 100%
}

.language-list {
  width: 100%;
  font-size: 0;
  position: absolute;
  top: 100%;
  right: 0;
  background: #fff;
  box-shadow: 0 2px 10px -2px rgba(0,0,0,.3);
  border-radius: 0 0 3px 3px;
  padding: 5px 0;
  display: none;
  z-index: 1
}

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

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

  .language-list a {
    display: block;
    position: relative;
    width: 47px;
    height: 32px;
    line-height: 0
  }

  .language-list img {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    margin: auto
  }

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

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

.header .top-link-area {
  display: inline-block;
  vertical-align: middle;
  padding: 16px 10px 16px 30px;
  margin: 30px 0;
  position: relative;
  cursor: pointer
}

  .header .top-link-area:hover ul {
    display: block
  }

  .header .top-link-area .user {
    cursor: pointer;
    display: inline-block;
    position: relative
  }

    .header .top-link-area .user:after {
      content: '';
      background: url(../images/down-arrow.png) no-repeat;
      width: 9px;
      height: 9px;
      position: absolute;
      left: -15px;
      top: 10px;
      background-size: 9px
    }

  .header .top-link-area span {
    cursor: pointer;
    display: inline-block
  }

  .header .top-link-area li:hover span {
    color: #fff
  }

  .header .top-link-area img {
    width: 24px;
    height: 24px
  }

.header-links .top-link-area ul {
  display: none;
  position: absolute;
  left: 4px;
  background: #fff;
  white-space: nowrap;
  text-align: right;
  top: 60px;
  box-shadow: 0 2px 10px -2px rgba(0,0,0,.3);
  padding: 5px 0;
  border-radius: 0 0 3px 3px;
  z-index: 2
}

  .header-links .top-link-area ul.active {
    display: block;
  }

  .header-links .top-link-area ul:before {
    content: "";
    width: 10px;
    height: 10px;
    border: 5px solid transparent;
    border-bottom-color: #fff;
    position: absolute;
    right: 75%;
    margin-right: -10px;
    top: -20px;
    margin-top: 10px;
    visibility: visible;
    opacity: 1;
    transition: all .1s
  }

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

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

.header-links-wrapper .cart-label {
  font-size: 11px;
  text-transform: uppercase;
  font-weight: 700;
  color: #fff;
  font-family: Oswald;
  letter-spacing: .5px
}

.header-links-wrapper .cart-qty {
  position: absolute;
  bottom: 67px;
  right: 75px;
  min-width: 20px;
  min-height: 20px;
  display: block;
  font-size: 12px;
  color: var(--primary-color);
  background-color: #ed5348;
  text-align: center;
  line-height: 20px;
  border-radius: 20px;
  box-shadow: -1px 2px 0 rgba(0,0,0,.3)
}

.header-links a:hover {
  color: #0f0f0f
}

.header-links-wrapper .cart-area {
  display: flex;
  position: relative;
  top: 0;
  padding: 0
}

.topcartlink {
  display: inline-block;
}

  .topcartlink a:before {
    content: '';
    background: url(../images/shopping-bag-white.png) right center no-repeat;
    padding: 0;
    position: relative;
    right: -3px;
    top: 5px;
    width: 24px;
    height: 24px;
    display: inline-block
  }

  .topcartlink .ico-cart {
    padding: 41px 0 54px;
    display: block;
    line-height: 1;
    width: 281px;
    text-align: center
  }

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

.header-menu {
  margin: 0 30px;
  flex: 1
}

.header-logo {
  text-decoration: none !important;
  vertical-align: middle;
  transition: none;
  position: relative;
  margin-right: 100px;
}

  .header-logo a {
    display: inline-block;
  }

    .header-logo a img {
      max-width: 100%;
      max-height: 57px;
      opacity: 1;
      width: auto;
      height: auto;
    }
/* Search box */
.search-box form {
  margin: 0 25%;
  position: relative
}

.search-box.store-search-box form {
  display: flex;
  flex-flow: row wrap;
  justify-content: center;
  gap: 10px 0;
}

.search-box .search-box-category {
  height: 48px;
  border-radius: 0;
  position: absolute;
  top: 1px;
  left: 45px;
  -webkit-appearance: auto;
  -moz-appearance: initial;
  z-index: 1;
  color: #0f0f0f;
  padding-left: 15px;
  border-top: 0;
  border-bottom: 0;
  padding-right: 2px;
}

  .search-box .search-box-category option {
    border-bottom: 1px solid var(--primary-color);
  }

.search-box.forum-search-box form {
  margin: 0
}

  .search-box.forum-search-box form .search-box-text {
    border: 1px solid var(--primary-color);
    height: 34px;
    width: 100%
  }

.search-box.forum-search-box .search-box-button {
  left: 0
}

.search-box form:after {
  content: "";
  display: block;
  clear: both
}

.search-box .search-box-button {
  width: 45px;
  height: 34px;
  padding: 0 15px;
  text-align: center;
  text-transform: uppercase;
  position: absolute;
  left: 0;
  top: 0;
  background: url(../images/search-black.png) no-repeat;
  background-size: 19px;
  background-position: center;
  font-size: 0;
  border: 1px solid var(--primary-color);
  border-right: none;
  background-color: white;
  z-index: 1
}

.search-box .ui-autocomplete-loading {
  background: #fff url(../images/ajax-loader-small.gif) left center no-repeat;
  display: block !important
}

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

.ui-autocomplete {
  border: 0;
  border-top: none;
  overflow: hidden;
  background-color: #fff;
  text-align: right;
  border-radius: 0;
  padding: 0;
  font: normal 14px 'Open Sans',sans-serif;
  border-radius: 0 0 3px 3px;
  box-shadow: -1px 2px 0 rgba(0,0,0,.1)
}

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

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

  .ui-autocomplete a {
    display: block;
    font-size: 12px;
    margin: 0 !important;
    border: none !important;
    border-radius: 0 !important;
    background: 100% 0 !important;
    padding: 10px !important;
    line-height: normal !important;
    color: #454545 !important;
    text-transform: uppercase;
    font-weight: 600 !important
  }

    .ui-autocomplete a.ui-state-focus, .ui-autocomplete li:hover a {
      background-color: #212121 !important;
      color: #fff !important;
    }

      .ui-autocomplete li:hover a span {
        color: #fff
      }

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

.footer {
  background-color: #161616;
  text-align: center;
}

.footer-upper, .footer-upper-first {
  width: auto;
  margin: auto;
  border-bottom: 1px solid #101010;
  overflow: hidden;
  padding: 40px 0;
  font-size: 0;
  text-align: right;
}


.footer-menu__title {
  padding: 0 0 10px;
  word-break: break-word;
  color: #e5e5e5;
  text-transform: uppercase;
  font-size: 18px;
  font-weight: 600;
  letter-spacing: .5px;
  font-family: Oswald;
}

.footer-description-text {
  color: #aaa;
  font-size: 16px;
  line-height: 24px;
}

.footer-block:last-child .list {
  margin-bottom: 0
}



.footer-menu__list .footer-menu__item.mobile-no a {
  cursor: default;
  text-decoration: none
}

  .footer-menu__list .footer-menu__item.mobile-no a:hover {
    color: #aaa
  }

.footer .footer-upper-first .footer-menu {
  color: #aaa
}

.follow-us {
  text-align: right;
  flex: 2 1 0;
  display: flex;
  flex-direction: column;
  min-width: 280px;
}

  .follow-us .title {
    margin: 0 0 10px;
    background: 100% 0;
    color: var(--dark-gray-color);
    cursor: auto;
    display: none;
  }

  .follow-us .social ul {
    font-size: 0;
    display: table;
    margin: 0 auto;
  }

  .follow-us .social li {
    display: inline-block;
    margin: 1px 5px;
    background-color: #101010;
    text-indent: 0;
    color: #fff;
    border-radius: 0;
    width: 40px;
    height: 40px;
    text-align: center;
    float: right;
  }

    .follow-us .social li:hover {
      background-color: var(--primary-color)
    }

  .follow-us .social a {
    width: 40px;
    height: 40px;
    font-size: 0;
    display: block;
    position: relative;
    z-index: 0
  }

    .follow-us .social a:before {
      content: '';
      position: absolute;
      width: 24px;
      height: 24px;
      top: 50%;
      right: 50%;
      margin-right: -15px;
      margin-top: -10px;
    }

  .follow-us .social .facebook a:before {
    background: url(../images/facebook.png) no-repeat;
    background-size: 20px
  }

  .follow-us .social .twitter a:before {
    background: url(../images/twitter.png) no-repeat;
    background-size: 20px
  }

  .follow-us .social .rss a:before {
    background: url(../images/rss-symbol.png) no-repeat;
    background-size: 20px
  }

  .follow-us .social .youtube a:before {
    background: url(../images/youtube.png) no-repeat;
    background-size: 20px
  }

  .follow-us .social .instagram a:before {
    background: url(../images/insta.png) no-repeat;
    background-size: 20px
  }


  .follow-us .social .pinterest-icon a:before {
    background: url(../images/pinterest.png) no-repeat;
    background-size: 20px
  }

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

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

  .newsletter-email input[type=email] {
    float: right;
    width: 300px;
    height: 44px;
    margin: 0 0 0 -1px;
    border-radius: 0 4px 4px 0;
    padding: 8px 20px
  }

.newsletter-subscribe-button {
  float: right;
  height: 44px;
  border: 0;
  background-color: var(--primary-color);
  padding: 0 15px;
  text-align: center;
  color: #fff;
  text-transform: uppercase;
  font-weight: 600
}

  .newsletter-subscribe-button:focus, .newsletter-subscribe-button:hover {
    background-color: var(--secondary-color)
  }

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

  .newsletter-email .options span {
    margin-left: 15px
  }

.newsletter-result, .newsletter-validation {
  width: 100%;
  overflow: hidden;
  line-height: 28px;
  color: #fff;
  text-align: right;
}

.footer-lower {
  margin: auto;
  overflow: hidden;
  padding: 35px 0;
  font-size: 13px;
  font-weight: 600;
  color: #aaa
}

.footer-tax-shipping a {
  font-weight: 600;
  color: #fff
}

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

.footer-powered-by {
  margin: 0 0 0;
}

  .footer-powered-by a {
    font-weight: 600;
    color: #fff
  }

    .footer-powered-by a:hover {
      text-decoration: underline
    }

.theme-selector {
  margin: 0 0 30px;
  display: inline-block
}

  .theme-selector select {
    width: 170px;
    padding: 3px;
    color: var(--primary-color);
    font-family: Oswald;
    font-weight: 700;
    font-size: 12px;
    text-transform: uppercase
  }
/*** NAVIGATION ***/


/** Main menu START **/

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


.menu__grid-view, .menu__list-view {
  position: relative;
  padding: 0;
  background-color: #fff;
}

.menu__group-title {
  padding: 10px 0 0;
  line-height: 20px;
  font-size: 12px;
  color: var(--primary-color);
  cursor: pointer;
  text-transform: uppercase;
  font-weight: 700;
  font-family: Oswald;
  letter-spacing: .5px;
  text-align: right;
}

.menu__grid-view .menu__link {
  display: block;
  position: relative;
  padding: 5px 0 0;
  color: var(--text-color);
  font-weight: 500;
  font-size: 11px;
  font-family: Oswald;
  text-transform: uppercase;
  letter-spacing: .5px;
  white-space: normal;
}

  .menu__grid-view .menu__link:hover {
    color: var(--primary-color)
  }


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


.menu__group > .menu__link {
  display: none;
}


.menu__group {
  display: flex;
  justify-content: center;
  height: fit-content;
  flex-flow: wrap;
  flex-direction: column;
}

.menu-image {
  position: relative;
  padding-top: 64.5%;
  border: 1px solid #eee;
}

.menu__image {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  object-fit: contain;
}
/** Main menu END **/

/** Footer menu START **/



.footer-menu {
  width: auto;
  margin: 1px auto;
  text-align: right;
  font-size: 14px;
}

.footer-menu__list {
  margin: 0 0 20px;
}

.footer-menu__link {
  display: inline-block;
  line-height: 20px;
  color: #aaa;
  font-size: 16px;
  word-break: break-word;
}

  .footer-menu__link:focus, .footer-menu__link:hover {
    text-decoration: underline;
  }

.footer-menu--active {
  grid-template-rows: min-content 1fr;
}

/** Footer menu END **/
.block {
  max-width: 600px;
  min-height: 34px;
  margin: auto;
  text-align: right
}

  .block .title {
    font-family: Oswald;
    position: relative;
    margin: 0;
    border-bottom: 2px solid #ccc;
    padding: 10px 10px;
    font-size: 12px;
    color: var(--primary-color);
    cursor: pointer;
    position: relative;
    line-height: 1;
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: 1px;
  }

    .block .title:after {
      content: '';
      position: absolute;
      left: 5px;
      top: 10px;
      width: 12px;
      height: 12px;
      background: url(../images/minus-bold.png) no-repeat;
      background-size: 12px
    }

    .block .title.plus:after {
      background: url(../images/plus-bold.png) no-repeat;
      background-size: 12px
    }


  .block .listbox {
    display: block;
    padding: 10px 5px
  }

  .block .list li {
    padding: 5px 10px 5px 0;
    line-height: 1
  }

  .block .list .sublist li {
    padding: 5px 15px 5px 0
  }

  .block .list .plus-minus {
    float: left;
    position: relative;
    top: 5px;
    left: -5px;
    cursor: pointer
  }

    .block .list .plus-minus i {
      display: inline-block;
      width: 12px;
      height: 12px;
      background: url(../images/plus.png) no-repeat;
      background-size: 12px
    }

  .block .list .active .sublist a:after {
    background: 100% 0
  }

  .block .list a {
    display: inline-block;
    position: relative;
    padding: 5px 0;
    font-size: 13px;
    color: var(--primary-color);
    -webkit-transition: all .1s ease;
    transition: all .1s ease
  }

    .block .list a:hover {
      text-decoration: underline
    }

  .block a.product-name {
    vertical-align: middle;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    width: 70%
  }

.block-main-layer .product-filter + .product-filter {
  margin: 0
}

.block a.product-picture {
  display: none
}

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

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

.block .sublist {
  margin: 0
}

.block .view-all a {
  display: inline-block;
  padding: 7px 10px;
  font-size: 13px;
  color: var(--primary-color);
  font-weight: 500
}

  .block .view-all a:hover {
    text-decoration: underline
  }

.block .tags {
  margin: 5px 0 0
}

  .block .tags ul {
    font-size: 0
  }

  .block .tags li, .product-tags-all-page li {
    display: inline-block;
    position: relative;
    margin: 0 10px;
    overflow: hidden;
    font-size: 17px !important
  }

    .block .tags li a, .product-tags-all-page li a {
      float: right;
      line-height: 30px;
      color: var(--primary-color);
      font-size: 13px !important
    }

      .block .tags li a:hover, .product-tags-all-page li a:hover {
        text-decoration: underline
      }

.poll {
  background: #fff;
  box-shadow: 0 1px 2px rgba(0,0,0,.1);
  margin-bottom: 15px
}

  .poll strong {
    display: block;
    margin: 0 0 10px 0;
    padding: 20px 15px;
    font-size: 13px;
    font-weight: 500;
    color: #0f0f0f;
    text-transform: uppercase;
    font-family: Oswald;
    border-bottom: 1px solid #999;
    letter-spacing: 1px
  }

.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;
      cursor: pointer
    }

    .poll-options li > label {
      display: inline-block;
      font-size: 14px;
      cursor: pointer;
      font-weight: 500;
    }

.poll .buttons button {
  border: 0;
  background-color: var(--primary-color);
  padding: 10px 20px;
  font-size: 12px;
  color: #fff;
  font-family: Oswald;
  letter-spacing: .7px;
  font-weight: 600;
  text-transform: uppercase;
  margin: 15px
}

  .poll .buttons button:focus, .poll .buttons button:hover {
    background-color: var(--secondary-color)
  }

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

.home-page-polls {
  text-align: center
}

  .home-page-polls .title {
    padding: 15px 0 15px;
    font-weight: 400;
    color: #313131;
    font-family: Oswald;
    font-size: 25px;
    text-transform: uppercase;
    letter-spacing: 1px;
    margin-bottom: 5px
  }

    .home-page-polls .title strong {
      font-weight: 400
    }

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

.center-1 .home-page-polls .buttons {
  text-align: center;
  margin: 0
}

.breadcrumb {
  background-color: #fff;
  padding: 12px 100px;
  border-bottom: 1px solid #dfdfdf
}

  .breadcrumb ul {
    margin: 0;
    padding: 0;
    line-height: 1
  }

  .breadcrumb li {
    display: inline-block;
  }

    .breadcrumb li * {
      font-family: Oswald;
      display: inline-block;
      font-size: 12px;
      color: #454545;
      text-transform: uppercase;
      font-weight: 500;
      letter-spacing: 1px;
      float: right;
    }

    .breadcrumb li a {
      margin-left: 12px
    }

    .breadcrumb li .delimiter {
      font-size: 0;
      background: url(../images/right-arrow.png) no-repeat;
      height: 12px;
      width: 12px;
      display: inline-block;
      background-size: 10px;
      line-height: 19px;
      margin: 0 12px;
      position: relative;
      top: 1px;
      margin-right: 0;
    }

  .breadcrumb ul li:last-child a {
    color: #0f0f0f
  }

  .breadcrumb ul li:last-child strong {
    color: #0f0f0f
  }

  .breadcrumb a span:hover, .breadcrumb a:focus, .breadcrumb a:hover {
    text-decoration: underline
  }

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

  .vendor-description ol {
    list-style: auto;
    padding-right: 15px;
  }

  .vendor-description ul {
    list-style: inherit;
    padding-right: 15px;
  }

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

  .contact-vendor .button-2 {
    border: 0;
    background-color: var(--primary-color);
    padding: 10px 15px;
    font-size: 14px;
    color: #fff;
    text-transform: uppercase
  }

    .contact-vendor .button-2:focus, .contact-vendor .button-2:hover {
      background-color: var(--secondary-color)
    }

.product-selectors {
  padding: 0 0 35px 0;
  min-height: 70px;
}

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

  .product-selectors > div {
    float: right;
    margin: 5px
  }

  .product-selectors .product-sorting {
    margin: 5px 0 5px 5px
  }

  .product-selectors .product-page-size {
    float: left;
    min-height: 35px;
  }

  .product-selectors .pager {
    float: left;
    margin: 5px 5px 5px 0
  }

  .product-selectors span {
    vertical-align: middle;
    color: var(--primary-color);
    font-family: Oswald;
    font-weight: 500;
    font-size: 12px;
    text-transform: uppercase
  }

  .attributes .select-box select, .product-selectors select {
    -webkit-appearance: none;
    -moz-appearance: none;
    position: relative;
    overflow: hidden !important;
    text-overflow: ellipsis;
    max-width: 280px;
    white-space: nowrap;
  }

  .product-selectors select {
    margin: 0 8px;
    border: 2px solid var(--primary-color);
    height: 35px;
    color: var(--primary-color);
    font-family: Oswald;
    font-weight: 500;
    font-size: 12px;
    text-transform: uppercase;
    padding: 0 10px 0 20px;
    line-height: 31px;
    cursor: pointer;
    background: 100% 0
  }

.select-box {
  display: inline-block;
  position: relative
}

  .select-box select::-ms-expand {
    display: none !important
  }

.attributes .select-box:before, .product-selectors .select-box:before {
  content: '';
  background: url(../images/down-arrow-black.png) no-repeat;
  width: 9px;
  height: 9px;
  position: absolute;
  left: 15px;
  top: 13px;
  background-size: 9px
}

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

.product-filter {
  min-height: 34px
}

  .block .title,
  .product-filter .filter-title {
    background: #f6f6f6;
  }

  .product-filter .filter-title {
    font-family: Oswald;
    margin: 0;
    border-bottom: 2px solid #ccc;
    padding: 10px;
    font-size: 12px;
    color: var(--primary-color);
    cursor: pointer;
    position: relative;
    line-height: 1;
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: 1px;
  }

    .product-filter .filter-title:after {
      content: '';
      position: absolute;
      left: 5px;
      top: 10px;
      width: 12px;
      height: 12px;
      background: url(../images/minus-bold.png) no-repeat;
      background-size: 12px
    }

    .product-filter .filter-title.plus:after {
      background: url(../images/plus-bold.png) no-repeat;
      background-size: 12px
    }


  .product-filter .filter-content {
    padding: 10px;
    color: var(--dark-gray-color)
  }

  .product-filter.price-range-filter .filter-content {
    padding-bottom: 15px;
  }

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

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

    .product-filter .group .name {
      padding-bottom: 10px
    }

      .product-filter .group .name strong {
        font-weight: 500;
      }

    .product-filter .group .item {
      display: flex;
      padding-right: 5px;
      align-items: center
    }

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

      .product-filter .group .item label {
        cursor: pointer;
        display: flex;
        align-items: center;
        padding-right: 8px;
        flex-grow: 1;
        margin-bottom: 0;
        font-weight: 500;
        font-size: 13px;
      }

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

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

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

    .price-range-filter .selected-price-range.manually .from {
      margin-left: 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-left: 8px
  }

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

.item-box {
  position: relative;
  width: 100%;
  float: right;
  margin: 0 0 30px;
  text-align: right
}

  .item-box .picture {
    z-index: 1;
    overflow: hidden;
    background-color: #fff;
  }

    .item-box .picture a {
      display: block;
      position: relative;
      height: 100%;
      width: 100%;
    }

.product-list .item-box .picture a {
  min-height: 220px;
}

.category-grid .item-box .picture a:after {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background: rgba(0,0,0,.4)
}

.category-grid .item-box:hover .picture a:after {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background: rgba(0,0,0,.7)
}

.product-grid .item-box:hover .picture a:after {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background: rgba(0,0,0,0.05)
}

.product-grid .item-box:hover .details {
  content: '';
  width: 100%;
  height: 100%;
  background: rgba(0,0,0,0.05)
}

.product-grid .item-box .product-item {
  position: relative;
}

.item-box .picture a:before {
  content: "";
  display: block;
  padding-top: 100%;
}

.item-box .picture a img {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  max-width: 100%;
  max-height: 100%;
  margin: auto;
  -webkit-transition: all .3s ease;
  transition: all .3s ease;
  -webkit-transform: translateZ(0) scale(1,1);
  width: auto;
  height: auto
}

.product-list .item-box .picture a img {
  margin: 0;
}


.product-list .swiper-horizontal > .swiper-pagination-bullets, .product-list .swiper-pagination-bullets.swiper-pagination-horizontal {
  bottom: 8px;
}

.swiper-pagination-bullets.swiper-pagination-horizontal {
  bottom: 22px;
}

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

.item-box .details {
  padding: 10px;
  position: relative
}

.item-box .product-title {
  margin: 0 0 10px;
  overflow: hidden;
  font-size: 14px;
  font-weight: 400;
  color: var(--primary-color);
  text-overflow: ellipsis;
  white-space: nowrap;
  height: 20px;
}

  .item-box .product-title a {
    color: var(--primary-color);
  }

.item-box .sku {
  margin: 0 0 5px;
  color: var(--secondary-color);
  font-size: 13px
}

.item-box .product_sku {
  min-height: 20px;
}

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

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

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

.item-box .description:not([data-short-description]) {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  min-height: 38px;
}

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

.html-home-page .item-box .description:not([data-short-description]) {
  margin-bottom: 10px;
}

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

.item-box .prices {
  overflow: hidden
}

.item-box .old-price {
  margin: 0 0 0 5px;
  font-size: 16px;
  color: var(--dark-gray-color);
  font-family: Oswald;
  text-decoration: line-through
}

.item-box .actual-price {
  margin: 0 0 0 5px;
  font-size: 20px;
  color: var(--primary-color);
  font-family: Oswald;
  font-weight: 400
}

.item-box .tax_shipping_info {
  height: 20px;
}

.item-box .tax-shipping-info a {
  color: #0f0f0f;
  font-weight: 600;
}

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

.product-grid .item-box .buttons {
  visibility: hidden;
  margin-right: -70px;
  margin-bottom: 0;
  font-size: 0;
  position: absolute;
  bottom: 114%;
  right: 50%;
  display: inline-block;
  width: 138px;
  text-align: center;
  z-index: 1;
  -webkit-transition: all .3s ease-in-out;
  -moz-transition: all .3s ease-in-out;
  -o-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out
}



.product-grid .item-box button[type=button] {
  display: inline-block;
  height: 36px;
  vertical-align: middle;
  background-size: 17px;
  border: 1px solid transparent;
  margin: 0 5px;
  border-radius: 180px;
  background-color: #0f0f0f
}

.product-grid .item-box .add-to-compare-list-button, .product-grid .item-box .add-to-wishlist-button, .product-grid .item-box .product-box-add-to-cart-button {
  width: 36px;
  background-color: unset;
  background-position: center;
  background-repeat: no-repeat;
  font-size: 0;
  opacity: 1
}

.product-grid .item-box .product-box-add-to-cart-button {
  background-image: url(../images/cart.png)
}

.product-grid .item-box .add-to-compare-list-button {
  background-image: url(../images/compare-button.png)
}

.product-grid .item-box .add-to-wishlist-button {
  background-image: url(../images/wishlist-button.png)
}

  .product-grid .item-box .add-to-compare-list-button:hover, .product-grid .item-box .add-to-wishlist-button:hover, .product-grid .item-box .product-box-add-to-cart-button:hover {
    background-color: var(--secondary-color);
    border-color: transparent
  }

.product-list .item-box .buttons {
  text-align: right;
  margin-top: 10px;
  margin-bottom: 10px;
}

.product-list .item-box button[type=button] {
  display: inline-block;
  height: 35px;
  border: 0;
  vertical-align: middle
}

.product-list .item-box .product-box-add-to-cart-button {
  width: 60%;
  background-color: var(--primary-color);
  color: #fff;
  text-align: center;
  font-family: Oswald;
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 600;
}

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

.product-list .item-box .add-to-compare-list-button, .product-list .item-box .add-to-wishlist-button {
  width: 35px;
  border-right: 1px solid #fff !important;
  background-color: #fff;
  background-position: center;
  background-repeat: no-repeat;
  font-size: 0
}

.product-list .item-box .add-to-compare-list-button {
  background-image: url(../images/compare-button-black.png);
  border: 1px solid var(--primary-color) !important;
  background-size: 17px;
}

.product-list .item-box .add-to-wishlist-button {
  border: 1px solid var(--primary-color) !important;
  background-image: url(../images/wishlist-button-black.png);
  background-size: 17px
}

.sub-category-grid {
  padding-bottom: 25px;
  margin-bottom: 10px !important
}

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

.home-page-category-grid {
  margin-bottom: 50px
}

  .home-page-category-grid .category-item h2 a {
    word-break: break-all
  }

.page.category-page .category-grid.sub-category-grid .sub-category-item .picture a {
  position: relative
}

.category-page .sub-category-grid {
  min-height: 200px
}

.category-page .product-list .item-box, .category-page .product-grid .item-box {
  min-height: 220px
}

.category-page .product-grid .item-box {
  min-height: 360px;
}

.home-page-category-grid .title, .sub-category-grid .title {
  text-align: center;
  font-size: 16px;
  position: absolute;
  top: 50%;
  width: 100%;
  color: #fff !important;
  z-index: 1;
  text-transform: uppercase;
  font-weight: 500;
  font-family: Oswald;
  margin-top: -13px;
  letter-spacing: .7px
}

  .home-page-category-grid .title a, .sub-category-grid .title a {
    display: inline-block !important
  }

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

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

  .product-grid.featured-product-grid {
    margin-bottom: 0;
  }

.products-container {
  position: relative
}

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



.product-grid .item-grid.owl-carousel {
  margin: 0
}

.product-grid .title {
  margin: 0 0 30px;
  border-bottom: 1px solid #dfdfdf;
  padding: 0 0 15px;
  font-family: Oswald;
  font-size: 25px;
  letter-spacing: 1px;
  margin-bottom: 30px;
  color: #313131;
  text-transform: uppercase;
  text-align: right
}


.home-page .product-grid .title {
  text-align: center;
  font-size: 25px;
  margin-bottom: 5px;
  border-bottom: none
}

.home-page .search-input .page-title {
  min-height: auto;
}

  .home-page .search-input .page-title h1 {
    text-align: center;
    font-size: 25px;
    margin-bottom: 0;
    border-bottom: none;
    font-weight: 400;
    color: #313131;
  }

.home-page .topic-block-title {
  margin-bottom: 5px;
  border-bottom: 0;
}

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

  .manufacturer-grid .title a:hover {
    color: #0f0f0f
  }

.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: #0f0f0f
  }

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

.pager {
  margin: 0 0 20px
}

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

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

    .pager li.next-page a, .pager li.previous-page a {
      background-color: var(--primary-color);
      border: 1px solid transparent
    }

    .pager li a, .pager li span {
      display: block;
      min-width: 35px;
      height: 35px;
      padding: 8px;
      text-align: center;
      font-size: 12px;
      cursor: pointer;
      font-family: Oswald;
      font-weight: 700;
      color: var(--primary-color);
      border: 1px solid #fff
    }

    .pager li span {
      cursor: default
    }

    .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: #fff;
      background-size: 12px
    }

    .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.current-page span {
      border: 1px solid var(--primary-color)
    }

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

.product-essential {
  margin: 0 0 30px
}

  .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;
    overflow: hidden
  }

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

    .gallery .picture img, .gallery .picture img, .picture-thumbs img, .video-gallery .video-thumbs iframe, .variant-picture img {
      position: absolute;
      top: 0;
      left: 0;
      bottom: 0;
      right: 0;
      max-width: 100%;
      margin: auto;
      -moz-transition: all .3s;
      -webkit-transition: all .3s;
      transition: all .3s
    }

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

.picture-gallery .picture-thumbs {
  overflow: hidden;
  font-size: 0
}

  .picture-gallery .picture-thumbs .thumb-item {
    display: block;
    position: relative;
    width: 99%;
    height: 87px;
    overflow: hidden;
    cursor: pointer;
    border: 1px solid #dfdfdf
  }

.video-gallery {
  width: 100%;
}

  .video-gallery .video-thumbs .thumb-item {
    display: inline-block;
    position: relative;
    margin: 30px 0px 10px;
    overflow: hidden;
    width: 100%;
    height: 260px;
    border: 0;
  }

.gallery .picture-thumbs .thumb-item.active {
  border: 1px solid var(--primary-color);
}

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

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

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

  .overview .product-name {
    margin: 0;
    padding: 0 0 20px;
    line-height: 1
  }

    .overview .product-name h1 {
      font-size: 30px;
      font-weight: 400;
      color: var(--primary-color);
      word-break: break-word;
      line-height: 1.3
    }

  .overview .short-description {
    margin: 0 0 40px;
    line-height: 1.4;
    color: var(--gray-color)
  }

.product-details-page .overview .free-shipping,
.product-details-page .overview .additional-details div,
.product-details-page .product-reviews-overview,
.product-details-page .overview .short-description {
  margin: 0 0 10px 0;
}

.product-no-reviews {
  display: inline-block;
  position: relative;
  top: -2px;
  text-decoration: none;
  line-height: 20px;
  font-size: 14px;
  color: var(--primary-color)
}

.product-reviews-overview {
  color: var(--dark-gray-color);
  margin: 3px 0 20px
}

.product-no-reviews a:hover, .product-review-links a:hover {
  text-decoration: underline
}

.product-review-links {
  position: relative;
  top: -3px;
  display: inline-block;
}

.product-review-box {
  display: inline-block;
  margin: 0 0 0 5px;
  width: 100%
}

  .product-review-box .rating {
    width: 81px;
    height: 18px;
    background: url(../images/rating1.png) repeat-x;
    background-size: 16px
  }

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

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



.vendor-page .block {
  max-width: 100%;
  text-align: left;
  min-height: auto;
  margin-bottom: 20px;
}

  .review-item-info .review-product-name a,
  .vendor-page .block a {
    display: inline-block;
    font-size: 13px;
    color: var(--primary-color);
    font-weight: 500;
    cursor: pointer;
    font-family: 'Open Sans',sans-serif;
  }

.review-item-info .review-product-name a {
  font-size: 14px;
  font-weight: 400;
}

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

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

.vendor-page .block .title {
  background: none;
  padding: 0;
  border: 0;
  cursor: auto;
}

  .vendor-page .block .title:after {
    content: none;
  }


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

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

.product-review-links span {
  color: #dfdfdf
}

.product-review-links .separator {
  margin: 0 5px
}

.variant-overview .value a {
  color: var(--primary-color);
  font-weight: 600
}

  .overview .value a:hover, .variant-overview .value a:hover {
    text-decoration: underline
  }

.overview-buttons {
  margin: 20px 0 23px;
  font-size: 0;
  display: inline-block;
  vertical-align: bottom;
  text-align: right
}

.product-details-page .right-side .overview-buttons {
  display: block
}


.overview-buttons div {
  display: block;
  margin: 0 1px 2px
}

.overview .button-2, .variant-overview .button-2 {
  border: 0;
  background-color: #fff;
  background-position: right center;
  background-repeat: no-repeat;
  padding: 1px 30px 2px 15px;
  font-size: 11.5px;
  color: var(--secondary-color)
}

.overview .button-2 {
  display: block;
  width: 100%;
  background-color: #fff;
  background-position: 13px center;
  background-repeat: no-repeat;
  padding: 11px 40px 11px 15px;
  text-align: right;
  font-size: 14px;
  color: var(--dark-gray-color);
  margin-bottom: 7px;
  border: 1px solid #dedede;
  box-shadow: 0 1px 2px rgba(0,0,0,.02)
}

.overview-buttons input {
  text-transform: uppercase
}

.overview .email-a-friend-button {
  background-image: url(../images/email-button-gray.png);
  background-size: 17px
}

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

.overview .add-to-compare-list-button {
  background-image: url(../images/compare-button-gray.png);
  background-size: 17px
}

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

.overview .subscribe-button, .variant-overview .subscribe-button {
  background-image: url(../images/email-button.png);
  background-position: right;
}

  .overview .download-sample-button:hover, .overview .subscribe-button:hover, .variant-overview .download-sample-button:hover, .variant-overview .subscribe-button:hover {
    text-decoration: underline
  }

.overview .download-sample-button, .variant-overview .download-sample-button {
  font-family: Oswald;
  font-size: 13px;
  letter-spacing: .5px;
  margin-bottom: 10px;
  padding: 10px;
  text-transform: uppercase;
  display: inline-block;
  font-weight: 400;
  background-color: var(--primary-color);
  color: #fff
}

  .overview .download-sample-button:hover, .variant-overview .download-sample-button:hover {
    text-decoration: none;
    background-color: var(--secondary-color)
  }

.overview .add-to-wishlist-button, .variant-overview .add-to-wishlist-button {
  background-image: url(../images/wishlist-button-gray.png);
  background-size: 17px
}

  .overview .add-to-wishlist-button:hover, .variant-overview .add-to-wishlist-button:hover {
    background-image: url(../images/wishlist-button-black.png)
  }

.overview .manufacturers {
  margin: 0 0 10px;
  color: var(--primary-color)
}

.overview .availability, .variant-overview .availability {
  margin: 0 0 0;
  overflow: hidden;
  line-height: 1
}

  .overview .availability .stock, .variant-overview .availability .stock {
    margin: 0 0 10px;
    color: var(--primary-color);
    font-weight: 400;
    font-size: 14px
  }

.overview .additional-details {
  color: var(--primary-color);
  font-weight: 400;
  font-size: 13px
}

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

.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) right center no-repeat;
  padding: 2px 28px 2px 0;
  font-weight: 700;
  color: var(--dark-gray-color)
}

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

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

.variant-overview .prices {
  margin: 0 0 25px
}

.overview .prices .old-product-price {
  display: inline-block;
  position: relative;
  top: 7px
}

.overview .prices .product-price {
  display: inline-block
}

.overview .prices label, .variant-overview .prices label {
  font-size: 0
}

.overview .prices span, .variant-overview .prices span {
  font-size: 18px;
  line-height: 1.2;
  font-weight: 400;
  color: #0f0f0f;
  font-family: Oswald
}

.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: 18px;
  color: #0f0f0f;
  text-decoration: line-through;
  font-family: 'Oswald';
}

.overview .product-price span, .variant-overview .product-price span {
  font-size: 36px;
  font-family: Oswald;
  color: #0f0f0f;
  font-weight: 400;
  line-height: 1
}

.overview .tax-shipping-info a, .variant-overview .tax-shipping-info a {
  color: #0f0f0f;
  font-weight: 600
}

  .overview .tax-shipping-info a:focus, .overview .tax-shipping-info a:hover, .variant-overview .tax-shipping-info a:focus, .variant-overview .tax-shipping-info a:hover {
    text-decoration: underline
  }

.product-grouped .overview .email-a-friend {
  display: block;
  margin: 0
}

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

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

  .customer-entered-price .price-input input {
    width: 170px;
    text-align: center;
    color: #0f0f0f;
    font-family: Oswald;
    font-size: 12px;
    font-weight: 700
  }

  .customer-entered-price .price-range {
    margin: 5px 0 0;
    color: var(--text-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: #e4434b
  }

.overview .add-to-cart {
  padding: 10px 0;
  display: block
}

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

.overview .add-to-cart-panel {
  display: block
}

.pre-order-availability-date {
  margin-top: 15px;
}

.overview .add-to-cart-panel:after {
  content: "";
  display: block;
  clear: both
}

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

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

.overview .qty-input, .variant-overview .qty-input {
  width: 100px;
  height: 50px;
  padding: 0 12px;
  text-align: center;
  color: #0f0f0f;
  font-family: Oswald;
  font-size: 12px;
  font-weight: 700
}

.overview .qty-input {
  width: 20%;
  display: inline-block
}

.overview .qty-dropdown, .variant-overview .qty-dropdown {
  height: 50px;
  font-size: 12px;
  min-width: unset;
  width: 20%;
  color: #0f0f0f;
  font-family: Oswald;
  background-color: #fff;
}

.overview .add-to-cart-button, .variant-overview .add-to-cart-button {
  border: 0;
  background-color: var(--primary-color);
  padding: 0 24px;
  color: #fff;
  height: 50px;
  line-height: 50px;
  min-width: 250px;
  font-family: Oswald;
  font-size: 14px;
  font-weight: 600;
  letter-spacing: 0.7px;
  text-transform: uppercase;
  margin: 0 20px
}

.overview .add-to-cart-button {
  min-width: auto;
  width: 75%;
  margin: 0 5% 0 0
}

  .overview .add-to-cart-button:focus, .overview .add-to-cart-button:hover, .variant-overview .add-to-cart-button:focus, .variant-overview .add-to-cart-button:hover {
    background-color: var(--secondary-color)
  }

.product-share-button {
  display: block;
  overflow: hidden;
  margin: 15px 0 0
}

.product-details-page .product-share-button {
  margin: 0;
  padding: 5px 0 0
}

.product-details-page .right-side .product-share-button #st-1 {
  text-align: center;
}

.group-product #st-1 {
  text-align: right;
}

.full-description {
  clear: both;
  line-height: 24px;
  color: var(--primary-color);
  font-size: 14px;
  font-weight: 400;
  letter-spacing: .005em
}

  .full-description b {
    text-transform: uppercase;
    font-weight: 500;
    font-family: Oswald;
    color: #313131;
    font-size: 13px
  }

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


.product-variant-line {
  margin: 0 0 30px;
  border-bottom: 1px solid #ddd;
  padding: 0 0 20px
}

  .product-variant-line:last-child {
    border-bottom: none;
  }

  .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: 30px;
    font-weight: 400;
    color: var(--primary-color)
  }

  .variant-overview .variant-description {
    margin: 0 0 15px;
    line-height: 22px
  }

  .variant-overview .add-to-wishlist {
    margin: 12px 0 12px;
    display: inline-block
  }

  .variant-overview .add-to-wishlist-button {
    display: inline-block;
    width: auto;
    text-transform: uppercase
  }

  .variant-overview .add-to-cart {
    margin: 0 0 5px;
    float: right
  }

.search-button-flv:disabled {
  background-color: #cccccc !important;
  cursor: not-allowed;
  opacity: 0.6;
}

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

  .product-filter-level-values-box .title {
    margin: 0 0 10px;
    font-size: 18px;
    color: #444;
  }

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

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

.product-variant-list {
  margin-bottom: 20px;
}

.product-specs-box {
  margin: 0 0 40px
}

  .product-specs-box td,
  .product-filter-level-values-box td {
    border: 1px solid #eee;
    padding: 10px;
    font-size: 14px;
    letter-spacing: .5px
  }

    .product-specs-box td.spec-group-name {
      border: 0;
      padding-top: 20px;
      font-size: 14px;
      color: #313131;
      letter-spacing: .7px;
      text-transform: uppercase;
      font-family: Oswald;
      padding-right: 0;
    }

  .product-specs-box tr.even td {
    background-color: #f6f6f6;
  }

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

  .product-tags-list li {
    display: inline-block;
    font-size: 14px;
    color: var(--primary-color)
  }

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

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

    .product-tags-list a:focus, .product-tags-list a:hover {
      text-decoration: underline
    }

.attributes {
  margin: 20px 0
}

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

  .attribute-label, .attributes dt {
    display: block;
    margin: 0 0 3px 15px;
    white-space: nowrap;
    font-weight: 700;
    color: var(--primary-color);
    text-transform: uppercase;
    font-size: 12px;
    font-family: Oswald
  }

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

  .attributes li {
    margin: 0 0 5px;
    display: inline-block;
    color: var(--primary-color);
    text-transform: uppercase;
    font-size: 12px;
    font-family: Oswald;
    font-weight: 400
  }

.overview .attributes li {
  margin-left: 10px
}

.attributes select {
  width: auto;
  min-width: 100px;
  max-width: 100%;
  border: 2px solid var(--primary-color);
  height: 35px;
  color: var(--primary-color);
  font-family: Oswald;
  font-weight: 500;
  font-size: 12px;
  text-transform: uppercase;
  padding: 0 10px 0 30px;
  line-height: 31px;
  background: 100% 0;
  cursor: pointer
}

.attributes .option-list label {
  margin: 0 5px
}

.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 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%),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%)
}

.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-right: -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: #fff;
  text-align: center;
  border: 0;
  border-radius: 0;
  padding: 0;
  font: normal 14px 'Open Sans',sans-serif;
  color: var(--text-color)
}

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

  .ui-datepicker-header a {
    position: absolute;
    top: 0;
    z-index: 1;
    width: 32px;
    height: 32px;
    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 {
      right: 0;
      background: url(../images/calendar-prev.png) center no-repeat
    }

    .ui-datepicker-header a.ui-datepicker-next {
      left: 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;
  line-height: 32px;
  font-weight: 700;
  text-transform: uppercase;
  line-height: 32px !important
}

.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: 100% 0 !important;
      padding: 0;
      text-align: center;
      color: var(--dark-gray-color) !important
    }

  .ui-datepicker-calendar .ui-state-active {
    outline: 2px solid #0f0f0f;
    font-weight: 700;
    color: #0f0f0f;
    color: #0f0f0f !important
  }

.attribute-squares {
  display: inline-block
}

.compare-products-table .attribute-squares {
  display: inherit
}

.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 {
  border: 2px solid var(--primary-color);
}

.product-details-page .option-list li > label {
  line-height: 31px;
}

.attribute-squares li input {
  display: none
}

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

.tooltip-container {
  position: absolute;
  width: 200px;
  color: var(--primary-color);
  background: #fff;
  border: 1px solid #eee;
  text-align: center;
  visibility: hidden;
  border-radius: 5px
}

  .tooltip-container:before {
    content: '';
    position: absolute;
    bottom: 100%;
    right: 50%;
    margin-right: -7px;
    width: 0;
    height: 0;
    border-bottom: 7px solid #eee;
    border-left: 7px solid transparent;
    border-right: 7px solid transparent
  }

  .tooltip-container:after {
    content: '';
    position: absolute;
    bottom: 100%;
    right: 50%;
    margin-right: -6px;
    width: 0;
    height: 0;
    border-bottom: 6px solid #fff;
    border-left: 6px solid transparent;
    border-right: 6px solid transparent
  }

.attribute-squares li:focus .tooltip-container, .attribute-squares li:hover .tooltip-container {
  visibility: visible;
  margin-right: -83px;
  margin-top: 5px;
  z-index: 999
}

.tooltip-container .tooltip-header {
  background-color: #f6f6f6;
  height: 25px;
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
  padding-right: 10px;
  padding-top: 5px;
  text-align: right;
  width: 198px;
  font-size: 15px;
  border-bottom: 1px #eee solid
}

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

  .tooltip-container .tooltip-body img {
    border: 0 #fff;
    width: 190px
  }


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

  .giftcard div {
    margin: 0 0 10px
  }

  .giftcard .label-group {
    margin-bottom: 0;
  }

  .giftcard label {
    display: block;
    margin: 0 auto 5px;
    color: var(--primary-color);
    text-transform: uppercase;
    font-size: 12px;
    font-family: Oswald;
  }

  .giftcard .label-group .required {
    font-size: 14px;
    margin-right: 0;
  }

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

  .giftcard textarea {
    height: 150px
  }

.product-reviews-page h1 a, .return-request-page h1 a {
  color: #0f0f0f;
  text-decoration: underline;
  position: relative;
}

  .product-reviews-page h1 a:after, .return-request-page h1 a:after {
    content: "";
    position: absolute;
    bottom: 5px;
    right: 0;
    width: 0;
    height: 3px;
    transition: all ease .3s;
    background: #232323;
    transition: 0.5s
  }

  .product-reviews-page h1 a:hover, .return-request-page h1 a:hover {
    text-decoration: none;
  }

    .product-reviews-page h1 a:hover:after, .return-request-page h1 a:hover:after {
      width: 100%;
    }

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

.product-reviews-page .title {
  margin: 0 0 10px;
  font-size: 15px;
  color: var(--primary-color);
  text-transform: uppercase;
  text-align: right
}


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

.write-review {
  margin: 0
}

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

  .write-review .buttons {
    margin-bottom: 0;
  }

.tooltip {
  position: initial;
  display: inline-block;
  border-bottom: 1px dotted var(--primary-color);
  color: var(--dark-gray-color)
}

.html-product-reviews-page .tooltip {
  border-bottom: none;
}

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

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

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

.write-review .review-rating {
  text-align: right;
  padding-top: 10px;
  padding-bottom: 10px
}

  .write-review .review-rating .name-description {
    display: inline-block;
    margin-left: 15px;
  }

  .write-review .review-rating .rating-wrapper {
    display: inline-block;
  }

  .write-review .review-rating .tooltip {
    border-bottom: 0;
  }

  .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);
    display: inline-flex
  }

  .write-review .review-rating div.rating-options {
    padding-top: 0;
    display: inline-block;
    margin: 0 15px;
    vertical-align: middle;
  }

    .write-review .review-rating div.rating-options input {
      vertical-align: baseline;
      margin-right: 5px
    }

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

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

.write-review .button-1 {
  border: 0;
  background-color: var(--primary-color);
  padding: 10px 25px;
  text-align: center;
  font-size: 14px;
  font-weight: 600;
  letter-spacing: .7px;
  font-family: Oswald;
  color: #fff;
  text-transform: uppercase;
}

  .write-review .button-1:focus, .write-review .button-1:hover {
    background-color: var(--secondary-color)
  }

.product-reviews-page .message-error, .product-reviews-page .result {
  margin: 0 0 20px
}

.product-review-list {
  overflow: hidden
}

  .product-review-list .review-content .text-body {
    word-break: break-word;
    line-height: 1.6
  }

.product-details-page .title, .vendor-product-reviews-title {
  margin: 0 0 20px;
  font-size: 15px;
  color: #0f0f0f;
  font-weight: 400;
  text-transform: uppercase;
  text-align: right;
  line-height: 1;
  font-family: Oswald;
  letter-spacing: 1px;
  border-bottom: 1px solid #dfdfdf;
  padding-bottom: 15px;
}

  .product-details-page .title strong, .vendor-product-reviews-title strong {
    font-weight: 500;
  }

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

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

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

    .product-review-item .review-title strong {
      font-weight: 500
    }

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

  .product-review-item .review-content {
    padding: 20px 10px
  }

  .product-review-item .review-text {
    margin: 0 0 10px;
    line-height: 1.6;
    color: var(--primary-color);
    font-size: 13px
  }

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

    .product-review-item .avatar img {
      height: auto;
      max-height: 100%;
    }

  .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;
    font-size: 13px
  }

    .product-review-item .review-info .user a:hover,
    .product-review-item .review-info .user a:focus {
      text-decoration: underline
    }

    .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;
      color: #0f0f0f;
      cursor: pointer
    }

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

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

.product-review-item .review-type-rating-ext {
  overflow: hidden;
  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: right
}

.wishlist-content .tax-shipping-info {
  margin: 0 0 20px;
  text-align: center
}

  .wishlist-content .tax-shipping-info a {
    color: #0f0f0f;
    font-weight: 600;
  }

    .wishlist-content .tax-shipping-info a:focus, .wishlist-content .tax-shipping-info a:hover {
      text-decoration: underline;
      color: var(--primary-color);
    }

.wishlist-content .buttons {
  font-size: 0;
  text-align: left !important
}

.wishlist-content .button-2 {
  display: block;
  width: 230px;
  margin: 0 auto 10px;
  border: 0;
  padding: 10px 25px;
  text-align: center;
  line-height: 20px;
  font-size: 14px;
  color: #fff
}

.wishlist-content .email-a-friend-wishlist-button, .wishlist-content .update-wishlist-button, .wishlist-content .wishlist-add-to-cart-button, .wishlist-content .delete-wishlist-button {
  background-color: #0f0f0f;
  text-transform: uppercase;
  font-family: Oswald;
  font-weight: 600;
}

  .wishlist-content .email-a-friend-wishlist-button:focus, .wishlist-content .email-a-friend-wishlist-button:hover, .wishlist-content .update-wishlist-button:focus, .wishlist-content .update-wishlist-button:hover, .wishlist-content .wishlist-add-to-cart-button:focus, .wishlist-content .wishlist-add-to-cart-button:hover {
    background-color: var(--secondary-color)
  }

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

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

.wishlist-page .share-info {
  text-align: center;
  margin-bottom: 30px;
}

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

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

    .wishlist-page .share-info a:focus, .wishlist-page .share-info a:hover {
      color: var(--primary-color)
    }

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

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

.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(--primary-color);
    border: none;
    padding-block: 7px 9px;
    padding-inline: 25px 23px;
    text-align: center;
    line-height: 20px;
    font-size: 15px;
    color: #fff;
    text-transform: uppercase;
    font-family: Oswald;
    font-weight: 600;
  }

    .add-wishlist-content .wishlist-add-custom-button:hover,
    .add-wishlist-content .wishlist-add-custom-button:focus {
      background-color: var(--secondary-color);
    }

.button-row {
  display: flex;
  gap: 12px;
  flex-wrap: wrap;
  margin-bottom: 25px;
}

.button-2.custom-wishlist-button {
  min-width: 165px;
  height: 36px;
  background-color: #fff;
  border: none;
  display: flex;
  align-items: center;
  justify-content: center;
  padding-inline: 12px;
  font-size: 14px;
  font-weight: 500;
  color: var(--text-color);
  text-align: center;
  cursor: pointer;
  white-space: normal;
  overflow: hidden;
  text-overflow: ellipsis;
  text-transform: uppercase;
  font-family: Oswald;
  font-weight: 600;
  border: 1px solid #ccc;
  letter-spacing: .7px;
}

  .button-2.custom-wishlist-button.add-new {
    background: #0f0f0f url(../images/new.png) 10px center no-repeat;
    border: 0;
    padding: 0 25px 0 10px;
    background-size: 15px;
    color: #fff;
  }

    .button-2.custom-wishlist-button.add-new:hover {
      background-color: var(--secondary-color);
    }

  .button-2.custom-wishlist-button:hover {
    background-color: var(--primary-color);
    color: #fff;
  }

.custom-wishlist .td-title {
  font-weight: 500;
  color: var(--secondary-color);
  font-family: Oswald;
  font-size: 13px;
  text-transform: uppercase;
  display: inline-block;
  margin-left: 4px;
}

.compare-products-page {
  position: relative;
  overflow: hidden
}

  .compare-products-page .clear-list {
    display: inline-block;
    margin: 0 0 20px;
    background-color: var(--primary-color);
    padding: 10px 15px;
    font-size: 12px;
    color: white;
    text-transform: uppercase
  }

    .compare-products-page .clear-list:focus, .compare-products-page .clear-list:hover {
      background-color: var(--secondary-color)
    }

  .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: #fff;
  padding: 20px;
  text-align: right;
  vertical-align: middle;
  color: var(--dark-gray-color)
}

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

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

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

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

.compare-products-table .remove-button {
  display: inline-block;
  border: 0;
  background: url(../images/remove.png) right center no-repeat;
  padding: 0 18px 0 0;
  font-size: 12px;
  color: var(--gray-color)
}

  .compare-products-table .remove-button:focus, .compare-products-table .remove-button:hover {
    color: #0f0f0f
  }

.compare-products-table .picture {
  display: block;
  position: relative;
  max-width: 200px;
  height: 200px;
  overflow: hidden
}

  .compare-products-table .picture img {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    max-width: 100%;
    max-height: 100%;
    margin: auto
  }

.compare-products-table .product-name td {
  font-weight: 500
}

  .compare-products-table .product-name td a:focus, .compare-products-table .product-name td a:hover {
    color: #0f0f0f
  }

.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 {
  min-height: 50px;
  margin: 0 0 25px;
  border-bottom: 1px solid #dfdfdf;
  padding: 0 0 15px;
  font-family: Oswald;
  font-size: 25px;
  letter-spacing: 1px;
  color: #313131;
  text-transform: uppercase;
  text-align: center
}

  .topic-block-title h2 {
    font-size: 25px;
    color: #313131;
    text-align: center
  }

.topic-block-body {
  text-align: justify;
  line-height: 24px;
  font-size: 14px;
  color: var(--primary-color)
}

  .topic-block-body img,
  .category-description img {
    max-width: 100%;
    height: auto;
  }

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

.topic-block a, .topic-page a {
  text-decoration: underline
}

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

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

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

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

.topic-password {
  text-align: center;
  margin-bottom: 40px;
}

.home-page .topic-password {
  margin-bottom: 60px;
}

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


.enter-password-form {
  display: flex;
  overflow: hidden;
  flex-direction: column;
  width: 100%;
}

  .enter-password-form input[type=password] {
    float: right;
    width: 200px;
    height: 40px;
    margin: 0 0 20px -1px
  }

  .enter-password-form input[type=submit] {
    float: right;
    width: auto;
    min-width: 86px;
    height: 40px;
    border: 0;
    background-color: var(--primary-color);
    padding: 0 15px;
    color: #fff;
    text-transform: uppercase
  }

  .enter-password-form button[type=submit]:focus, .enter-password-form button[type=submit]:hover {
    background-color: var(--secondary-color)
  }

.home-page .topic-block-body p {
  margin: 0;
  text-align: center
}

  .home-page .topic-block-body p a {
    font-weight: 600;
    text-decoration: none
  }

    .home-page .topic-block-body p a:hover {
      text-decoration: underline
    }


.apply-vendor-page .buttons {
  text-align: right !important;
}

.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, .email-a-friend-page .button-1 {
  min-width: 140px;
  border: 0;
  background: var(--primary-color);
  padding: 10px 30px;
  text-align: center;
  font-size: 14px;
  color: #fff;
  font-weight: 600;
  letter-spacing: .7px;
  text-transform: uppercase;
  font-family: Oswald;
}

  .apply-vendor-page .button-1:focus, .apply-vendor-page .button-1:hover, .contact-page .button-1:focus, .contact-page .button-1:hover, .email-a-friend-page .button-1:focus, .email-a-friend-page .button-1:hover {
    background: var(--secondary-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: #0f0f0f;
    text-align: right
  }



.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: #0f0f0f;
  cursor: pointer
}

  .apply-vendor-page .terms-of-service a:hover, .apply-vendor-page .terms-of-service span:hover {
    text-decoration: underline;
  }

.vendor-page .products-wrapper .no-result {
  padding: 5px 0
}

.gender {
  display: inline-block
}

  .gender span {
    display: inline-flex
  }

.option-list li > label {
  margin: 0 5px 0 0;
}

.checkout-attributes input[type=checkbox],
.checkout-attributes input[type=radio] {
  margin-left: -4px;
}

.custom-radio.custom-control-inline input[type=radio],
.vendor-attributes input[type=radio] {
  margin: 0;
}

.custom-radio.custom-control-inline label {
  margin: 0 5px 0 0;
}

.apply-vendor-page .label-group label {
  font-size: 14px !important;
  display: inline-block;
  width: auto;
}

.option-list li > input,
.option-list li > label,
.gender span > * {
  display: inline !important;
  line-height: 32px
}

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

.date-of-birth select {
  width: 100%
}

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

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

#check-availability-button {
  min-width: 140px;
  border: 0;
  background: var(--primary-color);
  padding: 10px 30px;
  text-align: center;
  font-weight: 600;
  font-size: 14px;
  color: #fff;
  font-family: Oswald;
  letter-spacing: 1px;
  text-transform: uppercase;
  margin: 10px auto;
  display: block;
}

  #check-availability-button:focus, #check-availability-button:hover {
    background-color: var(--secondary-color)
  }

.accept-privacy-policy {
  margin: 0 0 20px;
  text-align: center
}

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

  .accept-privacy-policy a, .accept-privacy-policy span {
    color: #0f0f0f;
    cursor: pointer
  }

.account-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, .account-activation-page .button-1 {
  min-width: 140px;
  border: 0;
  background: var(--primary-color);
  padding: 10px 30px;
  text-align: center;
  font-weight: 600;
  font-size: 14px;
  color: white;
  font-family: Oswald;
  letter-spacing: 1px;
  text-transform: uppercase
}

  .account-activation-page .button-1:focus, .account-activation-page .button-1:hover, .account-page .button-1:focus, .account-page .button-1:hover, .email-revalidation-page .button-1:focus, .email-revalidation-page .button-1:hover, .login-page .button-1:focus, .login-page .button-1:hover, .password-recovery-page .button-1:focus, .password-recovery-page .button-1:hover, .registration-page .button-1:focus, .registration-page .button-1:hover, .registration-result-page .button-1:focus, .registration-result-page .button-1:hover, .return-request-page .button-1:focus, .return-request-page .button-1:hover, .account-activation-page .button-1:hover, .account-activation-page .button-1:focus {
    background: var(--secondary-color)
  }

.return-request-page h1 a {
  color: #0f0f0f
}

.qq-upload-list {
  margin-top: 5px !important;
}

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

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

.registration-result-page .buttons,
.account-activation-page .buttons {
  text-align: right !important;
}

.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;
  margin-top: 5px;
}

.customer-info-page .vat-note, .customer-info-page .vat-status {
  margin-right: 5px;
}

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

.login-page .title {
  margin: 0;
  font-size: 30px;
  color: var(--primary-color);
  font-weight: 400;
  text-align: right;
  padding: 0;
  line-height: 1.35;
  text-transform: none
}


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

  .login-page .new-wrapper.register-block .buttons {
    text-align: left
  }

  .login-page .new-wrapper .text {
    margin: 0 0 30px;
    padding: 20px 0;
    line-height: 1.5;
    color: var(--primary-color);
    font-size: 13px
  }

  .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: 30px 0 0;
    background: #fff
  }

  .login-page .returning-wrapper .inputs label {
    text-align: right
  }

  .login-page .returning-wrapper input[type=email], .login-page .returning-wrapper input[type=password], .login-page .returning-wrapper input[type=text] {
    width: 100% !important
  }

  .login-page .returning-wrapper .inputs.reversed {
    white-space: normal;
    text-align: right
  }

    .login-page .returning-wrapper .inputs.reversed * {
      display: inline-block;
      width: auto;
      margin: 5px;
      font-size: 14px;
      color: var(--dark-gray-color)
    }

    .login-page .returning-wrapper .inputs.reversed .forgot-password {
      float: left;
      margin: 5px 0
    }

    .login-page .returning-wrapper .inputs.reversed a:focus, .login-page .returning-wrapper .inputs.reversed a:hover {
      color: var(--primary-color);
      text-decoration: underline
    }

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

.login-page .returning-wrapper .buttons {
  padding: 10px 0 0;
  text-align: left
}

.login-page .login-password {
  position: relative;
  width: 100%;
  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);
  left: 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');
}

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

  .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: #0f0f0f
  }

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

.password-recovery-page .page-body {
  max-width: 640px;
}

.password-recovery-page .result {
  font-weight: 500;
  color: var(--primary-color);
  margin-bottom: 30px;
}

.password-recovery-page .tooltip {
  margin: 0 0 10px;
  color: var(--primary-color);
  font-size: 13px;
  border: none;
}

.password-recovery-page .buttons {
  text-align: right !important
}

.add-more-external-records {
  text-align: center
}

  .add-more-external-records a {
    color: #0f0f0f
  }

    .add-more-external-records a:focus, .add-more-external-records a:hover {
      text-decoration: underline
    }

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

.account-page .description {
  margin: 0 0 20px
}

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

.account-page.gdpr-tools-page .buttons {
  margin-top: 15px;
}

.address-list-page .info, .order-list-page .info, .account-page.request-list-page .info, .request-page .form-fields {
  margin: 0 0 10px;
  background-color: #f1f1f1;
  padding: 20px;
  line-height: 26px;
  color: var(--dark-gray-color);
  border: 0;
}

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

.address-list-page .button-2, .order-list-page .button-2 {
  display: inline-block;
  margin: 0 10px 0 0;
  border: 0;
  padding: 0 18px 0 0;
  font-size: 12px;
  color: var(--dark-gray-color);
  width: auto !important
}

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

.request-options .common-buttons, .quote-options .common-buttons {
  margin-bottom: 20px;
}

.request-page .inputs {
  margin-bottom: 0;
}

  .request-page .inputs label {
    width: auto !important;
    display: block;
    margin: 0 0 0 3px;
    line-height: 26px;
    font-weight: 400;
  }

.request-page textarea {
  margin: 0;
}

.rfq-link {
  font-weight: bold;
}

  .rfq-link:hover {
    text-decoration: underline;
  }

.order-filters {
  display: flex;
  flex-direction: column;
  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(--dark-gray-color);
  margin-inline-end: 10px;
  min-width: 50px;
}

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

.block-account-navigation .list .active a {
  text-decoration: underline
}



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

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

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

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

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


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


.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: #f1f1f1;
  padding: 20px;
  line-height: 22px;
  color: var(--dark-gray-color)
}

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

.return-request-list-page a {
  color: #0f0f0f
}

  .return-request-list-page a:focus, .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:hover {
  text-decoration: underline;
  color: var(--primary-color);
}

.reward-points-overview {
  margin: 0 0 25px
}

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

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


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

.change-password-page .fieldset {
  margin: 0 0 30px;
  max-width: 400px;
}

.change-password-recovery-link {
  text-align: left;
  font-size: 14px;
  margin-top: 10px;
}

  .change-password-recovery-link a {
    color: var(--dark-gray-color);
  }

    .change-password-recovery-link a:hover {
      color: var(--primary-color);
      text-decoration: underline;
    }

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

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

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

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

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

.avatar-page .button-1, .save-vendorinfo-button {
  font-size: 14px;
  width: 150px
}

.avatar-page .button-2, .vendorinfo-page .button-2 {
  border: 0;
  background-color: #fff;
  padding: 10px 30px;
  font-size: 14px;
  color: var(--text-color);
  text-transform: uppercase;
  font-family: Oswald;
  border: 1px solid #ccc;
  letter-spacing: .7px;
  font-weight: 600;
}

  .avatar-page .button-2:focus, .avatar-page .button-2:hover, .vendorinfo-page .button-2:hover, .vendorinfo-page .button-2:focus {
    background-color: var(--primary-color);
    color: #fff;
  }

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


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

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

.checkout-page.order-completed-page .page-title h1 {
  text-align: center;
}

.checkout-page.order-completed-page .page-body .buttons {
  text-align: center;
}

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

  .order-progress ul {
    font-size: 0
  }

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

  .order-progress a {
    display: block;
    min-width: 70px;
    font-size: 14px;
    color: var(--dark-gray-color)
  }

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

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

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

.shopping-cart-page .message-error {
  margin: 0 0 10px 0;
  line-height: 2px;
}

  .shopping-cart-page .message-error ul li {
    line-height: 15px;
  }

.shopping-cart-page td .message-error {
  margin: 10px 0 0;
  text-align: right
}

.shopping-cart-page .checkout-attributes a {
  color: #4ab3f1
}

  .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: #0f0f0f;
    font-weight: 600;
  }

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

.shopping-cart-page .common-buttons {
  margin: 0 0 60px;
  background-color: #fff;
  padding: 20px 0;
  font-size: 0
}

  .shopping-cart-page .common-buttons button {
    display: inline-block;
    min-width: 180px;
    margin: 5px 10px 5px 0;
    background-color: #fff;
    padding: 7px 20px;
    font-size: 14px;
    color: var(--text-color);
    border: 1px solid #ccc;
    font-family: Oswald;
    text-transform: uppercase;
    font-weight: 600;
    letter-spacing: 0.7px
  }

    .shopping-cart-page .common-buttons button:hover {
      background-color: var(--primary-color);
      color: #fff
    }

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

  .checkout-attributes .text-prompt {
    text-transform: uppercase;
    font-family: Oswald;
    color: var(--primary-color);
    font-size: 12px;
    font-weight: 500;
    letter-spacing: 1px
  }

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

  .checkout-attributes dd {
    margin: 0 0 15px
  }

  .checkout-attributes .date-picker-wrapper {
    display: flex
  }

.qq-upload-button {
  background-color: #0f0f0f !important;
  border: 1px solid transparent !important
}

  .qq-upload-button:hover {
    background-color: var(--secondary-color) !important;
    border: 1px solid transparent !important
  }

.checkout-attributes input[type=text], .checkout-attributes select, .checkout-attributes textarea {
  width: 100%;
  height: 36px;
  color: var(--text-color);
  font-size: 13px;
  border: 1px solid #ccc;
  padding: 2px 8px;
  background: #fff
}

.checkout-attributes ul {
  font-size: 0
}

.checkout-attributes .option-list > li {
  display: inline-block;
  background-color: #fff;
  font-size: 14px;
  margin-bottom: 5px;
}

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

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

.shopping-cart-page .checkout-attributes .option-list > li {
  margin-left: 10px;
}

.selected-checkout-attributes {
  margin: 10px 0;
  color: var(--dark-gray-color);
  text-align: left
}

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

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

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

  .cart-footer .totals {
    width: 350px;
    max-width: 100%;
    margin: 0 auto 50px;
    padding: 0;
    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: left
}

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

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

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

  .cart-total .order-total strong {
    font-weight: 600
  }

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

.min-amount-warning {
  margin: 0 0 20px;
  color: #e4434b
}

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

  .terms-of-service label {
    cursor: pointer;
    font-weight: 400;
  }

  .terms-of-service a {
    margin: 0 3px 0 0;
    color: var(--primary-color);
    font-weight: 600
  }

    .terms-of-service a:hover {
      text-decoration: underline;
    }

.cart-footer .checkout-button {
  display: block;
  width: 100%;
  border: 0;
  background: var(--primary-color);
  padding: 10px 20px;
  font-size: 14px;
  color: #fff;
  text-transform: uppercase;
  font-family: Oswald;
  letter-spacing: 1px;
  font-weight: 600
}

  .cart-footer .checkout-button:hover {
    background: var(--secondary-color)
  }

.cart-footer .addon-buttons {
  margin: 20px 0 0;
  padding: 0 10px
}

.cart-collaterals {
  width: 350px;
  max-width: 100%;
  margin: 0 auto 50px;
  padding: 0
}

  .cart-collaterals > div {
    margin: 0
  }

  .cart-collaterals .button-2 {
    display: inline-block;
    border: 0;
    background-color: var(--primary-color);
    padding: 10px 15px;
    color: #fff;
    text-transform: uppercase;
    font-family: Oswald;
    width: 45%;
    line-height: 1.5;
    font-weight: 600;
  }

    .cart-collaterals .button-2:hover {
      background-color: var(--secondary-color)
    }

  .cart-collaterals .title {
    margin: 0 0 5px;
    font-size: 18px;
    color: var(--dark-gray-color);
    text-align: right
  }

  .cart-collaterals .buttons {
    text-align: left !important
  }

  .cart-collaterals .title strong {
    text-transform: uppercase;
    font-family: Oswald;
    color: var(--primary-color);
    font-size: 12px;
    font-weight: 500;
    letter-spacing: 1px
  }

  .cart-collaterals .hint {
    margin: 0 0 5px;
    font-size: 14px;
    font-weight: 400
  }

  .cart-collaterals .deals > div {
    margin: 0 0 10px
  }

  .cart-collaterals .coupon-code {
    overflow: hidden;
    display: flex
  }

    .cart-collaterals .coupon-code input[type=text] {
      float: right;
      width: 55%;
      height: auto;
      margin: 0 0 0 -1px
    }

    .cart-collaterals .coupon-code input[type=submit] {
      float: right;
      width: 40%;
      height: 36px;
      padding: 0
    }

  .cart-collaterals .message-failure {
    margin: 5px 0 0;
    font-size: 12px;
    color: #e4434b
  }

  .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: #fff url(../images/close.png) center no-repeat;
  cursor: pointer
}

.use-reward-points .custom-control-input,
.confirm-order .custom-control-input,
.shopping-cart-page .terms-of-service .custom-control-input {
  vertical-align: middle;
  margin-bottom: 2px;
}

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

.account-page.change-password-page .form-fields {
  padding: 0 !important
}

.estimate-shipping-popup {
  position: relative;
  background: #fff;
  padding: 25px 10px;
  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(.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(.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;
  left: 8px;
  margin: 4% 50%
}

.shipping-address .required {
  margin-right: 0;
}

.estimate-shipping-row {
  display: flex;
  display: -webkit-flex;
  align-items: center
}

  .estimate-shipping-row .row {
    width: 100%;
  }

  .estimate-shipping-row .required {
    margin-top: -30px;
  }

  .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-right: 15px
  }

  .estimate-shipping-row-item + .estimate-shipping-row-item {
    padding-right: 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;
  background-color: #fff;
}

.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;
    margin-top: 5px;
    margin-bottom: 0;
  }

  .estimate-shipping-radio:checked + label:after {
    content: ' ';
    width: 6px;
    height: 6px;
    border-radius: 50px;
    position: absolute;
    top: 6px;
    right: 6px;
    background: #fff
  }

  .estimate-shipping-radio:checked + label {
    background-color: #313131;
    color: #99a1a7;
    border: 1px solid transparent
  }

.apply-shipping-button {
  border: 0;
  padding: 10px 20px;
  font-size: 14px;
  background: var(--primary-color);
  color: #fff;
  text-transform: uppercase;
  font-family: Oswald;
  letter-spacing: 0.7px;
  font-weight: 600
}

  .apply-shipping-button:hover {
    background: var(--secondary-color);
    color: #fff;
  }

.apply-shipping-button-container {
  margin-top: 15px;
  text-align: center
}

.shipping-options-header {
  top: 0;
  z-index: 1;
  position: sticky;
  background-color: #fff
}

.shipping-options {
  position: relative;
  z-index: 1;
  overflow: hidden;
  overflow-y: auto;
  max-height: 200px;
  background: #fff no-repeat;
  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,#f2f2f2,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,#f2f2f2,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%,#f2f2f2,rgba(0,0,0,0));
  background-position: 100% 0,100% 100%;
  background-size: 100% 7px
}

  .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,#fff,#fff 30%,rgba(255,255,255,0));
    background: -moz-linear-gradient(top,#fff,#fff 30%,rgba(255,255,255,0));
    background: linear-gradient(to bottom,#fff,#fff 30%,rgba(255,255,255,0))
  }

  .shipping-options:after {
    margin: -30px 0 0;
    background: -webkit-linear-gradient(top,rgba(255,255,255,0),#fff 70%,#fff);
    background: -moz-linear-gradient(top,rgba(255,255,255,0),#fff 70%,#fff);
    background: linear-gradient(to bottom,rgba(255,255,255,0),#fff 70%,#fff)
  }

.no-shipping-options {
  text-align: center;
  margin: 4% 0
}

.estimate-shipping-popup .message-failure {
  margin: 5px 0 -5px;
  font-size: 12px;
  color: #e4434b
}

.shopping-cart-page .common-buttons .estimate-shipping-button {
  display: inline-block;
  min-width: 180px;
  margin: 5px 10px 5px 0;
  background-color: #fff;
  padding: 7px 20px;
  font-size: 14px;
  color: var(--text-color);
  border: 1px solid #ccc;
  font-family: Oswald;
  text-transform: uppercase;
  font-weight: 600;
  letter-spacing: 0.7px;
  text-align: center
}

  .shopping-cart-page .common-buttons .estimate-shipping-button:hover {
    background-color: var(--primary-color);
    color: #fff
  }

.clearfix {
  clear: both;
  margin: 0;
  padding: 0
}

.variant-overview .product-estimate-shipping {
  margin: 3px 0 20px 20px;
}

.product-estimate-shipping {
  display: inline-block;
  margin-bottom: 20px;
}

  .product-estimate-shipping .shipping-date {
    margin-top: 10px
  }

  .product-estimate-shipping .shipping-title {
    font-size: 16px;
    font-weight: 500;
    color: var(--dark-gray-color);
    margin-bottom: 5px;
    justify-content: center
  }

    .product-estimate-shipping .shipping-title .shipping-price {
      margin-right: 5px;
      vertical-align: middle
    }

    .product-estimate-shipping .shipping-title .shipping-loading {
      margin-right: 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 6px 3px 0;
    border: solid var(--primary-color);
    border-width: 0 0 1px 1px;
    display: inline-block;
    padding: 3px
  }

.checkout-page .section {
  margin: 0 0 30px
}

  .checkout-page .section.order-summary {
    margin: 40px 0 50px
  }

.checkout-page .cart-options {
  overflow: hidden
}

.checkout-page .cart-footer {
  border-top: none
}

.checkout-page .total-info {
  margin: 0;
  border-bottom: none;
  padding: 0
}

.topic-password-button,
.checkout-page .button-1 {
  display: inline-block;
  min-width: 140px;
  border: 0;
  background: var(--primary-color);
  padding: 10px 30px;
  text-align: center;
  font-size: 14px;
  color: #fff;
  font-weight: 600;
  letter-spacing: .7px;
  text-transform: uppercase;
  font-family: Oswald;
}

.topic-password-button {
  padding: 9px 20px 10px;
  max-width: 100px;
}

.checkout-page .button-1:hover {
  background-color: var(--secondary-color)
}

.checkout-page .address-item {
  width: 350px;
  max-width: 100%;
  margin: 0 1% 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
    }

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

.checkout-page .ship-to-same-address {
  padding: 0;
  text-align: right
}

  .checkout-page .ship-to-same-address .selector {
    margin: 0 0 5px;
    font-weight: 400;
    color: var(--text-color)
  }

.vat-number-warning {
  text-align: center;
  font-size: 13px;
  color: #e4434b;
  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);
    text-align: center
  }

.select-pickup-point {
  text-align: center
}

#pickup-points-select {
  max-width: 100%;
}

.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: left;
  margin: 20px 12px 10px 10px;
  display: none
}

.checkout-page .delete-address-button {
  float: left;
  margin: 20px 0 10px 0;
  display: none
}

.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);
      position: relative;
      top: -1px
    }

.shipping-method .method-description {
  margin: 5px 0 0
}

.payment-method .use-reward-points {
  margin: 0 0 30px;
  color: var(--dark-gray-color)
}

.shipping-method .method-list .method-name {
  display: block;
  justify-content: center
}

.opc .method-list .method-name {
  display: block
}

.payment-method .payment-logo {
  display: inline-block;
  vertical-align: middle
}

  .payment-method .payment-logo label {
    display: block;
    font-size: 0 !important
  }

    .payment-method .payment-logo label img {
      width: auto;
      height: auto;
    }

.payment-method .payment-details {
  width: 200px;
  display: inline-block;
  margin: 0 10px 0 0;
  text-align: right;
  vertical-align: middle
}

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

    .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;
      max-width: 100px
    }

    .payment-info .info td:first-child {
      margin: 0 0 10px
    }

  .payment-info .info p {
    text-align: center
  }

.payment-info .message-error {
  text-align: center;
}

.confirm-order .buttons {
  padding: 10px 0
}

.confirm-order .button-1 {
}

.order-details-area > div, .order-review-data > div, .shipment-details-area > div {
  width: auto;
  max-width: 100%;
  margin: 0 auto 40px;
  background-color: #f1f1f1;
  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
}

.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 .title {
  text-align: center
}

.order-completed .details {
  margin: 0 0 30px;
  padding: 30px 15px;
  text-align: center;
  color: var(--dark-gray-color)
}

  .order-completed .details div {
    margin: 5px 0
  }

.review-content .review-info .user a,
.order-completed .details-link a {
  font-weight: 500;
}

.order-completed .details strong {
  font-weight: 400;
  text-transform: uppercase
}

.order-completed .details a {
  color: var(--primary-color)
}

  .order-completed .details a:focus, .order-completed .details a:hover {
    text-decoration: underline
  }

#opc-billing #billing-buttons-container .button-1 {
  margin-bottom: 5px;
}

.opc .tab-section {
  margin-bottom: 5px;
  box-shadow: 0 2px 3px rgba(0,0,0,.08);
  border-radius: 6px;
  border: 1px solid #ddd
}

.opc .step-title {
  margin: 0 0 1px;
  overflow: hidden;
  border-radius: 4px;
  background: #f6f6f6
}

.opc .allow .step-title {
  cursor: pointer
}

.opc .step-title .number, .opc .step-title .title {
  float: right;
  min-height: 40px;
  padding: 15px 0;
  line-height: 20px;
  font-size: 16px;
  font-weight: 400;
  color: #0f0f0f
}

.checkout-data .pickup-points .message-error {
  white-space: normal;
}

.opc .allow .step-title .number, .opc .allow .step-title .title {
  cursor: pointer
}

.opc .step-title .title,
.opc .allow .step-title .title {
  padding: 15px;
}

.opc .step-title .number {
  width: 42px;
  border-left: 1px solid #fff;
  text-align: center
}

.opc .step {
  margin: 10px 0;
  padding: 15px;
  text-align: right
}

.opc .section {
  margin: 0 0 20px
}

.opc .confirm-order .message-error {
  white-space: normal !important;
}

.opc .section > label {
  display: block;
  margin: 0 0 10px
}

.opc input[type=text], .opc select {
  max-width: 100%;
  height: 40px;
  width: 100%
}

.opc .buttons {
  margin-bottom: 0;
  text-align: center !important
}

.opc .back-link {
  margin: 10px;
}

  .opc .back-link small {
    display: none
  }

  .opc .back-link a {
    display: inline-block;
    margin: 0 -15px 0 0;
    background: url(../images/back-button.png) right center no-repeat;
    padding: 0 18px 0 0;
    color: var(--dark-gray-color)
  }

    .opc .back-link a:focus, .opc .back-link a:hover {
      text-decoration: underline
    }

.opc .buttons .please-wait {
  display: block;
  margin: 10px 0 0;
  background: 100% 0
}

.opc .section.ship-to-same-address {
  margin: 0 0 30px;
  padding: 0
}

.opc .section.pickup-in-store {
  margin: 0 0 30px;
  padding: 0;
  text-align: center
}

.opc .payment-info .info tr {
  text-align: center;
}

.checkout-page .address-grid {
  margin: 0 -1%;
}

.opc .section.order-summary {
  margin: 0
}

div#checkout-step-confirm-order:after {
  content: '';
  display: block;
  clear: both
}

.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: 5px 20px
}

div#checkout-step-confirm-order .buttons {
  display: inline-block;
  width: 100%
}

.order-details-page .page-title {
  border-bottom: none
}

  .order-details-page .page-title h1 {
    margin: 0 0 20px;
  }

  .order-details-page .page-title a {
    display: inline-block;
    min-width: 180px;
    margin: 5px 0;
    border: 0;
    background-color: #aaa;
    background-image: none;
    padding: 10px 20px;
    font-size: 14px;
    color: #fff;
    text-transform: uppercase;
    font-family: Oswald;
    letter-spacing: 0.7px;
    font-weight: 600;
  }

    .order-details-page .page-title a:focus, .order-details-page .page-title a:hover {
      background-color: #999
    }

    .order-details-page .page-title a.print-order-button {
      background-color: #0f0f0f
    }

      .order-details-page .page-title a.print-order-button:focus, .order-details-page .page-title a.print-order-button:hover {
        background-color: var(--secondary-color)
      }

    .order-details-page .page-title a.cancel-order-button {
      background-color: #cc0000;
    }

      .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(--dark-gray-color)
}

  .order-details-page .order-overview .order-number {
    margin: 0 0 10px;
    text-transform: uppercase
  }

    .order-details-page .order-overview .order-number strong {
      font-weight: 600
    }

  .order-details-page .order-overview .order-total strong {
    font-weight: 400;
    color: #0f0f0f
  }

.order-details-page .repost .button-2 {
  display: inline-block;
  margin: 10px 0;
  border: 0;
  background-color: var(--primary-color);
  padding: 10px 15px;
  font-size: 12px;
  color: #fff;
  text-transform: uppercase
}

  .order-details-page .repost .button-2:focus, .order-details-page .repost .button-2:hover {
    background-color: var(--secondary-color)
  }

.order-details-page .download a {
  font-weight: 400;
  color: #0f0f0f
}

  .order-details-page .download a:focus, .order-details-page .download a:hover {
    text-decoration: underline
  }


.registration-page .date-picker-wrapper select,
.customer-info-page .date-picker-wrapper select {
  margin: 0 5px;
}

  .registration-page .date-picker-wrapper select:first-child,
  .customer-info-page .date-picker-wrapper select:first-child {
    margin-right: 0;
  }

  .registration-page .date-picker-wrapper select:last-child,
  .customer-info-page .date-picker-wrapper select:last-child {
    margin-left: 0;
  }

.date-picker-wrapper select {
  margin: 5px 0 0 5px;
}

.user-agreement-page .terms-of-agreement {
  margin: 0 0 20px;
}

  .user-agreement-page .terms-of-agreement input {
    margin-left: 10px;
  }

.user-agreement-page .button-1 {
  min-width: 140px;
  border: 0;
  background-color: var(--primary-color);
  padding: 10px 30px;
  text-align: center;
  font-size: 14px;
  color: #fff;
  text-transform: uppercase;
  font-weight: 600;
  font-family: Oswald;
  letter-spacing: 1px;
}

  .user-agreement-page .button-1:focus, .user-agreement-page .button-1:hover {
    background-color: var(--secondary-color)
  }

.order-details-page .tax-shipping-info {
  margin: 30px 0
}

  .order-details-page .tax-shipping-info a {
    color: #0f0f0f;
    font-weight: 600;
  }

    .order-details-page .tax-shipping-info a:focus, .order-details-page .tax-shipping-info a:hover {
      text-decoration: underline;
      color: var(--primary-color);
    }

.order-details-page .actions {
  margin: 30px 0 0;
  font-size: 0;
  text-align: left
}

  .order-details-page .actions button {
    display: inline-block;
    min-width: 165px;
    margin: 5px 10px 5px 0;
    border: 0;
    background-color: #aaa;
    background-image: none;
    padding: 10px 20px;
    font-size: 14px;
    color: #fff;
    font-family: Oswald;
    text-transform: uppercase;
    font-weight: 600;
  }

    .order-details-page .actions button:focus, .order-details-page .actions button:hover {
      background-color: #999
    }

.shopping-cart-page .rfq-button-2 {
  width: 100%;
  text-align: center;
  font-size: 14px;
  font-family: Oswald;
  font-weight: 600;
}

.order-details-page .actions button:first-child {
  background-color: #0f0f0f
}

  .order-details-page .actions button:first-child:focus, .order-details-page .actions button:first-child:hover {
    background-color: var(--secondary-color)
  }

.order-details-page .totals.section {
  width: 370px;
  padding: 0;
  max-width: 100%;
  margin: 0 auto 50px
}

.order-details-page .total-info {
  padding: 15px 0;
  color: var(--dark-gray-color)
}

.search-page .search-input {
  background: #f5f5f5;
  padding: 20px 20px 1px;
  margin: 0 0 30px;
  min-height: 172px;
}

.search-input .fieldset {
  margin: 0 0 5px
}

.search-input .form-fields {
  padding: 0
}

.search-input input + label {
  display: inline;
  margin: 0 5px 0 0
}

.advanced-search {
  margin: 0
}

  .advanced-search .price-range {
    display: inline-block
  }

    .advanced-search .price-range input {
      width: 80px;
      margin: 0 3px
    }

.search-input .buttons {
  margin: 0 0 20px;
  min-height: 40px
}

.search-input .button-1 {
  min-width: 140px;
  border: 0;
  background-color: var(--primary-color);
  padding: 10px 30px;
  text-align: center;
  font-size: 15px;
  color: #fff;
  text-transform: uppercase;
  font-weight: 600;
  font-family: Oswald;
  letter-spacing: .5px
}

  .search-input .button-1:focus, .search-input .button-1:hover {
    background-color: var(--secondary-color)
  }

.search-results {
  margin: 30px 0 0
}

  .search-results .no-result, .search-results .warning {
    margin: 10px 0;
    color: #e4434b;
    line-height: 16px;
  }


.sitemap-page .description {
  margin: 0 0 30px;
  text-align: right;
  font-family: Arial,Helvetica,sans-serif;
}

.sitemap-page .entity {
  margin: 0 0 30px;
}

.sitemap-page .entity-title {
  padding: 0 0 15px;
  text-align: right;
  text-transform: uppercase;
  margin: 0;
}

  .sitemap-page .entity-title h2 {
    font-size: 20px;
    font-weight: normal;
    color: #0f0f0f;
    font-family: Arial,Helvetica,sans-serif;
  }

.sitemap-page .entity-body {
  border-top: 1px solid #e6e6e6;
  padding: 15px 0;
  text-align: right;
}

.sitemap-page ul {
  font-size: 0
}

.sitemap-page .entity li {
  display: inline-block;
  position: relative;
  font-size: 14px;
  margin-left: 16px;
  padding: 0 15px;
  margin-bottom: 10px;
}

  .sitemap-page .entity li:before {
    content: "";
    position: absolute;
    right: 0;
    background-color: #ddd;
    top: 3px;
    width: 7px;
    height: 7px;
    margin-top: 4px;
  }

.sitemap-page .entity a {
  color: var(--dark-gray-color);
  font-family: Arial,Helvetica,sans-serif;
}

  .sitemap-page .entity a:focus, .sitemap-page .entity a:hover {
    text-decoration: underline
  }

  .sitemap-page .entity a:empty {
    display: none
  }

.contact-page .form-fields {
  padding: 0
}

.contact-page .result {
  color: #4bb07a;
  text-align: right;
  clear: both;
}

.block-blog-archive .number {
  display: block;
  color: var(--dark-gray-color);
  cursor: auto;
  font-weight: 500;
}

.block-blog-archive .sublist {
  margin: 5px 15px 5px 0
}

.block-blog-archive li.month {
  padding: 3px 15px 3px 0
}


.blog-page .post, .news-items .news-item {
  margin: 0 0 30px;
  background-color: #fff;
  box-shadow: 0 1px 2px rgba(0,0,0,.1)
}

.blog-page .post, .news-list-page .news-items .news-item {
  box-shadow: none;
  margin-bottom: 20px
}

  .blog-page .post .buttons, .news-list-page .news-items .news-item .buttons {
    padding-left: 0 !important
  }

  .blog-page .post:after {
    content: "";
    display: block;
    clear: both
  }

.news-title, .post-title {
  padding: 0 0 20px;
  line-height: 20px;
  font-size: 13px;
  font-weight: 500;
  color: #0f0f0f;
  text-transform: uppercase;
  font-family: Oswald;
  display: block;
  border-bottom: 1px solid #999;
  letter-spacing: 1px
}

  .news-title:focus, .news-title:hover {
    color: #0f0f0f
  }

.news-date, .post-date {
  display: block;
  margin: 5px 0 10px;
  padding: 10px 0;
  font-style: italic;
  color: var(--secondary-color)
}

.news-body, .post-body {
  margin: 0 0 20px;
  line-height: 22px
}

  .news-body img, .post-body img, .topic-page img {
    max-width: 100%;
    height: auto;
  }

.news-items .buttons {
  padding: 0 0 15px 15px !important
}

.news-list-homepage .news-body {
  padding: 0 15px;
  min-height: 70px;
  overflow: hidden;
  max-height: 66px
}

.news-list-homepage .news-title {
  padding: 20px 15px
}

.news-list-homepage .news-date {
  padding: 10px 15px
}

.news-item-page .news-date, .post-item-page .post-date {
  text-align: right;
  padding: 0;
  margin-top: 0
}

.blog-page .tags, .blogpost-page .tags {
  margin: 0 0 15px;
  overflow: hidden;
}

  .blog-page .tags h3, .blogpost-page .tags h3 {
    display: inline-block;
    margin: 0 0 3px 3px;
    font-weight: 500;
    color: var(--dark-gray-color);
    font-size: 14px;
  }

  .blog-page .tags ul, .blogpost-page .tags ul {
    display: inline-block;
    margin: 0 3px 3px 0;
    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 0 0 8px
    }

  .blog-page .tags a, .blogpost-page .tags a {
    display: block;
    color: #0f0f0f
  }

    .blog-page .tags a:focus, .blog-page .tags a:hover, .blogpost-page .tags a:focus, .blogpost-page .tags a:hover {
      text-decoration: underline
    }

.blog-posts .buttons, .news-items .buttons {
  margin: 0;
  padding: 0 10px;
  text-align: left
}

  .blog-posts .buttons .read-comments {
    display: block;
    margin: 0 0 15px;
    font-weight: 500;
    color: var(--dark-gray-color)
  }

    .blog-posts .buttons .read-comments:focus, .blog-posts .buttons .read-comments:hover {
      color: #0f0f0f;
      text-decoration: underline;
    }

  .blog-posts .buttons .read-more, .news-items .buttons .read-more {
    display: inline-block;
    border: 0;
    background: var(--primary-color);
    padding: 10px 20px;
    font-size: 12px;
    color: #fff;
    text-transform: uppercase;
    font-family: Oswald;
    letter-spacing: .7px;
    font-weight: 600
  }

    .blog-posts .buttons .read-more:focus, .blog-posts .buttons .read-more:hover, .news-items .buttons .read-more:focus, .news-items .buttons .read-more:hover {
      background: var(--secondary-color)
    }

.new-comment {
  margin: 30px 0 60px
}

  .new-comment .notifications {
    margin: 0 0 10px;
    text-align: right;
  }

  .new-comment .result {
    color: #690
  }

  .new-comment .form-fields {
    margin: 0 0 20px;
    padding: 0
  }

  .new-comment .button-1 {
    border: 0;
    background: var(--primary-color);
    padding: 10px 30px;
    text-align: center;
    font-size: 14px;
    color: #fff;
    font-weight: 600;
    letter-spacing: .7px;
    text-transform: uppercase;
    font-family: Oswald;
  }

    .new-comment .button-1:focus, .new-comment .button-1:hover {
      background: var(--secondary-color)
    }

.comment-list {
  margin: 0 0 100px
}

  .comment-list .title {
    margin: 0 0 15px;
    font-size: 15px;
    color: #0f0f0f;
    line-height: 1
  }

    .comment-list .title strong {
      font-weight: 500;
      text-transform: uppercase
    }

  .comment-list .comment {
    margin: 0 0 40px;
    border-top: 1px solid #ddd
  }

    .comment-list .comment:after {
      content: "";
      display: block;
      clear: both
    }

.comment-info {
  margin: 20px auto
}

  .comment-info .username {
    display: block;
    margin: 0 0 -1px;
    border: 1px solid #ddd;
    background-color: #f6f6f6;
    padding: 10px 20px;
    font-weight: 500;
    color: var(--dark-gray-color)
  }

  .comment-info a.username:focus, .comment-info a.username:hover {
    color: #0f0f0f
  }

  .comment-info .avatar {
    position: relative;
    width: 150px;
    height: 150px;
    border: 1px solid #ddd;
    overflow: hidden;
    margin: auto;
  }

    .comment-info .avatar img {
      position: absolute;
      top: 0;
      left: 0;
      bottom: 0;
      right: 0;
      max-width: 100%;
      max-height: 100%;
      margin: auto;
      border: solid 2px #cedbe1 !important;
      width: auto;
      height: auto
    }

.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-title strong {
    font-weight: 500;
  }

.comment-body {
  line-height: 22px
}

.news-list-homepage .title {
  padding: 0 0 15px;
  font-size: 30px;
  font-weight: 400;
  color: #313131;
  font-family: Oswald;
  font-size: 25px;
  text-transform: uppercase;
  letter-spacing: 1px;
  margin-bottom: 5px
}

  .news-list-homepage .title strong {
    font-weight: 400
  }

.news-list-homepage .view-all {
  text-align: center
}

  .news-list-homepage .view-all a {
    color: #fff;
    padding: 10px 50px;
    display: inline-block;
    text-transform: uppercase;
    font-weight: 400;
    font-size: 13px;
    font-family: Oswald;
    letter-spacing: .5px;
    background: var(--primary-color)
  }

    .news-list-homepage .view-all a:focus, .news-list-homepage .view-all a:hover {
      color: #fff;
      background: var(--secondary-color);
    }

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

.forums-header {
  margin: 0 0 50px;
  overflow: hidden
}

  .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: #0f0f0f;
  font-weight: 600;
  font-size: 13px
}

  .forum-search-box .advanced a:focus, .forum-search-box .advanced a:hover {
    text-decoration: underline
  }


.forum-search-page .no-result, .forum-search-page .search-error {
  margin: 0 0 15px;
  text-align: right;
  color: #e4434b
}

.forums-main-page .topic-block-title {
  border: 0;
}

.forums-main-page .topic-block-body p {
  text-align: right
}

.forums-table-section {
  margin: 0 0 60px
}

  .forums-table-section + .pager {
    margin: -30px 0 30px
  }

.forums-table-section-title {
  margin: 0 0 15px
}

  .forums-table-section-title a, .forums-table-section-title strong {
    font-size: 22px;
    color: var(--secondary-color);
    font-weight: 500;
  }

    .forums-table-section-title a:focus, .forums-table-section-title a:hover {
      color: #0f0f0f;
      text-decoration: underline
    }

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

    .forums-table-section .forum-title a:focus, .forums-table-section .forum-title a:hover, .forums-table-section .topic-title a:focus, .forums-table-section .topic-title a:hover {
      color: var(--secondary-color);
      text-decoration: none
    }

  .forums-table-section .topic-title span {
    display: block;
    color: var(--text-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(--text-color)
  }

.forums-table-section .view-all {
  margin: 30px 0 0;
  padding: 0 10px
}

  .forums-table-section .view-all a {
    background: var(--primary-color);
    padding: 10px 15px;
    font-size: 12px;
    color: #fff;
    text-transform: uppercase;
    font-weight: 600;
    font-family: Oswald;
    letter-spacing: .5px
  }

    .forums-table-section .view-all a:focus, .forums-table-section .view-all a:hover {
      background: var(--secondary-color)
    }

.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: 1.8375rem;
    font-weight: 500;
    text-transform: uppercase;
    font-family: Oswald;
  }

.forum-actions, .topic-actions {
  margin: 0 0 30px;
}

  .forum-actions .actions a, .topic-actions .actions a {
    display: inline-block;
    margin: 1px;
    padding: 10px 33px 10px 10px;
    font-size: 14px
  }

  .forum-actions .actions .new-topic {
    background: var(--primary-color) url(../images/new.png) right 10px center no-repeat;
    color: #fff;
    text-transform: uppercase;
    background-size: 15px;
    font-weight: 600;
    font-family: Oswald;
    letter-spacing: .5px;
  }

  .forum-actions .actions .watch-forum, .topic-actions .actions .watch-forum {
    background: var(--primary-color) url(../images/watch-white.png) right 10px center no-repeat;
    padding: 10px 40px 10px 10px;
    color: #fff;
    text-transform: uppercase;
    background-size: 22px;
    font-weight: 600;
    font-family: Oswald;
    letter-spacing: .5px
  }

    .forum-actions .actions .new-topic:hover, .forum-actions .actions .watch-forum:hover, .topic-actions .actions .watch-forum:hover{
      background-color: #333;
    }

  .forum-actions.upper .actions a:hover, .forum-topic-page .actions a:hover, .topic-actions.upper .actions a:hover,
  .forum-actions.upper .actions a:focus, .forum-topic-page .actions a:focus, .topic-actions.upper .actions a:focus {
    background-color: #e6e6e6
  }

  .forum-actions .pager.upper, .topic-actions .pager.upper {
    display: none;
    margin: 0
  }

  .topic-actions .reply-topic-button {
    background: #eee url(../images/reply.png) right center no-repeat
  }

  .topic-actions .watch-topic-button {
    background: #eee url(../images/watch.png) right center no-repeat
  }

  .topic-actions .move-topic-button {
    background: #eee url(../images/move.png) right center no-repeat
  }

  .topic-actions .edit-topic-button {
    background: #eee url(../images/edit_.png) right center no-repeat
  }

  .topic-actions .delete-topic-button {
    background: #eee url(../images/remove_.png) right center no-repeat
  }

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

  .topic-post a.username:focus, .topic-post a.username:hover {
    color: #0f0f0f
  }

  .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;
      left: 0;
      bottom: 0;
      right: 0;
      max-width: 100%;
      max-height: 100%;
      margin: auto;
      width: auto;
      height: auto
    }

    .topic-post .avatar img {
      border: solid 2px #cedbe1 !important
    }

  .topic-post .send-pm {
    padding: 0 15px
  }

  .topic-post .user-stats {
    margin: 0 15px 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 3px 0 0;
      font-weight: 600;
      color: var(--dark-gray-color)
    }

    .topic-post .user-stats span {
      margin: 0;
    }

  .profile-info-box .pm-button, .topic-post .pm-button {
    display: inline-block;
    border: 0;
    background-color: #888;
    padding: 10px 20px;
    font-size: 12px;
    color: #fff;
    text-transform: uppercase
  }

    .profile-info-box .pm-button:focus, .profile-info-box .pm-button:hover, .topic-post .pm-button:focus, .topic-post .pm-button:hover {
      background-color: #999
    }

  .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 33px 10px 10px
    }

    .topic-post .post-actions .edit-post-button {
      background: url(../images/edit_.png) right center no-repeat
    }

    .topic-post .post-actions .delete-post-button {
      background: url(../images/remove_.png) right center no-repeat
    }

      .topic-post .post-actions .delete-post-button:focus, .topic-post .post-actions .delete-post-button:hover, .topic-post .post-actions .edit-post-button:focus, .topic-post .post-actions .edit-post-button:hover {
        color: #0f0f0f
      }

    .topic-post .post-actions .post-link-button {
      padding: 10px;
      font-weight: 500;
      color: #0f0f0f
    }

      .topic-post .post-actions .post-link-button:focus, .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: #fff
    }

      .topic-post .post-actions .quote-post-button:focus, .topic-post .post-actions .quote-post-button:hover {
        background-color: #999;
        color: #fff
      }

  .topic-post .post-text {
    padding: 0 10px 20px;
    line-height: 22px;
    color: var(--dark-gray-color);
    margin-bottom: 0
  }

    .topic-post .post-text strong, .topic-post .post-text b {
      font-weight: 600;
    }

  .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(--text-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) no-repeat 50% 50%
  }

  .topic-post .post-vote span.vote.up.selected {
    background: url(../images/vote-up-selected.png) no-repeat 50% 50%
  }

  .topic-post .post-vote span.down {
    background: url(../images/vote-down.png) no-repeat 50% 50%
  }

  .topic-post .post-vote span.vote.down.selected {
    background: url(../images/vote-down-selected.png) no-repeat 50% 50%
  }

  .topic-post .vote-count-post {
    display: block;
    font-size: 160%
  }


.move-topic-page label {
  white-space: normal
}

.move-topic-page .buttons button {
  margin-bottom: 10px
}

.move-topic-page .form-fields {
  padding: 0
}

.forum-edit-page .message-error, .private-message-send-page .message-error {
  margin: 20px 0
}

.forum-edit-page .form-fields {
  padding: 0
}

.forum-edit-page .inputs strong {
  display: inline-block;
  max-width: 400px;
  font-size: 22px;
  font-weight: 400;
  color: var(--dark-gray-color);
  white-space: normal
}

.forum-edit-page .inputs .topic-subject {
  font-size: 17px
}

.forum-edit-page .inputs.reversed {
  margin-top: 20px
}

  .forum-edit-page .inputs.reversed label {
    width: auto;
    margin: 5px;
    font-size: 14px;
    white-space: normal;
    display: inline-block;
    margin-top: 0
  }

  .forum-edit-page .inputs.reversed input {
    vertical-align: top
  }

.forum-edit-page .buttons button {
  margin-bottom: 10px
}

.forum-edit-page .bb-code-editor-wrapper, .private-message-send-page .bb-code-editor-wrapper {
  margin: 5px 0 20px;
  background-color: #ddd;
  padding: 10px;
  display: inline-block;
  vertical-align: middle
}

.forum-edit-page .toolbar .button, .private-message-send-page .toolbar .button {
  margin: 0 0 0 2px;
  border: #cec6b5 1px solid;
  padding: 2px
}

  .forum-edit-page .toolbar .button:focus, .forum-edit-page .toolbar .button:hover, .private-message-send-page .toolbar .button:focus, .private-message-send-page .toolbar .button:hover {
    border: var(--secondary-color) 1px solid
  }

.forum-edit-page .inputs textarea, .private-message-send-page textarea {
  display: block;
  margin: auto
}

.forum-edit-page .buttons button, .move-topic-page .buttons button, .private-messages .buttons button {
  min-width: 140px;
  border: 0;
  background-color: var(--text-color);
  padding: 10px 30px;
  text-align: center;
  font-size: 14px;
  color: #fff;
  font-weight: 600;
  letter-spacing: .7px;
  text-transform: uppercase;
  font-family: Oswald;
}

  .forum-edit-page .buttons button:focus, .forum-edit-page .buttons button:hover, .move-topic-page .buttons button:focus, .move-topic-page .buttons button:hover, .private-messages .buttons button:focus, .private-messages .buttons button:hover {
    background-color: #888
  }

.forum-edit-page .buttons .button-1, .move-topic-page .buttons .button-1, .private-messages .buttons .button-1 {
  background-color: #0f0f0f
}

  .forum-edit-page .buttons .button-1:focus, .forum-edit-page .buttons .button-1:hover, .move-topic-page .buttons .button-1:focus, .move-topic-page .buttons .button-1:hover, .private-messages .buttons .button-1:focus, .private-messages .buttons .button-1:hover {
    background-color: var(--secondary-color)
  }

.markdown-editor-container {
  margin-bottom: 15px;
}

  .markdown-editor-container .field-validation-error {
    border-top: 1px solid #ddd;
    text-align: center;
  }

  .markdown-editor-container .toolbar {
    overflow-x: auto;
  }

.private-message-send-page a {
  font-size: 14px;
  color: #0f0f0f
}

.private-message-send-page span {
  font-size: 14px
}

.ui-tabs {
  border: 0;
  border-radius: 0;
  background: 100% 0;
  padding: 0;
  font: normal 14px 'Open Sans',sans-serif;
  color: var(--text-color)
}

.ui-widget.ui-widget-content.ui-tabs {
  border: none;
}

.html-shopping-cart-page .ui-dialog-content.ui-widget-content {
  height: auto !important;
  max-height: 390px !important;
  overflow: auto;
}

.ui-tabs-nav {
  margin: 0 0 30px;
  border-bottom: 1px solid #ddd;
  overflow: hidden;
  font-size: 0;
  margin: 0 0 30px !important;
  border-width: 0 0 1px;
  border-radius: 0;
  background: 100% 0;
  padding: 0 !important;
  line-height: normal;
  font-weight: 400;
  color: var(--dark-gray-color)
}

  .ui-tabs-nav li {
    margin: 0 0 -1px;
    float: none !important;
    margin: 0 0 -1px !important;
    border: none !important;
    border-radius: 0;
    background: 100% 0 !important;
    padding: 0 !important
  }

    .ui-tabs-nav li a {
      display: block;
      border: 1px solid #ddd;
      padding: 12px 24px;
      text-align: center;
      font-size: 18px;
      color: var(--dark-gray-color);
      float: none !important;
      padding: 12px 24px !important
    }

    .ui-tabs-nav li.ui-state-active a {
      background-color: #eee;
      color: #0f0f0f
    }

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

.private-messages-page td.from, .private-messages-page td.subject, .private-messages-page td.to {
  min-width: 150px
}

.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: #0f0f0f
  }

.private-messages-page .pager {
  margin: 0 0 30px
}

.private-message-view-page .buttons, .private-messages-page .buttons {
  font-size: 0
}

  .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;
    width: 250px;
    margin: 0 auto 3px;
    font-size: 14px;
    font-weight: 600;
    letter-spacing: .7px;
    text-transform: uppercase;
    font-family: Oswald;
  }

.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: 'Open Sans',sans-serif;
  color: var(--text-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 .title strong {
      font-weight: 500;
    }

  .profile-info-box .stats {
    margin: 0 0 15px
  }

.latest-posts {
  line-height: normal;
  font-size: 14px;
  font-family: 'Open Sans',sans-serif;
  color: var(--text-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: 600;
      color: var(--dark-gray-color)
    }

      .latest-posts .topic-title a:focus, .latest-posts .topic-title a:hover {
        color: #0f0f0f
      }

  .latest-posts .topic-body {
    margin: 0 0 15px;
    line-height: 22px
  }

    .latest-posts .topic-body b, .latest-posts .topic-body strong {
      font-weight: 600;
    }

  .latest-posts .topic-data {
    color: var(--dark-gray-color)
  }

.csharpcode {
  margin: 10px 0;
  border: 1px dashed #ccc;
  background-color: #fff;
  padding: 10px;
  font-family: "Courier New",Courier,monospace;
  color: var(--primary-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)
  }

.header-wrapper {
  position: relative;
  background: #0f0f0f;
  z-index: 10
}

  .header-wrapper .header {
    display: flex;
    width: 100%;
    justify-content: space-between;
    align-items: center;
    min-height: 120px;
    background-color: var(--primary-color);
  }


.html-home-page .header-wrapper {
  background: rgba(0,0,0,.75)
}



.header-wrapper select {
  -webkit-appearance: none;
  -moz-appearance: none
}

.header-wrapper .currency-selector:before, .header-wrapper .language-selector:before, .header-wrapper .tax-display-type-selector:before {
  content: '';
  background: url(../images/down-arrow.png) no-repeat;
  width: 9px;
  height: 9px;
  position: absolute;
  left: 5px;
  top: 50%;
  background-size: 9px;
  margin-top: -4.5px
}

.header-wrapper .language-selector .language-flag {
  padding: 5px;
  min-width: 50px;
  cursor: pointer;
  border: 1px solid #fff;
  border-radius: 3px;
  background: no-repeat;
  position: relative
}

.header-selectors-wrapper {
  display: flex;
  align-items: center
}

  .header-selectors-wrapper > div {
    width: auto;
    line-height: 1;
    position: relative;
    float: right;
    margin-right: 20px
  }

  .header-selectors-wrapper select {
    height: 25px;
    padding: 2px 6px 2px 15px;
    font-size: 11px;
    background: 100% 0;
    color: #fff;
    border-radius: 3px;
    text-transform: uppercase;
    font-weight: 700;
    cursor: pointer;
    font-family: Oswald;
    letter-spacing: .5px;
    position: relative;
    min-width: 100px
  }

.header-links-wrapper {
  display: flex;
  padding: 0
}

  .header-links-wrapper .header-links {
    display: flex
  }

.header-links li {
  margin: 0
}

.header-links .top-link-area a {
  line-height: 32px;
  display: block;
  color: var(--primary-color);
  font-weight: 600;
  font-size: 11px;
  font-family: Oswald;
  text-transform: uppercase;
  letter-spacing: .5px
}

.header-links .top-link-area ul li a {
  padding: 3px 15px !important
}

.header-links .top-link-area li:hover a {
  color: #fff;
  background: #212121
}

.header .search-icon:before {
  content: '';
  background: url(../images/search.png) no-repeat;
  display: inline-block;
  height: 24px;
  width: 24px;
  background-size: 24px;
  position: absolute;
  top: 15px;
  right: 0
}

.header-wrapper .search-box.store-search-box {
  display: none;
  position: absolute;
  width: 100%;
  background: rgba(0,0,0,.7);
  padding: 10px 0;
  top: 100%
}

  .header-wrapper .search-box.store-search-box.active {
    display: block
  }

  .header-wrapper .search-box.store-search-box .button-1 {
    height: 50px;
    border-radius: 4px 0 0 4px
  }

  .header-wrapper .search-box.store-search-box .search-box-text {
    border: 1px solid var(--primary-color);
    border-left: none;
    color: #0f0f0f;
    text-transform: uppercase;
    font-weight: 600;
    font-size: 11px;
    border-radius: 3px;
    letter-spacing: .5px;
    font-family: Oswald;
    height: 50px;
    width: 100%;
    padding-left: 50px;
  }

.search-box-text.ui-autocomplete-input::-webkit-input-placeholder {
  color: #0f0f0f
}

.search-box-text.ui-autocomplete-input:-moz-placeholder {
  color: #0f0f0f
}

.search-box-text.ui-autocomplete-input::-moz-placeholder {
  color: #0f0f0f
}

.search-box-text.ui-autocomplete-input:-ms-input-placeholder {
  color: #0f0f0f
}

.mini-shopping-cart:before {
  content: "";
  width: 10px;
  height: 10px;
  border: 5px solid transparent;
  border-bottom-color: #fff;
  position: absolute;
  right: 100px;
  margin-right: -10px;
  top: -20px;
  margin-top: 10px;
  visibility: visible;
  opacity: 1;
  transition: all .1s
}

.header .search-icon {
  color: #fff;
  font-weight: 700;
  font-size: 11px;
  position: relative;
  padding: 20px 30px 20px 10px;
  cursor: pointer;
  font-family: Oswald;
  letter-spacing: .5px;
  text-transform: uppercase
}

.header-selectors-wrapper select option {
  color: #454545;
  padding: 4px;
  font-size: 13px;
  cursor: pointer;
  text-transform: uppercase
}



.nop-slider {
  margin: 0 0 50px !important;
  max-width: none !important;
  min-height: 400px;
  width: 100vw !important;
  right: calc(-50vw + 50%)
}

  .nop-slider .slider-img {
    width: 100%;
    display: block;
  }

  .nop-slider .swiper-pagination {
    bottom: 20px !important;
  }

    .nop-slider .swiper-pagination .swiper-pagination-bullet {
      border-radius: 180px;
      display: inline-block;
      width: 14px;
      height: 14px;
      margin: 0 7px !important;
      box-shadow: 0 0 1px 0 rgba(0,0,0,0.2);
      background-color: #fff;
      font-size: 0;
      opacity: 1;
    }

      .nop-slider .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
        background: #ed5348 !important
      }

.newsletter .title {
  float: right;
  margin: 12px
}

  .newsletter .title strong {
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 600;
    letter-spacing: .5px;
    color: #fff;
    display: inline-block
  }

.newsletter .newsletter-subscribe {
  display: inline-block
}

.newsletter-email .newsletter-subscribe-button {
  width: 90px;
  padding: 0 5px;
  border-radius: 4px 0 0 4px
}

.footer-block .sub-title {
  text-transform: uppercase;
  font-weight: 400;
  font-size: 13px;
  margin: 7px 0 4px;
  color: #e5e5e5
}

.footer-block.phone-footer {
  margin-top: 27px
}

.footer-upper-first .mrgBottom {
  margin-bottom: 0
}

.newsletter .title {
  display: none
}

.layer-overlay {
  position: fixed;
  right: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: var(--primary-color);
  z-index: 10;
  opacity: .5;
  visibility: hidden;
  transition: all .3s
}

.filter-icon {
  display: none;
  position: fixed;
  top: 0;
  left: -1px;
  z-index: 9;
  width: 60px;
  height: 60px;
  background-color: var(--primary-color);
  border: var(--primary-color) solid 1px;
  text-align: center;
  line-height: 60px;
  opacity: 1;
  transition: all .2s;
  cursor: pointer;
  margin-top: 167px
}

  .filter-icon i {
    background: url(../images/sliders-filter.png) no-repeat;
    height: 32px;
    width: 32px;
    display: inline-block;
    position: relative;
    top: 0
  }

.title-filter {
  display: none
}

.html-manufacturer-page .master-column-wrapper {
  margin-top: 30px
}

.manufacturer-page .item-box {
  min-height: 220px
}

.manufacturer-page .manufacturer-description {
  min-height: 50px
}

.scrollToTop {
  font-weight: 700;
  color: var(--dark-gray-color);
  text-decoration: none;
  position: fixed;
  bottom: 15px;
  left: 15px;
  display: none;
  width: 40px;
  height: 40px;
  cursor: pointer;
  background: #404040;
  margin: 5px;
  border-radius: 40px;
  text-align: center;
  line-height: 24px;
  border: 3px solid var(--secondary-color);
  box-shadow: 0 1px 1px var(--secondary-color);
  z-index: 10
}

  .scrollToTop:before {
    content: "";
    display: inline-block;
    width: 0;
    height: 0;
    vertical-align: middle;
    border-style: solid;
    border-width: 8px;
    border-color: transparent transparent #fff
  }

  .scrollToTop b {
    position: absolute;
    white-space: nowrap;
    right: -6px;
    bottom: -30px;
    color: var(--dark-gray-color);
    font-size: 12px;
    z-index: 10;
    font-weight: 700;
    font-family: Oswald
  }

.owl-carousel .item-box {
  width: 100% !important;
  margin: 0 !important
}

.master-wrapper-page ::-webkit-scrollbar {
  width: 5px;
  height: 5px
}

.master-wrapper-page ::-webkit-scrollbar-track {
  background: var(--dark-gray-color)
}

.master-wrapper-page ::-webkit-scrollbar-thumb {
  background: var(--primary-color)
}

.html-home-page .common-popUp, .html-home-page .overlay-wrapper {
  display: block
}

.product-review-box {
  width: fit-content;
}

.follow-us {
  flex-basis: 100%;
  margin: 25px auto 0;
  text-align: center;
}

.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: var(--dark-gray-color) !important
}

.owl-nav div {
  background: #0f0f0f;
  width: 40px;
  height: 40px;
  position: absolute;
  top: 50%;
  margin-top: -20px;
  font-size: 0
}

.gallery .owl-nav div {
  width: 20px;
  height: 30px;
  margin-top: -15px
}

.owl-nav .owl-next.disabled, .owl-nav .owl-next.disabled:hover, .owl-nav .owl-prev.disabled, .owl-nav .owl-prev.disabled:hover, .owl-nav div:hover {
  background: var(--secondary-color)
}

.home-page-category-grid .owl-nav div {
  top: 50%;
}

.owl-nav .owl-prev {
  right: 0
}

  .owl-nav .owl-prev:after {
    background: url(../images/arrow-preview-white.png) no-repeat
  }

.owl-nav .owl-next {
  left: 0
}

  .owl-nav .owl-next:after {
    background: url(../images/arrow-next-white.png) no-repeat
  }

.owl-nav div:after {
  content: '';
  position: absolute;
  height: 16px;
  width: 16px;
  background-size: 14px;
  top: 50%;
  right: 50%;
  margin-right: -8px;
  margin-top: -8px
}

.inner-zoom {
  display: inline-block;
  position: relative;
  max-width: 100%
}

  .inner-zoom img {
    display: block;
    max-width: 100%
  }

.product-details-page .left-side:after, .product-details-page .overview:after, .product-details-page .right-side:after {
  content: '';
  display: block;
  clear: both
}

.product-details-page .right-side {
  text-align: center;
  background: #efefef;
  padding: 30px 20px;
  box-shadow: -1px 2px rgba(0,0,0,.1);
  max-width: 350px;
  margin: 0 auto
}

.product-details-page .product-essential .full-description ul {
  text-align: right;
}

.footer-block.about-us {
  margin-bottom: 25px
}

  .footer-block.about-us .topic-block {
    margin-bottom: 0
  }

  .footer-block.about-us .topic-block-title {
    margin: 0 0 15px 0;
    border-bottom: 0;
    min-height: unset;
    padding: 0
  }

    .footer-block.about-us .topic-block-title h2 {
      color: #e5e5e5;
      text-transform: uppercase;
      font-size: 14px;
      font-weight: 600;
      letter-spacing: .5px;
      text-align: right;
      font-family: 'Open Sans'
    }

  .footer-block.about-us .topic-block-body {
    max-height: 65px;
    overflow: hidden
  }

    .footer-block.about-us .topic-block-body, .footer-block.about-us .topic-block-body p {
      font-size: 13px;
      color: #aaa;
      margin: 0
    }

.custom-checkbox.custom-control-inline {
  align-items: center
}

  .custom-checkbox.custom-control-inline label {
    margin: 0 5px 0 0
  }

.product-filters .ui-button, .product-filters .ui-button.ui-state-disabled:active, .product-filters .ui-button.ui-state-disabled:hover, .product-filters .ui-state-default, .product-filters .ui-widget-content .ui-state-default, .product-filters .ui-widget-header .ui-state-default {
  border: 1px solid transparent;
  background: #0f0f0f
}

.product-filters .ui-widget-header {
  border: 1px solid transparent;
  background: #0f0f0f
}

.addthis_toolbox.addthis_default_style {
  display: flex
}

.product-details-page .product-essential div .label {
  font-weight: 500;
  color: var(--dark-gray-color);
}

.comment-info .user-info {
  width: 100%
}

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

.home-page-product-grid {
  min-height: 360px
}

.newsletter-subscribe .options, .newsletter-subscribe .captcha-box {
  margin-top: 10px;
  text-align: right;
}

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

    .newsletter-subscribe .options .subscribe label {
      margin: 0;
      position: relative;
      top: -2px;
    }

  .newsletter-subscribe .options .unsubscribe label {
    margin: 0;
    position: relative;
    top: -2px;
  }

@media all and (min-width:480px) {
  .cart tr {
    width: 46%;
    margin: 0 2% 30px
  }

    .cart tr:nth-child(2n+1) {
      clear: both
    }

  .order-details-page .data-table tr {
    width: 46%;
    margin: 40px 2% 0
  }

    .order-details-page .data-table tr:nth-child(2n+1) {
      clear: both
    }
  /*** NAVIGATION ***/


  /** Main menu START **/

  .menu__group > .menu__link {
    display: flex;
    grid-area: auto / right;
  }



  .menu__image-link {
    grid-column: left;
    grid-row-start: 1;
    grid-row-end: span 300;
  }

  /** Main menu END **/

  /*** FOOTER ***/
  .ui-autocomplete img {
    display: inline
  }

  .newsletter-email input[type=text] {
    width: 300px
  }

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

  .item-box .product-title {
    min-height: 16px;
    margin: 0 0 5px
  }

  .wishlist-content .button-2 {
    display: inline-block;
    width: auto;
    min-width: 140px;
    margin: 0 1px 5px
  }

  .enter-password-form input[type=password] {
    width: 260px
  }

  .forums-header {
    background-color: #efefef;
    padding: 30px 20px 20px;
    min-height: 100px
  }

  .ui-tabs-nav li {
    display: inline-block;
    min-width: 150px;
    margin: 0 5px -1px;
    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: right;
    width: 90.5%;
    text-align: right
  }

  .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 {
    display: table-cell
  }

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

  .follow-us {
    display: block
  }

  .estimate-shipping-popup {
    padding: 25px
  }
}

@media all and (min-width:768px) {

  .page {
    min-height: 300px;
  }

  .topic-post .post-vote {
    padding-top: 20px;
    padding-left: 10px
  }

  .home-page-polls li {
    min-width: 100px
  }

  .cart tr {
    width: 31.33333%;
    margin: 0 1% 30px
  }

    .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: 40px 1% 0
  }

    .order-details-page .data-table tr:nth-child(2n+1) {
      clear: none
    }

    .order-details-page .data-table tr:nth-child(3n+1) {
      clear: both
    }

  .product-selectors {
    text-align: right;
    margin: 0;
  }

    .product-selectors .product-viewmode {
      float: right;
      display: inline-block
    }

      .product-selectors .product-viewmode span {
        display: none
      }

      .product-selectors .product-viewmode a {
        display: inline-block;
        width: 35px;
        height: 35px;
        margin: 0 12px 0 0;
        background-position: center;
        background-repeat: no-repeat;
        border: 2px solid var(--primary-color)
      }

        .product-selectors .product-viewmode a.grid {
          background-image: url(../images/view-grid.png);
          background-size: 16px
        }

          .product-selectors .product-viewmode a.grid.selected, .product-selectors .product-viewmode a.grid:hover {
            background-color: var(--primary-color);
            background-image: url(../images/view-grid-hover.png)
          }

        .product-selectors .product-viewmode a.grid {
          margin-right: 0;
        }

        .product-selectors .product-viewmode a.list {
          background-image: url(../images/view-list.png);
          background-size: 19px
        }

          .product-selectors .product-viewmode a.list.selected, .product-selectors .product-viewmode a.list:hover {
            background-color: var(--primary-color);
            background-image: url(../images/view-list-hover.png)
          }

        .product-selectors .product-viewmode a.selected {
          opacity: 1
        }

  .category-grid.sub-category-grid .owl-carousel .item-box {
    width: 100%;
    margin: 0
  }

  .category-grid.sub-category-grid {
    margin: 0
  }

  .product-list .item-box {
    float: none;
    width: auto;
    margin: 0 0 20px
  }

    .product-list .item-box .product-item:after {
      content: "";
      display: block;
      clear: both
    }

    .product-list .item-box .picture {
      float: right;
      width: 220px
    }

    .product-list .item-box:focus .picture a img, .product-list .item-box:hover .picture a img {
      opacity: 1
    }

    .product-list .item-box .picture:focus a img, .product-list .item-box .picture:hover a img {
      opacity: .85
    }

    .product-list .item-box .picture + .details {
      margin: 0 240px 0 0
    }

    .product-list .item-box .product-title {
      height: auto;
      padding: 0 0 5px;
      font-size: 18px;
      color: var(--dark-gray-color);
      margin: 0
    }

    .product-list .item-box .description:not([data-short-description]) {
      display: block;
      margin: 0 0 10px;
      line-height: 1.5;
      font-size: 14px;
      color: var(--text-color)
    }

    .product-list .item-box .prices {
      height: auto;
      margin: 0 0 10px
    }

    .product-list .item-box .product-box-add-to-cart-button {
      width: auto;
      min-width: 150px;
      padding: 0 20px
    }

  .gallery {
    width: 550px
  }

  .variant-picture {
    float: right
  }

    .variant-picture + .variant-overview {
      width: auto;
      margin: 0 240px 0 0
    }

  .variant-overview {
    text-align: right
  }

  .product-review-item .review-title {
    float: right;
    max-width: 600px
  }

  .product-review-item .product-review-box {
    float: left
  }

  .address-list-page .section, .order-list-page .section, .return-request-list-page .section {
    display: inline-block;
    width: 48%;
    margin: 20px 1%;
    vertical-align: top;
  }

  .address-list {
    margin: 0 -1%
  }


    .address-list:after {
      content: '';
      clear: both;
      display: block
    }

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

  .cart-options .checkout-attributes, .cart-options .selected-checkout-attributes {
    padding: 0 0
  }

  .cart-footer .totals {
    float: left;
    width: 45%;
    margin: 0 2.5%
  }

  .cart-footer .terms-of-service {
    text-align: right
  }

  .cart-footer .addon-buttons, .cart-footer .checkout-buttons {
    text-align: left
  }

  .cart-footer .cart-collaterals {
    float: right;
    width: 45%;
    margin: 0
  }

    .cart-footer .cart-collaterals div, .cart-footer .cart-collaterals label {
      text-align: right
    }

  .checkout-page .selected-checkout-attributes {
    float: left;
    text-align: left
  }

  .checkout-page .cart-options,
  .checkout-page .cart-footer .totals {
    max-width: 350px;
  }

  .checkout-page .address-grid {
    overflow: hidden;
    display: flex;
    flex-wrap: wrap;
  }

  .checkout-page .address-item {
    display: inline-block;
    vertical-align: top;
    zoom: 1;
    width: 48%;
    margin: 0 1% 40px
  }

  .payment-method .method-list li, .shipping-method .method-list li {
    display: inline-block;
    width: 25%;
    margin: 20px 2%;
    vertical-align: top
  }

  .shipping-method .method-name {
    background-color: #f6f6f6;
    padding: 10px;
    text-align: center
  }

  .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: right;
      width: 48%;
      margin: 0 1% 40px
    }

  .order-details-page .section.options {
    text-align: left;
    margin-bottom: 0
  }

  .order-details-page .tax-shipping-info {
    text-align: left
  }

  .order-details-page .totals {
    float: left;
    clear: both
  }

  .shipment-details-page .tracking-number .tracking-url {
    color: #0f0f0f
  }

  .blog-posts .tags {
    float: left;
    width: 80%;
    text-align: left
  }

  .blog-posts .buttons {
    float: right;
    width: 20%;
    text-align: right;
    padding: 0
  }

  .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-bottom: 1px solid #ddd
    }

  .comment-info {
    display: table-cell;
    width: 15%;
    margin: 0;
    vertical-align: top
  }

    .comment-info .username {
      min-height: 40px;
      margin: 0;
      border: 0;
      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-right: 1px solid #ddd;
    vertical-align: top;
    text-align: right
  }

  .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: left;
      max-width: 100% !important;
      width: 100%;
      margin-top: 10px !important;
    }

      .forum-actions .pager li, .topic-actions .pager li {
        margin: 2px 4px
      }

      .forum-actions .pager.upper {
        display: block
      }

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

    .topic-post .user-info {
      width: auto
    }

    .topic-post .username {
      min-height: 40px;
      margin: 0;
      border: 0;
      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 5px;
    }

    .topic-post .send-pm {
      margin: 0 0 20px
    }

    .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-right: 1px solid #ddd;
      vertical-align: top;
      text-align: right
    }

    .topic-post .post-head {
      min-height: 40px;
      overflow: hidden;
      background-color: #f6f6f6
    }

    .topic-post .post-time {
      float: right;
      margin: 0;
      font-size: 14px;
      font-weight: 400
    }

    .topic-post .post-actions {
      float: left;
      margin: 0
    }

      .topic-post .post-actions a {
        margin: 0;
        line-height: 20px
      }

      .topic-post .post-actions .quote-post a {
        min-width: 40px
      }

      .topic-post .post-actions a.post-link-button {
        margin: 0 10px 0 0;
        border-right: 1px solid #ddd;
        text-align: center
      }

    .topic-post .post-text {
      padding: 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: right
  }

    .ui-tabs-nav li {
      margin: 0 0 -1px 10px;
      margin: 0 0 -1px 10px !important
    }

  .profile-info-box .avatar {
    float: right;
    margin: 0 0 15px 15px
  }

  .profile-info-box .profile-stats {
    float: right;
    text-align: right
  }

  .profile-info-box .title {
    text-align: right
  }

  .profile-info-box .send-pm {
    clear: both;
    text-align: right
  }

  .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-right: 4px solid #ccc;
    padding: 0.5em 10px;
    color: var(--gray-color);
    margin: 0 0 1em 0;
  }

    .post-text blockquote p {
      margin-bottom: 0;
    }

  .shipping-address {
    flex-flow: column
  }

  .address-item {
    width: 100%
  }

  .estimate-shipping-row-item.address-item + .estimate-shipping-row-item.address-item {
    padding-right: 0;
    padding-top: 8px
  }


  .footer .newsletter {
    float: none;
    display: inline-block
  }


  .footer-menu__title {
    margin: 0 0 15px;
    background: 100% 0;
    padding: 0;
    cursor: auto;
    font-size: 22px;
  }

  .footer-block.sub-menu {
    float: none
  }

  .left-side {
    width: 55%;
    float: right
  }

  .product-details-page .right-side {
    margin-right: 3%;
    width: 42%;
    float: right
  }

  .footer-menu {
    display: inline-block;
    width: 50%;
    vertical-align: top;
  }

  .footer-menu__list {
    display: block !important;
    background: 100% 0;
    padding: 0;
  }

    .footer-menu__list .footer-menu__item {
      padding: 5px 0;
    }

  .footer-menu__link {
    display: inline;
    padding: 0;
  }
}

@media all and (min-width:992px) {

  .product-grid .item-box:hover .buttons {
    bottom: 136%;
    visibility: visible
  }

  .layer-overlay {
    visibility: hidden !important;
  }

  .topic-password {
    min-height: 350px;
  }

  .home-page .topic-password, .apply-vendor-page .topic-password, .forums-main-page .topic-password {
    min-height: 140px;
  }

  .page {
    min-height: 401px
  }

  .category-page .products-container {
    min-height: 300px
  }

  .topic-post .post-vote {
    padding: 20px 15px 20px 0
  }

  .center-2 {
    float: left;
    width: 79%
  }

  .side-2 {
    float: right;
    width: 17.2%
  }

  .page {
    text-align: right
  }

  .fields .inputs {
    width: 48%;
    float: right
  }

    .fields .inputs:nth-child(even) {
      margin-right: 2%
    }

    .fields .inputs:nth-child(odd) {
      margin-left: 2%
    }

  .fields:after {
    display: block;
    content: ".";
    clear: both;
    font-size: 0;
    line-height: 0;
    height: 0;
    overflow: hidden
  }

  .inputs input[type=email], .inputs input[type=password], .inputs input[type=tel], .inputs input[type=text], .inputs select {
    min-height: 40px
  }

  .inputs .option-list li {
    margin: 0 0 0 10px
  }

  .center-1 .buttons {
    text-align: left
  }

  .page-title a + h1 {
    float: right
  }

  .link-rss {
    display: block;
    float: left;
    margin: 6px 0 0
  }

  .cart tr {
    width: auto;
    margin: 0
  }

  .cart label {
    display: none
  }

  .cart .mobile-first, .cart .unit-price.mobile, .cart .subtotal.mobile {
    display: none;
  }

  .cart .sku .td-title {
    display: inline-block;
    margin-bottom: 0;
  }

  .order-details-page .data-table tr {
    width: auto;
    margin: 0
  }

  .order-details-page .data-table label {
    display: none
  }

  .footer-upper, .footer-upper-first {
    width: auto;
    padding: 35px 0;
    margin: 0 70px
  }

  .footer-menu {
    float: right;
    width: 25%;
    margin: 0;
  }

  .footer-upper-first .footer-menu__list {
    float: none
  }

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

  .footer-upper-first .footer-menu.about-us {
    width: 45%;
    margin-left: 5%
  }

  .footer-upper-first .footer-menu {
    width: 25%
  }


  .footer-menu__list {
    margin: 0;
    float: right;
  }

  .follow-us {
    float: left;
    width: auto !important;
    margin: 5px 0;
    text-align: right
  }

    .follow-us .social li {
      margin: 0 10px 0 0
    }



  .newsletter-email input[type=text] {
    width: 200px
  }

  .newsletter-email .newsletter-subscribe-button {
    min-width: 100px;
    padding: 0 5px;
    border-radius: 4px 0 0 4px
  }

  .newsletter-validation .field-validation-valid {
    text-align: right
  }

  .footer .footer-left {
    float: right;
    text-align: right;
    margin: 5px 0
  }

  .footer-lower {
    position: relative;
    width: auto;
    padding: 25px 0;
    margin: 0 70px
  }

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

  .footer-info span {
    margin: 0 0 10px;
    display: block
  }

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

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

    .footer-powered-by.mr {
      margin-left: 10px
    }

    .footer-powered-by:before {
      content: "";
      display: block;
      clear: both
    }

  .theme-selector {
    display: inline-block;
    margin: 0 0 20px 0
  }

  .block {
    float: none;
    width: auto;
    margin: 0 0 20px
  }

  .side-2 .block {
    margin: 0 0 0
  }

  .block .listbox {
    display: block;
    border-bottom: none
  }

  .block .product-filter .filter-content {
    border-bottom: none
  }

  .block a.product-picture {
    display: inline-block;
    position: relative;
    width: 30%;
    vertical-align: middle;
    margin: 0 -15px 0 0;
    text-align: center;
  }

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

  .block a.product-name {
    vertical-align: middle;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis
  }

  .block a.product-picture + a.product-name {
    width: 70%
  }

    .block a.product-picture + a.product-name:before {
      display: none
    }

  .gallery {
    float: right;
    width: 29.6%
  }

  .picture-gallery .picture {
    width: auto;
  }

  .video-gallery {
    float: right;
  }

  .overview {
    float: left;
    width: 68.2%
  }

  .rental-attributes {
    overflow: hidden
  }

    .rental-attributes .attribute-item {
      float: right;
      margin: 0 0 0 20px
    }

    .rental-attributes .datepicker {
      width: 160px;
      text-align: right
    }

  .attribute-squares li {
    margin: 0 0 10px 10px
  }


  .product-review-item .review-title {
    max-width: 850px
  }

  .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 20px 0 0
  }

  .compare-products-page .clear-list {
    position: absolute;
    top: 7px;
    left: 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 0 0 10px
  }


  .date-of-birth select + select {
    margin: 0 11px 0 0
  }

  #check-availability-button {
    display: block;
    margin: 10px auto
  }

  .login-page .customer-blocks {
    overflow: hidden
  }

  .login-page .new-wrapper {
    float: right;
    width: 48%;
    margin: 0
  }

    .login-page .new-wrapper .text {
      min-height: 212px
    }

  .login-page .returning-wrapper {
    float: left;
    width: 48%
  }

    .login-page .returning-wrapper .form-fields {
      min-height: 200px;
      padding: 20px 0 0
    }

    .login-page .returning-wrapper input[type=email], .login-page .returning-wrapper input[type=password], .login-page .returning-wrapper input[type=text] {
      width: 300px
    }

  .address-list-page .section, .order-list-page .section, .return-request-list-page .section {
    display: block;
    width: auto;
    margin: 0 0 40px;
    float: none
  }

  .address-list {
    margin: 0
  }

  .address-list-page .buttons, .order-list-page .buttons {
    position: absolute;
    top: 5px;
    left: 10px
  }

  .avatar-page .buttons, .avatar-page .message-error {
    text-align: right
  }

  .customer-info-page .email-to-revalidate-note, .customer-info-page .vat-note {
    margin-right: 0
  }

  .customer-info-page .vat-status {
    display: block;
    margin-top: 5px;
    margin-right: 0;
  }

  .shopping-cart-page .cart-options:after {
    content: "";
    clear: both;
    display: block
  }

  .shopping-cart-page .checkout-attributes {
    margin: 0
  }

    .shopping-cart-page .checkout-attributes .option-list > li {
      margin: 0 0 0 10px;
    }

  .shopping-cart-page .selected-checkout-attributes {
    margin: 10px 0 0;
    display: block;
    text-align: left
  }

  .order-progress {
    margin: -30px 0 30px
  }

  .checkout-page .address-item {
    width: 31.33333%
  }

  .checkout-page .terms-of-service, .payment-method .use-reward-points {
    text-align: center
  }

  .payment-info .info {
    padding: 30px 15px
  }

    .payment-info .info td:first-child {
      width: 265px !important;
      margin: 0 0 0 10px;
      text-align: left
    }

    .payment-info .info td:last-child {
      text-align: right;
    }

    .payment-info .info td:only-child {
      width: 100% !important
    }

  .order-details-area .title, .order-review-data .title, .shipment-details-area .title {
    text-align: right
  }

  .opc .order-review-data ul {
    text-align: right
  }

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

  .comment-list {
    margin: 0 0 50px
  }

  .news-list-homepage {
    margin: 0 -1%
  }

    .news-list-homepage .news-items {
      overflow: hidden;
      text-align: right
    }

    .news-list-homepage .news-item {
      float: right;
      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-head {
      text-align: center
    }

    .news-list-homepage .news-body {
      text-align: justify;
      font-size: 13px;
      color: var(--secondary-color)
    }

  .home-page-polls .poll {
    width: 100%
  }


  .home-page-polls:after {
    content: '';
    display: block;
    clear: both
  }

  .current-time {
    float: left
  }

  .forum-search-box {
    float: right
  }

    .forum-search-box .advanced {
      text-align: right
    }

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

  .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 {
    height: 250px
  }

  .product-details-page .product-share-button #st-1 {
    text-align: right;
  }
}

@media all and (min-width:1382px) {
  .product-review-item .review-title {
    max-width: 1050px
  }

  .login-page .returning-wrapper input[type=email], .login-page .returning-wrapper input[type=password], .login-page .returning-wrapper input[type=text] {
    width: 360px
  }

  .customer-info-page .email-to-revalidate-note, .customer-info-page .vat-note {
    margin-right: 0
  }

  .cart-footer .totals {
    width: 100%;
    margin: 0;
    float: none
  }

  .cart-footer .cart-collaterals {
    width: 760px;
    margin: 0
  }

    .cart-footer .cart-collaterals .deals {
      float: none;
      width: 100%
    }

    .cart-footer .cart-collaterals .shipping {
      float: none;
      width: 100%
    }

  .cart-footer .estimate-shipping .inputs input, .cart-footer .estimate-shipping .inputs select {
    width: 100%
  }

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


  .topic-post .post-text {
    width: 93%;
    max-width: 100%
  }

  .menu-left-slide {
    display: none !important
  }

  .header .header-selectors-wrapper .menu-bar {
    display: none
  }

  .language-list {
    text-align: right
  }

  .flyout-cart {
    position: absolute;
    z-index: 100;
    box-shadow: 0 2px 8px rgba(0,0,0,.5);
    background-color: #fff;
    border-radius: 0 0 3px 3px;
    left: 1px;
    top: 120px;
    margin: 0;
    width: 281px;
    border: 0;
  }

    .flyout-cart.active {
      display: block
    }

  .mini-shopping-cart {
    padding: 12px;
    text-align: right;
    font-size: 12px;
    font-weight: 600
  }

    .mini-shopping-cart .count {
      padding: 3px 0 15px;
      color: #0f0f0f;
      font-size: 13px;
      font-weight: 500;
      text-transform: uppercase;
      font-family: Oswald;
      letter-spacing: .5px;
      height: 4vh
    }

      .mini-shopping-cart .count a {
        margin: 0 2px;
        font-weight: 600;
        color: var(--secondary-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;
      overflow-y: auto;
      max-height: 360px;
    }

    .mini-shopping-cart .item {
      overflow: hidden;
      padding: 10px 0
    }

    .mini-shopping-cart .picture {
      float: right;
      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;
        left: 0;
        bottom: 0;
        right: 0;
        margin: auto;
        max-width: 100%
      }

      .mini-shopping-cart .picture + .product {
        margin: 0 80px 0 0
      }

    .mini-shopping-cart .name {
      margin: 0 0 7px;
      font-size: 13px
    }

      .mini-shopping-cart .name a {
        color: var(--primary-color)
      }

        .mini-shopping-cart .name a:hover {
          color: var(--secondary-color)
        }

    .mini-shopping-cart .price, .mini-shopping-cart .price .quantity {
      color: var(--dark-gray-color)
    }

    .mini-shopping-cart .attributes {
      margin: 5px 0;
      color: var(--dark-gray-color);
      overflow: hidden;
      text-overflow: ellipsis;
    }

    .mini-shopping-cart .totals {
      margin: 0 2px 20px;
      font-size: 14px;
      text-align: left;
      text-transform: uppercase;
      font-weight: 500;
      font-family: Oswald;
      letter-spacing: .5px;
      color: var(--text-color);
      height: 2vh;
    }

      .mini-shopping-cart .totals strong {
        font-size: 14px;
        color: var(--primary-color);
        font-weight: 500
      }

    .mini-shopping-cart .buttons {
      margin: 10px 0 5px;
      height: 6vh
    }

    .mini-shopping-cart button[type=button], .mini-shopping-cart button[type=button]:focus {
      display: inline-block;
      border: 0;
      background-color: var(--primary-color);
      padding: 13px 20px;
      color: #fff;
      width: 100%;
      font-weight: 600;
      text-transform: uppercase;
      font-size: 14px;
      font-family: Oswald;
      letter-spacing: 2px
    }

      .mini-shopping-cart button[type=button]:hover {
        background-color: var(--secondary-color)
      }

  .header-lower {
    display: inline-block
  }


  .flexMenu-viewMore .flexMenu-popup {
    box-shadow: 0 2px 10px -2px rgba(0,0,0,.3);
    background-color: #fff;
    padding: 10px 0;
    text-align: right;
    border-radius: 0 0 3px 3px;
    white-space: nowrap;
    min-width: 200px
  }

  .flexMenu-viewMore ul.flexMenu-popup:before {
    content: "";
    width: 10px;
    height: 10px;
    border: 5px solid transparent;
    border-bottom-color: #fff;
    position: absolute;
    right: 15%;
    margin-right: -10px;
    top: 0;
    margin-top: -10px;
    visibility: visible;
    opacity: 1;
    transition: all .1s
  }

  .flexMenu-viewMore .flexMenu-popup li {
    position: relative
  }

    .flexMenu-viewMore .flexMenu-popup li .sublist.first-level {
      left: -100%;
      top: -10px
    }

    .flexMenu-viewMore .flexMenu-popup li a {
      display: block;
      position: relative;
      padding: 10px 15px;
      color: var(--primary-color);
      font-weight: 600;
      font-size: 11px;
      font-family: Oswald;
      text-transform: uppercase;
      letter-spacing: .5px;
      white-space: normal
    }

  .flexMenu-viewMore .flexMenu-popup > li:hover > a {
    color: #fff;
    background: var(--primary-color)
  }

  .flexMenu-viewMore:hover .flexMenu-popup {
    display: block !important
  }

  .menu-toggle, .sublist-toggle {
    display: none
  }

  /** Main menu START **/
  .header-menu {
    position: relative;
  }

  .menu__toggle {
    display: none;
  }


  .menu > .menu__item {
    display: inline-block;
  }



  .menu__item-toggle::after {
    display: none;
  }

  .menu__grid-view {
    position: absolute;
    right: 0;
    background-color: #fff;
    padding: 15px;
    box-shadow: 0 2px 10px -2px rgba(0, 0, 0, .3);
    width: 100%;
    z-index: 1010;
    display: none;
    flex-wrap: wrap;
    gap: 15px;
    border-radius: 0 0 3px 3px;
    transition: opacity 0.3s ease, transform 0.3s ease;
    font-size: 14px;
    text-align: right;
    grid-template-columns: 1fr 1fr 1fr;
  }

  .menu__item:focus-within > .menu__grid-view,
  .menu__item:hover .menu__grid-view {
    display: grid;
  }

  .menu__list-view {
    position: absolute;
    width: 200px;
    z-index: 1010;
    transition: opacity 0.3s ease, transform 0.3s ease;
    background-color: #fff;
    box-shadow: 0 2px 10px -2px rgba(0, 0, 0, .3);
    padding: 10px 0;
    border-radius: 0 0 3px 3px;
    text-align: right;
    display: none;
  }

    .menu__list-view .menu__list-view {
      top: -10px;
      right: 100%;
    }

  .menu__row-braker {
    width: 100%
  }

  .menu__list-view .menu__item {
    position: relative;
  }

    .menu__list-view .menu__item .menu__link {
      display: block;
      position: relative;
      padding: 10px 15px;
      color: #000;
      font-weight: 600;
      font-size: 11px;
      font-family: Oswald;
      text-transform: uppercase;
      letter-spacing: .5px;
      white-space: normal;
      line-height: 1.4;
    }



  .menu__item:focus-within > .menu__list-view,
  .menu__item:hover > .menu__list-view {
    display: block;
  }

  .menu__list-view .menu__item:hover .menu__link {
    background-color: #212121;
    color: #fff;
  }

  .menu__item-toggle {
    position: relative;
  }

    .menu__item-toggle .sublist-toggle {
      width: 10px;
      height: 10px;
      border: 5px solid transparent;
      border-bottom-color: #fff;
      position: absolute;
      right: 50%;
      margin-right: -10px;
      bottom: 0;
      margin-top: 10px;
      visibility: visible;
      opacity: 1;
      transition: all .1s;
    }

    .menu__item-toggle:hover > .sublist-toggle {
      display: block;
    }

  .header-menu .menu-top, .select-box-wrapper.desktop-none {
    display: none;
  }

  .menu__link {
    margin: 0;
    display: block;
    padding: 8px;
    line-height: 20px;
    font-size: 12px;
    color: #fff;
    cursor: pointer;
    text-transform: uppercase;
    font-weight: 700;
    font-family: Oswald;
    letter-spacing: .5px;
  }

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

  .menu__link--inactive {
    pointer-events: none;
    cursor: default;
  }

  /** Main menu END **/

  /** Footer menu START **/


  .footer-menu {
    width: 25%;
  }

  /** Footer menu END **/

  /*** FOOTER ***/

  .flexMenu-viewMore .flexMenu-popup li .sublist-toggle, .header-menu .sublist.first-level .sublist-toggle {
    left: 5px;
    margin-right: 0;
    position: absolute;
    top: 12px;
    display: block !important;
    background-image: url(../images/right-arrow.png);
    width: 16px;
    height: 16px;
    background-size: 10px;
    background-repeat: no-repeat
  }

  .flexMenu-viewMore .flexMenu-popup > li:hover > .sublist-toggle, .header-menu .sublist.first-level > li:hover > .sublist-toggle {
    background-image: url(../images/next.png)
  }

  .flexMenu-viewMore > a {
    background: url(../images/more.png) no-repeat center;
    width: 24px;
    height: 24px;
    font-size: 0 !important;
    background-position-y: 17px;
    padding: 25px 23px 35px !important
  }

  .left-box {
    float: right;
    width: 48.5%
  }

  .right-box {
    float: left;
    width: 48.5%
  }

    .right-box:after {
      clear: both;
      display: block;
      content: ''
    }

  .product-details-page .left-side {
    float: right;
    width: 65%
  }

  .product-details-page .right-side {
    margin-right: 3%;
    float: left;
    width: 32%
  }

  .footer-upper, .footer-upper-first {
    width: auto;
    padding: 35px 0;
    margin: 0 100px
  }

    .footer-upper-first .footer-block.about-us {
      width: 45%;
      margin-left: 5%
    }

  .footer-block {
    width: 25%
  }

  .footer-upper-first .footer-block {
    width: 25%
  }

  .footer-block.sub-menu {
    margin-top: 42px
  }

  .footer .newsletter {
    display: inline-block
  }

  .footer-lower {
    width: auto;
    padding: 35px 0;
    margin: 0 100px
  }

    .footer-lower .footer-left {
      float: right;
      text-align: right;
      margin: 0
    }

  .ShoppingCart-left, .product-grid.cross-sells {
    float: right;
    width: 75%
  }

  .cart-footer {
    float: left;
    width: 22%
  }
}

@media all and (max-width:1381px) {
  .container, .master-column-wrapper {
    margin: 40px 30px
  }

  .breadcrumb {
    padding: 12px 30px
  }

  .footer-lower, .footer-upper, .footer-upper-first {
    margin: 0 30px
  }

  .side-2 {
    width: 23%
  }

  .center-2 {
    width: 74.5%
  }

  .header .header-logo {
    margin-right: 30px
  }

  #shopping-cart-form:after {
    content: '';
    clear: both;
    display: block
  }



  .header-menu {
    display: inline-block;
    position: fixed;
    height: 100%;
    background: #1d1e20;
    right: -300px;
    top: 0;
    width: 300px;
    display: none;
    overflow-y: auto;
    z-index: 2;
    margin: 0;
  }

    .header-menu .menu-top {
      background: var(--primary-color);
      color: #fff;
      padding: 18px;
      font-size: 13px;
      position: relative;
      text-transform: uppercase;
      font-weight: 700;
      letter-spacing: 1px;
      font-family: Oswald;
    }

      .header-menu .menu-top i {
        height: 53px;
        width: 53px;
        position: absolute;
        left: 0;
        top: 0;
        cursor: pointer;
      }

        .header-menu .menu-top i:before {
          content: "";
          background: url(../images/close-white.png) no-repeat;
          height: 16px;
          width: 16px;
          display: inline-block;
          position: relative;
          left: -26px;
          top: 19px;
          background-size: 16px;
        }

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

  .menu > .menu__item {
    position: relative;
    margin: 1px 0;
    border-bottom: 1px solid #292929;
  }

    .menu > .menu__item .menu__link {
      display: block;
      padding: 15px 18px;
      font-size: 11px;
      font-weight: 400;
      color: #fff;
      text-transform: uppercase;
      white-space: nowrap;
      overflow: hidden;
      text-overflow: ellipsis;
      padding-left: 25px;
    }

  .menu-image {
    border: 1px solid #292929;
  }

  .menu__group-title {
    font-weight: 400;
    color: #fff;
  }

  .menu__grid-view .menu__link {
    padding: 10px 0 0 !important;
  }

  .menu__grid-view, .menu__list-view {
    background-color: transparent;
    overflow: hidden;
  }

  .menu__grid-view {
    padding: 0 18px;
  }

  .menu__list-view .menu__item {
    position: relative;
    margin: 1px 0 1px 0;
    border-top: #242527 solid 1px;
  }

    .menu__list-view .menu__item .menu__link {
      display: block;
      padding: 15px 40px 15px 10px;
      font-size: 12px;
      color: #fff;
      font-weight: 400;
      font-family: "Open Sans", Arial;
      white-space: nowrap;
      overflow: hidden;
      text-overflow: ellipsis;
      text-transform: initial;
    }

  .header-wrapper .header {
    height: 85px;
    min-height: 85px !important;
  }

  .header-wrapper .search-box.store-search-box {
    top: 100%
  }

  .header .header-lower {
    margin: 23px 20px 21px 0
  }

  .topcartlink a {
    padding: 32px 0 42px !important;
    width: 227px !important
  }

  .header-links-wrapper .cart-qty {
    bottom: 58px;
    right: 46px
  }

  .header .top-link-area {
    padding: 17px 10px 15px 30px;
    margin: 20px 0
  }

  .header-links .top-link-area ul {
    left: 0
  }

    .header-links .top-link-area ul:before {
      right: 79%
    }

  .menu-left-slide .menu-top {
    background: var(--primary-color);
    color: #fff;
    padding: 18px;
    font-size: 13px;
    position: relative;
    text-transform: uppercase;
    font-weight: 700;
    letter-spacing: 1px;
    font-family: Oswald;
  }

    .menu-left-slide .menu-top i:before {
      content: "";
      background: url(../images/close-white.png) no-repeat;
      height: 16px;
      width: 16px;
      display: inline-block;
      position: relative;
      left: -26px;
      top: 19px;
      background-size: 16px
    }

    .menu-left-slide .menu-top i {
      height: 53px;
      width: 53px;
      position: absolute;
      left: 0;
      top: 0;
      cursor: pointer
    }

  .header-menu .menu-left-slide {
    display: inline-block;
    position: fixed;
    height: 100%;
    background: #1d1e20;
    right: -300px;
    top: 0;
    width: 300px;
    display: none;
    overflow-y: auto;
    z-index: 2
  }

  .header-menu .header-menu-in > ul > li {
    display: block
  }

    .header-menu .header-menu-in > ul > li > a {
      font-size: 15px
    }



  .select-box-wrapper {
    padding: 0 15px;
    border-bottom: 1px solid #292929;
  }

    .select-box-wrapper div {
      margin: 15px 0;
      position: relative
    }

      .select-box-wrapper div select {
        height: 30px;
        padding: 2px 6px 2px 12px;
        font-size: 11px;
        background: 100% 0;
        color: #fff;
        border-radius: 3px;
        text-transform: uppercase;
        font-weight: 700;
        cursor: pointer;
        font-family: Oswald;
        letter-spacing: .5px;
        width: 100%;
        position: relative
      }

        .select-box-wrapper div select option {
          color: #0f0f0f
        }



  .block .list a {
    padding: 5px 0 !important;
  }

  .sublist .sublist .sublist li a {
    padding: 15px 60px 15px 10px
  }

  .block-category-navigation {
    display: block
  }

  .block-account-navigation {
    float: none;
    margin: 0 0 50px;
    max-width: none;
    width: 100%
  }

  .sublist-toggle {
    position: absolute;
    top: 0;
    left: 0;
    width: 45px;
    height: 45px;
    background: url(../images/toggle-black.png) center no-repeat;
    padding: 15px;
    font-size: 15px;
    font-weight: 700;
    color: #fff;
    text-transform: uppercase;
    cursor: pointer
  }

    .sublist-toggle:active, .sublist-toggle:hover {
      background: url(../images/toggle-black-hover.png) center no-repeat
    }

  .mobile-nav-overlay {
    position: fixed;
    right: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: var(--primary-color);
    opacity: .3;
    visibility: hidden;
    transition: all .3s;
    z-index: 1
  }

  .ShoppingCart-left, .product-grid.cross-sells {
    float: none !important;
    width: 100% !important
  }

  .cart-footer {
    float: none !important;
    width: 100% !important
  }

    .cart-footer .totals {
      float: left !important;
      width: 45% !important;
      margin: 25px 0 0
    }

  .footer-menu__list .footer-menu__item {
    display: block;
    padding: 6px 0
  }
}

@media all and (max-width:991px) {
  .product-details-page .product-share-button #st-1 {
    text-align: center;
  }

  .order-list-page .order-list {
    margin: 0 -1%;
  }

  .nop-slider {
    min-height: 200px;
    margin: 0 0 50px !important
  }

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

  .product-grid .item-box .buttons {
    visibility: visible;
    position: relative;
    margin: 0;
    bottom: 0;
    right: 0;
    display: flex;
    width: 100%;
    margin-top: 15px
  }

    .product-grid .item-box .buttons .product-box-add-to-cart-button {
      background-image: none;
      width: 100%;
      font-size: 14px;
      color: #fff;
      margin-right: 0
    }

  .product-grid .item-box button[type=button] {
    height: 47px;
    border-radius: 0;
    width: 78px
  }

  .header-selectors-wrapper div {
    display: none
  }

  .newsletter {
    margin: 30px 0 0;
    float: right !important;
    line-height: 1
  }

  .cart {
    display: block
  }

    .cart colgroup, .cart thead {
      display: none
    }

    .cart tbody {
      display: block;
      overflow: hidden
    }

    .cart tr {
      display: flex;
      flex-wrap: wrap;
      float: right;
      width: 100%;
      margin: 0;
      border: 1px solid #ddd
    }

    .cart td {
      display: block;
      border: 0;
      padding: 10px
    }

      .cart td.remove-from-cart {
        margin: 0;
        border-bottom: 0;
        background-color: #eee;
        padding: 10px;
        display: flex;
        justify-content: center;
        align-items: center;
        min-height: 41px;
      }

      .cart .remove-from-cart label, .cart td.add-to-cart label {
        color: var(--secondary-color);
        font-size: 12px;
        text-transform: uppercase;
        font-weight: 500;
        font-family: Oswald
      }

    .cart .sku label {
      font-weight: 400;
      font-family: Oswald;
      font-size: 13px
    }

    .cart .unit-price.mobile .td-title,
    .cart .subtotal.mobile .td-title,
    .cart .vendor .td-title, .cart .sku .td-title {
      font-weight: 400;
    }

    .cart .quantity input, .cart .subtotal span, .cart .unit-price span {
      font-weight: 400
    }

    .cart .remove-from-cart input {
      border-color: var(--secondary-color)
    }

    .cart td.product-picture {
      padding: 15px 10px 5px;
      width: 50px;
    }

      .cart td.product-picture a img {
        height: auto;
        max-width: 50px;
      }

    .cart td.product {
      min-width: 0;
      padding: 5px 20px 15px;
      text-align: right;
      width: calc(100% - 100px);
    }

    .cart td.quantity {
      display: inline-block;
      padding: 0 10px;
      vertical-align: middle;
      text-align: center;
      width: 50px;
    }

  .wishlist-content .cart td.quantity {
    margin-top: 10px;
    padding: 0;
  }

    .wishlist-content .cart td.quantity input {
      width: 40px;
    }

  .cart td.quantity .product-quantity {
    width: 50px;
    float: left;
    margin-top: 5px;
  }

  .cart td.quantity .td-title {
    display: none;
  }

  .cart td.subtotal, .cart td.unit-price {
    display: inline-block;
    padding: 20px 10px;
    vertical-align: middle
  }

  .cart td.subtotal, .cart td.unit-price,
  .cart td.remove-from-cart,
  .cart .product-name.web {
    display: none;
  }

  .mobile-first, .add-to-cart.mobile {
    display: flex !important;
    width: 100%;
    justify-content: space-between;
    flex-wrap: wrap;
    border-bottom: 1px solid #ddd !important;
  }

    .mobile-first .product-name.mobile {
      width: calc(100% - 50px);
      font-weight: 600;
    }

    .mobile-first .remove-from-cart.mobile {
      width: 50px;
      text-align: left;
    }

  .order-details-page .data-table {
    display: block
  }

    .order-details-page .data-table colgroup, .order-details-page .data-table thead {
      display: none
    }

    .order-details-page .data-table tbody {
      display: block;
      overflow: hidden
    }

    .order-details-page .data-table tr {
      display: block;
      float: right;
      width: 100%;
      margin: 40px 0 0;
      border: 1px solid #ddd
    }

      .order-details-page .data-table tr:first-child {
        margin-top: 0;
      }

    .order-details-page .data-table td {
      display: block;
      border: 0;
      padding: 10px;
      font-family: 'Open Sans',sans-serif;
      font-size: 14px;
      font-weight: 700;
    }

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

      .order-details-page .data-table td.tracking-number {
        text-align: right;
      }

  .data-table .picture {
    text-align: right;
  }

  .address-list-page .button-2, .order-list-page .button-2 {
    margin: 0 0 0 10px;
  }

  .footer .footer-info {
    margin-bottom: 5px
  }



  .center-2 {
    width: 100% !important
  }

  .side-2 {
    width: 100%
  }

  .side-2 {
    width: auto !important;
  }

    .side-2 .block-main-layer {
      position: fixed;
      height: 100%;
      overflow-y: auto;
      width: 310px;
      top: 0;
      right: -310px;
      background: #fff;
      z-index: 11;
      transition: all .3s;
      -moz-transition: all .3s;
      -webkit-transition: all .3s;
      -o-transition: all .3s
    }

  .title-filter {
    position: relative;
    background-color: var(--primary-color);
    display: block;
    text-align: right;
    font-family: Oswald;
    font-size: 12.5px;
    color: #fff;
    font-weight: 400;
    letter-spacing: .025em;
    line-height: 26px;
    text-transform: uppercase;
    padding: 10.5px 15px;
    margin: 0;
    height: 45px
  }

    .title-filter .close {
      background: url(../images/close-white.png) no-repeat;
      height: 16px;
      width: 16px;
      display: inline-block;
      position: absolute;
      left: 10px;
      top: 15px;
      background-size: 16px;
      cursor: pointer
    }

  .filter-icon {
    display: flex;
    align-items: center;
    justify-content: center;
  }

  .topcartlink .ico-cart {
    padding: 32px 0 42px !important;
    display: block;
    width: 157px !important
  }

  .header-links-wrapper .cart-qty {
    right: 21px !important
  }

  .product-grouped .overview .add-to-cart-button, .product-grouped .variant-overview .add-to-cart-button {
    margin: 0 15px;
    min-width: 190px
  }

  .product-grouped .overview .qty-input, .product-grouped .variant-overview .qty-input {
    width: 70px
  }

  .product-essential {
    text-align: center
  }

  .product-share-button .addthis_toolbox.addthis_default_style {
    justify-content: center
  }

  .gallery .picture-thumbs .thumb-item {
    height: 100px !important
  }

  .right-side {
    margin-top: 30px !important;
    margin-bottom: 15px !important
  }

  .comment-info .username, .order-details-area .title, .order-details-page .order-details-area, .order-review-data .title, .order-summary .order-review-data, .shipment-details-area .title {
    text-align: center
  }

  .search-input .custom-control, .search-input .inputs.reversed {
    margin: 20px 0;
  }

  .cart .add-to-cart {
    display: flex;
    align-content: center;
    justify-content: center;
  }

  .wishlist-content .cart .add-to-cart {
    justify-content: flex-start;
  }

  .cart td.add-to-cart label {
    margin-bottom: 0;
    margin-left: 5px;
  }

  .cart .unit-price.mobile,
  .cart .subtotal.mobile {
    margin-top: 5px;
  }

  .shopping-cart-page .common-buttons {
    margin: 0 0 20px;
  }

  .cart-collaterals {
    margin: 0 auto 20px;
  }
}

@media all and (max-width:767px) {
  .home-page-category-grid, .home-page-product-grid, .bestsellers, .also-purchased-products-grid, .related-products-grid,
  .home-page .topic-block, .gallery, .overview, .block-account-navigation, .comment-list .comment, .comment-list {
    margin-bottom: 30px;
  }

  .nop-slider, .home-page-product-grid {
    margin-bottom: 30px !important;
  }

  .bgColor {
    padding: 30px 0;
  }

  .new-comment {
    margin: 30px 0;
  }

  .topic-password .password-error,
  .enter-password-title {
    text-align: center;
  }

  .enter-password-form {
    align-items: center;
  }

  .search-box form {
    margin: 0 auto;
    width: 95%;
  }

  .ui-widget.ui-widget-content {
    left: 0 !important;
    margin: 0 auto;
    right: 0 !important;
    width: 94% !important;
  }

  .order-list-page .order-list {
    margin: 0;
  }

  .owl-nav div {
    top: 50%
  }

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

  .write-review .review-rating div.first, .write-review .review-rating div.last {
    position: relative;
    top: -1px
  }

  .login-page .returning-wrapper .inputs.reversed .forgot-password {
    margin: 0
  }

  .estimate-shipping-popup .address-item {
    margin: 0 0 15px
  }

  .newsletter-email input[type=email] {
    width: 100%
  }

  .newsletter-result, .newsletter-validation {
    text-align: center;
  }

  .header-wrapper .header {
    height: 87px
  }

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

  .overview .add-to-cart-button {
    margin: 0 5% 0 0
  }

  .header-wrapper .search-box.store-search-box {
    top: 100%
  }

    .header-wrapper .search-box.store-search-box .button-1, .header-wrapper .search-box.store-search-box .search-box-text {
      height: 46px
    }

  .search-box .search-box-category {
    height: 44px;
  }

  .footer .footer-block.about-us {
    margin-bottom: 25px
  }

  .header-wrapper .header .header-logo {
    margin-right: 15px
  }

  .header .header-logo a img {
    margin-right: 0;
  }

  .breadcrumb {
    padding: 12px 15px !important
  }

  .cart-area .topcartlink a {
    padding: 26px 0 35px !important;
    width: 157px !important
  }

  .header .header-lower {
    margin: 16px 20px 14px 0
  }

  .header .top-link-area {
    padding: 16px 10px 13px 15px;
    margin: 15px 0
  }

  .newsletter {
    display: block !important;
    float: none !important
  }

  .cart-footer .cart-collaterals .title, .cart-footer .cart-collaterals label {
    text-align: right
  }

  .cart-footer .totals {
    float: left !important;
    width: 100% !important;
  }

  .html-home-page .header-wrapper {
    background: var(--primary-color)
  }

  .registration-page .customer-name .inputs, .registration-page .customer-password .inputs {
    width: 100%
  }

  .shipping-method .method-list .method-name {
    text-align: right
  }

  .product-grid .add-to-wishlist-button {
    margin-left: 0
  }

  .payment-method .method-list, .shipping-method .method-list {
    text-align: right
  }

  .opc .payment-method .method-list .method-name {
    display: flex
  }

  .topic-post .post-text {
    float: none;
    width: 100%;
    text-align: center
  }

  .topic-posts {
    text-align: center
  }

  .sub-category-grid .item-box {
    width: 100%;
    margin: 0
  }

  .container, .master-column-wrapper {
    margin: 30px 15px
  }

  .search-box form {
    margin: 0 auto;
  }

  .footer-lower, .footer-upper, .footer-upper-first {
    margin: 0 15px
  }

  .common-popUp {
    width: 320px;
    margin-right: -160px
  }

    .common-popUp .newsletter_popUp {
      padding: 40px 15px 25px;
      width: 320px
    }

  .comment-info .user-info {
    width: 150px;
    word-break: break-all;
  }

  .payment-method .method-name {
    display: flex;
    align-items: center;
  }

  .payment-method .payment-logo label img {
    max-width: 53px;
  }

  .bgColor.home-page-polls-section {
    padding-top: 0;
  }

  .product-grid, .product-list {
    margin: 0;
  }

  .contact-page .topic-block {
    margin-top: 0;
  }

  .product-review-helpfulness .vote, .product-review-item .review-info a {
    padding: 0;
  }


  .home-page-product-grid, .bestsellers, .also-purchased-products-grid, .related-products-grid {
    margin-bottom: 50px;
  }

  .blog-posts .buttons .read-more, .news-items .buttons .read-more, .new-comment .button-1,
  .apply-vendor-page .button-1, .contact-page .button-1, .email-a-friend-page .button-1, .wishlist-content .button-2,
  .search-input .button-1, .forum-edit-page .buttons button, .move-topic-page .buttons button, .private-messages .buttons button,
  .account-page .button-2, .account-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,
  .write-review .button-1, .news-list-homepage .view-all a, .html-private-message-view-page .private-message-view-page .buttons button {
    width: 100%;
    text-align: center;
  }

  .blog-page .post .buttons, .news-list-page .news-items .news-item .buttons {
    padding-right: 0;
  }

  .news-list-homepage .news-items .buttons {
    padding: 0 15px 15px 15px !important;
  }

  .breadcrumb li * {
    line-height: 18px;
  }

  .breadcrumb li .delimiter {
    top: 4px;
  }

  .vendorinfo-page .vendor-picture {
    max-width: 100%
  }

  .private-messages .buttons button {
    margin-bottom: 10px;
  }

  .html-private-messages .ui-widget.ui-widget-content {
    width: 100% !important;
  }
}

@media all and (max-width:600px) {
  .nop-slider {
    min-height: 100px
  }

  .private-messages-page .buttons .button-1, .private-messages-page .buttons .button-2 {
    width: 100%
  }

  .variant-overview .add-to-cart-button {
    margin: 0 15px;
    min-width: 140px
  }

  .overview .add-to-cart-button {
    margin: 0 5% 0 0
  }

  .variant-overview .qty-input {
    width: 50px
  }

  .overview .qty-input {
    width: 20%
  }

  .cart-area .topcartlink a .cart-label {
    font-size: 0
  }

  .topcartlink a:before {
    right: 5px
  }

  .header-links-wrapper .cart-qty {
    bottom: 52px
  }

  .cart-area .topcartlink a {
    padding: 26px 0 35px !important;
    width: 84px !important
  }
}

@media all and (max-width:479px) {
  .product-selectors {
    position: relative;
    display: flex;
  }

    .product-selectors .product-page-size, .product-selectors > div {
      float: none;
    }

  .order-progress {
    margin: 0 0 30px;
  }

  .payment-info .info {
    padding: 10px 15px 30px;
  }

  .payment-method .method-list li:first-child,
  .shipping-method .method-list li:first-child {
    margin-top: 10px;
  }

  .order-completed .details {
    margin: 0 0 20px;
    padding: 15px 15px;
  }

  .email-a-friend-page .title {
    margin-top: 0;
  }

  .pager li a {
    height: 32px !important;
    width: 32px !important;
  }

  .owl-nav div {
    top: 50%
  }

  .qq-upload-file-selector.qq-upload-file {
    overflow: hidden;
    width: 195px;
    display: inline-block;
    text-overflow: ellipsis;
    line-height: 20px;
  }

  .header .search-icon {
    font-size: 0;
    padding: 20px 30px 35px 10px;
  }

  .overview .product-name h1 {
    font-size: 20px
  }

  .sitemap-page .entity-title h2 {
    font-size: 15px;
  }

  .product-reviews-page {
    min-height: 550px
  }

  .page-title, .forums-main-page .topic-block-title {
    min-height: 30px;
  }

    .page-title h1, .forums-main-page .topic-block-title h2 {
      font-size: 18px
    }

  .html-forum-page .master-column-wrapper {
    min-height: 300px
  }

  .inputs label, .write-review .review-rating label {
    font-size: 12px
  }

  .apply-vendor-page .inputs label {
    font-size: 14px;
  }

  .product-reviews-page .page-body {
    min-height: 400px
  }

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

  .home-page-category-grid .category-item h2 a {
    padding: 0 40px
  }

  .forum-edit-page .inputs strong {
    font-size: 15px
  }




  .product-selectors .product-page-size {
    float: right;
    margin-right: 0;
  }

  .shopping-cart-page .common-buttons button {
    width: 100%;
    margin: 0 0 5px
  }

  .product-no-reviews {
    font-size: 12px
  }

  .variant-overview .add-to-cart {
    margin-bottom: 0
  }

  .product-grouped .overview .add-to-cart-button, .product-grouped .variant-overview .add-to-cart-button {
    margin: 0 15px;
    min-width: 190px
  }

  .product-grouped .overview .qty-input, .product-grouped .variant-overview .qty-input {
    width: 50px
  }

  .account-page .button-2, .account-page .button-1 {
    margin-top: 5px;
  }


  .shopping-cart-page .common-buttons input {
    width: 100%;
    margin: 0 0 10px
  }

  .shopping-cart-page .common-buttons .estimate-shipping-button {
    display: block;
    margin: 0
  }

  .gallery .picture-thumbs .thumb-item {
    height: 60px
  }

  .html-search-page .master-column-wrapper {
    min-height: 370px;
  }

  .product-grid .item-box {
    min-height: 400px;
  }
}

@media(max-width:405px) {
  .product-selectors {
    flex-direction: column;
  }
}

@media all and (max-width:320px) {
  .nop-slider {
    min-height: 50px
  }

  .cart-area .topcartlink a {
    padding: 26px 16px 35px !important;
    width: auto !important
  }

  .header .search-icon {
    font-size: 0;
    padding: 20px 30px 35px 10px
  }

    .header .search-icon:before {
      right: 10px
    }

  .header .header-lower {
    margin: 16px 10px 14px 0
  }

  .follow-us .social li, .follow-us .social a {
    width: 30px;
    height: 30px;
  }

  .follow-us .social li {
    line-height: 60px;
  }
}

.swiper {
  width: 100%;
  height: 100%;
}

.swiper-slide {
  text-align: center;
  font-size: 18px;
  background: #fff;
  /* Center slide text vertically */
  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: #0f0f0f !important;
}

a.skip {
  position: absolute;
  top: -1000px;
  right: -1000px;
  height: 1px;
  width: 1px;
  text-align: right;
  overflow: hidden;
}

  a.skip:active,
  a.skip:focus,
  a.skip:hover {
    position: initial;
    top: 0;
    right: 0;
    display: block;
    height: auto;
    margin: 3px 0;
    overflow: visible;
    padding: 2px;
    color: var(--dark-gray-color);
    background: #fff;
    text-decoration: underline;
    text-align: center;
    width: 100%;
    font-size: 16px;
  }

.custom-control-inline {
  margin-left: 1rem;
  margin-right: 0;
}

.html-rfq-requests-page .request-list-page .buttons {
  left: 10px;
  right: auto;
}

.html-rfq-requests-page .request-list-page .button-2 {
  margin: 0 10px 0 0;
  padding: 0 18px 0 0
}

.html-rfq-request-page .request-page .fieldset .title {
  text-align: right;
}

.request-page {
  word-break: break-word;
}

.html-rfq-request-page .request-page .inputs label, .html-rfq-request-page .request-page .inputs {
  white-space: normal;
}

html[dir="rtl"] .owl-carousel .owl-nav .owl-prev {
  transform: rotate(180deg);
}

html[dir="rtl"] .owl-carousel .owl-nav .owl-next {
  transform: rotate(180deg);
}
html[dir="rtl"] .pager {
  direction: rtl;
}
  /* RTL swaps previous/next icons */
  html[dir="rtl"] .pager li.previous-page * {
    background-image: url(../images/next.png); /* flipped */
  }

  html[dir="rtl"] .pager li.next-page * {
    background-image: url(../images/prev.png); /* flipped */
  }

  /* First/Last also swap for RTL */
  html[dir="rtl"] .pager li.first-page * {
    background-image: url(../images/last.png);
  }

  html[dir="rtl"] .pager li.last-page * {
    background-image: url(../images/first.png);
  }