:root {
  --color-base-light: #fff;
  --color-base-dark: #000;
  --font-family-primary: "Bricolage Grotesque", 'Roboto', 'Arial', 'Oxygen', 'Ubuntu', 'Cantarell', 'Open Sans', 'Helvetica Neue', sans-serif;
  --font-family-secondary: "Inter", 'Roboto', 'Arial', 'Oxygen', 'Ubuntu', 'Cantarell', 'Open Sans', 'Helvetica Neue', sans-serif;
  --font-awesome: "Font Awesome 6 Free";
  --font-icon: "icomoon";
  --font-size-xs-1: 13px;
  --font-size-xs-2: 14px;
  --font-size-md-1: 15px;
  --font-size-md-2: 16px;
  --font-size-md-3: 18px;
  --font-size-md-4: 20px;
  --font-size-lg-1: 26px;
  --font-size-lg-2: 28px;
  --font-size-xl-1: 50px;
  --font-size-xl-2: 60px;
  --line-height-xs-1: 22px;
  --line-height-xs-2: 22px;
  --line-height-md-1: 22px;
  --line-height-md-2: 28px;
  --line-height-md-3: auto;
  --line-height-md-4: auto;
  --line-height-lg-1: auto;
  --line-height-lg-2: auto;
  --line-height-xl-1: auto;
  --line-height-xl-2: 70px;
}

/*********** CSS RESET **********/
* {
  margin: 0;
  padding: 0;
  text-decoration: none;
}

*,
*:before,
*:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

html {
  margin: 0;
  -webkit-text-size-adjust: none;
  scroll-behavior: smooth;
}

body {
  max-width: 100%;
  overflow-x: hidden;
  background-color: #fff;
  font-family: var(--font-family-primary);
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  font-family: var(--font-family-primary);
  color: var(--color-text);
}

h1,
h2,
h3,
h4,
h5,
h6 {
  color: var(--color-text);
  font-weight: 500;
}

a {
  color: inherit;
  cursor: pointer;
  transition: all 0.3s ease-in-out;
}

img {
  max-width: 100%;
  height: auto;
}

ol,
ul {
  list-style: none;
}

p {
  color: var(--color-text);
  font-size: 1rem;
  font-weight: 400;
  font-family: var(--font-family-primary);
  line-height: 2;
  margin-bottom: 1rem;
}

p a:hover {
  color: var(--color-accent);
}


button::-moz-focus-inner,
input[type="button"]::-moz-focus-inner,
input[type="submit"]::-moz-focus-inner,
input[type="reset"]::-moz-focus-inner,
input[type="file"]>button::-moz-focus-inner,
input[type="file"]>input[type="button"]::-moz-focus-inner {
  margin: 0;
  border: 0;
  padding: 0;
}

button,
input[type="button"],
input[type="submit"],
input[type="reset"],
input[type="text"],
input[type="email"],
input[type="tel"],
input[type="password"],
textarea {
  font-family: var(--font-family-primary);
  border-radius: 0;
}

button,
input[type="button"],
input[type="submit"],
input[type="reset"] {
  appearance: none;
  -webkit-appearance: none;
  transition: all 0.3s ease-in-out;
}

input:-webkit-autofill {
  -webkit-box-shadow: inset 0 0 0 1000px #fff;
}

script {
  display: none !important;
}


/*********** GLOBAL STYLES **********/


table {
  width: 100%;
  border-collapse: collapse;
}

input[type="text"],
input[type="email"],
input[type="tel"],
input[type="password"],
textarea,
select {
  height: 36px;
  /*safari padding fix*/
  border: 1px solid #eaeaea;
  border-radius: 6px;
  padding: 8px 15px;
  vertical-align: middle;
}

input,
textarea,
select,
button {
  font-size: 14px;
  font-family: Arial, Helvetica, sans-serif;
  color: var(--color-text);
}

textarea {
  min-height: 150px;
}

select {
  min-width: 50px;
  height: 32px;
  /*safari padding fix*/
  padding: 6px;
  font-family: var(--font-family-primary);
}

input[type="text"]:focus,
input[type="email"]:focus,
input[type="tel"]:focus,
input[type="password"]:focus,
textarea:focus,
select:focus {
  border-color: #ccc;
  color: var(--color-text);
  position: relative;
  z-index: 1;
}

input[type="checkbox"],
input[type="radio"],
input[type="checkbox"]+*,
input[type="radio"]+* {
  vertical-align: middle;
}

input[type="button"],
input[type="submit"],
button,
.button-1,
.button-2 {
  cursor: pointer;
  font-family: var(--font-family-primary);
  border-radius: 6px;
}

label,
label+* {
  vertical-align: middle;
}

.btn-wrap .btn-primary,
.btn-primary {
  background-color: var(--color-secondary);
  color: var(--color-base-light);
  padding: 10px 15px;
  text-decoration: none;
  display: inline-block;
  border-radius: 6px;
}

.btn-primary:hover {
  background-color: var(--color-primary);
}

.master-wrapper-content {
  position: relative;
  margin: 0 auto;
  z-index: 0;
}

.master-column-wrapper,
.container {
  position: relative;
  max-width: 1400px;
  padding-left: 15px;
  padding-right: 15px;
  margin: 0 auto;
}

.master-column-wrapper:after {
  content: "";
  display: block;
  clear: both;
}

.center-1,
.center-2,
.side-2 {
  margin: 0 0 60px;
}

.side-2 {
  margin-top: 20px;
  margin-bottom: 30px;
}

.side-2:after {
  content: "";
  display: block;
  clear: both;
}

.page {
  min-height: 200px;
  margin-top: 40px;
  margin-bottom: 40px;
}

.page-title {
  margin-bottom: 15px;
}

.page-title h1 {
  font-size: 28px;
  line-height: 1.3;
}

.page.topic-page .page-title {
  text-align: center;
  margin-bottom: 60px;
}

.page:after,
.page-title:after,
.page-body:after {
  content: "";
  display: block;
  clear: both;
}

.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,
.manufacturer-description ul,
.full-description ul,
.topic-block ul,
.topic-page ul,
.post-body ul {
  margin: 12px 0;
  padding: 0 0 0 36px;
  list-style: disc;
}

.category-description ol,
.manufacturer-description ol,
.full-description ol,
.topic-block ol,
.topic-page ol,
.post-body ol {
  margin: 12px 0;
  padding: 0 0 0 36px;
  list-style: decimal;
}

#flyout-cart-close-btn {
  position: absolute;
  top: 20px;
  right: 20px;
  width: 40px;
  height: 40px;
  background-color: var(--color-secondary);
  cursor: pointer;
  border-radius: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
}

#flyout-cart-close-btn .icon-x::before {
  color: var(--color-base-light);
}

#flyout-cart-close-btn:hover {
  background-color: var(--color-base-dark);
}

#flyout-cart-close-btn [class^="icon-"] {
  color: var(--color-base-dark);
  font-size: 20px;
}

#flyout-cart-close-btn:hover [class^="icon-"] {
  color: var(--color-base-light);
}

/*********** GLOBAL FORMS ***********/
.fieldset,
.section {
  position: relative;
  margin: 0 0 40px;
}

.fieldset .title,
.section .title {
  margin: 0 0 15px;
  padding: 0 10px;
  font-size: 20px;
  color: var(--color-text);
}

.fieldset .title {
  padding-left: 0;
  padding-right: 0;
  margin-top: 0;
}

.fieldset .title strong,
.section .title strong,
.title strong {
  font-weight: 500;
  color: var(--color-text)
}

.form-fields {
  position: relative;
}

.inputs {
  position: relative;
  margin-bottom: 20px;
}

.inputs label {
  display: block;
  width: 100%;
  margin-bottom: 10px;
  font-size: 14px;
  line-height: 1;
  color: var(--color-text);
}

.inputs label[for="Newsletter"] {
  width: auto;
  display: inline-block;
  margin-bottom: 0;
}

.inputs input[type="text"],
.inputs input[type="email"],
.inputs input[type="tel"],
.inputs input[type="password"],
.inputs select,
.inputs textarea {
  width: 100%;
  max-width: 100%;
  background-color: #fff;
}

.inputs.custom-attributes {
  white-space: normal;
}

.inputs .option-list {
  display: inline-block;
  max-width: 95%;
  vertical-align: middle;
}

.inputs .option-list li {
  display: inline-block;
  margin: 5px;
  border: 1px solid #eaeaea;
  background-color: #fff;
  padding: 8px 10px;
}

.inputs .option-list label {
  display: inline-block;
  width: auto !important;
  margin: 0 0 0 5px;
}

.inputs.reversed {
  margin: 0;
  text-align: center;
}

.required {
  margin: 0 -8px 0 3px;
  /*siblings offset*/
  vertical-align: top;
  font-size: 20px;
  font-weight: normal;
  color: #e4434b;
}

.message-error,
.field-validation-error,
.username-not-available-status,
.poll-vote-error,
.password-error {
  display: block;
  font-size: 13px;
  color: #e4434b;
  margin-top: 5px;
}

.field-validation-valid,
.username-available-status {
  display: block;
  text-align: center;
  font-size: 13px;
  color: #4cb17c;
}

.captcha-box {
  text-align: center;
  line-height: 0;
  /*firefox line-height bug fix*/
}

.captcha-box>div {
  display: inline-block;
  max-width: 100%;
}

.captcha-box input {
  height: auto;
}


/*********** GLOBAL TABLES ***********/



.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;
}

.data-table th,
.forum-table th {
  border-width: 1px 1px 0;
  border-style: solid;
  border-color: var(--color-text);
  background-color: #f6f6f6;
  padding: 10px;
  white-space: nowrap;
  font-weight: normal;
}

.forum-table th.replies,
.forum-table th.views,
.forum-table th.votes,
.forum-table th.latest-post,
.forum-table th.topics,
.forum-table th.posts,
.forum-table td.replies,
.forum-table td.views,
.forum-table td.votes,
.forum-table td.latest-post,
.forum-table td.topics,
.forum-table td.posts {
  display: none;
}

.forum-table td.image {
  min-width: 0;
}

.data-table td,
.forum-table td {
  min-width: 50px;
  border-width: 1px;
  border-style: solid;
  border-color: transparent var(--color-text) var(--color-text);
  background-color: #fff;
  padding: 20px;
  color: var(--color-text);
}

.cart td {
  border-bottom: 1px solid #eaeaea;
  padding: 10px 15px;
  font-size: 16px;
}

.cart td.product {
  padding-top: 20px;
  padding-bottom: 20px;
}

.cart th.sku,
.cart td.sku {
  display: none;
}

.cart td.product-picture {
  min-width: 120px;
  text-align: center;
}

.cart .attributes {
  margin: 5px 0 10px;
}

.forum-table td {
  min-width: 90px;
  padding: 10px;
}

.cart a,
.data-table a,
.forum-table a {
  font-weight: normal;
  color: var(--color-secondary);
}

.cart a:hover,
.cart a:focus,
.data-table a:hover,
.data-table a:focus,
.forum-table a:hover,
.forum-table a:focus {
  text-decoration: underline;
}

.cart .product,
.data-table .product,
.data-table .message,
.data-table .info,
.data-table .name {
  min-width: 225px;
  text-align: left;
}

.cart .product {
  min-width: 400px;
}

.forum-table .forum-details,
.forum-table .topic-details {
  text-align: left;
}

.cart .product a,
.data-table .product a,
.data-table .info a {
  color: var(--color-text);
}

.cart .product a:hover,
.cart .product a:focus,
.data-table .product a:hover,
.data-table .product a:focus,
.data-table .info a:hover,
.data-table .info a:focus {
  color: var(--color-secondary);
  text-decoration: none;
}

.cart .product .product-name {
  font-weight: 500;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}

.cart .product .edit-item {
  margin: 10px 0 0;
}

.cart .product .edit-item a {
  font-weight: normal;
  color: var(--color-secondary);
}

.cart .product .edit-item a:hover,
.cart .product .edit-item a:focus {
  text-decoration: underline;
}

.cart .remove-from-cart,
.cart .add-to-cart,
.data-table .select-boxes,
.data-table .order {
  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: #ffffffab url(../images/remove.png) center no-repeat;
}

.cart td.unit-price,
.data-table td.unit-price {
  white-space: nowrap;
}

.cart td.unit-price,
.cart td.subtotal {
  font-weight: 500;
  text-align: center;
}

.cart td.quantity {
  position: relative;
}

.cart td.quantity input {
  width: 110px;
  text-align: center;
  border-radius: 60px;
  padding-left: 32px;
  padding-right: 32px;
  background: none;
}

.cart td.quantity button {
  position: absolute;
  background: none;
  border: none;
  font-size: 0;
  width: 35px;
  height: 36px;
  z-index: 1;
}

.cart td.quantity .button-plus {
  margin-left: -35px;
}

.cart td.quantity .button-minus::before {
  content: "\e92f";
  font-family: var(--font-icon);
  font-size: 14px;
}

.cart td.quantity .button-plus::before {
  content: "\e930";
  font-family: var(--font-icon);
  font-size: 14px;
}

.cart td.subtotal,
.data-table td.total {
  white-space: nowrap;
  color: var(--color-text);
}

.cart td.subtotal .discount,
.cart td.subtotal .discount-additional-info {
  font-style: italic;
  color: var(--color-secondary);
}

.data-table em a {
  font-weight: bold;
  color: var(--color-text);
}

.data-table div.download {
  margin: 10px 0 0;
}

.message-failure {
  font-size: 13px;
  margin-top: 5px;
  color: #f00;
  font-style: italic;
}

/*********** NOTIFICATIONS & POPUPS  ***********/
.bar-notification-container {
  position: fixed;
  bottom: 30px;
  right: 30px;
  color: #fff;
  text-align: center;
  line-height: 1;
  border-radius: 6px;
  overflow: hidden;
  z-index: 1000;
}

.bar-notification.success {
  background-color: var(--color-secondary);
}

.bar-notification.error {
  background-color: #e4444c;
}

.bar-notification.warning {
  background-color: #f39c12;
}

.bar-notification {
  position: relative;
  display: none;
  padding: 15px 25px 15px 20px;
}

.bar-notification .content {
  margin: 0 30px 0 0;
  color: var(--color-base-light)
}

.bar-notification .content a {
  color: var(--color-base-dark);
  text-decoration: underline;
}

.bar-notification .close {
  position: absolute;
  top: 0;
  right: 0;
  width: 32px;
  height: 32px;
  margin: 7px;
  background: #fff url('../images/close.png') center no-repeat;
  cursor: pointer;
}

.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 #333;
  background-color: #ff9;
  padding: 30px 15px;
  text-align: center;
  line-height: 22px;
  color: var(--color-text);
}

.ajax-loading-block-window {
  position: fixed;
  top: 50%;
  left: 50%;
  z-index: 999;
  width: 32px;
  height: 32px;
  margin: -16px 0 0 -16px;
  background: url('../images/loading.gif') center no-repeat;
}

.please-wait {
  background: url('../images/ajax-loader-small.gif') no-repeat;
  padding-left: 20px;
  font-size: 14px;
}

.ui-dialog {
  max-width: 90%;
  border: 1px solid #eaeaea;
  box-shadow: 0 0 2px rgba(0, 0, 0, 0.15);
  overflow: hidden;
  background-color: #fff;
  /*override jQuery UI styles, do not delete doubled properties*/
  border-radius: 0;
  padding: 0;
  font: normal 14px Arial, Helvetica, sans-serif;
}

.ui-dialog:before {
  content: "";
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
}

.ui-dialog-titlebar {
  border-bottom: 1px solid #eaeaea;
  overflow: hidden;
  background-color: #eee;
  padding: 10px 15px;
  /*override jQuery UI styles, do not delete doubled properties*/
  border-width: 0 0 1px;
  border-radius: 0;
  background-image: none;
  padding: 10px 15px !important;
  font-weight: normal;
  cursor: auto !important;
}

.ui-dialog-titlebar>span {
  float: left;
  font-size: 18px;
  color: var(--color-text);
  /*override jQuery UI styles, do not delete doubled properties*/
  margin: 0 !important;
}

.ui-dialog-titlebar button {
  position: absolute;
  top: 0;
  right: 0;
  width: 42px;
  height: 42px;
  border: none;
  overflow: hidden;
  background: url('../images/close.png') center no-repeat;
  font-size: 0;
  /*override jQuery UI styles, do not delete doubled properties*/
  top: 0 !important;
  right: 0 !important;
  width: 42px !important;
  height: 42px !important;
  margin: 0 !important;
  border: none !important;
  border-radius: 0;
  background: url('../images/close.png') center no-repeat !important;
  padding: 0 !important;
}

.ui-dialog-titlebar button span {
  display: none !important;
}

.ui-dialog-content {
  padding: 15px;
  line-height: 20px;
  /*override jQuery UI styles, do not delete doubled properties*/
  background-color: #fff !important;
  padding: 20px !important;
  color: #777;
}

.ui-dialog-content .page {
  min-height: 0;
  padding-top: 0;
}

.ui-dialog-content .page-title {
  min-height: 0;
  margin: 0 0 15px;
  padding: 0px 10px 10px 10px;
  text-align: center;
}

.ui-dialog-content .page-title h1 {
  font-size: 24px;
  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: none;
  background-color: var(--color-secondary);
  color: #fff;
  padding: 10px 15px;
  font-size: 15px;
  text-transform: uppercase;
}

.ui-dialog-content .back-in-stock-subscription-page .button-1:hover,
.ui-dialog-content .back-in-stock-subscription-page .button-1:focus {
  background-color: var(--color-primary);
}

.eu-cookie-bar-notification {
  position: fixed;
  top: 50%;
  left: 50%;
  z-index: 1050;
  width: 320px;
  height: auto;
  margin: -90px 0 0 -160px;
  border: 1px solid #ccc;
  box-shadow: 0 0 2px rgba(0, 0, 0, 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: none;
  background-color: var(--color-secondary);
  color: #fff;
  padding: 8px 12px;
  font-size: 14px;
}

.eu-cookie-bar-notification button:hover,
.eu-cookie-bar-notification button:focus {
  background-color: var(--color-primary);
}

.eu-cookie-bar-notification a {
  display: block;
  color: var(--color-secondary);
}

.eu-cookie-bar-notification a:hover,
.eu-cookie-bar-notification a:focus {
  text-decoration: underline;
}


/*********** HEADER ***********/



.admin-header-links {
  background-color: #333;
  text-align: center;
  color: #eee;
}

.admin-header-links * {
  display: inline-block;
  margin: 0 10px;
  line-height: 35px;
  font-size: 12px;
  font-weight: bold;
}

.admin-header-links .impersonate {
  display: inline-block;
}

.admin-header-links .impersonate a {
  background-color: #555;
  padding: 0 15px;
}

.admin-header-links .impersonate a:hover,
.admin-header-links .impersonate a:focus {
  background-color: #666;
}

.header {
  position: relative;
  margin: auto;
  text-align: center;
  width: 100%;
  background: var(--color-primary);
  z-index: 10;
}

.header-upper,
.top-menu {
  max-width: 1400px;
  margin-left: auto;
  margin-right: auto;
}

.header-selectors-wrapper {
  border-bottom: 1px solid #eaeaea;
  padding: 10px 0;
}

.header-selectors-wrapper>div {
  display: block;
  width: 50%;
  margin: 10px auto;
}

.header-selectors-wrapper select {
  width: 100%;
}

.language-list {
  max-width: 100%;
  font-size: 0;
}

.language-list li {
  display: inline-block;
  margin: 0 1px;
  vertical-align: middle;
}

.language-list a {
  display: block;
  position: relative;
  width: 24px;
  height: 32px;
  line-height: 0;
}

.language-list img {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
}

.header-lower {
  position: relative;
  z-index: 0;
  padding: 35px 0;
}

.header-logo {
  margin: 0 0 20px;
  text-align: center;
}

.header-logo a {
  display: inline-block;
  max-width: 100%;
  line-height: 0;
}

.header-logo a img {
  max-width: 100%;
  height: auto;
  opacity: 1;
}

.search-box form {
  display: inline-block;
}

.search-box form:after {
  content: "";
  display: block;
  clear: both;
}

.search-box input.search-box-text {
  float: left;
  width: 200px;
  height: 36px;
  margin: 0 -1px 0 0;
  font-size: 16px;
  height: 45px;
}

.search-box .search-box-button {
  float: left;
  min-width: 86px;
  height: 36px;
  border: none;
  background-color: var(--color-secondary);
  color: #fff;
  padding: 0 15px;
  text-align: center;
  text-transform: uppercase;
}

.search-box .search-box-button:hover,
.search-box .search-box-button:focus {
  background-color: var(--color-primary);
}

.search-box .ui-autocomplete-loading {
  background: #fff url('../images/ajax-loader-small.gif') right center no-repeat;
}

.search-box .ui-widget.ui-widget-content {
  max-width: calc(100% - 630px);
}

.ui-helper-hidden-accessible {
  display: none !important;
}

.ui-autocomplete {
  border: 1px solid #eaeaea;
  border-top: none;
  overflow: hidden;
  background-color: #fff;
  text-align: left;
  /*override jQuery UI styles, do not delete doubled properties*/
  border-radius: 0;
  padding: 0;
  font-family: var(--font-family-primary);
}

.ui-autocomplete li {
  border-top: 1px solid #eaeaea;
}

.ui-autocomplete li:first-child {
  border-top: none;
}

.ui-autocomplete a {
  display: block;
  padding: 15px;
  font-size: 14px;
  /*override jQuery UI styles, do not delete doubled properties*/
  margin: 0 !important;
  border: none !important;
  border-radius: 0 !important;
  background: none !important;
  padding: 15px !important;
  line-height: normal !important;
  color: var(--color-text) !important;
  font-weight: 500;
}

.ui-autocomplete a:hover,
.ui-autocomplete a:focus,
.ui-autocomplete a.ui-state-focus {
  background-color: #f6f6f6 !important;
}

.ui-autocomplete img {
  display: none;
  min-width: 20px;
  margin: 0 10px 0 0;
  vertical-align: middle;
}


/*********** FOOTER ***********/
.footer {
  position: relative;
  padding-top: 60px;
  padding-left: 15px;
  padding-right: 15px;
  text-align: center;
}

.footer-upper {
  width: 100%;
  max-width: 1400px;
  margin-left: auto;
  margin-right: auto;
  border-bottom: 1px solid #eaeaea;
  overflow: hidden;
  padding-bottom: 40px;
  display: grid;
  grid-template-columns: 1fr;
  gap: 20px;
}

.footer-block {
  text-align: left;
  font-size: 14px;
}

.footer-block .title {
  margin-bottom: 15px;
  font-size: 18px;
  font-weight: 500;
}

.footer-block .title strong {
  font-weight: 500;
}

.contact-info .list {
  padding-left: 0;
}

.footer-block .list li {
  padding-bottom: 20px;
  color: var(--color-text);
}

.footer-block .list a {
  display: block;
  font-size: 14px;
  line-height: 1.3;
  color: var(--color-text);
  text-decoration: none;
}

.footer-block .list a:hover,
.footer-block .list a:focus {
  color: var(--color-secondary);
}

.contact-info .list li {
  display: flex;
  gap: 25px;
  padding-bottom: 30px;
}

.contact-page .contact-info a {
  text-decoration: none;
  color: var(--color-text);
}

.contact-info [class^="icon-"] {
  font-size: 0;
  margin-top: 10px;
}

.contact-info [class^="icon-"]::before {
  font-size: 20px;
}

.contact-info .list li.social {
  flex-direction: column;
  gap: 0;
}

.contact-info .list li.social .networks {
  display: flex;
  padding: 0;
  gap: 10px 15px;
}

.contact-info .list li.social .networks li {
  padding-bottom: 0;
}

.contact-info .list li.social .networks a {
  text-decoration: none;
  font-size: 0;
  color: var(--color-text);
}

.contact-info .desc {
  font-size: 15px;
  line-height: 2;
}

.contact-info .desc strong {
  font-weight: 500;
}

.footer-block.follow-us .title {
  background: none;
  color: var(--color-text);
  cursor: auto;
}

.follow-us .social ul {
  font-size: 0;
}

.follow-us .social li {
  display: inline-block;
  margin: 0 5px;
}

.follow-us .social li>a {
  position: relative;
}

.follow-us .social li>a::before {
  font-family: var(--font-icon);
  color: var(--color-text);
  font-size: 18px;
}

.follow-us .social li:hover>a::before {
  color: var(--color-secondary);
}

.follow-us .social li.facebook>a::before {
  content: "\e91a";
}

.follow-us .social li.twitter>a::before {
  content: "\e91b";
}

.follow-us .social li.rss>a::before {
  content: "\f09e";
}

.follow-us .social li.youtube>a::before {
  content: "\f16a";
}

.follow-us .social li.instagram>a::before {
  content: "\e91c";
}

.follow-us .social a {
  display: block;
  width: 35px;
  height: auto;
  font-size: 0;
}

.follow-us .apps,
.follow-us .payments {
  margin-top: 35px;
}

.follow-us .apps .list li {
  display: flex;
  align-items: center;
  gap: 10px;
}

.follow-us .apps .list li:last-child {
  padding-bottom: 0;
}


/* NEWSLETTER */
.newsletter-section {
  position: relative;
  padding-top: 60px;
  margin-bottom: 40px;
  border-top: 1px solid #EAEAEA;
}

.newsletter-section .title {
  text-align: center;
  font-size: 28px;
  font-weight: 500;
  margin-bottom: 30px;
  color: var(--color-text);
}

.newsletter-email {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
}

.newsletter-email:focus-within {
  overflow: visible;
}

.newsletter-email input[type="email"] {
  border: 1px solid #EAEAEA;
  color: var(--color-text);
  border-radius: 6px;
  padding: 20px;
  height: auto;
  font-family: var(--font-family-primary);
  width: 100%;
  max-width: 550px;
}

.newsletter-subscribe-button {
  width: 100%;
  max-width: 150px;
  background-color: var(--color-secondary);
  padding: 0 15px;
  text-align: center;
  color: #fff;
  border-radius: 6px;
  padding: 20px;
  height: auto;
  border: 1px solid var(--color-secondary);
  font-family: var(--font-family-primary);
}

.newsletter-subscribe-button:hover,
.newsletter-subscribe-button:focus {
  background-color: var(--color-primary);
  border-color: var(--color-primary);
}

.newsletter-email .options {
  clear: both;
  padding: 10px 0 0;
}

.newsletter-validation,
.newsletter-result {
  width: 100%;
  overflow: hidden;
  line-height: 28px;
  color: var(--color-secondary);
  margin-top: 5px;
  text-align: center;
}

.footer-lower {
  width: 100%;
  max-width: 1400px;
  margin-left: auto;
  margin-right: auto;
  overflow: hidden;
  padding: 25px 0;
  font-size: 12px;
}

.footer-tax-shipping a {
  font-weight: bold;
  color: var(--color-secondary);
}

.footer-tax-shipping a:hover,
.footer-tax-shipping a:focus {
  text-decoration: underline;
}

.footer-powered-by {
  margin: 10px 0 0;
}

.footer-powered-by a {
  font-weight: bold;
  color: var(--color-secondary);
}

.footer-powered-by a:hover,
.footer-powered-by a:focus {
  text-decoration: underline;
}

.theme-selector {
  margin: 10px 0 0;
}

.theme-selector select {
  width: 170px;
}


/*********** SIDE COLUMN ***********/

.side-2 .block,
.side-2 .product-filter {
  border-top: 1px solid #eaeaea;
  margin-top: 25px;
  padding-top: 25px;
}

.side-2 .block:first-child {
  margin-top: 0;
  padding-top: 0;
  border-top: none;
}

.side-2 .block-category-navigation .listbox {
  max-height: 350px;
  overflow: scroll;
  -ms-overflow-style: none;
  scrollbar-width: none;
}

.block.product-filters .product-filter.product-spec-filter {
  padding-top: 0;
  margin-top: 0;
  border-top: none;
}

.side-2 .filter-toggle-btn-wrap {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px;
}

.side-2 .filter-toggle-btn-wrap .btn {
  text-align: center;
  color: var(--color-text);
  font-size: 15px;
  border-radius: 60px;
  padding: 10px;
  background-color: #F3F5F6;
  width: 100%;
  max-width: 180px;
  margin-right: auto;
}

#all-filters-btn {
  position: relative;
}

#all-filters-btn::before {
  content: "\e934";
  font-family: var(--font-icon);
  font-size: 14px;
  margin-right: 5px;
}

#mobile-all-filters-content-close {
  position: absolute;
  top: 15px;
  right: 15px;
  font-size: 14px;
  background: var(--color-text);
  border-radius: 50%;
  width: 25px;
  height: 25px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--color-base-light);
}

.block .title strong {
  font-weight: 500;
}

.block .list li {
  padding-left: 20px;
  padding-bottom: 15px;
}

.block .list li:last-child {
  padding-bottom: 0;
  margin-bottom: 0;
}

.block .list a {
  display: block;
  position: relative;
  font-size: 16px;
  color: var(--color-text);
  -webkit-transition: all 0.1s ease;
  transition: all 0.1s ease;
}

.block .list a:before {
  content: "\e913";
  font-family: var(--font-icon);
  position: absolute;
  top: 5px;
  left: -20px;
  font-size: 12px;
}

.block .list .active>a {
  color: var(--color-secondary);
}

.block .list a:hover,
.block .list a:focus {
  color: var(--color-secondary);
}

.block a.product-picture {
  display: none;
}

.block a.product-picture:before {
  display: none;
}

.block .sublist {
  margin: 15px 0 5px;
}

.block .sublist a {
  font-size: 14px;
}

.block .view-all {
  margin-top: 20px;
}

.block .view-all a {
  display: block;
  font-size: 15px;
  font-weight: 400;
}

.block .tags {
  margin: 5px 0 10px;
}

.block .tags ul {
  font-size: 0;
  display: flex;
  flex-wrap: wrap;
  gap: 5px;
}

.block .tags li,
.product-tags-all-page li {
  display: inline-block;
  position: relative;
  overflow: hidden;
  font-size: 17px !important;
  /*setting base size*/
}

.block .tags li a,
.product-tags-all-page li a {
  float: left;
  line-height: 30px;
  color: var(--color-text);
}

.block .tags li a:hover,
.block .tags li a:focus,
.product-tags-all-page li a:hover,
.product-tags-all-page li a:focus {
  background-color: var(--color-secondary);
  color: var(--color-base-light);
}

.block .tags li {
  margin-left: 0;
  margin-right: 0;
}

.block .tags li a,
.product-tags-all-page li a {
  display: inline-block;
  padding: 10px 20px;
  background-color: transparent;
  color: var(--color-primary);
  border: 1px solid #eaeaea;
  line-height: 1;
  font-size: 14px !important;
  border-radius: 6px;
}

.block .tags li a:hover,
.block .tags li a:focus {
  border-color: var(--color-secondary);
}

.poll strong {
  display: block;
  margin: 10px 0;
  background-color: #f6f6f6;
  padding: 10px 15px;
  font-size: 15px;
  font-weight: normal;
  color: var(--color-text);
  text-transform: uppercase;
}

.poll-options,
.poll-results {
  margin: 10px 0 15px;
  overflow: hidden;
  font-size: 15px;
  color: var(--color-text);
}

.poll-options li,
.poll-results li {
  margin: 10px 0;
}

.poll-options li>input {
  margin: 0 5px 0 0;
  cursor: pointer;
}

.poll-options li>label {
  display: inline-block;
  font-size: 16px;
  cursor: pointer;
}

.poll .buttons button {
  border: none;
  background-color: #aaa;
  padding: 10px 20px;
  font-size: 13px;
  color: #fff;
  text-transform: uppercase;
}

.poll .buttons button:hover,
.poll .buttons button:focus {
  background-color: #bbb;
}

.poll-total-votes {
  display: block;
  margin: 10px 0 0;
  font-weight: bold;
  font-style: italic;
  color: var(--color-text);
}

.home-page-polls {
  text-align: center;
}

.home-page-polls .title {
  border-bottom: 1px solid #eaeaea;
  color: var(--color-text);
  font-size: 30px;
  font-weight: normal;
  margin: 0 0 30px;
  padding: 0 0 15px;
}

.home-page-polls .title strong {
  font-weight: normal;
}

.home-page-polls li {
  display: inline-block;
  margin: 10px;
}


/********** CATEGORY PAGE **********/

.breadcrumb {
  padding-top: 20px;
}

.breadcrumb ul {
  font-size: 0;
}

.breadcrumb li {
  display: inline-block;
}

.breadcrumb li * {
  display: inline-block;
  margin: 0 5px;
  font-size: 14px;
  /*reset zeroing*/
  line-height: 32px;
}

.breadcrumb strong {
  font-weight: normal;
}

.breadcrumb a:hover,
.breadcrumb a:focus {
  color: var(--color-secondary);
}

.category-description,
.manufacturer-description,
.vendor-description {
  margin: 0 0 25px;
  line-height: 22px;
}

.contact-vendor {
  margin: 0 0 30px;
}

.contact-vendor .button-2 {
  border: none;
  background-color: var(--color-secondary);
  color: #fff;
  padding: 10px 15px;
  font-size: 14px;
  text-transform: uppercase;
}

.contact-vendor .button-2:hover,
.contact-vendor .button-2:focus {
  background-color: var(--color-primary);
}

.product-selectors {
  margin-bottom: 20px;
  padding-top: 15px;
  padding-bottom: 15px;
  border-top: 1px solid #eaeaea;
  border-bottom: 1px solid #eaeaea;
}

.product-selectors:first-child {
  border-top: none;
}

.product-selectors:after {
  content: "";
  display: block;
  clear: both;
}

.product-selectors>div {
  display: inline-block;
}

.product-selectors span {
  vertical-align: middle;
  font-size: 15px;
}

.product-selectors select {
  margin: 0 8px;
}

.product-selectors .product-page-size {
  float: left;
  margin: 0;
}

.product-selectors .product-viewmode {
  font-size: 15px;
  color: var(--color-text);
  float: right;
}

.product-selectors .product-viewmode .viewmode-icon {
  display: inline-block;
  margin-left: 5px;
  padding-left: 10px;
  border-left: 1px solid #eaeaea;
  opacity: 0.5;
  width: auto;
  padding-bottom: 0;
  margin-bottom: 0;
  line-height: 2;
  font-size: 15px;
}

.product-selectors .product-viewmode .viewmode-icon:first-of-type {
  border: none;
}

.product-selectors .product-viewmode .viewmode-icon.selected {
  opacity: 1;
  text-decoration: underline;
}

.product-filter.price-range-filter {
  margin-bottom: 30px;
  border-top: none;
  margin-top: 0;
  padding-top: 0;
}

.filter-title,
.block .title {
  padding-bottom: 20px;
  font-size: 18px;
  font-weight: 500;
  line-height: 1;
  color: var(--color-text);
}

.product-filter .filter-title strong {
  font-weight: normal;
}

.product-filter .filter-content {
  color: var(--color-text);
  margin-bottom: 20px;
}

#price-range-slider {
  height: 2px;
  margin: 10px 8px 0;
}

#price-range-slider .ui-slider-handle {
  width: 14px;
  height: 14px;
  top: -7px;
  height: 14px;
  border-radius: 50%;
  border: 2px solid var(--color-text);
  background-color: var(--color-text);
}

.product-filter .group {
  font-size: 15px;
}

.product-filter .group+.group {
  margin-top: 20px;
}

.product-filter .group .name {
  padding-bottom: 10px;
  font-size: 14px;
  font-weight: 500;
  line-height: 1;
  color: var(--color-text);
}

.product-filter .group .name strong {
  font-weight: 500;
}

.product-filter .group .item {
  display: flex;
  align-items: center;
}

.product-filter .group .item.color-item>input[type="checkbox"] {
  width: 0;
  height: 0;
}

.product-filter .group .item.color-item>input[type="checkbox"]+label {
  padding-left: 0;
}

.product-filter .group .item+.item {
  padding-top: 8px;
}

.product-filter .group .item label {
  cursor: pointer;
  display: flex;
  align-items: center;
  padding-left: 8px;
  flex-grow: 1;
}

.product-filter .group .item input {
  border-radius: 4px;
  border-color: #041E42;
}

.product-filter .group .item input[type="checkbox"] {
  width: 16px;
  height: 16px;
}

.price-range-filter .selected-price-range {
  padding: 5px 0;
}

.price-range-filter .selected-price-range .to {
  float: right;
}

.price-range-filter .selected-price-range.manually {
  display: flex;
}

.price-range-filter .selected-price-range.manually .from {
  margin-right: 8px;
}

.price-range-filter .selected-price-range.manually .from,
.price-range-filter .selected-price-range.manually .to {
  width: 50%;
}

.product-filter .attribute-squares {
  font-size: inherit;
}

.product-filter .attribute-squares .attribute-square {
  width: 20px !important;
  height: 20px !important;
  margin-right: 8px;
  border-radius: 50%;
}

.side-2 .block-category-navigation .title,
.side-2 .filter-title,
.side-2 .block-manufacturer-navigation .title,
.side-2 .block-popular-tags .title,
.side-2 .block-recently-viewed-products .title {
  position: relative;
  padding-right: 30px;
  padding-bottom: 0;
  cursor: pointer;
}

.side-2 .block-category-navigation .title::after,
.side-2 .filter-title::after,
.side-2 .block-manufacturer-navigation .title::after,
.side-2 .block-popular-tags .title::after,
.side-2 .block-recently-viewed-products .title::after {
  content: '\e92f';
  position: absolute;
  font-family: var(--font-icon);
  top: 0;
  right: 10px;
  font-size: 20px;
}

.side-2 .block-category-navigation .title.expand::after,
.side-2 .filter-title.expand::after,
.side-2 .block-manufacturer-navigation .title.expand::after,
.side-2 .block-popular-tags .title.expand::after,
.side-2 .block-recently-viewed-products .title.expand::after {
  content: '\e930';
}

.side-2 .block-category-navigation .title+.listbox,
.side-2 .filter-title+.filter-content,
.side-2 .block-manufacturer-navigation .title+.listbox,
.side-2 .block-popular-tags .title+.listbox,
.side-2 .block-recently-viewed-products .title+.listbox {
  padding-top: 25px;
}

.manufacturer-page .item-grid,
.collection-products .item-grid,
.product-tag-page .item-grid,
.featured-product-grid .item-grid,
.category-page .products-container .item-grid,
.recently-viewed-products-page .item-grid,
.recently-added-products-page .item-grid,
.search-results .product-grid .item-grid,
.product-grid.cross-sells .item-grid,
.also-purchased-products-grid .item-grid {
  display: grid;
  grid-template-columns: 1fr;
  border-left: 1px solid #eaeaea;
}

.manufacturer-page .item-grid .item-box,
.collection-products .item-grid .item-box,
.product-tag-page .item-grid .item-box,
.category-page .item-grid .item-box,
.recently-viewed-products-page .item-grid .item-box,
.recently-added-products-page .item-grid .item-box,
.product-grid.cross-sells .item-box,
.search-results .product-grid .item-grid .item-box {
  border: 1px solid #eaeaea;
  border-left: 0;
  border-top: 0;
}

.master-wrapper-content .products-container .product-list .item-grid {
  grid-template-columns: 1fr;
}

.master-wrapper-content .products-container .product-list .item-box {
  border-top: 1px solid #eaeaea;
  border-bottom: none;
}

.master-wrapper-content .products-container .product-list .item-box:last-child {
  border-bottom: 1px solid #eaeaea;
}

.master-wrapper-content .products-container .product-list .item-box .details {
  padding-top: 60px;
}

.master-wrapper-content .products-container .product-list .item-box .details .brand-title {
  top: 30px;
}

.master-wrapper-content .products-container .product-list .item-box .product-box-add-to-cart-button {
  max-width: 250px;
  left: 240px;
}

.master-wrapper-content .products-container .product-list .item-box:hover .product-box-add-to-cart-button {
  top: 210px;
}

.product-selectors .product-viewmode span {
  display: none;
}

.product-list .item-box {
  float: none;
  width: auto;
}

.product-list .item-box .product-item:after {
  content: "";
  display: block;
  clear: both;
}

.product-list .item-box .picture {
  float: left;
  width: 220px;
}

.product-list .item-box:hover .picture a img,
.product-list .item-box:focus .picture a img {
  opacity: 1;
}

.product-list .item-box .picture:hover a img,
.product-list .item-box .picture:focus a img {
  opacity: 0.85;
}

.product-list .item-box .picture+.details {
  margin: 0 0 0 240px;
}

.product-list .item-box .product-title {
  height: auto;
  font-size: 18px;
}

.product-list .item-box .description {
  display: block;
  margin: 0 0 10px;
  line-height: 22px;
}

.product-list .item-box .prices {
  height: auto;
  margin: 0 0 30px;
}

.product-list .item-box .add-to-compare-list-button,
.product-list .item-box .add-to-wishlist-button {
  width: 42px;
}

/* HOMEPAGE PRODUCT GRID */
.bestsellers,
.home-page-product-grid,
.home-page-category-grid {
  margin-bottom: 40px;
}

.recently-viewed-product-section {
  margin-top: 40px;
}

.home-page-product-grid .container {
  padding-left: 0;
  padding-right: 0;
}

.home-page-product-grid .item-grid,
.related-products-grid .item-grid {
  display: grid;
}

.home-page-product-grid .item-grid.slick-slider,
.related-products-grid .item-grid.slick-slider {
  display: block;
}

.item-box {
  position: relative;
  width: 100%;
  text-align: left;
}

.home-page-product-grid .slick-slider .slick-track,
.related-products-grid .slick-slider .slick-track,
.also-purchased-products-grid .slick-slider .slick-track,
.bestsellers .slick-slider .slick-track {
  margin-left: 0;
}

.product-grid.cross-sells .item-grid,
.also-purchased-products-grid .item-grid {
  border-left: 1px solid #EAEAEA;
}

.bestsellers .item-box,
.home-page-product-grid .item-box {
  border: 1px solid #EAEAEA;
  display: none;
}

.bestsellers .item-box:first-child,
.home-page-product-grid .item-box:first-child {
  display: inline-block;
}

.item-box .picture {
  position: relative;
  max-width: 280px;
  margin: 0 auto;
  width: 100%;
  height: 280px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 20px 20px 0;
}

.item-box .picture a {
  position: relative;
  display: block;
  text-align: center;
}

.item-box .picture a::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: inline-block;
}

.item-box .picture img {
  width: 230px;
  height: 230px;
  object-fit: contain;
}

.item-box .details {
  position: relative;
  padding: 25px 20px 20px;
}

.item-box .details .brand-title {
  position: absolute;
  top: 0;
  left: 20px;
  text-transform: uppercase;
  font-size: 13px;
  font-weight: 300;
  color: var(--color-text);
  margin-bottom: 10px;
  letter-spacing: 0.5px;
}

.item-box .product-title {
  margin: 0 0 10px;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.3;
  color: var(--color-secondary);
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  min-height: 42px;
}

.item-box .product-title a {
  display: block;
  color: var(--color-text);
}

.item-box .product-title a:hover,
.item-box .product-title a:focus {
  color: var(--color-primary);
  text-decoration: underline;
}

.item-box .sku {
  margin: 0 0 15px;
}

.item-box .product-rating-box {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 10px;
  margin: 0 0 10px;
  min-height: 23px;
}

.item-box .rating {
  background: url('../images/stars-empty.png') repeat-x;
  width: 70px;
  height: 10px;
}

.item-box .rating div {
  background: url('../images/stars-full.png') repeat-x;
  height: 10px;
}

.item-box .product-rating-box .review-count {
  color: #626974
}

.product-grid .item-box .description:not([data-short-description]) {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  margin: 0 0 15px;
  height: 45px;
  line-height: 22px;
}

.product-grid .item-box .description:not([data-short-description]) b {
  font-weight: 400;
}

.home-page-product-grid.product-grid .item-box .description:not([data-short-description]),
.home-page-product-grid .item-box .description,
.item-box .description[data-short-description] {
  display: none;
}

.item-box .description a {
  display: block;
  overflow: hidden;
}

.item-box .old-price {
  margin: 0 5px 0 0;
  font-size: 14px;
  color: var(--color-text);
  text-decoration: line-through;
}

.item-box .actual-price {
  margin: 0 5px 0 0;
  font-size: 16px;
  font-weight: 500;
  color: var(--color-text);
}

.percentage-off {
  color: var(--color-primary)
}

.item-box .tax-shipping-info a {
  color: var(--color-secondary);
}

.item-box .tax-shipping-info a:hover,
.item-box .tax-shipping-info a:focus {
  text-decoration: underline;
}

.item-box .buttons {
  margin: 0;
  font-size: 0;
}

.item-box button {
  display: inline-block;
  border: none;
  vertical-align: middle;
}

.item-box .product-box-add-to-cart-button {
  position: absolute;
  top: 230px;
  left: 0;
  width: calc(100% - 40px);
  margin-left: 20px;
  margin-right: 20px;
  padding: 12px 15px;
  background-color: var(--color-secondary);
  color: var(--color-base-light);
  text-align: center;
  font-size: 16px;
  line-height: 1.3;
  font-weight: 500;
  font-family: var(--font-family-primary);
  border-radius: 6px;
  transition: all 0.5s ease-in-out;
  opacity: 0;
  visibility: visible;
  pointer-events: none;
}

.item-box:hover .product-box-add-to-cart-button {
  top: 220px;
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
}

.item-box .product-box-add-to-cart-button:hover,
.item-box .product-box-add-to-cart-button:focus {
  background-color: var(--color-primary);
  color: var(--color-base-light);
}

.item-box .add-to-compare-list-button,
.item-box .add-to-wishlist-button {
  position: absolute;
  right: -20px;
  background: none;
  font-size: 0;
  width: 35px;
  height: 35px;
  border-radius: 50%;
  background-color: #f3f5f6;
  transition: all 0.5s ease-in-out;
  opacity: 0;
  visibility: visible;
  pointer-events: none;
}

.item-box:hover .add-to-compare-list-button,
.item-box:hover .add-to-wishlist-button {
  right: 20px;
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
}

.item-box .add-to-wishlist-button {
  top: 20px;
}

.item-box .add-to-compare-list-button {
  top: 70px;
}

.item-box .add-to-compare-list-button::before,
.item-box .add-to-wishlist-button::before {
  font-family: 'icomoon' !important;
  color: var(--color-primary);
  font-size: 1rem;
}

.item-box .add-to-compare-list-button::before {
  content: "\e905";
}

.item-box .add-to-wishlist-button::before {
  content: "\e907";
}

.item-box .add-to-compare-list-button:hover,
.item-box .add-to-compare-list-button:focus,
.item-box .add-to-wishlist-button:hover,
.item-box .add-to-wishlist-button:focus {
  background-color: var(--color-primary);
  color: var(--color-base-light);
}

.item-box .add-to-compare-list-button:hover::before,
.item-box .add-to-compare-list-button:focus::before,
.item-box .add-to-wishlist-button:hover::before,
.item-box .add-to-wishlist-button:focus::before {
  color: var(--color-base-light);
}

/* HOT/LATEST PRODUCT GRID SECTION */
.latest-hot-products-grid .container {
  padding-left: 0;
  padding-right: 0;
}

.latest-hot-products-grid .item-grid {
  display: grid;
  grid-template-columns: 1fr;
}

.latest-hot-products-grid .item-grid {
  border-top: 1px solid #eaeaea;
  border-left: 1px solid #eaeaea;
}

.latest-hot-products-grid .item-box {
  padding: 25px 15px;
  border-bottom: 1px solid #eaeaea;
  border-right: 1px solid #eaeaea;
}

.latest-hot-products-grid .product-item {
  display: flex;
  align-items: flex-start;
}

.latest-hot-products-grid .product-item .buttons {
  display: none;
}

.latest-hot-products-grid .item-box .picture {
  padding: 0;
  max-width: 80px;
  height: auto;
  flex-grow: 1;
}

.latest-hot-products-grid .item-box .picture img {
  width: 80px;
  height: 80px;
}

.latest-hot-products-grid .item-box .product-title {
  font-size: 14px;
  font-weight: 500;
  min-height: auto;
}

.latest-hot-products-grid .item-box .details {
  padding: 0 0 0 20px;
  flex-grow: 2;
}

.latest-hot-products-grid .item-grid .item-box .details .brand-title,
.latest-hot-products-grid .item-grid .item-box .picture a::before,
.latest-hot-products-grid .item-grid .item-box .description,
.latest-hot-products-grid .item-grid .item-box .product-rating-box {
  display: none;
}

.latest-hot-products-grid .item-box .actual-price {
  font-size: 14px;
  font-weight: 500;
  color: var(--color-text);
}

/* ITEM GRID SLIDER */
.item-grid {
  position: relative;
}

.item-grid .slick-arrow {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 50px;
  height: 50px;
  border-radius: 50%;
  border: 1px solid #eaeaea;
  font-size: 0;
  background-color: var(--color-base-light);
  z-index: 1;
}

.item-grid .slick-arrow:hover {
  background-color: var(--color-primary);
}

.item-grid .slick-arrow::before {
  content: '';
  font-family: var(--font-icon);
  color: #eaeaea;
  font-size: 20px;
  opacity: 1;
}

.item-grid .slick-arrow:hover:before {
  color: #ffffff;
}

.item-grid .slick-prev {
  left: -15px;
}

.item-grid .slick-next {
  right: -15px;
}

@media screen and (min-width: 1400px) {
  .item-grid .slick-prev {
    left: -25px;
  }

  .item-grid .slick-next {
    right: -25px;
  }
}

.item-grid .slick-prev::before {
  content: "\e912";
}

.item-grid .slick-next::before {
  content: "\e913";
}

/* HOMEPAGE CATEGORY GRID */
.home-page-category-grid .item-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 30px 15px;
}

.home-page-category-grid .item-grid .picture {
  background-color: #f3f5f6;
  width: 150px;
  height: 150px;
  border-radius: 50%;
  margin: 0 auto 20px auto;
  padding: 10px;
  display: grid;
  align-items: center;
  justify-content: center;
  transition: all 0.3s ease-in-out;
}

.home-page-category-grid .item-grid .picture img {
  width: 60px;
  height: 60px;
  object-fit: contain;
  mix-blend-mode: multiply;
}

.home-page-category-grid .item-grid .details {
  padding: 0 10px;
  text-align: center;
  transition: all 0.3s ease-in-out;
}

.home-page-category-grid .item-grid .details .cat-list {
  margin-top: 10px;
  display: none;
}

.home-page-category-grid .item-grid .details .view-more {
  margin-top: 5px;
  display: none;
}

.home-page-category-grid .item-grid .details .view-more a {
  font-size: 14px;
  color: var(--color-secondary);
}

.home-page-category-grid .category-item .title {
  font-size: 16px;
  line-height: 1.5;
  text-align: center;
  color: var(--color-text);
  transition: all 0.3s ease-in-out;
}

.home-page-category-grid .category-item:hover .title {
  color: var(--color-secondary);
}

.home-page-category-grid .category-item:hover .picture {
  background-color: #eee;
}

.manufacturer-grid,
.vendor-grid {
  margin: 0 0 20px;
}

.home-page-category-grid .picture a:before {
  padding-top: 65%;
}

.products-container {
  position: relative;
}

.products-container .ajax-products-busy {
  display: none;
  position: absolute;
  z-index: 2;
  width: 100%;
  height: 100%;
  background: #ffffffab url(../images/loading.gif) center no-repeat;
}

.product-grid .title {
  margin: 0 0 30px;
  font-size: 30px;
}

.product-grid .title strong {
  font-weight: 500;
}

/* HOMEPAGE CATEGORY */

.cat-product-grid .slick-slider .slick-track {
  margin-left: 0;
}

/* FEATURED PRODUCT GRID */
.page.category-page,
.page.recently-added-products-page,
.page.recently-viewed-products-page,
.page.manufacturer-page {
  margin-top: 0;
}

.category-page .featured-product-grid {
  margin-top: 2rem;
  margin-bottom: 2rem;
}

.category-page .featured-product-grid .title {
  margin-bottom: 20px;
  font-size: 25px;
  color: var(--color-primary);
}

.featured-product-grid .item-grid {
  border-bottom: none;
}

/* SUB CATEGORY GRID */
.sub-category-grid {
  margin-bottom: 40px;
}

.category-grid.sub-category-grid .item-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
}

.category-grid.sub-category-grid .item-grid .item-box {
  position: relative;
  border-top: 1px solid #eaeaea;
  border-left: 1px solid #eaeaea;
  padding: 20px 10px;
}

.category-grid.sub-category-grid .item-grid .item-box:hover .title {
  color: var(--color-secondary);
}

.category-grid.sub-category-grid .item-grid .item-box:hover .title a::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.category-grid.sub-category-grid .item-grid .item-box .picture {
  width: 90px;
  height: 90px;
  padding: 0;
}

.category-grid.sub-category-grid .item-grid .item-box .picture img {
  width: 50px;
  height: 50px;
}

/* MANUFACTURE/BRANDS */
.manufacturer-list-page .page-title {
  border-bottom: none;
  padding: 0;
  margin-bottom: 20px;
}

.manufacturer-grid .item-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  border-left: 1px solid #eaeaea;
}

.manufacturer-grid .item-grid .item-box {
  position: relative;
  border: 1px solid #eaeaea;
  padding: 20px;
  border-left: none;
}

.manufacturer-grid .manufacturer-item .picture {
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 20px;
  padding: 0;
  width: 90px;
  height: 90px;
}

.manufacturer-grid .manufacturer-item .picture img {
  width: auto;
  height: 90px;
}

.manufacturer-grid .manufacturer-item .title {
  text-align: center;
  font-size: 16px;
}

.manufacturer-grid .manufacturer-item .title a::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.manufacturer-grid .title a:hover,
.manufacturer-grid .title a:focus {
  color: var(--color-secondary);
}

.vendor-grid .title {
  margin: 0 0 15px;
  text-align: center;
  font-size: 16px;
}

.vendor-grid .title a:hover,
.vendor-grid .title a:focus {
  color: var(--color-secondary);
}

.vendor-grid .picture {
  border: 1px solid #eaeaea;
}

.pager {
  margin: 60px 0 20px;
}

.pager ul {
  text-align: center;
  font-size: 0;
}

.pager li {
  display: inline-block;
  margin: 0 5px;
  vertical-align: top;
  border-radius: 50%;
  overflow: hidden;
}

.pager li a,
.pager li span {
  display: block;
  min-width: 35px;
  height: 35px;
  padding: 8px;
  text-align: center;
  font-size: 14px;
  cursor: pointer;
}

.pager li a:hover {
  background-color: #F3F5F6;
}

.pager li span {
  border-color: transparent;
  background-color: var(--color-secondary);
  color: #fff;
}

.pager li.previous-page>a,
.pager li.next-page>a,
.pager li.first-page>a,
.pager li.last-page>a {
  background: none;
  font-size: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}

.pager li.previous-page>a::before,
.pager li.next-page>a::before,
.pager li.first-page>a::before,
.pager li.last-page>a::before {
  font-family: var(--font-icon);
  color: #112137;
  font-size: 18px;
}

.pager li.previous-page,
.pager li.next-page {
  background: none;
  border: 1px solid #eaeaea;
}

.pager li.previous-page:hover,
.pager li.next-page:hover {
  border-color: #112137;
}

.pager li.previous-page>a::before {
  content: "\e912";
}

.pager li.next-page>a::before {
  content: "\e913";
}

/* RECENTLY VIEWED PRODUCT */
.recently-viewed-product-section .slick-slider .slick-track {
  margin-left: 0;
}

/********** PRODUCT PAGE **********/
.product-details-page {
  padding-top: 30px;
  margin-bottom: 80px;
}

.product-details-page .section-title,
.product-details-page .topic-block-title h2 {
  position: relative;
  font-size: 20px;
  line-height: 1;
  padding-right: 30px;
  cursor: pointer;
}

.product-details-page .section-title::after,
.product-details-page .topic-block-title h2::after,
.product-details-page .faqs-section .faq-nop-title::after {
  content: "\e914";
  font-family: var(--font-icon);
  color: var(--color-primary);
  font-size: 16px;
  position: absolute;
  top: 0;
  right: 0;
  transition: all 0.3s ease-in-out;
}

.product-details-page .section-title.expand::after,
.product-details-page .topic-block-title.expand h2::after,
.product-details-page .faqs-section .faq-nop-title.expand::after,
.shipping-text-section .expand .section-title::after {
  transform: rotate(180deg);
}

.product-details-page .section-title:hover,
.product-details-page .faqs-section .faq-nop-title:hover,
.product-details-page .faqs-section .faq-nop-title:hover::after,
.product-details-page .topic-block-title:hover,
.product-details-page .topic-block-title:hover h2::after,
.product-details-page .section-title:hover::after {
  color: var(--color-secondary)
}

/* .product-essential:after {
  content: "";
  display: block;
  clear: both;
} */

.shipping-text-section .topic-block,
.shipping-text-section .topic-block-title {
  margin-bottom: 0;
}

.shipping-text-section .topic-block-body {
  margin-top: 30px;
}

.gallery {
  position: relative;
  margin: 0 auto 50px;
  display: flex;
}

.gallery .picture-wrapper {
  margin: 0 0 10px;
}

.gallery .picture {
  position: relative;
  width: 100%;
  overflow: hidden;
  max-height: 800px;
  order: 2;
}

.gallery .picture:before {
  content: "";
  display: block;
  padding-top: 50%;
}

.gallery .picture img,
.video-gallery .video-thumbs iframe,
.variant-picture img {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  max-width: 550px;
  max-height: 100%;
  margin: auto;
  box-shadow: none;
}

.gallery .picture img {
  max-height: 90%;
  object-fit: contain;
}

.gallery .picture-thumbs {
  overflow: hidden;
  font-size: 0;
  width: 90px;
  display: flex;
  gap: 10px;
  order: 1;
  height: auto;
  align-items: center;
  justify-content: flex-start;
  flex-direction: column;
}

.gallery .picture-thumbs .slick-arrow {
  position: relative;
  border: 0;
  font-size: 0;
  min-width: 30px;
  max-width: 80px;
  height: 30px;
  display: inline-block;
  background: none;
}

.gallery .picture-thumbs .slick-prev::before {
  content: "\e914";
  font-family: var(--font-icon);
  font-size: 16px;
  color: var(--color-text)
}

.gallery .picture-thumbs .slick-next::before {
  content: "\e911";
  font-family: var(--font-icon);
  font-size: 16px;
  color: var(--color-text)
}

.gallery .picture-thumbs .thumb-item {
  display: inline-block;
  position: relative;
  width: 80px;
  height: 80px;
  max-width: 80px;
  overflow: hidden;
  cursor: pointer;
  border: 1px solid #EAEAEA;
  border-radius: 6px;
  padding: 15px;
  margin-top: 5px;
  margin-bottom: 5px;
}

.gallery .picture-thumbs .thumb-item.isOn {
  border: 2px solid var(--color-primary);
}

.gallery .picture-thumbs img {
  width: 50px;
  height: 50px;
  margin: 0 auto;
  object-fit: contain;
  border: none;
  box-shadow: none;
}

.video-gallery .video-thumbs {
  display: grid;
  gap: 15px;
}

.video-gallery .video-thumbs .thumb-item {
  display: inline-block;
  position: relative;
  margin: 0;
  overflow: hidden;
  max-width: none;
  width: 100%;
  height: 300px;
}

.overview {
  position: relative;
  margin: 0 0 50px;
  padding: 30px;
  border-radius: 6px;
  box-shadow: 0 10px 50px 0 rgb(4 30 66 / 10%);
  border: 1px solid #eaeaea;
}

.overview .discontinued-product {
  background: #f3f3f3;
  margin: 0 0 20px;
}

.overview .discontinued-product h4 {
  display: inline-block;
  font-size: 14px;
  padding: 17px 17px 17px 40px;
  background: url('../images/discontinued-product-icon.png') no-repeat 13px center;
  color: #de444c;
}

.overview .product-name {
  margin: 0 0 25px;
  border-bottom: 1px solid #eaeaea;
  padding: 0 0 10px;
}

.overview .product-name h1 {
  font-size: 22px;
  color: var(--color-text);
}

.overview .short-description {
  margin: 0 0 25px;
  line-height: 22px;
  color: #666;
}

.product-no-reviews {
  display: flex;
  gap: 10px;
  font-weight: 500;
  color: var(--color-primary);
}

.product-reviews-section {
  padding-top: 30px;
  margin-top: 0;
  margin-bottom: 30px;
  border-top: 1px solid #eaeaea;
}

.product-reviews-overview {
  font-size: 12px;
  display: flex;
  align-items: center;
  gap: 10px;
}

.product-no-reviews a {
  text-decoration: underline;
}

.product-no-reviews a:hover {
  color: var(--color-secondary);
}

.product-review-box {
  display: flex;
  gap: 20px;
}

.product-reviews-section__content {
  margin-top: 30px;
}

.product-reviews-stats-section .product-review-stats-box {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  margin-bottom: 30px;
  padding-top: 10px;
}

.product-reviews-stats-section .rating-avg-count {
  font-size: 60px;
  line-height: 1;
}

.product-reviews-stats-section .rating-col {
  display: grid;
  gap: 10px;
}

.product-reviews-stats-section .rating-count-text {
  font-size: 16px;
  line-height: 1;
}

.product-review-box .rating,
.product-reviews-stats-section .rating {
  width: 70px;
  height: 10px;
  background-image: url('../images/stars-empty.png');
}

.product-review-box .rating div,
.product-reviews-stats-section .rating div {
  height: 10px;
  background-image: url('../images/stars-full.png');
  font-size: 0;
}

.product-reviews-stats-section .review-graphs {
  display: grid;
  gap: 15px;
  max-width: 410px;
}

.product-reviews-stats-section .review-graphs .item {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.product-reviews-stats-section .review-graphs .item .star-label,
.product-reviews-stats-section .review-graphs .item .star-percent {
  width: 75px;
}

.product-reviews-stats-section .review-graphs .item .progress {
  width: 100%;
  height: 6px;
  margin-right: 30px;
  background-color: #f3f5f6;
  border-radius: 6px;
}

.product-reviews-stats-section .review-graphs .item .progress-bar {
  height: 6px;
  background-color: var(--color-secondary);
  border-radius: 6px;
}

.write-review-btn-wrap {
  margin-top: 30px;
  margin-bottom: 30px;
}

.write-review-btn-wrap .btn {
  display: inline-block;
  padding: 15px 25px;
  border: 2px solid var(--color-secondary);
  border-radius: 4px;
}

.write-review-btn-wrap .btn:hover {
  background-color: var(--color-secondary);
  color: var(--color-base-light);
}

.total-reviews-for-product-title {
  font-size: 18px;
  line-height: 1.3;
  font-weight: 500;
  color: var(--color-text);
}

.product-review-links a:hover,
.product-review-links a:focus {
  color: var(--color-secondary);
}

.overview .value,
.variant-overview .value {
  color: var(--color-text);
}

.overview .value a,
.variant-overview .value a {
  color: var(--color-secondary);
}

.overview .value a:hover,
.overview .value a:focus,
.variant-overview .value a:hover,
.variant-overview .value a:focus {
  text-decoration: underline;
}

.overview-buttons {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  font-size: 0;
}

.overview-buttons>div {
  border-left: 1px solid #EAEAEA;
  padding-left: 15px;
}

.overview-buttons div:first-child {
  border-left: none;
  padding-left: 0;
}

.overview .button-2,
.variant-overview .button-2 {
  display: block;
  width: 100%;
  border: none;
  text-align: left;
  font-size: 16px;
}

.overview .button-2:hover,
.overview .button-2:focus,
.variant-overview .button-2:hover,
.variant-overview .button-2:focus {
  color: var(--color-secondary);
}

.overview .add-to-compare-list-button,
.overview .email-a-friend-button,
.overview .subscribe-button,
.variant-overview .subscribe-button,
.overview .download-sample-button,
.variant-overview .download-sample-button,
.overview .add-to-wishlist-button,
.variant-overview .add-to-wishlist-button {
  position: relative;
  background-color: transparent;
  display: flex;
  align-items: center;
}

.overview .add-to-compare-list-button::before,
.overview .email-a-friend-button::before,
.overview .subscribe-button::before,
.variant-overview .subscribe-button::before,
.overview .download-sample-button::before,
.variant-overview .download-sample-button::before,
.overview .add-to-wishlist-button::before,
.variant-overview .add-to-wishlist-button::before {
  display: inline-block;
  margin-right: 5px;
  font-family: var(--font-icon);
}

.overview .add-to-wishlist-button::before,
.variant-overview .add-to-wishlist-button::before {
  content: "\e907";
}

.overview .add-to-compare-list-button::before {
  content: "\e905";
}

.overview .email-a-friend-button::before {
  content: "\e903";
}

.overview .overview-top-meta {
  display: flex;
  margin-bottom: 20px;
}

.overview .manufacturers {
  padding-right: 15px;
}

.overview .manufacturers .label {
  display: none;
}

.overview .manufacturers .value {
  color: #626974;
  text-transform: uppercase;
  border-right: 1px solid #eaeaea;
  padding-right: 15px;
}

.overview .manufacturers .value a {
  color: inherit;
}

.overview .manufacturers .value:hover a {
  color: var(--color-primary);
}

.overview .availability,
.variant-overview .availability {
  margin: 0 0 20px;
  overflow: hidden;
}

/* .overview .availability .stock,
.variant-overview .availability .stock {
  margin: 0 0 10px;
} */

.overview .availability .stock .label,
.variant-overview .availability .stock .label {
  display: none;
}

.overview .availability .stock .value,
.variant-overview .availability .stock .value {
  background-color: var(--color-secondary);
  padding: 7px 13px;
  line-height: 1;
  color: #fff;
  margin: 0;
  display: inline-block;
  border-radius: 6px;
}

.overview .availability .back-in-stock-subscription,
.variant-overview .availability .back-in-stock-subscription {
  display: inline-block;
}

/* .overview .additional-details, */
.variant-overview .additional-details {
  margin: 0 0 20px;
}

.overview .additional-details div,
.variant-overview .additional-details div {
  margin: 0 0 8px;
}

.overview .delivery,
.variant-overview .delivery {
  overflow: hidden;
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  border-top: 1px solid #eaeaea;
  margin-top: 15px;
  padding-top: 25px;
  color: var(--color-text);
}

.overview .delivery .delivery-date .value,
.variant-overview .delivery .delivery-date .value {
  font-weight: 500;
}

.overview .free-shipping,
.variant-overview .free-shipping {
  position: relative;
  display: inline-block;
  color: var(--color-text);
  padding: 0 10px 0 33px;
  border-radius: 6px;
  font-size: 16px;
}

.overview .free-shipping::before,
.variant-overview .free-shipping::before {
  content: "\e933";
  font-family: var(--font-icon);
  color: var(--color-text);
  font-size: 24px;
  position: absolute;
  top: 0;
  left: 0;
  padding: 0;
}

.overview .free-shipping.invisible,
.variant-overview .free-shipping.invisible {
  display: none;
}

.overview .min-qty-notification,
.variant-overview .min-qty-notification {
  margin: 10px 0;
  font-style: italic;
  color: var(--color-text);
}

.overview .download-sample,
.variant-overview .download-sample {
  display: inline-block;
  margin: 0 0 25px;
}

.overview .prices,
.variant-overview .prices {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 10px 15px;
  margin-bottom: 20px;
  overflow: hidden;
}

.rental-price {
  width: 100%;
  color: var(--color-secondary);
  font-weight: 500;
  margin-bottom: 0;
  padding-top: 20px;
  border-top: 1px solid #eaeaea;
}

.overview .prices>div>span,
.variant-overview .prices>div>span {
  vertical-align: middle;
}

.overview .old-product-price,
.variant-overview .old-product-price,
.overview .non-discounted-price,
.variant-overview .non-discounted-price {
  font-size: 16px;
  color: #626974;
  text-decoration: line-through;
  order: 2;
}

.overview .product-price,
.variant-overview .product-price {
  font-size: 26px;
  font-weight: 500;
  order: 1;
  color: var(--color-text);
}

.overview .old-product-price .label,
.overview .product-price>label {
  display: none;
}

.overview .tax-shipping-info a,
.variant-overview .tax-shipping-info a {
  color: var(--color-secondary);
}

.overview .tax-shipping-info a:hover,
.overview .tax-shipping-info a:focus,
.variant-overview .tax-shipping-info a:hover,
.variant-overview .tax-shipping-info a:focus {
  text-decoration: underline;
}

.customer-entered-price {
  margin: 0 0 20px;
  overflow: hidden;
}

.customer-entered-price .price-input label {
  display: block;
  margin: 0 0 5px;
  font-weight: bold;
  color: var(--color-text);
}

.customer-entered-price .price-input input {
  width: 170px;
  text-align: center;
}

.customer-entered-price .price-range {
  margin: 5px 0 0;
  color: #777;
}

.tier-prices {
  margin: 20px 0;
  padding: 20px 0;
  border-top: 1px solid #eaeaea;
}

.tier-prices .title {
  font-weight: 500;
  margin-bottom: 10px;
}

.tier-prices table td {
  border: 1px solid #eaeaea;
  padding: 10px;
  color: var(--color-text);
}

.tier-prices .field-header {
  min-width: 80px;
  font-weight: 500;
}

.tier-prices .item-price {
  background-color: #f9f9f9;
  font-size: 16px;
  color: #e4434b;
}

.overview .add-to-cart {
  margin: 0 0 20px;
}

.overview .add-to-cart-panel,
.variant-overview .add-to-cart-panel {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  width: 100%;
}

.overview .add-to-cart-panel>*,
.variant-overview .add-to-cart-panel>* {
  flex-grow: 1;
}

.overview .add-to-cart-panel .qty-box-wrap {
  display: flex;
  align-items: center;
  border: 1px solid #eaeaea;
  border-radius: 60px;
  padding: 0 10px;
  max-width: 132px;
  width: 100%;
}

.overview .add-to-cart-panel .qty-box-wrap .button-2 {
  position: relative;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  text-align: center;
  color: var(--color-text);
  background: none;
  font-size: 0;
}

.overview .add-to-cart-panel .qty-box-wrap .button-minus::before {
  content: "\e92f";
  font-family: var(--font-icon);
  color: var(--color-text);
  font-size: 16px;
}

.overview .add-to-cart-panel .qty-box-wrap .button-plus::before {
  content: "\e930";
  font-family: var(--font-icon);
  color: var(--color-text);
  font-size: 16px;
}

.overview .add-to-cart-panel .qty-box-wrap .button-2:hover {
  background-color: var(--color-text);
}

.overview .add-to-cart-panel .qty-box-wrap .qty-input {
  border: 0;
  outline: none;
  width: 50px;
  margin: 0;
}

.overview .qty-label,
.variant-overview .qty-label {
  display: none !important;
}

.overview .qty-input,
.variant-overview .qty-input {
  width: 100px;
  height: 43px;
  padding: 0 12px;
  text-align: center;
  font-size: 15px;
  color: var(--color-text);
  border-radius: 60px;
  margin-right: 15px;
}

.overview .qty-dropdown,
.variant-overview .qty-dropdown {
  height: 43px;
  padding: 0 12px;
  font-size: 15px;
  color: var(--color-text);
}

.overview .add-to-cart-button,
.variant-overview .add-to-cart-button {
  height: 43px;
  border: none;
  background-color: var(--color-secondary);
  padding: 0 24px;
  font-size: 15px;
  color: var(--color-base-light);
  border-radius: 60px;
  width: 100%;
  max-width: 200px;
}

.overview .add-to-cart-button:hover,
.overview .add-to-cart-button:focus,
.variant-overview .add-to-cart-button:hover,
.variant-overview .add-to-cart-button:focus {
  background-color: var(--color-primary);
}

.product-share-button {
  color: var(--color-text);
}

.product-share-button .label {
  font-size: 16px;
}

.product-share-button .sharethis-inline-share-buttons {
  position: absolute;
  top: 100%;
  right: 0;
  left: auto;
  border: none;
  padding-top: 15px;
  display: none !important;
  transition: all 0.3s ease-in-out;
}

.product-share-button:hover .sharethis-inline-share-buttons {
  display: block !important;
}

.product-share-button .sharethis-inline-share-buttons .st-btn {
  display: inline-block !important;
  width: 32px;
}

.product-share-button .icon-share {
  font-size: 0;
  margin-right: 5px;
}

.product-share-button .icon-share::before {
  font-size: 16px;
}

.product-share-button:hover .sharethis-inline-share-buttons {
  display: block;
}

.full-description {
  clear: both;
  line-height: 1.5;
}

.full-description .section-title {
  padding-bottom: 30px;
}

.full-description .full-description__content {
  margin-bottom: 30px;
}

.full-description,
.product-collateral,
.product-reviews-section {
  /* max-width: 930px; */
  width: 100%;
}

.product-collateral .product-specs-box,
.product-collateral .product-tags-box {
  padding-top: 30px;
  margin-top: 30px;
  margin-bottom: 30px;
  border-top: 1px solid #eaeaea;
}

.product-collateral .title {
  margin: 0 0 10px;
  font-size: 18px;
  color: var(--color-text);
}

.product-collateral .title strong {
  font-weight: 500;
}

.product-variant-line {
  margin: 0 0 30px;
  border-bottom: 1px solid #eaeaea;
  padding: 0 0 20px;
}

.product-variant-line:after {
  content: "";
  display: block;
  clear: both;
}

.variant-picture {
  position: relative;
  width: 220px;
  height: 220px;
  margin: 0 auto 15px;
  overflow: hidden;
}

.variant-overview {
  width: 100%;
}

.variant-overview .variant-name {
  margin: 0 0 10px;
  padding: 10px 0;
  font-size: 16px;
  font-weight: bold;
  color: var(--color-secondary);
}

.variant-overview .variant-description {
  margin: 0 0 15px;
  line-height: 22px;
}

.variant-overview .add-to-wishlist {
  margin: 0 0 25px;
}

.variant-overview .add-to-wishlist-button {
  display: inline-block;
  width: auto;
}

.variant-overview .add-to-cart {
  margin: 0 0 10px;
}

.product-specs-box {
  margin: 0 0 40px;
}

.product-specs-box .table-wrapper {
  margin-top: 30px;
}

.product-specs-box .data-table tr.hidden-row th {
  background: none;
}

.product-specs-box td {
  padding: 22px;
  border: none;
}

.product-specs-box tr.odd td {
  background-color: #F3F5F6;
}

.product-specs-box td.spec-group-name {
  border: 0;
  padding-top: 20px;
  font-size: 16px;
  color: var(--color-base-light);
  background-color: var(--color-text);
  font-weight: 500;
}

.product-tags-list {
  font-size: 0;
  margin-top: 30px;
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.product-tags-list li {
  display: inline-block;
  font-size: 14px;
  /*reset zeroing*/
}

.product-tags-list li.separator {
  margin: 0 5px 0 3px;
}

.product-tags-list a {
  display: inline-block;
  line-height: 24px;
}

.product-tags-list a:hover,
.product-tags-list a:focus {
  color: var(--color-text);
}

.attributes {
  margin: 20px 0;
}

.attributes dl {
  overflow: hidden;
  padding: 0 2px;
  /* fix for Chrome in Mac, the checkboxes get cut off */
}

.attributes dt,
.attribute-label {
  display: block;
  margin: 0 0 5px;
  white-space: nowrap;
  font-weight: 500;
  color: var(--color-text);
}

.attributes dd,
.attribute-data {
  margin: 0 0 10px;
}

.attributes li {
  margin: 8px 0 12px;
}

.attributes select {
  width: auto;
  min-width: 100px;
  max-width: 100%;
}

.attributes .option-list label {
  margin: 0 5px;
}

.attributes .datepicker {
  width: 280px;
  text-align: center;
  color: var(--color-text);
}

.attributes .qty-box input {
  width: 48px;
  height: 32px;
  text-align: center;
}

.attributes .option-list:not(.attribute-squares) .disabled {
  opacity: .5;
}

.attributes .attribute-squares .disabled .attribute-square {
  cursor: default;
  opacity: .25;
}

.attributes .attribute-squares .disabled .attribute-square-container {
  background: linear-gradient(to top left, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) calc(50% - 1.5px), #e91e63 50%, rgba(0, 0, 0, 0) calc(50% + 1.5px), rgba(0, 0, 0, 0) 100%), linear-gradient(to top right, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) calc(50% - 1.5px), #e91e63 50%, rgba(0, 0, 0, 0) calc(50% + 1.5px), rgba(0, 0, 0, 0) 100%);
}

.attributes .attribute-squares .tooltip-container .not-available-text {
  font-size: 12px;
}

.attributes .attribute-squares.color-squares .tooltip-container .not-available-text {
  margin: 5px;
}

.attributes .attribute-squares.color-squares .tooltip-container {
  width: 120px;
  display: none;
}

.attributes .attribute-squares.color-squares li:hover .tooltip-container {
  margin-left: -42px;
}

.attributes .attribute-squares.color-squares .disabled .tooltip-container {
  display: block;
}

.attributes .attribute-squares.image-squares .tooltip-container .not-available-text {
  margin-bottom: 5px;
  display: none;
}

.attributes .attribute-squares.image-squares .disabled .tooltip-container .not-available-text {
  display: block;
}

.attributes select option.disabled,
.attributes select option:disabled {
  color: #cecece;
}

.ui-datepicker {
  width: 280px;
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.15);
  background-color: #fff;
  text-align: center;
  /*override jQuery UI styles, do not delete doubled properties*/
  border: none;
  border-radius: 0;
  padding: 0;
  font: normal 14px Arial, Helvetica, sans-serif;
  color: #777;
}

.ui-datepicker-header {
  position: relative;
  height: 32px;
  background-color: var(--color-secondary);
  color: #fff;
  /*override jQuery UI styles, do not delete doubled properties*/
  border: none;
  border-radius: 0;
  background-image: none;
  padding: 0 !important;
  font-weight: normal;
}

.ui-datepicker-header a {
  position: absolute;
  top: 0;
  z-index: 1;
  width: 32px;
  height: 32px;
  line-height: 32px;
  font-size: 0;
  /*override jQuery UI styles, do not delete doubled properties*/
  top: 0 !important;
  width: 32px !important;
  height: 32px !important;
  border: none !important;
}

.ui-datepicker-header a.ui-datepicker-prev {
  left: 0;
  background: url('../images/calendar-prev.png') center no-repeat;
}

.ui-datepicker-header a.ui-datepicker-next {
  right: 0;
  background: url('../images/calendar-next.png') center no-repeat;
}

.ui-datepicker-header a span {
  /*override jQuery UI styles, do not delete doubled properties*/
  display: none !important;
}

.ui-datepicker-title {
  position: relative;
  z-index: 0;
  line-height: 32px;
  font-weight: bold;
  text-transform: uppercase;
  /*override jQuery UI styles, do not delete doubled properties*/
  line-height: 32px !important;
}

.ui-datepicker-calendar {
  /*override jQuery UI styles, do not delete doubled properties*/
  margin: 0 !important;
  font-size: 14px !important;
}

.ui-datepicker-calendar th {
  background-color: #eee;
}

.ui-datepicker-calendar th,
.ui-datepicker-calendar td {
  width: 14.285%;
  border: 1px solid #eaeaea;
  /*override jQuery UI styles, do not delete doubled properties*/
  padding: 0;
}

.ui-datepicker-calendar th span,
.ui-datepicker-calendar td a {
  display: block;
  min-height: 32px;
  line-height: 32px;
  color: var(--color-text);
}

.ui-datepicker-calendar td a {
  /*override jQuery UI styles, do not delete doubled properties*/
  border: none !important;
  background: none !important;
  padding: 0;
  text-align: center;
  color: var(--color-secondary) !important;
}

.ui-datepicker-calendar .ui-state-active {
  outline: 2px solid var(--color-secondary);
  font-weight: bold;
  color: var(--color-secondary);
  /*override jQuery UI styles, do not delete doubled properties*/
  color: var(--color-secondary) !important;
}

.attribute-squares {
  font-size: 0;
  display: inline-block;
}

.attribute-squares li {
  display: inline-block;
  margin: 0 5px 5px;
  text-align: center;
}

.attribute-squares .attribute-square-container {
  display: block;
  position: relative;
  z-index: 0;
  padding: 1px;
}

.attribute-squares label {
  display: block;
  margin: 0 !important;
  overflow: hidden;
}

.attribute-squares .attribute-square {
  display: inline-block !important;
  width: 32px !important;
  height: 32px !important;
  border: 1px solid #eaeaea !important;
  cursor: pointer;
}

.attribute-squares .selected-value .attribute-square-container {
  background-color: var(--color-secondary);
  color: #fff;
}

.attribute-squares li input {
  display: none;
}

.attribute-squares-padding {
  padding: 0 5px 0 0;
}

.tooltip-container {
  position: absolute;
  width: 200px;
  color: #000000;
  background: #FFFFFF;
  border: 1px solid #eeeeee;
  text-align: center;
  visibility: hidden;
  border-radius: 5px;
}

.tooltip-container:before {
  content: '';
  position: absolute;
  bottom: 100%;
  left: 50%;
  margin-left: -7px;
  width: 0;
  height: 0;
  border-bottom: 7px solid #eeeeee;
  border-right: 7px solid transparent;
  border-left: 7px solid transparent;
}

.tooltip-container:after {
  content: '';
  position: absolute;
  bottom: 100%;
  left: 50%;
  margin-left: -6px;
  width: 0;
  height: 0;
  border-bottom: 6px solid #FFFFFF;
  border-right: 6px solid transparent;
  border-left: 6px solid transparent;
}

.attribute-squares li:hover .tooltip-container,
.attribute-squares li:focus .tooltip-container {
  visibility: visible;
  margin-left: -83px;
  margin-top: 5px;
  z-index: 999;
}

.tooltip-container .tooltip-header {
  background-color: #F6F6F6;
  height: 25px;
  border-top-right-radius: 4px;
  border-top-left-radius: 4px;
  padding-left: 10px;
  padding-top: 5px;
  text-align: left;
  width: 198px;
  font-size: 15px;
  border-bottom: 1px #EEEEEE solid;
}

.tooltip-container .tooltip-body {
  margin: 5px;
}

.tooltip-container .tooltip-body img {
  border: 0px #FFF;
  width: 190px;
}

.giftcard {
  margin: 20px 0;
  padding: 20px 0;
  border-top: 1px solid #eaeaea;
  border-bottom: 1px solid #eaeaea;
  overflow: hidden;
}

.giftcard div {
  margin: 0 0 10px;
}

.giftcard label {
  display: block;
  margin: 0 auto 5px;
  font-weight: 500;
  color: var(--color-text);
  font-size: 15px;
}

.giftcard input,
.giftcard textarea {
  width: 350px;
  max-width: 100%;
}

.giftcard textarea {
  height: 150px;
}


/********** PRODUCT REVIEWS **********/
.product-reviews-page h1 a {
  color: var(--color-secondary);
}

.product-reviews-page h1 a:before,
.product-reviews-page h1 a:after {
  content: "''";
}

.product-reviews-page .title {
  margin: 0 0 25px;
  font-size: 25px;
  color: var(--color-text);
  font-weight: 500;
}

.product-reviews-page .title strong {
  font-weight: normal;
}

.product-reviews-page .review-item-head {
  display: grid;
  align-items: center;
  gap: 10px;
}

.product-reviews-page .review-item-head .star-wrap {
  display: flex;
  gap: 10px;
  align-items: center;
}

.write-review {
  margin: 0 0 60px;
}

.write-review>.title {
  margin-bottom: 20px;
  font-size: 18px;
}

.write-review>.title strong {
  font-weight: 500;
}

.write-review form .buttons {
  text-align: center;
}

.write-review .fieldset {
  margin: 0 0 30px;
}

.write-review .fieldset .form-fields {
  max-width: 600px;
  margin: 0 auto;
  border: none;
  background: none;
  padding: 0;
}

.write-review .fieldset .inputs {
  display: grid;
  position: relative;
}

.write-review .fieldset .inputs label {
  width: 100%;
  text-align: left;
  margin: 0;
  font-weight: 500;
}

.write-review .fieldset .inputs input[type="text"],
.write-review .fieldset .inputs textarea {
  width: auto;
  margin-top: 10px;
  border-radius: 6px;
}

.write-review .fieldset .inputs .required {
  position: absolute;
  top: 0;
  right: 0;
  margin: 0;
  line-height: 1;
}

.product-details-page .write-review .fieldset .form-fields {
  max-width: none;
  width: 100%;
  margin-left: 0;
}

.exisiting-reviews .review-item {
  margin-top: 2.5rem;
}

.exisiting-reviews .review-user__header {
  display: flex;
  gap: 20px;
}

.exisiting-reviews .review-user__avatar {
  background-color: var(--color-text);
  width: 70px;
  height: 70px;
  border-radius: 50%;
  color: var(--color-base-light);
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: 1;
  font-weight: 500;
}

.exisiting-reviews .review-user__header__star-box .rating {
  width: 70px;
  height: 10px;
  background-image: url('../images/stars-empty.png');
  background-size: contain;
  font-size: 0;
}

.exisiting-reviews .review-user__header__star-box .rating .star {
  height: 10px;
  background-image: url('../images/stars-full.png');
}

.exisiting-reviews .review-user__header__star-box-top,
.exisiting-reviews .review-user__header__star-box-bottom {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 15px;
}

.exisiting-reviews .review-user__title {
  font-weight: 500;
}

.exisiting-reviews .review-user__body {
  margin-top: 20px;
  font-size: 16px;
  line-height: 1.5;
}

.tooltip {
  position: initial;
  display: inline-block;
  border-bottom: 1px dotted black;
  color: var(--color-text);
}

.tooltip .tooltiptext {
  visibility: hidden;
  width: auto;
  background: #f0f0f0 no-repeat 100% 5%;
  border: #c0c0c0 1px dotted;
  text-align: Left;
  padding: 10px 10px 5px 5px;
  position: absolute;
  z-index: 1;
  left: 10%;
  opacity: 0;
  transition: opacity 0.3s;
}

.tooltip .tooltiptext::after {
  content: "";
  position: absolute;
}

.tooltip:hover .tooltiptext,
.tooltip:focus .tooltiptext {
  visibility: visible;
  opacity: 1;
  cursor: help;
}

.write-review .review-rating {
  text-align: left;
  padding-top: 10px;
  padding-bottom: 10px;
}

.write-review .review-rating label {
  display: block;
  margin: 0 0 5px;
  font-size: 14px;
  color: var(--color-text);
}

.write-review .review-rating div.first {
  color: #e4444c;
}

.write-review .review-rating div.rating-options {
  padding-top: 2px;
}

.write-review .review-rating div.rating-options input {
  vertical-align: baseline;
}

.write-review .review-rating div.last {
  color: #4cb17c;
}

.write-review .captcha-box {
  margin: 15px 0 0;
}

.write-review .button-1 {
  border: none;
  background-color: var(--color-secondary);
  color: #fff;
  padding: 10px 25px;
  text-align: center;
  font-size: 15px;
  text-transform: uppercase;
}

.write-review .button-1:hover,
.write-review .button-1:focus {
  background-color: var(--color-primary);
}

.product-reviews-page .result,
.product-reviews-page .message-error {
  margin: 0 0 20px;
}

.product-review-list {
  overflow: hidden;
}

.product-review-item {
  padding-top: 30px;
  padding-bottom: 30px;
  border-top: 1px solid #eaeaea;
}

.product-review-item:first-child,
.product-review-item:first-of-type {
  border-top: none;
  margin-top: 0;
  padding-top: 0;
}

.product-review-item .review-title {
  line-height: 20px;
  font-size: 15px;
  color: var(--color-text);
  font-weight: 500;
}

.product-review-item .product-review-box {
  margin: 3px 0 0;
}

.product-review-item .review-content {
  padding: 20px 0 0;
}

.product-review-item .review-text {
  margin: 0 0 15px;
  line-height: 22px;
  color: var(--color-text);
}

.product-review-item .avatar {
  margin: 0 0 10px;
}

.product-review-item .reply {
  margin: 15px 0;
  border-top: 1px solid #eaeaea;
}

.product-review-item .reply-header {
  margin: 15px 0;
  font-weight: bold;
}

.product-review-item .reply-text {
  line-height: 22px;
}

.product-review-item .review-info label {
  font-weight: normal;
}

.product-review-item .review-info a,
.product-review-helpfulness .vote {
  display: inline-block;
  padding: 0 5px;
  color: var(--color-secondary);
  cursor: pointer;
}

.product-review-helpfulness .question {
  margin: 0 5px 0 0;
  font-style: italic;
}

.product-review-helpfulness .result {
  margin: 0 0 0 10px;
}

.product-review-item .review-type-rating-ext {
  overflow: hidden;
  margin: 0 0 20px;
}

/* PRODUCT REVIEW WRITING PAGE */
.product-reviews-page {
  max-width: 950px;
  margin-left: auto;
  margin-right: auto;
}

.product-reviews-page .page-title h1 {
  text-align: center;
}

.product-reviews-page .page-title h1 a {
  display: block;
}

/* ALSO PURCHASED SECTION */
.also-purchased-products-grid.product-grid {
  margin-top: 60px;
  margin-bottom: 2rem;
}

/********** WISHLIST & COMPARE LIST **********/
.wishlist-content {
  margin: 0 0 20px;
}

.wishlist-content .message-error {
  margin: 20px 0;
}

.wishlist-content .table-wrapper {
  margin: 0 0 30px;
  border: 1px solid #eaeaea;
  border-radius: 6px;
}

.wishlist-content .table-wrapper thead th {
  padding: 30px 15px;
  background-color: #f3f5f6;
  line-height: 1;
  font-weight: 500;
}

.wishlist-content .table-wrapper thead th.add-to-cart {
  min-width: 120px;
}

.wishlist-content .product-content {
  min-width: 300px;
  text-align: left;
}

.wishlist-content .tax-shipping-info {
  margin: 0 0 20px;
  text-align: center;
}

.wishlist-content .tax-shipping-info a {
  color: var(--color-secondary);
}

.wishlist-content .tax-shipping-info a:hover,
.wishlist-content .tax-shipping-info a:focus {
  text-decoration: underline;
}

.wishlist-content .buttons {
  font-size: 0;
}

.wishlist-content .button-2 {
  display: block;
  width: 250px;
  margin: 0 auto 3px;
  border: none;
  padding: 10px 25px;
  text-align: center;
  line-height: 20px;
  font-size: 15px;
  color: #fff;
}

.wishlist-content .update-wishlist-button,
.wishlist-content .wishlist-add-to-cart-button {
  background-color: var(--color-secondary);
  color: #fff;
  border-radius: 6px;
  margin: 0 5px 5px;
}

.wishlist-content .update-wishlist-button:hover,
.wishlist-content .update-wishlist-button:focus,
.wishlist-content .wishlist-add-to-cart-button:hover,
.wishlist-content .wishlist-add-to-cart-button:focus {
  background-color: var(--color-primary);
}

.wishlist-content .email-a-friend-wishlist-button {
  background-color: var(--color-primary);
  border-radius: 6px;
  margin: 0 5px 5px;
}

.wishlist-content .email-a-friend-wishlist-button:hover,
.wishlist-content .email-a-friend-wishlist-button:focus {
  background-color: #999;
}

.wishlist-page .share-info {
  text-align: center;
}

.wishlist-page .share-info span {
  display: block;
  margin: 0 0 5px;
}

.wishlist-page .share-info a {
  font-weight: bold;
  color: var(--color-secondary);
  word-break: break-all;
  font-size: 14px;
}

.wishlist-page .share-info a:hover,
.wishlist-page .share-info a:focus {
  color: var(--color-primary);
}

.wishlist-page .no-data {
  margin: 25px 0 0;
}

/* COMPARE PRODUCTS PAGE */
.compare-products-page {
  position: relative;
  overflow: hidden;
  margin-top: 0;
}

.compare-products-page .clear-list {
  display: inline-block;
  margin: 0 0 20px;
  background-color: var(--color-secondary);
  color: #fff;
  padding: 10px 15px;
  font-size: 12px;
  text-transform: uppercase;
}

.compare-products-page .clear-list:hover,
.compare-products-page .clear-list:focus {
  background-color: var(--color-primary);
}

.compare-products-page .table-wrapper {
  margin: 0 0 30px;
  padding: 0 0 1px;
  /*IE mobile table border fix*/
}

.compare-products-table td {
  min-width: 150px;
  border: 1px solid #eaeaea;
  background-color: #fff;
  padding: 20px;
  text-align: left;
  vertical-align: top;
  color: var(--color-text);
}

.compare-products-table tr td:first-child {
  background-color: #F3F5F6;
  color: #041E42;
  text-transform: uppercase;
  font-weight: 500;
  min-width: 0;
  font-size: 14px;
}

.compare-products-table tr.product-name td a {
  font-weight: 500;
}

.compare-products-table .specification-group td,
.compare-products-table .specification-group td:first-child {
  border: none;
  padding: 40px 0 10px;
  background: none;
}

.compare-products-table .specification-group td label {
  font-size: 16px;
  color: var(--color-text);
}

.compare-products-table tr.remove-product td {
  position: relative;
  padding: 0;
  border: none;
  background: none;
}

.compare-products-table .remove-button {
  color: var(--color-text);
  position: absolute;
  top: 30px;
  right: 10px;
  width: 30px;
  height: 30px;
  border-radius: 6px;
  background-color: #F3F5F6;
  font-size: 0;
  border: none;
}

.compare-products-table .remove-button::before {
  content: "\e919";
  font-family: var(--font-icon);
  color: var(--color-text);
  font-size: 14px;
}

.compare-products-table .remove-button:hover,
.compare-products-table .remove-button:focus {
  background-color: var(--color-secondary);
}

.compare-products-table .remove-button:hover::before,
.compare-products-table .remove-button:focus::before {
  color: var(--color-base-light);
}

.compare-products-table .picture {
  display: block;
  position: relative;
  max-width: 200px;
  height: 200px;
  overflow: hidden;
}

.compare-products-table .picture img {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  max-width: 100%;
  max-height: 100%;
  margin: auto;
}

.compare-products-table .product-name td {
  font-weight: bold;
}

.compare-products-table .product-name td a:hover,
.compare-products-table .product-name td a:focus {
  color: var(--color-secondary);
}

.compare-products-table .short-description td {
  line-height: 22px;
}

.compare-products-table .full-description td {
  display: none;
}

.compare-products-table tr.product-price {
  font-weight: 500;
}

.compare-products-page .no-data {
  margin: 25px 0 0;
}

/* RELATED PRODUCTS */
.related-products-grid.product-grid {
  margin-top: 80px;
}

.related-products-grid .item-grid {
  display: grid;
}

.related-products-grid .item-grid .item-box {
  border: 1px solid #eaeaea;
}

.related-products-grid .item-grid .item-box .picture {
  margin: auto;
  padding: 20px 20px 0;
}

.related-products-grid .slick-slider .slick-arrow,
.also-purchased-products-grid .slick-slider .slick-arrow {
  top: -63px;
  left: auto;
  right: 0;
  transform: none;
  border: 0;
  width: 24px;
  height: 24px;
  cursor: pointer;
}

div .top-deals-section .slick-slider .slick-arrow {
  top: -63px;
  left: auto;
  right: 0;
  transform: none;
  border: 0;
  width: 24px;
  height: 24px;
  cursor: pointer;
  display: inline-block !important;
}

div .top-deals-section .slick-slider .slick-arrow:hover,
.related-products-grid .slick-slider .slick-arrow:hover,
.also-purchased-products-grid .slick-slider .slick-arrow:hover {
  background-color: transparent;
}

div .top-deals-section .slick-slider .slick-arrow::before,
.related-products-grid .slick-slider .slick-arrow::before,
.also-purchased-products-grid .slick-slider .slick-arrow::before {
  font-family: var(--font-icon);
  color: #112137;
}

div .top-deals-section .slick-slider .slick-arrow:hover:before,
.related-products-grid .slick-slider .slick-arrow:hover:before,
.also-purchased-products-grid .slick-slider .slick-arrow:hover::before {
  color: var(--color-secondary);
}

.related-products-grid .slick-slider .slick-arrow.slick-prev,
.also-purchased-products-grid .slick-slider .slick-arrow.slick-prev {
  right: 220px;
}

div .top-deals-section .slick-slider .slick-arrow.slick-prev {
  right: auto;
  left: calc(50% - 100px);
  transform: translateX(-50%);
  top: auto;
  bottom: 0;
}

div .top-deals-section .slick-slider .slick-arrow.slick-next {
  right: calc(50% - 90px);
  left: auto;
  bottom: 0;
  top: auto;
  transform: translateX(50%);
}

div .top-deals-section .slick-slider .slick-arrow.slick-prev::before,
.related-products-grid .slick-slider .slick-arrow.slick-prev::before,
.also-purchased-products-grid .slick-slider .slick-arrow.slick-prev::before {
  content: "\e931";
}

div .top-deals-section .slick-slider .slick-arrow.slick-next::before,
.related-products-grid .slick-slider .slick-arrow.slick-next::before,
.also-purchased-products-grid .slick-slider .slick-arrow.slick-next::before {
  content: "\e932";
}

.related-products-grid .slick-slider .slick-dots,
.also-purchased-products-grid .slick-slider .slick-dots {
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: -60px;
  right: 40px;
  gap: 3px;
}

div .top-deals-section .slick-slider .slick-dots {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  position: absolute;
  bottom: 0;
  left: 50%;
  width: 100%;
  gap: 3px;
  max-width: 135px;
  margin-left: 0;
  transform: translateX(-50%);
  overflow: hidden;
}

div .top-deals-section .slick-slider .slick-dots li,
.related-products-grid .slick-slider .slick-dots li,
.also-purchased-products-grid .slick-slider .slick-dots li {
  width: 20px;
  height: 20px;
  border: 2px solid transparent;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  min-width: 20px;
}

div .top-deals-section .slick-slider .slick-dots li:hover,
.related-products-grid .slick-slider .slick-dots li:hover,
.also-purchased-products-grid .slick-slider .slick-dots li:hover,
div .top-deals-section .slick-slider .slick-dots li.slick-active,
.related-products-grid .slick-slider .slick-dots li.slick-active,
.also-purchased-products-grid .slick-slider .slick-dots li.slick-active {
  border-color: var(--color-primary);
}

div .top-deals-section .slick-slider .slick-dots li button,
.related-products-grid .slick-slider .slick-dots li button,
.also-purchased-products-grid .slick-slider .slick-dots li button {
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background-color: var(--color-primary);
  font-size: 0;
  padding: 0;
}

div .top-deals-section .slick-slider .slick-dots li button::before,
.related-products-grid .slick-slider .slick-dots li button::before,
.also-purchased-products-grid .slick-slider .slick-dots li button::before {
  display: none;
}

/*********** TOPICS ***********/
.topic-block-title .title-row,
.title-row {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-bottom: 2rem;
  gap: 15px;
}

.bestsellers .title strong,
.topic-block-title h2,
.section-title {
  font-size: 28px;
  font-weight: 500;
  line-height: 1.1;
  color: var(--color-text);
}

.view-all {
  min-width: 60px;
}

.view-all-btn-wrap a,
.view-all a {
  position: relative;
  display: inline-block;
  color: var(--color-secondary);
  font-weight: 500;
  font-size: 15px;
  line-height: 1;
}

.view-all-btn-wrap a::after,
.view-all a::after {
  content: '';
  position: absolute;
  bottom: -8px;
  left: 0;
  width: 32px;
  height: 2px;
  background-color: var(--color-secondary);
  transition: all .3s ease-in-out;
}

.view-all-btn-wrap:hover a,
.view-all:hover a {
  color: var(--color-primary);
}

.view-all-btn-wrap:hover a::after,
.view-all:hover a::after {
  background-color: var(--color-primary);
  color: #fff;
}

.topic-block {
  margin: 0 0 25px;
}

.topic-block-title {
  margin: 0 0 25px;
  flex-wrap: nowrap;
}

.topic-block-body {
  line-height: 1.5;
  font-size: 16px;
}

.topic-page .page-body {
  max-width: 1100px;
  margin-left: auto;
  margin-right: auto;
}

.topic-block a,
.topic-page a {
  text-decoration: underline;
}

.topic-block strong,
.topic-page strong {
  color: var(--color-text);
  font-weight: 500;
}

.topic-page .page-body h2,
.topic-page .page-body h3,
.topic-page .page-body h4,
.topic-page .page-body h5,
.topic-page .page-body h6 {
  margin-bottom: 1rem;
}

.topic-page table td {
  padding: 15px;
  border-color: var(--color-text);
}

.popup-window .topic-page {
  padding: 15px;
}

.not-found-page {
  padding-top: 80px;
  padding-bottom: 80px;
}

.not-found-page .page-title {
  display: none;
}

.error-page-content-wrap {
  display: grid;
  grid-template-columns: 1fr;
  gap: 30px;
}

.error-page-content-wrap h2 {
  font-size: 80px;
  line-height: 1.3;
}

.error-page-content-wrap h3 {
  font-size: 35px;
  line-height: 1;
}

.error-page-content-wrap .content-col {
  text-align: center;
}

.not-found-page p {
  margin: 20px 0 30px;
}

.topic-password {
  text-align: center;
}

.enter-password-title {
  margin: 0 0 20px;
  color: var(--color-text);
}

.enter-password-form {
  display: inline-block;
  overflow: hidden;
}

.enter-password-form input[type="password"] {
  float: left;
  width: 200px;
  height: 40px;
  margin: 0 -1px 0 0;
}

.enter-password-form button[type="submit"] {
  float: left;
  width: auto;
  min-width: 86px;
  height: 40px;
  border: none;
  background-color: var(--color-secondary);
  color: #fff;
  padding: 0 15px;
  text-transform: uppercase;
}

.enter-password-form button[type="submit"]:hover,
.enter-password-form button[type="submit"]:focus {
  background-color: var(--color-primary);
}


/*********** CONTACT & EMAIL A FRIEND & APPLY FOR VENDOR ACCOUNT ***********/
.contact-page .result,
.contact-page .message-error,
.email-a-friend-page .result,
.email-a-friend-page .message-error,
.apply-vendor-page .result,
.apply-vendor-page .message-error {
  margin: 20px 0;
}

.contact-page .button-1,
.email-a-friend-page .button-1,
.apply-vendor-page .button-1 {
  min-width: 140px;
  border: none;
  background-color: var(--color-secondary);
  color: #fff;
  padding: 10px 30px;
  text-align: center;
  font-size: 15px;
  text-transform: uppercase;
}

.contact-page .button-1:hover,
.contact-page .button-1:focus,
.email-a-friend-page .button-1:hover,
.email-a-friend-page .button-1:focus,
.apply-vendor-page .button-1:hover,
.apply-vendor-page .button-1:focus {
  background-color: var(--color-primary);
}

.email-a-friend-page .title,
.apply-vendor-page .title {
  margin: 25px 0;
}

.email-a-friend-page .page-title {
  margin-bottom: 30px;
}

.email-a-friend-page .title h2 {
  font-weight: normal;
  color: var(--color-secondary);
}

.apply-vendor-page .terms-of-service {
  text-align: center;
}

.apply-vendor-page .terms-of-service>* {
  display: inline-block;
  line-height: 32px;
}

.apply-vendor-page .terms-of-service span,
.apply-vendor-page .terms-of-service a {
  color: var(--color-secondary);
  cursor: pointer;
}

/* EMAIL WISHLIST PAGE */
.email-a-friend-page {
  max-width: 700px;
  margin-left: auto;
  margin-right: auto;
}

.email-a-friend-page .form-fields {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 15px;
}

.email-a-friend-page .form-fields .inputs:last-child {
  grid-column: 1/-1;
}

.email-a-friend-page .form-fields .inputs textarea {
  width: 100%;
}

/* CONTACT PAGE */
.html-contact-page .master-column-wrapper {
  position: static;
}

.html-contact-page .page.contact-page {
  padding-top: 600px;
  margin-top: 0;
}

.html-contact-page .page.contact-page .page-title {
  display: none;
}

.contact-map-section {
  overflow: hidden;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 600px;
}

.contact-map-section .topic-block,
.contact-map-section .topic-block p {
  margin-bottom: 0;
}

.contact-info-form-wrap {
  display: grid;
  gap: 30px;
  margin-top: 100px;
}

.contact-info-form-wrap .contact-info-col h2 {
  margin-bottom: 10px;
}

.contact-info-form-wrap .contact-form-col .form-fields {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 30px;
  border: none;
  background: none;
  padding: 0;
}

.contact-info-form-wrap .contact-form-col .inputs {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  margin: 0;
  padding-right: 20px;
}

.contact-info-form-wrap .contact-form-col .inputs:last-child {
  grid-column: 1 / -1;
}

.contact-info-form-wrap .contact-form-col .inputs label {
  float: none;
  width: 100%;
  text-align: left;
  font-size: 16px;
  font-weight: 500;
}

.contact-info-form-wrap .contact-form-col .inputs input[type="text"],
.contact-info-form-wrap .contact-form-col .inputs input[type="email"],
.contact-info-form-wrap .contact-form-col .inputs input[type="tel"],
.contact-info-form-wrap .contact-form-col .inputs input[type="password"],
.contact-info-form-wrap .contact-form-col .inputs select,
.contact-info-form-wrap .contact-form-col .inputs textarea {
  border-radius: 6px;
  border-color: var(--color-text);
  min-height: 55px;
  padding: 10px 15px;
  line-height: 1;
}

.contact-info-form-wrap .contact-form-col .inputs textarea {
  width: 100%;
  min-height: 150px;
  padding: 15px;
}

.contact-info-form-wrap .contact-form-col .fieldset {
  margin-bottom: 1rem;
}

.contact-info-form-wrap .contact-form-col .inputs .required {
  position: absolute;
  top: 30px;
  right: 10px;
}

.location-col-section {
  display: grid;
  gap: 30px;
  border-top: 1px solid #eaeaea;
  padding-top: 60px;
  padding-bottom: 60px;
}

.location-col-section h3 {
  font-size: 28px;
  margin-bottom: 20px;
}

.location-col-section a {
  text-decoration: none;
}

.location-col-section a:hover {
  color: var(--color-secondary);
}

.location-col-section .btn {
  position: relative;
  font-weight: 500;
  color: var(--color-text);
}

.location-col-section .btn::after {
  content: '';
  position: absolute;
  bottom: -3px;
  left: 0;
  width: 30px;
  height: 2px;
  background-color: var(--color-text);
}

.location-col-section h4 {
  font-size: 18px;
  font-weight: 500;
  margin-bottom: 10px;
}

.location-col {
  display: grid;
  gap: 30px;
}

.contact-page .homepage-text-section {
  border-top: 1px solid #eaeaea;
  border-bottom: none;
  padding-top: 60px;
  margin: 50px 0 0;
  padding-bottom: 0;
}

/********** REGISTRATION, LOGIN, ACCOUNT PAGES  **********/
.page.account-page {
  margin-top: 0;
}

.registration-page .form-fields .inputs,
.email-a-friend-page .form-fields .inputs,
.customer-info-page .form-fields .inputs {
  padding-right: 30px;
}

.registration-page .form-fields .inputs .required,
.email-a-friend-page .form-fields .inputs .required,
.customer-info-page .form-fields .inputs .required {
  position: absolute;
  top: 0px;
  right: 30px;
  margin: 0;
  line-height: 1;
}

.login-page {
  padding-top: 40px;
}

.login-page .page-title {
  margin-bottom: 40px;
}

.login-page .page-title h1 {
  text-align: center;
  font-weight: 600;
  margin-bottom: 15px;
}

.login-page .customer-blocks__column .buttons {
  text-align: center;
  padding: 30px 20px;
  margin: 0;
  background-color: #f9f9f9;
}

.gender {
  display: inline-block;
}

.gender span {
  display: inline-block;
  margin: 0 5px;
}

.gender span>* {
  display: inline !important;
  margin: 0 5px;
  line-height: 32px;
}

.date-of-birth .date-picker-wrapper {
  display: inline;
}

.date-of-birth select {
  width: 31%;
  /*always single line*/
  max-width: 126px;
}

.date-of-birth select+select {
  margin: 0 0 0 10px;
}

.date-of-birth .select-wrapper+.select-wrapper {
  margin: 0 0 0 10px;
}

#check-availability-button {
  margin: 10px 0 0;
  border: none;
  background-color: #888;
  padding: 10px 15px;
  font-size: 12px;
  color: #fff;
  text-transform: uppercase;
}

#check-availability-button:hover,
#check-availability-button:focus {
  background-color: #999;
}

.inputs.accept-consent {
  text-align: center;
}

.inputs.accept-consent>* {
  display: inline-block;
  line-height: 32px;
}

.inputs.accept-consent span,
.inputs.accept-consent a {
  color: var(--color-secondary);
  cursor: pointer;
  font-size: 14px;
}

.inputs.accept-consent label {
  width: auto;
  margin-left: 10px;
  margin-bottom: 0;
}

.registration-page .button-1,
.registration-result-page .button-1,
.login-page .button-1,
.password-recovery-page .button-1,
.email-revalidation-page .button-1,
.account-activation-page .button-1,
.account-page .button-1,
.return-request-page .button-1 {
  min-width: 140px;
  border: none;
  background-color: var(--color-secondary);
  color: #fff;
  padding: 10px 30px;
  text-align: center;
  font-size: 15px;
  text-transform: uppercase;
}

.registration-page .button-1:hover,
.registration-page .button-1:focus,
.registration-result-page .button-1:hover,
.registration-result-page .button-1:focus,
.login-page .button-1:hover,
.login-page .button-1:focus,
.password-recovery-page .button-1:hover,
.password-recovery-page .button-1:focus,
.email-revalidation-page .button-1:hover,
.email-revalidation-page .button-1:focus,
.account-activation-page .button-1:hover,
.account-activation-page .button-1:focus,
.account-page .button-1:hover,
.account-page .button-1:focus,
.return-request-page .button-1:hover,
.return-request-page .button-1:focus {
  background-color: var(--color-primary);
}

.return-request-page h1 a {
  color: var(--color-secondary);
}

.return-request-page .return-request-file {
  font-size: 14px;
}

.return-request-page .return-request-file .uploadedfileinput {
  display: inline-block;
  vertical-align: middle;
}

.registration-page .message-error,
.login-page .message-error,
.account-page .message-error {
  margin: 0 0 10px;
}

.registration-result-page .result {
  margin: 0 0 30px;
  padding: 30px 0;
  text-align: center;
  font-size: 16px;
  color: #4cb17c;
}

.customer-info-page .email-to-revalidate,
.customer-info-page .readonly-username,
.customer-info-page .vat-status {
  margin: 0 5px;
  font-size: 14px;
}

.customer-info-page .vat-status {
  display: block;
}

.registration-page .vat-note,
.customer-info-page .vat-note,
.customer-info-page .email-to-revalidate-note {
  display: block;
  font-size: 14px;
  margin-top: 7px;
  white-space: normal;
}

.login-page .customer-blocks {
  display: grid;
  grid-template-columns: 1fr;
  gap: 15px;
}

.login-page .customer-blocks .title {
  text-align: center;
  margin-bottom: 0;
  padding: 20px 10px;
  background: #eaeaea;
}

.login-page .returning-wrapper .inputs input[type="email"],
.login-page .returning-wrapper .inputs input[type="tel"],
.login-page .returning-wrapper .inputs input[type="password"] {
  width: 100%;
}

.login-page .title {
  margin: 0 0 15px;
  font-size: 20px;
  color: var(--color-text);
}

.login-page .title strong {
  font-weight: normal;
}

.login-page .new-wrapper .text {
  border-top: 1px solid #e6e6e6;
  background-color: #f9f9f9;
  padding: 30px;
  line-height: 22px;
}

.login-page .new-wrapper .topic-block {
  margin: 0;
}

.login-page .new-wrapper .topic-block-body strong {
  color: var(--color-text);
}

.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;
  background-color: #f9f9f9;
}

.login-page .returning-wrapper .inputs.reversed {
  white-space: normal;
}

.login-page .returning-wrapper .inputs.reversed * {
  display: inline-block;
  width: auto;
  margin: 0 5px;
  font-size: 14px;
  /*reset zeroing*/
  color: var(--color-text);
}

.login-page .returning-wrapper .inputs.reversed a:hover,
.login-page .returning-wrapper .inputs.reversed a:focus {
  color: var(--color-secondary);
}

.login-page .captcha-box {
  margin: -15px 0 20px;
}

.login-page .login-password {
  position: relative;
  width: max-content;
  max-width: 100%;
  display: inline;
}

.login-page .password-eye {
  content: "";
  display: block;
  height: 24px;
  width: 24px;
  background-image: url('../Themes/DefaultClean/Content/images/eye-closed.png');
  position: absolute;
  top: calc(50% - 12px);
  right: 10px;
  background-repeat: no-repeat;
  background-position: center;
  z-index: 2;
  cursor: pointer;
  opacity: .75
}

.login-page .password-eye-open {
  background-image: url('../Themes/DefaultClean/Content/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(--color-text);
}

.external-authentication .buttons {
  margin: 0 0 30px;
  border-top: 1px solid #e6e6e6;
  padding: 30px;
}

.external-auth-errors {
  color: #e4444c;
}

.external-auth-association {
  color: var(--color-text);
}

.external-auth-association a {
  color: var(--color-secondary);
}

.external-auth-association a:hover,
.external-auth-association a:focus {
  text-decoration: underline;
}

.password-recovery-page .result {
  margin: 0 0 5px;
  font-weight: bold;
  color: var(--color-text);
}

.password-recovery-page .tooltip {
  margin: 0 0 25px;
}

.add-more-external-records {
  text-align: center;
}

.add-more-external-records a {
  color: var(--color-secondary);
}

.add-more-external-records a:hover,
.add-more-external-records a:focus {
  text-decoration: underline;
}

.account-page .description {
  margin: 0 0 25px;
  padding: 0 10px;
}

.account-page .table-wrapper {
  margin: 0 0 30px
}

.gdpr-tools-page .result {
  margin: 20px 0;
  font-size: 13px;
  color: #e4434b;
}

.gdpr-tools-page .buttons {
  margin-top: 20px;
}

.address-list-page .info,
.order-list-page .info {
  margin: 0 0 10px;
  border-top: 1px solid #e6e6e6;
  background-color: #f9f9f9;
  padding: 20px;
  line-height: 26px;
  color: var(--color-text);
}

.address-list-page .info .name,
.order-list-page .info .name {
  font-size: 16px;
  font-weight: bold;
}

.address-list-page .button-2,
.order-list-page .button-2 {
  display: inline-block;
  margin: 0 0 0 10px;
  border: none;
  padding: 0 0 0 18px;
  font-size: 12px;
  color: var(--color-text);
}

.edit-address-button {
  background: url('../images/edit.png') left center no-repeat;
}

.delete-address-button,
.cancel-recurring-order-button {
  background: url('../images/remove.png') left center no-repeat;
}

.retry-recurring-order-button {
  background: url('../images/retry.png') left center no-repeat;
}

.return-items-button {
  background: url('../images/return.png') left center no-repeat;
}

.order-details-button {
  background: url('../images/details.png') left center no-repeat;
}

.address-list-page .button-2:hover,
.address-list-page .button-2:focus,
.order-list-page .button-2:hover,
.order-list-page .button-2:focus {
  color: var(--color-secondary);
}

.address-list-page .add-button {
  margin: 0 0 20px;
  text-align: center;
}

.address-edit-page .message-error {
  margin: 20px 0;
}

.address-edit-page .edit-address {
  margin: 20px 0 30px;
}

.recurring-payments table td {
  white-space: nowrap;
}

.recurring-payments table td:first-child {
  min-width: 120px;
  white-space: normal;
}

.recurring-payments .button-2 {
  font-size: 14px;
}

.return-request-list-page .details {
  border-top: 1px solid #e6e6e6;
  background-color: #f9f9f9;
  padding: 20px;
  line-height: 22px;
  color: var(--color-text);
}

.return-request-list-page label {
  margin: 0 5px 0 0;
}

.return-request-list-page a {
  color: var(--color-secondary);
}

.return-request-list-page a:hover,
.return-request-list-page a:focus {
  text-decoration: underline;
}

.return-request-list-page .comments div {
  margin: 10px 0 0;
  font-size: 15px;
  font-style: italic;
  color: var(--color-text);
}

.downloadable-products-page table td {
  color: var(--color-text);
}

.reward-points-overview {
  margin: 0 0 25px;
}

.reward-points-history table td {
  color: var(--color-text);
}

.reward-points-history table td:first-child {
  min-width: 120px;
}

.change-password-page .result,
.change-password-page .message-error {
  margin: 20px 0;
}

.change-password-page .fieldset {
  margin: 0 0 30px;
}

.avatar-page .page-title {
  margin: 0;
}

.avatar-page .page-body {
  margin: 0 0 30px;
  overflow: hidden;
  background-color: #f9f9f9;
  padding: 30px 25px;
}

.avatar-page .message-error {
  margin: 0 0 10px;
}

.avatar-page .image {
  margin: 0 0 10px;
}

.avatar-page .image img {
  border: 1px solid #ccc;
}

.avatar-page .button-1 {
  font-size: 14px;
}

.avatar-page .button-2 {
  border: none;
  background-color: #888;
  padding: 10px 15px;
  font-size: 14px;
  color: #fff;
  text-transform: uppercase;
}

.avatar-page .button-2:hover,
.avatar-page .button-2:focus {
  background-color: #999;
}

.avatar-page .info {
  color: var(--color-text);
}

.vendorinfo-page .button-2 {
  border: medium none;
  background-color: #888;
  padding: 10px 15px;
  font-size: 14px;
  color: #fff;
  text-transform: uppercase;
}

.vendorinfo-page .button-2:hover,
.vendorinfo-page .button-2:focus {
  background-color: #999;
}

.vendorinfo-page .vendor-picture {
  width: 400px;
  margin: 0 auto;
}

.vendorinfo-page .vendor-picture * {
  display: block;
  margin-top: 15px;
}

.check-gift-card-balance-page .result,
.check-gift-card-balance-page .message-error {
  margin: 20px 0;
}

.check-gift-card-balance-page .fieldset {
  margin: 0 0 30px;
}

.account-page.my-product-reviews-list-page .review-item-head {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.account-page.my-product-reviews-list-page .product-review-item .product-review-box {
  margin: 0;
}

/********** SHOPPING CART **********/



.order-progress {
  margin: 0 0 50px;
  background-color: #f6f6f6;
  padding: 15px 0;
  text-align: center;
}

.order-progress ul {
  font-size: 0;
}

.order-progress li {
  display: inline-block;
  margin: 10px;
}

.order-progress a {
  display: block;
  min-width: 70px;
  font-size: 14px;
  /*reset zeroing*/
  color: var(--color-secondary);
}

.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: 0.3;
  cursor: default;
}

.shopping-cart-page .page-title {
  margin-bottom: 25px;
}

.shopping-cart-page .message-error {
  margin: 20px 0;
}

.shopping-cart-page td .message-error {
  margin: 10px 0 0;
  text-align: left;
}

#shopping-cart-form .cart-header>.table-wrapper {
  border-radius: 6px;
  overflow: hidden;
  border: 1px solid #eaeaea;
  border-bottom: none;
}

#shopping-cart-form .cart-header thead th {
  padding: 20px 15px;
  background-color: #F3F5F6;
  line-height: 1;
  font-weight: 500;
  text-transform: uppercase;
  color: var(--color-text);
  font-size: 14px;
}

.shopping-cart-page .checkout-attributes a {
  color: var(--color-secondary);
}

.shopping-cart-page .checkout-attributes a:hover,
.shopping-cart-page .checkout-attributes a:focus {
  text-decoration: underline;
}

.shopping-cart-page .tax-shipping-info {
  margin: 20px 0;
  text-align: center;
}

.shopping-cart-page .tax-shipping-info a {
  color: var(--color-secondary);
}

.shopping-cart-page .tax-shipping-info a:hover,
.shopping-cart-page .tax-shipping-info a:focus {
  text-decoration: underline;
}

.shopping-cart-page .common-buttons {
  padding: 30px 0;
  margin-bottom: 30px;
  border-bottom: 1px solid #eaeaea;
  font-size: 0;
}

.shopping-cart-page .common-buttons button {
  display: inline-block;
  min-width: 180px;
  margin: 5px;
  border: none;
  background-color: #aaa;
  padding: 10px 20px;
  font-size: 15px;
  color: #fff;
  border-radius: 6px;
}

.shopping-cart-page .common-buttons button:hover,
.shopping-cart-page .common-buttons button:focus {
  background-color: #999;
}

.shopping-cart-page .common-buttons button:first-child {
  background-color: var(--color-secondary);
  color: #fff;
}

.shopping-cart-page .common-buttons button:first-child:hover,
.shopping-cart-page .common-buttons button:first-child:focus {
  background-color: var(--color-primary);
}

.checkout-attributes {
  color: var(--color-text);
}

.checkout-attributes dt {
  margin: 0 0 5px;
  font-weight: bold;
}

.checkout-attributes dd {
  margin: 0 0 20px;
}

.checkout-attributes input[type="text"],
.checkout-attributes select {
  min-width: 170px;
}

.checkout-attributes ul {
  font-size: 0;
}

.checkout-attributes li {
  display: inline-block;
  margin: 5px;
  border: 1px solid #eaeaea;
  background-color: #fff;
  padding: 8px 10px;
  font-size: 14px;
  /*reset zeroing*/
}

.checkout-attributes .attribute-squares li {
  border: none;
  padding: 0;
  line-height: 0;
}

.checkout-attributes li label {
  display: inline-block;
  margin: 0 0 0 5px;
}

.selected-checkout-attributes {
  color: var(--color-text);
}

.selected-checkout-attributes br {
  content: "";
  display: block;
  margin: 3px;
}

.cart-footer:after {
  content: "";
  display: block;
  clear: both;
}

.cart-total td {
  width: 50%;
  padding: 5px 0;
  text-align: right;
}

.cart-total td:first-child {
  text-align: left;
}

.cart-total .giftcard-remaining {
  display: block;
  font-style: italic;
}

.cart-total .order-total {
  color: var(--color-primary);
  font-weight: 500;
  font-size: 16px;
  border-top: 1px solid #eaeaea;
}

.cart-total .order-total strong {
  font-weight: 500;
}

.cart-total .order-total td {
  padding-top: 15px;
}

.cart-total .earn-reward-points {
  font-style: italic;
}

.min-amount-warning {
  margin: 0 0 20px;
  padding: 0 30px;
  color: #e4434b;
}

.terms-of-service {
  padding-top: 20px;
  margin: 20px 0;
  border-top: 1px solid #eaeaea;
}

.terms-of-service label {
  cursor: pointer;
}

.terms-of-service a {
  margin: 0 0 0 3px;
  color: var(--color-secondary);
}

.cart-footer .checkout-disabled {
  font-size: 20px;
  text-align: center;
  background: #ffa500;
  border: 1px solid #c3891e;
  color: #fff;
  padding: 15px 50px;
}

.cart-footer .checkout-button {
  display: inline-block;
  width: 100%;
  border: none;
  background-color: var(--color-secondary);
  color: #fff;
  padding: 10px 20px;
  font-size: 15px;
  font-weight: 500;
  border-radius: 6px;
}

.cart-footer .checkout-button:hover,
.cart-footer .checkout-button:focus {
  background-color: var(--color-primary);
}

.cart-footer .addon-buttons {
  padding: 0 10px;
}

.cart-collaterals .button-2 {
  display: inline-block;
  border: none;
  background-color: var(--color-secondary);
  padding: 10px 15px;
  color: #fff;
}

.cart-collaterals .button-2:hover,
.cart-collaterals .button-2:focus {
  color: var(--color-secondary);
}

.cart-collaterals .title {
  margin: 0 0 5px;
  font-size: 18px;
  color: var(--color-text);
}

.cart-collaterals .hint {
  margin: 0 0 10px;
}

.cart-collaterals {
  margin-top: 15px;
  margin-bottom: 30px;
}

.cart-collaterals .deals {
  display: grid;
  gap: 15px 30px;
  max-width: 300px;
  margin-left: auto;
  margin-right: 0;
}

.cart-collaterals .deals .title,
.cart-collaterals .deals .hint,
.giftcard-box .title,
.giftcard-box .hint {
  display: none;
}

.cart-collaterals .coupon-code {
  border: 1px dashed #626974;
  border-radius: 6px;
  overflow: hidden;
}

.giftcart-coupon-section {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  gap: 15px 30px;
  flex-wrap: wrap;
}

#checkout-confirm-order-load .giftcart-coupon-section {
  justify-content: flex-start;
}

.gift-wrapping-section {
  display: flex;
  flex-wrap: wrap;
  gap: 15px;
  align-items: center;
}

.gift-wrapping-section .checkout-attributes dl {
  display: flex;
  flex-wrap: wrap;
  gap: 15px;
}

.gift-wrapping-section .checkout-attributes dl dt {
  margin: 0;
  min-width: 130px;
}

.gift-wrapping-section .checkout-attributes dl dd {
  margin: 0;
}

/* .gift-wrapping-section .selected-checkout-attributes {
  display: none;
} */

.giftcard-box {
  width: 300px;
}

.giftcard-box .giftcard-code {
  border: 1px dashed var(--color-secondary);
  border-radius: 6px;
  overflow: hidden;
}


.cart-collaterals .coupon-code::after,
.giftcard-box .giftcard-code::after {
  content: '';
  display: table;
  clear: both;
}

.cart-collaterals .coupon-code input[type="text"],
.giftcard-box .giftcard-code input[type="text"] {
  float: left;
  width: 60%;
  height: 40px;
  width: calc(100% - 130px);
  border: none;
  padding: 15px;
  outline: none;
}

.cart-collaterals .coupon-code button[type="submit"],
.giftcard-box .giftcard-code button[type="submit"] {
  float: left;
  height: 40px;
  padding: 0 15px 0;
  width: 130px;
  border: none;
  background: none;
  color: var(--color-primary);
}

.cart-collaterals .coupon-code input[type="text"],
.cart-collaterals .coupon-code button[type="submit"] {
  background-color: var(--color-base-light);
  color: var(--color-primary);
}

.cart-collaterals .coupon-code button[type="submit"]:hover,
.giftcard-box .giftcard-code button[type="submit"]:hover {
  color: var(--color-secondary);
}

.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: #4cb17c;
}

.cart-collaterals .current-code {
  margin: 5px 0 0;
  color: #4cb17c;
}

.remove-discount-button,
.remove-gift-card-button {
  width: 15px;
  height: 15px;
  border: 1px solid #999;
  background: #fff url('../images/close.png') center no-repeat;
  cursor: pointer;
}

.cart-collaterals .shipping select {
  height: 36px;
}

.cart-collaterals .shipping-results {
  margin: 30px 0 0;
}

.cart-collaterals .shipping-results li {
  margin: 20px 0;
}

.cart-collaterals .shipping-results li strong {
  display: block;
  margin: 0 0 5px;
  color: var(--color-text);
}

.shopping-cart-page .no-data {
  margin: 25px 0 0;
}

.cart-footer .totals {
  border-top: 1px solid #eaeaea;
  padding-top: 1.5rem;
  margin-top: 2rem;
  color: var(--color-text);
}

.order-summary-content .cart-footer .totals {
  padding: 30px;
  border: 1px solid #eaeaea;
  border-radius: 6px;
  margin-top: 0;
}

.order-summary-content .cart-footer .totals .totals-title {
  font-size: 20px;
  margin-bottom: 15px;
  text-align: left;
}

/*** ESTIMATE SHIPPING POPUP COMMON ***/


.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 0.2s ease-in-out;
  transform: scale(0.8);
}

.estimate-shipping-popup-zoom-in.mfp-bg {
  opacity: 0;
  transition: all 0.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: 0.8;
}

.estimate-shipping-popup-zoom-in.mfp-removing .mfp-with-anim {
  transform: scale(0.8);
  opacity: 0;
}

.estimate-shipping-popup-zoom-in.mfp-removing.mfp-bg {
  opacity: 0;
}

.shipping-options-loading {
  background: url(../images/ajax-loader-small.gif) no-repeat;
  width: 16px;
  height: 16px;
  position: relative;
  right: 8px;
  margin: 4% 50%;
}

.shipping-address .required {
  margin-left: 0px;
}

.estimate-shipping-row {
  display: flex;
  display: -webkit-flex;
  align-items: center;
}

.estimate-shipping-row.shipping-option {
  cursor: pointer;
}

.estimate-shipping-row.shipping-option.active {
  font-weight: 700;
}

.estimate-shipping-row-item {
  flex: 0 1 100%;
}

.estimate-shipping-row-item.shipping-item {
  padding: 8px 0;
  overflow: hidden;
  overflow-wrap: break-word;
}

.estimate-shipping-row-item.shipping-header-item {
  padding: 12px 0;
  border-bottom: 1px solid #f2f2f2;
  align-self: flex-end;
}

.estimate-shipping-row-item.address-item+.estimate-shipping-row-item.address-item {
  padding-left: 15px;
}

.estimate-shipping-row-item+.estimate-shipping-row-item {
  padding-left: 10px;
}

.estimate-shipping-row-item-radio {
  flex: 0 0 35px;
}

.ship-to-title {
  margin-bottom: 10px;
}

.choose-shipping-title {
  margin-top: 20px;
}

.estimate-shipping-address-control {
  width: 100%;
  height: 36px;
}

.estimate-shipping-radio {
  display: none;
}

.estimate-shipping-radio+label {
  appearance: none;
  -webkit-appearance: none;
  background-color: #fafafa;
  border: 1px solid #cacece;
  padding: 9px;
  border-radius: 50px;
  display: inline-block;
  position: relative;
}

.estimate-shipping-radio:checked+label:after {
  content: ' ';
  width: 6px;
  height: 6px;
  border-radius: 50px;
  position: absolute;
  top: 6px;
  left: 6px;
  background: #ffffff;
}

.estimate-shipping-radio:checked+label {
  background-color: var(--color-secondary);
  color: #fff;
  border: 1px solid #adb8c0;
  border-color: var(--color-secondary);
}

.apply-shipping-button {
  border: none;
  padding: 8px 25px;
  background-color: var(--color-secondary);
  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, 0.1), rgba(0, 0, 0, 0)), -webkit-radial-gradient(50% 100%, farthest-side, rgba(242, 242, 242, 1), rgba(0, 0, 0, 0));
  background-image: -moz-radial-gradient(50% 0, farthest-side, rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0)), -moz-radial-gradient(50% 100%, farthest-side, rgba(242, 242, 242, 1), rgba(0, 0, 0, 0));
  background-image: radial-gradient(farthest-side at 50% 0, rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0)), radial-gradient(farthest-side at 50% 100%, rgba(242, 242, 242, 1), rgba(0, 0, 0, 0));
  background-position: 0 0, 0 100%;
  background-size: 100% 7px;
}

.shipping-options:before,
.shipping-options:after {
  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;
}

/* MY ACCOUNT NAVIGATION */
.html-account-page .side-2,
.html-account-page .center-2,
.html-account-page .side-2+.center-2 {
  margin-top: 60px;
}

.block-account-navigation .title {
  position: relative;
  font-size: 28px;
  padding-bottom: 30px;
  padding-right: 40px;
  cursor: pointer;
}

.block-account-navigation .title::after {
  content: "\e911";
  font-family: var(--font-icon);
  font-size: 20px;
  position: absolute;
  top: 5px;
  right: 5px;
  transform: rotate(180deg);
}

.block-account-navigation .title.expand::after {
  transform: rotate(0deg);
}

.block-account-navigation ul.list li {
  padding-left: 30px;
  margin-bottom: 10px;
  line-height: 1;
}

.block-account-navigation ul.list li>a,
.block-account-navigation ul.list li>a::before {
  font-size: 18px;
}

.block-account-navigation ul.list li>a::before {
  top: 0;
  left: -30px;
  font-family: var(--font-icon);
}

.block-account-navigation ul.list li.customer-info a:before {
  content: "\e92a";
}

.block-account-navigation ul.list li.customer-addresses a:before {
  content: "\e928";
}

.block-account-navigation ul.list li.customer-orders a:before {
  content: "\e929";
}

.block-account-navigation ul.list li.downloadable-products a:before {
  content: "\e92e";
}

.block-account-navigation ul.list li.back-in-stock-subscriptions a:before {
  content: "\e92d";
}

.block-account-navigation ul.list li.reward-points a:before {
  content: "\e92c";
}

.block-account-navigation ul.list li.change-password a:before {
  content: "\e90b";
}

.block-account-navigation ul.list li.customer-reviews a:before {
  content: "\e92b";
}


/*** SHOPPING CART ESTIMATE SHIPPING ***/
.shopping-cart-page .common-buttons .estimate-shipping-button {
  display: inline-block;
  min-width: 180px;
  margin: 5px;
  border: none;
  padding: 10px 20px;
  font-size: 15px;
  text-align: center;
  color: #fff;
  background-color: #aaa;
  border-radius: 6px;
}

.shopping-cart-page .common-buttons .estimate-shipping-button:hover,
.shopping-cart-page .common-buttons .estimate-shipping-button:focus {
  background-color: #999;
}


/*** PRODUCT ESTIMATE SHIPPING ***/


.product-estimate-shipping {
  margin-bottom: 20px;
  color: var(--color-text);
}

.product-estimate-shipping .shipping-date {
  margin-top: 3px;
}

.product-estimate-shipping .shipping-title {
  font-size: 16px;
  font-weight: bold;
  color: var(--color-text);
  margin-bottom: 5px;
  justify-content: center;
}

.product-estimate-shipping .shipping-title .shipping-price {
  margin-left: 5px;
  vertical-align: middle;
}

.product-estimate-shipping .shipping-title .shipping-loading {
  margin-left: 5px;
  vertical-align: middle;
  background: url(../images/ajax-loader-small.gif) no-repeat;
  width: 16px;
  height: 16px;
  display: inline-block;
}

.product-estimate-shipping .open-estimate-shipping-popup .arrow-down {
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  margin: 0 0 3px 6px;
  border: solid black;
  border-width: 0 1px 1px 0;
  display: inline-block;
  padding: 3px;
}


/********** CHECKOUT **********/
.checkout-page {
  margin-left: auto;
  margin-right: auto;
}

.checkout-page .page-title {
  text-align: center;
  margin-bottom: 20px;
}

.checkout-page .section {
  margin: 0 0 30px;
}

.checkout-page .section.order-summary {
  margin: 100px 0 30px;
}

.checkout-page .cart-options {
  min-height: 60px;
  overflow: hidden;
  margin-top: 20px;
  font-weight: 500;
}

.checkout-page .cart-footer {
  border-top: none;
}

.checkout-page .total-info {
  margin: 0;
  border-bottom: none;
}

.select-billing-address-btn-wrap {
  margin-top: 20px;
}

.checkout-page .button-1 {
  display: inline-block;
  min-width: 140px;
  border: none;
  background-color: var(--color-secondary);
  color: #fff;
  padding: 10px 30px;
  text-align: center;
  font-size: 15px;
  line-height: 1;
}

.checkout-page .button-1:hover,
.checkout-page .button-1:focus {
  background-color: var(--color-primary);
}

.checkout-page #edit-billing-address-button {
  background-color: var(--color-primary);
}

.checkout-page #delete-billing-address-button {
  background-color: var(--color-primary);
}

.checkout-page #edit-billing-address-button:hover,
.checkout-page #delete-billing-address-button:hover {
  background-color: var(--color-secondary);
}

.checkout-page .address-item {
  width: 350px;
  max-width: 100%;
  margin: 0 auto 40px;
}

.checkout-page .address-item ul {
  margin: 0 0 15px;
  background-color: #f9f9f9;
  padding: 20px;
  color: var(--color-text);
}

.checkout-page .address-item li {
  padding: 5px 0;
}

.checkout-page .address-item li.name {
  font-size: 16px;
  font-weight: bold;
}

.enter-address .message-error {
  margin: 20px 0;
}

.enter-address .edit-address {
  margin: 50px 0 30px;
}

.enter-address .edit-address .inputs {
  padding-right: 30px;
}

.enter-address .edit-address .inputs .required {
  position: absolute;
  top: 0;
  right: 40px;
  line-height: 1;
}

.checkout-page .ship-to-same-address {
  padding: 30px 0;
  text-align: center;
}

.checkout-page .ship-to-same-address .selector {
  margin: 0 0 5px;
  font-weight: bold;
  color: var(--color-text);
}

.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: bold;
  color: var(--color-text);
}

.select-pickup-point {
  text-align: center;
}

.checkout-page .pickup-points-map {
  min-width: 400px;
  min-height: 350px;
  vertical-align: middle;
  margin-top: 5px;
  margin-bottom: 5px;
}

.checkout-page .edit-address-button {
  float: right;
  margin: 20px 10px 10px 12px;
}

.checkout-page .delete-address-button {
  float: right;
  margin: 20px 0 10px 0;
}

.shipping-method .method-name {
  position: relative;
}

.shipping-method .method-list,
.payment-method .method-list {
  margin: 0 auto 30px;
  overflow: hidden;
  text-align: center;
  font-size: 0;
}

.shipping-method .method-list li,
.payment-method .method-list li {
  margin: 20px 0;
  font-size: 14px;
  /*reset zeroing*/
}

.shipping-method .method-list li label,
.payment-method .method-list li label {
  font-size: 13px;
  font-weight: bold;
  color: var(--color-text);
}

.shipping-method .method-list li label::before {
  content: '';
  width: 100%;
  height: 100%;
  border: 1px dashed var(--color-secondary);
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
}

.shipping-method .method-name input:checked+label::before {
  opacity: 1;
}

.shipping-method .method-description {
  margin: 5px 0 0;
}

.payment-method .use-reward-points {
  margin: 0 0 30px;
  text-align: center;
  color: var(--color-text);
}

.payment-method .payment-logo {
  display: inline-block;
  vertical-align: middle;
}

.payment-method .payment-logo label {
  display: block;
  font-size: 0 !important;
}

.payment-method .payment-details {
  width: 200px;
  display: inline-block;
  margin: 0 0 0 10px;
  text-align: left;
  vertical-align: middle;
}

.payment-info .info {
  padding: 30px 15px;
  color: var(--color-text);
}

.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;
  /*reset zeroing*/
}

.payment-info .info td:only-child {
  width: 100% !important;
  max-width: 100% !important;
}

.payment-info .info td input[type="text"] {
  width: 100% !important;
}

.payment-info .info td input[name="CardCode"] {
  width: 65px !important;
}

.payment-info .info td select {
  min-width: 70px;
}

.payment-info .info td:first-child {
  margin: 0 0 10px;
}

.payment-info .info p {
  text-align: center;
}

.confirm-order .buttons {
  padding: 10px 0;
}

.confirm-order .button-1 {
  font-size: 16px;
}

.order-review-data>div,
.order-details-area>div,
.shipment-details-area>div {
  width: 350px;
  max-width: 100%;
  margin: 0 auto 40px;
  background-color: #f9f9f9;
  padding: 20px;
  color: var(--color-text);
}

.order-review-data li,
.order-details-area li,
.shipment-details-area li {
  padding: 3px 0;
}

.order-review-data .title,
.order-details-area .title,
.shipment-details-area .title {
  margin: 0 0 5px;
  padding: 0;
  font-size: 16px;
  font-weight: bold;
}

.order-review-data .title strong,
.order-details-area .title strong,
.shipment-details-area .title strong {
  font-weight: 700;
}

.order-review-data .payment-method-info,
.order-review-data .shipping-method-info,
.order-details-area .payment-method-info,
.order-details-area .shipping-method-info {
  margin-top: 20px;
}

.order-completed .details {
  margin: 0 0 30px;
  padding: 30px 15px;
  text-align: center;
  color: var(--color-text);
}

.order-completed .details div {
  margin: 5px 0;
}

.order-completed .details strong {
  font-weight: normal;
  text-transform: uppercase;
}

.order-completed .details a {
  color: var(--color-secondary);
}

.order-completed .details a:hover,
.order-completed .details a:focus {
  text-decoration: underline;
}

.opc .step-title {
  margin: 0 0 1px;
  overflow: hidden;
  background-color: #f6f6f6;
}

.opc .allow .step-title {
  background-color: var(--color-secondary);
  color: #fff;
  cursor: pointer;
}

.opc .step-title .number,
.opc .step-title .title {
  float: left;
  min-height: 40px;
  padding: 10px 15px;
  line-height: 20px;
  font-size: 16px;
  font-weight: normal;
}

.opc .allow .step-title .number,
.opc .allow .step-title .title {
  color: #fff;
  cursor: pointer;
}

.opc .step-title .number {
  width: 42px;
  border-right: 1px solid #fff;
  text-align: center;
}

.opc .allow .step-title .number {
  background-color: var(--color-primary);
}

.opc .step {
  margin: 10px 0;
  padding: 30px 15px;
  text-align: center;
}

.opc .section {
  margin: 0 0 30px;
}

.opc .section>label {
  display: block;
  margin: 0 0 10px;
}

.opc input[type="text"],
.opc select {
  max-width: 100%;
}

.opc .buttons {
  margin-bottom: 0;
}

.opc .back-link {
  margin: 0 0 10px;
}

.opc .back-link small {
  display: none;
}

.opc .back-link a {
  display: inline-block;
  margin: 0 0 0 -15px;
  background: url('../images/back-button.png') left center no-repeat;
  padding: 0 0 0 18px;
  color: var(--color-secondary);
}

.opc .back-link a:hover,
.opc .back-link a:focus {
  color: var(--color-secondary);
}

.opc .buttons .please-wait {
  display: block;
  margin: 10px 0 0;
  background: none;
}

.opc .section.ship-to-same-address {
  margin: 0 0 30px;
  padding: 0;
}

.opc .section.pickup-in-store {
  margin: 0 0 30px;
  padding: 0;
}

.opc .payment-info .info tr {
  text-align: left;
}

.opc .section.order-summary {
  margin: 0;
}


/****** ORDER DETAILS & SHIPPING DETAILS ******/
.order-details-page .page-title {
  border-bottom: none;
}

.order-details-page .page-title h1 {
  margin: 0 0 30px;
  border-bottom: 1px solid #eaeaea;
  padding: 0 0 10px;
}

.order-details-page .page-title a {
  display: inline-block;
  min-width: 180px;
  margin: 5px 0;
  border: none;
  background-color: #aaa;
  background-image: none;
  padding: 10px 20px;
  font-size: 15px;
  color: #fff;
}

.order-details-page .page-title a:hover,
.order-details-page .page-title a:focus {
  background-color: #999;
}

.order-details-page .page-title a.print-order-button {
  background-color: var(--color-secondary);
  color: #fff;
}

.order-details-page .page-title a.print-order-button:hover,
.order-details-page .page-title a.print-order-button:focus {
  background-color: var(--color-primary);
}

.order-details-page .order-overview {
  margin: 0 0 50px;
  line-height: 26px;
  text-align: center;
  font-size: 16px;
  color: var(--color-text);
}

.order-details-page .order-overview .order-number {
  margin: 0 0 10px;
  text-transform: uppercase;
}

.order-details-page .order-overview .order-total strong {
  font-weight: normal;
  color: var(--color-secondary);
}

.order-details-page .repost .button-2 {
  display: inline-block;
  margin: 10px 0;
  border: none;
  background-color: var(--color-secondary);
  color: #fff;
  padding: 10px 15px;
  font-size: 12px;
  text-transform: uppercase;
}

.order-details-page .repost .button-2:hover,
.order-details-page .repost .button-2:focus {
  background-color: var(--color-primary);
}

.order-details-page .download a {
  font-weight: normal;
  color: var(--color-secondary);
}

.order-details-page .download a:hover,
.order-details-page .download a:focus {
  text-decoration: underline;
}

.user-agreement-page .terms-of-agreement {
  margin: 0 0 20px;
  padding: 20px;
  text-align: center;
}

.user-agreement-page .button-1 {
  min-width: 140px;
  border: none;
  background-color: var(--color-secondary);
  color: #fff;
  padding: 10px 30px;
  text-align: center;
  font-size: 15px;
  text-transform: uppercase;
}

.user-agreement-page .button-1:hover,
.user-agreement-page .button-1:focus {
  background-color: var(--color-primary);
}

.order-details-page .tax-shipping-info {
  margin: 30px 0;
}

.order-details-page .tax-shipping-info a {
  color: var(--color-secondary);
}

.order-details-page .tax-shipping-info a:hover,
.order-details-page .tax-shipping-info a:focus {
  text-decoration: underline;
}

.order-details-page .actions {
  margin: 30px 0 0;
  font-size: 0;
}

.order-details-page .actions button {
  display: inline-block;
  min-width: 165px;
  margin: 5px;
  border: none;
  background-color: #aaa;
  background-image: none;
  padding: 10px 20px;
  font-size: 15px;
  color: #fff;
}

.order-details-page .actions button:hover,
.order-details-page .actions button:focus {
  background-color: #999;
}

.order-details-page .actions button:first-child {
  background-color: var(--color-secondary);
  color: #fff;
}

.order-details-page .actions button:first-child:hover,
.order-details-page .actions button:first-child:focus {
  background-color: var(--color-primary);
}

.order-details-page .totals.section {
  width: 370px;
  padding: 0 10px;
  max-width: 100%;
  margin: 0 auto 50px;
}

.order-details-page .total-info {
  background-color: #f9f9f9;
  padding: 15px 20px;
  color: var(--color-text);
}


/****** SEARCH & SITEMAP ******/
.page.search-page {
  margin-top: 0;
}

.search-input .fieldset {
  margin: 0 0 30px;
}

.search-input .form-fields {
  padding: 30px 0 10px;
  border: none;
}

.search-input .form-fields .basic-search .inputs:not(.reversed),
.search-input .form-fields .advanced-search .inputs:not(.reversed) {
  display: grid;
  margin-bottom: 10px;
}

.search-input .form-fields .basic-search .inputs.reversed,
.search-input .form-fields .advanced-search .inputs.reversed {
  text-align: left;
  margin-bottom: 30px;
  margin-top: 0;
}

.search-input .form-fields .basic-search .inputs.reversed:last-child,
.search-input .form-fields .basic-search .inputs.reversed:last-of-type,
.search-input .form-fields .advanced-search .inputs.reversed:last-child,
.search-input .form-fields .advanced-search .inputs.reversed:last-of-type {
  margin-bottom: 0;
}

.search-input .form-fields .basic-search .inputs>label,
.search-input .form-fields .advanced-search .inputs>label {
  text-align: left;
  margin-bottom: 10px;
  margin-right: 0;
  font-weight: 500;
}

.search-input .form-fields .basic-search .inputs input[type="text"],
.search-input .form-fields .advanced-search .inputs input[type="text"],
.search-input .form-fields .advanced-search .inputs select {
  width: 100%;
}

.search-input input+label {
  display: inline;
  margin: 0 0 0 5px;
}

.advanced-search {
  margin: 30px 0 0;
}

.advanced-search .price-range {
  display: inline-block;
}

.advanced-search .price-range input {
  width: 80px;
  margin: 3px;
}

.search-input .buttons {
  text-align: center;
}

.search-input .button-1 {
  min-width: 140px;
  border: none;
  background-color: var(--color-secondary);
  color: #fff;
  padding: 10px 30px;
  text-align: center;
  font-size: 15px;
  text-transform: uppercase;
}

.search-input .button-1:hover,
.search-input .button-1:focus {
  background-color: var(--color-primary);
}

.search-results {
  margin: 30px 0 0;
}

.search-results .warning {
  margin: 10px 0;
  color: #e4434b;
}

.sitemap-page .description {
  margin: 0 0 30px;
  text-align: center;
}

.sitemap-page .entity {
  margin: 0 0 30px;
}

.sitemap-page .entity-title {
  margin: 0 0 15px;
  padding: 0 10px;
  text-align: center;
}

.sitemap-page .entity-title h2 {
  font-size: 20px;
  font-weight: normal;
  color: var(--color-text);
}

.sitemap-page .entity-body {
  border-top: 1px solid #e6e6e6;
  background-color: #f9f9f9;
  padding: 30px 15px;
  text-align: center;
}

.sitemap-page .entity ul {
  font-size: 0;
}

.sitemap-page .entity li {
  display: inline-block;
  position: relative;
  margin: 0 8px;
  padding: 0 12px;
  line-height: 50px;
  font-size: 14px;
  /*reset zeroing*/
}

.sitemap-page .entity li:before {
  content: "";
  position: absolute;
  top: 23px;
  left: 0;
  width: 5px;
  height: 5px;
  background-color: var(--color-text);
}

.sitemap-page .entity a {
  color: var(--color-text);
}

.sitemap-page .entity a:hover,
.sitemap-page .entity a:focus {
  color: var(--color-primary);
}

.sitemap-page .entity a:empty {
  display: none;
}


/****** BLOG & NEWS ******/
.page.news-list-page {
  margin-top: 0;
}

.block-blog-archive .number {
  display: block;
  color: var(--color-text);
  cursor: auto;
  font-weight: 500;
}

.block-blog-archive .sublist {
  margin: 5px 0 5px 15px;
}

#blog-month-list li.year {
  padding-left: 0;
}

.block-blog-archive li.month {
  padding: 3px 0 3px 15px;
}

.html-blog-page .master-column-wrapper,
.html-news-list-page .master-column-wrapper {
  padding-top: 60px;
  padding-bottom: 60px;
}

.html-blog-page .master-column-wrapper>div,
.html-news-list-page .master-column-wrapper>div {
  margin-top: 0;
  margin-bottom: 0;
}

.page.blog-page {
  margin-top: 0;
  margin-bottom: 0;
}

.page.blog-page .page-title,
.page.news-list-page .page-title {
  text-align: center;
  margin-bottom: 60px;
}

.blog-page .post,
.news-items .news-item {
  margin: 0 0 30px;
}

.blog-page .post:after {
  content: "";
  display: block;
  clear: both;
}

.post-title,
.news-title {
  display: block;
  padding-bottom: 15px;
  line-height: 1.5;
  font-size: 26px;
  font-weight: 500;
  color: var(--color-text);
}

.post-title:hover,
.post-title:focus,
.news-title:hover,
.news-title:focus {
  color: var(--color-secondary);
}

.post-date,
.news-date {
  display: block;
  margin: 0 0 15px;
  padding-bottom: 15px;
  color: #626974;
}

.post-body,
.news-body {
  margin: 0 0 20px;
  line-height: 1.3;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}

.blog-page .tags,
.blogpost-page .tags {
  padding-bottom: 15px;
}

.blog-page .tags label,
.blogpost-page .tags label {
  display: inline-block;
  margin: 0 3px 3px 0;
  font-weight: bold;
  color: var(--color-text);
  display: none;
}

.blog-page .tags ul,
.blogpost-page .tags ul {
  display: inline-block;
  margin: 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 8px 0 0;
}

.blog-page .tags a,
.blogpost-page .tags a {
  display: block;
  color: #626974;
}

.blog-page .tags a:hover,
.blog-page .tags a:focus,
.blogpost-page .tags a:hover,
.blogpost-page .tags a:focus {
  color: var(--color-secondary);
}

.blog-posts .buttons,
.news-items .buttons {
  margin: 0;
}

.blog-posts .buttons .read-comments {
  display: block;
  margin: 0 0 15px;
  font-weight: bold;
  color: var(--color-text);
}

.blog-posts .buttons .read-comments:hover,
.blog-posts .buttons .read-comments:focus {
  color: var(--color-secondary);
}

.blog-posts .buttons .read-more,
.news-items .buttons .read-more {
  display: inline-block;
  border: none;
  background-color: var(--color-secondary);
  color: #fff;
  padding: 10px 20px;
  font-size: 12px;
  text-transform: uppercase;
}

.blog-posts .buttons .read-more:hover,
.blog-posts .buttons .read-more:focus,
.news-items .buttons .read-more:hover,
.news-items .buttons .read-more:focus {
  background-color: var(--color-primary);
}

.news-items .news-item .buttons {
  display: none;
}

.new-comment {
  margin: 50px 0 60px;
}

.new-comment .notifications {
  margin: 0 0 10px;
}

.new-comment .result {
  color: #690;
}

.new-comment .form-fields {
  margin: 0 0 20px;
}

.new-comment .inputs label {
  text-align: left;
}

.new-comment .button-1 {
  border: none;
  background-color: var(--color-secondary);
  color: #fff;
  padding: 10px 30px;
  text-align: center;
  font-size: 15px;
  text-transform: uppercase;
}

.new-comment .button-1:hover,
.new-comment .button-1:focus {
  background-color: var(--color-primary);
}

.comment-list {
  margin: 0 0 100px;
}

.comment-list .title {
  margin: 0 0 15px;
  padding: 0 10px;
  font-size: 20px;
  color: var(--color-text);
}

.comment-list .title strong {
  font-weight: normal;
}

.comment-list .comment {
  margin: 0 0 40px;
  border-top: 1px solid #eaeaea;
}

.comment-list .comment:after {
  content: "";
  display: block;
  clear: both;
}

.comment-info {
  width: 150px;
  margin: 20px auto;
}

.comment-info .username {
  display: block;
  margin: 0 0 -1px;
  border: 1px solid #eaeaea;
  background-color: #f6f6f6;
  padding: 11px 0;
  font-weight: bold;
  color: var(--color-text);
  line-height: 1;
}

.comment-info a.username:hover,
.comment-info a.username:focus {
  color: var(--color-secondary);
}

.comment-info .avatar {
  position: relative;
  width: 150px;
  height: 150px;
  border: 1px solid #eaeaea;
  overflow: hidden;
}

.comment-info .avatar img {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  max-width: 100%;
  max-height: 100%;
  margin: auto;
  border: solid 2px #CEDBE1 !important;
}

.comment-time {
  margin: 0 0 15px;
  font-size: 13px;
  font-weight: bold;
  line-height: 1;
}

.comment-time span {
  color: var(--color-text);
}

.comment-title {
  margin: 0 0 15px;
  font-size: 16px;
  color: var(--color-text);
}

.comment-body {
  line-height: 22px;
}

.news-list-homepage {
  margin: 0 0 75px;
}

.news-list-homepage .title {
  margin: 0 0 -1px;
  border-bottom: 1px solid #eaeaea;
  padding: 0 0 15px;
  font-size: 30px;
  font-weight: normal;
  color: var(--color-text);
}

.news-list-homepage .title strong {
  font-weight: normal;
}

.news-list-homepage .view-all {
  text-align: center;
}

.news-list-homepage .view-all a {
  color: var(--color-secondary);
}

.news-list-homepage .view-all a::after {
  left: 50%;
  transform: translateX(-50%);
}

.news-list-homepage .view-all a:hover,
.news-list-homepage .view-all a:focus {
  color: var(--color-secondary);
}

.html-blogpost-page .master-column-wrapper .side-2,
.html-news-item-page .master-column-wrapper .side-2 {
  display: none;
}

.html-blogpost-page .master-column-wrapper .center-2,
.html-news-item-page .master-column-wrapper .center-2 {
  width: 100%;
  float: none;
}

.html-blogpost-page .master-column-wrapper .blogpost-page,
.html-news-item-page .master-column-wrapper .news-item-page {
  max-width: 950px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 60px;
  padding-bottom: 60px;
}

/*** FORUM & PROFILE ***/
.forums-main-page .topic-block {
  margin: 0 0 35px;
  text-align: center;
}

.forums-main-page .topic-block p {
  text-align: center;
}

.forums-main-page .pager {
  display: none;
}

.forum-breadcrumb {
  margin: 0 0 40px;
}

.forums-header {
  margin: 0 0 50px;
  overflow: hidden;
}

.forums-header:after {
  content: "";
  display: block;
  clear: both;
}

.forums-header .current-time {
  margin: 0 0 15px;
  color: var(--color-text);
}

.forum-search-box .basic {
  overflow: hidden;
  margin: 0 0 10px;
}

.forum-search-box .advanced a {
  line-height: 22px;
  color: var(--color-text);
  text-decoration: underline;
}

.forum-search-box .advanced a:hover,
.forum-search-box .advanced a:focus {
  color: var(--color-primary);
}

.forum-search-page .search-error,
.forum-search-page .no-result {
  margin: 0 0 15px;
  text-align: center;
  color: #e4434b;
}

/* forum group */

.forums-table-section {
  margin: 0 0 60px;
}

.forums-table-section+.pager {
  margin: -30px 0 30px;
}

.forums-table-section-title {
  margin: 0 0 15px;
  padding: 0 10px;
}

.forums-table-section-title a,
.forums-table-section-title strong {
  font-size: 22px;
  font-weight: normal;
  color: var(--color-text);
}

.forums-table-section-title a:hover,
.forums-table-section-title a:focus {
  color: var(--color-secondary);
}

.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: bold;
  color: var(--color-secondary);
}

.forums-table-section .forum-title a:hover,
.forums-table-section .forum-title a:focus,
.forums-table-section .topic-title a:hover,
.forums-table-section .topic-title a:focus {
  color: var(--color-primary);
  text-decoration: none;
}

.forums-table-section .topic-title span {
  display: block;
  color: #777;
}

.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: #777;
}

.forums-table-section .view-all {
  margin: 30px 0 0;
  padding: 0 10px;
}

.forums-table-section .view-all a {
  background-color: var(--color-secondary);
  color: #fff;
  padding: 10px 15px;
  font-size: 12px;
  text-transform: uppercase;
}

.forums-table-section .view-all a:hover,
.forums-table-section .view-all a:focus {
  background-color: var(--color-primary);
}

/* forum-page, topic page */
.topic-page .page-body .two-col-section {
  display: grid;
  gap: 30px;
}

.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 #eaeaea;
  padding: 0 10px 10px;
}

.forum-page .forum-name h1,
.forum-topic-page .topic-name h1 {
  font-size: 30px;
  font-weight: normal;
}

.forum-actions,
.topic-actions {
  margin: 0 0 30px;
  font-size: 0;
}

.forum-actions .actions a,
.topic-actions .actions a {
  display: inline-block;
  margin: 1px;
  padding: 10px 10px 10px 33px;
  font-size: 14px;
}

.forum-actions .actions .new-topic {
  background: #eee url('../images/new.png') left center no-repeat;
}

.forum-actions .actions .watch-forum,
.topic-actions .actions .watch-forum {
  background: #eee url('../images/watch.png') left center no-repeat;
}

.forum-actions .actions a:hover,
.forum-actions .actions a:focus,
.topic-actions .actions a:hover,
.topic-actions .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') left center no-repeat;
}

.topic-actions .watch-topic-button {
  background: #eee url('../images/watch.png') left center no-repeat;
}

.topic-actions .move-topic-button {
  background: #eee url('../images/move.png') left center no-repeat;
}

.topic-actions .edit-topic-button {
  background: #eee url('../images/edit_.png') left center no-repeat;
}

.topic-actions .delete-topic-button {
  background: #eee url('../images/remove_.png') left center no-repeat;
}

.topic-actions.lower .actions {
  display: none;
}

.active-discussions-page .forums-table-section-title {
  margin: 0 0 25px;
  border-bottom: 1px solid #eaeaea;
  padding: 0 10px 10px;
}

.active-discussions-page .forums-table-section-title strong {
  font-size: 30px;
  font-weight: normal;
}

.active-discussions-page .forums-table-section-body {
  margin: 0 0 20px;
}

/* topic post */

.topic-post {
  margin: 0 0 30px;
  border-top: 1px solid #eaeaea;
}

.topic-post:last-child {
  border-bottom: 1px solid #eaeaea;
}

.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 #eaeaea;
  background-color: #f6f6f6;
  padding: 11px 0;
  font-weight: bold;
  color: var(--color-text);
}

.topic-post a.username:hover,
.topic-post a.username:focus {
  color: var(--color-secondary);
}

.topic-post .avatar,
.profile-info-box .avatar {
  position: relative;
  width: 150px;
  height: 150px;
  border: 1px solid #eaeaea;
  overflow: hidden;
}

.topic-post .avatar img,
.profile-info-box .avatar img {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  max-width: 100%;
  max-height: 100%;
  margin: auto;
}

.topic-post .avatar img {
  border: solid 2px #CEDBE1 !important;
}

.topic-post .user-stats {
  margin: 0 0 15px;
}

.topic-post .user-stats li {
  display: inline-block;
  margin: 0 10px;
}

.topic-post .user-stats span,
.profile-info-box .profile-stats span {
  margin: 0 0 0 3px;
  font-weight: bold;
  color: var(--color-text);
}

.topic-post .pm-button,
.profile-info-box .pm-button {
  display: inline-block;
  border: none;
  background-color: #888;
  padding: 10px 20px;
  font-size: 12px;
  color: #fff;
  text-transform: uppercase;
}

.topic-post .pm-button:hover,
.topic-post .pm-button:focus,
.profile-info-box .pm-button:hover,
.profile-info-box .pm-button:focus {
  background-color: #999;
}

.topic-post .post-time {
  margin: 0 0 15px;
  background-color: #f6f6f6;
  padding: 10px 15px;
  font-size: 13px;
  font-weight: bold;
}

.topic-post .post-time span {
  color: var(--color-text);
}

.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 .edit-post-button,
.topic-post .post-actions .delete-post-button {
  padding: 10px 10px 10px 33px;
}

.topic-post .post-actions .edit-post-button {
  background: url('../images/edit_.png') left center no-repeat;
}

.topic-post .post-actions .delete-post-button {
  background: url('../images/remove_.png') left center no-repeat;
}

.topic-post .post-actions .edit-post-button:hover,
.topic-post .post-actions .edit-post-button:focus,
.topic-post .post-actions .delete-post-button:hover,
.topic-post .post-actions .delete-post-button:focus {
  color: var(--color-secondary);
}

.topic-post .post-actions .post-link-button {
  padding: 10px;
  font-weight: bold;
  color: var(--color-secondary);
}

.topic-post .post-actions .post-link-button:hover,
.topic-post .post-actions .post-link-button:focus {
  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:hover,
.topic-post .post-actions .quote-post-button:focus {
  background-color: #999;
  color: #fff;
}

.topic-post .post-text {
  /*topic post-text also gets style from blog post-body*/
  padding: 0 10px 20px;
  line-height: 22px;
  color: var(--color-text);
  margin-bottom: 0;
}

.topic-post .post-vote {
  text-align: center;
  display: table;
  margin: 0 auto 20px;
}

.topic-post .user-posted-image,
.latest-posts .user-posted-image {
  max-width: 100%;
  height: auto;
}

.topic-post .quote,
.latest-posts .quote {
  margin: 10px 0;
  border: 1px dashed #ccc;
  background-color: #f9f9f9;
  padding: 10px;
  color: #777;
}

.topic-post .signature {
  border-top: 1px solid #eaeaea;
  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%;
}

/* forum edit & send message */
.move-topic-page label {
  white-space: normal;
}

.forum-edit-page .message-error,
.private-message-send-page .message-error {
  margin: 20px 0;
}

.forum-edit-page .inputs strong {
  display: inline-block;
  max-width: 400px;
  font-size: 22px;
  /*reset zeroing*/
  font-weight: normal;
  color: var(--color-text);
  white-space: normal;
}

.forum-edit-page .inputs .topic-subject {
  font-size: 17px;
}

.forum-edit-page .inputs.reversed {
  margin: 0;
}

.forum-edit-page .inputs.reversed label {
  width: auto;
  margin: 5px;
  font-size: 14px;
  /*reset zeroing*/
  white-space: normal;
}

.forum-edit-page .bb-code-editor-wrapper,
.private-message-send-page .bb-code-editor-wrapper {
  max-width: 400px;
  margin: 20px auto;
  background-color: var(--color-text);
  padding: 10px;
}

.forum-edit-page .toolbar .button,
.private-message-send-page .toolbar .button {
  margin: 0 2px 0 0;
  border: #cec6b5 1px solid;
  padding: 2px;
}

.forum-edit-page .toolbar .button:hover,
.forum-edit-page .toolbar .button:focus,
.private-message-send-page .toolbar .button:hover,
.private-message-send-page .toolbar .button:focus {
  border: #333 1px solid;
}

.forum-edit-page 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: none;
  background-color: #999;
  padding: 10px 30px;
  text-align: center;
  font-size: 15px;
  color: #fff;
  text-transform: uppercase;
}

.forum-edit-page .buttons button:hover,
.forum-edit-page .buttons button:focus,
.move-topic-page .buttons button:hover,
.move-topic-page .buttons button:focus,
.private-messages .buttons button:hover,
.private-messages .buttons button:focus {
  background-color: #888;
}

.forum-edit-page .buttons .button-1,
.move-topic-page .buttons .button-1,
.private-messages .buttons .button-1 {
  background-color: var(--color-secondary);
  color: #fff;
}

.forum-edit-page .buttons .button-1:hover,
.forum-edit-page .buttons .button-1:focus,
.move-topic-page .buttons .button-1:hover,
.move-topic-page .buttons .button-1:focus,
.private-messages .buttons .button-1:hover,
.private-messages .buttons .button-1:focus {
  background-color: var(--color-primary);
}

.private-message-send-page a {
  font-size: 14px;
  color: var(--color-secondary);
}

.private-message-send-page span {
  font-size: 14px;
}

/* jQuery tabs */

.ui-tabs {
  /*override jQuery UI styles, do not delete doubled properties*/
  border: none;
  border-radius: 0;
  background: none;
  padding: 0;
  font: normal 14px Arial, Helvetica, sans-serif;
  color: #777;
}

.ui-widget.ui-widget-content.ui-tabs {
  border: none;
}

.ui-tabs-nav {
  margin: 0 0 30px;
  border-bottom: 1px solid #eaeaea;
  overflow: hidden;
  font-size: 0;
  /*override jQuery UI styles, do not delete doubled properties*/
  margin: 0 0 30px !important;
  border-width: 0 0 1px;
  border-radius: 0;
  background: none;
  padding: 0 !important;
  line-height: normal;
  font-weight: normal;
  color: var(--color-text);
}

.ui-tabs-nav li {
  margin: 0 0 -1px;
  /*override jQuery UI styles, do not delete doubled properties*/
  float: none !important;
  margin: 0 0 -1px !important;
  border: none !important;
  border-radius: 0;
  background: none !important;
  padding: 0 !important;
}

.ui-tabs-nav li a {
  display: block;
  border: 1px solid #eaeaea;
  padding: 12px 24px;
  text-align: center;
  font-size: 18px;
  color: var(--color-secondary);
  /*override jQuery UI styles, do not delete doubled properties*/
  float: none !important;
  padding: 12px 24px !important;
}

.ui-tabs-nav li.ui-state-active a {
  background-color: #eee;
  color: var(--color-primary);
}

.ui-tabs-panel {
  /*override jQuery UI styles, do not delete doubled properties*/
  padding: 0 !important;
}

/* inbox & view message */

.private-messages-page .table-wrapper,
.private-message-view-page .view-message {
  margin: 0 0 30px;
}

.private-messages-page th.select {
  text-align: center;
}

.private-messages-page td.from,
.private-messages-page td.to,
.private-messages-page td.subject {
  min-width: 150px;
}

.private-messages-page td.date {
  white-space: nowrap;
}

.private-messages-page td.subject a {
  color: var(--color-secondary);
}

.private-messages-page td.subject a.pm-unread {
  color: var(--color-secondary);
}

.private-messages-page .pager {
  margin: 0 0 30px;
}

.private-messages-page .buttons,
.private-message-view-page .buttons {
  font-size: 0;
}

.private-messages-page .buttons .button-1,
.private-messages-page .buttons .button-2,
.private-message-view-page .buttons .button-1,
.private-message-view-page .buttons .button-2 {
  display: block;
  width: 250px;
  margin: 0 auto 3px;
  font-size: 15px;
  /*reset zeroing*/
}

.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 {
  font-weight: bold;
  color: var(--color-text);
}

.private-message-view-page .message-body {
  border-top: 1px solid #eaeaea;
  background-color: #f9f9f9;
  padding: 30px 20px;
  line-height: 22px;
  text-align: justify;
}

.private-message-view-page .back-pm-button {
  text-transform: capitalize !important;
}

/* profile page  */

.profile-info-box {
  overflow: hidden;
  /*override jQuery UI styles, do not delete doubled properties*/
  line-height: normal;
  font-size: 14px;
  font-family: Arial, Helvetica, sans-serif;
  color: #777;
}

.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(--color-text);
}

.profile-info-box .stats {
  margin: 0 0 15px;
}

.latest-posts {
  /*override jQuery UI styles, do not delete doubled properties*/
  line-height: normal;
  font-size: 14px;
  font-family: Arial, Helvetica, sans-serif;
  color: #777;
}

.latest-posts .topic {
  margin: 0 0 35px;
}

.latest-posts .topic-title {
  margin: 0 0 20px;
  border-top: 1px solid #eaeaea;
  background: #f6f6f6;
  padding: 10px;
  font-size: 16px;
}

.latest-posts .topic-title a {
  font-weight: bold;
  color: var(--color-text);
}

.latest-posts .topic-title a:hover,
.latest-posts .topic-title a:focus {
  color: var(--color-primary);
}

.latest-posts .topic-body {
  margin: 0 0 15px;
  line-height: 22px;
}

.latest-posts .topic-data {
  color: var(--color-text);
}

/* BB codes */

.csharpcode {
  margin: 10px 0;
  border: 1px dashed #ccc;
  background-color: #fff;
  padding: 10px;
  font-family: "Courier New", Courier, monospace;
  color: #000;

  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: #666;
}

.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: var(--color-secondary);
  color: #fff;
}

#flyout-cart-wrap {
  background-color: rgba(4, 30, 66, .4);
  width: 100vw;
  height: 100vh;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 2;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
}

.active #flyout-cart-wrap,
#flyout-cart-wrap.active {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
}

.flyout-cart {
  position: fixed;
  top: 0;
  right: -100%;
  width: 100%;
  height: 100vh;
  box-shadow: 0 0 2px rgba(0, 0, 0, .25);
  transition: all 0.4s ease-in-out;
}

/* #flyout-cart.show, */
#flyout-cart-wrap.active .flyout-cart {
  right: 0;
}

.mini-shopping-cart {
  padding: 80px 12px 12px;
  text-align: left;
  font-size: 12px;
  max-width: 380px;
  margin-right: 0;
  margin-left: auto;
  background-color: var(--color-base-light);
  height: 100vh;
}

.mini-shopping-cart .count {
  padding: 15px 0 30px;
  color: var(--color-text);
  font-size: 16px;
}

.mini-shopping-cart .count a {
  margin: 0 2px;
  font-weight: bold;
  color: var(--color-base-dark);
}

.mini-shopping-cart .count a:hover {
  color: var(--color-secondary);
}

.mini-shopping-cart .items {
  border-top: 1px solid #eaeaea;
  border-bottom: 1px solid #eaeaea;
  margin: 0 0 20px;
  /* height: calc(100% - 160px); */
  height: calc(100% - 90px);
  padding-left: 10px;
  padding-right: 10px;
  padding-top: 20px;
  overflow: scroll;
  -ms-overflow-style: none;
  scrollbar-width: none;
}

.mini-shopping-cart .items::-webkit-scrollbar {
  display: none;
}

.mini-shopping-cart .item {
  overflow: hidden;
  padding-bottom: 20px;
  margin-bottom: 20px;
  border-bottom: 1px solid #eaeaea;
}

.mini-shopping-cart .item:last-child {
  margin-bottom: 0;
  border-bottom: none;
}

.mini-shopping-cart .picture {
  float: left;
  width: 70px;
  text-align: center;
}

.mini-shopping-cart .picture a {
  display: block;
  position: relative;
  overflow: hidden;
}

.mini-shopping-cart .picture a:before {
  content: "";
  display: block;
  padding-top: 100%;
}

.mini-shopping-cart .picture img {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  max-width: 100%;
}

.mini-shopping-cart .picture+.product {
  margin: 0 0 0 80px;
}

.mini-shopping-cart .name {
  margin: 0 0 10px;
  font-size: 16px;
  line-height: 1.7;
}

.mini-shopping-cart .name a {
  color: var(--color-text);
}

.mini-shopping-cart .name a:hover,
.mini-shopping-cart .name a:focus {
  color: var(--color-primary);
}

.mini-shopping-cart .quantity-meta-wrap {
  display: flex;
  justify-content: space-between;
  gap: 10px;
  flex-wrap: wrap;
}

.mini-shopping-cart .price,
.mini-shopping-cart .quantity {
  font-size: 16px;
  font-weight: 500;
  margin-top: 10px;
}

.mini-shopping-cart .attributes {
  margin: 5px 0;
  color: var(--color-text);
}

.mini-shopping-cart .totals {
  margin: 0 0 12px;
  font-size: 14px;
  display: flex;
  justify-content: space-between;
}

.mini-shopping-cart .totals strong {
  font-size: 16px;
  color: var(--color-text);
}

.mini-shopping-cart .buttons {
  margin: 0;
}

.mini-shopping-cart button[type="button"] {
  width: 100%;
  display: block;
  border: none;
  background-color: var(--color-secondary);
  padding: 10px 20px;
  font-size: 12px;
  color: #fff;
  text-transform: uppercase;
  border-radius: 6px;
}

.mini-shopping-cart button[type="button"]:hover,
.mini-shopping-cart button[type="button"]:focus {
  background-color: var(--color-primary);
}

/* TOP DEALS SECTION */
.product-grid.top-deals-section .title-section {
  position: relative;
  align-items: center;
  justify-content: flex-start;
  flex-wrap: wrap;
  gap: 20px 30px;
  padding-right: 70px;
  padding-bottom: 0;
  margin-bottom: 30px;
  border-bottom: 0;
}

.product-grid.top-deals-section .title-section .section-title {
  font-size: 28px;
  font-weight: 500;
  color: var(--color-text);
  text-align: left;
}

.product-grid.top-deals-section .title-section .view-all-btn-wrap {
  position: absolute;
  top: 0;
  right: 0;
  width: 60px;
}

.product-grid.top-deals-section .title-section .view-all-btn-wrap a {
  position: relative;
  display: inline-block;
  color: var(--color-secondary);
  font-weight: 500;
  font-size: 15px;
  line-height: 1;
  background: none;
  padding: 0;
  text-transform: none;
}

.product-grid.top-deals-section .title-section .view-all-btn-wrap a:hover {
  color: var(--color-primary)
}

.top-deals-section .remaining-time .time-display {
  font-weight: 500;
  font-size: 24px;
  line-height: 1;
  color: var(--color-secondary);
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 10px;
}

.top-deals-section .remaining-time .time-display-item {
  position: relative;
  display: flex;
  align-items: center;
  background: none;
  padding: 0 15px 0 0;
}

.top-deals-section .remaining-time .time-display-item::after {
  content: ':';
  position: absolute;
  top: 5px;
  right: 0;
  font-size: 16px;
  color: var(--color-primary);
}

.top-deals-section .remaining-time .time-display-item:last-child {
  padding-right: 0;
}

.top-deals-section .remaining-time .time-display-item:last-child::after {
  display: none;
}

.top-deals-section .remaining-time .time-display span {
  font-size: 16px;
  color: var(--color-text);
}

.top-deals-section .remaining-time .time-display-item .count {
  color: var(--color-secondary);
  font-size: 24px;
  margin-right: 10px;
}

.top-deals-section .item-box {
  border: 1px solid #eaeaea;
  display: none;
}

div .top-deals-section .item-box .add-to-compare-list-button:hover,
div .top-deals-section .item-box .add-to-wishlist-button:hover {
  background-color: var(--color-primary);
}

.top-deals-section .item-grid .item-box:first-child {
  display: inline-block;
}

.sold-bar-wrap {
  margin-top: 20px;
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.sold-bar-wrap .sold-bar {
  position: relative;
  height: 6px;
  border-radius: 6px;
  background-color: #F3F5F6;
  overflow: hidden;
  width: 100%;
}

.sold-bar-wrap .sold-bar>div {
  height: 6px;
}

div .sold-bar-wrap .sold-bar__sold-bg {
  position: absolute;
  background-color: var(--color-secondary);
  border-radius: 6px;
  z-index: 1;
}

.sold-bar-wrap .sold-bar__sold-remaining {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  background-color: #F3F5F6;
}

.top-deals-section.product-grid .sold-bar-wrap .item-sold-out-text,
.sold-bar-wrap .item-sold-out-text {
  color: #FF4B55;
  word-break: break-all;
  max-width: 85px;
}

.top-deals-section .item-grid {
  padding-bottom: 50px;
}

div .top-deals-section .slick-slider .slick-track {
  margin-left: 0;
}

.top-deals-section .item-box .product-rating-box {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 10px;
  margin: 0 0 10px;
  min-height: 23px;
}

div .top-deals-section .item-box .product-box-add-to-cart-button {
  top: 230px;
}

div .top-deals-section .item-box:hover .product-box-add-to-cart-button {
  top: 220px;
}

div .top-deals-section .item-box .product-box-add-to-cart-button:hover {
  background-color: var(--color-primary);
}

.top-deals-section .percentage-off {
  color: var(--color-primary);
  background: none;
  line-height: 1;
}

/* CART PAGE CROSS SELLS  */
.product-grid.cross-sells {
  margin-bottom: 20px;
}

.product-grid.cross-sells .title {
  font-size: 22px;
}

/* CHECKOUT MODAL/POPUP */
.html-shopping-cart-page .ui-widget.ui-widget-content {
  top: 0 !important;
  height: 60vh !important;
  margin-top: 30%;
}

.html-shopping-cart-page .ui-widget.ui-widget-content[aria-describedby="terms-of-service-warning-box"] {
  height: auto !important;
  max-height: none !important;
  top: 30% !important;
}

.html-shopping-cart-page .ui-dialog .ui-dialog-content {
  height: 100% !important;
  max-height: none !important;
}


/* PRODUCT DETAILS VIDEOS */
.product-details-page .videos-section .video-gallery {
  margin-top: 30px;
}

/* PRODUCT DETAILS FAQS */
.product-details-page .videos-section,
.product-details-page .shipping-text-section,
.product-details-page .faqs-section {
  width: 100%;
  padding-top: 30px;
  padding-bottom: 30px;
  border-top: 1px solid #eaeaea;
}

.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: var(--color-secondary);
}

a.skip {
  position: absolute;
  top: -1000px;
  left: -1000px;
  height: 1px;
  width: 1px;
  text-align: left;
  overflow: hidden;
}

a.skip:active,
a.skip:focus,
a.skip:hover {
  position: initial;
  top: 0;
  left: 0;
  display: block;
  height: auto;
  margin: 3px 0;
  overflow: visible;
  padding: 2px;
  color: #444444;
  background: #ffffff;
  text-decoration: underline;
  text-align: center;
  width: 100%;
  font-size: 16px;
}


.footer-upper {
    display: flex;
    flex-wrap: wrap;
}

.footer-upper .contact-info, .footer-upper .follow-us {
    width: 25%;
}

.footer-upper .footer-navigation {
    width: calc(50% - 40px);
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
}

.footer-upper .footer-navigation > * {
    width: calc(33.33% - 14px);
    text-align: left;
}

.footer-menu h2 {
    font-size: 18px;
    margin-bottom: 30px;
}

.footer-menu__item {
    padding-bottom: 20px;
    font-size: 14px;
}

.footer-menu__item a:hover {
    color: var(--color-secondary);
}
@media(max-width: 1366px) {
  .footer-upper .footer-navigation {
    width: calc(75% - 20px);
  }
}
@media(max-width: 1000px) {
  .footer-upper .footer-navigation {
    width: 100%;
    order: 3;
  }
  .footer-upper .follow-us {
    order: 2;
  }
  .footer-upper .contact-info, .footer-upper .follow-us {
      width: calc(50% - 10px);
  }
}
@media(max-width: 767px) {
  .footer-upper .footer-navigation > * {
    width: calc(50% - 10px);
  }
}