:root {
  --color-primary: #f66b1c;
  --color-secondary: #443297;
  --color-text: #041E42;
  --color-accent: #f66b1c;
  --font-icon: "icomoon";
  --font-primary: 'Epilogue', sans-serif;
}

/*********** 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;
}

ol,
ul {
  list-style: none;
}

a img {
  border: none;
}

img {
  max-width: 100%;
  height: auto;
}

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 {
  border-radius: 0;
}

button,
input[type="button"],
input[type="submit"],
input[type="reset"] {
  appearance: none;
  -webkit-appearance: none;
}

input:-webkit-autofill {
  -webkit-box-shadow: inset 0 0 0 1000px #fff;
}

script {
  display: none !important;
}


/*********** GLOBAL STYLES **********/



body {
  max-width: 100%;
  overflow-x: hidden;
  background-color: #fff;
  font-family: var(--font-primary);
}

h1,
h2,
h3,
h4,
h5,
h6 {
  color: var(--color-text);
  font-weight: 600;
}

a {
  color: inherit;
  cursor: pointer;
}

a img {
  opacity: 0.99;
  /*firefox scale bug fix*/
}

table {
  width: 100%;
  border-collapse: collapse;
}

input[type="text"],
input[type="email"],
input[type="tel"],
input[type="password"],
textarea,
select {
  min-height: 36px;
  /*safari padding fix*/
  border: 0;
  padding: 12px 20px;
  vertical-align: middle;
  border-radius: 3px;
  background-color: #fff;
}

input,
textarea,
select,
button {
  font-size: 14px;
  font-family: var(--font-primary);
  color: #777;
  outline: none;
}

textarea {
  min-height: 150px;
  background-color: #fff;
}

select {
  min-width: 50px;
  height: 32px;
  /*safari padding fix*/
  padding: 6px;
  padding-right: 25px;
  background: #fff url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='4' height='5' viewBox='0 0 4 5'%3e%3cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") no-repeat right .75rem center/8px 10px !important;
  appearance: none;
}

input[type="text"]:focus,
input[type="email"]:focus,
input[type="tel"]:focus,
input[type="password"]:focus,
textarea:focus,
select:focus {
  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;
}

label,
label+* {
  vertical-align: middle;
}

.btn-wrap .btn-primary,
.btn-primary {
  background-color: var(--color-primary);
  color: #fff;
  padding: 10px 20px;
  text-decoration: none;
  display: inline-block;
  border-radius: 6px;
}

.btn-primary:hover {
  background-color: var(--color-secondary);
  color: #fff;
}

.master-wrapper-page {
  background-color: #F3F5F6;
}

.master-wrapper-content {
  position: relative;
  width: 100%;
  margin: 0 auto;
}


.master-column-wrapper {
  position: relative;
  background-color: #fff;
  padding-top: 60px;
  padding-bottom: 40px;
  z-index: 0;
}

.html-home-page .master-column-wrapper {
  padding-top: 0;
  padding-bottom: 0;
  background-color: transparent;
}

.html-category-page .master-column-wrapper,
.html-product-details-page .master-column-wrapper {
  padding-top: 20px;
  padding-bottom: 20px;
}

.master-column-wrapper:after {
  content: "";
  display: block;
  clear: both;
}

/*.center-1 {
  margin: 0 0 30px;
}*/

.center-2,
.side-2 {
  margin: 0 15px 30px;
}

.side-2 {
  padding: 20px 0;
}

.side-2 .block:last-child {
  margin: 0;
}

.side-2 .block:last-child .listbox {
  border: 0;
}

.side-2:after {
  content: "";
  display: block;
  clear: both;
}

.page {
  min-height: 200px;
  text-align: center;
}

.page-title {
  min-height: 50px;
  margin: 0 0 25px;
  border-bottom: 1px solid #ddd;
  padding: 6px 10px;
}

.page-title h1 {
  font-size: 30px;
  font-weight: normal;
}

.page:after,
.page-title:after,
.page-body:after {
  content: "";
  display: block;
  clear: both;
}

.center-1 .page-title,
.center-1 .title {
  text-align: center;
}

.buttons {
  margin: 0 0 30px;
}

.link-rss {
  display: none;
  width: 24px;
  height: 24px;
  background: url('../images/rss.png') center no-repeat;
  font-size: 0 !important;
}

.category-description ul,
.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;
}


/*********** 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 strong,
.section .title strong {
  font-weight: normal;
}

.form-fields {
  position: relative;
  border-top: 1px solid #e6e6e6;
  background-color: #f9f9f9;
  padding: 30px 15px;
}

.inputs {
  position: relative;
  margin: 0 0 15px;
  text-align: center;
  font-size: 0;
}

.inputs:after {
  content: "";
  display: block;
  clear: both;
}

.inputs label {
  display: block;
  text-align: left;
  font-size: 16px;
  color: var(--color-text);
}

.inputs input[type="text"],
.inputs input[type="email"],
.inputs input[type="tel"],
.inputs input[type="password"],
.inputs select,
.inputs textarea,
.select2-container--default .select2-selection--single {
  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 #ddd;
  background-color: #fff;
  padding: 8px 10px;
}

.inputs .option-list label {
  display: inline-block;
  width: auto !important;
  margin: 0 0 0 5px;
}

.login-page .customer-blocks .arv-form-fields .inputs.reversed {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.inputs.reversed {
  margin: 0 0 20px;
  text-align: center;
}

.required {
  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;
  text-align: left;
  font-size: 16px;
  color: #e4434b;
  margin-top: 5px;
}

.field-validation-valid,
.username-available-status {
  display: block;
  text-align: left;
  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;
}

.cart th,
.data-table th,
.forum-table th {
  border-width: 1px 1px 0;
  border-style: solid;
  border-color: #ddd;
  background-color: #f4f4f4;
  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;
}

.cart td,
.data-table td,
.forum-table td {
  min-width: 50px;
  border-width: 1px;
  border-style: solid;
  border-color: transparent #ddd #ddd;
  background-color: #fff;
  padding: 20px;
  color: var(--color-text);
}

.forum-table td {
  min-width: 90px;
  padding: 10px;
}

.cart a,
.data-table a,
.forum-table a {
  font-weight: normal;
  color: var(--color-primary);
}

.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;
}

.forum-table .forum-details,
.forum-table .topic-details {
  text-align: left;
}

.cart .product a,
.data-table .product a,
.data-table .info a {
  font-weight: 500;
  color: var(--color-text);
  line-height: 1.7;
}

.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-primary);
  text-decoration: none;
}

.cart .product .edit-item {
  margin: 10px 0 0;
}

.cart .product .edit-item a {
  font-weight: normal;
  color: var(--color-primary);
}

.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.quantity input {
  width: 80px;
  text-align: center;
  background: #f4f4f4;
  color: var(--color-text);
  padding: 12px;
  font-size: 16px;
}

.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-primary);
}

.data-table em a {
  font-weight: bold;
  color: var(--color-text);
}

.data-table div.download {
  margin: 10px 0 0;
}


/*********** NOTIFICATIONS & POPUPS  ***********/



.bar-notification-container {
  position: fixed;
  z-index: 99999;
  line-height: 16px;
  color: var(--color-primary);
  bottom: 20px;
  right: 75px;
  width: 100%;
  margin: auto;
  border-radius: 0;
  max-width: 320px;
}

.bar-notification {
  position: relative;
  display: none;
  padding: 25px;
  background-color: var(--color-text);
  border-radius: 10px;
  text-align: center;
}

.bar-notification .content {
  margin: 0 10px 0 0;
  line-height: 22px;
  color: #fff;
}

.bar-notification .content a {
  color: #fff;
  text-decoration: underline;
}

.bar-notification .close {
  position: absolute;
  top: 5px;
  right: 5px;
  width: 32px;
  height: 32px;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
}

.bar-notification .close::before {
  content: "\e919";
  font-family: var(--font-icon);
  font-size: 18px;
}

.popup-notification {
  border-radius: 5px;
  padding: 3px;
  margin: 5px 0;
}

.popup-notification.success {
  border: 2px rgba(75, 176, 122, .5) solid;
}

.popup-notification.error {
  border: 2px rgba(228, 68, 76, .5) solid;
}

.popup-notification.warning {
  border: 2px rgba(243, 156, 18, .5) solid;
}

.noscript {
  border-bottom: 1px solid var(--color-text);
  background-color: #ff9;
  padding: 30px 15px;
  text-align: center;
  line-height: 22px;
  color: var(--color-text);
}

.ajax-loading-block-window,
.products-container .ajax-products-busy {
  position: fixed;
  top: 50%;
  left: 50%;
  z-index: 999;
  width: 40px;
  height: 40px;
  margin: -16px 0 0 -16px;
  margin: auto;
  aspect-ratio: 1/1;
  border-radius: 50%;
  border: 5px solid transparent;
  border-top-color: var(--color-text);
  border-bottom-color: var(--color-primary);
  transform: rotateZ(-45deg);
  animation: super-spinner 5s linear infinite;
}

.ajax-loading-block-window::after,
.products-container .ajax-products-busy::after {
  content: "";
  position: absolute;
  inset: -16px;
  aspect-ratio: 1/1;
  border-radius: 50%;
  border: 5px solid transparent;
  border-right-color: var(--color-text);
  border-left-color: var(--color-primary);
  animation: super-spinner 5s linear infinite;
}

@keyframes super-spinner {
  0% {
    transform: rotateZ(0deg);
  }

  25% {
    transform: rotateZ(360deg);
  }

  75% {
    transform: rotateZ(720deg);
  }

  100% {
    transform: rotateZ(1080deg);
  }
}

.please-wait {
  background: url('../images/ajax-loader-small.gif') no-repeat;
  padding-left: 20px;
  font-size: 14px;
}

.ui-dialog {
  max-width: 90%;
  border: 1px solid #ddd;
  box-shadow: 0 0 2px rgba(0, 0, 0, 0.15);
  overflow: hidden;
  background-color: #fff;
  /*override jQuery UI styles, do not delete doubled properties*/
  border-radius: 0;
  padding: 0;
  font-family: var(--font-primary);
}

.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 #ddd;
  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: 15px 15px 20px 15px !important;
  color: #777;
}

.ui-dialog-content .page {
  min-height: 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;
}

.eu-cookie-bar-notification {
  position: fixed;
  top: 50%;
  left: 50%;
  z-index: 1050;
  width: 320px;
  height: 180px;
  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-primary);
  padding: 8px 12px;
  font-size: 14px;
  color: #fff;
}

.eu-cookie-bar-notification button:hover,
.eu-cookie-bar-notification button:focus {
  background-color: #248ece;
}

.eu-cookie-bar-notification a {
  display: block;
  color: var(--color-primary);
}

.eu-cookie-bar-notification a:hover,
.eu-cookie-bar-notification a:focus {
  text-decoration: underline;
}


/*********** HEADER ***********/
.admin-header-links {
  background-color: var(--color-text);
  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: var(--color-primary);
  padding: 0 15px;
  border: 1px solid transparent;
}

.admin-header-links .impersonate a:hover,
.admin-header-links .impersonate a:focus {
  background-color: transparent;
  border-color: var(--color-primary);
}

.header {
  position: relative;
  z-index: 10;
  width: 100%;
  margin: auto;
  text-align: center;
  background-color: var(--color-primary);
  color: #fff;
}

.header-upper {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 15px;
  padding-top: 25px;
  padding-bottom: 25px;
}

.dzm_search_bar {
  width: 100%;
  max-width: 400px;
}

.search-box.header-search .ui-autocomplete {
  max-width: 400px;
}

.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 a {
  position: relative;
  display: flex !important;
  align-items: center;
}

.language-list a img {
  height: auto;
  width: 30px;
  margin-right: 10px;
}

.header-links-wrapper {
  position: relative;
  padding: 20px 0;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-end;
  gap: 15px 20px;
}

.header-links-wrapper .header-wishlist-link .label,
.header-links-wrapper .header-account-link .label,
#topcartlink .label {
  display: none;
}

.header-contact-link {
  display: flex;
  gap: 10px;
}

.header-links.header-contact-link .label-wrap {
  display: grid;
}

.header-links.header-contact-link .label-wrap .label {
  font-size: 13px;
  font-weight: 400;
  text-align: left;
  padding: 0;
  margin: 0;
}

.header-links .label {
  margin-left: 5px;
}

.header-links>div {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}

.header-links li {
  margin-bottom: 10px;
}

.header-links li:nth-last-child(-n+2) {
  margin-bottom: 0;
}

.header-links ul {
  display: flex;
  flex-wrap: wrap;
}

.header-links li a {
  display: inline-block;
  border: 1px solid var(--color-text);
  border-radius: 3px;
  padding: 5px 10px;
}

.header-links li.selected {
  border-color: var(--color-primary);
}

.header-links li.selected a span {
  color: var(--color-primary);
}

.header-links li:nth-child(odd) {
  margin-right: 5px;
}

.header-links li:nth-child(even) {
  margin-right: 5px;
}

.header-links span,
.header-links a {
  display: inline-block;
  font-size: 16px;
  font-weight: 500;
  line-height: normal;
}

.header-links [class^="icon-"] {
  display: inline-block;
  padding: 10px;
  border: 1px solid #fff;
  border-radius: 50%;
  line-height: 1.5;
  font-size: 20px;
  width: 50px;
  height: 50px;
}

.header-links a:hover,
.header-links a:focus {
  color: var(--color-text);
}

.header-links .currency-selector li a,
.header-links .language-list li a {
  color: var(--color-text);
}

.header-links .currency-selector li:hover a,
.header-links .language-list li:hover a {
  color: var(--color-primary);
}

.header-links .currency-selector li:hover a,
.header-links .language-list li:hover a {
  background: var(--color-text);
}

.header-links .currency-selector li a>span,
.header-links .language-list li a>span {
  font-size: 13px;
}

#topcartlink {
  display: block;
  width: 70%;
  max-width: 400px;
  margin: 10px auto 0;
}

#topcartlink .icon-shopping-cart {
  background-color: var(--color-text);
  color: #fff;
  border-color: var(--color-text);
}

.header-lower {
  position: relative;
  text-align: left;
  z-index: 0;
  background-color: #fff;
  box-shadow: 0px 0px 12px 1px rgb(17 33 54 / 10%);
}

.header-logo {
  max-width: 250px;
  min-width: 120px;
  width: 100%;
  text-align: left;
  display: flex;
  align-items: center;
}

.header-logo a {
  display: inline-block;
  max-width: 100%;
  line-height: 0;
}

.header-logo a img {
  max-height: 45px;
  max-width: 180px;
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.search-box form {
  width: 100%;
  display: flex;
  align-items: center;
}

.search-box input.search-box-text {
  width: calc(100% - 50px);
  height: 50px;
  margin: 0 -1px 0 0;
  border-top-left-radius: 60px;
  border-bottom-left-radius: 60px;
}

.search-box .ui-autocomplete-loading {
  background: #fff url('../images/ajax-loader-small.gif') right center no-repeat;
}

.ui-helper-hidden-accessible {
  display: none !important;
}

.ui-autocomplete {
  width: 285px !important;
  border: 1px solid #ddd;
  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: normal 14px Arial, Helvetica, sans-serif;
}

.ui-autocomplete li {
  border-top: 1px solid #ddd;
}

.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: #777 !important;
}

.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 {
  background-color: #fff;
  text-align: center;
}

.footer-upper {
  width: 100%;
  max-width: 1800px;
  display: flex;
  flex-wrap: wrap;
  margin: auto;
  overflow: hidden;
  padding: 60px 30px;
  font-size: 0;
}

.footer-block {
  width: 100%;
  margin: 1px auto;
  text-align: left;
  font-size: 14px;
  /*reset zeroing*/
}

.footer-block .title {
  position: relative;
  padding-bottom: 30px;
  font-size: 20px;
  color: var(--color-text);
  cursor: pointer;
  text-transform: capitalize;
}

.footer-block .title strong {
  font-weight: 600;
}

.footer-block .list {
  margin: 0 0 20px;
  padding: 10px 15px;
}

.footer-block .list a {
  display: inline-block;
  padding: 10px 15px;
  font-size: 16px;
  color: var(--color-text);
  position: relative;
}

.footer-block .list a::after {
  content: '';
  position: absolute;
  width: 0;
  height: 1px;
  display: inline-block;
  background-color: #fff;
  left: 0;
  bottom: -2px;
  transition: all 0.3s;
}

.footer-block .list a:hover::after {
  width: 100%;
}

.footer-block .list a:hover,
.footer-block .list a:focus {
  color: var(--color-primary);
}

.contact-info .topic-block-title {
  display: none;
}

.contact-info .list a {
  text-decoration: none;
}

.contact-info .list li {
  display: flex;
  gap: 20px;
  padding-bottom: 30px
}

.contact-page .contact-info a {
  text-decoration: none;
  color: var(--color-para)
}

.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-para)
}

.contact-info .desc {
  font-size: 15px;
  line-height: 1.8;
}

.contact-info .desc strong {
  font-weight: 500
}

.follow-us {
  margin: 30px auto 0;
}

.follow-us .title {
  background: none;
  color: var(--color-text);
  cursor: auto;
  text-align: left;
}

.follow-us .social ul {
  font-size: 0;
  display: flex;
}

.follow-us .social li {
  display: inline-block;
  margin: 0 5px;
  text-align: left;
}

.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.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;
  font-size: 0;
}

.follow-us .social .networks li:hover a,
.follow-us .social .networks li:hover a::before {
  color: var(--color-primary)
}

.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 .section-head h2 {
  text-align: center;
}

.newsletter-email {
  width: 100%;
  max-width: 600px;
  margin: 0 auto;
  display: inline-block;
  position: relative;
  text-align: center;
  display: flex;
  align-items: center;
  gap: 10px;
}

.newsletter-email:focus-within {
  overflow: visible;
}

.newsletter-email input[type="email"] {
  float: left;
  width: 100%;
  border: 1px solid #000;
  outline: none;
  height: 46px;
}

.newsletter-email button {
  padding: 0;
}

.newsletter-email button>span {
  height: 46px;
  display: inline-block;
  line-height: 1.6;
}

.newsletter-email .options {
  clear: both;
  padding: 0 0 10px;
}

.newsletter-validation,
.newsletter-result {
  width: 100%;
  overflow: hidden;
  line-height: 28px;
  text-align: center;
}

.footer-lower {
  width: 100%;
  max-width: 1800px;
  margin: auto;
  overflow: hidden;
  padding: 20px 30px;
  font-size: 12px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  border-top: 1px solid #ddd;
}

.footer-info {
  color: var(--color-text);
  text-align: left;
}

.footer-info,
.arv-footer-selector {
  width: 40%;
}

.footer-powered-by {
  width: 20%;
}

.arv-footer-selector {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-end;
  padding-right: 30px;
}

.footer-tax-shipping a {
  font-weight: bold;
  color: #fff;
}

.footer-tax-shipping a:hover,
.footer-tax-shipping a:focus {
  text-decoration: underline;
}

.footer-powered-by {
  margin: 10px 0 0;
  color: var(--color-text);
}

.footer-powered-by a {
  font-weight: bold;
  color: var(--color-text);
}

.footer-powered-by a:hover,
.footer-powered-by a:focus {
  color: var(--color-primary);
}

.theme-selector {
  margin: 0 0 0 15px;
}

.theme-selector select {
  width: 170px;
}


/*********** SIDE COLUMN ***********/
.block {
  max-width: 100%;
  min-height: 50px;
  margin: auto;
  text-align: left;
}

.block .title {
  position: relative;
  margin: 0 0 10px;
  border-top: 1px solid #ddd;
  padding: 25px 20px 20px 0px;
  font-size: 18px;
  color: var(--color-text);
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  text-transform: capitalize;
  font-weight: 500;
}

.block .title [class^="icon-"] {
  position: absolute;
  top: 20px;
  right: 0;
  transform: rotate(-90deg);
}

.block .title.rotate-arrow+.listbox {
  display: none;
}

.block .title.rotate-arrow [class^="icon-"] {
  transform: rotate(90deg);
}

.block .listbox {
  display: block;
  margin-bottom: 20px;
}

.block.block-recently-viewed-products .listbox {
  max-height: 500px;
  overflow-y: scroll;
  overflow-x: hidden;
}

.block.block-account-navigation .listbox {
  border: 0;
}

.block .list li {
  position: relative;
  padding: 5px 0 5px 0;
}

.block .list li [class^="icon-"] {
  position: absolute;
  top: 13px;
  right: 2px;
}

.block .list li [class^="icon-"].transform-sublist {
  transform: rotate(90deg);
}

.block .list a {
  display: block;
  position: relative;
  padding: 5px 0;
  padding-right: 30px;
  font-size: 16px;
  font-weight: 400;
  color: var(--color-text);
  -webkit-transition: all 0.1s ease;
  transition: all 0.1s ease;
  text-transform: capitalize;
  font-family: var(--font-primary) !important;
}

.block .listbox li span.arv-right-arrow:before {
  font-size: 14px;
  float: right;
  color: var(--color-text);
  transition: all 0.3s;
  position: absolute;
  top: 14.5px;
  right: 0;
  cursor: pointer;
}

.block .list .active>a {
  color: var(--color-primary);
}

.block .list .active>[class^="icon-"] {
  color: var(--color-primary);
}

.block .list a:hover,
.block .list a:focus {
  color: var(--color-primary);
}

.block a.product-picture {
  display: none;
}

.block a.product-picture:before {
  display: none;
}

.block .sublist {
  margin: 5px 0 5px;
  padding-left: 15px;
  display: none;
}

.block .sublist li>.sublist {
  margin-bottom: 0;
}

.block .sublist li {
  padding-bottom: 0;
}

.block li.active .sublist {
  display: block;
}

.block .sublist a {
  font-size: 14px;
}

.block .view-all {
  margin: 10px 0 0;
  cursor: pointer;
}

.block .view-all .primary-btn {
  display: inline-block;
  background: transparent;
  padding: 0;
}

.block .view-all a {
  display: inline-block;
  padding-bottom: 10px;
  font-size: 14px;
  border-radius: 5px;
  color: var(--color-text);
  position: relative;
  z-index: 99;
}

.block .view-all a::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  height: 2px;
  width: 30px;
  background-color: var(--color-text);
}

.block .view-all a:hover,
.block .view-all a:focus {
  color: var(--color-primary);
}

.block .view-all a:hover::after,
.block .view-all a:focus::after {
  background-color: var(--color-primary);
}

.block .tags {
  margin: 5px 0 10px;
  display: flex;
  flex-wrap: wrap;
  gap: 5px;
}

.block .tags ul {
  font-size: 0;
}

.block .tags li,
.product-tags-all-page li {
  display: inline-block;
  position: relative;
  overflow: hidden;
  font-size: 17px !important;
  border: 2px solid var(--color-primary);
  padding: 5px 10px;
  border-radius: 5px;
  text-align: center;
}

.block .tags li a,
.product-tags-all-page li a {
  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 {
  color: var(--color-primary);
}

.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;
  margin-left: 30px;
}

.poll .buttons button {
  background: transparent;
  padding: 5px;
  border-color: transparent;
}

.poll .buttons button span {
  border: none;
  padding: 10px 20px;
  font-size: 13px;
  text-transform: uppercase;
  display: inline-block;
  background: var(--color-text);
  color: #fff;
  border-radius: 5px;
}

.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 #ddd;
  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;
  position: relative;
}

/* HOMEPAGE SECTION */
.home-page .title-row {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-bottom: 25px;
  margin-bottom: 30px;
  border-bottom: 1px solid #EAEAEA;
}

.home-page .title-row .section-title {
  font-weight: 500;
  font-size: 28px;
  text-align: left;
}

.view-all {
  min-width: 60px;
}

.view-all a {
  position: relative;
  text-align: left;
}

.view-all a::after {
  content: '';
  position: absolute;
  bottom: -8px;
  left: 0;
  width: 32px;
  height: 2px;
  background-color: var(--color-text);
  transition: all .3s ease-in-out
}

.view-all:hover a {
  color: var(--color-primary);
}

.view-all:hover a::after {
  background-color: var(--color-primary);
}

/* HOMEPAGE BRANDS SECTION */
.home-page-brands-grid {
  background-color: #fff;
  padding: 30px;
  margin-bottom: 30px;
}

.home-page-brands-grid .item-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  justify-content: space-between;
  gap: 30px;
}

.home-page-brands-grid .item-grid .item-box {
  width: 100%;
  margin: 0;
  padding: 0;
  float: none;
  justify-content: center;
}

.home-page-brands-grid .item-box .category-item {
  text-align: center;
}

.home-page-brands-grid .item-box .category-item .picture {
  margin-bottom: 15px;
}

.home-page-brands-grid .item-box .category-item .title {
  font-weight: 600;
  font-size: 16px;
}

.home-page-brands-grid .item-box .category-item:hover a {
  color: var(--color-primary);
}

.home-page-brands-grid .item-box .category-item .item-count {
  color: color-mix(in srgb, var(--color-text) 50%, #041E42);
  display: inline-block;
  margin-top: 10px;
}

/* HOMEPAGE PRODUCT GRID */

.home-page-product-grid,
.home-page-cat-grid,
.home-page .bestsellers {
  background-color: #fff;
  padding: 30px;
  margin-bottom: 30px;
  border-radius: 6px;
}

.product-grid .slick-arrow,
.bestsellers .slick-arrow {
  width: 50px;
  height: 50px;
  border: 1px solid #EAEAEA;
  border-radius: 50%;
  background-color: #fff;
  top: 45%;
  z-index: 2;
}

.product-grid .slick-arrow:hover,
.bestsellers .slick-arrow:hover {
  background-color: #EAEAEA;
}

.product-grid .slick-arrow::before,
.bestsellers .slick-arrow::before {
  font-family: var(--font-icon);
  color: var(--color-text);
  opacity: 1;
  font-size: 25px;
}

.product-grid .slick-prev,
.bestsellers .slick-prev {
  left: -55px;
}

.product-grid .slick-next,
.bestsellers .slick-next {
  right: -55px;
}

.product-grid .slick-prev::before,
.bestsellers .slick-prev::before {
  content: "\e912";
}

.product-grid .slick-next::before,
.bestsellers .slick-next::before {
  content: "\e913";
}

/* HOMEPAGE CATEGORY SECTION */
.home-page-cat-grid .item-box .category-item .picture {
  margin-top: 30px;
  margin-bottom: 40px;
}

.home-page-cat-grid .item-box .category-item .title {
  font-weight: 500;
  font-size: 16px;
  line-height: 1.3;
}

/********** CATEGORY PAGE **********/
.breadcrumb {
  padding: 20px 15px;
}

.breadcrumb ul {
  font-size: 0;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  flex-wrap: wrap;
  row-gap: 10px;
}

.breadcrumb li {
  display: inline-block;
}

.breadcrumb li a,
.breadcrumb li span {
  display: inline-block;
  margin: 0 5px 0 0;
  font-size: 14px;
  /*reset zeroing*/
}

.breadcrumb li a span {
  margin: 0;
}

.breadcrumb strong {
  font-weight: normal;
  font-size: 14px;
}

.breadcrumb li .current-item {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  max-width: 320px;
  display: inline-block;
}

.breadcrumb a:hover,
.breadcrumb a:focus {
  color: var(--color-primary);
}

.category-page .product-grid .item-grid,
.manufacturer-page .product-grid .item-grid,
.product-tag-page .product-grid .item-grid,
.recently-added-products-page .product-grid .item-grid,
.recently-viewed-products-page .product-grid .item-grid,
.search-results .product-grid .item-grid {
  display: grid;
  grid-template-columns: 1fr;
}

.home-page-product-grid .item-grid .slick-track {
  margin-left: 0;
}

.item-grid.featured_slider {
  display: block;
}

.product-grid .item-grid .item-box {
  border: 1px solid #f6f6f6;
  padding: 20px;
  width: 100%;
  margin: 0;
}

.product-grid .item-grid .item-box:last-child {
  border-right: 1px solid #f6f6f6;
}

.home-page .home-page-product-grid.product-grid .item-grid .item-box,
.home-page .bestsellers .item-grid .item-box {
  border: none;
  padding: 0 10px;
}

.category-description,
.manufacturer-description,
.vendor-description {
  margin: 30px 0 20px;
  line-height: 22px;
}

.contact-vendor {
  margin: 0 0 30px;
}

.product-selectors {
  margin: 0 0 20px;
  padding: 20px 0;
}

.product-selectors:first-child {
  border-top: none;
}

.product-selectors:after {
  content: "";
  display: block;
  clear: both;
}

.product-selectors .product-viewmode {
  display: none;
  font-size: 0;
}

.product-filter .filter-title {
  margin: 0 0 10px;
  font-size: 18px;
  font-weight: 600;
  color: var(--color-text);
  position: relative;
}

.product-filter .filter-content {
  padding: 10px 0;
  color: var(--color-text);
  position: relative;
}

.product-filter .filter-content>div {
  margin-bottom: 15px;
}

.product-filter .group {
  font-size: 15px;
}

.product-filter .group+.group {
  margin-top: 16px;
}

.product-filter .group .name {
  padding-bottom: 10px;
}

.product-filter .group .item {
  display: flex;
  padding-left: 0;
  align-items: center;
  position: relative;
}

.product-filter .group .item+.item {
  padding-top: 8px;
}

.product-filter .group .item label {
  cursor: pointer;
  display: flex;
  align-items: center;
  flex-grow: 1;
  font-size: 16px;
}

.price-range-filter .selected-price-range {
  padding: 5px 0 20px;
}

.price-range-filter .selected-price-range .to {
  float: right;
}

.price-range-filter .selected-price-range.manually {
  display: flex;
}

.price-range-filter .selected-price-range.manually .from {
  margin-right: 8px;
}

.price-range-filter .selected-price-range.manually .from,
.price-range-filter .selected-price-range.manually .to {
  width: 50%;
}

.product-filter .attribute-squares {
  font-size: inherit;
}

.product-filter .attribute-squares .attribute-square {
  width: 20px !important;
  height: 20px !important;
  margin-right: 8px;
}

.item-grid:after {
  content: "";
  display: block;
  clear: both;
}

.item-box {
  position: relative;
  width: 100%;
  float: left;
  margin: 0 0 30px;
  text-align: left;
  display: flex;
}

.item-box .product-item {
  width: 100%;
  display: inline-block;
  overflow: hidden;
}

.item-box .picture {
  margin: 0;
  position: relative;
}

.item-box .picture a {
  display: block;
  position: relative;
  width: 100% !important;
}

.item-box .picture a:focus {
  opacity: 0.85;
}

.item-box .picture a img {
  width: 100%;
  height: 220px;
  object-fit: contain;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  transform: translateZ(0) scale(1.0, 1.0);
  -webkit-transform: translateZ(0) scale(1.0, 1.0);
}

.item-box:hover .picture a img {
  opacity: 0.85;
}

.item-box .picture .buttons {
  position: absolute;
  bottom: 0;
  left: 0;
  margin: 0;
  width: 100%;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transition: all 0.3s ease-in-out;
}

.item-box:hover .picture .buttons {
  bottom: 10px;
  opacity: 1;
  visibility: visible;
  pointer-events: initial;
}

.item-box .details {
  padding: 40px 0 0;
  position: relative;
  transition: all 0.3s;
  transform: translateY(-1px);
  z-index: 1;
}

.item-box .details .brand-title {
  position: absolute;
  top: 15px;
  left: 0;
  text-transform: uppercase;
  font-size: 13px;
  font-weight: 300;
  color: color-mix(in srgb, var(--color-text) 50%, #041E42);
  margin-bottom: 10px;
  letter-spacing: .5px
}

.item-box .product-title {
  margin: 0 0 10px;
  color: var(--color-text);
  font-size: 16px;
  line-height: 1.5;
  font-weight: 500;
  min-height: 45px;
  overflow: hidden;
  display: -webkit-box;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}

.item-box .product-title a {
  display: block;
}

.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: inline-block;
  margin: 0 0 15px;
}

.item-box .rating {
  background: url('../images/rating1.png') repeat-x;
  width: 95px;
  height: 14px;
}

.item-box .rating div {
  background: url('../images/rating2.png') repeat-x;
  height: 14px;
}

.item-box .description {
  display: none;
}

.item-box .description a {
  display: block;
  overflow: hidden;
}

.item-box .prices {
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 5px;
}

.item-box .old-price {
  margin: 0 5px 0 0;
  font-size: 14px;
  color: color-mix(in srgb, var(--color-text) 50%, #041E42);
  text-decoration: line-through;
  width: 100%;
  order: 2;
}

.item-box .actual-price {
  margin: 0 5px 0 0;
  font-size: 18px;
  font-weight: 500;
  color: var(--color-text);
  order: 1;
}

.item-box .tax-shipping-info a {
  color: var(--color-primary);
}

.item-box .tax-shipping-info a:hover,
.item-box .tax-shipping-info a:focus {
  text-decoration: underline;
}

.item-box button {
  display: inline-block;
  border: none;
  vertical-align: middle;
  width: 100%;
  display: inline-block;
  margin: 0;
}

.item-box .add-info .buttons .primary-btn {
  transition: all 0.3s;
}

.item-box .add-info .buttons .primary-btn:hover {
  transform: translateY(-5px);
}

.item-box .product-box-add-to-cart-button {
  padding: 0;
  float: left;
  background-color: transparent;
  width: 100%;
}

.item-box .product-box-add-to-cart-button>span {
  background-color: var(--color-primary);
  color: #fff;
  text-align: center;
  font-size: 15px;
  font-weight: 500;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: row-reverse;
  border-radius: 5px;
  padding: 15px 20px;
}

.item-box .buttons button.button-2.add-to-wishlist-button::before,
.item-box .buttons button.button-2.add-to-compare-list-button::before,
.item-box .buttons button.button-2.add-to-wishlist-button::after,
.item-box .buttons button.button-2.add-to-compare-list-button::after {
  border-color: var(--color-primary);
}


.item-box .product-box-add-to-cart-button>span:hover,
.item-box .product-box-add-to-cart-button>span:focus {
  background-color: var(--color-secondary);
}

.item-box .add-to-compare-list-button,
.item-box .add-to-wishlist-button {
  padding: 5px;
  background-color: transparent;
}

.item-box .add-to-compare-list-button>span,
.item-box .add-to-wishlist-button>span {
  position: relative;
  width: 35px;
  height: 35px;
  line-height: 1;
  padding: 0;
  border-radius: 5px;
  background-position: center;
  background-repeat: no-repeat;
  font-size: 0;
  float: left;
  display: flex;
  align-items: center;
  justify-content: center;
}

.item-box .add-to-compare-list-button>span::before,
.item-box .add-to-wishlist-button>span::before {
  font-family: var(--font-icon);
  color: inherit;
  font-size: 16px;
}

.item-box .add-to-wishlist-button>span::before {
  content: "\e907";
}

.item-box .add-to-compare-list-button>span::before {
  content: "\e905";
}

.sub-category-grid,
.vendor-grid {
  margin: 0 0 20px;
}

.home-page-category-grid .title,
.sub-category-grid .title {
  text-align: center;
  font-size: 22px;
  font-weight: normal;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.home-page-category-grid .title a,
.sub-category-grid .title a {
  display: block;
  padding: 0 0 15px;
}

.home-page-category-grid .picture,
.sub-category-grid .picture {
  margin: 0;
  overflow: hidden;
}

.sub-category-grid .picture {
  text-align: center;
}

.products-container {
  position: relative;
}

.products-container .ajax-products-busy {
  display: none;
}

.product-grid .title {
  margin: 0 0 30px;
  border-bottom: 1px solid #ddd;
  padding: 0 0 15px;
  font-weight: normal;
  color: var(--color-text);
}

.product-grid .title strong {
  font-weight: normal;
}

/* MANUFACTURER PAGE */
.manufacturer-grid .item-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 10px;
}

.manufacturer-grid .picture {
  border: 1px solid #ddd;
}

.vendor-grid .title {
  margin: 0;
  text-align: center;
  font-size: 16px;
}

.vendor-grid .title a:hover,
.vendor-grid .title a:focus {
  color: var(--color-primary);
}

.vendor-grid .picture {
  border: 1px solid #ddd;
}

.pager {
  margin: 30px 0 20px;
  width: 100%;
  display: inline-block;
}

.pager ul {
  text-align: center;
  font-size: 0;
}

.pager li {
  display: inline-block;
  margin: 0 5px;
  vertical-align: top;
}

.pager li a,
.pager li span {
  display: block;
  min-width: 40px;
  height: 40px;
  border: 1px solid transparent;
  background-color: var(--color-primary);
  color: #fff;
  padding: 8px;
  text-align: center;
  font-size: 14px;
  /*reset zeroing*/
  cursor: pointer;
  border-radius: 5px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.pager li span {
  border-color: transparent;
  background-color: var(--color-primary);
  color: #fff;
}

.pager li.current-page span {
  background-color: var(--color-text);
}

.pager li.previous-page *,
.pager li.next-page *,
.pager li.first-page *,
.pager li.last-page * {
  background-position: center;
  background-repeat: no-repeat;
  font-size: 0;
  color: #fff;
}

.pager li.previous-page *,
.pager li.next-page * {
  background-color: var(--color-primary);
}

.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);
  font-size: 12px;
  color: #fff;
}

.pager li.previous-page a::before {
  content: "\e90f";
}

.pager li.next-page a::before {
  content: "\e910";
}

.pager li.first-page a::before {
  content: "\e913";
}

.pager li.last-page a::before {
  content: "\e914";
}

.pager li a:hover,
.pager li a:focus {
  border-color: transparent;
  background-color: var(--color-text);
  color: #fff;
}


/********** PRODUCT PAGE **********/


.product-details-page {
  padding: 20px 15px 0;
}

.product-essential {
  margin: 0 0 40px;
}

.product-essential:after {
  content: "";
  display: block;
  clear: both;
}

.gallery {
  margin: 0 auto;
}

.gallery .picture-wrapper {
  margin: 0 0 10px;
}

.gallery .picture {
  position: relative;
  max-width: 100%;
  margin: 0 auto 30px;
  overflow: hidden;
}

.gallery .picture:before {
  content: "";
  display: block;
  padding-top: 100%;
}

.gallery .picture img,
.gallery .picture-thumbs img,
.variant-picture img {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  max-width: 100%;
  max-height: 100%;
  margin: auto;
}

.gallery .picture-thumbs .thumb-item {
  border: 1px solid #EAEAEA;
}

.gallery .picture-thumbs img {
  padding: 15px;
  border: none;
}

.gallery .picture-thumbs {
  overflow: hidden;
  font-size: 0;
}

.gallery .picture-thumbs .thumb-item {
  display: inline-block;
  position: relative;
  width: 100px;
  height: 100px;
  margin: 0 5px 10px;
  overflow: hidden;
  cursor: pointer;
}

.overview {
  position: relative;
  text-align: left;
}

.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;
}

.product-name {
  display: flex;
  align-items: center;
  margin-bottom: 16px;
}

.overview .product-name h1 {
  font-size: 28px;
  font-weight: 600;
  margin-right: 20px;
  line-height: 1.5;
}

.overview .short-description {
  margin: 0 0 16px;
  line-height: 22px;
  color: var(--color-text);
}

.product-reviews-overview {
  display: flex;
  align-items: center;
  position: relative;
}

.product-no-reviews,
.product-reviews-overview {
  color: var(--color-text);
}

.product-no-reviews a {
  text-decoration: underline;
}

.product-no-reviews a:hover {
  color: var(--color-primary);
}

.product-review-box {
  display: inline-block;
}

.product-review-box .rating {
  width: 95px;
  height: 14px;
  background: url('../images/rating1.png') repeat-x;
}

.product-review-box .rating div {
  height: 14px;
  background: url('../images/rating2.png') repeat-x;
}

.product-review-links a {
  text-decoration: underline;
}

.product-review-links a:hover,
.product-review-links a:focus {
  color: var(--color-primary);
}

.overview .value,
.variant-overview .value {
  color: var(--color-text);
}

.overview .value a,
.variant-overview .value a {
  color: var(--color-primary);
}

.overview .value a:hover,
.overview .value a:focus,
.variant-overview .value a:hover,
.variant-overview .value a:focus {
  text-decoration: underline;
}

.overview-buttons {
  margin: 0 0 25px;
  font-size: 0;
}

.overview-buttons div {
  width: 80%;
  margin: 0 auto 3px;
}

.variant-overview .button-2 {
  display: block;
  width: 100%;
  border: none;
  background-color: #eaeaea;
  background-position: left center;
  background-repeat: no-repeat;
  padding: 12px 15px 12px 40px;
  text-align: left;
  font-size: 14px;
  /*reset zeroing*/
  color: var(--color-text);
}

.overview .availability .back-in-stock-subscription,
.variant-overview .availability .back-in-stock-subscription {
  display: inline-block;
}

.overview .delivery,
.variant-overview .delivery {
  overflow: hidden;
  margin-bottom: 16px;
}

.overview .free-shipping,
.variant-overview .free-shipping {
  display: inline-block;
  margin: 10px 0;
  padding: 5px 15px;
  background-color: var(--color-primary);
  color: #fff;
  border-radius: 5px;
}

.overview .free-shipping.invisible,
.variant-overview .free-shipping.invisible {
  display: none;
}

.overview .delivery-date,
.variant-overview .delivery-date {
  margin: 10px 0;
}

.overview .min-qty-notification,
.variant-overview .min-qty-notification {
  margin: 10px 0;
  font-style: italic;
  color: var(--color-text);
}

.variant-overview .download-sample {
  display: inline-block;
  margin: 0 0 25px;
}

.overview .prices,
.variant-overview .prices {
  overflow: hidden;
}

.overview .prices {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  margin-bottom: 16px;
}

.overview .prices .old-product-price span:first-child,
.overview .prices label {
  display: none;
}

.overview .prices .old-product-price span {
  margin-right: 8px;
  font-size: 16px;
}

.overview .prices>div,
.variant-overview .prices>div {
  margin: 0 8px 0 0;
}

.overview .prices>div>span,
.variant-overview .prices>div>span {
  vertical-align: middle;
  font-size: 18px;
  font-weight: 500;
}

.overview .old-product-price,
.variant-overview .old-product-price,
.overview .non-discounted-price,
.variant-overview .non-discounted-price {
  font-size: 14px;
  color: #999;
  text-decoration: line-through;
}

.overview .product-price,
.variant-overview .product-price {
  font-size: 20px;
  font-weight: bold;
  color: var(--color-text);
}

.overview .tax-shipping-info a,
.variant-overview .tax-shipping-info a {
  color: var(--color-primary);
}

.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 0;
  overflow: hidden;
  text-align: right;
}

.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: 100%;
  max-width: 120px;
  padding: 10px;
  text-align: center;
}

.customer-entered-price .price-range {
  margin: 5px 0 0;
  color: var(--color-text);
}

.tier-prices .title {
  margin-bottom: 10px;
}

.tier-prices table td {
  background: #fff;
  border: 1px solid #ddd;
  padding: 10px;
  color: var(--color-text);
}

.tier-prices .field-header {
  min-width: 80px;
}

.tier-prices .item-price {
  font-size: 16px;
  color: var(--color-primary);
}

.overview .add-to-cart {
  margin: 0 0 20px;
}

.overview .add-to-cart-panel,
.variant-overview .add-to-cart-panel {
  display: inline-block;
  position: relative;
}

.overview .add-to-cart-panel>*,
.variant-overview .add-to-cart-panel>* {
  float: left;
}

.overview .qty-label,
.variant-overview .qty-label {
  display: none !important;
}

.overview .qty-input {
  width: 45px;
  height: 43px;
  padding: 0 12px;
  text-align: center;
  font-size: 15px;
  color: var(--color-text);
}

.overview .qty-dropdown {
  height: 43px;
  padding: 0 12px;
  font-size: 15px;
  color: var(--color-text);
}

.overview .add-to-cart-button {
  height: 43px;
  border: none;
  background-color: var(--color-primary);
  padding: 0 24px;
  font-size: 15px;
  color: #fff;
  text-transform: uppercase;
}

.overview .add-to-cart-button:hover,
.overview .add-to-cart-button:focus {
  background-color: #248ece;
}

.product-share-button {
  display: inline-block;
  overflow: hidden;
}

.full-description {
  font-size: 16px;
  line-height: 24px;
  color: var(--color-text);
  margin-bottom: 30px;
  clear: both;
}

.product-collateral {
  margin: 0 0 75px;
}

.product-collateral .title {
  margin: 0 0 10px;
  font-size: 22px;
  color: var(--color-text);
}

.product-variant-line {
  width: 49%;
  margin: 0 0 2% 2%;
  background: #f4f4f4;
  padding: 20px;
}

.product-variant-line:nth-child(2n+1) {
  margin-left: 0;
}

.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 h1 {
  margin: 0 20px 0 0;
  font-size: 26px;
  font-weight: bold;
}

.variant-overview .variant-description {
  margin: 0 0 15px;
  line-height: 22px;
}

.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 td {
  border: 1px solid #ddd;
  padding: 10px;
}

.product-specs-box td.spec-group-name {
  border: 0;
  padding-top: 20px;
  font-size: 18px;
  color: var(--color-text);
  font-weight: 600;
  background: transparent;
}

.product-tags-list {
  font-size: 0;
  display: flex;
  flex-wrap: wrap;
  gap: 5px;
}

.product-tags-list li {
  display: inline-block;
  font-size: 14px;
  /*reset zeroing*/
  min-width: 120px;
  border: 2px solid var(--color-primary);
  padding: 5px;
  border-radius: 5px;
  text-align: center;
}

.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);
}

.attribute-label {
  display: block;
  margin: 0 0 5px;
  white-space: nowrap;
  font-weight: bold;
  color: var(--color-text);
}

.attribute-data {
  margin: 0 0 10px;
}

.attributes li {
  margin: 8px 0 12px;
  position: relative;
}

.attributes select {
  width: auto;
  min-width: 100px;
  max-width: 100%;
  min-height: 40px;
  outline: none;
}

.attributes .option-list label {
  margin: 0 5px;
  color: var(--color-text);
}

.attributes .datepicker {
  width: 100%;
  min-height: 40px;
  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-primary);
  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 #ddd;
  /*override jQuery UI styles, do not delete doubled properties*/
  padding: 0;
}

.ui-datepicker-calendar th span,
.ui-datepicker-calendar td a {
  display: block;
  min-height: 32px;
  line-height: 32px;
  color: 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: #333 !important;
}

.ui-datepicker-calendar .ui-state-active {
  outline: 2px solid var(--color-primary);
  font-weight: bold;
  color: var(--color-primary);
  /*override jQuery UI styles, do not delete doubled properties*/
  color: var(--color-primary) !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 #333 !important;
  cursor: pointer;
}

.attribute-squares .selected-value .attribute-square-container {
  background-color: var(--color-primary);
}

.attribute-squares li input {
  display: none;
}

.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: 0 0 20px;
  overflow: hidden;
}

.giftcard div {
  margin: 0 0 16px;
}

.giftcard label {
  display: none;
  margin: 0 auto 5px;
  font-weight: bold;
  color: var(--color-text);
}

.giftcard input,
.giftcard textarea {
  width: 100%;
  max-width: 100%;
  min-height: 40px;
}

.giftcard textarea {
  height: 120px;
  resize: none;
  outline: none;
  background-color: #fff;
  border: 0;
}


/********** PRODUCT REVIEWS **********/



.product-reviews-page h1 a {
  color: var(--color-primary);
}

.product-reviews-page h1 a:before,
.product-reviews-page h1 a:after {
  content: "''";
}

.product-reviews-page .title {
  margin: 0 0 20px;
  font-size: 20px;
  color: var(--color-text);
}

.write-review {
  margin: 0 0 60px;
}

.write-review .fieldset {
  margin: 0 0 30px;
}

.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;
  width: 100%;
  display: inline-block;
}

.write-review .review-rating label {
  display: block;
  margin: 0 0 5px;
  font-size: 16px;
  font-weight: 500;
  color: var(--color-text);
}

.write-review .review-rating div {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}

.write-review .review-rating div.first {
  color: #e4444c;
  margin-right: 10px;
}

.write-review .review-rating div.rating-options {
  padding-top: 2px;
  display: flex;
  flex-wrap: wrap;
}

.write-review .review-rating div.last {
  color: #4cb17c;
  margin-left: 10px;
}

.write-review .captcha-box {
  margin: 15px 0 0;
}

.product-reviews-page .result,
.product-reviews-page .message-error {
  margin: 0 0 20px;
  text-align: center;
}

.product-review-list {
  overflow: hidden;
}

.product-review-item {
  margin: 0 0 40px;
  text-align: left;
  background-color: #f4f4f4;
  padding: 20px;
}

.product-review-item .review-item-head {
  margin-bottom: 10px;
}

.product-review-item .review-item-head,
.product-review-item .review-content {
  width: 100%;
  display: inline-block;
}

.product-review-item .review-title {
  line-height: 20px;
  font-size: 15px;
  color: var(--color-text);
}

.product-review-item .product-review-box {
  margin: 3px 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 #ddd;
}

.product-review-item .reply-header {
  margin: 15px 0;
  font-weight: bold;
}

.product-review-item .reply-text {
  line-height: 22px;
}

.product-review-item .review-info {
  margin: 0 0 5px;
}

.product-review-item .review-info label {
  font-weight: normal;
}

.product-review-item .review-info a,
.product-review-helpfulness .vote {
  display: inline-block;
  padding: 0 5px;
  color: var(--color-primary);
  cursor: pointer;
}

.product-reviews-page .product-review-list .product-review-item .review-info {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.product-reviews-page .product-review-list .product-review-item .review-info>span {
  margin-bottom: 5px;
}

.product-reviews-page .product-review-list .product-review-item .review-info .date {
  display: inline-block;
  margin-top: 0;
}

.product-review-item .review-info .date {
  display: block;
  margin-top: 8px;
}

.product-review-helpfulness .question {
  margin: 0 5px 0 0;
  font-style: italic;
}

.product-review-helpfulness .result {
  margin: 0 0 0 10px;
}

.product-review-item .review-type-rating-ext {
  overflow: hidden;
  margin: 0 0 20px;
}


/********** WISHLIST & COMPARE LIST **********/



.wishlist-page .page-title {
  margin: 0 0 -1px;
}

.wishlist-content {
  margin: 0 0 20px;
}

.wishlist-content .message-error {
  margin: 20px 0;
}

.wishlist-content .table-wrapper {
  margin: 0 0 30px;
}

.wishlist-content .product-content {
  min-width: 300px;
  text-align: left;
}

.wishlist-content .tax-shipping-info {
  text-align: center;
}

.wishlist-content .tax-shipping-info a {
  color: var(--color-primary);
}

.wishlist-content .tax-shipping-info a:hover,
.wishlist-content .tax-shipping-info a:focus {
  text-decoration: underline;
}

.wishlist-content .buttons {
  font-size: 0;
}

.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-text);
  word-break: break-all;
}

.wishlist-page .share-info a:hover,
.wishlist-page .share-info a:focus {
  color: var(--color-primary);
}

.wishlist-page .no-data {
  margin: 25px 0 0;
  text-align: center;
}

.compare-products-page {
  position: relative;
  /*overflow: hidden;*/
}

.compare-products-page .table-wrapper {
  margin: 0 0 30px;
  padding: 0 0 1px;
  /*IE mobile table border fix*/
}

.compare-products-table td {
  min-width: 150px;
  border: 1px solid #ddd;
  background-color: #fff;
  padding: 20px;
  text-align: left;
  vertical-align: top;
  color: var(--color-text);
}

.compare-products-table td:first-child {
  min-width: 0;
}

.compare-products-table td label {
  font-weight: normal;
  color: #777;
}

.compare-products-table .specification-group td {
  border: 0;
  padding: 20px 10px 10px 10px;
}

.compare-products-table .specification-group td label {
  font-size: 16px;
  color: var(--color-text);
}

.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: 500;
}

.compare-products-table .product-name td a:hover,
.compare-products-table .product-name td a:focus {
  color: var(--color-primary);
}

.compare-products-table .short-description td {
  line-height: 22px;
}

.compare-products-table .full-description td {
  display: none;
}

.compare-products-page .no-data {
  margin: 25px 0 0;
}


/*********** TOPICS ***********/



.topic-block-title h2 {
  font-size: 30px;
  font-weight: normal;
}

.topic-block-body {
  line-height: 24px;
  font-size: 16px;
}

.topic-page .page-body {
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  line-height: 1.5;
}

.topic-block a,
.topic-page a {
  text-decoration: underline;
}

.topic-block a:hover,
.topic-page a:hover {
  color: var(--color-primary);
}

.topic-block strong,
.topic-page strong {
  color: var(--color-text);
}

.popup-window .topic-page {
  padding: 15px;
}

.not-found-page {
  max-width: 1350px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 15px;
  padding-bottom: 15px;
}

.not-found-page .page-title {
  display: none;
}

.error-page-content-wrap {
  display: grid;
  grid-template-columns: 1fr;
  gap: 30px;
}

.error-page-content-wrap .img-col {
  width: 100%;
  height: 545px;
  background-image: url('../images/error-page-img.png');
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 80%;
}

.error-page-content-wrap .img-col img {
  display: none;
}

.error-page-content-wrap h2,
.error-page-content-wrap h3 {
  font-weight: 500;
}

.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-primary);
  padding: 0 15px;
  color: #fff;
  text-transform: uppercase;
}

.enter-password-form button[type="submit"]:hover,
.enter-password-form button[type="submit"]:focus {
  background-color: #248ece;
}


/*********** CONTACT & EMAIL A FRIEND & APPLY FOR VENDOR ACCOUNT ***********/



.contact-page .page-title,
.email-a-friend-page .page-title,
.apply-vendor-page .page-title {
  margin: 0 0 -1px;
}

.contact-page .result,
.contact-page .message-error,
.email-a-friend-page .result,
.email-a-friend-page .message-error,
.apply-vendor-page .result,
.apply-vendor-page .message-error {
  margin: 20px 0;
  text-align: center;
}

.contact-page .topic-block,
.email-a-friend-page .title,
.apply-vendor-page .title {
  margin: 25px 0;
}

.email-a-friend-page .title h2 {
  font-weight: normal;
  color: var(--color-primary);
}

.apply-vendor-page .terms-of-service {
  text-align: center;
}

.apply-vendor-page .terms-of-service span,
.apply-vendor-page .terms-of-service a {
  color: var(--color-primary);
  cursor: pointer;
}

/********** REGISTRATION, LOGIN, ACCOUNT PAGES  **********/

.html-account-page .side-2 {
  padding-top: 0;
  margin-left: 0;
}

.gender {
  display: inline-block;
}

.gender span {
  display: inline-block;
  margin: 0 5px;
  position: relative;
  background: #fff;
  padding: 10px;
  min-width: 120px;
}

.gender span label {
  width: auto !important;
  padding-left: 30px;
  line-height: normal;
}

.gender span>* {
  display: inline !important;
  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 .select2-container {
  margin: 0 12px 0 0;
}

.date-of-birth .select2-container:last-child {
  margin: 0 !important;
}

.date-of-birth .select-wrapper+.select-wrapper {
  margin: 0 0 0 10px;
}

#check-availability-button {
  position: absolute;
  top: 0;
  margin: 0 !important;
  right: 10px;
  z-index: 9;
}

#check-availability-button span {
  border: none;
  padding: 10px 15px;
  font-size: 12px;
  color: #fff;
  text-transform: uppercase;
  display: inline-block;
  border-radius: 5px;
}

.arv-form-fields .inputs.accept-consent label {
  display: inline-block;
  width: auto !important;
  line-height: normal;
  cursor: pointer;
  margin-right: 10px;
}

.inputs.accept-consent>* {
  display: inline-block;
  line-height: 32px;
}

.inputs.accept-consent span,
.inputs.accept-consent a {
  color: var(--color-primary);
  cursor: pointer;
  font-size: 14px;
}

.registration-result-page .button-1 {
  display: inline-block;
}

.email-revalidation-page .button-1,
.account-activation-page .button-1 {
  min-width: 140px;
  border: none;
  background-color: var(--color-primary);
  padding: 10px 30px;
  text-align: center;
  font-size: 15px;
  color: #fff;
  text-transform: uppercase;
}

.email-revalidation-page .button-1:hover,
.email-revalidation-page .button-1:focus,
.account-activation-page .button-1:hover,
.account-activation-page .button-1:focus {
  background-color: #248ece;
}

.return-request-page h1 a {
  color: var(--color-primary);
}

.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 {
  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 {
  font-size: 14px;
}

.customer-info-page .vat-status {
  display: block;
  margin: 7px 0 0;
}

.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 {
  margin: 0 auto;
  max-width: 750px;
}

.login-page .customer-blocks .arv-form-fields .inputs.reversed label {
  width: 100% !important;
  display: inline-block;
}

.login-page .customer-blocks .arv-form-fields .inputs.reversed>div {
  width: 50%;
  display: inline-block;
}

.arv-forgotpassword {
  text-align: right;
}

.login-page .customer-blocks .arv-form-fields .inputs {
  width: 100%;
  margin: 0 0 30px 0;
}

.login-page .customer-blocks .buttons {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

.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 {
  margin: 0 0 50px;
}

.login-page .new-wrapper .text {
  margin: 0 0 30px;
  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 15px 0;
}

.login-page .returning-wrapper .inputs.reversed {
  white-space: normal;
}

.login-page .returning-wrapper .inputs.reversed * {
  display: inline-block;
  font-size: 14px;
  /*reset zeroing*/
  color: var(--color-text);
}

.inputs.reversed label.cbx {
  position: relative;
  cursor: pointer;
}

.login-page .returning-wrapper .inputs.reversed a:hover,
.login-page .returning-wrapper .inputs.reversed a:focus {
  color: var(--color-primary);
}

.login-page .captcha-box {
  margin: -15px 0 20px;
}

.login-page .returning-wrapper .buttons {
  background-color: #fff;
  padding: 30px 0;
}

.external-authentication {
  margin: 0 0 50px;
  overflow: hidden;
  text-align: center;
}

.external-authentication+.topic-block {
  display: none;
}

.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-primary);
}

.external-auth-association a:hover,
.external-auth-association a:focus {
  text-decoration: underline;
}

.password-recovery-page .result {
  text-align: center;
  margin: 0 0 16px;
  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-primary);
}

.add-more-external-records a:hover,
.add-more-external-records a:focus {
  text-decoration: underline;
}

.account-page .buttons {
  text-align: center;
}

.account-page .description {
  margin: 0 0 25px;
}

.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;
  background-color: #f4f4f4;
  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>span,
.order-list-page .button-2>span {
  display: flex;
  align-items: center;
  padding: 10px;
}

.address-list-page .buttons,
.order-list-page .buttons {
  margin: 0;
}

.address-list-page .button-2 [class^="arv-"],
.address-list-page .button-2 [class*=" arv-"],
.order-list-page .button-2 [class^="arv-"],
.order-list-page .button-2 [class*=" arv-"] {
  margin-right: 5px;
}

.address-list-page .button-2:hover span.arv-delete:before,
.address-list-page .button-2:focus span.arv-delete:before,
.address-list-page .button-2:hover span.arv-edit:before,
.address-list-page .button-2:focus span.arv-edit:before,
.order-list-page .button-2:hover span.arv-delete:before,
.order-list-page .button-2:focus span.arv-delete:before,
.order-list-page .button-2:hover span.arv-edit:before,
.order-list-page .button-2:focus span.arv-edit:before {
  color: #fff;
}

.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-primary);
}

.address-list-page .add-button {
  text-align: center;
}

.address-edit-page .page-title {
  margin: 0 0 -1px;
}

.address-edit-page .message-error {
  margin: 20px 0;
}

.recurring-payments table td {
  white-space: nowrap;
}

.recurring-payments table td.initial-order a:hover {
  color: var(--color-primary);
}

.recurring-payments table td:first-child {
  min-width: 120px;
  white-space: normal;
}

.recurring-payments .button-2 {
  font-size: 14px;
}

.arv-customer-list .request-item {
  background-color: #f4f4f4;
  padding: 20px;
  line-height: 22px;
  color: var(--color-text);
  text-align: left;
}

.arv-customer-list .request-item .title {
  font-size: 18px;
  padding: 0;
}

.arv-customer-list .request-item .title strong {
  font-weight: 600;
}

.arv-customer-list .request-item ul li {
  margin-bottom: 5px;
}

.arv-customer-list .request-item ul li.comments {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}

.arv-customer-list .request-item ul li.comments div {
  margin: 0;
}

.return-request-list-page label {
  margin: 0 5px 0 0;
}

.return-request-list-page a {
  color: var(--color-primary);
}

.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);
}

.downloadable-products-page table td a.primary-btn {
  display: inline-block;
}

.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 .page-title {
  margin: 0 0 -1px;
}

.change-password-page .result,
.change-password-page .message-error {
  margin: 20px 0;
}

.change-password-page .fieldset {
  margin: 0 0 30px;
}

.avatar-page .page-title {
  margin: 0;
}

.avatar-page .page-body {
  margin: 0 0 30px;
  overflow: hidden;
  background-color: #f4f4f4;
  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 .info {
  color: var(--color-text);
  text-align: center;
}

.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 .page-title {
  margin: 0 0 -1px;
}

.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;
}


/********** SHOPPING CART **********/



.order-progress {
  margin: 0 0 50px;
  background-color: #f4f4f4;
  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-text);
  position: relative;
  z-index: 9;
}

.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: 0 0 -1px;
  padding: 10px;
}

.shopping-cart-page .message-error {
  margin: 20px 0;
}

.shopping-cart-page td .message-error {
  margin: 10px 0 0;
  text-align: left;
}

.shopping-cart-page .checkout-attributes a {
  color: var(--color-primary);
}

.shopping-cart-page .checkout-attributes a:hover,
.shopping-cart-page .checkout-attributes a:focus {
  text-decoration: underline;
}

.shopping-cart-page .cart-options {
  margin-top: 30px;
}

.shopping-cart-page .tax-shipping-info {
  text-align: center;
}

.shopping-cart-page .tax-shipping-info a {
  color: var(--color-primary);
}

.shopping-cart-page .tax-shipping-info a:hover,
.shopping-cart-page .tax-shipping-info a:focus {
  text-decoration: underline;
}

.shopping-cart-page .common-buttons {
  font-size: 0;
}

.checkout-attributes {
  color: var(--color-text);
  width: calc(60% - 15px);
  margin: 0 15px 0 0;
  text-align: left;
}

.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;
  width: 100%;
  padding: 12px 20px;
  height: auto;
  outline: none;
  background: #f4f4f4;
}

.checkout-attributes ul {
  font-size: 0;
}

.checkout-attributes li {
  display: inline-block;
  margin: 5px;
  background-color: #fff;
  font-size: 14px;
  /*reset zeroing*/
  position: relative;
}

.checkout-attributes .attribute-squares li {
  border: none;
  padding: 0;
  line-height: 0;
}

.checkout-attributes li label {
  display: inline-block;
}

.checkout-attributes li label.arv-radio {
  margin: 0;
  position: relative;
  padding-left: 30px;
}

.selected-checkout-attributes {
  color: var(--color-text);
  width: calc(40% - 15px);
  margin-left: 15px;
  text-align: left;
}

.selected-checkout-attributes br {
  content: "";
  display: block;
  margin: 3px;
}

.cart-footer {
  margin: 0 0 50px;
}

.cart-footer:after {
  content: "";
  display: block;
  clear: both;
}

.cart-footer .totals {
  max-width: 100%;
  background-color: #f4f4f4;
  padding: 20px;
  color: var(--color-text);
}

.cart-footer .total-info .giftcard-summary .arv-delete:before {
  color: var(--color-text);
}

.cart-total td {
  width: 50%;
  padding: 5px 0;
  text-align: right;
}

.cart-total td:first-child {
  text-align: left;
}

.cart-total .giftcard-remaining {
  display: block;
  font-style: italic;
}

.cart-total .order-total {
  font-size: 20px;
  color: var(--color-primary);
}

.cart-total .order-total label {
  font-weight: bold;
}

.cart-total .earn-reward-points {
  font-style: italic;
}

.min-amount-warning {
  margin: 0 0 20px;
  padding: 0 30px;
  color: #e4434b;
  display: block;
}

.terms-of-service {
  margin: 20px 0;
  padding-top: 20px;
  padding-left: 30px;
}

.terms-of-service label {
  cursor: pointer;
  position: relative;
  line-height: 1.5;
  padding-left: 0;
}

.terms-of-service label.cbx span:first-child {
  top: 2px;
  left: -30px;
}

.terms-of-service a {
  margin: 0 0 0 3px;
  color: var(--color-primary);
}

.checkout-buttons {
  text-align: center;
}

.checkout-buttons .checkout-button {
  background: none;
  padding: 0;
}

.checkout-buttons .checkout-button>span {
  display: block;
  padding-top: 15px;
  padding-bottom: 15px;
}

.cart-footer .checkout-disabled {
  font-size: 20px;
  text-align: center;
  background: #ffa500;
  border: 1px solid #c3891e;
  color: #fff;
  padding: 15px 50px;
}

.cart-footer .addon-buttons {
  margin: 20px 0 0;
  padding: 0 10px;
}

.cart-collaterals {
  width: 100%;
  max-width: 100%;
}

.cart-collaterals>div {
  max-width: 100%;
  margin: 0 0 50px;
}

.cart-collaterals .title {
  margin: 0 0 5px;
  font-size: 18px;
  color: var(--color-text);
}

.cart-collaterals .hint {
  margin: 0 0 10px;
}

.cart-collaterals .deals>div {
  margin: 0 0 20px;
  padding: 20px;
  background: #f4f4f4;
}

.cart-collaterals .coupon-code {
  overflow: hidden;
  position: relative;
}

.cart-collaterals .coupon-code input[type="text"] {
  width: 100%;
  height: 50px;
  /*safari padding fix*/
  margin: 0 -1px 0 0;
  padding-right: 175px;
  background-color: #fff;
}

.cart-collaterals .coupon-code .primary-btn {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 9
}

.cart-collaterals .coupon-code .apply-discount-coupon-code-button>span {
  padding-top: 12px;
  padding-bottom: 12px;
}

.cart-collaterals .message-failure {
  margin: 5px 0 0;
  font-size: 16px;
  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: 0;
  cursor: pointer;
}

.remove-discount-button span::before,
.remove-gift-card-button::before {
  color: var(--color-text);
}

.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;
  text-align: center;
}


/*** ESTIMATE SHIPPING POPUP COMMON ***/


.estimate-shipping-popup {
  position: relative;
  background: #F4F4F4;
  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%;
  width: 33.33%;
}

.estimate-shipping-row-item.shipping-item {
  padding: 8px 0;
  overflow: hidden;
  overflow-wrap: break-word;
}

.estimate-shipping-row-item.shipping-header-item {
  border-bottom: 1px solid #ddd;
  align-self: flex-end;
  margin: 0 0 8px 0;
  padding: 0 0 8px 0;
}

.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;
  position: relative;
}

.ship-to-title {
  margin-bottom: 10px;
}

.choose-shipping-title {
  margin: 20px 0;
}

.estimate-shipping-address-control {
  width: 100%;
  outline: none;
  border: 0;
  padding: 12px 20px;
  height: auto;
}

.estimate-shipping-radio {
  display: none;
}

.estimate-shipping-row .estimate-shipping-row-item-radio label {
  display: inline-block;
}

.apply-shipping-button-container {
  margin-top: 15px;
  text-align: center;
}

.shipping-options-header {
  z-index: 1;
  background-color: #fff;
}

.shipping-options {
  position: relative;
  z-index: 1;
  padding: 20px;
  overflow: hidden;
  overflow-y: auto;
  max-height: 250px;
  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;
}

.shopping-cart-page .cross-sells {
  padding-top: 50px;
  margin-top: 50px;
  border-top: 1px solid #f6f6f6;
}

.shopping-cart-page .cross-sells .section-head {
  padding-right: 120px;
  line-height: 1.5;
}

.owl-nav button span {
  line-height: 1.4;
}


/*** SHOPPING CART ESTIMATE SHIPPING ***/


.shopping-cart-page .common-buttons .estimate-shipping-button {
  text-align: center;
  color: #fff;
}



/*** PRODUCT ESTIMATE SHIPPING ***/


.product-estimate-shipping .shipping-date {
  margin-top: 3px;
}

.product-estimate-shipping .shipping-title {
  font-size: 16px;
  font-weight: bold;
  color: var(--color-text);
  margin: 8px 0;
  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 .section {
  margin: 0 0 30px;
}

.checkout-page .section.order-summary {
  margin: 100px 0 30px;
}

.checkout-page .cart-options {
  min-height: 60px;
  overflow: hidden;
}

.checkout-page .cart-footer {
  border-top: none;
}

.checkout-page .address-item ul {
  text-align: left;
  margin: 0 0 15px;
  background-color: #f4f4f4;
  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;
}

.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);
}

.checkout-page .pickup-in-store {
  text-align: center;
}

.checkout-page .pickup-in-store .description {
  margin-bottom: 8px;
}

.checkout-page .pickup-in-store .selector {
  margin: 0 0 8px;
  font-weight: bold;
  color: var(--color-text);
}

.select-pickup-point {
  text-align: center;
}

.select-pickup-point .arv-input {
  width: 100%;
  max-width: 600px;
  display: inline-block;
}

.select-pickup-point label {
  width: 100%;
  display: inline-block;
  margin: 0 0 8px;
}

.checkout-page .pickup-points-map {
  min-width: 400px;
  min-height: 350px;
  vertical-align: middle;
  margin-top: 5px;
  margin-bottom: 5px;
}

.checkout-page .ship-to-same-address label.cbx,
.checkout-page .pickup-in-store label.cbx,
.payment-method .use-reward-points label.cbx {
  position: relative;
}

.checkout-page .ship-to-same-address label.cbx span,
.checkout-page .pickup-in-store label.cbx span,
.payment-method .use-reward-points label.cbx span {
  top: 2px;
}

.checkout-page .edit-address-button {
  float: right;
}

.checkout-page .delete-address-button {
  float: right;
}

.shipping-method .method-list,
.payment-method .method-list {
  margin: 0 auto 30px;
  overflow: hidden;
  text-align: center;
  font-size: 0;
  display: flex;
  flex-wrap: wrap;
}

.shipping-method .method-list li,
.payment-method .method-list .method-name {
  background-color: #f4f4f4;
  padding: 20px;
}

.shipping-method .method-list li,
.payment-method .method-list li {
  margin: 0 0 2%;
  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);
  padding-left: 30px;
  position: relative;
}

.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 {
  display: block;
  text-align: center;
  margin-top: 12px;
}

.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;
  border: 1px solid #ddd;
}

.payment-info .info td input[name="CardCode"] {
  width: 65px !important;
}

.payment-info .info td select {
  min-width: 70px;
  border: 1px solid #ddd;
}

.payment-info .info td:first-child {
  margin: 0 0 10px;
}

.payment-info .info p {
  text-align: center;
  line-height: 1.5;
}

.confirm-order .buttons {
  padding: 10px 0;
}

.confirm-order .button-1 {
  font-size: 16px;
}

.order-review-data>div,
.shipment-details-area>div {
  width: 100%;
  max-width: 100%;
  margin: 0 auto 30px;
  background-color: #f4f4f4;
  padding: 20px;
  color: var(--color-text);
  text-align: left;
}

.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;
  text-align: left;
}

.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 {
  padding: 30px 15px;
  text-align: center;
  color: var(--color-text);
}

.order-completed .details div {
  margin: 5px 0;
}

.order-completed .details strong {
  text-transform: uppercase;
}

.order-completed .details a {
  color: var(--color-primary);
}

.order-completed .details a:hover,
.order-completed .details a:focus {
  text-decoration: underline;
}

.opc .step-title {
  margin: 0 0 1px;
  overflow: hidden;
  background-color: #f4f4f4;
}

.opc .allow .step-title {
  background-color: var(--color-primary);
  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 .allow .step-title .title {
  color: var(--color-text);
}

.opc .step-title .number {
  width: 42px;
  border-right: 1px solid #fff;
  text-align: center;
}

.opc .allow .step-title .number {
  background-color: var(--color-text);
}

.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 .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;
}

.opc .section.order-summary #shopping-cart-form {
  margin-top: 40px;
}

.opc .section.order-summary .arv-cart-table .arv_clear_cart_button {
  display: none;
}


/****** ORDER DETAILS & SHIPPING DETAILS ******/



.order-details-page .page-title {
  border-bottom: none;
}

.order-details-page .page-title h1 {
  margin: 0 0 30px;
  border-bottom: 1px solid #ddd;
  padding: 0 0 10px;
}

.order-details-page .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-primary);
}

.order-details-page .page-title a.print-order-button:hover,
.order-details-page .page-title a.print-order-button:focus {
  background-color: #248ece;
}

.order-details-page .order-overview {
  margin: 0 0 30px;
}

.order-details-page .order-overview .order-number {
  text-transform: uppercase;
}

.order-details-page .order-overview .order-total strong {
  font-weight: normal;
  color: var(--color-primary);
}

.order-details-page .repost .button-2 {
  display: inline-block;
  margin: 10px 0;
  border: none;
  background-color: var(--color-primary);
  padding: 10px 15px;
  font-size: 12px;
  color: #fff;
  text-transform: uppercase;
}

.order-details-page .repost .button-2:hover,
.order-details-page .repost .button-2:focus {
  background-color: #248ece;
}

.order-details-page .download a {
  font-weight: normal;
  color: var(--color-primary);
}

.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-primary);
  padding: 10px 30px;
  text-align: center;
  font-size: 15px;
  color: #fff;
  text-transform: uppercase;
}

.user-agreement-page .button-1:hover,
.user-agreement-page .button-1:focus {
  background-color: #248ece;
}

.order-details-page .tax-shipping-info {
  margin: 30px 0;
}

.order-details-page .tax-shipping-info a {
  color: var(--color-primary);
}

.order-details-page .tax-shipping-info a:hover,
.order-details-page .tax-shipping-info a:focus {
  text-decoration: underline;
}

/****** SEARCH & SITEMAP ******/



.search-page .page-title {
  margin: 0 0 -1px;
}

.search-input .fieldset {
  margin: 0 0 30px;
}

.search-input .form-fields {
  padding: 30px 15px 10px;
}

.advanced-search .price-range {
  display: inline-block;
}

.advanced-search .price-range input {
  width: 80px;
  margin: 3px;
}

.search-input .buttons {
  text-align: center;
}

.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;
}

.sitemap-page .entity li:before {
  content: "";
  position: absolute;
  top: 23px;
  left: 0;
  width: 5px;
  height: 5px;
  background-color: #ddd;
}

.sitemap-page .entity a {
  color: var(--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 ******/
.news-list-homepage {
  padding-bottom: 90px;
}

.block-blog-archive .number {
  display: block;
  color: var(--color-text);
  cursor: auto;
}

.blog-page .page-title,
.news-list-page .page-title {
  margin: 0;
}

.news-items,
.blog-posts {
  display: flex;
  flex-wrap: wrap;
}

.blog-page .post,
.news-items .news-item {
  width: 49%;
  margin: 0 0 2% 2%;
  background: #f4f4f4;
  padding: 20px;
}

.blog-page .post:nth-child(2n+1),
.news-items .news-item:nth-child(2n+1) {
  margin-left: 0;
}

.news-list-homepage .news-item {
  width: 100%;
  margin: 0 1% 30px;
  border: 1px solid var(--color-text);
  border-radius: 5px;
  background-color: #fff;
  padding: 20px;
  margin-bottom: 30px;
  text-align: center;
}

.blog-page .post:after {
  content: "";
  display: block;
  clear: both;
}

.post-title,
.news-title {
  font-size: 22px;
  font-weight: 600;
  color: var(--color-text);
  margin-bottom: 30px;
  height: 65px;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.post-title:hover,
.post-title:focus,
.news-title:hover,
.news-title:focus {
  color: var(--color-primary);
}

.post-date,
.news-date {
  display: block;
  margin-bottom: 30px;
  color: var(--color-text);
  font-size: 14px;
}

.post-body,
.news-body {
  margin: 0 0 20px;
  font-size: 16px;
}

.post-body p,
.news-body p {
  margin-bottom: 1rem;
  line-height: 1.5;
}

.post-body li,
.news-body li {
  margin-bottom: 1rem;
  line-height: 1.5;
}

.blog-page .tags,
.blogpost-page .tags {
  margin: 0 0 15px;
  overflow: hidden;
  padding: 0 10px;
}

.blog-page .tags label,
.blogpost-page .tags label {
  display: inline-block;
  margin: 0 3px 3px 0;
  font-weight: bold;
  color: var(--color-text);
}

.blog-page .tags ul,
.blogpost-page .tags ul {
  display: inline-block;
  margin: 0 0 3px 3px;
  font-size: 0;
}

.blog-page .tags li,
.blogpost-page .tags li {
  display: inline-block;
  font-size: 14px;
  /*reset zeroing*/
}

.blog-page .tags li.separator,
.blogpost-page .tags li.separator {
  margin: 0 8px 0 0;
}

.blog-page .tags a,
.blogpost-page .tags a {
  display: block;
  color: var(--color-primary);
}

.blog-page .tags a:hover,
.blog-page .tags a:focus,
.blogpost-page .tags a:hover,
.blogpost-page .tags a:focus {
  text-decoration: underline;
}

.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-primary);
}

.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;
}

.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 #ddd;
}

.comment-list .comment:after {
  content: "";
  display: block;
  clear: both;
}

.comment-info {
  width: 150px;
  margin: 20px auto;
}

.comment-info .username {
  display: block;
  margin: 0 0 -1px;
  border: 1px solid #ddd;
  background-color: #f4f4f4;
  padding: 12px 15px;
  font-weight: bold;
  color: var(--color-text);
}

.comment-info a.username:hover,
.comment-info a.username:focus {
  color: var(--color-primary);
}

.comment-info .avatar {
  position: relative;
  width: 150px;
  height: 150px;
  border: 1px solid #ddd;
  overflow: hidden;
  margin: 0 auto;
}

.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;
}

.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 .title {
  margin: 0 0 -1px;
  border-bottom: 1px solid #ddd;
  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-btn {
  text-align: center;
}

.news-list-homepage .view-all-btn a {
  color: var(--color-text);
  text-decoration: underline;
}

.news-list-homepage .view-all-btn a:hover,
.news-list-homepage .view-all-btn a:focus {
  color: var(--color-primary);
}


/*** 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 auto 50px;
  overflow: hidden;
  background: #f4f4f4;
  text-align: center;
}

.forums-header:after {
  content: "";
  display: block;
  clear: both;
}

.forums-header .current-time {
  margin: 0 0 15px;
  color: var(--color-text);
}

.search-box.forum-search-box {
  width: 100%;
  display: inline-block;
  text-align: center;
}

.forum-search-box .basic {
  overflow: hidden;
}

.forum-search-box .basic .arv-input {
  display: flex;
  align-items: center;
}

.search-box.forum-search-box .basic input {
  width: calc(100% - 131px);
  outline: none;
}

.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 .page-title {
  margin: 0 0 -1px;
}

.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: 600;
  color: var(--color-text);
}

.forums-table-section-title a:hover,
.forums-table-section-title a:focus {
  color: var(--color-primary);
}

.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-text);
}

.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;
}

/* forum-page, topic page */

.forum-page .forum-info {
  margin: 0 0 30px;
}

.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 a {
  padding: 10px;
  font-size: 16px;
  background-color: #f4f4f4;
  font-family: var(--font-primary) !important;
}

.forum-actions .actions a:before {
  font-family: 'Vulture' !important;
}

.forum-actions .actions a:before,
.forum-actions .actions a span {
  margin-right: 8px;
}

.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;
}

.forum-topic-page .topic-actions .actions a {
  padding-left: 10px;
  background: #f4f4f4;
  color: var(--color-text);
}

.forum-topic-page .topic-actions .actions a:hover {
  background-color: var(--color-primary);
  color: #fff;
}

.forum-topic-page .topic-actions .actions a:hover:before {
  color: #fff;
}

.topic-actions .reply-topic-button::before,
.topic-actions .watch-topic-button::before,
.topic-actions .move-topic-button:before,
.topic-actions .edit-topic-button:before,
.topic-actions .delete-topic-button:before,
.topic-post .post-actions .edit-post-button::before {
  color: var(--color-text);
  font-family: 'Vulture';
  margin-right: 8px;
}

.topic-actions .reply-topic-button::before {
  content: "\e919";
}

.topic-actions .watch-topic-button::before {
  content: "\e917";
}

.topic-actions .move-topic-button:before {
  content: "\e91a";
}

.topic-actions .edit-topic-button:before,
.topic-post .post-actions .edit-post-button::before {
  content: "\e91c";
}

.topic-actions .delete-topic-button:before {
  content: "\e914";
}

.topic-actions.lower .actions {
  display: none;
}

.active-discussions-page .forums-table-section-body {
  margin: 0 0 20px;
}

/* topic post */

.topic-post {
  margin: 0 0 30px;
  border-top: 1px solid #ddd;
}

.topic-post:last-child {
  border-bottom: 1px solid #ddd;
}

.topic-post:after {
  content: "";
  display: block;
  clear: both;
}

.topic-post .post-info {
  margin: 30px 0;
}

.topic-post .user-info {
  width: 150px;
  margin: 0 auto 15px
}

.topic-post .username {
  display: block;
  margin: 0 0 -1px;
  border: 1px solid #ddd;
  background-color: #f6f6f6;
  padding: 11px 0;
  font-weight: bold;
  color: var(--color-text);
}

.topic-post a.username:hover,
.topic-post a.username:focus {
  color: var(--color-primary);
}

.topic-post .avatar,
.profile-info-box .avatar {
  position: relative;
  width: 150px;
  height: 150px;
  border: 1px solid #ddd;
  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 .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 .delete-post-button,
.topic-post .post-actions .edit-post-button {
  background-color: #f4f4f4;
  padding-left: 10px;
}

.topic-post .post-actions .delete-post-button .arv-delete:before {
  color: var(--color-text);
}

.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-primary);
}

.topic-post .post-actions .post-link-button {
  padding: 10px;
  font-weight: bold;
  color: var(--color-primary);
}

.topic-post .post-actions .post-link-button:hover,
.topic-post .post-actions .post-link-button:focus {
  text-decoration: underline;
}

.topic-post .post-actions .post-link-button:focus-visible {
  outline: none;
}

.topic-post .post-actions .quote-post-button {
  background-color: var(--color-text);
  padding: 10px 20px;
  color: #fff;
}

.topic-post .post-actions .quote-post-button:hover,
.topic-post .post-actions .quote-post-button:focus {
  background-color: var(--color-primary);
  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 #ddd;
  background-color: #f4f4f4;
  padding: 10px;
  color: var(--color-text);
}

.topic-post .signature {
  border-top: 1px solid #ddd;
  padding: 20px;
  font-size: 13px;
  font-style: italic;
  clear: both;
}

.topic-post .post-vote span.vote {
  cursor: pointer;
  display: block;
  width: 40px;
  height: 24px;
}

.topic-post .post-vote span.up {
  background: url('../images/vote-up.png') no-repeat 50% 50%;
}

.topic-post .post-vote span.vote.up.selected {
  background: url('../images/vote-up-selected.png') no-repeat 50% 50%;
}

.topic-post .post-vote span.down {
  background: url('../images/vote-down.png') no-repeat 50% 50%;
}

.topic-post .post-vote span.vote.down.selected {
  background: url('../images/vote-down-selected.png') no-repeat 50% 50%;
}

.topic-post .vote-count-post {
  display: block;
  font-size: 160%;
}

/* forum edit & send message */

.forum-edit-page .page-title,
.move-topic-page .page-title,
.private-message-send-page .page-title {
  margin: 0 0 -1px;
}

.move-topic-page label {
  white-space: normal;
}

.forum-edit-page .message-error,
.private-message-send-page .message-error {
  margin: 20px 0;
}

.forum-edit-page .inputs strong {
  display: inline-block;
  max-width: 400px;
  font-size: 22px;
  /*reset zeroing*/
  color: var(--color-text);
}

.forum-edit-page .inputs .topic-subject {
  font-size: 16px;
}

.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: #ddd;
  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;
}

.private-messages .buttons button {
  font-size: 15px;
  font-family: var(--font-primary);
}

.private-message-send-page a {
  font-size: 14px;
  color: var(--color-primary);
}

.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-family: var(--font-primary);
  color: var(--color-text);
}

.ui-widget.ui-widget-content.ui-tabs {
  border: none;
}

.ui-tabs-nav {
  margin: 0 0 30px;
  border-bottom: 1px solid #ddd;
  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 #ddd;
  padding: 12px 24px;
  text-align: center;
  font-size: 18px;
  color: var(--color-text);
  /*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: var(--color-text);
  color: #fff;
}

.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-text);
}

.private-messages-page td.subject a.pm-unread {
  color: var(--color-primary);
}

.private-messages-page .pager {
  margin: 0 0 30px;
}

.private-messages-page .buttons,
.private-message-view-page .buttons {
  font-size: 0;
}

.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 {
  background-color: #f4f4f4;
  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: var(--font-primary);
  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: var(--font-primary);
  color: #777;
}

.latest-posts .topic {
  margin: 0 0 35px;
}

.latest-posts .topic-title {
  margin: 0 0 20px;
  background: #f4f4f4;
  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 */

pre {
  white-space: pre-wrap;
  white-space: normal;
  word-wrap: break-word;
}

.csharpcode {
  margin: 10px 0;
  border: 1px dashed #ccc;
  background-color: #fff;
  padding: 10px;
  font-family: "Courier New", Courier, monospace;
  color: #000;
}

.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-primary);
}

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;
}

@media all and (max-width: 769px) {
  .dzm-buttons .add-to-cart input {
    margin-left: 0;
  }

  .review-rating .name-description {
    text-align: center;
    width: 100%;
    display: block;
  }

  .write-review .review-rating div {
    text-align: center;
    padding-bottom: 10px;
  }

  /*** ESTIMATE SHIPPING POPUP ***/
  .product-estimate-shipping {
    margin-top: 15px;
  }

  .shipping-address,
  .estimate-shipping-row.shipping-address {
    flex-flow: column;
  }

  .estimate-shipping-row-item.address-item+.estimate-shipping-row-item.address-item {
    padding-left: 0;
  }

  .address-item {
    width: 100%;
  }
}

/* HERO SECTION */
.homepage-primary-hero-section {
  margin-top: 30px;
  margin-bottom: 30px;
}

.homepage-primary-hero-section>.hero-carousel>.slider-for>div {
  display: none;
}

.homepage-primary-hero-section>.hero-carousel>.slider-for.slick-slider>div {
  display: block;
}

.homepage-primary-hero-section>.hero-carousel>.slider-for>div:first-child {
  display: block;
}

.homepage-primary-hero-section>.hero-carousel>.slider-nav {
  display: flex;
  gap: 10px;
}

.homepage-primary-hero-section .nop-slider .slider-img {
  width: 100%;
  display: block;
}

.hero-carousel.homepage-carousel {
  max-width: 1800px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 0;
  padding-right: 0;
  overflow: hidden;
}

.hero-carousel.homepage-carousel>div:first-child {
  display: block;
}

.hero-carousel.homepage-carousel.slick-slider {
  max-height: none;
  overflow: initial;
}

.hero-carousel.homepage-carousel.slick-slider>div {
  display: block;
}

.hero-carousel.homepage-carousel .banner-content {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 30px;
  padding: 3% 5%;
  background-color: #fff;
}

.hero-carousel.homepage-carousel .banner-content .content-box h2,
.hero-carousel.homepage-carousel .banner-content .content-box h3,
.hero-carousel.homepage-carousel .banner-content .content-box h4,
.hero-carousel.homepage-carousel .banner-content .content-box strong {
  font-weight: 500;
}

.hero-carousel.homepage-carousel .banner-content .content-box h2 {
  font-size: 50px;
  line-height: 1.3;
}

.hero-carousel.homepage-carousel .banner-content .content-box h3 {
  font-size: 42px;
  line-height: 1.3;
}

.hero-carousel.homepage-carousel .img-box img {
  max-width: 620px;
  height: 330px;
  object-fit: contain;
}

.hero-carousel.homepage-carousel .slick-slide .banner-content .content-box {
  display: grid;
  gap: 10px;
  max-width: 550px;
}

.hero-carousel.homepage-carousel .banner-content .content-box .btn-wrap {
  margin-top: 20px;
}

.hero-carousel.homepage-carousel .banner-content .content-box .btn-primary {
  min-width: 140px;
  text-align: center;
}

.hero-carousel.homepage-carousel .slick-slide .banner-content .content-box,
.hero-carousel.homepage-carousel .slick-slide .banner-content .img-box {
  width: 50%;
}

.hero-carousel.homepage-carousel .slick-slide .banner-content .img-box {
  display: flex;
  align-items: center;
  justify-content: center;
}

.hero-carousel.homepage-carousel .banner-content .content-box {
  text-align: left;
  gap: 20px;
}

.hero-carousel.homepage-carousel .slick-slide {
  /* background-color: #fff; */
  border-radius: 6px;
}

.hero-carousel.homepage-carousel .slick-dots {
  position: static;
  display: grid;
  align-items: center;
  justify-content: center;
  grid-template-columns: repeat(4, minmax(320px, 320px));
  gap: 30px;
  margin-top: 30px;
  overflow: hidden;
}

.hero-carousel.homepage-carousel .slick-dots li {
  width: auto;
  height: auto;
  background-color: #fff;
  padding: 30px;
  border-radius: 6px;
  border: 1px solid transparent;
  margin: 0;
  flex-grow: 1;
}

.hero-carousel.homepage-carousel .slick-dots li>a,
.hero-carousel.homepage-carousel .slick-dots li .banner-content>a {
  display: none;
}

.hero-carousel.homepage-carousel .slick-dots li .banner-content {
  justify-content: space-between;
  gap: 15px;
  padding: 0;
}

.hero-carousel.homepage-carousel .slick-dots li .content-box {
  max-width: 200px;
}

.hero-carousel.homepage-carousel .slick-dots li .content-box .heading {
  font-size: 20px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  min-height: 42px;
}

.hero-carousel.homepage-carousel .slick-dots li .content-box .sub-heading {
  font-size: 14px;
  margin-bottom: 10px;
}

.hero-carousel.homepage-carousel .slick-dots li.slick-active {
  border-color: var(--color-primary);
}

.hero-carousel.homepage-carousel .slick-dots li .img-box img {
  max-width: 150px;
  max-height: 100px;
  object-fit: contain;
}

.hero-carousel.homepage-carousel .slick-dots li.banner-content .content-box .btn-primary {
  min-width: auto;
}

.hero-carousel.homepage-carousel .slick-dots li .btn-primary {
  position: relative;
  background: none;
  padding: 0 0 7px;
  color: var(--color-text);
}

.hero-carousel.homepage-carousel .slick-dots li .btn-primary::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 30px;
  height: 2px;
  background-color: var(--color-text);
}

.hero-carousel.homepage-carousel .slick-dots li .content-box .btn-wrap {
  margin-top: 20px;
}

.hero-carousel.homepage-carousel .slick-dots li .content-box .btn-wrap .btn {
  font-size: 15px;
  text-align: left;
}

.hero-carousel.homepage-carousel .slick-dots li .content-box .btn-wrap .btn:hover {
  color: var(--color-primary)
}

.hero-carousel.homepage-carousel .slick-dots li .content-box .btn-wrap .btn:hover::after {
  background-color: var(--color-primary)
}

.hero-carousel.homepage-carousel .slick-arrow {
  display: none !important;
}

/* HOMEPAGE PRODUCT CATEGORY CARD */
.thumb-grid-section {
  display: flex;
  flex-wrap: wrap;
  gap: 30px 15px;
}

.thumb-grid-section .item-grid {
  display: flex;
  flex-wrap: wrap;
}

.thumb-grid-section .item-grid .item-box {
  display: none;
  max-width: 300px;
}

.thumb-grid-section .item-grid .item-box:first-child,
.thumb-grid-section .item-grid.slick-slider .item-box,
.thumb-grid-section .item-grid.slick-slider {
  display: block;
}

.cat-thumb-box {
  width: 100%;
}

.cat-thumb-box .img img {
  width: 100%;
}


.cat-thumb-box+.product-grid {
  width: 100%;
}

.cat-thumb-box+.product-grid .item-box .picture a img {
  width: 100%;
}

.product-cat-card {
  position: relative;
}

.product-cat-card .desc {
  position: absolute;
  width: 100%;
  padding: 30px;
}

.product-cat-card .desc .sub-heading {
  color: #0053F6;
  font-size: 15px;
  font-weight: 500;
  margin-bottom: 15px;
}

.product-cat-card .desc .heading {
  font-size: 28px;
  line-height: 1.3;
  color: var(--color-text);
  font-weight: 500;
}

.product-cat-card .desc .btn-wrap {
  margin-top: 20px;
}

.product-cat-card .desc .btn-wrap .btn {
  position: relative;
  padding-bottom: 7px;
}

.product-cat-card .desc .btn-wrap .btn::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 30px;
  height: 2px;
  background-color: var(--color-text);
}

.product-cat-card .desc .btn-wrap .btn:hover {
  color: var(--color-primary)
}

.product-cat-card .desc .btn-wrap .btn:hover::after {
  background-color: var(--color-primary);
}

/* RECENTLY VIEWED PRODUCT */
.recently-viewed-product-section .section-title {
  font-weight: 500;
  font-size: 28px;
  text-align: left;
}

/* HOMEPAGE FEATURES SECTION */
.home-page-feat-item-wrap .feat-item {
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.home-page-feat-item-wrap .feat-item .feat-item__desc {
  text-align: center;
}

/* MEGA MENU CSS */
.header-menu .top-menu.notmobile li:first-child h2:after {
  display: none;
}

.top-menu h2:before {
  content: '\e901';
}


.top-menu .category__list__item--has-sublist .category__list__item__link:after {
  content: '\e910';
}

.header-menu .top-menu.notmobile li:first-child:hover h2::before {
  color: #fff;
}

.top-menu h2,
.top-menu .category__list__item__link {
  color: var(--color-text);
}

.top-menu .category__list__item__link {
  width: 100%;
}

.top-menu .category__sublist {
  left: 310px;
}

.top-menu .category__list__item--has-sublist:hover .category__list__item__link,
.top-menu .category__list__item--has-sublist:hover .category__list__item__link:after,
.top-menu .category__sublist__item:hover .category__sublist__link h3 {
  color: var(--color-primary);
}

.top-menu .category__list__item:hover>.category__list__item__link {
  border-left-color: var(--color-primary);
}

@media screen and (min-width: 1001px) {
  .header .header-menu .top-menu.notmobile li:first-child h2::before {
    top: 3px;
  }

  .header .header-menu>ul>li.deals-menu .category__list__item .product-item {
    display: flex;
    gap: 10px;
    align-items: center;
  }

  .header .header-menu>ul>li.deals-menu .category__list__item .product-item .details .product-title {
    padding: 0;
  }
}

@media screen and (max-width: 1000px) {

  .header-menu .top-menu .all-category-li {
    position: relative;
  }

  .header-menu .top-menu .all-category-li>h2,
  .header-menu .top-menu>li:first-child>h2 {
    font-size: 17px;
    padding: 15px 40px 15px 20px;
  }

  .header-menu .top-menu .all-category-li.open ul.category__list,
  .header-menu .top-menu>li:first-child.open ul.category__list {
    display: block;
  }

  .header-menu .top-menu .all-category-li.open::after,
  .header-menu .top-menu>li:first-child.open::after {
    transform: rotate(180deg);
  }

  .header-menu .category__list__item--has-sublist {
    position: relative;
  }

  .header-menu .category__list__item--has-sublist::after {
    content: "\e90e";
    font-family: var(--font-icon);
    color: var(--color-text);
    position: absolute;
    top: 0;
    right: 0;
    font-size: 16px;
  }

  .header-menu .category__list__item--has-sublist .category__sublist {
    display: none;
    background-color: #eee;
    left: 0;
  }

  .header-menu .category__list__item--has-sublist .category__sublist a {
    font-size: 15px;
  }

  .header-menu .category__list__item--has-sublist .category__sublist>ul {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 15px;
  }

  li.category__list__item.category__list__item--has-sublist>a {
    font-weight: 600;
  }

  .header-menu .category__list__item--has-sublist .category__sublist .category__sublist__item>a {
    display: flex;
    align-items: center;
    gap: 10px;
  }

  .header-menu .category__list__item--has-sublist .category__sublist .category__sublist__item h3 {
    font-weight: 400;
    font-size: 14px;
  }

  .header-menu .category__list__item--has-sublist .category__sublist .category__sublist__item .category__sublist__image img {
    width: 20px;
    height: 20px;
    object-fit: contain;
  }

  li.category__list__item.category__list__item--has-sublist.sublist-open .category__sublist {
    display: block;
  }

  li.category__list__item.category__list__item--has-sublist.sublist-open>a::after {
    transform: rotate(90deg);
  }

  /*** MOBILE NAVIGATION ***/
  .header-menu {
    max-width: 600px;
    width: auto;
    z-index: 1;
  }

  .menu-toggle::before {
    display: none;
  }

  .menu-toggle::after {
    content: "\e91e";
    font-family: var(--font-icon);
    width: 30px;
    height: 30px;
    color: #fff;
    font-size: 22px;
    line-height: 1.3;
    text-align: center;
  }

  .menu-toggle.hide-on-desktop.active::after {
    content: "\e916";
  }

  .top-menu>li:first-child,
  .top-menu>li:first-of-type {
    border: none;
    background: none;
  }

  .top-menu>li:last-child {
    background: none;
  }

  .top-menu {
    display: none;
    position: absolute;
    top: 115px;
    left: 0;
    width: 100%;
    text-align: left;
    padding: 15px 20px;
    background-color: #f6f6f6;
  }

  .top-menu.expand {
    display: block;
  }

  .top-menu>li {
    margin: 1px 0;
    background-color: #eaeaea;
  }

  .top-menu>li>a {
    color: var(--color-text);
  }

  .top-menu>li>a:focus {
    position: relative;
    z-index: 1;
  }

  .top-menu .sublist {
    display: none;
    background-color: #fff;
    padding: 5px 0;
  }

  .top-menu .sublist li {
    position: relative;
    margin: 1px 0 1px 20px;
  }

  .top-menu .sublist li a {
    display: block;
    padding: 15px 18px;
    font-size: 15px;
  }

  .sublist .sublist-toggle {
    height: 49px;
  }

  .top-menu .category__list__item.sublist-open .category__sublist {
    position: relative;
    padding-left: 80px;
    padding-top: 15px;
    padding-bottom: 15px;
    opacity: 1;
    visibility: visible
  }

  .top-menu .category__sublist__image {
    display: block;
  }
}

@media screen and (max-width: 575px) {
  .header-menu .category__list__item--has-sublist .category__sublist>ul {
    grid-template-columns: 1fr;
  }
}


/* FULL DESCRIPTION */
.full-description h2,
.full-description h3,
.full-description h4,
.full-description h5,
.full-description h6,
.full-description p {
  margin-bottom: 1rem;
}

.full-description h3 {
  font-size: 1.3rem;
}

.full-description ul {
  margin-bottom: 1rem;
}

.full-description li {
  margin-bottom: 0.8rem;
}

.full-description p:last-child,
.full-description li:last-child {
  margin-bottom: 0;
}

.product-details-page .full-description .section-heading {
  margin-top: 3.5rem;
  margin-bottom: 1.5rem;
  font-size: 1.8rem;
  text-align: left;
}

.product-details-page .full-description .desc-box,
.product-details-page .full-description .desc-box-two,
.product-details-page .full-description .desc-box-three {
  padding: 40px;
  margin-bottom: 2rem;
  text-align: left;
}

.product-details-page .full-description .desc-box {
  background-color: #fff;
}

.product-details-page .full-description .desc-box-two {
  background-color: #b5e5f7;
}

.product-details-page .full-description .desc-box-three {
  background-color: #c7e1f6;
}

.product-details-page .full-description .desc-box p:last-child {
  margin-bottom: 0;
}

.product-details-page .full-description .intro-box {
  position: relative;
  padding-top: 1.5rem;
}

.product-details-page .full-description .intro-box::before {
  content: '';
  position: absolute;
  top: -25px;
  left: -15px;
  width: 50px;
  height: 50px;
  background-image: url('../images/product-quote-right.png');
  background-repeat: no-repeat;
  background-size: contain;
}

.product-details-page .full-description .product-feat-col-wrap {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 30px;
  align-items: center;
  padding: 40px;
}

.product-details-page .full-description .product-feat-col-wrap.gtc-1 {
  grid-template-columns: 1fr;
}

.product-details-page .full-description img {
  padding: 10px;
  background-color: #fff;
  box-shadow: 0 5px 30px rgba(0, 0, 0, .1);
}


.product-details-page .full-description .product-specs-col-wrap {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 1px;
  box-shadow: 0 5px 30px rgba(0, 0, 0, .1);
  margin-bottom: 2rem;
}

.product-details-page .full-description .product-specs-col-wrap .product-specs-col {
  background-color: #fff;
  padding: 30px;
  text-align: left;
}

@media screen and (max-width: 767px) {

  .product-details-page .full-description .desc-box,
  .product-details-page .full-description .desc-box-two,
  .product-details-page .full-description .desc-box-three {
    padding: 30px;
  }

  .product-details-page .full-description .product-feat-col-wrap {
    grid-template-columns: 1fr;
  }
}

@media screen and (max-width: 480px) {
  .product-details-page .full-description .product-specs-col-wrap {
    grid-template-columns: 1fr;
  }
}


/* hot deals menu */
li.deals-menu h2 {
  min-width: 0;
}

/* search bar fixes */
.search-box.store-search-box {
  position: relative;
}

.search-box.header-search .ui-autocomplete {
  max-width: 100% !important;
  width: 100%;
  border-radius: 50px;
  background-color: #fff;
}

.search-box.header-search .ui-autocomplete a {
  display: flex;
  gap: 15px;
  flex-wrap: wrap;
  justify-content: start;
  align-items: center;
  padding: 5px 15px !important;
  color: #000 !important;
}

.search-box.header-search .ui-autocomplete a img {
  width: 40px;
  margin: 0;
  aspect-ratio: 1 / 1;
  object-fit: contain;
}

.search-box.header-search .ui-autocomplete a>span {
  width: calc(100% - 55px);
}

/* hot deals */
.top-deals-section .item-box .add-to-compare-list-button,
.top-deals-section .item-box .add-to-wishlist-button {
  background: transparent;
  padding: 0;
}

.product-grid.top-deals-section .item-grid {
  padding: 0;
}

.product-grid.top-deals-section {
  background: #fff;
  background-color: #fff;
  padding: 30px;
  margin-bottom: 30px;
  border-radius: 6px;
}

.top-deals-section .title-section {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-bottom: 25px;
  margin-bottom: 30px;
  border-bottom: 1px solid #EAEAEA;
  gap: 30px;
}

.top-deals-section .title-section .section-title {
  font-weight: 500;
  font-size: 28px;
  text-align: left;
  color: var(--color-text);
}

.view-all-btn-wrap {
  min-width: 60px;
}

.product-grid .view-all-btn-wrap a {
  position: relative;
  text-align: left;
  padding: 0;
  background: none !important;
  color: inherit;
  text-transform: none;
  font-size: inherit;
  transition: none;
}

.product-grid .view-all-btn-wrap a:hover {
  color: var(--color-primary);
}

.product-grid .view-all-btn-wrap a::after {
  content: '';
  position: absolute;
  bottom: -8px;
  left: 0;
  width: 32px;
  height: 2px;
  background-color: var(--color-text);
}

.product-grid .view-all-btn-wrap a:hover::after {
  background-color: var(--color-primary);
}

.product-grid.top-deals-section .item-grid .item-box button.button-2.product-box-add-to-cart-button {
  background-color: var(--color-primary);
  color: #fff;
  text-align: center;
  font-size: 15px;
  font-weight: 500;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: row-reverse;
  border-radius: 5px;
  padding: 15px 20px;
}

.product-grid.top-deals-section .item-grid .item-box button.button-2.product-box-add-to-cart-button:hover {
  background-color: var(--color-secondary);
}

.top-deals-section .remaining-time .time-display-item {
  color: #fff;
  background-color: var(--color-primary);
  padding: 15px 20px;
  text-align: center;
  font-size: 16px;
  border-radius: 10px;
}

.top-deals-section .sold-bar-wrap .sold-bar__sold-bg {
  background-color: var(--color-primary);
}

.top-deals-section .item-box .details .brand-title {
  top: 0;
}

/* product collection */
.collection-products .item-grid {
  display: flex;
  flex-wrap: wrap;
}

.collection-products .item-box {
  border: 1px solid #f6f6f6;
  padding: 20px;
  width: 25%;
  margin: 0;
}

/* deals page */
.html-deals-page .section.deals-page .row:after {
  content: '';
  clear: both;
  display: block;
}

.html-deals-page .section.deals-page .product-sorting {
  max-width: 250px;
}

.html-deals-page .section.deals-page .product-sorting select {
  width: 100%;
}

/* banner slider */
.home-page .slider-container .slider-nav .thumbnail {
  display: flex;
  justify-content: space-between;
  padding: 20px;
  align-items: center;
  flex-wrap: wrap;
  height: auto;
  min-height: 150px;
  background-color: #fff;
}

.home-page .slider-container .slider-nav .thumbnail>img {
  max-width: 30%;
  width: 30%;
  flex: 0 0 30%;
  display: inline-block;
}

.home-page .slider-container .slider-nav .thumbnail>.thumb-description {
  max-width: 70%;
  width: 70%;
  flex: 0 0 70%;
  display: inline-block;
}

.home-page .slider-container .slider-nav .thumbnail>.thumb-description .content-box {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  text-align: left;
}

.home-page .slider-container .slider-nav .thumbnail>.thumb-description .content-box>* {
  width: 100%;
}

.home-page .slider-container .slider-nav .thumbnail>img {
  max-height: 80px;
  object-fit: contain;
}

.home-page .slider-container {
  max-height: none;
}

.home-page .slider-container .slider-nav .slick-slide {
  opacity: 1;
  border: 1px solid transparent;
}

.home-page .slider-container .slider-nav .slick-slide.slick-current.slick-active {
  border-color: var(--color-primary);
}

.home-page .slider-container .slider-nav .slick-list {
  padding: 0 !important;
}

.home-page .slider-container .slider-nav .sub-heading {
  font-size: 14px;
  margin-bottom: 10px;
}

.home-page .slider-container .slider-nav .heading {
  font-size: 20px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  min-height: 42px;
}

.home-page .slider-container .slider-nav .btn-wrap {
  margin-top: 10px;
}

.home-page .slider-container .slider-nav .btn-wrap a {
  background: transparent !important;
  padding: 0 !important;
  color: inherit !important;
  position: relative;
}

.home-page .slider-container .slider-nav .btn-wrap a::after {
  content: '';
  position: absolute;
  bottom: -8px;
  left: 0;
  width: 32px;
  height: 2px;
  background-color: var(--color-text);
  transition: all .3sease-in-out;
}

.home-page .slider-container .video-slide-item {
  width: 100%;
}

.home-page .slider-container .slider-nav .slick-slide>img {
  height: 155px;
  object-fit: cover;
  object-position: center;
  min-height: 155px;
}

@media (min-width: 641px) {
  .home-page .slider-container .slide-description {
    max-width: 550px;
    left: 5%;
  }
}

@media (min-width: 1001px) {

  /* hot deals menu */
  .top-menu .deals-menu h2 {
    min-height: 0;
  }

  .top-menu .deals-menu h2 span {
    line-height: 1;
  }

  .header-menu .top-menu.notmobile li.deals-menu ul.category__list {
    display: flex !important;
    opacity: 1;
    visibility: visible;
    flex-wrap: wrap;
    align-items: center;
    pointer-events: none;
    gap: 20px;
    padding: 10px 30px;
  }

  .header-menu .top-menu.notmobile li.deals-menu:hover ul.category__list {
    pointer-events: all;
  }

  .header-menu .top-menu.notmobile li.deals-menu ul.category__list li {
    flex: 1 1 auto;
    max-width: 100%;
    text-align: center;
  }

  .header-menu .top-menu.notmobile li.deals-menu ul.category__list:before {
    display: none;
  }

  .view-all-btn-wrap a {
    color: #000;
    font-size: 18px;
  }

  .header-menu .top-menu.notmobile li.deals-menu ul.category__list li .picture img {
    width: 80px;
    height: 80px;
    object-fit: contain;
    aspect-ratio: 1 / 1;
    /* height: auto; */
  }

  .top-menu .deals-menu .details h2 {
    text-align: center;
    justify-content: center;
    text-align: center;
  }

  .header-menu .top-menu.notmobile li.deals-menu ul.category__list li h2.product-title:before,
  .header-menu .top-menu.notmobile li.deals-menu ul.category__list li h2.product-title:after {
    display: none;
  }

  .header-lower .header-menu>ul {
    display: flex !important;
    align-items: center;
  }

  /* mega menu */
  .header-menu .top-menu.notmobile ul.category__list h3 {
    line-height: 1.3;
  }

  .header-menu .top-menu.notmobile li.menu-toggle.hide-on-desktop {
    display: none;
  }

  /* mega menu */
}

@media(max-width: 1000px) {
  .collection-products .item-box {
    width: 33.33%;
  }

  li.deals-menu:not(.open)>div {
    display: none;
  }

  .top-menu .deals-menu h2 {
    padding: 0;
    font-size: inherit;
    border: none;
    margin: 0;
    position: relative;
  }

  .top-menu .deals-menu {
    background: #eaeaea !important;
  }

  .top-menu .deals-menu h2 span {
    display: block;
    width: 100%;
    position: relative;
  }

  .top-menu .deals-menu h2 span:after {
    content: '\e910';
    position: absolute;
    right: 0;
    font-family: var(--font-icon);
    font-size: 16px;
    color: #555;
  }

  .top-menu .deals-menu.open h2 span:after {
    transform: rotate(90deg);
  }

  .top-menu .deals-menu .category__list__item,
  .top-menu .deals-menu .category__list {
    background: transparent;
    width: 100%;
  }

  .top-menu .deals-menu .product-item {
    display: flex;
    /* flex-wrap: wrap; */
    align-items: center;
    gap: 30px;
  }

  .top-menu .deals-menu .product-item>div.picture img {
    width: 50px;
    /* max-width: 50px; */
    display: inline-block;
  }

  .top-menu .deals-menu .product-item>div.details {
    width: calc(100% - 50px);
  }

  .top-menu .deals-menu ul.category__list.list-style-none {
    padding: 0;
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
  }
}

@media(max-width: 991px) {
  .collection-products .item-box {
    width: 50%;
  }

  /* hotedeals  */
  .top-deals-section .title-section .remaining-time {
    order: 3;
  }

  /* hotedeals */
}

@media (max-width: 575px) {
  .collection-products .item-box {
    width: 100%;
  }

  /* hotedeals  */
  .product-grid.top-deals-section .item-grid .slick-list {
    padding-right: 25%;
  }

  /* hotedeals */
}

@media (max-width: 501px) {
  .hero-carousel.homepage-carousel .img-box img {
    max-width: 100% !important;
  }
}
