/*#region VARIABLES*/
/*********** VARIABLES **********/
:root {
  --primary-p100: #fdf9f7;
  --primary-p200: #f8f2ed;
  --primary-p300: #99816a;
  --primary-p400: #543310;

  --secondary-s400: #dc7507;
  --secondary-s50: #4f4f4f;

  --black-b100: #dfdfdf;
  --black-b200: #9f9f9f;
  --black-b300: #222;
  --black-b400: #000000;

  --gray-g100: #f3f3f3;
  --gray-g200: #dadadb;
  --gray-g300: #b4b4b6;
  --gray-g400: #737375;

  --bg-400: #f2f1f0;

  --success: #4cb64c;
  --error: #e3503e;
  --warning: #f3a638;
  --processing: #54b7d3;
  --shipped: #7630ea;
}
/*#endregion VARIABLES*/

/*#region CSS RESET*/
/*********** 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;
  scroll-behavior: smooth;
  -webkit-text-size-adjust: none;
}
/*#endregion CSS RESET*/

/*#region GLOBAL STYLES*/
/*********** GLOBAL STYLES **********/
body {
  max-width: 100%;
  overflow-x: hidden;
  background-color: #fff;
  color: var(--black-b400);
  overflow-y: auto;
  position: relative;
  font: normal 400 14px "Jost", sans-serif;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Lora", serif !important;
  color: var(--black-b400);
  font-weight: 500 !important;
  margin-bottom: 0px !important;
}

a {
  text-decoration: none;
  color: inherit;
  cursor: pointer;
}

a img {
  border: none;
  opacity: 0.99;
  /*firefox scale bug fix*/
}

ol,
ul {
  padding-left: 0px;
}

ol,
ul {
  list-style: none;
}

ol,
ul,
dl {
  margin-bottom: 0px;
}

dd {
  margin-bottom: 0px;
}

p {
  margin-bottom: 0 !important;
}

b,
strong {
  font-weight: 500 !important;
}

table {
  width: 100%;
  border-collapse: collapse;
}

button {
  border: none;
  outline: none;
  background-color: transparent;
}

label {
  display: inline;
}

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;
}

input[type="text"]:focus,
input[type="email"]:focus,
input[type="tel"]:focus,
input[type="password"]:focus,
textarea:focus,
select:focus {
  position: relative;
  z-index: 1;
  border-radius: 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[type="radio"] {
  accent-color: var(--secondary-s400);
  /*transform: scale(1.3);*/
  height: 1.3em;
  width: 1.3em;
  cursor: pointer;
}

input[type="radio"] + label {
  cursor: pointer;
}

input:-webkit-autofill {
  -webkit-box-shadow: inset 0 0 0 1000px #fff;
}

textarea {
  min-height: 150px;
}

input[type="password"] {
  font-weight: 800 !important;
}

input[name$="Password"] {
  padding-inline-end: 50px !important;
}

input[type="checkbox"],
input[type="radio"],
input[type="checkbox"] + *,
input[type="radio"] + * {
  vertical-align: middle;
}

input[type="checkbox"] {
  width: 18px;
  height: 18px;
  accent-color: var(--secondary-s400);
  cursor: pointer;
}

input[type="button"],
input[type="submit"],
button,
.button-1,
.button-2 {
  cursor: pointer;
}



script {
  display: none !important;
}

::-webkit-scrollbar {
  width: 6px;
}

::-webkit-scrollbar-track {
  background: #ddd;
}

::-webkit-scrollbar-thumb {
  background: var(--primary-p300);
}
/*#endregion GLOBAL STYLES*/

/*#region UTILITIES*/
.heading-font {
  font-family: "Lora", serif !important;
}

.text-primary-p400 {
  color: var(--primary-p400);
}

.text-secondary {
  color: #dc7507 !important;
}

.text-light-gray {
  color: #e0e0e0;
}

.icon {
  width: 18px;
  height: 18px;
}

.share-link {
  color: var(--secondary-s400);
  text-decoration: underline;
}

.ui-menu .ui-menu-item {
  width: 100%;
}

.ui-menu .ui-menu-item a:hover {
  background-color: var(--primary-p400) !important;
  color: white !important;
}
/*#endregion UTILITIES*/

/* registration form validation errortext style*/
.error-text {
  font-size: 14px !important;
  background: none !important;
  color: var(--error) !important;
  margin: 2px 0px 0px 0px;
}

.vat-status,
.vat-note {
  margin-top: 2px;
  display: inline-block;
}

/*#region SECTION COMMON STYLE*/
/*************** SECTION COMMON STYLE ****************/
.section {
  padding-top: 48px;
}

.section--extra-padding-bottom {
  padding-bottom: 48px;
}

.section .section-link {
  font-family: "Lora", serif !important;
  color: var(--secondary-s400);
  font-size: 14px !important;
  font-weight: 500 !important;
  margin-right: 0px;
  text-transform: capitalize !important;
  height: fit-content;
}

.section .section__heading {
  margin-bottom: 24px;
}

.section .section__heading p {
  font-family: "Lora", serif !important;
  font-size: 20px;
  font-weight: 600;
  color: var(--primary-p400);
  margin-left: 42px;
  text-transform: capitalize;
  position: relative;
  text-align: left;
}

.section .section__heading--center p {
  display: inline-block;
  text-align: center;
  margin-left: 0;
}

.section .section__heading p::before {
  content: "";
  width: 80px;
  height: 2px;
  background-color: var(--primary-p400);
  position: absolute;
  left: -42px;
  bottom: -5px;
}
/*#endregion SECTION COMMON STYLE*/

.master-wrapper-content,
.center-1 .topic-page,
.home-banner-slider__slide__container,
.best-seller-product-container,
.checkout-page {
  z-index: 0;
  width: 90%;
  margin-left: auto;
  margin-right: auto;
}

.master-column-wrapper {
  z-index: 0;
}

.master-column-wrapper:after {
  content: "";
  display: block;
  clear: both;
}

.side-2:after {
  content: "";
  display: block;
  clear: both;
}

.page {
  min-height: calc(100vh - 695px);
  text-align: center;
}

.page-title {
  margin-bottom: 32px;
}

.email-a-friend-page .page-title,
.apply-vendor-page .page-title,
.check-gift-card-balance-page .page-title {
  margin: 0 0 -1px;
}

.page-title h1 {
  text-transform: capitalize;
  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;
}

.link-rss {
  display: block;
  width: 24px;
  height: 24px;
  background: url("../images/rss.png") center no-repeat;
  font-size: 0 !important;
}

/********* COMMON STYLES ********/

.category-description ul,
.manufacturer-description ul,
.full-description ul,
.topic-block ul,
.topic-page ul,
.post-body ul {
  margin: 12px 0;
  padding: 0 0 0 36px;
  list-style: disc;
}

.category-description ol,
.manufacturer-description ol,
.full-description ol,
.topic-block ol,
.topic-page ol,
.post-body ol {
  margin: 12px 0;
  padding: 0 0 0 36px;
  list-style: decimal;
}

.category-description p,
.manufacturer-description p,
.full-description p,
.topic-block p {
  margin: 10px 0 !important;
  text-align: justify;
}

.header-selectors-wrapper select,
.flyout-cart .flyout-cart__items .item .product-details,
.footer-top .footer-top__card .footer-top__card__icon,
.variant-overview {
  width: 100%;
}

.product-essential dl dt .required,
.variant-overview .required {
  position: static;
}

.accept-consent,
.quantity-addtocart-wrapper {
  display: flex;
  align-items: center;
  gap: 12px;
}

.accept-consent label,
.forum-edit-page .inputs input {
  flex: 1;
}

.item-box .sub-category-item,
.products-container,
.attribute-data,
.checkout-attributes .required,
.product-extra-nav .product-extra-nav__item.active,
.product-extra-nav__item-top.active .estimate-shipping-row,
.forum-topic-page .post-body,
.opc .tab-section,
.auth .auth__details .auth__details__form,
.open-estimate-shipping-popup,
.wishlist-table tr {
  position: relative;
}

/*********** SITE PAGE LAYOUTS ***********/
.site-page,
.checkout-page,
.center-1 .site-page.topic-page,
.order-details-page {
  margin-top: 42px;
  margin-bottom: 82px;
}

.site-page__title {
  font-size: 28px;
  font-weight: 600 !important;
  text-transform: capitalize;
}

.topic-page .page-body,
.topic-block-body {
  text-align: center;
}

.site-page .page-title h1 {
  font-size: 24px;
  text-transform: capitalize;
}

/*********** GLOBAL FORMS ***********/
.fieldset {
  position: relative;
  margin: 0 0 40px;
}

.fieldset .title,
.section .title {
  margin: 0 0 15px;
  padding: 0 10px;
  font-size: 20px;
}

.fieldset .title strong,
.section .title strong,
.cart .product .edit-item a {
  font-weight: normal;
}

.inputs {
  position: relative;
  margin: 0 0 15px;
  text-align: center;
  white-space: nowrap;
}

.inputs input[type="text"],
.inputs input[type="email"],
.inputs input[type="tel"],
.inputs input[type="password"],
.inputs select,
.inputs textarea {
  width: 400px;
  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;
}

.inputs.reversed {
  margin: 0 0 20px;
  text-align: center;
}

.required {
  position: absolute;
  top: 0;
  right: 2px;
  font-size: 20px;
  font-weight: normal;
  color: var(--error);
}

.message-error,
.field-validation-error,
.poll-vote-error,
.password-error {
  display: block;
  font-size: 14px;
  color: #e4434b;
}

.username-not-available-status {
  font-size: 14px;
  color: var(--error);
}

.username-available-status {
  display: block;
  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;
}


/****************** LADILY CUSTOM FORM FIELD ******************/
.ladily-form .ladily-form__label {
  display: block;
  margin-bottom: 8px;
  text-align: left;
  text-transform: capitalize;
}

.ladily-form .ladily-form__label .ladily-form__label--inline {
  display: inline;
}

.ladily-form__section:not(:last-child) {
  margin-bottom: 48px;
}

.ladily-form__section {
  border: 1px solid var(--gray-g300);
  padding-left: 24px;
  padding-right: 24px;
}

.ladily-form__section-title {
  width: fit-content;
  background-color: #fff;
  padding-left: 8px;
  padding-right: 8px;
  margin-top: -12px;
}

.ladily-form .ladily-form__input-text {
  display: block;
  width: 100%;
  border: 1px solid var(--gray-g300);
  border-radius: 0 !important;
  outline: none;
  padding: 12px 20px;
}

.ladily-form .ladily-form__input-text:focus,
.ladily-form .ladily-form__input-textarea:focus,
.ladily-form .ladily-form__input-select:focus {
  border-color: var(--secondary-s400);
}

.ladily-form .ladily-form__input-select {
  display: block;
  width: 100%;
  border-radius: 0 !important;
  border: 1px solid var(--gray-g300);
  padding: 12px 30px 12px 20px;
  box-shadow: none;
  outline: none;
}

.ladily-form .ladily-form__input-textarea {
  width: 100%;
  border: 1px solid var(--gray-g300);
  outline: none;
  padding: 12px 20px;
}

.ladily-form-select {
  display: block;
  width: 100%;
  border-radius: 5px;
  border: 1px solid var(--gray-g300);
  box-shadow: none;
  outline: 0;
}

.ladily-form-input {
  display: block;
  width: 100%;
  border-radius: 5px;
  border: 1px solid var(--gray-g300);
  outline: 0;
}

.form-select {
  border-radius: 0px;
  font-size: inherit;
}

.form-select:focus,
.form-control:focus {
  border-color: inherit;
  outline: 0;
  box-shadow: none !important;
}

/*********** COMPONENT SCROLLBARS ***********/
.table-wrapper::-webkit-scrollbar,
.flyout-cart .flyout-cart__items::-webkit-scrollbar,
.checkout-order-summary::-webkit-scrollbar {
  width: 6px;
}

/*********** GLOBAL TABLES ***********/
.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-top: 1px solid var(--gray-g300);
  border-bottom: 1px solid var(--gray-g300);
  padding: 22px 0px;
  white-space: nowrap;
  font-weight: normal;
  font-size: 16px;
  font-weight: 500;
}

.data-table th:last-child {
  padding-right: 0px;
}

.cart th:not(:last-child) {
  padding-right: 36px;
}

.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;
}

.cart td,
.data-table td,
.forum-table td {
  min-width: 50px;
  background-color: #fff;
  color: var(--black-b400);
}

.shipment-table td,
.order-notes-table td,
.cart .add-to-cart,
.data-table .select-boxes,
.data-table .order {
  text-align: center;
}

.shipment-table td label,
.order-notes-table td label {
  display: inline;
  font-weight: 500;
}

.shipment-table td:not(:last-child),
.order-notes-table td:not(:last-child),
.stock-subscribe-table tr,
.reward-points-page .cart tr td:not(.message, .endDate) {
  border-bottom: 1px solid var(--gray-g300);
}

.cart .product,
.data-table .product,
.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: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 {
  text-decoration: none;
}

.cart .remove-from-cart input[type="checkbox"] {
  display: none;
}

.cart .remove-from-cart .remove-btn {
  border: 0;
  background-color: transparent;
}

.cart .remove-from-cart .remove-btn svg {
  width: 22px;
}

.cart .remove-from-cart .remove-btn:hover svg {
  stroke: var(--error);
}

.cart td.unit-price,
.cart td.vendor,
.data-table td.unit-price {
  font-family: "Lora", serif;
  font-weight: 400;
}

.cart td.quantity input {
  width: 100%;
  text-align: center;
  border: none;
  outline: none;
}

.cart td.subtotal,
.data-table td.total {
  font-family: "Lora", serif;
  font-weight: 600;
  font-size: 16px;
}

.cart td.product .discount,
.cart td.product .discount-additional-info {
  color: var(--gray-g400);
  font-weight: 400;
  font-size: 14px;
}

.data-table em a {
  font-weight: bold;
}

.data-table div.download {
  margin: 4px 0 0;
}

/*********** NOTIFICATIONS & POPUPS  ***********/
.bar-notification-container {
  position: fixed;
  top: 20px;
  right: 20px;
  z-index: 1000;
  line-height: 16px;
  color: #fff;
  width: 285px;
  transform: scale(1);
  animation-direction: alternate;
}

.bar-notification {
  border-radius: 5px;
  background-color: rgba(0, 0, 0, 0.9) !important;
  align-items: flex-start !important;
}

.bar-notification.success {
  background-color: var(--success);
}

.bar-notification.error {
  background-color: #e4444c;
}

.bar-notification.warning {
  background-color: #f39c12;
}

.bar-notification.success p {
  color: var(--success);
}

.bar-notification.error p {
  color: var(--error);
}

.bar-notification.warning p {
  color: var(--warning);
}

.bar-notification {
  position: relative;
  padding: 12px 14px 12px 14px;
}

.bar-notification .content {
  line-height: 24px;
  font-weight: 500;
  margin-right: 32px;
}

.bar-notification .content a {
  color: #fff;
  text-decoration: underline;
}

.bar-notification .close {
  display: inline-block;
  width: 24px;
  height: 24px;
  border-radius: 50%;
  cursor: pointer;
  position: absolute;
  top: 12px;
  right: 14px;
}

.bar-notification.success .close {
  background: var(--success) url("../images/x-circle.svg") center no-repeat;
}

.bar-notification.error .close {
  background: var(--error) url("../images/x-circle.svg") center no-repeat;
}

.bar-notification.warning .close {
  background: var(--warning) url("../images/x-circle.svg") center no-repeat;
}

.popup-notification {
  border-radius: 5px;
  padding: 3px;
  margin: 5px 0;
}

.popup-notification.success {
  border: 2px rgba(75, 176, 122, 0.5) solid;
}

.popup-notification.error {
  border: 2px rgba(228, 68, 76, 0.5) solid;
}

.popup-notification.warning {
  border: 2px rgba(243, 156, 18, 0.5) solid;
}

.noscript {
  border-bottom: 1px solid #333;
  background-color: #ff9;
  padding: 30px 15px;
  text-align: center;
  line-height: 22px;
}

.ajax-loading-block-window {
  position: fixed;
  top: 50%;
  left: 50%;
  z-index: 999;
  transform: translate(-50%, -50%);
  background-color: rgba(0, 0, 0, 0.2);
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}

.lds-ripple,
.lds-ripple div {
  box-sizing: border-box;
}

.lds-ripple {
  display: inline-block;
  position: relative;
  width: 110px;
  height: 110px;
}

.lds-ripple div {
  position: absolute;
  border: 4px solid var(--primary-p400);
  opacity: 1;
  border-radius: 50%;
  animation: lds-ripple 1s infinite;
}

.lds-ripple div:nth-child(2) {
  animation-delay: -0.5s;
}

.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: "Jost", sans-serif;
}

.ui-dialog:before {
  content: "";
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
}

.ui-dialog-titlebar {
  border-bottom: 1px solid #ddd;
  overflow: hidden;
  background-color: var(--primary-p400);
  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: 16px;
  color: #fff;
  font-family: "Jost", sans-serif;
  /*override jQuery UI styles, do not delete doubled properties*/
  margin: 0 !important;
}

.ui-dialog-titlebar button {
  position: absolute;
  top: 0;
  right: 0;
  width: 32px;
  height: 32px;
  border: none;
  overflow: hidden;
  background: url("../images/x.svg") 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/x.svg") 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: #222222;
}

.ui-dialog-content .page {
  min-height: 0;
}

.ui-dialog-content .page-title {
  min-height: 0;
  margin: 0;
  padding: 0px 10px 10px 10px;
  text-align: center;
}

.ui-dialog-content .page-title h1 {
  font-size: 24px;
  line-height: 30px;
}

.ui-dialog-content .back-in-stock-subscription-page {
  text-align: center;
}

.ui-dialog-content .back-in-stock-subscription-page .tooltip {
  margin-bottom: 10px;
}

.ui-dialog-content .back-in-stock-subscription-page .button-1 {
  border: none;
  background-color: var(--primary-p400);
  padding: 10px 15px;
  font-size: 15px;
  color: #fff;
  text-transform: uppercase;
}

.ui-dialog-content .back-in-stock-subscription-page .button-1:hover,
.ui-dialog-content .back-in-stock-subscription-page .button-1:focus {
  background-color: var(--black-b400);
}

.eu-cookie-bar-notification {
  position: fixed;
  bottom: 20px;
  right: 50%;
  transform: translateX(50%);
  z-index: 1050;
  width: 320px;
  height: auto;
  box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
  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(--primary-p400);
  padding: 8px 12px;
  font-size: 14px;
  color: #fff;
}

.eu-cookie-bar-notification a {
  display: block;
  color: var(--secondary-s400);
}

.eu-cookie-bar-notification a:hover,
.eu-cookie-bar-notification a:focus {
  text-decoration: underline;
}

/**********************************************************
************************** HEADER *************************
**********************************************************/
.admin-header-links {
  background-color: #333;
  text-align: center;
  color: #eee;
}

.admin-header-links * {
  display: inline-block;
  margin: 0 10px;
  line-height: 35px;
  font-size: 12px;
  font-weight: bold;
}

.admin-header-links .impersonate {
  display: inline-block;
}

.admin-header-links .impersonate a {
  background-color: #555;
  padding: 0 15px;
}

.admin-header-links .impersonate a:hover,
.admin-header-links .impersonate a:focus {
  background-color: #666;
}

.header {
  position: relative;
  margin: auto;
  text-align: center;
}

.header-top {
  border-bottom: 1px solid var(--gray-g200);
}

.header-upper {
  position: relative;
  z-index: 1;
  padding: 12px 0;
}

.header-selectors-wrapper {
  flex: 1;
  gap: 24px;
  padding: 0;
}

.header-selectors-wrapper > div {
  padding: 0;
  min-width: fit-content;
}

.header-links-wrapper {
  position: relative;
  padding: 0 0 0 0;
}

.header-links ul {
  margin-bottom: 0px;
}

.header-links li {
  display: inline-block;
  padding-left: 12px;
}

.header-links span,
.header-links a {
  display: inline-block;
}

.header-links a:hover,
.header-links a:focus {
  color: var(--primary-p400);
}

#topcartlink {
  display: block;
  width: auto;
  margin: 0;
}

#topcartlink a {
  padding: 0;
}

/************* HEADER PROFILE (FLYOUT PROFILE) ************/
.flyout-user {
  position: absolute;
  top: 100%;
  right: 0;
  z-index: 100;
  width: 220px;
  box-shadow: 0 0 2px rgba(0, 0, 0, 0.25);
  background-color: #fff;
  display: none;
  animation: slideUp 0.3s forwards;
}

.flyout-user.active {
  display: none;
}

.flyout-user__options__item {
  padding: 15px 30px;
}

.flyout-user__options__item:hover {
  color: #fff !important;
  background-color: var(--primary-p400);
}

.flyout-user__options__item:not(:last-child) {
  border-bottom: 1px solid var(--primary-p400);
}

.flyout-user__options__item svg {
  width: 18px;
}

/************* HEADER CART (FLYOUT CART) ************/
.cart-qty,
.wishlist-qty {
  width: 20px;
  height: 20px;
  font-size: 10px;
  color: #fff;
  background-color: var(--primary-p400);
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: -8px;
  margin-left: -8px;
}

.flyout-cart {
  display: none;
}

.flyout-cart .flyout-cart__header {
  display: flex;
  justify-content: space-between;
  padding-bottom: 22px;
  border-bottom: 1px solid var(--gray-g200);
}

.flyout-cart .flyout-cart__header p {
  font-size: 28px;
  font-weight: 600;
  color: var(--primary-p400);
}

.flyout-cart .flyout-cart__items {
  max-height: 320px;
  overflow-y: auto;
  padding-right: 15px;
  margin-top: 12px;
}

.flyout-cart .flyout-cart__items::-webkit-scrollbar-thumb {
  background: var(--primary-p300);
}

.flyout-cart .flyout-cart__items::-webkit-scrollbar-track {
  background: #ddd;
}

.flyout-cart .flyout-cart__items .item:first-child {
  padding-top: 0;
}

.flyout-cart .flyout-cart__items .item {
  padding: 12px 0px;
  display: flex;
  gap: 18px;
  border-bottom: 1px solid var(--gray-g200);
}

.flyout-cart .flyout-cart__items .item .picture {
  width: 85px;
  height: 85px;
  flex: none;
}

.flyout-cart .flyout-cart__items .item .picture img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.flyout-cart
  .flyout-cart__items
  .item
  .product-details
  .product-details__qty-wrapper {
  width: 100%;
  display: flex;
  justify-content: space-between;
  gap: 18px;
}

.flyout-cart .flyout-cart__items .item .product-details .name {
  color: var(--primary-p400);
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  font-size: 16px;
  font-weight: 500;
}

.flyout-cart .flyout-cart__items .item .product-details .attributes {
  font-size: 14px;
}

.flyout-cart
  .flyout-cart__items
  .item
  .product-details
  .product-details__extra {
  min-width: 85px;
  flex: none;
}

.flyout-cart .flyout-cart__items .item .product-details .remove-button {
  color: var(--secondary-s400);
  cursor: pointer;
  text-align: right;
}

.flyout-cart .flyout-cart__items .item .product-details .price {
  color: var(--primary-p400);
  font-weight: 500;
}

.flyout-cart .totals {
  font-size: 20px;
  font-weight: 500;
  color: var(--primary-p400);
}

.underlined-effect-item,
.section-link {
  text-decoration: none;
  position: relative;
}

.underlined-effect-item::before,
.section-link::before {
  content: "";
  width: 100%;
  height: 1px;
  position: absolute;
  bottom: -2px;
  left: 0;
  transform: scaleX(0);
  transition: transform 0.3s;
  transform-origin: right;
}

.underlined-effect-item:hover::before,
.section-link:hover::before {
  transform: scaleX(1);
  transform-origin: left;
}

.underlined-effect-item.underlined-effect-item--primary:hover {
  color: var(--primary-p400);
}

.underlined-effect-item.underlined-effect-item--primary::before {
  background-color: var(--primary-p400);
}

.underlined-effect-item.underlined-effect-item--secondary:hover,
.section-link:hover {
  color: var(--secondary-s400);
}

.underlined-effect-item.underlined-effect-item--secondary::before,
.section-link::before {
  background-color: var(--secondary-s400);
}

.header-lower {
  position: relative;
  z-index: 0;
  padding: 35px 0;
}

.header-logo a {
  display: inline-block;
  width: clamp(90px, -0.875rem + 8.333vw, 130px);
  line-height: 0;
  /*firefox line-height bug fix*/
}

.header-logo a img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.search-box {
  vertical-align: middle;
}

.search-box form {
  display: flex;
  justify-content: space-between;
  border-bottom: 1px solid var(--black-b400);
}

.search-box input.search-box-text {
  width: 100%;
  color: var(--black-b400);
  margin: 0;
  border: none;
  outline: none;
  padding: 0 10px 5px 0;
  font-size: 24px;
  font-family: "Lora", serif;
  font-weight: 600;
}

.search-box input.search-box-text::-webkit-input-placeholder {
  color: var(--black-b200);
}

.search-box select.search-box-category {
  border: none;
  outline: none;
  margin-left: 0px;
  margin-right: 8px;
  font-size: 14px;
  font-weight: 500;
  font-family: "Lora", serif;
}

.search-box:not(.forum-search-box) .search-box-button {
  border: none;
  text-align: center;
  background-color: transparent;
  color: var(--black-b400);
  text-transform: uppercase;
}

.search-box .search-box-button svg {
  width: 24px;
  height: 24px;
}

.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 {
  box-shadow: 0 0 2px rgba(0,0,0,.2);
  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 "Jost", 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 ***********/
.networks .networks-icon {
  border-radius: 50%;
  color: var(--black-b400);
  border: 2px solid var(--black-b400);
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s;
}

.networks .networks-icon svg {
  width: 20px;
  height: 20px;
}

.networks .networks-icon:hover {
  color: #fff;
  border-color: var(--black-b400);
  background-color: var(--black-b400);
}

.footer-top {
  margin-top: 42px;
  margin-bottom: 0px;
}

.footer-top .footer-top__card {
  height: 100%;
  padding: 14px 24px;
  display: grid;
  gap: 16px;
  grid-template-columns: 42px 1fr;
  box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 12px;
  border: 1px solid var(--black-b100);
}
.footer-top .footer-top__card .footer-top__card__icon {
  width: 100%;
}

.footer-top .footer-top__card .footer-top__card__icon img {
  width: 100%;
  object-fit: contain;
}

.footer-top .footer-top__card .footer-top__card__title {
  font-weight: 600 !important;
  color: var(--primary-p400);
}

.footer-top .footer-top__card .footer-top__card__description {
  font-size: 14px;
  color: var(--black-b300);
}
.footer-upper {
  font-size: 16px;
  margin-top: 80px;
}

.footer-upper .footer-logo {
  max-width: 120px;
}

.footer-block {
  font-size: 16px;
}

.footer-block .title {
  font-size: 18px;
}

.footer-block .title .collapse-icon {
  transition: transform 0.4s ease-in-out;
}

.footer-block .title .collapse-icon.rotated {
  transform: rotate(180deg);
}

.footer-block .list a {
  display: inline-block;
  padding: 0;
  margin-top: 8px;
  margin-bottom: 8px;
  margin-inline-start: 15px;
}

.newsletter-email .newsletter-input {
  position: relative;
}

.newsletter-email .newsletter-input input[type="email"] {
  width: 100%;
  padding: 14px 54px 14px 20px;
  border: 2px solid var(--gray-g200);
  border-radius: 40px;
  outline: none;
  font-size: 18px;
  transition: border-color 0.3s;
}

.newsletter-email .newsletter-input input[type="email"]:focus,
.newsletter-email .newsletter-input input[type="email"]:hover {
  border-color: var(--black-b400);
}

.newsletter-email .newsletter-input .newsletter-subscribe-button {
  position: absolute;
  top: 50%;
  right: 6px;
  transform: translateY(-50%);
  width: 45px;
  height: 45px;
  border: 2px solid var(--black-b400);
  background-color: var(--black-b400);
  color: #fff;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.3s;
  z-index: 1;
}

.newsletter-email .newsletter-input .newsletter-subscribe-button:hover {
  color: var(--black-b400);
  background-color: #fff;
  border-color: var(--black-b400);
}

.footer-lower {
  padding: 8px 0;
  border-top: 1px solid var(--gray-g200);
  font-size: 14px;
}

.footer-lower a {
  color: var(--secondary-s400);
  text-decoration: underline;
}

.footer-designed-by {
  border-left: none;
  padding-left: 0;
  text-align: inherit;
}

/*********** SIDE COLUMN ***********/

.block {
  text-align: left;
}

.block .title {
  position: relative;
  margin: 0 0 10px;
  padding: 12px 30px 12px 10px;
  font-size: 20px;
  cursor: pointer;
}

.block .title strong {
  font-weight: normal;
}

.block .list a {
  display: inline-block;
  position: relative;
  font-size: 16px;
  -webkit-transition: all 0.1s ease;
  transition: all 0.1s ease;
}

.block .list li {
  padding: 5px 0 5px 15px;
}

.block .list a:before {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: -15px;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background-color: var(--gray-g200);
}

.block .list .active > a {
  font-weight: 600;
  color: var(--secondary-s400);
}

.block .list .active > a::before {
  background-color: var(--secondary-s400);
}

.block .list a:hover,
.block .list a:focus {
  color: var(--secondary-s400);
}

.block a.product-picture,
.block a.product-picture:before {
  display: none;
}

.block .sublist {
  margin: 15px 0 5px;
}

.block .sublist a {
  font-size: 14px;
}

.block .view-all {
  margin: 10px 0 0;
}

.poll strong {
  display: block;
  margin: 10px 0;
  background-color: var(--gray-g100);
  padding: 10px 15px;
  font-size: 15px;
  font-weight: normal;
  text-transform: uppercase;
}

.poll-options,
.poll-results {
  margin: 10px 0 15px;
  overflow: hidden;
  font-size: 15px;
}

.poll-options li,
.poll-results li {
  margin: 10px 0;
}

.poll-options li > input {
  margin: 0 5px 0 0;
  cursor: pointer;
}

.poll-options li > label {
  display: inline-block;
  font-size: 16px;
  cursor: pointer;
}

.poll .buttons button {
  border: none;
  font-size: 13px;
  color: #fff;
  text-transform: uppercase;
}

.poll-total-votes {
  display: block;
  margin: 10px 0 0;
  font-weight: bold;
  font-style: italic;
}

.home-page-polls {
  text-align: center;
}

.home-page-polls .title {
  font-family: "Lora", serif;
  border-bottom: 1px solid #ddd;
  color: var(--primary-p400);
  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-flex;
  margin: 10px;
}

/********** CATEGORY PAGE **********/
.category-description,
.manufacturer-description,
.vendor-description {
  margin: 0 0 25px;
  line-height: 22px;
  text-align: start;
}

.product-selectors {
  padding-top: 18px;
  padding-bottom: 18px;
  width: 100%;
  border-bottom: 1px solid var(--gray-g200);
}

.product-selectors:first-child {
  border-top: none;
}

.product-selectors > div {
  display: inline-block;
}

.product-selectors span {
  vertical-align: middle;
  font-size: 16px;
}

.product-selectors .product-viewmode {
  display: none;
  font-size: 0;
}

.product-filter .group {
  font-size: 16px;
}

.product-filter .group + .group {
  margin-top: 16px;
}

.price-range-filter .selected-price-range {
  padding: 5px 0;
}

.price-range-filter .selected-price-range .to {
  float: right;
}

.price-range-filter .selected-price-range.manually {
  display: flex;
}

.price-range-filter .selected-price-range.manually .from {
  margin-right: 8px;
}

.price-range-filter .selected-price-range.manually .from,
.price-range-filter .selected-price-range.manually .to {
  width: 50%;
}

.product-filter .attribute-squares {
  font-size: inherit;
}

.product-filter .attribute-squares .attribute-square {
  width: 18px !important;
  height: 18px !important;
  margin-right: 8px;
}

.item-box {
  position: relative;
  width: 100%;
  text-align: start;
  overflow: hidden;
}

.item-box .picture {
  z-index: 1;
  background-color: #fff;
  margin-bottom: 14px;
}

.item-box .picture img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.item-box .picture a {
  display: block;
  position: relative;
  width: 100%;
  height: 100%;
}

.item-box .picture a:focus {
  opacity: 0.85;
}

.item-box .picture a:before {
  content: "";
  display: block;
  padding-top: 100%;
}

.item-box .picture a img {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  background-color: #f6f6f6;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.item-box:hover .picture a img {
  opacity: 0.85;
}

.item-box .details {
  padding: 0 10px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.item-box .product-title {
  margin-bottom: 6px !important;
  font-size: 14px;
  line-height: 1.2;
  font-weight: 500 !important;
  color: var(--primary-p400);
  text-align: center;
  font-family: "Jost", sans-serif !important;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}

.item-box .product-title a {
  display: block;
  text-transform: capitalize;
}

.item-box .product-title a:hover,
.item-box .product-title a:focus {
  color: var(--primary-p400);
}

.item-box .sku {
  margin: 0 0 6px;
  font-size: 14px;
}

.product-list .item-box .sku {
  margin-bottom: 8px;
}

.item-box .product-rating-box {
  display: inline-flex;
  margin-bottom: 2px;
  justify-content: center;
}

.item-box .product-rating-box .product-rating-box-wrapper {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 8px;
}

.item-box .rating {
  background: url("../images/rating1.png") repeat-x;
  width: 85px;
  height: 18px;
}

.item-box .rating div {
  background: url("../images/rating2.png") repeat-x;
  height: 18px;
}

:is(.product-grid, .product-list)
  .item-box
  .description:not([data-short-description]),
.item-box .description {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  margin: 0 0 6px;
}

.product-grid .item-box .description:not([data-short-description]) {
  text-align: center;
}

.product-grid .item-box .description:not([data-short-description]) b {
  font-weight: 400;
}

.item-box .description[data-short-description] {
  display: none;
}

.item-box .description a {
  display: block;
  overflow: hidden;
}

.item-box .prices {
  overflow: hidden;
  text-align: center;
}

.product-list .item-box .prices {
  text-align: start;
}

.item-box .old-price {
  margin: 0 5px 0 0;
  color: #aaa;
  text-decoration: line-through;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.item-box .actual-price {
  color: var(--primary-p400);
  font-weight: 500;
}

.item-box .base-price-pangv {
  margin-top: 2px;
}

.item-box .tax-shipping-info a,
.order-details-page .tax-shipping-info a,
.shopping-cart-page .tax-shipping-info a,
.footer-tax-shipping a {
  color: var(--secondary-s400);
}

.item-box .tax-shipping-info a:hover,
.item-box .tax-shipping-info a:focus,
.order-details-page .tax-shipping-info a:is(:hover, :focus),
.shopping-cart-page .tax-shipping-info a:hover,
.shopping-cart-page .tax-shipping-info a:focus,
.footer-tax-shipping a:hover,
.footer-tax-shipping a:focus {
  text-decoration: underline;
}

.item-box .buttons {
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  margin-top: calc(100% - 54px);
}

.item-box button {
  display: inline-block;
  border: none;
  vertical-align: middle;
}

/*********** PRODUCT BOX ADD TO CART BUTTON **********/
.item-box .product-box-add-to-cart-button {
  width: 100%;
  padding: 8px 0;
  background-color: var(--primary-p400);
  text-align: center;
  font-weight: 600;
  font-family: "Jost", sans-serif !important;
  font-size: 12px;
  color: #fff;
  text-transform: uppercase;
  opacity: 0;
  display: none;
  transition: all 0.3s;
}

.item-box .product-box-add-to-cart-button svg {
  width: 16px;
  stroke-width: 3px;
}

.item-box .product-box-add-to-cart-button:hover,
.item-box .product-box-add-to-cart-button:focus {
  background-color: var(--black-b400);
}

/*********** PRODUCT BOX EXTRA BUTTON (WISHLIST & QUICK VIEW) **********/
.item-box .product-extra-container {
  position: absolute;
  top: 15px;
  right: 15px;
  transform: translateX(150%);
  transition: transform 0.3s;
  z-index: 1;
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.item-box .product-extra-container button {
  padding: 10px;
  background-color: var(--primary-p200);
  width: 32px;
  height: 32px;
  border-radius: 100px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.item-box .product-extra-container button:hover {
  background-color: var(--primary-p400);
}

.item-box .product-extra-button svg {
  color: var(--primary-p400);
}

.item-box .product-extra-container button:hover svg {
  color: var(--primary-p100);
}

/*********** PRODUCT BOX (SUB CATAGORY ITEM) **********/
.sub-category-items-wrapper {
  padding-top: 18px;
  padding-bottom: 18px;
  border-bottom: 1px solid var(--gray-g200);
}

.item-box .sub-category-item .picture {
  height: 100px;
  margin-bottom: 0;
}

.item-box .sub-category-item::after {
  content: "";
  background-color: rgba(0, 0, 0, 0.3);
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
}

.home-page-category-grid,
.sub-category-grid,
.manufacturer-grid,
.vendor-grid {
  margin: 0 0 20px;
}

.home-page-category-grid .title,
.sub-category-grid .title {
  text-align: center;
  font-family: "Jost", sans-serif !important;
  font-size: 18px;
  font-weight: normal;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  margin-top: 12px;
  text-transform: capitalize;
}

.home-page-category-grid .title a,
.sub-category-grid .title a {
  display: block;
  padding: 0 0 15px;
}

.home-page-category-grid .picture,
.sub-category-grid .picture {
  margin: 0;
}

.home-page-category-grid .picture a:before,
.sub-category-grid .picture a:before {
  padding-top: 65%;
}

.products-container .ajax-products-busy {
  display: none;
  position: absolute;
  left: 0;
  z-index: 2;
  width: 100%;
  height: 100%;
  justify-content: center;
  align-items: center;
  background-color: rgba(255, 255, 255, 0.8);
}

.product-list {
  margin: 0 0 50px;
}

.product-grid .title {
  font-size: 18px;
  font-weight: 500;
  padding: 18px 0;
  text-transform: capitalize;
  margin-bottom: 18px !important;
  border-bottom: 1px solid var(--gray-g200);
}

.product-grid.featured-product-grid {
  padding-bottom: 18px;
  border-bottom: 1px solid var(--gray-g200);
}

.manufacturer-grid .title a:hover,
.manufacturer-grid .title a:focus {
  color: var(--secondary-s400);
}

.manufacturer-grid .picture {
  border: 1px solid #ddd;
}

.vendor-grid .title {
  margin: 0 0 15px;
  text-align: center;
  font-size: 18px;
}

.vendor-grid .title a:hover,
.vendor-grid .title a:focus {
  color: var(--primary-p400);
}

.vendor-grid .picture {
  border: 1px solid var(--gray-g200);
}

.pager {
  margin: 0 0 20px;
}

.pager ul {
  text-align: center;
  font-size: 0;
  display: flex;
  justify-content: center;
  align-items: center;
}

.pager li {
  display: block;
  margin: 0 5px;
  vertical-align: top;
}

.pager li a,
.pager li span {
  display: flex;
  justify-content: center;
  align-items: center;
  min-width: 35px;
  height: 35px;
  border: 1px solid var(--gray-g200);
  background-color: transparent;
  text-align: center;
  font-size: 14px;
  cursor: pointer;
  border-radius: 5px;
}

.pager li span {
  border-color: transparent;
  background-color: var(--primary-p400);
  color: #fff;
}

.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 * {
  background-image: url("../images/prev.png");
}

.pager li.next-page * {
  background-image: url("../images/next.png");
}

.pager li.first-page * {
  background-image: url("../images/first.png");
}

.pager li.last-page * {
  background-image: url("../images/last.png");
}

.pager li a:hover,
.pager li a:focus {
  border-color: transparent;
  background-color: var(--gray-g200);
}

/********** PRODUCT PAGE **********/
.product-details-page {
  padding: 20px 0 0;
}

.product-essential:after {
  content: "";
  display: block;
  clear: both;
}

.product-essential .gallery {
  position: static;
  top: 0;
}

.gallery {
  margin: 0 auto 28px;
}

.gallery .picture-wrapper {
  margin: 0 0 15px;
}

.gallery .picture {
  position: relative;
  max-width: 100%;
  margin: 0 auto 14px;
  overflow: hidden;
}

.gallery .picture:before {
  content: "";
  display: block;
  padding-top: 100%;
}

.gallery .picture img,
.picture-gallery .picture-thumbs img,
.video-gallery .video-thumbs iframe,
.variant-picture img {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  max-width: 100%;
  max-height: 100%;
  width: 100%;
  height: 100%;
  object-fit: cover;
  margin: 0px;
}

.picture-gallery .picture-thumbs {
  overflow: hidden;
  font-size: 0;
}

.picture-gallery .picture-thumbs .thumb-item {
  display: inline-block;
  position: relative;
  width: 100px;
  height: 100px;
  margin: 0 5px 10px;
  overflow: hidden;
  cursor: pointer;
}

.video-gallery .video-thumbs .thumb-item {
  display: inline-block;
  position: relative;
  margin: 0 5px 10px;
  overflow: hidden;
}

.overview {
  position: relative;
  color: #414141;
}

.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 DETAILS *******************/
.product-price-review > *:not(:first-child) {
  margin-top: 18px;
}

.product-price-review > .product-price-review__wrapper {
  gap: 18px;
}

.product__details__top {
  display: flex;
  justify-content: space-between;
  gap: 16px;
}

.overview .product-name p {
  font-size: 20px;
  font-weight: 700 !important;
  text-align: left;
}

.overview .short-description {
  padding: 0 0 25px;
  line-height: 22px;
  color: #414141;
}

.overview .product-attributes {
  padding: 25px 0px;
  border-top: 1px solid var(--gray-g200);
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.overview .product-attributes .product-attributes__title {
  font-size: 16px;
  font-weight: 500;
  color: #000;
}

.overview .rental-attributes {
  border: none;
  padding: 0px;
}

.rental-attributes .attribute-item:not(:last-child) {
  margin-bottom: 18px;
}

.rental-attributes.ladily-form .ladily-form__input-text,
.attributes .ladily-form .ladily-form__input-text.custom-textbox {
  padding-block: 6px;
}

.rental-attributes .attribute-label {
  margin: 0px;
  width: 75px;
  position: relative;
}

.attributes .datepicker,
.attributes .ladily-form .ladily-form__input-text.custom-textbox {
  width: 190px;
}

.rental-attributes .required {
  top: -11px;
  right: 1px;
}

/*****************PRODUCT DETAILS ESTIMATE SHIPPING ************************/
:is(.overview, .variant-overview) .product-estimate-shipping .shipping-title {
  margin-bottom: 18px;
  text-align: center;
}

.overview .product-estimate-shipping .shipping-price-title,
.variant-overview .product-estimate-shipping .shipping-price-title {
  font-weight: 500;
  color: #000;
  font-size: 14px;
}

.overview .product-estimate-shipping .shipping-price {
  font-weight: 400;
  font-size: 14px;
}

.overview .product-estimate-shipping .estimated-delivery .shipping-address,
.variant-overview
  .product-estimate-shipping
  .estimated-delivery
  .shipping-address {
  padding: 0;
  border-radius: 0px;
  position: relative;
  text-align: center;
  border: none;
}

.overview .product-estimate-shipping .estimated-delivery .shipping-date,
.variant-overview .product-estimate-shipping {
  text-align: center;
}

.attribute-data .rental-calendar {
  position: absolute;
  width: 20px;
  height: 20px;
  right: 12px;
  top: 50%;
  transform: translateY(-50%);
}

.overview .product-price-review {
  padding: 25px 0;
  border-top: 1px solid var(--gray-g200);
  border-bottom: 1px solid var(--gray-g200);
}

.product-price-review .prices .rental-price {
  margin-bottom: 10px;
}

.product-reviews-overview {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 32px;
}

.product-no-reviews a {
  text-decoration: underline;
}

.product-review-box .rating {
  width: 85px;
  height: 18px;
  background: url("../images/rating1.png") repeat-x;
}

.product-review-box .rating div {
  height: 18px;
  background: url("../images/rating2.png") repeat-x;
  font-size: 0px;
  line-height: 0px;
}

.review-item-info {
  width: 100%;
  display: flex;
  justify-content: space-between;
  margin-bottom: 10px !important;
}

.vendor-product-reviews .product-review-box {
  width: auto;
}

.vendor-product-reviews-title {
  margin-bottom: 20px;
  font-size: 20px;
  font-weight: 500;
  border-bottom: 1px solid var(--gray-g200);
}

.vendor-page .block {
  max-width: 100%;
  text-align: right;
}

.vendor-page .category-page__header__title h1:hover {
  color: var(--secondary-s400);
}

.review-item-info .review-product-name a,
.vendor-page .block a {
  display: inline-block;
  color: var(--primary-p400);
  cursor: pointer;
}

.product-review-tag,
.download-sample-button {
  padding: 6px 12px;
  background-color: var(--primary-p200);
  cursor: pointer;
  width: fit-content;
}

.download-sample-button.stock,
.preorder.download-sample-button {
  cursor: default;
}

.modal .download-sample-button.stock {
  color: var(--black-b400);
}

.product-review-tag svg {
  width: 18px;
  height: 18px;
}

.product-review-links {
  display: inline-block;
}

.product-review-links.add-review::before {
  content: "|";
  padding: 0 5px;
}

.product-review-links a {
  text-decoration: none;
}

.product-review-links:hover,
.download-sample-button:hover {
  color: var(--black-b400);
}

.variant-overview .value a {
  color: var(--secondary-s400);
}

.overview .value a:hover,
.overview .value a:focus,
.variant-overview .value a:hover,
.variant-overview .value a:focus {
  text-decoration: underline;
}

.overview-buttons {
  font-size: 0;
}

.overview .availability,
.variant-overview .availability {
  overflow: hidden;
}

.overview .availability .back-in-stock-subscription,
.variant-overview .availability .back-in-stock-subscription {
  display: inline-block;
}

.overview .delivery,
.variant-overview .delivery {
  overflow: hidden;
}

.overview .free-shipping,
.variant-overview .free-shipping {
  display: inline-block;
  font-weight: 500;
  color: var(--black-b400);
}

.overview .free-shipping.invisible,
.variant-overview .free-shipping.invisible,
.add-review.product-no-reviews::before,
.tier-prices .title {
  display: none;
}

.overview .delivery-date,
.variant-overview .delivery-date {
  margin: 0 0;
}

.overview .min-qty-notification,
.variant-overview .min-qty-notification {
  margin: 10px 0;
  font-style: italic;
}

.overview .download-sample,
.variant-overview .download-sample {
  display: inline-block;
}

.overview .prices,
.variant-overview .prices {
  overflow: hidden;
}

.overview .prices > div > span,
.variant-overview .prices > div > span {
  vertical-align: middle;
}

.overview .old-product-price,
.variant-overview .old-product-price,
.overview .non-discounted-price,
.variant-overview .non-discounted-price {
  font-family: "Lora", serif;
  font-size: 22px;
  color: #666;
  text-decoration: line-through;
}

.overview .product-price {
  font-family: "Lora", serif;
  font-size: 32px;
  font-weight: 700;
  color: var(--primary-p400);
}

.variant-overview .product-price {
  font-family: "Lora", serif;
  font-size: 24px;
  font-weight: 600;
  color: var(--primary-p400);
}

.overview .tax-shipping-info a {
  color: var(--secondary-s400);
}

.variant-overview .tax-shipping-info a {
  color: var(--secondary-s400);
}

.tax-shipping-info,
.base-price-pangv {
  margin-top: 8px;
}

.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 .price-range {
  margin: 5px 0 0;
  color: #777;
}

.tier-prices table td {
  border: 1px solid #ddd;
  padding: 10px;
}

.tier-prices .field-header {
  min-width: 80px;
}

.tier-prices .item-price {
  background-color: #f9f9f9;
  font-size: 16px;
}

.overview .add-to-cart {
  margin: 0 0 0;
}

.overview .product-estimate-shipping {
  margin-bottom: 0px;
}

/****************** PRODUCT ATTRIBUTES ORIGINAL ******************/

.overview .attributes:not(.rental-attributes) {
  padding: 25px 0px;
  border-bottom: 1px solid var(--gray-g200);
}

.variant-overview .delivery,
.variant-overview .additional-details,
.variant-overview .availability,
.variant-overview .prices,
.variant-overview .tier-prices,
.variant-overview .attributes:not(.rental-attributes),
.variant-add-to-cart .customer-entered-price,
.variant-overview .download-sample {
  margin-bottom: 20px;
}

.variant-overview .attributes {
  padding: 0;
  border-bottom: none;
}

.attributes dl dd {
  display: flex;
  justify-content: center;
  align-items: center;
}

.attributes dl dd:not(:last-child) {
  margin-bottom: 20px;
}

.attributes .option-list {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 18px;
}

.attributes .option-list li {
  padding: 7px 10px;
  background-color: var(--primary-p200);
  border: 2px solid var(--primary-p200);
}

.attributes .option-list li.selected-value {
  border-color: var(--primary-p400);
}

/************** PRODUCT DETAILS DELIVERY **************/
.product-details-page .delivery,
.overview .product-price-review .additional-details,
.variant-overview .additional-details {
  gap: 18px;
}

/************** PRODUCT DETAILS MANUFACTURE **************/
.overview .product-price-review .manufacturers a {
  color: #543310;
}

.overview .product-price-review .manufacturers .separator {
  margin-left: -4px;
}

/************** PRODUCT DETAILS GIFT CARD FORM **************/
.giftcard {
  padding-top: 25px;
}

.giftcard div {
  margin: 0 0 10px;
  width: 100%;
  margin-inline: auto;
  position: relative;
}

.giftcard .required {
  display: inline;
}

/************** PRODUCT DETAILS CUSTOMER ENTER PRICE **************/
.customer-entered-price {
  margin-top: 18px;
  margin-bottom: 18px;
}

/****************** PRODUCT DETAILS ADD TO CART & CART INCREASE or DECREASE ******************/
.add-to-cart-panel {
  padding: 12px 16px;
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  z-index: 10;
  background-color: #fff;
  border-top: 1px solid var(--gray-g200);
}

.variant-overview .add-to-cart-panel {
  position: static;
  padding: 0;
  border-top: none;
}

.variant-overview .add-to-cart-panel .add-to-cart-button {
  flex: 1;
  padding: 8px 12px;
}

.variant-overview .add-to-cart-panel .addtocart-quantity-box {
  padding: 8px 12px;
  flex-grow: unset;
}

.variant-overview .add-to-wishlist {
  height: 100%;
}

.variant-overview .add-to-wishlist .add-to-wishlist-button {
  height: 40px;
}

.add-to-cart-panel .addtocart-quantity-box {
  display: inline-flex;
  gap: 8px;
  align-items: center;
  background-color: var(--primary-p200);
  padding: 8px 12px;
  flex-grow: 2;
}

.add-to-cart-panel .addtocart-quantity-box .qty-input {
  width: 25px;
  text-align: center;
  border: none;
  outline: none;
  background-color: transparent;
  margin-top: 0px;
  font-family: "Lora", serif;
  font-size: 18px;
  font-weight: 500;
}

.add-to-cart-panel.ladily-form .ladily-form__input-select {
  width: 70px;
}

.add-to-cart-panel .addtocart-quantity-box .addtocart-quantity-button {
  background-color: transparent;
  border: none;
  outline: none;
  cursor: pointer;
}

.add-to-cart-panel .addtocart-quantity-box .addtocart-quantity-text {
  font-size: 24px;
}

.add-to-cart-panel .add-to-cart-button {
  display: flex;
  gap: 10px;
  justify-content: center;
  align-items: center;
  padding-top: 8px;
  padding-bottom: 8px;
  flex-grow: 8;
}

.add-to-cart-panel .add-to-cart-button svg {
  width: 18px;
  padding: 0;
}

.pre-order-modal .modal-icon svg,
.mixed-pre-order-modal .modal-icon svg {
  width: 65px;
  height: 65px;
  stroke: var(--processing);
}

.pre-order-modal .btn-close:focus,
.mixed-pre-order-modal .btn-close:focus {
  box-shadow: none;
}

.product-share-button {
  display: inline-block;
  overflow: hidden;
}

.full-description {
  line-height: 24px;
}

.full-description ul {
  text-align: left;
}

.product-collateral .title {
  margin: 0 0 10px;
  font-size: 18px;
}

.product-collateral .title strong {
  font-weight: normal;
}

.product-variant-line {
  border-bottom: 1px solid #ddd;
}

.product-variant-list > div:last-child .product-variant-line {
  border-bottom: 0;
}

.variant-picture {
  position: relative;
  width: 220px;
  height: 220px;
  overflow: hidden;
  margin: 0 auto;
}

.variant-overview .variant-name {
  margin: 0 0 10px;
  font-weight: 600 !important;
  color: var(--primary-p400);
  text-align: center;
}

.variant-overview .variant-description {
  margin: 0 0 15px;
  line-height: 22px;
  text-align: center;
}

.variant-overview .add-to-wishlist-button {
  display: inline-block;
  width: auto;
}

.product-specs-box {
  margin: 0 0 40px;
}

.product-specs-box td {
  padding: 10px;
}

.product-specs-box td.spec-group-name {
  border: 0;
  padding-top: 20px;
  font-size: 16px;
}

.product-tags-list {
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
  margin-top: 18px;
}

.product-tags-list a {
  display: inline-block;
  background-color: var(--bg-400);
  padding: 6px 12px;
}

.product-tags-list a:hover,
.product-tags-list a:focus {
  color: var(--secondary-s400);
}

.attributes dt,
.attribute-label {
  display: block;
  margin: 0 0 10px;
  white-space: nowrap;
  font-weight: 500;
  color: var(--black-b400);
}

.attributes select {
  width: auto;
  min-width: 100px;
  max-width: 100%;
}

.attributes .option-list label {
  margin: 0 5px;
}

.attributes .qty-box input {
  width: 48px;
  height: 32px;
  text-align: center;
}

.attributes .option-list:not(.attribute-squares) .disabled {
  opacity: 0.5;
}

.attributes .attribute-squares .disabled .attribute-square {
  cursor: default;
  opacity: 0.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% - 1px),
      #e91e63 50%,
      rgba(0, 0, 0, 0) calc(50% + 1px),
      rgba(0, 0, 0, 0) 100%
    ),
    linear-gradient(
      to top right,
      rgba(0, 0, 0, 0) 0%,
      rgba(0, 0, 0, 0) calc(50% - 1px),
      #e91e63 50%,
      rgba(0, 0, 0, 0) calc(50% + 1px),
      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 "Jost", sans-serif;
  color: #777;
}

.ui-datepicker-header {
  position: relative;
  height: 32px;
  background-color: var(--primary-p400);
  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: var(--primary-p200);
}

.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;
}

.ui-datepicker-calendar td a {
  /*override jQuery UI styles, do not delete doubled properties*/
  border: none !important;
  background: none !important;
  padding: 0;
  text-align: center;
  color: #444 !important;
}

.ui-datepicker-calendar .ui-state-active {
  outline: 2px solid #4ab2f1;
  font-weight: bold;
  color: #4ab2f1;
  /*override jQuery UI styles, do not delete doubled properties*/
  color: #4ab2f1 !important;
}

.attribute-squares {
  font-size: 0;
  display: inline-block;
}

.attribute-squares li {
  display: inline-block;
  text-align: center;
}

.attribute-squares .attribute-square-container {
  display: block;
  position: relative;
  z-index: 0;
}

.attribute-squares label {
  display: block;
  margin: 0 !important;
  overflow: hidden;
}

.attribute-squares .attribute-square {
  display: inline-block !important;
  width: 32px !important;
  height: 32px !important;
  cursor: pointer;
}

.attribute-squares li input {
  display: none;
}

.attribute-squares-padding {
  padding: 0 5px 0 0;
}

.tooltip-container {
  position: absolute;
  width: 200px;
  color: #000000;
  background: #ffffff;
  border: 1px solid #eeeeee;
  text-align: center;
  visibility: hidden;
  border-radius: 5px;
}

.tooltip-container:before {
  content: "";
  position: absolute;
  bottom: 100%;
  left: 50%;
  margin-left: -7px;
  width: 0;
  height: 0;
  border-bottom: 7px solid #eeeeee;
  border-right: 7px solid transparent;
  border-left: 7px solid transparent;
}

.tooltip-container:after {
  content: "";
  position: absolute;
  bottom: 100%;
  left: 50%;
  margin-left: -6px;
  width: 0;
  height: 0;
  border-bottom: 6px solid #ffffff;
  border-right: 6px solid transparent;
  border-left: 6px solid transparent;
}

.attribute-squares li:hover .tooltip-container,
.attribute-squares li:focus .tooltip-container {
  visibility: visible;
  margin-left: -83px;
  margin-top: 5px;
  z-index: 999;
}

.tooltip-container .tooltip-header {
  background-color: #f6f6f6;
  height: 25px;
  border-top-right-radius: 4px;
  border-top-left-radius: 4px;
  padding-left: 10px;
  padding-top: 5px;
  text-align: left;
  width: 198px;
  font-size: 15px;
  border-bottom: 1px #eeeeee solid;
}

.tooltip-container .tooltip-body {
  margin: 5px;
}

.tooltip-container .tooltip-body img {
  border: 0px #fff;
  width: 190px;
}

.giftcard {
  margin: 0 0 20px;
  overflow: hidden;
}

.giftcard label {
  display: block;
  margin: 0 auto 5px;
  font-weight: bold;
}

.giftcard textarea {
  height: 150px;
}

/******************** PRODUCT AVAILABILITY ********************/
.overview .availability,
.variant-overview .availability {
  gap: 18px;
}

.back-in-stock-subscription .subscribe-button {
  display: flex;
  align-items: center;
  gap: 6px;
  padding: 10px 16px;
  background-color: var(--primary-p200);
}

.back-in-stock-subscription .subscribe-button:hover {
  color: #000;
}

.back-in-stock-subscription .subscribe-button svg {
  display: inline-block;
  width: 18px;
}

/******************** PRODUCT EXTRA DETAILS ********************/
.product-extra-nav {
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  grid-gap: 18px;
  padding-bottom: 10px;
  border-bottom: 1px solid #eaecf0;
}

.product-extra-nav
  :is(.product-extra-nav__item, .product-extra-nav__item-top)
  p {
  font-family: "Lora", serif !important;
  font-size: 15px;
  font-weight: 500;
  color: var(--black-b200);
  white-space: nowrap;
}

.product-extra-nav
  :is(.product-extra-nav__item, .product-extra-nav__item-top):hover {
  cursor: pointer;
}

.product-extra-nav .product-extra-nav__item.active::before,
.product-extra-nav .product-extra-nav__item-top.active::before {
  content: "";
  width: 100%;
  height: 1px;
  background-color: var(--primary-p400);
  position: absolute;
  bottom: -11px;
  left: 0;
  transform: scaleX(1);
  transition: transform 0.3s;
  transform-origin: left;
}

.product-extra-nav
  :is(.product-extra-nav__item, .product-extra-nav__item-top)::before {
  content: "";
  width: 100%;
  height: 1px;
  background-color: var(--primary-p400);
  position: absolute;
  bottom: -11px;
  left: 0;
  transform: scaleX(0);
  transition: transform 0.3s;
  transform-origin: left;
}

.product-extra-nav
  :is(.product-extra-nav__item, .product-extra-nav__item-top).active
  p {
  color: var(--primary-p400);
}

.product-extra-details__title {
  border-right: 1px solid var(--gray-g200);
}

.product-extra-details__title p {
  font-size: 35px;
  font-weight: 500;
  color: var(--black-b400);
}

.product-extra-details ul,
.product-extra-details--top ul {
  padding: 0;
}

:is(.product-extra-details, .product-extra-details--top) h4:not(:first-child) {
  margin-top: 42px;
}

:is(.product-extra-details, .product-extra-details--top) ul li {
  list-style: none;
  position: relative;
  padding-bottom: 12px;
}

:is(.product-extra-details, .product-extra-details--top)
  ul
  li:not(:last-child) {
  margin-bottom: 14px;
}

:is(.product-extra-details, .product-extra-details--top) {
  display: none;
}

/****************** PRODUCT DETAILS GROUPED ******************/

/********** PRODUCT REVIEWS **********/
.product-reviews h1 a {
  color: #4ab2f1;
}

.product-reviews .title {
  margin: 0 0 20px;
  font-size: 20px;
}

.tooltip {
  position: initial;
  display: inline-block;
  border-bottom: 1px dotted black;
}

.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 .write-review__title {
  margin-bottom: 16px;
}

.write-review .review-rating {
  display: flex;
  align-items: center;
  flex-direction: row;
  gap: 8px;
}

.star-icon {
  fill: none;
  stroke: var(--gray-g300);
  width: 20px;
}

.rating-wrapper {
  display: flex;
  flex-direction: row-reverse;
  align-items: center;
  justify-content: start;
}

.rating-header {
  font-size: 18px;
  font-weight: 500;
}

input[type="radio"].review-input-radio {
  display: inline-block;
  width: 0;
  opacity: 0;
}

.star-label:hover ~ .star-label .star-icon,
.star-label:hover .star-icon,
.review-input-radio:checked ~ .star-label .star-icon {
  fill: #e59819;
  stroke: #e59819;
}

.write-review .captcha-box {
  margin: 15px 0 0;
}

.product-reviews .message-error {
  margin: 0 0 20px;
}

.product-review-list {
  overflow: hidden;
}

.product-review-item {
  margin: 0 0 40px;
}

.product-review-item .review-item-head {
  border-top: 1px solid #ddd;
  overflow: hidden;
  background-color: #f6f6f6;
  padding: 10px;
}

.product-review-item .review-title {
  line-height: 20px;
  font-size: 15px;
}

.product-review-item .product-review-box {
  margin: 3px 0 0;
}

.product-review-item .review-content {
  padding: 20px 10px;
}

.product-review-item .review-text {
  margin: 0 0 15px;
  line-height: 22px;
}

.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-helpfulness {
  padding-bottom: 12px;
}

.product-review-item .review-info a,
.product-review-helpfulness .vote {
  display: inline-block;
  padding: 0 5px;
  color: var(--secondary-s400);
  cursor: pointer;
}

.product-review-helpfulness .question {
  margin: 0 5px 0 0;
  font-style: italic;
}

.product-review-helpfulness .result {
  margin: 0 0 0 10px;
}

.product-review-item .review-type-rating-ext {
  overflow: hidden;
  margin: 0 0 20px;
}

.product-review-card__details .extra {
  margin-top: 8px;
}

.product-review-card__details .extra .reply {
  padding: 12px 24px;
  background-color: var(--gray-g100);
  border: 1px solid var(--gray-g200);
}

.product-review-card__details .reply-header {
  margin-bottom: 4px;
  font-weight: 500;
  font-size: 16px;
}

/********** PRODUCT DETAILS - GROUPED PRODUCT **********/
.variant-overview {
  display: flex;
  flex-direction: column;
}

.variant-overview .variant-name,
.variant-overview .variant-description,
.variant-overview .prices,
.variant-overview .tier-prices,
.variant-overview .rental-attributes {
  order: -1;
}

.variant-overview .prices .rental-price {
  margin-block: 7px 10px;
}

/********** WISHLIST & COMPARE LIST **********/
.wishlist-content {
  margin: 0 0 20px;
}

.wishlist-content .message-error {
  margin: 20px 0;
}

.wishlist-content .product-content {
  min-width: 300px;
  text-align: left;
}

.wishlist-content .tax-shipping-info {
  margin: 0 0 20px;
  text-align: center;
}

.wishlist-content .tax-shipping-info a {
  color: var(--secondary-s400);
}

.wishlist-content .tax-shipping-info a:hover,
.wishlist-content .tax-shipping-info a:focus {
  text-decoration: underline;
}

.wishlist-content .buttons {
  font-size: 0;
}

.wishlist-content .button-2 {
  display: block;
  width: 250px;
  margin: 0 auto 3px;
  border: none;
  padding: 10px 25px;
  text-align: center;
  line-height: 20px;
  font-size: 15px;
  color: #fff;
}

.wishlist-content .update-wishlist-button,
.wishlist-content .wishlist-add-to-cart-button {
  background-color: #4ab2f1;
  text-transform: uppercase;
}

.wishlist-content .update-wishlist-button:hover,
.wishlist-content .update-wishlist-button:focus,
.wishlist-content .wishlist-add-to-cart-button:hover,
.wishlist-content .wishlist-add-to-cart-button:focus {
  background-color: #248ece;
}

.wishlist-content .email-a-friend-wishlist-button {
  background-color: #aaa;
}

.wishlist-content .email-a-friend-wishlist-button:hover,
.wishlist-content .email-a-friend-wishlist-button:focus {
  background-color: #999;
}

.wishlist-page .share-info {
  text-align: center;
}

.wishlist-page .share-info span {
  display: block;
  margin: 0 0 5px;
}

.wishlist-page .share-info a {
  font-weight: bold;
}

.wishlist-page .share-info a:hover,
.wishlist-page .share-info a:focus {
  color: #4ab2f1;
}

.wishlist-page .no-data {
  margin: 25px 0 0;
}

.compare-products-page {
  position: relative;
  overflow: hidden;
}

.compare-products-page .clear-list {
  color: var(--secondary-s400);
}

.compare-products-page .table-wrapper {
  margin: 0 0 30px;
  padding: 0 0 1px;
  /*IE mobile table border fix*/
  overflow-x: auto;
}

.compare-products-table td {
  min-width: 150px;
  border: 1px solid #dfdfdf;
  background-color: #fff;
  padding: 20px;
  text-align: left;
  vertical-align: top;
}

.compare-products-table td:first-child {
  min-width: 0;
}

.compare-products-table td label {
  font-weight: 600;
  color: var(--black-b400);
}

.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(--black-b400);
}

.compare-products-table .remove-button {
  display: inline-block;
  padding: 6px 12px;
  border: none;
}

.compare-products-table .remove-button:hover,
.compare-products-table .remove-button:focus {
  color: var(--error);
}

.compare-products-table .picture {
  display: block;
  position: relative;
  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: #dc7507;
}

.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: 32px;
  font-weight: 600 !important;
  color: var(--primary-p400);
}

.topic-block-body {
  text-align: justify;
  line-height: 24px;
  font-size: 16px;
}

.apply-vendor-page .topic-block-body p,
.apply-vendor-page .result,
.apply-vendor-page .terms-of-service {
  text-align: center;
}

.topic-page .page-body {
  text-align: justify;
  line-height: 22px;
  font-family: "Jost", sans-serif;
  font-size: 16px;
}

.topic-block a,
.topic-page a {
  text-decoration: underline;
}

.popup-window .topic-page {
  padding: 15px;
}

.not-found-page p {
  margin: 30px 15px;
}

.topic-password {
  text-align: center;
}

.enter-password-title {
  margin: 0 0 20px;
}

/*** TOPICS ***/

.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: #4ab2f1;
  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 .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;
  font-size: 17px;
}

.contact-page .button-1,
.apply-vendor-page .button-1 {
  min-width: 140px;
  border: none;
  background-color: #4ab2f1;
  padding: 10px 30px;
  text-align: center;
  font-size: 15px;
  color: #fff;
  text-transform: uppercase;
}

.contact-page .button-1:hover,
.contact-page .button-1:focus,
.apply-vendor-page .button-1:hover,
.apply-vendor-page .button-1:focus {
  background-color: #248ece;
}

.contact-page .topic-block,
.email-a-friend-page .title,
.apply-vendor-page .title {
  margin: 25px 0;
}

.email-a-friend-page {
  max-width: 600px;
  margin: 0 auto;
}

.email-a-friend-page .title h4 {
  font-weight: normal;
  color: var(--primary-p400);
}

.email-a-friend-page .title h4:hover {
    color: var(--secondary-s400);
}

.apply-vendor-page .terms-of-service > * {
  display: inline-block;
  line-height: 32px;
}

.apply-vendor-page .terms-of-service span,
.apply-vendor-page .terms-of-service a {
  color: #dc7507;
  cursor: pointer;
}

/********** REGISTRATION, LOGIN, ACCOUNT PAGES  **********/
.gender {
  display: inline-block;
}

.gender span {
  display: inline-block;
  margin: 0 5px;
}

.gender span > * {
  display: inline !important;
  margin: 0 5px;
  line-height: 32px;
}

#check-availability-button {
  margin: 10px 0 0;
  border: none;
  background-color: var(--primary-p400);
  padding: 10px 15px;
  font-size: 12px;
  color: #fff;
  text-transform: uppercase;
}

#check-availability-button:hover,
#check-availability-button:focus {
  background-color: #000;
}

.inputs.accept-consent {
  text-align: center;
}

.inputs.accept-consent > * {
  display: inline-block;
  line-height: 32px;
}

.accept-consent span,
.accept-consent a {
  color: #dc7507;
  cursor: pointer;
  font-size: 14px;
}

.inputs.accept-consent label {
  width: auto;
  margin-left: 10px;
  margin-bottom: 0;
}

.registration-result-page {
  min-height: calc(100vh - 560px);
}

.registration-page .button-1,
.registration-result-page .button-1,
.login-page .button-1,
.password-recovery-page .button-1,
.email-revalidation-page .button-1,
.account-activation-page .button-1,
.return-request-page .button-1 {
  min-width: 140px;
  border: none;
  background-color: #4ab2f1;
  padding: 10px 30px;
  text-align: center;
  font-size: 15px;
  color: #fff;
  text-transform: uppercase;
}

.registration-page .button-1:hover,
.registration-page .button-1:focus,
.registration-result-page .button-1:hover,
.registration-result-page .button-1:focus,
.login-page .button-1:hover,
.login-page .button-1:focus,
.password-recovery-page .button-1:hover,
.password-recovery-page .button-1:focus,
.email-revalidation-page .button-1:hover,
.email-revalidation-page .button-1:focus,
.account-activation-page .button-1:hover,
.account-activation-page .button-1:focus,
.return-request-page .button-1:hover,
.return-request-page .button-1:focus {
  background-color: #248ece;
}

.return-request-page h1 a {
  color: #4ab2f1;
}

.return-request-page .return-request-file {
  font-size: 14px;
}

.return-request-page .return-request-file .uploadedfileinput {
  display: inline-block;
  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 {
  margin: 0 5px;
  font-size: 14px;
}

.customer-info-page .vat-status {
  display: block;
}

.registration-page .vat-note,
.customer-info-page .vat-note,
.customer-info-page .email-to-revalidate-note {
  display: block;
  font-size: 14px;
  margin-top: 7px;
  white-space: normal;
}

.login-page .customer-blocks {
  margin: 0 0 30px;
}

.login-page .title {
  margin: 0 0 15px;
  font-size: 20px;
}

.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,
.login-page .returning-wrapper {
  margin: 0;
}

.login-page .new-wrapper .button-1 {
  margin: 0 0 5px;
}

.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;
  width: auto;
  margin: 5px;
  font-size: 14px;
  /*reset zeroing*/
}

.login-page .returning-wrapper .inputs.reversed a:hover,
.login-page .returning-wrapper .inputs.reversed a:focus {
  color: #4ab2f1;
}

.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 .title {
  margin: 0 0 15px;
  font-size: 20px;
}

.external-authentication .buttons {
  margin: 0 0 30px;
  border-top: 1px solid #e6e6e6;
  padding: 30px;
}

.external-auth-errors {
  color: #e4444c;
}

.external-auth-association a {
  color: #4ab2f1;
}

.external-auth-association a:hover,
.external-auth-association a:focus {
  text-decoration: underline;
}

.password-recovery-page .result {
  font-weight: 500;
}

.password-recovery-page .tooltip {
  margin: 0 0 25px;
}

.add-more-external-records,
.account-page .buttons {
  text-align: center;
}

.account-page .description {
  margin: 0 0 25px;
  padding: 0 10px;
}

.account-page .table-wrapper {
  margin: 0 0 30px;
}

.gdpr-tools-page .result {
  margin: 20px 0;
  font-size: 13px;
  color: #e4434b;
}

.gdpr-tools-page .buttons {
  margin-top: 20px;
}

.address-list-page .info,
.order-list-page .info {
  margin: 0 0 10px;
  border-top: 1px solid #e6e6e6;
  background-color: #f9f9f9;
  padding: 20px;
  line-height: 26px;
}

.address-list-page .info .name,
.order-list-page .info .name {
  font-size: 16px;
  font-weight: bold;
}

.address-list-page .button-2,
.order-list-page .button-2 {
  display: inline-block;
  margin: 0 0 0 10px;
  border: none;
  padding: 0 0 0 18px;
  font-size: 12px;
}

.edit-address-button {
  background: url("../images/edit.png") left center no-repeat;
}

.delete-address-button,
.cancel-recurring-order-button {
  background: url("../images/remove.png") left center no-repeat;
}

.retry-recurring-order-button {
  background: url("../images/retry.png") left center no-repeat;
}

.return-items-button {
  background: url("../images/return.png") left center no-repeat;
}

.order-details-button {
  background: url("../images/details.png") left center no-repeat;
}

.address-list-page .button-2:hover,
.address-list-page .button-2:focus,
.order-list-page .button-2:hover,
.order-list-page .button-2:focus {
  color: #4ab2f1;
}

.address-list-page .add-button {
  margin: 0 0 20px;
  text-align: center;
}

.address-edit-page .message-error {
  margin: 20px 0;
}

.address-edit-page .edit-address {
  margin: 0 0 30px;
  border-top: 1px solid #e6e6e6;
  background-color: #f9f9f9;
  padding: 30px 15px;
}
/************ CUSTOMER PAGE - RECURRING PAYMENTS *****************/
.recurring-payments .data-table tr {
  border-right: none;
  margin-bottom: 16px;
  border-radius: 10px;
}
.recurring-payments .data-table td {
  border-bottom: 1px solid var(--gray-g300);
  display: flex !important;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  white-space: normal;
}

.recurring-payments table td:first-child {
  min-width: 120px;
}

.recurring-payments .button-2 {
  font-size: 14px;
}

.recurring-payments .data-table td.retry {
  grid-column: 1 / -1;
}
.recurring-payments .data-table td.cancel {
  grid-column: 1 / -1;
  border-right: 1px solid var(--gray-g300);
  border-bottom: none;
}
.recurring-payments .data-table td:is(.cancel, .retry) button:is(:hover, :focus) {
    color: var(--primary-p400);
}

.return-request-list-page label {
  margin: 0 5px 0 0;
}

.return-request-list-page .comments div {
  margin: 10px 0 0;
  font-size: 15px;
  font-style: italic;
}

.reward-points-overview {
  margin: 0 0 25px;
}

.reward-points-history table td:first-child {
  min-width: 120px;
}

.reward-points-history .table-wrapper {
  margin-bottom: 12px;
}

.change-password-page .result,
.change-password-page .message-error {
  margin: 20px 0;
}

.change-password-page .fieldset {
  margin: 0 0 30px;
}

.avatar-page .page-title {
  margin: 0;
}

.avatar-page .page-body {
  margin: 0 0 30px;
  overflow: hidden;
  background-color: #f9f9f9;
  padding: 30px 25px;
}

.avatar-page .message-error {
  margin: 0 0 10px;
}

.avatar-page .image {
  margin: 0 0 10px;
}

.avatar-page .image img {
  border: 1px solid #ccc;
}

.avatar-page .button-2 {
  border: none;
  background-color: #888;
  padding: 10px 15px;
  font-size: 14px;
  color: #fff;
  text-transform: uppercase;
}

.avatar-page .button-2:hover,
.avatar-page .button-2:focus {
  background-color: #999;
}

.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;
}

.customer-profile-page.vendorinfo-page .vendor-picture {
  width: 400px;
  margin: 0 0;
}

.vendorinfo-page .vendor-picture * {
  display: block;
  margin-top: 15px;
}

.check-gift-card-balance-page .result,
.check-gift-card-balance-page .message-error {
  margin: 20px 0;
}

.check-gift-card-balance-page .fieldset {
  margin: 0 0 30px;
}

/********** SHOPPING CART (ORDER-PROGRESSS) **********/
.order-progress {
  background-color: var(--primary-p100);
  padding: 16px 0px;
}

.order-progress ul {
  display: flex;
  flex-wrap: wrap;
  column-gap: 10px;
  row-gap: 8px;
  justify-content: center;
  align-items: center;
}

.order-progress li {
  color: #9c9ea3;
  display: flex;
  align-items: center;
  gap: 16px;
}

.order-progress li.active-step {
  font-weight: 600;
  color: var(--secondary-s400);
}

.order-progress li a {
  cursor: text;
}

.order-progress li.active-step a {
  cursor: pointer;
}

/****************** SHOPPING CART *******************/
.shopping-cart-page {
  margin-top: 26px;
  margin-bottom: 82px;
}

.shopping-cart-page .no-data {
  min-height: 55vh;
}

.order-summary-content .no-data {
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 18px;
}

.order-summary-content .no-data .shopping-cart-page-empty p {
  font-size: 20px;
  margin-top: 20px;
  font-weight: 500;
}

/*.shopping-cart-page .no-data {
    margin: 25px 0 0;
}
*/

/*** ESTIMATE SHIPPING POPUP COMMON ***/

.estimate-shipping-popup {
  position: relative;
  background: #fff;
  padding: 25px;
  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 POPUP **********/

.estimate-shipping-row {
  display: flex;
  display: -webkit-flex;
  position: relative;
  align-items: center;
}
.shipping-address {
  flex-direction: column;
}

.estimate-shipping-row.shipping-option {
  cursor: pointer;
}

.estimate-shipping-row.shipping-option.active {
  font-weight: 700;
}

.estimate-shipping-row-item {
  flex: 0 1 100%;
}

.estimate-shipping-row-item.shipping-item {
  padding: 8px 0;
  overflow: hidden;
  overflow-wrap: break-word;
}

.estimate-shipping-row-item.shipping-header-item {
  padding: 12px 0;
  border-bottom: 1px solid #f2f2f2;
  align-self: flex-end;
}
.address-item {
  width: 100%;
}
.estimate-shipping-row-item.address-item
  + .estimate-shipping-row-item.address-item {
  padding-left: 0px;
  padding-top: 8px;
}

.estimate-shipping-row-item-radio {
  flex: 0 0 35px;
}

.ship-to-title {
  margin-bottom: 10px;
}

.choose-shipping-title {
  margin-top: 20px;
}

.estimate-shipping-address-control {
  width: 100%;
  height: 36px;
}

.estimate-shipping-radio + label {
  display: none;
}

.apply-shipping-button {
  border: none;
  padding: 8px 25px;
  background-color: #4ab2f1;
  color: #fff;
}

.apply-shipping-button-container {
  margin-top: 15px;
  text-align: center;
}

.shipping-options-header {
  top: 0;
  z-index: 1;
  position: sticky;
  background-color: #fff;
}

.shipping-options {
  position: relative;
  z-index: 1;
  overflow: hidden;
  overflow-y: auto;
  max-height: 200px;
}

.shipping-options:before,
.shipping-options:after {
  content: "";
  position: relative;
  z-index: -1;
  display: block;
  height: 30px;
  margin: 0 0 -30px;
}

.shipping-options:after {
  margin: -30px 0 0;
}

.no-shipping-options {
  text-align: center;
  margin: 4% 0;
}

.estimate-shipping-popup .message-failure {
  margin: 5px 0 -5px;
  font-size: 12px;
  color: #e4434b;
}

/***************** DISCOUNT COUPON INPUT FIELD ******************/
.coupon-box .coupon-box__title,
.giftcard-box .giftcard-box__title,
.checkout-attributes dt .text-prompt {
  font-weight: 600 !important;
  color: var(--primary-p400);
  font-size: 16px;
  text-align: left;
  margin-bottom: 14px;
  width: 100%;
}

.coupon-code .discount-coupon-code:focus {
  border-color: var(--primary-p400);
}

/*** PRODUCT ESTIMATE SHIPPING ***/

.product-estimate-shipping {
  margin-bottom: 20px;
}

.product-estimate-shipping .shipping-date {
  margin-top: 14px;
}

.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--sc .checkout-data {
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  row-gap: 32px;
  justify-items: center;
}

.checkout-page--sc .checkout-data-left {
  grid-column-start: 1;
  grid-row: 1/1;
  width: 100%;
}

.checkout-page--sc .checkout-data-right {
  grid-column-start: 1;
  grid-row: 2/2;
  width: 100%;
}

.payment-info .info tr td label {
  display: block;
  text-transform: capitalize;
}

.payment-info .info tr td select {
  display: block;
  border-radius: 0;
  border: 1px solid var(--gray-g300);
  padding: 12px 30px 12px 20px;
  box-shadow: none;
  outline: 0;
  --bs-form-select-bg-img: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 16"%3e%3cpath fill="none" stroke="%23343a40" stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="m2 5 6 6 6-6" /%3e%3c/svg%3e');
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #212529;
  appearance: none;
  background-color: #fff;
  background-image: var(--bs-form-select-bg-img);
  background-repeat: no-repeat;
  background-position: right 0.75rem center;
  background-size: 16px 12px;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

.payment-info .info tr td select:-internal-autofill-selected {
  background-image: inherit !important;
  background-color: transparent !important;
  color: #000 !important;
}

.payment-info .info tr:first-child td select {
  width: 100%;
}

.payment-info .info tr:nth-child(4) td:nth-child(2) {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-size: 16px;
}

.payment-info .info tr td input {
  display: block;
  width: 100%;
  border: 1px solid var(--gray-g300);
  outline: 0;
  padding: 14px 20px;
}

.payment-info .info tr td input:focus,
.payment-info .info tr td select:focus {
  border-color: var(--secondary-s400);
}

.payment-info .info td:only-child {
  width: 100% !important;
}

.payment-info .message-error ul {
  text-align: center;
  margin-top: 16px;
}

/********** CHECKOUT (SELECT ADDRESS)**********/

.order-summary--sc .title,
.select-billing-address .title,
.select-shipping-address .title,
.new-billing-address .title,
.new-shipping-address .title {
  text-align: left;
  text-transform: capitalize;
  padding-bottom: 12px;
  border-bottom: 1px solid var(--gray-g200);
  margin-bottom: 16px;
}

/*#region STEP CHECKOUT*/
/****************** STEP CHECKOUT *******************/
.center-1 .checkout-page--sc .buttons,
.checkout-page .terms-of-service {
  text-align: center;
}

.checkout-page--sc
  :is(.select-billing-address, .select-shipping-address, .select-pickup-point)
  .min-amount-warning {
  margin-bottom: 16px;
  text-align: start;
  padding-left: 0px;
}

/********** STEP CHECKOUT (SHIPPING METHOD)**********/
.shipping-method-page .select-pickup-points-container {
  padding: 12px 0 0 0;
}

/********** STEP CHECKOUT (ORDER SUMMARY)**********/
.checkout-data .order-summary > div.title {
  color: var(--black-400);
  font-family: "Lora", serif;
  font-weight: 600;
  margin-bottom: 48px;
  text-transform: capitalize;
  font-size: 30px;
}

.checkout-data .order-summary > div.title strong {
  font-weight: 600;
}

.checkout-data .order-summary.order-summary--sc > div.title {
  margin-bottom: 0px;
}

.checkout-page--sc .shipping-method .method-list {
  margin-top: 16px;
}

.checkout-page--sc .cart-page-right .cart-footer {
  grid-row: 1 / 2;
  grid-column: 1 / 1;
}

.checkout-page--sc .cart-page-right .cart-page__extra {
  grid-row: 2 / 3;
  grid-column: 1 / 1;
}

.order-summary--sc {
  padding: 16px;
  border: 1px solid var(--gray-g200);
}

.order-summary-sc .title {
  text-transform: capitalize;
  padding-bottom: 16px;
}

.checkout-page--sc .cart tr {
  grid-template-rows: unset;
}

.checkout-page--sc .cart td.quantity label {
  white-space: nowrap;
  font-family: "Lora", serif;
  font-weight: 400;
  margin-bottom: 0px !important;
  display: block;
}

.checkout-page--sc .cart .product-quantity {
  border: 0;
}

.order-summary-card-wrapper {
  max-height: 380px;
  overflow-y: auto;
  padding-right: 10px;
  margin: 16px 0;
}

.order-summary-card {
  padding: 0px;
  display: grid;
  grid-template-columns: 80px 1fr;
  border: 1px solid var(--gray-g200);
}

.order-summary-card:not(:last-child) {
  margin-bottom: 16px;
}

.order-summary-card .order-summary-card__image {
  padding: 10px;
  border-right: 1px solid var(--gray-g200);
}

.order-summary-card .order-summary-card__image a {
  display: inline-block;
  width: 100%;
}

.order-summary-card__image img {
  width: 100%;
  height: auto;
  object-fit: cover;
}

.order-summary-card .order-summary-card__details {
  grid-column: 2/-1;
  padding: 10px;
}

.order-summary-card__details,
.order-summary-card__prices {
  font-size: 14px;
}

.order-summary-card__details .product-name {
  font-size: 16px;
  font-weight: 600;
}

.order-summary-card__details .product-name:hover {
  color: var(--secondary-s400);
}

.order-summary-card .order-summary-card__prices {
  grid-column: 1 / -1;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  text-align: center;
}

.order-summary-card .order-summary-card__prices .unit-price {
  border-top: 1px solid var(--gray-g200);
  border-right: 1px solid var(--gray-g200);
  padding: 10px;
}

.order-summary-card .order-summary-card__prices .product-quantity {
  padding: 10px;
  border-top: 1px solid var(--gray-g200);
}

.order-summary-card .order-summary-card__prices .product-total {
  grid-column: 1 / -1;
  padding: 10px;
  border-top: 1px solid var(--gray-g200);
}

.order-summary-card .order-summary-card__prices .product-total span {
  font-weight: 600;
}

.order-summary--sc .total-info {
  padding: 16px !important;
  border: 1px solid var(--gray-g200);
  background-color: #eeeeee;
}

/********** STEP CHECKOUT (CONFIRM)**********/
.checkout-page--sc .order-review-data > div {
  width: 320px;
}

.checkout-page--sc .order-review-data {
  display: flex;
  align-items: center;
  flex-direction: column;
  row-gap: 16px;
}

.checkout-page--sc
  .order-review-data
  :is(.billing-info-wrap, .shipping-info-wrap) {
  width: 100%;
  float: none;
  margin: 0px;
}

.checkout-page--sc
  .order-review-data
  :is(.payment-method-info, .shipping-method-info)
  .title {
  text-align: start;
}

.checkout-page .total-info {
  margin: 0;
  /*border-bottom: none;*/
  padding: 5px 20px 10px;
}

.checkout-page .address-item ul {
  margin: 0 0 15px;
  background-color: #f9f9f9;
  padding: 20px;
}

.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.checkout-page--opc .ship-to-same-address,
.checkout-page .pickup-in-store,
.select-pickup-point {
  text-align: center;
}

.checkout-page.checkout-page--opc .ship-to-same-address .selector {
  margin: 0 0 5px;
  font-weight: 500;
  display: inline;
  cursor: pointer;
}

.vat-number-warning {
  text-align: center;
  font-size: 13px;
  color: #e4434b;
  margin-top: 5px;
}

.vat-number-warning a {
  text-decoration: underline;
}

.checkout-page .pickup-in-store .selector {
  margin: 0 0 5px;
  font-weight: bold;
}

.checkout-page .pickup-points-map {
  min-width: 100%;
  min-height: 350px;
  vertical-align: middle;
  margin-top: 5px;
  margin-bottom: 5px;
}

.checkout-page .edit-address-button {
  float: right;
  margin: 20px 10px 10px 12px;
}

.checkout-page .delete-address-button {
  float: right;
  margin: 20px 0 10px 0;
}

.shipping-method .method-list,
.payment-method .method-list {
  margin: 0 auto 8px;
  overflow: hidden;
  text-align: center;
  font-size: 0;
}

.payment-method .method-list li {
  font-size: 14px;
}

.payment-method .method-list .payment-logo label img {
  margin-bottom: 8px;
}

.shipping-method .method-list li label,
.payment-method .method-list li label {
  font-weight: 500;
}

.payment-method .method-list li label {
  font-size: 16px;
}

.shipping-method .method-description {
  margin: 4px 0 0;
}

.payment-method .use-reward-points {
  margin: 0 0 24px;
  text-align: center;
}

.payment-method .payment-logo {
  display: inline-block;
  vertical-align: middle;
  padding: 10px;
}

.payment-method .payment-logo label {
  display: block;
  font-size: 0 !important;
}

.payment-method .payment-details {
  display: block;
  width: auto;
  min-width: 0;
  text-align: center;
}

.payment-method .payment-details .radio-wrapper {
  justify-content: center;
}

.checkout-page--sc .payment-info form {
  background-color: var(--primary-p200);
  padding: 32px 16px;
}

.payment-info .info tr {
  display: block;
  font-size: 0;
}

.payment-info .info tr:not(:last-child) {
  margin-bottom: 16px;
}

.payment-info .info td {
  display: inline-block;
  width: 100%;
  max-width: 100%;
  font-size: 14px;
  padding: 4px;
  /*reset zeroing*/
}

.payment-info .info td:only-child {
  width: 100% !important;
  max-width: 100% !important;
}

.payment-info .info td input[type="text"] {
  width: 100% !important;
}

.payment-info .info td input[name="CardCode"] {
  width: 190px !important;
}

.payment-info .info td select {
  min-width: 70px;
}

.payment-info .info p {
  text-align: center;
}

.confirm-order .buttons {
  padding: 16px 0;
}

.confirm-order .button-1 {
  font-size: 16px;
}

.order-review-data > div,
.order-details-area > div,
.shipment-details-area > div {
  width: 350px;
  max-width: 100%;
  margin: 0 auto 40px;
  background-color: #f9f9f9;
  padding: 20px;
}

#checkout-confirm-order-load .order-review-data > div {
  width: 100%;
}

.order-review-data li,
.order-details-area li,
.shipment-details-area li {
  padding: 3px 0;
}

.order-review-data .title,
.order-details-area .title,
.shipment-details-area .title {
  margin: 0 0 5px;
  padding: 0;
  font-size: 16px;
  font-weight: bold;
}

.order-review-data .title strong,
.order-details-area .title strong,
.shipment-details-area .title strong {
  font-weight: 600;
}

.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 {
  padding-top: 0px;
}

.order-completed .details {
  margin: 0 0 15px;
  text-align: center;
}

.order-completed .details div {
  margin: 5px 0;
}

.order-completed .details strong {
  font-weight: normal;
  text-transform: uppercase;
}

.order-completed .details a {
  color: var(--primary-p400);
  text-decoration: underline;
}

.order-completed .details a:hover,
.order-completed .details a:focus {
  text-decoration: underline;
}

/*#endregion CHECKOUT*/

/********** ORDER SUMMARY TABLE **********/
.order-summary .cart td.quantity span {
  font-size: 16px;
}
/*#region ONE PAGE CHECKOUT DEFAULT*/
/*********** ONE PAGE CHECKOUT DEFAULT ************/
.checkout-page.checkout-page--opc {
  width: 100%;
}

.opc .tab-section::after {
  content: "";
  position: absolute;
  top: 0px;
  left: 17px;
  width: 2px;
  height: 101%;
  background-color: #eee;
  z-index: -1;
}

.opc .tab-section.allow::after {
  background-color: #eee;
}

.opc .tab-section:not(:last-child) {
  padding-bottom: 24px;
}

.opc .step-title {
  display: flex;
  align-items: center;
  gap: 8px;
}

.opc .allow .step-title {
  cursor: pointer;
  /*margin-bottom: 18px;*/
}

.opc .step-title .number,
.opc .step-title .title {
  color: var(--black-b400);
  font-size: 20px;
  text-transform: capitalize;
  font-weight: 500 !important;
  text-align: left;
}

.opc .allow .step-title .number,
.opc .allow .step-title .title {
  color: var(--primary-p400);
  cursor: pointer;
}

.opc .step-title .number {
  font-family: "Lora", serif;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 35px;
  height: 35px;
  border-radius: 50%;
  border-right: 1px solid #fff;
  text-align: center;
  background-color: #eee;
}

.opc .allow .step-title .number {
  color: #fff;
  background-color: var(--primary-p400);
}

.opc .step {
  padding-top: 16px;
  padding-bottom: 0px;
  padding-left: 45px;
}

.opc .step-wrapper {
  background-color: var(--primary-p200);
  padding-inline: 12px;
  padding-block: 18px;
}

.opc .section {
  margin: 0 0 30px;
  padding-top: 0px;
}

.opc .section > label {
  display: block;
  margin: 0 0 10px;
}

.opc input[type="text"],
.opc select {
  max-width: 100%;
}

.opc .buttons {
  margin-bottom: 0;
}

.opc .back-link {
  margin: 0 0 10px;
}

.opc .back-link small {
  display: none;
}

.opc .back-link a {
  display: inline-block;
  margin: 0 0 0 -15px;
  background: url("../images/back-button.png") left center no-repeat;
  padding: 0 0 0 18px;
}

.opc .back-link a:hover,
.opc .back-link a:focus {
  color: #4ab2f1;
}

.opc #billing-buttons-container {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 8px;
}

.opc .buttons .please-wait {
  position: absolute;
  bottom: 34px;
  left: 50%;
  transform: translateX(-39%);
  display: block;
  margin: 10px 0 0;
  background: none;
  line-height: 15px;
}

.opc #checkout-step-confirm-order .buttons .please-wait {
  bottom: -33px;
}

.opc .profile-edit-address-form {
  padding: 0px;
}

.opc .section.ship-to-same-address {
  margin: 0 0 30px;
  padding: 0;
}

.opc .section.pickup-in-store {
  margin: 0 0 30px;
  padding: 0;
}

.shipping-method .method-list li {
  font-size: 14px;
}

:is(.opc) .shipping-method .method-list,
:is(.opc) .payment-method .method-list {
  display: grid;
  gap: 24px;
  padding: 0px 8px 8px;
  background-color: var(--primary-p200);
}

:is(.checkout-page--sc) .shipping-method .method-list,
:is(.checkout-page--sc) .payment-method .method-list {
  display: grid;
  gap: 24px;
  padding: 24px;
  background-color: var(--primary-p200);
}

:is(.opc, .checkout-page--sc) .shipping-method .method-list {
  grid-template-columns: repeat(1, 1fr);
}

:is(.opc, .checkout-page--sc) .payment-method .method-list {
  grid-template-columns: repeat(1, 1fr);
}

.opc .shipping-method .method-list {
  padding-top: 16px;
  padding-inline: 8px;
}

.shipping-method .method-name {
  padding: 10px;
  background-color: #fff;
  border: 1px solid var(--gray-g200);
}

.shipping-method .method-name .radio-wrapper {
  justify-content: center;
}

.payment-method .method-name {
  padding: 10px;
  background-color: #fff;
  border: 1px solid var(--gray-g200);
  height: 100%;
}

.opc .payment-info .info tr {
  text-align: left;
}

.opc .section.order-summary {
  margin: 0;
}

.opc .section.payment-method {
  margin: 0;
}

.opc-select-address-container {
  display: flex;
  flex-flow: row wrap;
  justify-content: center;
  gap: 10px 5px;
}

.opc #co-payment-info-form .cart td,
.opc .selected-checkout-attributes {
  background-color: var(--primary-p200);
}

.opc .cart-page-right .cart-options {
  grid-row: 2/3;
  grid-column: 1/1;
}

.opc .cart-page-right .cart-footer {
  grid-row: 1/2;
  grid-column: 1/1;
}

.opc .cart-page-right .cart-page__extra {
  grid-row: 2/3;
  grid-column: 1/1;
}

.opc .order-review-data {
  display: flex;
  flex-direction: column;
  row-gap: 0px;
}

.opc .payment-method .use-reward-points {
  margin-bottom: 24px;
}

.checkout-page .opc-select-address-container .button-1 {
  min-width: 100px;
  padding: 5px 20px;
}

.checkout-page .opc-select-address-container {
  padding: 12px 0;
}

#opc-shipping_method .select-pickup-points-container {
  padding: 12px 0 24px;
}

.checkout-page.checkout-page--opc .enter-address .message-error {
  text-align: center;
}

.checkout-page.checkout-page--opc
  :is(.select-billing-address, .select-shipping-address, .select-pickup-point)
  .min-amount-warning {
  width: 100%;
}

#opc-payment_info .cart-page__extra--wrapper .selected-checkout-attributes,
.cart-page__extra {
  margin-top: 32px;
  font-size: 14px;
}

#opc-payment_info .cart td.subtotal {
  text-align: right;
  color: var(--primary-p400);
}

#opc-payment_info .scarousel-product,
.scarousel-product {
  margin-top: 16px;
}

#opc-confirm_order .cart-page__extra--wrapper .selected-checkout-attributes,
.cart-page__extra {
  margin-top: 32px;
}

/*#endregion RegionName*/

/****** ORDER DETAILS & SHIPPING DETAILS ******/
.order-details-page .page-title {
  border-bottom: none;
}

.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: #4ab2f1;
}

.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 .repost .button-2 {
  display: inline-block;
  margin: 10px 0;
  border: none;
  background-color: #4ab2f1;
  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;
}

.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: #4ab2f1;
  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 .actions {
  font-size: 0;
}

.order-details-page .totals.section {
  width: 370px;
  padding: 0 10px;
  max-width: 100%;
  margin: 0 auto 50px;
}

/****** SEARCH & SITEMAP ******/
.search-page {
  margin-top: 24px;
}

.search-text {
  outline: none;
  border: none;
  font-weight: 600;
}

.search-text-label:focus {
  outline: none;
  border: none;
}

.search-input .fieldset {
  margin: 0 0 30px;
}

.search-input .form-fields {
  padding: 30px 15px 10px;
}

.search-input input + label {
  display: inline;
  margin: 0 0 0 5px;
}

.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: #000;
}

.sitemap-page .entity-body {
  border-top: 1px solid var(--gray-g200);
  background-color: var(--gray-g100);
  padding: 30px 15px;
  text-align: center;
}

.sitemap-page .entity ul {
  font-size: 0;
}

.sitemap-page .entity li {
  display: inline-block;
  position: relative;
  margin: 0 8px;
  padding: 0 12px;
  line-height: 50px;
  font-size: 14px;
  /*reset zeroing*/
}

.sitemap-page .entity li:before {
  content: "";
  position: absolute;
  top: 23px;
  left: 0;
  width: 5px;
  height: 5px;
  background-color: var(--gray-g400);
}

.sitemap-page .entity a {
  color: #000;
}

.sitemap-page .entity a:hover,
.sitemap-page .entity a:focus {
  color: var(--secondary-s400);
}

.sitemap-page .entity a:empty {
  display: none;
}

/****** BLOG & NEWS ******/
.block-blog-archive .number {
  display: block;
  cursor: auto;
}

.block-blog-archive li.month {
  padding: 3px 0 3px 15px;
}

.blog-page .page-title {
  margin: 0;
}

.new-comment .notifications {
  margin: 0 0 10px;
}

.new-comment .result {
  color: #690;
}

.new-comment .form-fields {
  margin: 0 0 20px;
}

.news-list-homepage .title {
  margin: 0 0 -1px;
  border-bottom: 1px solid #ddd;
  padding: 0 0 15px;
  font-size: 30px;
  font-weight: normal;
}

/*** 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-search-box .basic {
  overflow: hidden;
  margin: 0 0 10px;
}

.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 strong {
  font-size: 22px;
  font-weight: normal;
}

.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: 600;
  color: #000;
}

.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 div {
  margin: 5px 0;
}

.forums-table-section .latest-post label {
  color: #777;
}

/* forum-page, topic page */
.forum-page .forum-info {
  margin: 0 0 30px;
}

.forum-page .forum-name,
.forum-topic-page .topic-name {
  margin: 0 0 25px;
  border-bottom: 1px solid #ddd;
  padding: 0 10px 10px;
}

.forum-page .forum-name h1,
.forum-topic-page .topic-name h1 {
  font-size: 30px;
  font-weight: normal;
}

.forum-actions,
.topic-actions {
  margin: 0 0 30px;
  font-size: 0;
}

.topic-actions .actions .watch-forum {
  background: #eee url("../images/watch.png") left center no-repeat;
}

.forum-actions .pager.upper,
.topic-actions .pager.upper {
  display: none;
  margin: 0;
}

.topic-actions .reply-topic-button {
  background: #eee url("../images/reply.png") left center no-repeat;
}

.topic-actions .watch-topic-button {
  background: #eee url("../images/watch.png") left center no-repeat;
}

.topic-actions .move-topic-button {
  background: #eee url("../images/move.png") left center no-repeat;
}

.topic-actions .edit-topic-button {
  background: #eee url("../images/edit_.png") left center no-repeat;
}

.topic-actions .delete-topic-button {
  background: #eee url("../images/remove_.png") left center no-repeat;
}

.active-discussions-page .forums-table-section-title {
  margin: 0 0 25px;
  border-bottom: 1px solid #ddd;
  padding: 0 10px 10px;
}

.active-discussions-page .forums-table-section-title strong {
  font-size: 30px;
  font-weight: normal;
}

.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 .user-info {
  width: 150px;
  margin: 0 auto 15px;
}

.profile-info-box .avatar {
  position: relative;
  width: 150px;
  height: 150px;
  border: 1px solid #ddd;
  overflow: hidden;
}

.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 .user-stats {
  margin: 0 0 15px;
}

.topic-post .user-stats li {
  display: inline-block;
  margin: 0 10px;
}

.topic-post .post-actions {
  margin: 0 0 15px;
  font-size: 0;
}

.topic-post .post-actions > div {
  display: inline-block;
}

.topic-post .post-actions .edit-post-button,
.topic-post .post-actions .delete-post-button {
  padding: 10px 10px 10px 33px;
}

.topic-post .post-vote {
  text-align: center;
  display: table;
  margin: 0 auto 20px;
}

.latest-posts .user-posted-image {
  max-width: 100%;
  height: auto;
}

.topic-post .quote,
.latest-posts .quote {
  margin: 10px 0;
  border: 1px dashed #ccc;
  background-color: #f9f9f9;
  padding: 10px;
  color: #777;
}

.topic-post .signature {
  border-top: 1px solid #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 */
.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 .topic-subject {
  font-size: 17px;
}

.forum-edit-page .inputs.reversed {
  margin: 0;
}

.forum-edit-page .inputs.reversed label {
  margin: 5px;
  font-size: 14px;
  white-space: normal;
}

.private-message-send-page .bb-code-editor-wrapper {
  max-width: 400px;
  margin: 20px auto;
  background-color: #ddd;
  padding: 10px;
}

.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-message-send-page a {
  font-size: 14px;
  color: #4ab2f1;
}

.private-message-send-page span {
  font-size: 14px;
}

/* jQuery tabs */
.ui-tabs {
  /*override jQuery UI styles, do not delete doubled properties*/
  border: none;
  border-radius: 0;
  background: none;
  padding: 0;
  font: normal 14px "Jost", sans-serif;
  color: #777;
}

.ui-widget.ui-widget-content {
  border: none !important;
}

.ui-widget.ui-widget-content.ui-tabs {
  border: none;
}

.ui-widget input,
.ui-widget select,
.ui-widget textarea,
.ui-widget button {
  font-family: "Jost", sans-serif;
}

.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;
}

.ui-tabs-nav li {
  display: inline-block;
  min-width: 150px;
  float: none !important;
  border: none !important;
  border-radius: 0;
  background: none !important;
  padding: 0 !important;
  margin: 0 4px -1px;
  /*override jQuery UI styles, do not delete doubled properties*/
  margin: 0 4px -1px !important;
}

.ui-tabs-nav li a {
  display: block;
  border: 1px solid var(--gray-g200);
  padding: 12px 24px;
  text-align: center;
  font-size: 18px;
  color: #000;
  /*override jQuery UI styles, do not delete doubled properties*/
  float: none !important;
  padding: 12px 24px !important;
}

.ui-state-default a,
.ui-state-default a:link {
  color: #000;
}

.ui-tabs-nav li.ui-state-active a {
  background-color: var(--primary-p200);
  color: var(--primary-p400);
}

.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 .pager {
  margin: 0 0 30px;
}

.private-messages-page .buttons,
.private-message-view-page .buttons {
  font-size: 16px;
}

.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 .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;
  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;
}

.profile-info-box .stats {
  margin: 0 0 15px;
}

.latest-posts {
  line-height: normal;
  font-size: 14px;
  color: #777;
}

.latest-posts .topic {
  margin: 0 0 35px;
}

.latest-posts .topic-body {
  margin: 0 0 15px;
  line-height: 22px;
}

/* BB codes */
.csharpcode {
  margin: 10px 0;
  border: 1px dashed #ccc;
  background-color: #fff;
  padding: 10px;
  font-family: "Courier New", Courier, monospace;
  color: #000;
  white-space: pre-wrap;
  word-wrap: break-word;
}

.csharpcode .rem {
  color: green;
}

.csharpcode .kwrd {
  color: #00f;
}

.csharpcode .str {
  color: #006080;
}

.csharpcode .op {
  color: #00c;
}

.csharpcode .preproc {
  color: #c63;
}

.csharpcode .asp {
  background-color: #ff0;
}

.csharpcode .html {
  color: maroon;
}

.csharpcode .attr {
  color: red;
}

.csharpcode .alt {
  width: 100%;
  margin: 0;
  background-color: #f6f6f6;
}

.csharpcode .lnum {
  color: #666;
}

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;
}

/*---------------------- TOP NAV ---------------------------*/
.header-links ul li svg {
  width: 16px;
}

.menu-toggle svg {
  width: 22px;
  height: 22px;
}

/*---------------------- CUSTOM NAV ---------------------------*/
.top-menu ul .sublist li {
  position: relative;
  margin: 1px 0 1px 20px;
}

.top-menu ul .sublist li a {
  display: block;
  padding-inline: 18px;
  padding-block: 10px;
  font-size: 18px;
  text-decoration: none;
}

.top-menu ul .sublist li:first-child a {
  padding-top: 0px;
}

.top-menu {
  margin-bottom: 0px;
}

.top-menu__header {
  color: #fff;
  font-size: 24px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 14px 18px;
  background-color: var(--primary-p400);
}

.top-menu > ul {
  padding-left: 0;
  height: calc(100% - 175px);
  overflow-y: auto;
}

.top-menu > ul > li {
  position: relative;
  margin: 0px 0;
  background-color: #fff;
  text-align: left;
  border-bottom: 1px solid #ddd;
}

.top-menu ul > li a {
  display: block;
  padding: 18px;
  font-size: 18px;
  font-weight: 500;
  text-decoration: none;
}

.top-menu ul > li a:hover {
  color: var(--primary);
}

.top-menu > li > a:focus {
  position: relative;
  z-index: 1;
}

.top-menu .sublist {
  display: none;
  background-color: #fff;
  padding-bottom: 5px;
}

.sublist li .sublist-toggle {
  height: 100%;
  border-left: none;
  display: flex;
  justify-content: center;
}

.sublist-toggle svg {
  transition: transform 0.4s;
}

.sublist-active {
  transform: rotate(180deg);
}

.sublist .sublist-toggle {
  height: 49px;
}

.sublist .sublist li {
  background-color: #fff;
}

.sublist .sublist .sublist li {
  background-color: #fff;
}

.menu-toggle {
  font-size: 15px;
  font-weight: bold;
  color: var(--black-b400);
  text-transform: uppercase;
  cursor: pointer;
}

.sublist-toggle {
  position: absolute;
  top: 0;
  right: 0;
  width: 55px;
  height: 55px;
  padding: 15px;
  font-size: 10px;
  font-weight: bold;
  color: black;
  text-transform: uppercase;
  cursor: pointer;
}

.top-menu.notmobile {
  display: none;
}

/****************** MOBILE NAVIGATION **********************/
.header-menu {
  z-index: 1;
}

.top-menu.mobile {
  background: #fff;
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: -100%;
  transition: all 0.4s;
}

.menu-close-btn {
  cursor: pointer;
}

.show-menu {
  display: block !important;
  left: 0% !important;
}

.contact-info {
  width: 100%;
  position: fixed;
  bottom: 0;
  text-align: start;
  background-color: var(--bg-400);
  padding: 16px 18px;
}

.contact-info .title {
  font-size: 16px;
  font-weight: 500;
}

/*------------------ Top Toolbar --------------------*/
.top-toolbar {
  padding-block: 4px;
}

.top-toolbar--right {
  row-gap: 6px;
  width: 100%;
}

:is(.contact-info, .top-toolbar) :is(.phone, .email) svg {
  width: 16px;
  height: 16px;
}

.top-toolbar :is(.phone, .email) p {
  font-size: 14px;
  padding-block: 8px;
}

:is(.contact-info, .top-toolbar) .phone svg {
  fill: var(--black-b200);
  stroke-width: 0;
}

:is(.contact-info, .top-toolbar) .email svg {
  fill: var(--black-b200);
  color: #fff;
  stroke-width: 1;
}

:is(.language-selector, .currency-selector, .tax-display-type-selector) {
  padding-inline: 4px 0px;
  border-right: 1px solid var(--gray-g200);
  display: flex;
  align-items: center;
}

.language-selector svg {
  display: none;
}

:is(.language-selector, .currency-selector, .tax-display-type-selector) select {
  outline: 0;
  border: 0px;
  font-size: 13px;
  color: #000;
  padding-block: 0px;
  padding-left: 4px;
  cursor: pointer;
  padding-right: 32px;
}

.profile {
  padding-inline: 0px;
}

.profile .register {
  padding-inline: 8px;
  border-right: 1px solid var(--gray-g200);
  font-size: 13px;
}

.profile .login {
  padding-inline: 8px 0px;
  font-size: 13px;
}

.profile :is(.login, .register) svg {
  display: none;
}

.profile .user-profile-lg {
  padding-inline: 20px 0px;
}

.profile .user-profile-lg a {
  font-size: 13px;
}

.profile .user-profile-lg .user-name {
  padding-block: 0px;
  position: relative;
}

/***************** CUSTOM NAVBAR WRAPPER ******************/
.header-wrapper {
  position: sticky;
  top: 0;
  left: 0;
  z-index: 50;
  background-color: #fff;
  transition: all 0.3s;
  box-shadow: 0px 1px 6.4px 0px rgba(33, 33, 33, 0.13);
}

.header {
  padding: 10px 0;
}

.button {
  padding: 6px 10px;
  font-weight: 600;
  border: none;
  outline: none;
  border-radius: 10px;
  text-transform: uppercase;
  display: flex;
  align-items: center;
  gap: 10px;
  border: 1px solid transparent;
  transition: all 0.4s;
  font-size: 14px;
  white-space: nowrap;
}

.button .icon {
  width: 24px;
  height: 24px;
  padding: 4px;
  border-radius: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.4s;
}

.button .icon svg {
  transform: scale(1);
}

.button.button--white {
  color: var(--primary-p400);
  background-color: #fff;
  border-color: #fff;
}

.button.button--white:hover {
  color: #fff;
  background-color: transparent;
}

.button.button--white:hover .icon {
  color: var(--primary-p400);
  background-color: #fff;
}

.button.button--white .icon,
.button.button--primary .icon {
  color: #fff;
  background-color: var(--primary-p400);
}

.button.button--primary {
  color: var(--primary-p400);
  background-color: transparent;
  border-color: var(--primary-p400);
}

.button.button--primary:hover {
  background-color: var(--primary-p400);
  color: #fff;
  border-color: var(--primary-p400);
  box-shadow: rgba(0, 0, 0, 0.25) 0 8px 15px;
}

.button.button--primary:hover .icon {
  background-color: #fff;
  color: var(--primary-p400);
}

/*----- BUTTON FLAT ------*/
.button-flat {
  padding: 12px 24px;
  color: #fff;
  outline: none;
  background-color: var(--primary-p400);
  border: 1px solid var(--primary-p400);
  font-size: 14px;
  word-wrap: normal;
  cursor: pointer;
  transition: all 0.4s ease-in-out;
  position: relative;
}

.button-flat:hover {
  background-color: var(--black-b400);
}

.button-flat.button-flat--outlined {
  color: var(--primary-p400);
  background-color: transparent;
  border: 1px solid var(--primary-p400);
  transition: all 300ms cubic-bezier(0.23, 1, 0.32, 1);
}

.button-flat.button-flat--outlined:hover {
  color: var(--secondary-s400);
  border-color: var(--secondary-s400);
  background-color: transparent;
  cursor: pointer;
}

/*------------- DISCOUNT SECTION (HOMEPAGE) -------------*/
.homepageDiscountBanner-container {
  width: 100%;
  height: auto;
}

.homepageDiscountBanner-container .image-wrapper {
  width: 100%;
  height: 100%;
}

.homepageDiscountBanner-container .image-wrapper a {
  width: 100%;
  height: 100%;
}

.homepageDiscountBanner-container img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/*------------- NEW ARRIVALS STYLES (HOMEPAGE) -------------*/
.new-arrivals__products--grid,
.best-selling__products--grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 10px;
}

.new-arrivals__products .slider-buttons {
  display: none;
}

.new-arrivals__products .slider-buttons .swiper-button-next::after,
.new-arrivals__products .slider-buttons .swiper-button-prev::after {
  font-size: 18px;
  font-weight: 600;
  color: var(--black-b400);
}

.new-arrivals__products .slider-buttons .swiper-button-next,
.new-arrivals__products .slider-buttons .swiper-button-prev {
  top: -6%;
  width: fit-content;
}

.new-arrivals__products .slider-buttons .swiper-button-prev {
  left: auto;
  right: 42px;
}

.new-arrivals__products .slider-buttons .swiper-button-next {
  right: 0%;
}

.new-arrivals__products__slider .swiper-scrollbar {
  background-color: rgba(187, 171, 140, 0.33);
  left: 0%;
  width: 100%;
}

.new-arrivals__products__slider .swiper-scrollbar .swiper-scrollbar-drag {
  background-color: var(--primary-p400);
}

/******************* BLOG & NEWS(HOME PAGE) *******************/
.news-items {
  display: grid;
  grid-template-columns: 1fr;
  gap: 2rem;
}

.news-item {
  display: flex;
  flex-direction: column;
  background: #ffff;
  border-radius: 1.5rem;
  overflow: hidden;
  box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
  color: #0f0617;
  text-decoration: none;
  transition: all 0.25s;
  position: relative;
}

.news-item__picture {
  display: block;
  width: 100%;
  height: 300px;
  aspect-ratio: 1/1;
  overflow: hidden;
  position: relative;
  transition: background 0.25s ease-in;
}

.news-item__picture:after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(rgba(15, 6, 23, 0) 25%, rgba(15, 6, 23, 0));
  transition: background 0.3s ease-in;
  z-index: 1;
}

.news-item__image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.3s ease-in;
}

.news-item__content {
  padding: 2.5rem 2rem 3rem;
  position: relative;
}

.news-item__title {
  font-size: 24px;
  font-weight: 600;
  padding-bottom: 0.5rem;
  color: var(--primary-p400);
  font-family: "Jost", sans-serif !important;
}

.news-item__more {
  position: relative;
  margin: -1.5rem 1.5rem -1.5rem 0;
  height: 3rem;
  width: 3rem;
  border-radius: 50%;
  background: var(--primary-p400);
  color: #ffff;
  align-self: flex-end;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  transition: background-color 0.25s ease-in;
  z-index: 2;
}

.news-item__more svg {
  color: white;
  stroke-width: 2px;
  height: 30px;
  width: 30px;
  transition: all 0.3s ease-in;
}

.news-item__date {
  color: var(--primary-p400);
  text-transform: uppercase;
  font-size: 13px;
  padding-bottom: 0.5rem;
}

.news-item:hover {
  box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 12px;
}

.news-item:hover .news-item__picture:after {
  background: linear-gradient(rgb(187 171 140 / 6%) 25%, rgb(61 37 11 / 35%));
}

.news-item:hover .news-item__image {
  transform: scale(1.1);
}

.news-item:hover .news-item__more {
  background: var(--black-b400);
}

.news-item:hover .news-item__more svg {
  stroke-width: 3px;
}

.news-item__description {
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}

.view-all {
  text-align: center;
}

/*----- GLOBAL BREADCRUMB ------*/
.breadcrumb {
  margin-bottom: 0;
  border-bottom: 1px solid var(--gray-g200);
  padding-top: 14px;
  padding-bottom: 14px;
}

.breadcrumb ul {
  font-size: 0;
}

.breadcrumb li {
  display: inline-block;
  font-family: "Lora", serif !important;
  font-weight: 500;
}

.breadcrumb li * {
  display: inline-block;
  font-size: 14px;
  /*reset zeroing*/
}

.breadcrumb .current-item {
  color: var(--black-b200);
}

.breadcrumb strong {
  font-weight: 700;
}

.breadcrumb a:hover,
.breadcrumb a:focus {
  color: var(--secondary-s400);
}

.breadcrumb .delimiter {
  margin-left: 5px;
  margin-right: 5px;
}

.breadcrumb .delimiter svg {
  stroke-width: 1px;
}

/*----------------------- MANUFACTURER ALL PAGE ----------------------- */
.manufacturer.item-grid {
  display: grid;
  gap: 8px;
  grid-template-columns: repeat(3, 1fr);
}

.manufacturer .item-box .picture {
  border: none;
  margin-bottom: 0;
}

.manufacturer-item .title {
  display: none;
  padding-top: 16px;
  padding-bottom: 16px;
  font-family: "Jost", sans-serif !important;
}

.manufacturer-lists,
.forums-main-page,
.private-messages,
.profile-page {
  margin-top: 32px;
  margin-bottom: 48px;
}

.manufacturer-lists .manufacturer-lists__title h1 {
  font-size: 22px;
  color: var(--primary-p400);
  font-weight: 600 !important;
}

.manufacturer-lists .manufacturer-lists__grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 18px;
  margin-top: 24px;
}

.manufacturer-lists .manufacturer-list,
.manufacturer .manufacturer-item {
  border: 1px solid var(--gray-g200);
  overflow: hidden;
  transition: all 0.3s;
}

.manufacturer-lists .manufacturer-list:hover,
.manufacturer-lists .manufacturer-list:hover .manufacturer-list__title a {
  border-color: var(--primary-p400);
}

.manufacturer-lists .manufacturer-list .manufacturer-list__logo {
  width: 100%;
  background-color: var(--gray-g300);
}

.manufacturer-lists .manufacturer-list .manufacturer-list__logo a {
  width: 100%;
  height: 100%;
  display: block;
}

.manufacturer-lists .manufacturer-list .manufacturer-list__logo a img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.manufacturer-lists .manufacturer-list .manufacturer-list__title a {
  display: block;
  font-size: 14px;
  font-weight: 500;
  padding-bottom: 8px;
  padding-top: 8px;
  border-top: 1px solid var(--gray-g200);
  transition: border-color 0.3s;
}

/*----------------------- PRODUCT DETAILS STYLES ----------------------- */
/*----- PRODUCT DETAILS WISHLIST BUTTON ------*/

.overview-buttons div {
  display: inline-block;
  width: auto;
  margin: 0 1px 2px;
}
.product-details__overview-buttons .add-to-wishlist-button,
.product-details__overview-buttons .add-to-compare-list-button,
.product-details__overview-buttons .email-a-friend-button,
.variant-overview .add-to-wishlist-button {
  border: none;
  padding: 7px 10px;
  background-color: var(--primary-p200);
}

.product-details__overview-buttons .add-to-wishlist-button svg,
.product-details__overview-buttons .add-to-compare-list-button svg,
.product-details__overview-buttons .email-a-friend-button svg,
.variant-overview .add-to-wishlist-button svg {
  width: 14px;
  height: 14px;
  stroke: var(--primary-p400);
}

/*----------------------- PRODUCT DETAILS (SIMILAR PRODUCT) ----------------------- */
.also-purchased-products-grid .title {
  font-family: "Lora", serif !important;
  color: var(--black-b400);
  font-weight: 500 !important;
  font-size: 24px;
  text-transform: capitalize;
}

.also-purchased-products-grid .item-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 10px;
}

.also-purchased-products-grid .item-grid .item-box {
  width: 100% !important;
}

.item-box .product-title {
  font-size: 14px;
}

/*----------------------- AUTH PAGES STYLES ----------------------- */
.auth {
  width: 100%;
  background-color: var(--primary-p100);
  border-radius: 35px;
  margin: 28px 0px;
  overflow: hidden;
  display: grid;
  align-items: center;
  grid-template-columns: repeat(1, 1fr);
  gap: 0px;
}

.auth .auth__image {
  width: 100%;
  height: 100%;
}

.auth .auth__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.auth .auth__details {
  padding: 24px 24px;
  width: 100%;
  margin: 0 auto;
}

.auth .auth__details .auth__details__header .register-btn {
  color: var(--secondary-s400);
}

.auth .auth__details .auth__details__form.register-form {
  padding-top: 24px;
}

.auth .auth__details .auth__details__form__section {
  /*border: 1px solid var(--gray-g300);*/
  /*padding-left: 18px;*/
  /*padding-right: 18px;*/
  /*border-radius: 18px;*/
}

.auth .auth__details .auth__details__form__section:not(:last-child) {
  /*margin-bottom: 48px;*/
}

.auth
  .auth__details
  .auth__details__form__section
  .auth__details__form__section__title {
  width: fit-content;
  background-color: var(--primary-p100);
  padding-left: 8px;
  padding-right: 8px;
  margin-top: -12px;
}

.auth .auth__details .auth__details__form .auth__details__form__label {
  display: block;
  margin-bottom: 5px;
}

.auth .auth__details .auth__details__form .auth__details__form__input {
  display: inline-block;
  width: 100%;
  padding: 12px 20px;
  border: 1px solid var(--gray-g300);
  border-radius: 14px;
  outline: none;
}

.auth .auth__details .auth__details__form .date-picker-wrapper,
.ladily-form .date-picker-wrapper {
  display: flex;
  flex-direction: column;
  gap: 24px;
  width: 100%;
}

.auth .auth__details .auth__details__form .auth__details__form__select {
  display: block;
  width: 100%;
  border-radius: 14px;
  border: 1px solid var(--gray-g300);
  padding: 12px 30px 12px 20px;
  box-shadow: none;
  outline: 0;
}

.password-icon {
  position: absolute;
  right: 20px;
  top: 50%;
  transform: translateY(-50%);
  cursor: pointer;
  width: 18px;
  z-index: 10;
}

.password-icon:hover {
  color: var(--secondary-s400);
}

.auth .auth__details .auth__details__form .auth__details__form__input:focus {
  border-color: var(--secondary-s400);
  outline: none;
}

.auth .auth__details .auth__details__form .auth__details__form__checkbox {
  width: 18px;
  height: 18px;
  accent-color: var(--secondary-s400);
}

.auth .auth__details .auth__details__form .auth__details__form__extra {
  color: var(--secondary-s400);
}

.auth .auth__details__form__submit {
  display: block;
  width: 100%;
  padding: 14px 22px;
  border-radius: 14px;
  background-color: var(--primary-p400);

  background-size: 100%;
  background-position: left;
  font-size: 20px;
  font-weight: 600;
  color: #fff;
  border: none;
  outline: none;
  transition: all 0.5s ease-in;
}

.auth .auth__details__form__submit:hover {
  box-shadow: rgba(0, 0, 0, 0.25) 0 8px 15px;
}

.auth__separator .auth__separator__line {
  width: 125px;
  height: 1px;
  background-color: var(--primary-p400);
}

.auth__separator .auth__separator__text {
  color: var(--primary-p400);
  font-size: 20px;
  font-weight: 700;
}

.auth .auth__details .auth__details__external-login {
  padding: 14px 22px;
  border: 1px solid var(--black-b400);
  border-radius: 14px;
  outline: none;
  background-color: transparent;
  cursor: pointer;
}

.auth .auth__details .auth__details__external-login .logo {
  width: 28px;
  height: 28px;
}

.auth .auth__details .auth__details__external-login .logo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.auth .auth__details .auth__details__external-login .text {
  font-size: 18px;
}

/*.auth .registry-form {
    position: relative;
}*/
.auth .registry-form .message-error {
  top: 8px;
}

.auth .login-form .message-error {
  top: -1px;
}

.form-field-gap {
  margin-bottom: 20px;
}

.form-field-gap
  :is(.error-text, .field-validation-valid, .field-validation-error) {
  text-align: start;
}

.customer-profile-page .form-field-gap.newsletter .error-text {
  top: 25px;
}

/******************** REGISTER FORM ********************/
.registry-form .form-field-gap {
  margin-bottom: 16px;
}

.registry-form :is(.field-validation-error, .error-text) {
  font-size: 14px;
  color: #f00;
  margin: 0;
}

/******************** CHECK OUT ADDRESS FORM ********************/
.address_form .form-field-gap {
  margin-bottom: 16px;
}

/******************** CART DETAILS PAGE ********************/
.shopping-cart-page .cart-page-title,
.checkout-page.checkout-page--opc .cart-page-title,
.order-summary-content .cart-page-title {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 20px;
  flex-wrap: wrap;
  row-gap: 8px;
}

.shopping-cart-page .cart-page-title h3 {
  font-weight: 600 !important;
}

.checkout-page.checkout-page--opc .cart-page-title h3 {
  font-size: 18px;
}

.shopping-cart-page .cart-page-title h1:last-child {
  color: var(--primary-p400) !important;
}

.checkout-attributes dl dd:not(:last-child) {
  margin-bottom: 24px;
}
.checkout-attributes dl dd a {
  color: var(--secondary-s400);
  display: inline-block;
}

.checkout-attributes dl dd {
  margin-top: 4px;
}

.checkout-attributes input[type="text"],
.checkout-attributes select {
  min-width: 170px;
}

.checkout-attributes ul {
  font-size: 0;
}

.checkout-attributes li {
  display: inline-block;
  border: 1px solid #ddd;
  background-color: #fff;
  padding: 8px 10px;
  font-size: 14px;
  /*reset zeroing*/
}

.checkout-attributes .attribute-squares li {
  border: none;
  padding: 0;
  line-height: 0;
}

.qq-upload-button {
  background: var(--primary-p400) !important;
  border: 1px solid var(--primary-p400) !important;
}

.checkout-attributes li label {
  display: inline-block;
  margin: 0 0 0 5px;
}

#shopping-cart-form .checkout-attributes {
  text-align: left;
}

.min-amount-warning {
  font-size: 14px;
  color: var(--error);
}

.terms-of-service label {
  display: inline;
  cursor: pointer;
}

.terms-of-service a {
  margin: 0 0 0 3px;
  color: var(--secondary-s400);
}

.remove-discount-button,
.remove-gift-card-button {
  display: flex;
  align-items: center;
  cursor: pointer;
  border: none;
  background-color: transparent;
  height: 16px;
  width: 16px;
}

.cart thead,
.shipment-table thead,
.order-notes-table thead {
  display: none;
}

.cart tbody {
  display: block;
  overflow: hidden;
}

.cart tr:not(:first-child),
.shipment-table tr:not(:first-child),
.order-notes-table tr:not(:first-child) {
  margin: 22px 0 0;
}

.cart tr {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-template-rows: repeat(4, auto);
  overflow: hidden;
  border: 1px solid var(--gray-g300);
}

.shipment-table tr,
.order-notes-table tr {
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  overflow: hidden;
  border: 1px solid var(--gray-g300);
}

.cart td {
  display: block;
  border: none;
}

.cart td.product-picture,
.cart td.picture {
  padding: 10px;
  width: 100%;
  height: 100%;
  grid-column: 1/-1;
  grid-row: 1/2;
  vertical-align: baseline;
  border-bottom: 1px solid var(--gray-g300);
  text-align: center;
}

.cart label {
  display: inline;
  font-size: 14px;
}

.cart td.product label {
  display: unset;
}

.cart td.product {
  min-width: 0;
  padding: 5px 10px 15px;
  grid-column: 1/-1;
  grid-row: 2/3;
  text-align: center;
}

.cart td.product .product__extra-details {
  font-size: 14px;
  display: flex;
  align-items: center;
  flex-direction: column;
}

.cart td.quantity {
  grid-column: 2/-1;
  grid-row: 3/4;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
}

.cart td.quantity .qty-input {
  padding: 8px 32px;
}

.cart td.quantity label {
  display: none;
}

.checkout-page .cart td.quantity label {
  display: inline;
}

.cart td.quantity select {
  padding: 6px 30px 6px 12px;
  margin-inline: auto;
}

.cart td.unit-price,
.cart td.subtotal,
.cart td.quantity {
  padding-left: 10px;
  padding-right: 10px;
  padding-top: 0;
  order: 1;
  border-top: 1px solid var(--gray-g300);
}

.cart td.unit-price {
  grid-column: 1/2;
  grid-row: 3/4;
  display: flex;
  flex-direction: column;
  gap: 4px;
  justify-content: center;
  align-items: center;
  border-right: 1px solid var(--gray-g300);
}

.cart td.subtotal {
  grid-column: 1/-1;
  grid-row: 4/5;
  font-size: 14px;
  display: flex;
  flex-direction: column;
  gap: 4px;
  justify-content: center;
  align-items: center;
}

.cart .product-quantity {
  font-family: "Lora", serif;
  border: 1px solid var(--gray-g300);
  position: relative;
}

.cart .product-quantity .quantity-btn {
  width: 32px;
  height: 100%;
  border: none;
  color: black;
  background-color: var(--primary-p200);
  position: absolute;
  top: 0;
}

.cart .product-quantity .quantity-btn svg {
  width: 16px;
  height: 16px;
}

.cart .product-quantity .quantity-btn.up {
  right: 0;
  border-left: 1px solid var(--gray-g300);
}

.cart .product-quantity .quantity-btn.down {
  left: 0;
  border-right: 1px solid var(--gray-g300);
}

.checkout-page.checkout-page--opc .cart .product-quantity {
  border: none;
}

.cart:not(.wishlist-table) td.remove-from-cart,
.cart:not(.wishlist-table) td.total {
  margin: 0 0 0px;
  order: 3;
  grid-column: 1 / -1;
  display: flex;
  gap: 4px;
  align-items: center;
  justify-content: flex-end;
  border-top: 1px solid var(--gray-g300);
}

.cart:not(.wishlist-table) td.remove-from-cart {
  padding-right: 10px;
  padding-block: 8px;
}

.cart td.remove-from-cart .remove-btn svg {
  stroke: var(--black-b400);
}

.cart-page-layout {
  display: grid;
  grid-template-columns: 1fr;
  row-gap: 32px;
}

.cart .product .product-name,
.data-table .product .product-name {
  font-size: 16px;
  font-weight: 600;
  text-align: center;
  text-transform: capitalize;
  color: var(--black-b400);
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}

.cart .product .product-name:hover,
.data-table .product .product-name:hover {
  color: var(--secondary-s400);
}

.data-table .product .attributes {
  text-align: center;
}

.data-table .product-quantity {
  border: none;
}

.cart-options {
  width: 100%;
}

.cart-options .option-list.attribute-squares.color-squares li {
  border: 1px solid transparent;
}

.cart-options .option-list.attribute-squares.color-squares li.selected-value {
  border: 1px solid var(--black-b300);
}

.cart-page__extra {
  padding: 24px;
  border: 1px solid var(--gray-g200);
}

.cart-page__extra .cart-page__extra__title {
  font-size: 24px;
  color: var(--primary-p400);
  text-align: left;
}

.checkout-page.checkout-page--opc .cart-page__extra .cart-page__extra__title {
  font-size: 18px;
}

.cart-page__extra .cart-page__extra__text {
  margin-top: 6px;
  margin-bottom: 16px !important;
  text-align: left;
}

.cart-page__extra .cart-page__extra__info .icon {
  width: 18px;
}

.cart-page__extra .cart-page__extra__info:not(:last-child) {
  margin-bottom: 8px;
}

.cart-footer,
.cart-page__extra {
  background-color: var(--primary-p200);
}

.cart-footer {
  padding: 24px;
  border: 1.5px solid var(--gray-g200);
  top: 50px;
}
.cart-footer:after {
  display: block;
  clear: both;
}

.cart-footer .totals {
  color: var(--black-b400);
  max-width: 100%;
  padding: 0px;
}

.cart-footer .cart-footer__heading {
  border-bottom: 1px solid var(--black-b400);
}

.cart-footer .cart-footer__heading h3 {
  font-weight: 600 !important;
}

.checkout-page.checkout-page--opc .cart-footer .cart-footer__heading h3 {
  font-size: 18px;
}

.cart-footer .cart-footer__details {
  padding: 32px 0px;
  border-top: 1px solid var(--black-b400);
  border-bottom: 1px solid var(--black-b400);
}

.totals .cart-total-left {
  font-weight: 500;
  color: var(--black-b400);
}

.totals .cart-total-left label {
  white-space: wrap;
}

.totals .cart-total-left span {
  display: inline-block;
  font-size: 13px;
}

.cart-footer .total-info {
  padding: 6px 0;
  border-bottom: 1px solid var(--black-b400);
}

.cart-total td {
  font-family: "Lora", serif;
  text-align: right;
  font-size: 14px;
  padding: 8px 0;
  font-weight: 500;
  color: var(--black-b400);
}

.cart-total td:first-child {
  text-align: left;
}

.cart-total .giftcard-remaining {
  display: block;
  font-style: italic;
}

.cart-total tr.earn-reward-points td.cart-total-right span,
.cart-total tr.earn-reward-points td.cart-total-left label {
  font-size: 14px;
  font-style: italic;
  color: var(--black-b300);
}

.cart-total .order-total .cart-total-left,
.cart-total .order-total .cart-total-right {
  color: var(--primary-p400);
  font-size: 18px;
  font-weight: 600;
}

.cart-footer .checkout-disabled {
  font-size: 20px;
  text-align: center;
  background: var(--error);
  color: #fff;
  padding: 15px 50px;
}

.cart-footer .checkout-button {
  display: inline-block;
  min-width: 160px;
  border: none;
  text-transform: uppercase;
}

.cart-collaterals .deals {
  width: 100%;
}

.cart-collaterals .deals .current-code button svg {
  width: 16px;
  height: 16px;
  color: var(--secondary-s400);
}

.cart-collaterals .button-2 {
  display: inline-block;
  border: none;
  background-color: #aaa;
  padding: 10px 15px;
  color: #fff;
  text-transform: uppercase;
}

.cart-collaterals .button-2:hover,
.cart-collaterals .button-2:focus {
  background-color: #999;
}

.cart-collaterals .title strong {
  font-weight: normal;
}

.cart-collaterals .hint {
  margin: 0 0 10px;
}

.cart-collaterals .coupon-code {
  overflow: hidden;
  display: flex;
  gap: 12px;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
}

.cart-collaterals .coupon-code input[type="text"] {
  /*safari padding fix*/
  margin: 0 -1px 0 0;
}

.cart-collaterals .message-failure {
  margin: 5px 0 0;
  color: red;
}

.cart-collaterals .message-success {
  margin: 6px 0 0;
  color: var(--primary-p400);
}

.cart-collaterals .current-code {
  margin: 4px 0 0;
  font-size: 14px;
  color: var(--secondary-s400);
  display: inline-flex;
  justify-content: flex-start;
  gap: 5px;
  align-items: center;
}

.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;
}

.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:hover,
.shopping-cart-page .checkout-attributes a:focus {
  text-decoration: underline;
}

.selected-checkout-attributes {
  color: #000;
  text-align: start;
}

.selected-checkout-attributes br {
  content: "";
  display: block;
  margin: 3px;
}

.shopping-cart-page .common-buttons {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
  justify-content: center;
  align-items: center;
  background-color: #f6f6f6;
  padding: 24px;
}

.shopping-cart-page .checkout-extra,
.selected-checkout-attributes {
  background-color: var(--gray-g100);
  padding: 24px;
  margin-top: 32px;
  margin-bottom: 32px;
  border: 1px solid var(--gray-g200);
}

.qq-drop-processing,
.qq-upload-list {
  text-align: start;
}

.qq-upload-list li {
  margin-top: 8px !important;
}

.qq-upload-list li.qq-upload-success {
  background-color: #f6f6f6 !important;
  color: #000 !important;
  padding: 0px;
  border: none;
}

.qq-upload-list li.qq-upload-fail {
  background-color: #f6f6f6 !important;
  color: #f00 !important;
  padding: 0px;
  border: none;
}

.qq-upload-file {
  line-height: 24px;
}

.qq-upload-list li.qq-upload-fail a {
  color: var(--primary-p400);
}

.remove-download-buttonn {
  margin-left: 8px;
}

/*-------------------- WISHLIST TABLE ------------------------*/
.cart.wishlist-table colgroup {
  display: none;
}

.wishlist-table td.add-to-cart label {
  display: none;
}

.wishlist-table td.add-to-cart {
  position: absolute;
  top: 0;
  right: 0;
  vertical-align: baseline;
}

.wishlist-content .cart span.product-quantity {
  border: none;
}

/*----- PRODUCT SHARE BUTTON STYLE ------*/
.share-button-wrapper {
  height: 53px !important;
  padding: 10px 14px;
  position: absolute;
  bottom: -65px;
  right: -50px;
  background-color: var(--primary-p200);
  border-radius: 5px;
  border: 1px solid var(--primary-p400);
  box-shadow: 1px 2px 14px #ccc;
}

.sharethis-inline-share-buttons {
  display: flex !important;
  gap: 2px !important;
}

.share-button-wrapper {
  visibility: hidden;
  /* Initially hidden */
  opacity: 0;
  transition: visibility 0.3s, opacity 0.3s;
  /* Smooth transition */
}

.share-button-wrapper::before {
  position: absolute;
  top: -6px;
  right: 62px;
  display: block;
  content: "";
  width: 12px;
  height: 12px;
  background-color: var(--primary-p200);
  transform: rotate(45deg);
  border-top: 1px solid var(--primary-p400);
  border-left: 1px solid var(--primary-p400);
  z-index: 1;
}

.share-button-wrapper.visible {
  visibility: visible;
  opacity: 1;
}

/*#region -------------- PRODUCT DETAILS REVIEWS -------------- */
.product-review-summary {
  max-width: 850px;
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  justify-content: center;
  gap: 20px;
}

.product-review-summary__rating {
  background-color: var(--primary-p200);
  height: 100%;
  display: flex;
  gap: 10px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 24px 0;
}

.product-review-summary__rating .rating {
  width: 85px;
  height: 18px;
  background: url("../images/rating1.png") repeat-x;
}

.product-review-summary__rating .rating div {
  height: 18px;
  background: url("../images/rating2.png") repeat-x;
  font-size: 0px;
  line-height: 0px;
}

.product-review-summary__rating .value {
  font-family: "Lora", serif;
  font-size: 32px;
  font-weight: 600;
  color: var(--primary-p400);
  line-height: 32px;
}

.product-review-summary__chart {
  background-color: var(--primary-p200);
  height: 100%;
  padding: 32px 14px;
  display: flex;
  gap: 10px;
  justify-content: space-between;
  flex-direction: column;
}

.product-review-summary__chart .rate-box {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 8px;
}

.product-review-summary__chart .rate-box > * {
  height: 100%;
  display: flex;
  font-weight: 400;
  color: var(--black-b400);
}

.product-review-summary__chart .rate-box .progress-bar {
  border-width: 1px;
  position: relative;
  background-color: #fff;
  height: 6px;
  border-radius: 100px;
  width: 60%;
}

.product-review-summary__chart .rate-box .progress-bar .progress {
  background-color: var(--primary-p400);
  height: 100%;
  border-radius: 100px;
  transition: 300ms ease-in-out;
  width: 0;
}

.product-review-summary__chart .rate-box .rating,
.product-rating-filter-group .rating {
  width: 85px;
  height: 18px;
  background: url("../images/rating1.png") repeat-x;
}

.product-review-summary__chart .rate-box .rating div,
.product-rating-filter-group .rating div {
  height: 18px;
  background: url("../images/rating2.png") repeat-x;
  font-size: 0px;
  line-height: 0px;
}

/********* PRODUCT REVIEW CARDS *********/
.product-reviews {
  max-width: 850px;
  display: flex;
  flex-direction: column;
  gap: 32px;
  margin-top: 32px;
}

.product-review-card {
  display: grid;
  grid-template-columns: 42px 1fr;
  gap: 18px;
}

.product-review-card .product-info .review-product-name {
  font-size: 20px;
  font-weight: 500;
  color: var(--black-b400);
}

.product-review-card .product-review-card__avatar,
.blogpost-comment .blogpost__user-avatar,
.news-comment .news-comment__user-avatar {
  width: 42px;
  height: 42px;
  background-color: var(--primary-p400);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}

.product-review-card .product-review-card__avatar p,
.blogpost-comment .blogpost__user-avatar,
.news-comment .news-comment__user-avatar {
  color: #fff;
  font-family: "Lora", serif;
  font-size: 24px;
}

.product-review-card .product-review-card__details .name,
.blogpost__user-info .username,
.news-comment__user-info .username {
  font-size: 18px;
  font-weight: 500;
}

.product-review-card .product-review-card__details .date,
.blogpost__user-info .date,
.news-comment__user-info .date {
  font-size: 14px;
  color: #4f547b;
}

.product-review-card .product-review-card__details .rating {
  width: 85px;
  height: 18px;
  background: url("../images/rating1.png") repeat-x;
}

.product-review-card .product-review-card__details .rating div {
  height: 18px;
  background: url("../images/rating2.png") repeat-x;
  font-size: 0px;
  line-height: 0px;
}

.one .fas {
  color: #cfd8dc;
}

.two {
  background: linear-gradient(to right, #66bb6a 0%, transparent 0%);
  background-clip: text !important;
  -webkit-background-clip: text !important;
  -webkit-text-fill-color: transparent;
  transition: 0.5s ease-in-out all;
}

.rating-icons {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  width: 100%;
  height: 10%;
}

.rating-icons span {
  position: absolute;
  display: flex;
  font-size: 30px;
  left: 50%;
  transform: translateX(-50%);
  margin-bottom: 5px;
}

.total-reviews {
  font-size: 14px !important;
}

.product-reviews-page .pd-rating {
  position: absolute;
  display: block;
  height: 100%;
  background-color: #09ff00;
}

.product-reviews-page .rating-stars {
  width: 140%;
  padding-bottom: 140%;
}

.write-review {
  max-width: 850px;
}

.write-review textarea {
  min-height: 210px;
}

.write-review textarea:focus {
  border-color: var(--secondary-s400);
}

/************* WRITE REVIEW SECTION **************/
.star-rating {
  white-space: nowrap;
  display: inline-block;
  height: 16px;
  overflow: hidden;
  position: relative;
  background: url("../images/rating1.png");
  background-size: contain;
}

.star-rating.star-5 {
  width: 85px;
  cursor: pointer;
}

.star-rating input {
  appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
  opacity: 0;
  display: inline-block;
  width: 20%;
  height: 100%;
  margin: 0;
  padding: 0;
  z-index: 2;
  position: relative;
  cursor: pointer;
}

.star-rating div {
  display: inline-block;
  opacity: 0;
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  z-index: 1;
  background: url("../images/rating2.png");
  background-size: contain;
}

.star-rating input:hover + div,
.star-rating input:checked + div {
  opacity: 1;
}

.star-rating.star-5 input,
.star-rating.star-5 div {
  width: 20%;
}

.star-rating.star-5 div ~ div {
  width: 40%;
}

.star-rating.star-5 div ~ div ~ div {
  width: 60%;
}

.star-rating.star-5 div ~ div ~ div ~ div {
  width: 80%;
}

.star-rating.star-5 div ~ div ~ div ~ div ~ div {
  width: 100%;
}

/*#endregion RegionName*/

.my-product-reviews-list-page .product-review-item,
.product-reviews-page .product-review-item {
  float: left;
  width: 100%;
  margin: 0;
  padding: 10px 10px 10px;
  margin-bottom: 10px;
}

.product-review-item .review-item-head {
  overflow: hidden;
  padding: 5px 0;
}

.product-review-item .review-item-head {
  margin: 0 0 10px;
  border-bottom: 2px solid #eee;
  overflow: hidden;
  padding-bottom: 10px;
}

.product-review-item .product-review-box {
  margin: 0;
}

.product-review-box {
  display: inline-block;
  width: fit-content;
}

.my-product-reviews-list-page .product-review-item .rating,
.product-review-list .product-review-item .rating {
  float: right;
  margin-right: 5px;
}

.my-product-reviews-list-page .product-review-item .rating,
.product-review-list .product-review-item .rating {
  float: right;
  margin-right: 5px;
}

#addToCartModal .product-name h1,
#stat .product-name h1,
#addToWishListtModal .product-name h1 {
  text-align: left;
  line-height: 32px;
  font-size: 20px;
  font-weight: 500;
}

.addToCartModal .product-price {
  font-size: 18px;
  font-weight: 600;
}

.attributes .pd-attribute-name {
  display: block;
  white-space: nowrap;
  font-weight: bold;

  padding-right: 15px;
}

.pd-atrribute-error {
  color: red;
  font-weight: 600;
  padding-bottom: 5px;
}

.addToCartModal .modal-buttons {
  display: flex;
  flex-direction: row;
  gap: 14px;
  justify-content: end;
}

.errMessage {
  color: var(--error);
  padding-left: 12px;
  font-size: 14px;
  overflow: hidden;
  padding: 5px 1.25rem;
  margin-left: 10px;
  margin-bottom: 0px;
}

/***************** CROSS SALE PRODUCT ******************/
.cross-sells .title {
  font-family: "Lora", serif !important;
  color: var(--black-b400);
  font-weight: 600 !important;
  font-size: 24px;
  padding: 0 0 15px;
}

/***************** CONTACT US PAGE ******************/
.contact-us {
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  gap: 60px;
}

.contact-us .contact-us__details .contact-us__details__title {
  font-size: 35px;
  font-weight: 700 !important;
  margin-bottom: 16px !important;
  text-transform: uppercase;
}

.contact-us .contact-us__details .contact-us__details__text {
  margin-bottom: 42px !important;
  text-align: justify;
}

.contact-us .contact-us__details .contact-us__details__info__card {
  display: flex;
  align-items: center;
  gap: 24px;
  padding: 24px;
  border-radius: 8px;
  border: 1px solid var(--gray-g300);
}

.contact-us .contact-us__details .contact-us__details__info {
  display: flex;
  flex-direction: column;
  gap: 24px;
}

.contact-us .contact-us__details .contact-us__details__info__card svg {
  stroke: var(--primary-p400);
}

.contact-us .contact-us__details .contact-us__details__info__card p {
  font-size: 18px;
  font-weight: 500;
  color: var(--primary-p400);
}

/***************** FORUMS MAIN PAGE ******************/
.forums-header .current-time {
  margin: 0 0 15px;
}

.forum-search-box form {
  display: block;
  border-bottom: none;
}

.forums-header {
  background-color: var(--primary-p200);
  padding: 30px 20px 20px;
  margin: 0 0 50px;
  overflow: hidden;
}

.forums-header .search-box input.search-box-text {
  padding: 14px 20px 14px 20px;
  font-size: 18px;
  margin-bottom: 12px;
}

.forum-search-box .advanced a {
  line-height: 22px;
  color: var(--primary-p400);
  text-decoration: underline;
}

.forums-table-section-title {
  margin: 0 0 15px;
}

.forums-table-section-title a,
.forums-table-section-title strong {
  font-size: 24px;
  font-weight: 500;
  color: var(--primary-p400);
}

.forums-table-section .table-wrapper {
  overflow: auto;
}

.forum-table td {
  min-width: 90px;
  padding: 10px;
}

.forum-table tbody tr {
  border-bottom: 1px solid var(--gray-g300);
}

.forum-table td.image {
  min-width: 0;
}

.forum-table td.image {
  padding-left: 0px;
}

.forums-table-section .latest-post {
  white-space: nowrap;
  text-align: right;
  padding-right: 0px;
}

.forum-table td.forum-details {
  min-width: 190px;
}

.forum-table td.topic-details {
  padding-left: 0px;
}

.forums-table-section .view-all {
  margin: 36px 0 0;
}

.forums-table-section .view-all a {
  padding: 12px 24px;
  color: #fff;
  outline: 0;
  background-color: var(--primary-p400);
  border: 0;
  font-size: 14px;
  word-wrap: normal;
  cursor: pointer;
  transition: all 0.4s ease-in-out;
  position: relative;
}

.forums-table-section .view-all a:hover,
.forums-table-section .view-all a:focus {
  background-color: var(--black-b400);
}

/***************** FORUMS GROUP PAGE ******************/
.breadcrumb.forum-breadcrumb {
  margin-bottom: 25px;
}

/***************** FORUM PAGE ******************/
.forum-actions .actions a,
.topic-actions .actions a {
  padding: 10px;
  font-size: 14px;
  margin: 1px;
}

.forum-actions .actions svg,
.topic-actions .actions svg {
  width: 20px;
  height: 20px;
}

/***************** FORUM EDIT PAGE ******************/
.forum-edit-page .fieldset,
.forum-search-page .search-input,
.private-messages.private-message-send-page .fieldset {
  background-color: var(--primary-p200);
  border-top: none;
  display: flex;
  justify-content: center;
  align-items: center;
}

.forum-edit-page .fieldset .form-fields,
.private-messages.private-message-send-page .fieldset .form-fields {
  width: 100%;
  background-color: var(--primary-p200);
  border: none;
}

.forum-edit-page .form-fields .form-field-gap {
  margin-bottom: 16px;
}

.forum-edit-page .ladily-form .ladily-form__label,
.private-messages.private-message-send-page .ladily-form__label {
  margin: 0px;
  font-size: 16px;
}

.forum-edit-page .inputs p,
.private-message-send-page .inputs :is(p, a) {
  display: inline-block;
  font-size: 22px;
  font-weight: 500;
  color: var(--primary-p400);
  white-space: normal;
}

.forum-edit-page .inputs .bb-code-editor-wrapper,
.private-message-send-page .inputs .bb-code-editor-wrapper {
  background-color: var(--primary-p100);
  width: 100%;
  padding: 10px;
  margin-bottom: 20px;
}

.forum-edit-page .inputs .toolbar,
.private-message-send-page .inputs .toolbar {
  display: flex;
  justify-content: center;
}

.forum-edit-page .inputs .toolbar .button {
  background-color: var(--gray-g200);
  border: none;
  padding: 2px;
  margin-right: 6px;
}

.forum-edit-page .inputs input[type="checkbox"] + label {
  display: inline;
}

/******************* FORUM SEARCH PAGE ********************/
.forum-search-page .forum-search-form {
  width: 100%;
}

.advanced-search {
  display: flex;
}

.forum-search-form .advanced-search div {
  width: 100%;
}

/***************** FORUM TOPIC PAGE ******************/
.topic-post .post-info {
  margin: 30px 0;
}

.topic-post .username {
  display: block;
  margin: 0 0 -1px;
  border: 1px solid #ddd;
  background-color: var(--primary-p200);
  padding: 11px 0;
  font-weight: 500;
  color: #000;
}

.topic-post a.username:hover,
.topic-post a.username:focus {
  color: var(--primary-p400);
}

.topic-post .avatar {
  margin: 16px auto 0px;
  width: 80px;
  height: 80px;
}

.topic-post .avatar img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 50%;
}

.topic-post .user-stats span {
  margin: 0 0 0 3px;
  font-weight: 500;
}

.topic-post .post-time {
  margin: 0 0 15px;
  padding: 10px 15px;
  font-size: 13px;
  font-weight: 500;
  background-color: var(--primary-p200);
}

.topic-post .post-actions a {
  display: inline-block;
  margin: 1px 5px;
  font-size: 14px;
}

.topic-post .post-actions .edit-post-button {
  background: url("../images/edit_.png") left center no-repeat;
}

.topic-post .post-actions .delete-post-button {
  background: url("../images/remove_.png") left center no-repeat;
}

.topic-post .post-actions .edit-post-button:hover,
.topic-post .post-actions .delete-post-button:hover {
  color: var(--primary-p400);
}

.topic-post .post-actions .post-link-button {
  padding: 10px;
  font-weight: bold;
  color: var(--primary-p400);
}

.topic-post .post-actions .post-link-button:hover,
.topic-post .post-actions .post-link-button:focus {
  text-decoration: underline;
}

.topic-post .post-text {
  /*topic post-text also gets style from blog post-body*/
  padding: 20px 10px 20px;
  line-height: 22px;
  color: #000;
  margin-bottom: 0;
}

.topic-post .user-posted-image {
  max-width: 100%;
  height: auto;
  padding-block: 8px;
}

.send-pm a {
  display: inline-block;
}

/***************** MOVE FORUM PAGE ******************/
.move-forum-form {
  background-color: var(--primary-p200);
  padding: 24px 48px;
}

.move-forum-form .move-forum-form__inputs {
  width: 100%;
  margin-bottom: 20px;
}

/***************** PRIVATE MESSAGE PAGE ******************/
.private-message-view-page .message-head li {
  margin-bottom: 8px;
}

.private-message-view-page .message-head li :is(label, span) {
  font-size: 16px;
}

.private-message-view-page .message-head span {
  font-weight: 500;
  color: #000;
  margin-left: 4px;
}

.private-message-view-page .message-body {
  border-top: 1px solid var(--gray-g200);
  background-color: var(--primary-p200);
  padding: 30px 20px;
  line-height: 22px;
  text-align: justify;
}

.private-message-view-page .message-body strong {
  font-weight: 500;
}

.private-messages-page td.subject a.pm-unread {
  font-weight: 600;
  font-size: 17px;
}

.private-messages-box .cart td {
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: "Jost", sans-serif;
  font-size: 16px;
}

.private-messages-box .cart td.date {
  font-size: 13px;
}

.private-messages-box .cart tr {
  grid-template-columns: repeat(3, 1fr);
  grid-template-rows: repeat(2, auto);
}

.private-messages-box .cart td.select {
  min-width: 50px;
}

.private-messages .cart td.from a {
  color: var(--primary-p400);
  font-weight: 500;
}

.private-messages-page td.from,
.private-messages-page td.to,
.private-messages-page td.subject {
  /*min-width: 150px;*/
  min-width: 135px;
}

.private-messages-page td.subject {
  grid-column: 1 / -1;
  border-right: 0 !important;
  border-top: 1px solid var(--gray-g300);
}

.private-messages-page td.date {
  grid-column: 3 / -1;
  grid-row: 1;
  white-space: normal;
}

.private-messages-page .no-items {
  padding: 20px;
  text-align: center;
  font-family: "Jost", sans-serif;
  font-size: 18px;
  color: #000;
}

.ui-tabs .ui-tabs-nav .ui-tabs-anchor {
  font-family: "Lora", serif;
  font-weight: 500;
}

/***************** CUSTOMER PROFILE PAGE ******************/
.profile-stats .title p {
  font-size: 20px;
  font-weight: 600;
  color: var(--primary-p400);
  font-family: "Jost", sans-serif;
}

.profile-stats .stats li {
  margin-bottom: 8px;
}

.profile-stats .stats li :is(label, span) {
  font-size: 16px;
  color: #000;
  font-family: "Jost", sans-serif;
}

.profile-info-box .profile-stats span {
  margin: 0 0 0 3px;
  font-weight: 500;
}

.latest-posts .topic-title {
  margin: 0 0 20px;
  border-top: 1px solid var(--gray-g200);
  background: var(--primary-p200);
  padding: 10px;
  font-size: 18px;
}

.latest-posts .topic :is(label, p, span, a) {
  font-family: "Jost", sans-serif;
  color: #000;
}

.latest-posts .topic-title a {
  font-weight: 600;
}

.latest-posts .topic-title a:hover,
.latest-posts .topic-title a:focus {
  color: var(--primary-p400);
}

.latest-posts :is(.topic-body, .topic-data) {
  font-size: 16px;
}

.profile-page .no-data {
  font-family: "Jost", sans-serif;
  font-size: 18px;
  text-align: center;
  font-weight: 500;
}

/***************** PASSWORD RECOVERY PAGE ******************/
.password-recovery .password-recovery__container,
.password-recovery-page .password-recovery_container {
  max-width: 100%;
  margin: 0 auto;
}

/***************** CHECKOUT PAGE SHIPPING ******************/

.shipping-address .shipping-address__edit-btn {
  display: flex;
}

.shipping-address .shipping-address__edit-btn svg {
  width: 18px;
  color: var(--primary-p400);
}

.shipping-offcanvas .shipping-offcanvas__header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-bottom: 1px solid var(--gray-g200);
  padding: 16px 20px;
  margin-bottom: 16px;
}

.shipping-address .shipping-address__header .name {
  font-size: 20px;
  font-weight: 500;
}

.shipping-offcanvas {
  width: 90% !important;
}

.shipping-offcanvas .shipping-offcanvas__header h5 {
  font-size: 20px;
}

.shipping-offcanvas
  .shipping-offcanvas__header
  .shipping-offcanvas__header__add-btn {
  padding: 6px 14px !important;
  color: var(--primary-p400);
  background-color: #fff;
  border: 1px solid var(--primary-p400);
  border-radius: 30px;
  outline: 0;
  display: flex;
  gap: 5px;
  align-items: center;
}

.shipping-offcanvas
  .shipping-offcanvas__header
  .shipping-offcanvas__header__add-btn:hover {
  color: #fff;
  background-color: var(--primary-p400);
}

.shipping-offcanvas
  .shipping-offcanvas__header
  .shipping-offcanvas__header__add-btn
  svg {
  width: 18px;
}

.shipping-offcanvas .shipping-address__cards {
  display: flex;
  flex-direction: column;
  gap: 24px;
  overflow-y: auto;
  padding-right: 15px;
  margin: 0px 20px;
}

.shipping-offcanvas .shipping-address__cards .shipping-address__card {
  padding: 20px;
  background-color: var(--primary-p400);
  border: 1px solid var(--primary-p400);
  border-radius: 5px;
}

.shipping-offcanvas
  .shipping-address__cards
  .shipping-address__card
  .shipping-address__card__content.name {
  font-size: 16px;
  font-weight: 500;
}

.shipping-offcanvas
  .shipping-address__cards
  .shipping-address__card
  .shipping-address__card__content
  .label {
  font-weight: 500;
}

.shipping-offcanvas .shipping-offcanvas__footer {
  border-top: 1px solid var(--gray-g200);
  padding: 16px 20px;
  margin-top: 16px;
}

/***************** CHECKOUT PAGE SHIPPING NEW ADDRESS ******************/
.new-address__modal .new-address__modal__header {
  padding: 16px 0;
  background-color: var(--primary-p400);
}

.new-address__modal .new-address__modal__header h5 {
  font-size: 20px;
  color: #fff;
}

.new-address__modal .new-address__modal__body {
  padding: 18px;
}

.new-address__modal .new-address__modal__footer {
  padding: 0 18px 18px 18px;
  display: flex;
  justify-content: center;
  gap: 12px;
}

.new-address__modal .new-address__modal__footer button {
  width: 50%;
}

/***************** ONE PAGE CHECKOUT DESIGN ******************/
.checkout-page .cart-footer .totals {
  margin: 0;
}

.checkout-page .checkout-page__section .checkout-page__section__title {
  text-transform: uppercase;
  color: var(--primary-p400);
  font-weight: 700 !important;
  margin-bottom: 18px !important;
}

/***** ONE PAGE CHECKOUT (CART DETAILS) *****/

.checkout-order-summary {
  max-height: 314px;
  overflow-y: auto;
  padding-right: 15px;
}

.checkout-order-summary::-webkit-scrollbar-thumb {
  background: var(--primary-p300);
}

.checkout-order-summary::-webkit-scrollbar-track {
  background: #ddd;
}

.checkout-order-summary .checkout-order-summary__card {
  display: grid;
  grid-template-columns: 80px 1fr;
  grid-template-rows: 1fr 32px 36px;
  grid-column-gap: 20px;
  grid-row-gap: 2px;
  padding-bottom: 14px;
  justify-items: flex-start;
  border-bottom: 1px solid var(--gray-g300);
}

.checkout-order-summary .checkout-order-summary__card:not(:last-child) {
  margin-bottom: 14px;
}

.checkout-order-summary .checkout-order-summary__card:last-child {
  margin-bottom: 2px;
}

.checkout-order-summary
  .checkout-order-summary__card
  .checkout-order-summary__card__details {
  grid-column: 2 / -1;
  grid-row: 1 / 2;
}

.checkout-order-summary
  .checkout-order-summary__card
  .checkout-order-summary__card__quantity {
  grid-column: 2 / -1;
  grid-row: 2 / 3;
}

.checkout-order-summary
  .checkout-order-summary__card
  .checkout-order-summary__card__extra {
  grid-column: 2 / -1;
  grid-row: 3 / 4;
}

.checkout-order-summary
  .checkout-order-summary__card
  .checkout-order-summary__card__details {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 6px;
  height: 100%;
}

.checkout-order-summary
  .checkout-order-summary__card
  .checkout-order-summary__card__extra {
  display: flex;
  align-items: flex-end;
  width: 100%;
  justify-content: space-between;
}

.checkout-order-summary
  .checkout-order-summary__card
  .checkout-order-summary__card__image {
  width: 100%;
  height: 100%;
  grid-column: 1/2;
  grid-row: 1/3;
}

.checkout-order-summary
  .checkout-order-summary__card
  .checkout-order-summary__card__image
  a {
  width: 100%;
  height: 100%;
}

.checkout-order-summary .checkout-order-summary__card .checkout-order-summary__card__image a img {
  width: 100%;
}

.checkout-order-summary
  .checkout-order-summary__card
  .checkout-order-summary__card__details
  .item-name
  a {
  font-family: "Lora", serif;
  font-size: 16px;
  font-weight: 600;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}

.checkout-order-summary
  .checkout-order-summary__card
  .checkout-order-summary__card__extra
  .item-remove-button {
  cursor: pointer;
  font-size: 14px;
  order: 2;
}

.checkout-order-summary
  .checkout-order-summary__card
  .checkout-order-summary__card__extra
  .item-subtotal {
  order: 1;
}

.checkout-cart-total {
  font-family: "Lora", serif;
  font-size: 18px;
  font-weight: 600;
  display: flex;
  flex-direction: column;
  gap: 14px;
}

.checkout-cart-total .checkout-cart-total__item {
  padding-bottom: 14px;
}

.checkout-cart-total .checkout-cart-total__item:not(:last-child) {
  border-bottom: 1px solid var(--gray-g300);
}

/***************** CUSTOMER PROFILE PAGES ******************/
.block-account-navigation {
  margin-top: 42px;
}

.block-account-navigation .title,
.customer-profile-page .customer-profile-page__title {
  text-transform: capitalize;
  padding-top: 0;
  padding-bottom: 10px;
  padding-left: 0;
  padding-right: 0;
  border-bottom: 1px solid var(--gray-g200);
  margin-bottom: 18px;
}

.customer-profile-page .customer-profile-page__title {
  padding-bottom: 12px;
}

.customer-profile-page {
  width: 100%;
  margin-top: 26px;
  margin-bottom: 42px;
  min-height: 30vh;
}

.customer-profile-page .ladily-form .ladily-form__label {
  font-weight: 400;
}

.customer-profile-page .fieldset .title {
  padding-left: 0px;
}

.profile-offcanvas {
  width: 85% !important;
}

.profile-offcanvas .profile-offcanvas__header {
  padding-top: 18px;
  padding-bottom: 18px;
  border-bottom: 1px solid var(--gray-g200);
}

.profile-offcanvas .profile-offcanvas__header .profile-offcanvas__header__text {
  font-weight: 500;
  font-size: 24px;
}

.profile-offcanvas .profile-offcanvas__body {
  padding-top: 16px;
}

.profile-offcanvas .profile-offcanvas__body .listbox {
  padding: 20px;
  border-radius: 5px;
  border: 1px solid var(--gray-g200);
}

.profile-offcanvas .profile-offcanvas__body .listbox ul li {
  padding-left: 5px;
}

.profile-offcanvas .profile-offcanvas__body .listbox ul li.active a {
  font-weight: 600;
  color: var(--secondary-s400);
}

.profile-offcanvas .profile-offcanvas__body .listbox ul li a {
  display: block;
  font-size: 18px;
  font-weight: 400;
  color: var(--black-b400);
  text-transform: capitalize;
}

.profile-offcanvas .profile-offcanvas__body .listbox ul li:not(:first-child) {
  padding-top: 14px;
}

.profile-offcanvas .profile-offcanvas__body .listbox ul li:not(:last-child) {
  padding-bottom: 14px;
}

.profile-offcanvas .profile-offcanvas__body .listbox ul li:not(:last-child) {
  border-bottom: 1px solid var(--gray-g200);
}

.offcanvas-header .btn-close {
  box-shadow: none !important;
}

.add-more-external-records a {
  color: var(--secondary-s400);
}

.add-more-external-records a:hover,
.add-more-external-records a:focus {
  text-decoration: underline;
}

/***************** CUSTOMER - MY ORDER PAGE ******************/
.customer-profile--wrapper {
  width: 100%;
}

.order-list-page .order-list .order-item:not(:last-child) {
  margin-bottom: 30px;
}

.order-list-page .order-list .order-item {
  padding: 20px;
  border-radius: 10px;
  border: 1px solid var(--gray-g200);
  transition: all 0.4s;
  display: flex;
  flex-direction: column;
  gap: 20px;
  justify-content: space-between;
}

.order-list-page .order-list .order-item:hover {
  border-color: var(--primary-p400);
}

.order-status {
  padding: 3px 14px;
  font-size: 14px;
  border-radius: 30px;
  font-weight: 500;
}

.order-status.pending {
  color: var(--warning);
  background-color: #fef4e7;
}

.order-status.processing {
  color: var(--processing);
  background-color: #ebf6fa;
}

.order-status.shipped {
  color: var(--shipped);
  background-color: #f0e8fd;
}

.order-status.complete {
  color: var(--success);
  background-color: #e1f3e1;
}

.order-status.cancelled {
  color: var(--error);
  background-color: #fcebe9;
}

.order-list-page .order-list .order-item .order-extra-text.order-number {
  font-size: 18px;
  font-weight: 500;
}

.order-list-page .order-list .order-item .button {
  padding: 8px 16px;
  font-size: 14px;
  border-radius: 10px;
}

.order-list-page .order-list .order-item .button .icon {
  width: 20px;
  height: 20px;
}

/***************** CUSTOMER PROFILE - DOWNLOADABLE PRODUCTS ******************/
.cart.downloadable-products tbody tr td {
  padding: 8px;
  text-align: center;
}

.cart.downloadable-products tr td.download {
  grid-column: 1 / -1;
  border-top: 1px solid var(--gray-g300);
}

.cart.downloadable-products tr td.download label {
  display: none;
}

.cart.downloadable-products tr td.download a {
  color: var(--secondary-s400);
}

.cart.downloadable-products tr td.download a:hover {
  text-decoration: underline;
}

.cart.downloadable-products td:not(:last-child, .product, .date) {
  border-right: 1px solid var(--gray-g300);
}

.cart.downloadable-products tbody tr td label {
  font-weight: 500;
}

.cart.downloadable-products tbody tr td.order a {
  font-weight: 600;
}

.cart.downloadable-products tbody tr td.order label {
  display: inline;
}

.cart.downloadable-products tbody tr td.product {
  grid-column: 1 / -1;
  grid-row: 1 / 2;
  text-align: center;
  border-bottom: 1px solid var(--gray-g300);
  border-inline: 0;
}

/***************** CUSTOMER DETAILS - BACK IN STOCK SUBSCRIBE TABLE ******************/
.stock-subscribe-table {
  border-inline: 1px solid var(--gray-g300);
}

.stock-subscribe-table th {
  padding: 12px 0px 12px 16px;
  border-bottom: none;
  background-color: var(--gray-g200);
}

.stock-subscribe-table :is(th, td) input[type="checkbox"] {
  width: 16px;
  height: 16px;
}

.stock-subscribe-table td {
  padding: 16px 0px 16px 16px;
}

.stock-subscribe-table td a {
  color: #000 !important;
}

.stock-subscribe-table tr th:first-child,
.stock-subscribe-table tr td:first-child {
  padding-inline: 8px;
  border-right: 1px solid var(--gray-g300);
}

/***************** CUSTOMER DETAILS - REWARD POINTS TABLE ******************/
.reward-points-page .cart tr {
  grid-template-columns: repeat(3, 1fr);
}

.reward-points-page .cart tr td {
  padding: 8px;
}

.reward-points-page .cart tr td:not(.points-balance, .endDate) {
  border-right: 1px solid var(--gray-g300);
}

.reward-points-page .cart tr td.message {
  grid-column: 1/3;
}

.reward-points-page .cart tr td label,
.cart.downloadable-products tbody tr td label {
  display: block;
  color: #000;
  font-weight: 500;
}

.reward-points-page .cart tr td:is(.points-balance, .endDate) {
  text-align: right;
}

/***************** CUSTOMER DETAILS - MULTI-FACTOR AUTHENTICATION ******************/
.multi-factor-authentication-page .method-list {
  display: flex;
  flex-direction: column;
  justify-content: start;
  text-align: start;
  margin: 0;
}

.multi-factor-authentication-page .method-list li:not(:last-child) {
  padding-bottom: 8px;
  border-bottom: 1px solid var(--gray-g200);
}

.multi-factor-authentication-page .method-list li:not(:first-child) {
  margin-top: 8.8px;
}

.multi-factor-authentication-page .method-list li:last-child {
  padding-bottom: 4px;
}

.multi-factor-authentication-page .payment-method .payment-details {
  text-align: start;
}

.multi-factor-authentication-page
  :is(.payment-method .payment-logo, .payment-method .payment-description) {
  text-align: start;
  padding-inline-start: 0;
}

.multi-factor-authentication-config-page .instruction {
  text-align: justify;
}

.multi-factor-authentication-config-page .save-customer-info-button {
  padding: 12px 24px;
  color: #fff;
  outline: none;
  background-color: var(--primary-p400);
  border: 1px solid var(--primary-p400);
  font-size: 16px;
  word-wrap: normal;
  cursor: pointer;
  transition: all 0.4s ease-in-out;
  position: relative;
  text-transform: uppercase;

}

.multi-factor-authentication-config-page .save-customer-info-button:hover {
  background-color: var(--black-b400);
}

.multi-factor-authentication-config-page .card-body .inputs {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: start;
  align-items: start;
}

.multi-factor-authentication-config-page
  .card-body
  .inputs
  .field-validation-error {
  text-wrap: wrap;
  text-align: start;
}

.multi-factor-authentication-config-page .card-body .inputs label {
  display: block;
  margin-bottom: 8px;
  text-align: start;
  font-size: 16px;
  text-transform: capitalize;
  font-weight: 400;
}

.multi-factor-authentication-config-page .card-body .buttons {
  display: flex;
  justify-content: start;
  margin-top: 16px;
}

.multi-factor-authentication-config-page input {
  display: inline-block;
  width: 100%;
  border: 1px solid var(--gray-g300);
  outline: none;
  padding: 12px 20px;
}

/***************** MULTI-FACTOR AUTHENTICATION LOGIN PAGE ******************/
.ladily-external-auth-login-page .inputs {
  display: flex;
  flex-direction: column;
  justify-content: start;
  align-items: start;
  text-wrap: wrap;
  text-align: start;
}

.ladily-external-auth-login-page .inputs label {
  font-size: 1rem;
  margin-bottom: 5px;
}

.ladily-external-auth-login-page .buttons button {
  display: block;
  width: 100%;
  padding: 14px 22px;
  border-radius: 14px;
  background-color: var(--primary-p400);
  background-size: 100%;
  background-position: left;
  font-size: 20px;
  font-weight: 600;
  color: #fff;
  border: none;
  outline: none;
  transition: all 0.5s ease-in;
}

.ladily-external-auth-login-page .buttons button:hover {
  box-shadow: rgba(0, 0, 0, 0.25) 0 8px 15px;
}

.ladily-external-auth-login-page .inputs input {
  display: inline-block;
  width: 100%;
  padding: 12px 20px;
  border: 1px solid var(--gray-g300);
  border-radius: 14px;
  outline: none;
}
.ladily-external-auth-login-page .inputs input:focus {
  border-color: var(--secondary-s400);
  outline: none;
}
/***************** ORDER DETAILS PAGE ******************/
.order-details-page-layout {
  display: grid;
  grid-template-columns: 1fr;
  row-gap: 32px;
}

.extra-button {
  display: inline-block;
  padding: 8px 14px !important;
  background-color: #fff;
  border: 1px solid var(--primary-p400);
  border-radius: 30px;
  outline: 0;
  color: var(--primary-p400);
}

.extra-button:hover {
  color: white;
  border-color: var(--primary-p400);
  background-color: var(--primary-p400);
}

.order-details-page .order-details-page__header {
  display: flex;
  flex-direction: column;
  justify-content: start;
  align-items: center;
  gap: 20px;
}

.order-details-page
  .order-details-page__header
  .order-details-page__header__back {
  cursor: pointer;
}

.order-details-page
  .order-details-page__header
  .order-details-page__header__back
  svg {
  width: 16px;
}

.order-details-page
  .order-details-page__header
  .order-details-page__header__back
  p {
  color: var(--primary-p400);
  font-size: 16px;
  font-weight: 500;
  text-transform: capitalize;
}

.order-details-page .order-details-page__header .invoice-download-icon {
  width: 18px;
  margin-right: 2px;
}

.order-details-page
  .order-details-page__header
  .order-details-page__header__title
  h1 {
  text-transform: capitalize;
  color: var(--primary-p400);
  font-weight: 500 !important;
}

.order-overview {
  border: 1px solid var(--gray-g200);
  padding: 20px;
}

.order-overview .order-overview__order-number {
  font-size: 24px;
  font-weight: 600;
  margin-bottom: 14px;
}

.order-overview .order-total .order-total__number {
  font-weight: 600;
}

.order-details {
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  gap: 24px;
}

.order-details .order-details__billing,
.order-details .order-details__shipping {
  padding: 24px;
  border: 1px solid var(--gray-g200);
}

.billing-info .billing-info__title,
.shipping-info .shipping-info__title,
.payment-info .payment-info__title {
  color: var(--primary-p400);
  font-size: 20px;
  font-weight: 600;
  padding-bottom: 10px;
  border-bottom: 1px solid var(--gray-g200);
}

.shipments .shipments__title,
.order-notes .order-notes__title,
.order-details__footer__products__title {
  color: var(--primary-p400);
  font-size: 20px;
  font-weight: 600;
  text-align: center;
}

.order-details__billing .payment-info,
.order-details__shipping .shipping-method-info {
  margin-top: 22px;
}

.order-details-page .data-table td.quantity,
.order-details-page .data-table td.quantity label {
  display: unset;
}

.order-details-page .data-table .product-quantity {
  padding: 0;
}

.order-details__footer__total .total-info {
  background-color: var(--primary-p200);
  padding: 24px;
  border: 1px solid var(--gray-g200);
  flex: 1;
  order: 2;
}

.order-details__footer__total .order-details-attributes {
  flex: 1;
  order: 1;
}

.order-details__footer-layout .order-details__footer__total {
  width: 100%;
  display: flex;
  gap: 32px;
  flex-direction: column;
}

.order-details__footer-layout .order-details__footer__total .cart-total td {
  font-size: 16px;
  padding: 18px 0;
}

.order-details__footer-layout
  .order-details__footer__total
  .cart-total
  tr:not(:last-child) {
  border-bottom: 1px solid var(--black-b200);
}

.order-details__footer-layout
  .order-details__footer__total
  .cart-total
  .order-total-row
  .cart-total-left,
.order-details__footer-layout
  .order-details__footer__total
  .cart-total
  .order-total-row
  .cart-total-right {
  font-size: 18px;
  font-weight: 500;
}

.order-details__footer-layout .order-details__footer__total .actions {
  display: flex;
  justify-content: center;
}

.order-details__footer-layout
  .order-details__footer__products
  td:not(:last-child),
.order-details__footer-layout
  .order-details__footer__products
  th:not(:last-child) {
  padding-right: 14px;
}

.order-details__footer-layout .order-details__footer__products td.quantity {
  min-width: 85px;
  text-align: center;
}

.order-details-page .tax-shipping-info {
  margin-top: 32px;
}

/***************** CUSTOMER ADDRESS ******************/
.profile-address-item {
  padding: 20px;
  background-color: var(--primary-p200);
  display: flex;
  flex-direction: column;
  gap: 18px;
  justify-content: space-between;
  border: 1px solid var(--primary-p400);
}

.profile-address-item:not(:last-child) {
  margin-bottom: 30px;
}

.profile-address-item .name {
  font-size: 20px;
  font-weight: 500;
}

.profile-address-item li label {
  font-weight: 500;
}

.profile-address-item .profile-address-item__buttons {
  background-color: var(--primary-p200);
}

.profile-address-item .profile-address-item__buttons .edit-btn,
.profile-address-item .profile-address-item__buttons .delete-btn,
.opc-select-address-container .edit-btn {
  width: fit-content;
  padding: 2px 10px;
  font-size: 14px;
  background-color: transparent;
  border: 1px solid var(--primary-p400);
}

.profile-address-item .profile-address-item__buttons .edit-btn:hover,
.profile-address-item .profile-address-item__buttons .delete-btn:hover,
.opc-select-address-container .edit-btn:hover {
  color: white;
  background-color: var(--primary-p400);
}

.profile-address-item .profile-address-item__buttons .edit-btn svg,
.profile-address-item .profile-address-item__buttons .delete-btn svg,
.opc-select-address-container .edit-btn svg {
  width: 18px;
}

.profile-edit-address-form {
  padding: 20px;
  background-color: var(--primary-p200);
  margin-top: 28px;
}

/***************** CUSTOMER RETURN REQUEST ******************/
.return-request-list-page .section {
  padding: 0;
  display: block;
  width: auto;
  margin: 0 0 20px;
}

.return-request-list-page .section p {
  font-weight: 500;
  color: var(--primary-p400);
}

.return-request-list-page .details {
  border-top: 1px solid var(--gray-g200);
  background-color: var(--primary-p200);
  padding: 20px;
  line-height: 22px;
  color: #000;
}

.return-request-list-page a {
  color: var(--primary-p400);
}

.return-request-list-page a:hover,
.return-request-list-page a:focus {
  text-decoration: underline;
}

/***************** CUSTOMER PRODUCT REVIEW ******************/
.customer-product-review .customer-product-review__item {
  padding: 20px;
  background-color: var(--primary-p200);
  border: 1px solid var(--primary-p400);
}

.customer-product-review .customer-product-review__item:not(:last-child) {
  margin-bottom: 30px;
}

.customer-product-review .customer-product-review__item .review-info .user {
  font-size: 16px;
}

.customer-product-review
  .customer-product-review__item
  .review-info
  .user
  label,
.customer-product-review
  .customer-product-review__item
  .review-info
  .date
  label {
  font-weight: 500;
}

.customer-product-review .customer-product-review__item .review-info .user a {
  text-decoration: underline;
}

.customer-product-review .customer-product-review__item .review-text {
  margin: 12px 0;
}

/***************** ORDER RETURN PAGE ******************/
.order-return-page {
  margin-top: 42px;
}

.product-return-layout {
  display: block;
}

.return-form-container {
  margin-top: 48px;
}

.order-return-page .order-return-page__title h1 {
  text-transform: capitalize;
  color: var(--primary-p400);
  font-weight: 500 !important;
  text-align: center;
  font-size: 24px;
}

.order-return-page .order-return-page__sub-title p {
  font-size: 18px;
  text-align: left;
  font-weight: 600;
  color: var(--primary-p400);
}

.order-return-page .order-return-page__table,
.order-return-page .order-return-page__form {
  width: 100%;
  margin: 0 auto;
}

.order-return-page__table .data-table.cart tr {
  grid-template-columns: repeat(2, 1fr);
}

.order-return-page .order-return-page__table th {
  color: var(--primary-p400);
}

.order-return-page .order-return-page__table td.product {
  padding-right: 32px;
  grid-column: 1 / -1;
}

.order-return-page .order-return-page__table td:not(:last-child) {
  padding-right: 32px;
}

.order-return-page .order-return-page__table td.product a {
  font-size: 16px;
  color: #000;
  font-weight: 600;
}

.order-return-page .order-return-page__table td.product a:is(:hover, :focus) {
  color: var(--secondary-s400);
}

.order-return-page__table .data-table.cart td.unit-price {
  grid-column: 1 / 2;
}

.order-return-page__table .data-table.cart label {
  display: inline-block;
}

.order-return-page__table .data-table.cart td.quantity {
  font-family: "Lora", serif;
  font-weight: 500;
  grid-column: 2 / -1;
  gap: 8px;
}

.order-return-page .order-return-page__table td.quantity select {
  width: 105px;
  border: 1px solid var(--gray-g300);
  outline: none;
  padding: 4px 30px 4px 15px;
}

.order-return-page .order-return-page__table td.quantity select:focus {
  border-color: var(--primary-p400);
}

.order-return-page .order-return-page__table td.unit-price {
  gap: 8px;
}

/***************** CATALOG PAGE STYLES ******************/
.category-page {
  margin-top: 24px;
}

.category-page .category-page__header {
  margin-bottom: 18px;
}

.category-page .category-page__header__title {
  padding-bottom: 18px;
  border-bottom: 1px solid var(--gray-g200);
  text-transform: capitalize;
}

.category-grid .item-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 8px;
}

.product-grid .catalog-item-grid,
.vendor-grid .catalog-item-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 16px;
}

.product-list .catalog-item-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 16px;
}

.filter-selector__button {
  padding: 6px 14px !important;
  background-color: white;
  border-right: 1px solid var(--primary-p400);
  border-top: 1px solid var(--primary-p400);
  border-bottom: 1px solid var(--primary-p400);
  outline: none;
  box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
}

.filter-selector__button:hover {
  color: var(--primary-p400);
  border-color: var(--primary-p400);
}

.filter-selector__button svg {
  width: 16px;
}

.sidebar-selector .sidebar-selector__button {
  padding: 6px 14px !important;
  background-color: #fff;
  border-radius: 30px;
  border: 1px solid var(--gray-g200);
  outline: none;
  display: flex;
  gap: 5px;
  align-items: center;
  font-size: 14px;
}

.sidebar-selector .sidebar-selector__button svg {
  width: 16px;
}

.sidebar-selector .sidebar-selector__button:hover {
  color: var(--primary-p400);
  border-color: var(--primary-p400);
}

.product-sorting select {
  width: 160px;
  font-size: 14px;
  outline: none;
  border: 1px solid var(--gray-g200);
  border-radius: 30px;
  font-family: "Jost", sans-serif;
  padding: 8px 14px !important;
  cursor: pointer;
  box-shadow: none;
}

.product-sorting select:focus {
  box-shadow: none;
  border: 1px solid var(--primary-p400);
}

.product-sorting select option:hover {
  background-color: var(--primary-p400);
}

.product-list .product-box-add-to-cart-button {
  opacity: 1;
}
/***************** CATALOG PAGE STYLES (SIDE FILTER) ******************/
.product-filters-sm {
  width: 85% !important;
}

.product-filters__header,
.news-list-page .page-title {
  padding-bottom: 18px;
  border-bottom: 1px solid var(--gray-g200);
  margin-bottom: 0;
}

.product-filters__header .filter-clear-btn {
  padding: 8px 14px !important;
  background-color: #fff;
  border: 1px solid var(--gray-g200);
  border-radius: 30px;
  outline: 0;
  color: black;
}

.product-filters__header .filter-clear-btn:hover {
  color: var(--primary-p400);
  border-color: var(--primary-p400);
}

.product-filters__contents {
  border: 1px solid var(--gray-g200);
  padding: 20px 20px 32px 20px;
}

.product-filters__contents .product-filters__spacer {
  margin: 24px 0;
  width: 100%;
  height: 1px;
  background-color: var(--gray-g200);
}

.product-filter .product-filter__header {
  cursor: pointer;
}

.product-filter .product-filter__header .filter-title p {
  font-size: 20px;
  font-weight: 600;
  text-transform: capitalize;
}

.product-filter .product-filter__panel {
  padding-top: 20px;
}

/***************** CATALOG PAGE STYLES (RATING RADIO) ******************/
.radio-filter {
  padding-left: 24px !important;
}

.radio-filter span {
  width: 15px !important;
  height: 15px !important;
}

.radio-filter span::after {
  width: 10px !important;
  height: 10px !important;
}

/***************** CATALOG PAGE STYLES (PRICE SLIDER) ******************/
.product-filters .ui-widget-content {
  background-color: var(--gray-g200);
}

.product-filters .ui-widget-header {
  background-color: var(--secondary-s400);
}

.product-filters .ui-slider-horizontal {
  height: 5px;
  margin-left: 10px;
  margin-right: 10px;
}

.ui-slider .ui-slider-handle {
  width: 20px;
  height: 20px;
  background-color: #fff;
  border: 4px solid var(--secondary-s400);
  border-radius: 50%;
  top: 50%;
  transform: translateY(-50%);
  outline: none;
}

.selected-price-range {
  margin-bottom: 18px;
}

/***************** CATALOG PAGE STYLES (SEARCH PAGE OPTIONS) ******************/
.category-page .search-input {
  padding-top: 18px;
  padding-bottom: 18px;
  border-bottom: 1px solid var(--gray-g200);
}

.category-page .search-input-wrapper,
.forum-search-form,
.forum-form,
.move-forum-form {
  background-color: var(--primary-p200);
  padding: 24px 24px;
}

/***************** CUSTOM RADIO INPUT ******************/
.radio {
  vertical-align: middle;
  display: inline;
  position: relative;
  cursor: pointer;
}

.radio-wrapper {
  display: flex;
  align-items: center;
  gap: 5px;
}

.radio-wrapper > input {
  flex-shrink: 0; /* This should fix the radio icon shrinking issue when flex items are wrapped */
}

/***************** ORDER TRACKING ******************/
.step-indicator {
  padding-left: 0px;
  padding-right: 0px;
}

.step-indicator .step-indicator__status {
  color: var(--black-b400);
  font-size: 16px;
  font-weight: 500;
}

.pgb .step {
  text-align: center;
  position: relative;
}

.pgb .step p {
  position: absolute;
  height: 60px;
  width: 100%;
  text-align: center;
  display: block;
  z-index: 3;
  color: #fff;
  font-size: 160%;
  line-height: 55px;
  opacity: 1.7;
}

.pgb .active.step p {
  opacity: 1;
  font-weight: 600;
}

.pgb .img-circle {
  display: inline-block;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  background-color: var(--gray-g200);
  border: 4px solid #fff;
}

.pgb .complete .img-circle {
  background-color: var(--success);
}

.pgb .complete.cancelled .img-circle {
  background-color: var(--error);
}

.pgb .active .img-circle {
  background-color: var(--success);
}

.pgb .step .img-circle::before {
  content: "";
  display: block;
  background: var(--gray-g200);
  height: 4px;
  width: 50%;
  position: absolute;
  bottom: 50%;
  left: 0;
  z-index: 1;
  margin-right: 24px;
}

.pgb .step .img-circle::after {
  content: "";
  display: block;
  background: var(--gray-g200);
  height: 4px;
  width: 50%;
  position: absolute;
  bottom: 50%;
  left: 50%;
  z-index: 1;
}

.pgb .step.active .img-circle::after {
  background: #9e9e9e;
}

.pgb .step.complete .img-circle::after,
.pgb .step.active .img-circle::before {
  background: var(--success);
}

.pgb .step.cancelled .img-circle::after,
.pgb .step.cancelled .img-circle::before {
  background: var(--error);
}

.pgb .step:last-of-type .img-circle::after,
.pgb .step:first-of-type .img-circle::before {
  display: none;
}

/***************** VENDOR ******************/
.vendor-apply-form {
  width: 100%;
  margin: 0 auto;
  background-color: var(--primary-p200);
}

.vendor-page .vendor-page__description {
  padding-top: 18px;
  padding-bottom: 18px;
  border-bottom: 1px solid var(--gray-g200);
}

/***************** NEWS & BLOG ARCHIVE PAGE ******************/
.news-list-page .page-title {
  margin-bottom: 26px;
}

.block-blog-archive {
  max-width: 100%;
  padding: 20px 20px 0px 20px;
  border-radius: 5px 5px 0px 0px;
  border: 1px solid var(--gray-g200);
  border-bottom: 0px;
}

.block-popular-blogtags {
  border-radius: 0px 0px 5px 5px;
  border-left: 1px solid var(--gray-g200);
  border-right: 1px solid var(--gray-g200);
  border-bottom: 1px solid var(--gray-g200);
  border-top: 0px;
  padding: 0px 20px 32px 20px;
  max-width: 100%;
}

.blog-filters__spacer {
  width: 100%;
  height: 1px;
  background-color: var(--gray-g200);
  border-inline: 1px solid var(--gray-g200);
}

.block-blog-archive,
.blog-page,
.news-list-page,
.blogpost-page,
.news-item-page {
  margin-top: 26px;
}

.block-blog-archive .blog-filter-header {
  padding-bottom: 20px;
  cursor: pointer;
}

.block-popular-blogtags .blog-filter-header {
  padding-top: 24px;
  cursor: pointer;
}

.block-blog-archive .sublist {
  margin: 5px 0 0px 15px;
}

:is(.block-blog-archive, .block-popular-blogtags) .blog-title p {
  font-family: "Lora", serif;
  color: #000;
  font-size: 20px;
  font-weight: 600;
}

.block-blog-archive .listbox ul.list {
  padding-bottom: 24px;
}

.block-blog-archive .listbox ul.list li.year .number {
  color: #543310;
}

.block-blog-archive .listbox ul.list ul.sublist li a {
  font-size: 16px;
}

.block-popular-blogtags .tags {
  padding-top: 20px;
}

.blog-page .page-title,
.news-list-page .page-title {
  display: flex;
  flex-direction: row-reverse;
  justify-content: space-between;
  align-items: center;
}

.blog-page .page-title::after,
.news-list-page .page-title::after {
  display: none;
}

.blog-page .page-title a,
.news-list-page .page-title a {
  margin: 0px;
}

.blog-page .page-title h1,
.news-list-page .page-title h1 {
  font-size: 36px;
}

.blog-posts {
  display: flex;
  flex-direction: column;
  gap: 32px;
  margin-top: 16px;
}

.blog-posts .post,
.news-list-page .news-items .news-item {
  width: 100%;
  border-radius: 0px;
  background-color: var(--primary-p200);
  box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.blog-posts .post .post-title,
.news-list-page .news-items .news-item .news-title {
  display: block;
  font-family: "Lora", serif;
  font-size: 22px;
  margin: 16px;
  font-weight: 600;
  text-align: left;
}

.blog-posts .post .post-date,
.news-list-page .news-items .news-item .news-date {
  display: block;
  margin: 8px 16px;
  text-align: left;
}

.blog-posts .post .post-body,
.news-list-page .news-items .news-item .news-body {
  margin: 8px 16px 16px 16px;
  padding: 0px;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  text-align: left;
}

.blog-posts .post .post-body p,
.news-list-page .news-items .news-item .news-body p {
  font-size: 16px;
  line-height: 24px;
}

.blog-page .tags {
  margin: 0 16px 16px;
  text-align: left;
}

.blog-page .tags ul li a,
.blogpost-page .tags ul li a {
  display: block;
  text-decoration: none !important;
  display: inline-block;
  background-color: #ffff;
  padding: 6px 12px;
}

.blog-page .tags ul li a:is(:hover, :focus),
.blogpost-page .tags ul li a:is(:hover, :focus) {
  color: var(--secondary-s400);
}

.blog-page .tags label,
.blogpost-page .tags label {
  display: block;
  font-weight: 600;
}

.blog-posts .buttons,
.news-list-page .news-items .news-item .buttons {
  display: flex;
  flex-direction: column;
  justify-content: center;
  margin-bottom: 30px;
  padding: 0 16px;
  text-align: left;
}

.blog-posts .buttons .read-comments {
  display: block;
  margin: 0 0 16px;
  font-weight: 500;
}

.blog-details .buttons .read-more,
.news-list-page .news-items .news-item .buttons a {
  display: block;
  width: fit-content;
  text-transform: capitalize;
  padding: 8px 16px;
}

/******************* NEWS & BLOG POST PAGE ********************/
.blogpost-page :is(.blogpost-content, .blogpost-comment),
.news-item-page :is(.news-items-content, .news-item-comment) {
  box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px;
  padding: 25px;
  background-color: var(--primary-p100);
}

.blogpost-page .page-title,
.news-item-page .page-title {
  margin-bottom: 12px;
  text-align: left;
}

.blogpost-page .page-title h1,
.news-item-page .page-title h1 {
  font-weight: 600 !important;
}

.blogpost-page .post-date,
.news-item-page .news-date {
  margin-bottom: 16px;
  text-align: left;
}

.blogpost-page .post-body,
.news-item-page .news-body {
  padding: 0px;
  margin: 0 0 20px;
}

.blogpost-page .post-body h3,
.news-item-page .news-body h3 {
  text-align: left;
  line-height: 36px;
  margin-bottom: 12px !important;
}

.blogpost-page .post-body p,
.news-item-page .news-body p {
  text-align: left;
  margin-bottom: 20px;
  line-height: 26px;
  font-size: 16px;
}

.blogpost-page .post-body p strong,
.news-item-page .news-body p strong {
  font-weight: 500;
  font-size: 20px;
}

.blogpost-page .post-body ul li,
.blogpost-page .post-body ol li,
.news-item-page .news-body ul li {
  text-align: left;
}

.blogpost-page .tags {
  margin-bottom: 16px;
  text-align: left;
}

.blogpost-page .tags ul li a {
  background-color: var(--bg-400);
}

.blogpost-page .new-comment,
.news-item-page .new-comment {
  margin: 0px;
}

.blogpost-comment,
.news-item-comment {
  margin-top: 40px;
}

.blogpost-comment .fieldset.new-comment .title,
.new-comment .result,
.news-item-page .new-comment .title {
  text-align: left;
  padding-left: 0;
}

.blogpost-comment .fieldset.new-comment .title strong,
.news-item-page .new-comment .title strong {
  color: #000;
}

.blogpost-comment .form-fields {
  background-color: transparent;
}

.blogpost-comment .form-fields .ladily-form__label {
  color: #000;
  font-size: 16px;
}

.blogpost-comment .comment-list .comment,
.news-item-page .comment-list .news-comment {
  display: grid;
  grid-template-columns: 52px 1fr;
  column-gap: 12px;
  width: 100%;
  margin: 0;
}

.blogpost__user-info,
.news-comment__user-info {
  display: flex;
  align-items: baseline;
  gap: 6px;
  margin-bottom: 10px;
}

.comment-body {
  text-align: left;
}

.comment-list {
  margin-bottom: 20px;
}

.comment-list .comment:not(:last-child) {
  border-bottom: 1px solid #ddd;
}

.comment-list .comment:not(:first-child) {
  padding-top: 20px;
}

.comment-list .comment {
  padding-bottom: 20px;
}

.comment-list .title {
  text-align: left;
  margin-block: 24px 16px;
  font-size: 20px;
  color: #000;
  font-weight: 500;
}

/***************** LADILY OFFCANVAS ******************/
.ladily-offcanvas {
  height: fit-content !important;
  background-color: #fff;
  display: block !important;
}

.ladily-offcanvas-search .ladily-offcanvas-search__header p {
  font-size: 18px;
}

/***************** ANIMATIONS ******************/
@keyframes slideUp {
  0% {
    transform: translateY(15px);
    opacity: 0;
  }

  100% {
    transform: translateY(0);
    opacity: 1;
  }
}

@keyframes slideIn {
  to {
    right: 0%;
  }
}

@keyframes slideInFromBottom {
  to {
    bottom: 20px;
    transform: scale(1);
  }
}

@keyframes slideOutFromBottom {
  to {
    bottom: -20%;
    transform: scale(0);
  }
}

@keyframes slideInFromRight {
  to {
    right: 20px;
    transform: scale(1);
  }
}

@keyframes slideOutFromRight {
  to {
    right: -20%;
    transform: scale(0);
  }
}

@keyframes lds-ripple {
  0% {
    top: 50px;
    left: 50px;
    width: 8px;
    height: 8px;
    opacity: 0;
  }

  4.9% {
    top: 50px;
    left: 50px;
    width: 8px;
    height: 8px;
    opacity: 0;
  }

  5% {
    top: 50px;
    left: 50px;
    width: 8px;
    height: 8px;
    opacity: 1;
  }

  100% {
    top: 0;
    left: 0;
    width: 110px;
    height: 110px;
    opacity: 0;
  }
}
