#id {
    text-align: center;
}

/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
html {
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
}

body {
  margin: 0;
}

a {
  background-color: transparent;
}

[hidden] {
  display: none;
}

html {
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Helvetica Neue, Arial, Noto Sans, sans-serif, Apple Color Emoji, Segoe UI Emoji, Segoe UI Symbol, Noto Color Emoji;
  line-height: 1.5;
}

*,
:after,
:before {
  box-sizing: border-box;
  border: 0 solid #e2e8f0;
}

a {
  color: inherit;
  text-decoration: inherit;
}

svg,
video {
  display: block;
  vertical-align: middle;
}

video {
  max-width: 100%;
  height: auto;
}

.bg-white {
  --tw-bg-opacity: 1;
  background-color: rgb(255, 255, 255, var(--tw-bg-opacity));
}

.bg-gray-100 {
  --tw-bg-opacity: 1;
  background-color: rgb(243, 244, 246, var(--tw-bg-opacity));
}

.border-gray-200 {
  --tw-border-opacity: 1;
  border-color: rgb(229, 231, 235, var(--tw-border-opacity));
}

.border-t {
  border-top-width: 1px;
}

.flex {
  display: flex;
}

.grid {
  display: grid;
}

.hidden {
  display: none;
}

.items-center {
  align-items: center;
}

.justify-center {
  justify-content: center;
}

.font-semibold {
  font-weight: 600;
}

.h-5 {
  height: 1.25rem;
}

.h-8 {
  height: 2rem;
}

.h-16 {
  height: 4rem;
}

.text-sm {
  font-size: 0.875rem;
}

.text-lg {
  font-size: 1.125rem;
}

.leading-7 {
  line-height: 1.75rem;
}

.mx-auto {
  margin-left: auto;
  margin-right: auto;
}

.ml-1 {
  margin-left: 0.25rem;
}

.mt-2 {
  margin-top: 0.5rem;
}

.mr-2 {
  margin-right: 0.5rem;
}

.ml-2 {
  margin-left: 0.5rem;
}

.mt-4 {
  margin-top: 1rem;
}

.ml-4 {
  margin-left: 1rem;
}

.mt-8 {
  margin-top: 2rem;
}

.ml-12 {
  margin-left: 3rem;
}

.-mt-px {
  margin-top: -1px;
}

.max-w-6xl {
  max-width: 72rem;
}

.min-h-screen {
  min-height: 100vh;
}

.overflow-hidden {
  overflow: hidden;
}

.p-6 {
  padding: 1.5rem;
}

.py-4 {
  padding-top: 1rem;
  padding-bottom: 1rem;
}

.px-6 {
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}

.pt-8 {
  padding-top: 2rem;
}

.fixed {
  position: fixed;
}

.relative {
  position: relative;
}

.top-0 {
  top: 0;
}

.right-0 {
  right: 0;
}

.shadow {
  --tw-shadow: 0 1px 3px 0 rgb(0 0 0 / 0.1), 0 1px 2px -1px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 1px 3px 0 var(--tw-shadow-color),
      0 1px 2px -1px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 rgba(0, 0, 0, 0)), var(--tw-ring-shadow, 0 0 rgba(0, 0, 0, 0)), var(--tw-shadow);
}

.text-center {
  text-align: center;
}

.text-gray-200 {
  --tw-text-opacity: 1;
  color: rgb(229, 231, 235, var(--tw-text-opacity));
}

.text-gray-300 {
  --tw-text-opacity: 1;
  color: rgb(209, 213, 219, var(--tw-text-opacity));
}

.text-gray-400 {
  --tw-text-opacity: 1;
  color: rgb(156, 163, 175, var(--tw-text-opacity));
}

.text-gray-500 {
  --tw-text-opacity: 1;
  color: rgb(107, 114, 128, var(--tw-text-opacity));
}

.text-gray-600 {
  --tw-text-opacity: 1;
  color: rgb(75, 85, 99, var(--tw-text-opacity));
}

.text-gray-700 {
  --tw-text-opacity: 1;
  color: rgb(55, 65, 81, var(--tw-text-opacity));
}

.text-gray-900 {
  --tw-text-opacity: 1;
  color: rgb(17, 24, 39, var(--tw-text-opacity));
}

.underline {
  text-decoration: underline;
}

.antialiased {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.w-5 {
  width: 1.25rem;
}

.w-8 {
  width: 2rem;
}

.w-auto {
  width: auto;
}

.grid-cols-1 {
  grid-template-columns: repeat(1, minmax(0, 1fr));
}

@media (min-width: 640px) {
  .sm\:rounded-lg {
    border-radius: 0.5rem;
  }
  .sm\:block {
    display: block;
  }
  .sm\:items-center {
    align-items: center;
  }
  .sm\:justify-start {
    justify-content: flex-start;
  }
  .sm\:justify-between {
    justify-content: space-between;
  }
  .sm\:h-20 {
    height: 5rem;
  }
  .sm\:ml-0 {
    margin-left: 0;
  }
  .sm\:px-6 {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }
  .sm\:pt-0 {
    padding-top: 0;
  }
  .sm\:text-left {
    text-align: left;
  }
  .sm\:text-right {
    text-align: right;
  }
}
@media (min-width: 768px) {
  .md\:border-t-0 {
    border-top-width: 0;
  }
  .md\:border-l {
    border-left-width: 1px;
  }
  .md\:grid-cols-2 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
@media (min-width: 1024px) {
  .lg\:px-8 {
    padding-left: 2rem;
    padding-right: 2rem;
  }
}
@media (prefers-color-scheme: dark) {
  .dark\:bg-gray-800 {
    --tw-bg-opacity: 1;
    background-color: rgb(31, 41, 55, var(--tw-bg-opacity));
  }
  .dark\:bg-gray-900 {
    --tw-bg-opacity: 1;
    background-color: rgb(17, 24, 39, var(--tw-bg-opacity));
  }
  .dark\:border-gray-700 {
    --tw-border-opacity: 1;
    border-color: rgb(55, 65, 81, var(--tw-border-opacity));
  }
  .dark\:text-white {
    --tw-text-opacity: 1;
    color: rgb(255, 255, 255, var(--tw-text-opacity));
  }
  .dark\:text-gray-400 {
    --tw-text-opacity: 1;
    color: rgb(156, 163, 175, var(--tw-text-opacity));
  }
  .dark\:text-gray-500 {
    --tw-text-opacity: 1;
    color: rgb(107, 114, 128, var(--tw-text-opacity));
  }
}
.button {
  background: white;
  border-radius: 2px;
  padding: 0px 26px;
  font-family: "Barlow";
  font-size: 14px;
  font-weight: 700;
  text-transform: uppercase;
  color: #2E2726;
  transition: all 150ms;
  border: 2px solid;
  color: white;
  display: inline-block;
  line-height: 46px;
  height: 48px;
  text-decoration: none !important;
}
.button.big-y-padding {
  padding: 0 40px;
}
.button__orange {
  background-color: #F48120;
  border: none;
}
.button__orange:hover {
  background-color: #FF9B46;
  color: white;
}
.button__orange-white {
  background-color: white;
  border-color: #F48120;
  color: #2E2726;
}
.button__orange-white:hover {
  background-color: #FF9B46;
  color: white;
}
.button__black-color {
  border-color: #2E2726;
  color: #2E2726;
}
.button__black-color:hover {
  background-color: #F48120;
  border-color: #F48120;
  color: white;
}
.button__black-bck {
  border-color: #2E2726;
  background-color: #2E2726;
  color: white;
}
.button__black-bck:hover {
  background-color: white;
  border-color: #2E2726;
  color: #2E2726;
}
.button__white {
  border-color: white;
  background: transparent;
  color: white;
}
.button__white:hover {
  background-color: white;
  color: #2E2726;
}
.button--small {
  height: 37px;
  line-height: 35px;
}
.button.icon {
  display: flex;
  align-items: center;
}
.button.icon i {
  font-size: 11px;
}
.button--icon-left i {
  margin-right: 10px;
}
.button--icon-right i {
  margin-left: 10px;
}
.button__grey {
  border: 2px solid #DCDCDC;
  color: #2E2726;
}
.button__grey:hover {
  border-color: #2E2726;
}
.button--square {
  width: 44px;
  height: 44px;
  border-radius: 50px;
  padding: 0;
}
.button.full-width {
  width: 100%;
  text-align: center;
}

.form-group {
  display: flex;
  flex-direction: column;
}
.form-group.space {
  margin-bottom: 20px;
}
.form-group label {
  font-size: 14px;
  margin-bottom: 3px;
}
.form-group__checkbox {
  flex-direction: row;
  gap: 14px;
  align-items: center;
}
.form-group__checkbox label {
  font-weight: 400;
  font-size: 12px;
  line-height: 17px;
  margin-bottom: 0;
}
.form-group textarea {
  border: 2px solid #DCDCDC;
  padding: 10px 18px;
  font-size: 16px;
  line-height: 24px;
  font-family: "Barlow";
}
.form-group textarea:active, .form-group textarea:focus, .form-group textarea:focus-visible {
  border-color: #2E2726;
  outline: #2E2726;
}
.form-group textarea.error {
  border-color: #fc5858;
}
.form-group textarea.error:focus {
  border-color: #fc5858;
}
.form-group .input {
  background-color: white;
  border: 2px solid #DCDCDC;
  padding: 0 18px;
  height: 48px;
  font-size: 16px;
  line-height: 24px;
  width: 260px;
  border-radius: 8px;
}
.form-group .input.full-width {
  width: 100%;
}
.form-group .input.error {
  border-color: #fc5858 !important;
}
.form-group .input.error:focus {
  border-color: #fc5858;
}
.form-group .input.checkbox {
  width: 17px;
  height: 17px;
  border: 2px solid #dcdcdc;
  border-radius: 2px;
}
.form-group .input.checkbox.error {
  border-color: #fc5858 !important;
}
.form-group .input.checkbox.error:focus {
  border-color: #fc5858;
}
.form-group .input:active, .form-group .input:focus, .form-group .input:focus-visible {
  border-color: #2E2726;
  outline: #2E2726;
}
.form-group .input__error-text {
  margin-top: 4px;
}
.form-group .input__icon {
  position: relative;
}
.form-group .input__icon i {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  font-size: 13px;
}
.form-group .input__icon--left input {
  padding-left: 40px;
}
.form-group .input__icon--left i {
  left: 15px;
}
.form-group .input__icon--right i {
  right: 15px;
}
.form-group .input__error {
  border-color: #FC5858;
  outline: #FC5858;
}
.form-group .input__error:active, .form-group .input__error:focus, .form-group .input__error:focus-visible {
  border-color: #FC5858;
  outline: #FC5858;
}
.form-group .input__grey {
  background-color: #F7F7F7;
}
.form-group .input--small {
  padding: 0 11px;
  height: 37px;
}
.form-group .input--no-border {
  border-color: transparent;
}
.form-group .input__error-text {
  font-weight: 500;
  font-size: 12px;
  margin: 0;
}
.form-group .input__error-text i {
  font-size: 12px;
  margin-right: 5px;
}
.form-group .input__qty {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  padding: 15px 18px;
  gap: 10px;
  width: 75.78px;
  height: 48px;
  border: 2px solid #2E2726;
  border-radius: 2px;
  font-family: "Barlow_C";
  font-style: normal;
  font-weight: 700;
  font-size: 18px;
  line-height: 18px;
  text-align: center;
  text-transform: capitalize;
  color: #2E2726;
}
.form-group .bootstrap-select {
  width: initial !important;
}
.form-group .select {
  padding: 0 16px;
  background-color: transparent;
  border: 2px solid #dcdcdc;
  border-radius: 8px;
  height: 48px;
  font-style: normal;
  font-weight: 700;
  font-size: 14px;
  line-height: 37px;
  text-align: center;
  text-transform: uppercase;
  color: #2E2726 !important;
}
.form-group .select:focus {
  outline: unset !important;
  outline-offset: 0;
  box-shadow: none;
}
.form-group .select.country-select {
  text-align: left;
  font-weight: normal;
}
.form-group .filter-select button {
  padding: 0 16px;
  background-color: transparent;
  border: 2px solid #dcdcdc;
  border-radius: 2px;
  height: 37px;
  font-style: normal;
  font-weight: 700;
  font-size: 14px;
  line-height: 33px;
  text-align: center;
  text-transform: uppercase;
  color: #2E2726 !important;
  width: 100px;
}
.form-group .filter-select button:focus {
  outline: unset !important;
  outline-offset: 0;
  box-shadow: none;
}
.form-group .filter-select button:focus-visible {
  border-color: #2E2726;
}
.form-group .filter-select option {
  line-height: 10px;
}

.input__error-text {
  margin-top: 12px;
  color: #fc5858 !important;
}
.input__error-text i {
  margin-right: 6px;
}

.accessory-grid .ps-btn {
  max-width: 150px;
}
.accessory-grid table {
  display: flex;
  flex-direction: column;
  border: 1px solid #ddd;
  border-radius: 4px;
  overflow: hidden;
  width: 100%;
}
.accessory-grid .table__row {
  display: flex;
  flex-direction: row;
  align-items: center;
  border-bottom: 1px solid #ddd;
}
.accessory-grid .table__row:last-child {
  border-bottom: none;
}
.accessory-grid .table__header {
  background-color: #f5f5f5;
  font-weight: bold;
  text-align: left;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
}
.accessory-grid .table__cell {
  flex: 1;
  padding: 10px;
  text-align: left;
  word-wrap: break-word;
}
.accessory-grid .table__cell img {
  max-width: 60px;
}
.accessory-grid .table__cell:nth-child(1) {
  flex: 0 0 60px;
  text-align: center;
  padding-right: 10px;
}
.accessory-grid .table__cell:nth-child(3),
.accessory-grid .table__cell:nth-child(4),
.accessory-grid .table__cell:nth-child(5) {
  text-align: right;
}
.accessory-grid .table__cell:nth-child(5) {
  text-align: right;
}
.accessory-grid .table__header .table__cell {
  border-bottom: 2px solid #8cbd26;
  height: 46px;
}

.ps-categogy--grid .product-price__vat--current {
  font-size: 16px;
}
.ps-categogy--grid .product-price__vat--current.sale {
  color: #fd8d27;
}
.ps-categogy--grid .product-price__vat--original {
  font-size: 15px;
}
.ps-categogy--grid .product-price__no-vat--current {
  font-size: 12px;
}
.ps-categogy--grid .product-price__no-vat--original {
  font-size: 12px;
}

/* Add to your stylesheet */
.row-equal-height {
  display: flex;
  flex-wrap: wrap;
}

.ps-product {
  width: 100%;
  display: flex;
  flex-direction: column;
}

.ps-product__content {
  flex-grow: 1;
  display: flex;
  flex-direction: column;
}

@media screen and (min-width: 420px) {
  .ps-categogy--grid .product-price__vat--current {
    font-size: 18px;
  }
}
@media screen and (max-width: 768px) {
  /*     .ps-product__content {
      display: flex;
      flex-direction: column;
  } */
  .accessory-grid table {
    display: block;
  }
  .accessory-grid .table__header {
    display: none !important;
  }
  .accessory-grid .table__row {
    display: block;
    border: 1px solid #ddd;
    border-radius: 8px;
    margin-bottom: 15px;
    padding: 15px;
    background: #fff;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
  }
  .accessory-grid .table__cell {
    display: block;
    flex: none;
    padding: 8px 0;
    text-align: left !important;
    border-bottom: 1px solid #f0f0f0;
    position: relative;
    padding-left: 120px;
    min-height: 40px;
  }
  .accessory-grid .table__cell:before {
    content: attr(data-label);
    position: absolute;
    left: 0;
    top: 8px;
    width: 110px;
    font-weight: 600;
    color: #666;
    font-size: 14px;
  }
  .accessory-grid .table__cell:last-child {
    border-bottom: none;
    padding-top: 15px;
    padding-left: 0;
    text-align: center !important;
  }
  .accessory-grid .table__cell:last-child:before {
    display: none;
  }
  .accessory-grid .table__cell:nth-child(1) {
    flex: none;
    text-align: center !important;
    padding-left: 0;
    padding-bottom: 15px;
    border-bottom: 1px solid #f0f0f0;
  }
  .accessory-grid .table__cell:nth-child(1):before {
    display: none;
  }
  .accessory-grid .table__cell:nth-child(1) img {
    max-width: 80px;
    border-radius: 4px;
  }
}
@media screen and (max-width: 475px) {
  .ps-product--standard .ps-product__group-mobile .ps-product__item {
    position: absolute;
    right: 10px;
    top: 10px;
  }
  .ps-product--standard .ps-product__cart .ps-btn {
    padding: 2px 10px;
    font-size: 12px;
    min-width: 120px;
  }
  .ps-product--standard .ps-product__content {
    padding: 0 10px 10px;
  }
  .ps-categogy--grid .product-price__flex {
    flex-direction: column;
    align-items: flex-start;
    gap: 0;
  }
  .ps-categogy--grid .ps-product__content {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    flex-grow: 1;
  }
  .ps-categogy--grid .ps-product__actions {
    flex-grow: 1;
    align-items: flex-end !important;
  }
  .ps-categogy--grid .ps-product--standard {
    display: flex;
    flex-direction: column;
  }
}
.product-price {
  display: flex;
  flex-direction: column;
}
.product-price .price-ranges {
  display: flex;
  flex-direction: row;
  align-items: baseline;
}
.product-price .price-ranges__trough {
  text-decoration: line-through;
  color: #9babcd;
  font-size: 14px;
  margin-left: 10px;
}
.product-price__flex {
  display: flex;
  gap: 10px;
  align-items: baseline;
  flex-wrap: wrap;
}
.product-price--trough {
  text-decoration: line-through;
  color: #9babcd;
}
.product-price__vat--current {
  color: #103178;
  font-size: 40px;
  font-weight: 600;
}
.product-price__vat--original {
  color: #9babcd;
  font-size: 22px;
  font-weight: 500;
}

.ps-product--detail .product-price__vat--current {
  color: #333;
  font-weight: 500;
  line-height: 50px;
  margin-bottom: 5px;
}

.product-variant-select {
  margin-top: 1.2rem;
  display: flex;
  flex-direction: column;
}
.product-variant-select label {
  font-size: 12px;
}
.product-variant-select .nice-select {
  width: auto;
  border-radius: 0;
  padding-left: 0;
  border: none;
  border-bottom: solid 1px #e8e8e8;
}
.product-variant-select .nice-select .list {
  width: 100%;
}
.product-variant-select .nice-select .product-variant-option {
  display: flex;
  justify-content: space-between;
  width: 100%;
}

.ps-product__quantity {
  width: 100%;
}

.product-variant {
  margin-top: 16px;
}

.product-variant-flex {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 8px;
  padding-bottom: 8px;
  border-bottom: 1px solid #efefef;
  /* .variant-quantity {
      flex: 1 1 20%;
  } */
}
.product-variant-flex:last-of-type {
  border-bottom: none;
}
.product-variant-flex .number-input button {
  padding: 10px 10px !important;
}
.product-variant-flex__header {
  flex: 1 1 100%;
  padding-right: 15px;
  font-weight: bold;
  font-size: 13px;
}
.product-variant-flex__price {
  flex: 1 1 30%;
  font-size: 13px;
}
.product-variant-flex .ps-btn {
  width: initial !important;
  margin-right: 0 !important;
  padding: 7px 25px !important;
  line-height: 1 !important;
}

@media screen and (max-width: 991px) {
  .product-variant-flex {
    flex-wrap: wrap;
    margin-bottom: 8px;
    padding-bottom: 8px;
    border-bottom: 1px solid #efefef;
  }
  .product-variant-flex__header {
    flex: 1 1 100%;
    padding-right: 15px;
    margin-bottom: 6px;
  }
  .product-variant-flex__price {
    flex: 0 1 29%;
  }
  .product-variant-flex .variant-quantity .number-input {
    max-width: 110px !important;
  }
  .product-variant-flex .variant-quantity .number-input input {
    max-width: 40% !important;
  }
  .product-variant-flex .number-input,
  .product-variant-flex .ps-btn {
    margin-bottom: 0 !important;
  }
}
@media screen and (max-width: 767px) {
  .product-variant-flex__header {
    flex: 1 1 65%;
    margin-bottom: 12px;
  }
  .product-variant-flex__price {
    flex: 1 1 35%;
    text-align: right;
  }
  .product-variant-flex .variant-quantity {
    margin-left: auto;
    margin-right: 15px;
  }
  .product-variant-flex .variant-quantity .number-input {
    max-width: 150px !important;
  }
  .product-variant-flex .number-input,
  .product-variant-flex .ps-btn {
    margin-bottom: 0 !important;
  }
  .product-variant-flex .def-number-input {
    flex: 0 1 150px !important;
    max-width: 150px !important;
  }
}
.file-search-results__item {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  margin-bottom: 10px;
  padding: 10px 0;
  border-bottom: 1px solid #d9d9d9;
  gap: 20px;
}
.file-search-results__item:last-child {
  border-bottom: none;
}
.file-search-results__item--title {
  font-size: 14px;
  color: #8c8c8c;
  text-decoration: underline;
  cursor: pointer;
}
.file-search-results__item--image {
  width: 20px;
  height: 20px;
  border-radius: 50%;
  overflow: hidden;
}
.file-search-results__item--image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.product-properties__item {
  display: flex;
  align-items: center;
  gap: 14px;
  padding-bottom: 8px;
}
.product-properties__item:last-child {
  border-bottom: none;
}
.product-properties__item--label {
  font-size: 14px;
}
.product-properties__item--value {
  font-size: 14px;
}

@media screen and (max-width: 767px) {
  .buttons-area {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
  }
  .ps-product__quantity .def-number-input {
    flex: 0 1 200px;
    max-width: 200px;
  }
  .ps-document table {
    width: 100% !important;
  }
}
.error-page {
  margin-bottom: 50px;
  margin-top: 3rem;
}
.error-page .h2 {
  color: #27272f;
  margin-bottom: 2rem;
  font-weight: 500;
}
.error-page .ps-btn {
  display: inline-block;
  width: initial;
  margin-top: 0rem;
}

.show-more-js {
  display: none;
}

.description-show-button {
  display: none;
}

.price-range .ui-slider-handle {
  background-color: #103178;
  width: 16px;
  height: 16px;
  top: -6px;
  left: 0;
  border-radius: 50%;
  transform: initial;
  bottom: auto;
}
.price-range .ui-slider {
  height: 3px;
  border: none;
  background: #cdcdcd;
}
.price-range .ui-slider-range {
  background-color: #103178;
}
.price-range .price-range-desktop {
  overflow: visible !important;
}

.test {
  display: flex;
  flex-wrap: wrap;
  flex-grow: 1;
}

.cart-detail {
  margin-top: 48px;
  margin-bottom: 48px;
}
.cart-detail .h3 {
  margin-bottom: 24px;
  text-transform: uppercase;
  font-size: 24px;
}
.cart-detail .payment-type {
  display: none;
}
.cart-detail .h3 {
  margin-bottom: 24px;
  text-transform: uppercase;
}
.cart-detail__recommended {
  margin-bottom: 100px;
}
.cart-detail__recommended .h3 {
  margin-bottom: 48px;
  text-transform: uppercase;
}
.cart-detail--text {
  color: #999;
}
.cart-detail--text-dark {
  color: #555;
  text-align: left;
}
.cart-detail--link {
  color: #111111;
  font-size: 17px;
}
.cart-detail .discount-codes {
  display: flex;
  justify-content: space-between;
  margin-top: 32px;
}
.cart-detail .discount-codes__input-button {
  display: flex;
  gap: 16px;
}
.cart-detail .discount-codes__input-button .input {
  width: 200px;
  border: none;
  background-color: white;
  border-bottom: 1px solid #111111;
  border-radius: 0;
  outline: none;
}
.cart-detail__accept-terms {
  display: flex;
  align-items: baseline;
  gap: 8px;
  cursor: pointer;
  font-size: 16px;
  line-height: 1.6em;
  margin-top: 1rem;
  margin-bottom: 1rem;
}
.cart-detail__accept-terms input {
  margin-top: 2px;
  flex-shrink: 0;
}
.cart-detail__accept-terms span {
  flex: 1;
}

.cart-detail-items {
  margin-top: 24px;
  margin-bottom: 32px;
}
.cart-detail-items .cart-detail-item {
  display: flex;
  gap: 24px;
  padding: 24px 0;
  border-top: 1px solid #eee;
}
.cart-detail-items .cart-detail-item:last-of-type {
  border-bottom: 1px solid #eee;
}
.cart-detail-items .cart-detail-item__content {
  flex: 1 1 100%;
}
.cart-detail-items .cart-detail-item__image {
  flex: 1 0 100px;
}
.cart-detail-items .cart-detail-item__image img {
  width: 100%;
  height: 100px;
  -o-object-fit: cover;
     object-fit: cover;
}
.cart-detail-items .cart-detail-item__header {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: baseline;
  margin-bottom: 10px;
}
.cart-detail-items .cart-detail-item__header a {
  font-size: 16px;
  font-weight: 500;
}
.cart-detail-items .cart-detail-item__header--trash {
  font-style: 1.2rem;
  cursor: pointer;
}
.cart-detail-items .cart-detail-item__manufacturer {
  font-size: 16px;
  margin-bottom: 16px;
}
.cart-detail-items .cart-detail-item__info {
  color: #555;
  font-size: 16px;
  margin-bottom: 16px;
}
.cart-detail-items .cart-detail-item__price {
  color: #555;
  text-align: right;
  font-size: 17px;
  font-weight: 500;
}
.cart-detail-items .cart-detail-item__price--no-vat {
  font-size: 14px;
  color: #555;
}

.voucher-applied {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.voucher-applied p {
  margin-bottom: 0;
}
.voucher-applied .remove-discount {
  border: none;
  background: none;
  font-size: 18px;
  margin-left: 12px;
}
.voucher-applied.discount-value p {
  width: 100%;
}

.cart-detail-summary {
  padding: 32px;
  background-color: #f9f9f9;
}
.cart-detail-summary .h5 {
  font-weight: 500;
  font-size: 18px;
  line-height: 32px;
  color: #555;
}
.cart-detail-summary__cart-item {
  display: flex;
  gap: 12px;
  padding-top: 20px;
  padding-bottom: 20px;
  border-bottom: 1px solid #DDDDDD;
}
.cart-detail-summary__cart-item--image {
  width: 90px;
}
.cart-detail-summary__cart-item--image img {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.cart-detail-summary__cart-item--content {
  display: flex;
  flex-direction: column;
  width: 100%;
  gap: 8px;
}
.cart-detail-summary__cart-item--header {
  display: flex;
  justify-content: space-between;
  gap: 12px;
}
.cart-detail-summary__cart-item--name {
  font-size: 16px;
  font-weight: 500;
}
.cart-detail-summary__cart-item--price {
  font-size: 17px;
  min-width: 81px;
  text-align: right;
  flex-shrink: 0;
}
.cart-detail-summary__cart-item--price span {
  font-size: 14px;
}
.cart-detail-summary--price {
  font-weight: 500;
  line-height: 32px;
  font-size: 24px;
  text-align: right;
}
.cart-detail-summary--price--no-vat {
  font-size: 17px;
  color: #555;
  text-align: right;
}
.cart-detail-summary__header {
  padding-bottom: 20px;
  margin-bottom: 20px;
  margin-top: 20px;
  border-bottom: 1px solid #eee;
  text-align: right;
}
.cart-detail-summary--header {
  color: #555;
  font-size: 17px;
  font-weight: 500;
  letter-spacing: 0.5px;
  text-transform: uppercase;
  margin-bottom: 16px;
}
.cart-detail-summary__content {
  border-bottom: 1px solid #eee;
  margin-bottom: 20px;
  padding-bottom: 56px;
}
.cart-detail-summary__content .payment-type {
  display: none;
}
.cart-detail-summary__content p {
  color: #555;
  font-size: 17px;
}
.cart-detail-summary__content label {
  color: #555;
  font-size: 17px;
}
.cart-detail-summary__content .form-check {
  margin-bottom: 12px;
}
.cart-detail-summary__content .delivery-type,
.cart-detail-summary__content .voucher-type,
.cart-detail-summary__content .payment-type {
  margin-bottom: 12px;
}
.cart-detail-summary__content .voucher-type {
  position: relative;
  margin-bottom: 20px;
}
.cart-detail-summary__content .voucher-type.step-2 {
  border-bottom: none;
  padding-bottom: 0px;
}
.cart-detail-summary__content .voucher-type #remove-discount {
  position: absolute;
  top: 0;
  right: 0;
  border: none;
  background: none;
  font-size: 18px;
}
.cart-detail-summary__content .delivery-type {
  padding-bottom: 12px;
  border-bottom: 1px solid #eee;
}
.cart-detail-summary__content .delivery-type.separator {
  padding-top: 20px;
  margin-top: 20px;
  border-top: 1px solid #eee;
}
.cart-detail-summary__content .delivery-type.separator-bottom {
  padding-bottom: 8px;
  margin-bottom: 20px;
  border-bottom: 1px solid #eee;
}
.cart-detail-summary__content .payment-type.separator {
  padding-top: 20px;
  margin-top: 20px;
  border-top: 1px solid #eee;
}
.cart-detail-summary__content .payment-type.separator-bottom {
  padding-bottom: 8px;
  margin-bottom: 20px;
  border-bottom: 1px solid #eee;
}
.cart-detail-summary__content--info-block {
  padding: 20px 0 56px 0;
  margin: 20px 0;
  border-top: 1px solid #DDDDDD;
}
.cart-detail-summary__footer {
  text-align: center;
}
.cart-detail-summary__footer .input__error-text {
  text-align: left;
}
.cart-detail-summary__footer .btn {
  width: 100%;
  margin: 20px 0 23px 0;
}
.cart-detail-summary__footer .cart-detail--text {
  margin-bottom: 16px;
}
.cart-detail-summary__footer h5.h5 {
  margin-bottom: 0px;
}

.cart-summary__account {
  color: #555;
  font-size: 17px;
  gap: 13px;
  margin-bottom: 34px;
}
.cart-summary__account i {
  font-size: 1.4rem;
}
.cart-summary__form .delivery-different {
  display: none;
}
.cart-summary__form--not-logged {
  margin-bottom: 86px;
}
.cart-summary__form .delivery-different-checkbox {
  margin: 2px 0 22px 0;
}
.cart-summary__form--checkbox label {
  color: #555;
  font-size: 16px;
}
.cart-summary__form--checkbox input {
  color: #111111;
}
.cart-summary__form--country {
  position: relative;
  margin-top: 6.5px;
}
.cart-summary__form--country label {
  color: #555;
  font-size: 17px;
  position: absolute;
  top: -8px;
  left: 11px;
  width: 150px;
  background: white;
  padding-left: 5px;
}
.cart-summary .cart-detail-summary__content .payment-type {
  display: block;
}
.cart-summary .cart-detail-summary__cart-item--qty {
  font-size: 17px;
  line-height: 24px;
}

.custom-delivery-payment .form-check {
  display: block;
  min-height: 1.5rem;
  padding-left: 1.5em;
  margin-bottom: 12px;
}
.custom-delivery-payment .form-check .delivery-title {
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
}
.custom-delivery-payment .form-check .delivery-title .short-description {
  font-size: 10px;
  font-weight: normal;
}
.custom-delivery-payment .form-check-input {
  float: left;
  margin-left: -1.5em;
}
.custom-delivery-payment .form-check-label {
  width: 100%;
  display: flex;
  justify-content: space-between;
}
.custom-delivery-payment .form-check-label span {
  font-size: 17px;
  font-style: normal;
  font-weight: 500;
}
.custom-delivery-payment .form-check-label span:last-of-type {
  flex-shrink: 0;
}

.cart-detail--link {
  color: #111;
  font-size: 17px;
}

.order-paid {
  margin-top: 3rem;
  margin-bottom: 150px;
}

.quantity-counter {
  width: 121px;
  height: 42px;
  display: flex;
  justify-items: center;
  border-radius: 4px;
  border: 1px solid #eee;
  background: 0 0;
  font-size: 17px;
  line-height: 24px;
  outline: 0;
  padding: 8px 16px;
}
.quantity-counter.disabled {
  color: #999 !important;
}
.quantity-counter.disabled .quantity {
  color: #999 !important;
}
.quantity-counter--minus {
  cursor: pointer;
}
.quantity-counter--plus {
  cursor: pointer;
}
.quantity-counter .quantity {
  border: none;
  width: 100%;
  text-align: center;
  font-weight: 500;
  font-size: 17px;
  outline: none;
}

@media screen and (max-width: 991px) {
  .cart-detail .col-lg-5 {
    margin-top: 48px;
  }
  .custom-delivery-payment .form-check {
    padding-left: 0;
  }
}
@media screen and (max-width: 575px) {
  .quantity-counter {
    font-size: 14px;
    height: 36px;
    padding: 5px 10px;
    width: 100px;
  }
  .quantity-counter .quantity-counter .quantity {
    font-size: 15px;
  }
  .cart-detail {
    margin-top: 0;
  }
  .cart-detail .h3 {
    font-size: 18px;
  }
  .cart-detail-summary__header {
    flex-direction: column;
    align-items: start;
    gap: 12px;
  }
  .cart-detail-summary--price {
    text-align: left !important;
    width: 100%;
    display: block;
  }
  .cart-detail-summary__cart-item--price {
    flex: 1 0 140px;
  }
  .cart-detail-summary__cart-item--name {
    flex-shrink: 1;
  }
  .cart-detail-summary__footer .d-flex {
    flex-direction: column;
    align-items: start;
  }
  .cart-detail-summary__footer .cart-detail-summary--price--no-vat {
    text-align: left;
  }
  .cart-summary__account {
    margin-top: 12px;
  }
}
@media screen and (max-width: 450px) {
  .cart-detail-items .cart-detail-item {
    gap: 10px;
  }
  .cart-detail-items .cart-detail-item__image {
    flex: 1 0 75px;
  }
  .cart-detail-items .cart-detail-item__image img {
    height: 70px;
  }
  .cart-detail-summary__cart-item--image {
    display: none;
  }
}
.order-summary .h3 {
  margin-bottom: 20px;
}
.order-summary p {
  font-weight: 700;
  font-size: 16px;
  line-height: 22px;
}
.order-summary .cart-summary__footer {
  padding-bottom: 20px;
  border-bottom: 2px solid #d9d9d9;
}
.order-summary .cart-summary-item {
  margin-top: 30px;
}
.order-summary .cart-summary-item {
  display: flex;
  gap: 30px;
}
.order-summary .cart-summary-item__image img {
  width: 100px;
  -o-object-fit: contain;
     object-fit: contain;
}
.order-summary .cart-summary-item__title {
  font-family: "Barlow";
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
}
.order-summary #order_summary_payment_delivery_template select {
  text-align: left;
}

.order-recieved .ps-btn {
  width: -moz-max-content;
  width: max-content;
  margin-top: 20px;
}

.alerts {
  text-align: center;
}
.alerts .alert {
  position: fixed;
  z-index: 9999999999;
  opacity: 1;
  width: 100%;
  top: -100%;
  left: 50%;
  transform: translateX(-50%);
  transition: all 0.3s ease-in-out;
  overflow: hidden;
}
.alerts .alert.show {
  top: 0;
}
.alerts .alert .btn-close {
  top: 50%;
  transform: translateY(-50%);
}

@media screen and (min-width: 768px) {
  .alerts .alert {
    min-width: 400px;
    width: initial;
  }
  .alerts .alert.show {
    top: 20px;
  }
}
.my-account h3 {
  text-transform: uppercase;
}
.my-account h2 {
  text-transform: uppercase;
}
.my-account__header-info {
  margin-bottom: 34px;
  padding-bottom: 18px;
  border-bottom: 1px solid #eee;
}
.my-account__header-info h3 {
  margin-bottom: 16px;
}
.my-account__header-info--name {
  margin-bottom: 16px;
  font-size: 17px;
  font-weight: 500;
  line-height: 24px;
}
.my-account__header-info--discount {
  font-size: 17px;
  font-weight: 500;
  line-height: 24px;
}
.my-account__login--footer {
  margin-top: 12px;
  margin-bottom: 15px;
  display: flex;
  justify-content: space-between;
  align-items: baseline;
}
.my-account__login--footer input {
  margin-right: 10px;
}
.my-account__login .register-text a {
  margin-left: 10px;
}
.my-account__logout-button {
  margin-left: 1.5rem;
}

.private-zone-menu {
  margin-bottom: 30px;
}
.private-zone-menu li {
  margin-bottom: 16px;
}
.private-zone-menu li a {
  font-size: 16px;
  text-transform: uppercase;
}

.order-history .d-flex {
  display: flex;
  flex: 1 1 100%;
  justify-content: space-between;
}
.order-history .d-flex div {
  flex: 33.333%;
}
.order-history .d-flex div:last-child {
  text-align: right;
}
.order-history__wrap {
  border-bottom: 1px solid #eee;
  padding-bottom: 10px;
  margin-bottom: 10px;
}
.order-history__header {
  font-size: 1.2rem;
  margin-bottom: 10px;
  padding-bottom: 10px;
  border-bottom: 2px solid rgba(46, 39, 38, 0.7098039216);
}
.order-history__list {
  flex-direction: column;
}
.order-history__item {
  display: flex;
  padding-bottom: 10px;
}

.zz-favourites .ps-product__actions {
  visibility: visible;
  opacity: 1;
}

@media screen and (max-width: 576px) {
  .my-account__login .verify-email-actions {
    flex-wrap: wrap;
    flex-direction: column;
    gap: 12px;
  }
  .my-account__logout-button {
    margin-left: 0;
  }
}
.search-results-wrapper .search-results {
  position: absolute;
  right: 0;
  top: 55px;
  width: 450px;
  border: 2px solid #dcdcdc;
  background: white;
  display: none;
  z-index: 9999;
}
.search-results-wrapper .search-results__item {
  display: flex;
  justify-content: space-between;
  margin-bottom: 15px;
  padding: 15px 15px 0;
}
.search-results-wrapper .search-results__item:last-child {
  padding-bottom: 15px;
}
.search-results-wrapper .search-results__item:hover {
  background: #f5f5f5;
}
.search-results-wrapper .search-results__item:last-child {
  margin-bottom: 0;
}
.search-results-wrapper .search-results__item--image {
  width: 70px;
  width: 70px;
  margin-right: 15px;
}
.search-results-wrapper .search-results__item--title {
  margin-right: auto;
}
body,
html {
  font-family: "Barlow";
  font-size: 16px;
  font-weight: 400;
  background-color: white;
}

.modal-open {
  padding-right: 0px !important;
}

.ps-header .ps-language-currency::after {
  content: "";
  width: 1px;
  height: 26px;
  background-color: #d9dee8;
  position: absolute;
  top: 50%;
  right: 0;
  margin-top: -13px;
}

img {
  width: 100%;
}

.temp {
  margin: 5px;
  max-width: -moz-fit-content;
  max-width: fit-content;
}

ul {
  margin: 0;
  padding: 0;
}
ul li {
  list-style: none;
}

.link {
  color: #8cbd26;
}
.link__underline {
  font-style: normal;
  text-decoration: underline;
}

.full-width {
  width: 100%;
}

.grey-background {
  background-color: #F7F7F7;
}

.main-section {
  padding: 50px 0;
}
.main-section h2 {
  margin-bottom: 30px;
}

.main-section {
  padding: 50px 0;
}
.main-section--small {
  padding: 30px 0;
}
.main-section h2 {
  margin-bottom: 30px;
}

.center-me {
  display: table;
  margin: 0 auto;
}

.background--grey {
  background-color: #f6f6f6;
}

.spacer-100 {
  display: block;
  height: 100%;
}

.spacer-50 {
  display: block;
  height: 50px;
}

.underline {
  text-decoration: underline;
}

.add-to-favorites.active {
  color: #f48120;
}

.favorites-small-icon {
  background-color: transparent;
  color: #2E2726;
}
.favorites-small-icon.active {
  background-color: transparent;
  color: #f48120;
}

.separator-40 {
  margin-top: 40px;
}

.vertical-flex-center {
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.thanks-page img {
  width: 90%;
}
.thanks-page .right-side-text {
  height: 100%;
  text-align: center;
}
.thanks-page .right-side-text .h2 {
  margin-bottom: 16px;
}
.thanks-page .right-side-text p {
  margin-bottom: 24px;
}
.thanks-page .right-side-text .button {
  margin: 0 auto;
  display: table;
}
.thanks-page.contact-ty {
  text-align: center;
}
.thanks-page.contact-ty img {
  width: 50%;
}

.show-on-md {
  display: none;
}

.ml-auto {
  margin-left: auto;
}

#show-less-photos-button {
  display: none;
}

.verify-email {
  text-align: center;
  min-height: 200px;
}
.verify-email > p {
  margin-bottom: 50px;
}
.verify-email .flex {
  gap: 20px;
}

.file-upload {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  height: 130px;
  border: 2px dashed #dcdcdc;
  border-radius: 2px;
  margin-bottom: 20px;
}
.file-upload label {
  text-decoration: underline;
  cursor: pointer;
}
.file-upload input[type=file] {
  display: none;
}
.file-upload i {
  margin-right: 15px;
}

.menu--mobile .active {
  color: #8cbd26;
}

.popup-window .bg-f {
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  background-color: #ddd;
}
.popup-window .modal-content {
  position: relative;
  border-radius: 5px;
}
.popup-window .modal-content .btn_close {
  position: absolute;
  right: 20px;
  top: 10px;
  border: none;
  background-color: transparent;
  z-index: 1;
  padding: 0;
  cursor: pointer;
}
.popup-window .modal-content .btn_close i {
  font-size: 16px;
  font-weight: 300;
}
.popup-window .modal-body {
  border-radius: 5px;
  display: flex;
  flex-wrap: wrap;
  padding: 0;
  text-align: center;
}
.popup-window .modal-body .newsletter-bg {
  width: 35%;
  height: 570px;
  min-height: 100%;
  border-radius: 5px 0 0 5px;
}
.popup-window .modal-body .newsletter-content {
  width: 60%;
  padding: 127px 97px;
  background-color: var(--whiteColor);
  border-radius: 0 5px 5px 0;
}
.popup-window .modal-body .newsletter-content img {
  display: block;
  margin: 0 auto 8px;
}
.popup-window .modal-body .newsletter-content h2 {
  font-size: 36px;
  line-height: 50px;
  font-weight: 700;
}
.popup-window .modal-body .newsletter-content h3 {
  font-size: 24px;
  line-height: 34px;
  font-weight: 500;
}
.popup-window .modal-body .newsletter-content .button {
  margin-top: 22px;
}
.popup-window .modal-body .newsletter-content .newsletter-form {
  display: flex;
  flex-wrap: wrap;
  margin: 41px 0 16px;
}
.popup-window .modal-body .newsletter-content .newsletter-form input {
  width: 300px;
  height: 60px;
  padding: 15px 20px;
  border-radius: 5px;
  border: none;
  background-color: var(--bgColor);
  color: var(--paraColor);
  margin-right: 25px;
}
.popup-window .modal-body .newsletter-content .newsletter-form button {
  width: calc(100% - 325px);
  border: none;
  border-radius: 5px;
  font-size: 16px;
  line-height: 26px;
  padding: 16px 27px 17px;
  background-color: var(--secondaryColor);
  color: var(--whiteColor);
  font-family: var(--secondaryFont);
  font-weight: 500;
}
.popup-window .modal-body .newsletter-content .newsletter-form button:before, .popup-window .modal-body .newsletter-content .newsletter-form button:after {
  background-color: var(--primaryColor);
}
.popup-window .modal-body .newsletter-content .newsletter-form button i {
  position: relative;
  top: 2px;
  margin-left: 9px;
  font-size: 15px;
}

.category__description {
  margin: 32px 0;
}
.category__description img {
  width: initial;
  height: auto;
}

.product-stock {
  margin-top: 10px;
}
.product-stock--in-stock {
  color: #4caf50;
}
.product-stock--out-of-stock {
  color: #f44336;
}

.loader {
  position: fixed;
  top: 50%;
  left: 50%;
  z-index: 9999;
  transform: translate(-50%, -50%);
  border: 6px solid #f3f3f3; /* Light grey */
  border-top: 6px solid #3498db; /* Blue */
  border-radius: 50%;
  width: 30px;
  height: 30px;
  animation: spin 2s linear infinite;
}

body.body--loading > *:not(.loader) {
  display: none !important;
}

.ps-menu__footer .ps-language-currency {
  display: table;
  float: none;
}

.ps-portfolio__tabs .row {
  margin-left: -8px;
  margin-right: -8px;
  margin-top: -16px;
}
.ps-portfolio__tabs .row > [class*=col-] {
  padding-left: 0;
  padding-right: 0;
  padding-top: 16px;
}

.ps-blog--latset:hover {
  /* border: 1px solid #d9d9d9; */
  position: relative;
  z-index: 10;
  box-shadow: 0 0.625rem 1.26rem rgba(0, 0, 0, 0.05), 0 1.25rem 3.78rem rgba(0, 0, 0, 0.05);
}

.custom-separator {
  border-width: 3px;
}

.withdrawal-page {
  padding-bottom: 40px;
}

.withdrawal-page__header {
  margin-bottom: 1rem;
}

.withdrawal-page__subtitle {
  margin: 0;
  font-size: 1.25rem;
  font-weight: 600;
}

.withdrawal-page__description {
  max-width: 60ch;
}

.withdrawal-lookup-row .ps-form__group label {
  display: block;
  margin-bottom: 0.5rem;
  font-weight: 600;
}

@media (max-width: 991px) {
  .withdrawal-lookup-row .ps-form__group {
    margin-bottom: 1.5rem;
  }
}
.withdrawal-submit-button {
  width: 100%;
  justify-content: center;
}

.withdrawal-submit-col .ps-form__submit {
  padding-top: 2rem;
}

.withdrawal-summary__panel {
  border: 1px solid #e8e8e8;
  border-radius: 14px;
  background: #fff;
  padding: 1.5rem;
}

.withdrawal-summary__title {
  margin-bottom: 1rem;
  font-size: 1.125rem;
  font-weight: 700;
}

.withdrawal-summary__divider {
  margin: 1.5rem 0;
  border-color: #ececec;
  opacity: 1;
}

.withdrawal-summary__table thead th {
  font-weight: 700;
  white-space: nowrap;
  border-bottom-width: 1px;
}

.withdrawal-summary__table tbody td {
  vertical-align: middle;
}

#withdrawal_confirm_form .ps-form__group label {
  display: block;
  margin-bottom: 0.5rem;
  font-weight: 600;
}

.withdrawal-page .alert {
  margin-bottom: 0;
}

.withdrawal-page .ps-form__input {
  border-radius: 14px;
}

@media (max-width: 991.98px) {
  .withdrawal-submit-col .ps-form__submit {
    padding-top: 0;
  }
  .withdrawal-page__subtitle {
    font-size: 1.125rem;
  }
  .withdrawal-summary__panel {
    padding: 1rem;
  }
}
@media screen and (min-width: 992px) {
  .show-on-md {
    display: block;
  }
  .no-pd-b-md {
    padding-bottom: 0;
  }
}
@media screen and (min-width: 768px) and (max-width: 992px) {
  .thanks-page img {
    width: 60%;
    margin: 0 auto;
    display: table;
  }
}
@media screen and (min-width: 992px) {
  .thanks-page .right-side-text h2,
  .thanks-page .right-side-text p {
    text-align: left;
  }
  .thanks-page .right-side-text .button {
    display: initial;
    margin-left: 0;
  }
}
a.show-popup.tp-auto-popup.ps-btn.ps-btn--warning {
  display: table;
  width: auto;
  margin: 0 auto;
}

.badge-warning {
  background-color: #103178;
  color: white;
}

.product-variants-modal .variant-item:last-of-type .variant-details {
  border-bottom: none;
}
.product-variants-modal .variant-details {
  vertical-align: middle;
  padding: 1rem 0.75rem;
  border: none;
  border-bottom: 1px solid #cccccc;
}
.product-variants-modal .variant-details__item {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
}
.product-variants-modal .variant-details .variant-price {
  flex: 0 1 29%;
}
.product-variants-modal .variant-details .variant-stock {
  flex: 0 1 25%;
}
.product-variants-modal .variant-details .variant-quantity {
  flex: 0 1 25%;
}
.product-variants-modal .variant-details .variant-action {
  flex: 0 1 21%;
}
.product-variants-modal .variant-details .badge {
  font-size: 0.75rem;
  padding: 0.375rem 0.75rem;
}
.product-variants-modal .variant-details .def-number-input {
  background-color: #f0f2f5;
  display: flex;
  align-items: center;
  border: 1px solid #f0f2f5;
  border-radius: 2px;
  justify-content: space-between;
  border-radius: 40px;
  max-width: 150px;
  margin-bottom: 0;
}
.product-variants-modal .variant-details .def-number-input input.quantity {
  text-align: center;
  max-width: 50%;
  font-size: 14px;
  color: #103178;
  flex-grow: 1;
  background-color: transparent;
  margin-top: 0;
}
.product-variants-modal .variant-details .def-number-input button {
  background-color: transparent;
  border: none;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 13px;
  padding: 13.5px;
  cursor: pointer;
  /*  &:hover:not(:disabled) {
          background: #e9ecef;
          color: #495057;
      } */
}
.product-variants-modal .variant-details .def-number-input button:disabled {
  opacity: 0.5;
  cursor: not-allowed;
}
.product-variants-modal .variant-details .def-number-input .minus {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.product-variants-modal .variant-details .def-number-input .plus {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
  border-left: none;
}
.product-variants-modal .variant-details .ps-btn {
  padding: 0.375rem 0.75rem;
  font-size: 0.875rem;
}
.product-variants-modal .variant-details .ps-btn.disabled {
  opacity: 0.6;
  cursor: not-allowed;
}
.product-variants-modal .variant-details .text-decoration-line-through {
  text-decoration: line-through;
}
.product-variants-modal .modal-footer {
  background-color: #f8f9fa;
  border-top: 1px solid #dee2e6;
}

@media screen and (max-width: 991px) {
  .product-variants-modal .variant-details > .variant-action,
  .product-variants-modal .variant-details .variant-quantity {
    margin-top: 12px;
  }
  .product-variants-modal .variant-details .variant-stock {
    text-align: right;
  }
  .product-variants-modal .variant-details > div {
    flex: 1 1 50% !important;
  }
}
@media (max-width: 768px) {
  .product-variants-modal .table-responsive {
    font-size: 0.875rem;
  }
  .product-variants-modal .table tbody td {
    padding: 0.75rem 0.5rem;
  }
  .product-variants-modal .def-number-input {
    max-width: 100px;
  }
  .product-variants-modal .def-number-input input.quantity {
    min-width: 50px;
  }
  .product-variants-modal .btn-sm {
    padding: 0.25rem 0.5rem;
    font-size: 0.75rem;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .popup-window .modal-dialog {
    max-width: 720px;
  }
  .popup-window .modal-content .btn_close {
    top: 25px;
    right: 25px;
  }
  .popup-window .modal-body .newsletter-content {
    padding: 60px 80px;
  }
}
@media only screen and (max-width: 991px) {
  .popup-window .bg-f {
    background-color: #fff;
    background-size: contain;
  }
  .popup-window .modal-body .newsletter-bg {
    width: 100%;
    height: 350px;
    border-radius: 5px 5px 0 0;
  }
  .popup-window .modal-body .newsletter-content {
    width: 100%;
    border-radius: 0 0 5px 5px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .popup-window .modal-dialog {
    max-width: 900px;
  }
  .popup-window .modal-body .newsletter-content {
    padding: 127px 30px;
  }
  .popup-window .modal-body .newsletter-content h2 {
    font-size: 30px;
    line-height: 42px;
  }
  .popup-window .modal-body .newsletter-content .newsletter-form {
    margin: 30px 0 16px;
  }
}
@media only screen and (max-width: 767px) {
  .popup-window .modal-content .btn_close {
    top: 15px;
    right: 15px;
  }
  .popup-window .modal-body .newsletter-content {
    padding: 40px 20px;
  }
  .popup-window .modal-body .newsletter-content h2 {
    font-size: 22px;
    line-height: 32px;
  }
  .popup-window .modal-body .newsletter-content .newsletter-form {
    margin: 20px 0 16px;
  }
  .popup-window .modal-body .newsletter-content .newsletter-form input {
    width: 100%;
    height: 55px;
    font-size: 14px;
    margin: 0 0 15px;
  }
  .popup-window .modal-body .newsletter-content .newsletter-form button {
    display: block;
    width: 100%;
    padding: 15px 20px;
    font-size: 14px;
  }
  .popup-window .modal-body .newsletter-content .newsletter-form button i {
    font-size: 14px;
  }
}
@media only screen and (min-width: 1199px) {
  .popup-window .modal-dialog {
    max-width: 991px;
  }
}
@media only screen and (min-width: 1400px) {
  .popup-window .modal-dialog {
    max-width: 1160px;
  }
}
