/**
 * Copyright © Magento, Inc. All rights reserved.
 * See COPYING.txt for license details.
 */
/**
 * Copyright © Magento, Inc. All rights reserved.
 * See COPYING.txt for license details.
 */
/**
 * Copyright © Magento, Inc. All rights reserved.
 * See COPYING.txt for license details.
 */
.form-discount .g-recaptcha {
  margin-top: 50px !important;
}
/**
 * Copyright © Magento, Inc. All rights reserved.
 * See COPYING.txt for license details.
 */
.login-container .g-recaptcha,
.form-login .g-recaptcha,
.form-edit-account .g-recaptcha {
  margin-bottom: 10px !important;
}
/**
 * Copyright © Magento, Inc. All rights reserved.
 * See COPYING.txt for license details.
 */
.required-captcha.checkbox {
  position: absolute;
  display: block;
  visibility: visible;
  overflow: hidden;
  opacity: 0;
  width: 1px;
  height: 1px;
}
/**
 * Copyright © Magento, Inc. All rights reserved.
 * See COPYING.txt for license details.
 */
.block.newsletter .field-recaptcha .field .control:before {
  content: none;
}
/**
 * Copyright © Magento, Inc. All rights reserved.
 * See COPYING.txt for license details.
 */
.review-form .field-recaptcha {
  margin-bottom: 10px;
}
/**
 * Copyright © Magento, Inc. All rights reserved.
 * See COPYING.txt for license details.
 */
.form.send.friend .g-recaptcha {
  margin-top: 40px;
}
/**
 * Copyright © Magento, Inc. All rights reserved.
 * See COPYING.txt for license details.
 */
.form.wishlist.share .g-recaptcha {
  margin-bottom: 40px;
}
/**
 * Copyright © Magento, Inc. All rights reserved.
 * See COPYING.txt for license details.
 */
.product-info-stock-sku .configurable-variation-qty {
  display: none;
}
@keyframes loading {
  0% {
    transform: translate(-50%, -50%) rotate(0);
  }
  100% {
    transform: translate(-50%, -50%) rotate(359.9deg);
  }
}
/**
 * Mageplaza
 *
 * NOTICE OF LICENSE
 *
 * This source file is subject to the Mageplaza.com license that is
 * available through the world-wide-web at this URL:
 * https://www.mageplaza.com/LICENSE.txt
 *
 * DISCLAIMER
 *
 * Do not edit or add to this file if you wish to upgrade this extension to newer
 * version in the future.
 *
 * @category    Mageplaza
 * @package     Mageplaza_ProductLabels
 * @copyright   Copyright (c) Mageplaza (https://www.mageplaza.com/)
 * @license     https://www.mageplaza.com/LICENSE.txt
 */
.mpproductlabel-label {
  position: absolute;
  z-index: 8;
}
.mpproductlabel-text-label {
  text-align: center;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  width: 100%;
}
@media screen and (max-width: 1000px) {
  .mpproductlabel-text-label {
    font-size: 90%;
  }
}
@media screen and (max-width: 900px) {
  .mpproductlabel-text-label {
    font-size: 80%;
  }
}
@media screen and (max-width: 768px) {
  .mpproductlabel-text-label {
    font-size: 70%;
  }
}
@media screen and (max-width: 767px) {
  .mpproductlabel-text-label {
    font-size: 100%;
  }
}
@media screen and (max-width: 550px) {
  .mpproductlabel-text-label {
    font-size: 85%;
  }
}
@media screen and (max-width: 500px) {
  .mpproductlabel-text-label {
    font-size: 75%;
  }
}
@media screen and (max-width: 420px) {
  .mpproductlabel-text-label {
    font-size: 60%;
  }
}
@media screen and (max-width: 360px) {
  .mpproductlabel-text-label {
    font-size: 60%;
  }
}
@media screen and (max-width: 320px) {
  .mpproductlabel-text-label {
    font-size: 50%;
  }
}
.fotorama--fullscreen .mpproductlabel-label {
  display: none !important;
}
.fotorama--fullscreen #mpfotorama {
  overflow: unset !important;
  width: 100% !important;
  height: 100% !important;
}
.mp-tooltip {
  display: inline-block;
  position: absolute;
  top: 105%;
  left: 40%;
  z-index: 100;
}
.mp-tooltip .mp-tooltiptext {
  word-break: break-word;
  visibility: hidden;
  width: 120px;
  background-color: #EFF2FB;
  color: #1979C3;
  text-align: center;
  border-radius: 6px;
  padding: 5px;
  position: absolute;
  top: 20%;
  z-index: 1;
  left: 100%;
  margin-left: -60px;
  opacity: 0;
  transition: opacity 0.3s;
}
.minicart-items-wrapper .mp-tooltip .mp-tooltiptext,
#mini-cart .mp-tooltip .mp-tooltiptext {
  margin-left: -20px;
}
.minicart-items-wrapper .mpproductlabel-label,
#mini-cart .mpproductlabel-label {
  margin: 0 !important;
}
.minicart-items-wrapper .mpproductlabel-img-label,
#mini-cart .mpproductlabel-img-label {
  margin: auto;
}
@media only screen and (max-width: 1024px) {
  .mp-tooltip {
    left: 60%;
  }
  .mp-tooltip .mp-tooltiptext {
    width: 70px;
  }
}
.mpproductlabel-label:hover .mp-tooltiptext {
  visibility: visible;
  opacity: 1;
}
.credit__account-refill .options {
  margin-left: -1rem;
}
.credit__account-refill .options:before,
.credit__account-refill .options:after {
  content: '';
  display: table;
}
.credit__account-refill .options:after {
  clear: both;
}
.credit__account-refill .options .field {
  float: left;
  width: 33.333%;
  padding: 1rem;
  box-sizing: border-box;
}
.credit__account-send2friend fieldset.general {
  margin-left: -1rem;
  margin-bottom: 0;
}
.credit__account-send2friend fieldset.general:before,
.credit__account-send2friend fieldset.general:after {
  content: '';
  display: table;
}
.credit__account-send2friend fieldset.general:after {
  clear: both;
}
.credit__account-send2friend fieldset.general .field.email,
.credit__account-send2friend fieldset.general .field.amount {
  float: left;
  padding-left: 1rem;
  box-sizing: border-box;
}
.credit__account-send2friend fieldset.general .field.email {
  width: 70%;
}
.credit__account-send2friend fieldset.general .field.amount {
  width: 30%;
}
.credit__account-balance .credit__account-subscription {
  float: right;
  min-height: 4rem;
}
.link.credit .counter {
  color: #7d7d7d;
  white-space: nowrap;
}
.link.credit .counter:before {
  content: "(";
}
.link.credit .counter:after {
  content: ")";
}
#credit-form .discount h2 {
  font-size: 2rem;
  margin-bottom: 1rem;
  margin-top: 2rem;
}
#credit-form .discount .buttons-set {
  text-align: right;
  margin-bottom: 3rem;
}
.onestepcheckout-index-index .page-main .checkout-container .aw-onestep-sidebar-content .aw-onestep-sidebar-block.payment-option .actions-toolbar.aw-storecredit-block {
  margin-top: 10px;
  max-width: 49%;
}
.clearfix {
  *zoom: 1;
}
.clearfix:before,
.clearfix:after {
  display: table;
  content: "";
  line-height: 0;
}
.clearfix:after {
  clear: both;
}
@media (max-width: 768px) {
  .mst-rma-box {
    width: 100%;
    margin-left: 0 !important;
  }
  .mst-rma-box._half {
    max-width: 100%;
  }
}
.mst-rma__message-attachments {
  margin-top: 2rem;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  gap: 1rem;
}
.mst-rma__message-attachments .attachment-block {
  flex-grow: 1;
  padding: 10px;
  border-radius: 5px;
  background-color: rgba(255, 255, 255, 0.7);
  display: flex;
  flex-direction: row;
  overflow: hidden;
  gap: 2rem;
}
.mst-rma__message-attachments .attachment-block a {
  font-weight: 600;
}
.mst-rma__message-attachments .attachment-block img {
  max-width: 100px;
  width: 100px;
  cursor: pointer;
  display: block;
  background: #fff;
  border-radius: 3px;
}
.mst-rma__message-attachments .attachment-block .attachment-block-meta {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  gap: 1rem;
}
@media print {
  .rma-rma-print .order-date {
    display: block;
    width: 100%;
  }
  .rma-rma-print .order-details-items {
    border-bottom: 1px solid #d1d1d1;
    margin-bottom: 20px;
    padding-bottom: 10px;
  }
  .rma-rma-print * {
    -webkit-filter: none !important;
    background: transparent !important;
    color: #000000 !important;
    filter: none !important;
    text-shadow: none !important;
  }
  .rma-rma-print a,
  .rma-rma-print a:visited {
    text-decoration: underline !important;
  }
  .rma-rma-print pre,
  .rma-rma-print blockquote {
    border: 1px solid #999999;
    page-break-inside: avoid;
  }
  .rma-rma-print thead {
    display: table-header-group;
  }
  .rma-rma-print .table-wrapper table {
    width: 100%;
    table-layout: fixed;
  }
  .rma-rma-print .table-wrapper table td {
    width: auto;
  }
  .rma-rma-print .table-wrapper table > tfoot > tr:first-child {
    border-top: 1px solid #999999;
  }
  .rma-rma-print .box,
  .rma-rma-print tr,
  .rma-rma-print img {
    page-break-inside: avoid;
  }
  .rma-rma-print img {
    max-width: 100% !important;
  }
  @page {
    margin: 1cm;
  }
  .rma-rma-print .block-content,
  .rma-rma-print p,
  .rma-rma-print h2,
  .rma-rma-print h3 {
    orphans: 3;
    widows: 3;
  }
  .rma-rma-print .block-content {
    page-break-before: avoid;
    display: inline-block;
    width: 100%;
  }
  .rma-rma-print .block-title,
  .rma-rma-print h2,
  .rma-rma-print h3 {
    page-break-after: avoid;
  }
  .rma-rma-print .nav-toggle {
    display: none !important;
  }
  .rma-rma-print .sidebar,
  .rma-rma-print .nav-sections,
  .rma-rma-print .header.content > *[class],
  .rma-rma-print .panel.wrapper > *[class],
  .rma-rma-print .footer.content > *[class] {
    display: none;
  }
  .rma-rma-print .logo,
  .rma-rma-print .footer .copyright {
    display: block !important;
    margin: 10px 0;
  }
  .rma-rma-print .order-details-items .order-items .order-gift-message:not(.expanded-content) {
    height: auto;
    visibility: visible;
  }
  .rma-rma-print .column.main {
    float: none !important;
    width: 100% !important;
  }
  .rma-rma-print .breadcrumbs {
    margin: 0 auto;
    text-align: right;
  }
  .rma-rma-print .footer.content {
    padding: 0;
  }
  .rma-rma-print .box {
    padding: 0;
    border: 0;
    float: left;
    width: 48.8%;
    margin-bottom: 20px;
    min-height: auto;
  }
  .rma-rma-print table.table thead {
    border-top: 0;
  }
  .rma-rma-print .page-main {
    box-sizing: border-box;
    margin-left: auto;
    margin-right: auto;
    max-width: 1280px;
    padding: 0px;
    padding-left: 20px;
    padding-right: 20px;
    width: auto;
    box-shadow: none;
  }
  .rma-rma-print .table:not(.cart):not(.totals) > thead > tr > th,
  .rma-rma-print .table:not(.cart):not(.totals) > tbody > tr > td {
    border: none;
  }
  .rma-rma-print .hdmx__contact-button,
  .rma-rma-print #hdmx__contact-button {
    display: none;
  }
}
.mst-rma-create__add-order {
  display: flex;
  justify-content: center;
}
.mst-rma-create__add-order button {
  margin: 1rem;
}
.mst-rma-create__order-selector .field {
  display: flex;
  flex-wrap: wrap;
}
.mst-rma-create__order-selector .field select {
  max-width: 40rem;
}
.mst-rma-create__order-selector .field button {
  margin-left: 1rem;
}
.mst-rma-create__order-selector .mst-rma-buttons-delimiter-text {
  line-height: 32px;
  margin-left: 1rem;
}
.mst-rma-create__order {
  align-items: center;
}
.mst-rma-create__order .mst-rma-create__order-header {
  display: flex;
  margin-bottom: 2rem;
}
.mst-rma-create__order .mst-rma-create__order-header .increment-id {
  font-weight: 600;
  font-size: 1.8rem;
}
.mst-rma-create__order .mst-rma-create__order-header .remove {
  color: #1879c2;
  margin-left: auto;
  text-decoration: underline;
  cursor: pointer;
}
.mst-rma-create__order .mst-rma-create__order-header .remove:hover {
  text-decoration: none;
}
#rma-new-form .actions-toolbar {
  margin-top: 10px;
}
#rma-new-form .actions-toolbar.secondary.ui-remove-item-button-container {
  float: left;
}
.rma-new-step2 {
  margin: 0px !important;
  padding: 0px !important;
}
/* Begin Tamara payment css */
.message.error.hidden-error-iframe {
  display: none;
}
.tamara-promo-widget-wrapper {
  margin-bottom: 20px;
}
/* End Tamara payment css*/
@media only screen and (min-width: 768px) {
  .orders-switcher {
    padding: 4px 12px !important;
    align-items: center;
    font-size: 16px !important;
    justify-content: space-between;
    display: flex !important;
    width: 100% !important;
    color: #000;
  }
}
/**
 * Uplo
 *
 * @category    Uplo
 * @package     Uplo_TopBarNotification
 * @copyright   Copyright (c) Uplo (https://uplo.io/)
 */
.top-bar-notification {
  position: relative;
}
.top-bar-notification.tbn-type-text {
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  padding: 15px 0;
}
.top-bar-notification.tbn-type-html {
  min-height: 30px;
}
.top-bar-notification.hidden {
  display: none;
}
.top-bar-notification .tbn-close-btn {
  background: url('..//Uplo_TopBarNotification/images/icon-close.png') no-repeat;
  background-size: cover;
  cursor: pointer;
  width: 20px;
  height: 20px;
  position: absolute;
  right: 5px;
  top: 5px;
}
.order-status-history {
  margin: 20px 0;
  padding: 15px;
  background: #f5f5f5;
  border-radius: 4px;
}
.order-status-history h3 {
  margin-bottom: 15px;
  font-size: 18px;
}
.order-status-history .status-timeline {
  position: relative;
  padding-left: 20px;
}
.order-status-history .status-timeline:before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  width: 2px;
  background: #ccc;
}
.order-status-history .status-item {
  position: relative;
  margin-bottom: 20px;
  padding-left: 20px;
}
.order-status-history .status-item:before {
  content: '';
  position: absolute;
  left: -4px;
  top: 5px;
  width: 10px;
  height: 10px;
  background: #fff;
  border: 2px solid #006bb4;
  border-radius: 50%;
}
.order-status-history .status-item .status-date {
  color: #666;
  font-size: 12px;
  margin-bottom: 5px;
}
.order-status-history .status-item .status-label {
  font-weight: bold;
  color: #006bb4;
  margin-bottom: 5px;
}
.order-status-history .status-item .status-comment {
  color: #333;
  font-size: 14px;
}
@media only screen and (max-width: 1199px) {
  .breadcrumbs {
    margin-top: 56px;
  }
  .form-cart {
    width: 100%;
  }
  .cart-bottom {
    width: 100%;
  }
  .cart-container {
    padding: 0px 20px;
    margin-bottom: 23px;
  }
  .input-text.qty {
    width: 97.22px !important;
    text-align: center !important;
  }
  .product-image-container {
    width: 140px !important;
  }
  .cart.items.data.table {
    display: flex;
    flex-direction: column;
  }
  .col.item {
    margin-bottom: 20px;
  }
  .primary.checkout {
    cursor: pointer !important;
    border-radius: 0 !important;
    padding: 15px 24px !important;
    background-color: black !important;
    color: white !important;
    border: 1px solid black !important;
    height: 52px !important;
    font-size: 16px !important;
    text-transform: none !important;
    width: 100% !important;
    text-align: center !important;
    line-height: 1 !important;
  }
  .primary.checkout:hover {
    background-color: white !important;
    color: black !important;
  }
  .primary.checkout:focus {
    background-color: white !important;
    color: black !important;
  }
  .cart-empty {
    margin-top: 80px !important;
  }
  .cart-title {
    margin-top: 90px;
    font-size: 20px;
  }
  .product-image-container {
    width: 195px !important;
  }
  .order-total-content {
    width: 100%;
  }
  .cart.table-wrapper .items > .item .col.item .product-item-photo {
    min-width: 148px !important;
  }
  .cart-reserved-container {
    color: #000;
    background-color: #E4E4E4;
    display: flex;
    align-items: center;
    padding: 16px;
    gap: 8px;
    width: 100%;
    justify-content: center;
  }
  .cart-main-bottom {
    display: flex;
    flex-direction: column;
    gap: 20px;
  }
  .checkout-container {
    margin-top: 73px !important;
    padding: 0px 20px;
  }
  .opc-estimated-wrapper {
    background: white !important;
    border: 1px solid black;
  }
  .modal-inner-wrap {
    margin-top: 40px;
    background-color: white !important;
  }
  .opc-block-summary {
    background-color: white !important;
  }
  .estimated-price {
    color: black !important;
  }
  .opc-estimated-wrapper .minicart-wrapper button.action.showcart span.counter.qty {
    font-size: 20px !important;
    left: 0px !important;
    top: 0px !important;
    border-radius: 0% !important;
    display: flex !important;
    -webkit-border-radius: 0% !important;
    justify-content: center !important;
    align-items: center !important;
    padding: 20px 24px !important;
  }
  .opc-block-shipping-information {
    display: none !important;
  }
  .action-apply {
    cursor: pointer;
    border-radius: 0 !important;
    padding: 16px 25px !important;
    background-color: black !important;
    color: white !important;
    border: 1px solid black !important;
    height: fit-content !important;
    font-size: 14px !important;
    text-align: center !important;
    width: 100% !important;
  }
  .action-apply:hover {
    background-color: white !important;
    color: black !important;
    border: 1px solid black !important;
  }
  .action-apply:focus {
    background-color: white !important;
    color: black !important;
    border: 1px solid black !important;
  }
  .opc-payment .payment-methods .payment-method .actions-toolbar .primary {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
  .action-update {
    cursor: pointer;
    border-radius: 0 !important;
    padding: 8px 16px;
    background-color: white !important;
    color: black !important;
    border: 1px solid black !important;
    height: fit-content !important;
    text-align: center !important;
    width: 100% !important;
  }
  .action-update:hover {
    background-color: black !important;
    color: white !important;
    border: 1px solid black !important;
  }
  .action-update:focus {
    background-color: black !important;
    color: white !important;
    border: 1px solid black !important;
  }
  .action-cancel {
    cursor: pointer;
    border-radius: 0 !important;
    padding: 8px 16px;
    background-color: white !important;
    color: black !important;
    border: 1px solid black !important;
    height: fit-content !important;
    font-size: 14px !important;
    text-align: center !important;
    width: 100% !important;
  }
  .action-cancel:hover {
    background-color: black !important;
    color: white !important;
    border: 1px solid black !important;
  }
  .action-cancel:focus {
    background-color: black !important;
    color: white !important;
    border: 1px solid black !important;
  }
  .opc-block-summary .table-totals tr.totals.grand td strong {
    color: black;
  }
  .modal-slide._inner-scroll .modal-header {
    text-align: center;
    padding-left: 20px;
    padding-right: 20px;
  }
  .modal-popup.modal-slide .modal-inner-wrap .modal-content > * {
    background: white;
    width: 100%;
    padding: 0px 20px;
    margin: auto;
    align-items: center;
    display: flex;
    justify-content: center;
  }
  .checkout-index-index .modal-popup .form-shipping-address {
    max-width: 100%;
    width: 100%;
  }
  .checkout-success {
    margin-top: 90px;
  }
  .cart-bottom .line {
    width: 100% !important;
    display: contents !important;
  }
  .checkout-extra {
    margin-top: 0px !important;
  }
  .checkout-cart-index .cart-bottom .cart-totals table.data.table.totals tbody tr.totals th {
    text-align: start !important;
  }
  .product-item-details {
    padding-right: 20px;
  }
  .minicart-wrapper {
    float: left !important;
  }
  .product_quickview_content .product-info-main-wrapper {
    padding: 30px 0px !important;
  }
  .catalog-product-view .product-info-main .box-tocart .fieldset .field.qty {
    padding: 0px !important;
  }
  .catalog-product-view .product-info-main .box-tocart .fieldset {
    gap: 10px;
  }
  .success-ajax--popup .popup__actions-wrapper {
    padding: 0 20px 20px !important;
  }
  .checkout-cart-index .cart-bottom .cart-totals {
    margin-top: 0px !important;
    padding-top: 20px !important;
    border-top: none !important;
  }
  .checkout-cart-index .page-main .checkout-extra > .block > .content {
    border: none;
    padding: 0px !important;
    min-height: fit-content;
  }
  .cart-return-container {
    padding: 20px;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    gap: 10px;
    margin-top: 20px;
  }
  .checkout-cart-index .page-main .cart.table-wrapper .items > .item .col.item {
    margin: 0;
  }
  .cart.table-wrapper .items > .item .col.item .product-item-details {
    position: relative;
  }
  .desktop-only {
    display: none;
  }
  .desktop-only-force {
    display: none !important;
  }
  .cart-container .checkout-methods-items {
    display: none;
  }
  .cart-summary .checkout.methods.items.checkout-methods-items {
    display: block;
  }
  .cart-return-container.mobile-only {
    display: none;
  }
  .cart-summary .cart-return-container.mobile-only {
    display: block;
  }
  .fieldset.coupon.applied .action.btn.btn-secondary.cancel {
    padding: 7px 24px !important;
    margin: 0;
  }
  .checkout-cart-index .cart-bottom .cart-totals table.data.table.totals tbody tr.totals th {
    font-size: 14px;
  }
  .checkout-cart-index .cart-bottom .cart-totals table.data.table.totals tbody tr.totals-tax th {
    font-size: 14px;
  }
  .price-including-tax {
    margin-bottom: 8px;
  }
  .dynamic-ofs-label {
    top: 68px;
    padding: 10px 30px 10px 20px;
    text-align: start;
  }
  .dynamic-ofs-svg {
    position: absolute;
    top: 14px;
  }
}
@media only screen and (min-width: 1199px) and (max-width: 1367px) and (min-height: 400px) and (max-height: 1000px) {
  .shipping-disount-container {
    width: 100% !important;
  }
  .form-cart {
    width: 66.8% !important;
    float: left !important;
  }
  .checkout-cart-index .page-main .checkout-extra > .block > .title {
    width: 200px !important;
  }
  .checkout-cart-index .page-main .checkout-extra > .block > .content {
    padding: 0px !important;
    border: none;
    min-height: fit-content;
  }
  .order-total-content {
    width: 100% !important;
  }
  .checkout-container {
    width: 80% !important;
  }
}
@media only screen and (min-width: 1199px) {
  .checkout-cart-index .cart-bottom .cart-totals {
    margin-top: 0px !important;
  }
  .btn-primary.btn-full.checkout {
    width: 100% !important;
  }
  .shipping-disount-container {
    width: 100%;
  }
  .order-total-content {
    width: 100%;
    margin-top: 140px;
  }
  .checkout-cart-index .page-main .checkout-extra > .block > .title {
    width: 200px !important;
  }
  .breadcrumbs {
    margin-top: 70px;
  }
  .ck-white-action-buttons-cart {
    cursor: pointer;
    border-radius: 0;
    padding: 10px 16px;
    background-color: white;
    color: black;
    border: 1px solid black;
    height: fit-content;
    font-size: 14px;
    text-align: center !important;
  }
  .ck-white-action-buttons-cart:hover {
    background-color: black;
    color: white !important;
  }
  .ck-white-action-buttons-cart:focus {
    background-color: black;
    color: white !important;
  }
  .form-cart {
    width: 66.8%;
    float: left;
  }
  .cart-bottom {
    width: 33.2%;
    float: left;
    padding: 0px 40px 0px 0px;
  }
  .cart-container {
    padding: 0px 40px;
    margin-bottom: 50px;
    display: flex;
  }
  .input-text.qty {
    width: 87.22px !important;
    text-align: center !important;
  }
  .primary.checkout {
    cursor: pointer !important;
    border-radius: 0 !important;
    padding: 15px 24px !important;
    background-color: black !important;
    color: white !important;
    border: 1px solid black !important;
    height: 52px !important;
    font-size: 16px !important;
    text-transform: none !important;
    width: 100% !important;
    text-align: center !important;
    line-height: 1 !important;
  }
  .primary.checkout:hover {
    background-color: white !important;
    color: black !important;
  }
  .primary.checkout:focus {
    background-color: white !important;
    color: black !important;
  }
  .cart-empty {
    margin-top: 150px !important;
  }
  .cart-title {
    margin-top: 140px;
    font-size: 20px;
  }
  .recommendations-slider .slick-track {
    margin-left: 0px !important;
  }
  .cart-main-bottom {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-direction: row;
  }
  .cart-reserved-container {
    color: #000;
    background-color: #E4E4E4;
    display: flex;
    width: fit-content;
    align-items: center;
    padding: 15px;
    gap: 8px;
  }
  .checkout-cart-index .page-main .checkout-extra .block:first-child > .title {
    border: none;
  }
  .checkout-cart-index .page-main .checkout-extra > .block + .block > .title {
    border-left: 1px solid #efefef;
  }
  .checkout-cart-index .page-main .checkout-extra {
    border: none;
  }
  .checkout-cart-index .page-main .checkout-extra .block {
    border: none;
  }
  .checkout-cart-index .page-main .checkout-extra > .block > .content.active {
    border: none;
    padding: 0px !important;
    min-height: fit-content;
  }
  .checkout-container {
    margin-top: 76px !important;
    width: 70%;
    margin: auto;
  }
  .opc-wrapper {
    width: 50%;
  }
  .opc-block-summary {
    background-color: white !important;
  }
  .minicart-items .product > .product-image-container img {
    max-width: 132px;
    width: 132px;
  }
  .minicart-items .product > .product-item-photo,
  .minicart-items .product > .product-image-container {
    height: fit-content !important;
  }
  .opc-block-shipping-information {
    display: none !important;
  }
  .opc-progress-bar-item._active:before {
    display: none;
  }
  .opc-progress-bar-item._active > span:before {
    display: none;
  }
  .checkout-container .opc-progress-bar .opc-progress-bar-item._active > span {
    color: black;
    padding-top: 0px !important;
  }
  .checkout-container .opc-progress-bar .opc-progress-bar-item._active > span:after {
    color: black;
    position: static;
  }
  .opc-progress-bar-item:last-child:before {
    display: none;
  }
  .opc-progress-bar-item > span:before {
    display: none;
  }
  .checkout-container .opc-progress-bar .opc-progress-bar-item > span:after {
    position: static;
  }
  .checkout-container .opc-progress-bar .opc-progress-bar-item._active > span {
    color: black;
    padding-top: 0px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: row-reverse;
    gap: 10px;
  }
  .checkout-container .opc-progress-bar .opc-progress-bar-item > span {
    padding-top: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: row-reverse;
    gap: 10px;
  }
  .checkout-container .opc-progress-bar .opc-progress-bar-item._complete::before {
    display: none;
  }
  .opc-progress-bar-item > span:after {
    background: #ffffff;
    height: fit-content;
    width: fit-content;
    line-height: 1;
    margin-left: 0px !important;
  }
  .opc-wrapper {
    width: 60% !important;
    float: right !important;
  }
  .opc-sidebar {
    width: 35% !important;
    float: left !important;
  }
  .action-apply {
    cursor: pointer;
    border-radius: 0 !important;
    padding: 16px 25px !important;
    background-color: black !important;
    color: white !important;
    border: 1px solid black !important;
    height: fit-content !important;
    font-size: 14px !important;
    text-align: center !important;
    width: fit-content !important;
  }
  .action-apply:hover {
    background-color: white !important;
    color: black !important;
    border: 1px solid black !important;
  }
  .action-apply:focus {
    background-color: white !important;
    color: black !important;
    border: 1px solid black !important;
  }
  .opc-payment .payment-methods .payment-method .actions-toolbar .primary {
    float: left;
    display: flex;
    align-content: center;
    align-items: center;
    justify-content: center;
  }
  .action-update {
    cursor: pointer;
    border-radius: 0 !important;
    background-color: white !important;
    color: black !important;
    border: 1px solid black !important;
    height: fit-content;
    font-size: 14px;
    text-align: center !important;
  }
  .action-update:hover {
    background-color: black !important;
    color: white !important;
    border: 1px solid black !important;
  }
  .action-update:focus {
    background-color: black !important;
    color: white !important;
    border: 1px solid black !important;
  }
  .action-cancel {
    cursor: pointer;
    border-radius: 0 !important;
    background-color: white !important;
    color: black !important;
    border: 1px solid black !important;
    height: fit-content !important;
    text-align: center !important;
  }
  .action-cancel:hover {
    background-color: black !important;
    color: white !important;
    border: 1px solid black !important;
  }
  .action-cancel:focus {
    background-color: black !important;
    color: white !important;
    border: 1px solid black !important;
  }
  .opc-block-summary .table-totals tr.totals.grand td strong {
    color: black;
  }
  .modal-slide._inner-scroll .modal-header {
    text-align: center;
    padding-left: 40px;
    padding-right: 40px;
  }
  .modal-popup.modal-slide .modal-inner-wrap .modal-content > * {
    background: white;
    width: 80%;
    padding: 0px;
    margin: auto;
    align-items: center;
    display: flex;
    justify-content: center;
  }
  .checkout-index-index .modal-popup .form-shipping-address {
    max-width: 100%;
    width: 100%;
  }
  .checkout-success {
    margin-top: 130px;
  }
  .cart.table-wrapper .items > .item .col.item .product-item-details {
    padding-right: 20px !important;
  }
  .cart.table-wrapper .items > .item .product-item-details {
    text-align: start;
  }
  .checkout-extra {
    margin-top: 0px !important;
  }
  .minicart-items .product-item .product-item-details {
    padding-right: 15px;
  }
  .opc-payment .payment-methods .payment-method .actions-toolbar {
    display: flex !important;
  }
  .cart-return-container {
    padding: 40px;
  }
  .mobile-only {
    display: none;
  }
  .mobile-only-force {
    display: none !important;
  }
  .fieldset.coupon.applied .action.btn.btn-secondary.cancel {
    padding: 3px 24px !important;
  }
  .checkout-cart-index .cart-bottom .cart-totals table.data.table.totals tbody tr.totals th {
    font-size: 12px;
  }
  .checkout-cart-index .cart-bottom .cart-totals table.data.table.totals tbody tr.totals-tax th {
    font-size: 12px;
  }
  .fieldset.coupon.applied .action.btn.btn-secondary.cancel span {
    line-height: 1.5;
  }
  .dynamic-ofs-label {
    top: 112px;
    padding: 10px 40px;
    text-align: center;
  }
}
.gift-options-cart-item {
  display: none !important;
}
.cart-action-buttons-container {
  padding: 12px 0px;
  display: flex;
  gap: 16px;
  flex-direction: row;
  justify-content: flex-start;
}
.margin-0 {
  margin: 0px !important;
}
.cart.item {
  border: none !important;
  border-bottom: 1px solid #eaeaea !important;
}
.item {
  border: none !important;
  padding-left: 0px !important;
}
.cart-bottom .line {
  flex-direction: column;
  align-content: flex-end;
  margin: 0px;
}
.cart.main.actions {
  display: flex;
}
.margin-l-auto {
  margin-right: auto;
}
.product-item-name {
  margin-bottom: 0px !important;
}
.quantity-text {
  margin-bottom: 6px !important;
}
.cart-container .checkout-methods-items {
  text-align: end;
}
.title.active {
  background-color: #000 !important;
}
.select {
  border-radius: 0px !important;
  border: 1px solid;
}
.checkout-cart-index .page-main .checkout-extra > .block > .title {
  top: 0px;
}
.checkout-cart-index .page-main .checkout-extra {
  padding-right: 0px;
  padding-left: 0px !important;
  border: none !important;
}
.btn {
  line-height: 20px !important;
}
.payment-option.discount-code .payment-option-content form.form.form-discount .field label {
  font-size: 16px;
}
.field > label,
.form-group > label {
  font-size: 16px;
}
.opc-block-summary .table-totals tr.totals.grand th strong {
  color: black !important;
}
.checkout-payment-method .payment-methods .payment-method-title.choice input + .label {
  font-size: 16px;
}
.opc-wrapper .shipping-address-item.selected-item {
  border-color: black !important;
  color: black !important;
}
.opc-wrapper .shipping-address-item.selected-item:after {
  background: black !important;
}
.opc-wrapper .shipping-address-item.selected-item a {
  color: black !important;
}
.checkout-shipping-address > .step-content .action.action-show-popup {
  cursor: pointer;
  border-radius: 0 !important;
  background-color: black !important;
  color: white !important;
  border: 1px solid black !important;
  height: 44px !important;
  font-size: 14px !important;
  text-align: center !important;
}
.checkout-shipping-address > .step-content .action.action-show-popup:hover {
  background-color: white !important;
  color: black !important;
  border: 1px solid black !important;
}
.checkout-shipping-address > .step-content .action.action-show-popup:focus {
  background-color: white !important;
  color: black !important;
  border: 1px solid black !important;
}
.modal-popup.modal-slide._show .modal-inner-wrap {
  background-color: white !important;
}
.action-save-address {
  cursor: pointer;
  border-radius: 0 !important;
  background-color: black !important;
  color: white !important;
  border: 1px solid black !important;
  font-size: 14px !important;
  text-align: center !important;
}
.action-save-address:hover {
  background-color: white !important;
  color: black !important;
  border: 1px solid black !important;
}
.action-save-address:focus {
  background-color: white !important;
  color: black !important;
  border: 1px solid black !important;
}
.action-hide-popup {
  cursor: pointer;
  border-radius: 0 !important;
  background-color: white !important;
  color: black !important;
  border: 1px solid black !important;
  font-size: 14px !important;
  text-align: center !important;
  margin: 0px !important;
}
.action-hide-popup:hover {
  background-color: black !important;
  color: white !important;
  border: 1px solid black !important;
}
.action-hide-popup:focus {
  background-color: black !important;
  color: white !important;
  border: 1px solid black !important;
}
.order-number {
  color: #696969 !important;
  text-decoration: underline !important;
}
.order-number:hover {
  color: black !important;
  text-decoration: underline !important;
}
.order-number:focus {
  color: black !important;
  text-decoration: underline !important;
}
.popup__main.popup--result {
  width: 100% !important;
  margin: 0px !important;
  padding: 20px !important;
}
.popup__actions-wrapper {
  padding: 0px !important;
  display: flex;
  justify-content: center;
}
.success-ajax--popup .popup__table .popup__table-col {
  padding: 0px 0px 20px 0px  !important;
}
.popup__action-redirect--checkout {
  cursor: pointer;
  border-radius: 0 !important;
  background-color: black !important;
  color: white !important;
  border: 1px solid #000 !important;
  text-align: center !important;
  width: fit-content !important;
  font-size: 14px !important;
  padding: 15px 24px !important;
}
.popup__action-redirect--checkout:hover {
  background-color: white !important;
  color: black !important;
  border: 1px solid black !important;
}
.popup__action-redirect--checkout:focus {
  background-color: white !important;
  color: black !important;
  border: 1px solid black !important;
}
.action-auth-toggle {
  cursor: pointer;
  border-radius: 0 !important;
  background-color: white !important;
  color: black !important;
  border: 1px solid black !important;
}
.action-auth-toggle:hover {
  background-color: black !important;
  color: white !important;
  border: 1px solid black !important;
}
.action-auth-toggle:focus {
  background-color: black !important;
  color: white !important;
  border: 1px solid black !important;
}
.block.block-customer-login form button.action.action-login.secondary {
  cursor: pointer;
  border-radius: 0 !important;
  background-color: black !important;
  color: white !important;
  border: 1px solid black !important;
  margin: 0px;
}
.block.block-customer-login form button.action.action-login.secondary:hover {
  background-color: white !important;
  color: black !important;
  border: 1px solid black !important;
}
.block.block-customer-login form button.action.action-login.secondary:focus {
  background-color: white !important;
  color: black !important;
  border: 1px solid black !important;
}
.field-tooltip {
  left: 0 !important;
  right: initial !important;
}
.opc-block-summary .table-totals tr th {
  text-align: start !important;
}
.opc-block-summary > .title {
  text-align: start !important;
}
.opc-block-summary .items-in-cart > .title {
  padding: 10px 0px 10px 40px !important;
}
.opc-block-summary .table-totals tr.totals.grand td strong {
  color: #000 !important;
}
.actions-toolbar > .primary .action:last-child {
  cursor: pointer;
  border-radius: 0 !important;
  background-color: black !important;
  color: white !important;
  border: 1px solid black !important;
}
.actions-toolbar > .primary .action:last-child:hover {
  background-color: white !important;
  color: black !important;
  border: 1px solid black !important;
}
.actions-toolbar > .primary .action:last-child:focus {
  background-color: white !important;
  color: black !important;
  border: 1px solid black !important;
}
.success-ajax--popup .popup__table {
  display: flex !important;
  flex-direction: column !important;
  align-items: center;
}
.modal-popup.modal-slide._show .modal-inner-wrap {
  display: flex;
  flex-direction: column;
}
.modal-custom .action-close {
  right: unset !important;
  left: 0 !important;
}
.checkout-cart-index .page-main .cart.main.actions {
  margin-top: 0px;
}
.checkout-cart-index .page-main .cart.table-wrapper .items > .item .col.item .product-item-photo {
  line-height: 0;
}
.cart.table-wrapper .item .col.item {
  padding: 20px 0px !important;
}
.action.btn.btn-continue.btn-default.margin-0 span {
  line-height: 1.5;
}
.checkout-cart-index .page-main .cart.table-wrapper table tbody tr td .price {
  color: #222222;
  font-size: 14px !important;
  font-weight: 500;
}
.cart.table-wrapper .product-item-name a {
  font-size: 14px;
}
.price-including-tax,
.price-excluding-tax {
  font-size: 14px;
  margin-top: 6px;
}
.cart-page-title {
  font-size: 16px;
  color: #000000;
  font-weight: 500;
  line-height: 24px;
  margin-bottom: 24px;
}
.checkout-cart-index .cart-bottom .cart-totals {
  border-left: none;
  border-right: none;
}
.checkout-cart-index .cart-bottom .cart-totals table.data.table.totals tbody tr.totals th {
  font-weight: 400;
  color: #222222;
  padding: 0 0 20px;
  text-align: start;
  line-height: 1;
}
.table-wrapper table tbody tr td .price {
  font-size: 14px !important;
  color: #222222;
}
.checkout-cart-index .cart-bottom .cart-totals table.data.table.totals tbody tr.totals td {
  padding: 0 0px 20px;
  text-align: end;
  line-height: 1;
}
.checkout-cart-index .cart-bottom .cart-totals table.data.table.totals tbody tr.totals-tax th {
  font-weight: 400;
  color: #222222;
  padding: 0 0 15px;
}
.checkout-cart-index .cart-bottom .cart-totals table.data.table.totals tbody tr.totals-tax td {
  padding: 0 0 15px;
  text-align: end;
}
.checkout-cart-index .cart-bottom .cart-totals table.data.table.totals tbody tr.totals-tax td span.price {
  color: #222222;
  font-weight: 500;
}
.checkout-cart-index .cart-bottom .cart-totals table.data.table.totals tbody tr.grand.totals th {
  font-size: 14px;
}
.fieldset.coupon {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
}
.fieldset.coupon .input-text {
  height: 56px;
  font-size: 16px;
  color: #000000;
  border-color: #e4e4e4 !important;
}
.fieldset.coupon .action.btn.btn-primary.apply span {
  line-height: 1.5;
}
.fieldset.coupon .field {
  width: 100%;
}
.column:not(.sidebar-main) form .actions-toolbar,
.column:not(.sidebar-additional) form .actions-toolbar {
  margin: 0;
  margin-top: 0 !important;
}
.reserved-notice {
  color: #000000;
  font-size: 16px;
  text-align: start;
}
.cart-return-container {
  margin: 20px 0px 0px;
  background-color: #f4f4f4;
}
.cart-return-title {
  font-size: 28px;
  color: #313131;
  font-weight: 600;
  line-height: 32px;
  margin: 0;
}
.cart-return-text {
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
  color: #222;
  letter-spacing: 0.25px;
  margin: 0;
}
.block.discount.active .field.note {
  color: #000000;
  margin: 0px 0px 12px;
  font-size: 12px;
  font-weight: 500;
}
.block.discount .field.note {
  color: #000000;
  margin: 0px 0px 12px;
  font-size: 12px;
  font-weight: 500;
}
.discount-code-text {
  padding: 8px 12px;
  font-size: 14px;
  color: #666666;
  margin: 0;
  letter-spacing: 0.25px;
  line-height: 20px;
}
.cart.table-wrapper .items > .item .col.item .product-item-details {
  width: 100%;
  text-align: start;
}
.cart.item .item-info {
  display: block;
}
.cart-remove-svg {
  position: absolute;
  top: 0;
  left: 0;
}
.cart-link-container {
  display: none;
}
.cart-summary .cart-links-container {
  margin: 20px 0px 0px 0px;
}
.cart-summary .cart-link-container {
  display: flex;
  align-items: center;
  gap: 8px;
  margin: 0px 0px 8px 0px;
}
.cart-summary .cart-link-icon {
  color: black;
}
.cart-summary .cart-link {
  font-size: 14px;
  color: #000000;
}
.cart-summary .cart-link:hover {
  text-decoration: underline;
  color: #999999 !important;
}
.cart-container .checkout-methods-items .action.primary {
  height: 56px !important;
  width: fit-content !important;
  text-align: end;
}
.cart-container .checkout-methods-items {
  margin-top: 49px;
  margin-bottom: 20px;
  text-align: end;
}
.cart-summary .checkout.methods.items.checkout-methods-items {
  margin-top: 20px;
  margin-bottom: 0px;
  text-align: center;
}
.cart-summary .action.primary.checkout {
  height: 56px !important;
  width: 100% !important;
}
.fieldset.coupon.applied .action.btn.btn-secondary.cancel {
  min-height: 100% !important;
  height: 56px !important;
  font-size: 16px !important;
}
.ofs-label {
  color: #E10000;
  font-weight: 500;
  font-size: 14px;
  display: flex;
  margin-top: 6px;
}
.ofs-label::before {
  content: '•';
  font-size: 14px;
  margin-right: 5px;
  vertical-align: middle;
}
.cart.table-wrapper .item-options {
  margin: 10px 0px 0px;
}
.ofs-qty-contaier {
  margin-bottom: 12px;
}
.close-ofs-label {
  cursor: pointer;
  float: inline-end;
  line-height: 1;
  padding-top: 4px;
}
.dynamic-ofs-label {
  position: absolute;
  background-color: #fce6e6;
  color: #7c0000;
  margin: 0;
  width: 100%;
  left: 0;
  right: 0;
  font-size: 16px;
}
.dynamic-ofs-icon-paddding {
  padding-inline-end: 7px;
}
.minicart-icon {
  stroke: white;
  stroke-width: 0px;
  fill: white;
}
.minicart-icon path {
  stroke: white;
  stroke-width: 0px;
  fill: white;
}
header.page-header .header-area.active-sticky.scrolling .minicart-icon {
  stroke: black;
  stroke-width: 0px;
  fill: black;
}
header.page-header .header-area.active-sticky.scrolling .minicart-icon path {
  stroke: black;
  stroke-width: 0px;
  fill: black;
}
.counter.qty {
  color: #000 !important;
  background-color: white !important;
}
header.page-header .header-area.active-sticky.scrolling .counter.qty {
  color: white !important;
  background-color: #000 !important;
}
.minicart-container {
  margin-top: 120px;
  height: 100%;
  background-color: white;
}
.block-minicart {
  background-color: transparent !important;
}
.minicartSlider {
  margin-top: 110px;
  position: fixed;
  top: 0;
  left: -500px;
  width: 500px;
  height: 100%;
  background-color: white;
  color: #000;
  padding: 32px !important;
  box-sizing: border-box;
  transition: left 0.3s ease;
  z-index: 1000;
  border: 1px solid lightgray;
  border-left: none;
  font-family: Klein-Web !important;
}
.minicart-wrapper .block-content {
  padding: 0px;
  width: 100%;
}
.minicart-items .product > .product-item-photo,
.minicart-items .product > .product-image-container {
  width: 141px !important;
}
.minicart-items .product-item .product {
  display: flex;
}
h3 {
  font-size: 20px;
}
.minicart-items .product-item .product.actions {
  display: none;
}
.subtotal {
  color: #000 !important;
}
.minicart-number {
  text-transform: none;
  font-size: 14px;
  color: #222 !important;
}
.minicart-number span {
  color: #222 !important;
  font-weight: 500 !important;
}
.minicart-number .vat-text-holder {
  color: #666 !important;
}
.btn-primary {
  background-color: black !important;
  color: white !important;
  border-radius: 0 !important;
  height: fit-content !important;
  font-size: 16px !important;
  padding: 15px 24px !important;
}
.btn-primary:hover {
  color: #000 !important;
  background-color: white !important;
  border: 1px solid black !important;
}
.btn-primary:focus {
  background-color: black !important;
  color: white !important;
}
.product-info-main .product-add-form .actions button.tocart {
  background-color: black !important;
  color: white !important;
  border-radius: 0 !important;
  height: 52px !important;
  font-size: 16px !important;
  padding: 0px 24px !important;
  border: 1px solid black !important;
  width: 100% !important;
  text-transform: none !important;
}
.product-info-main .product-add-form .actions button.tocart:hover {
  color: #000 !important;
  background-color: white !important;
}
.product-info-main .product-add-form .actions button.tocart:focus {
  background-color: black !important;
}
.btn-default {
  border-radius: 0 !important;
  padding: 15px 24px !important;
  background-color: white !important;
  color: #000 !important;
  border: 1px solid black !important;
  height: fit-content !important;
  font-size: 16px !important;
  margin: 0px;
}
.btn-default:hover {
  color: white !important;
  background-color: black !important;
}
.btn-default:focus {
  background-color: white !important;
  color: #000 !important;
  border: 1px solid black !important;
}
.update-cart-item {
  background-color: black !important;
  color: white !important;
  border-radius: 0 !important;
  height: fit-content !important;
  height: 34px !important;
}
.update-cart-item:hover {
  color: #000 !important;
  background-color: white !important;
  border: 1px solid black !important;
}
.update-cart-item:focus {
  background-color: black !important;
  color: white !important;
}
.cart-item-qty {
  border-radius: 0px !important;
  color: #666 !important;
  font-size: 12px !important;
}
.minicart-wrapper .block-content .minicart-items-wrapper {
  max-height: calc(100vh - 410px);
}
body .header-mobile-tabs--bottom {
  display: none !important;
}
.minicart-button-container {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.popup__column--result {
  display: flex;
  flex-direction: column;
}
.size_container {
  height: 16px !important;
  font-family: Klein-Web !important;
}
.minicart-product-name {
  color: #222 !important;
  font-weight: 500 !important;
}
.minicart-item .product .product-item-details .name-price-wrapper .minicart-product-name,
.minicart-item .old-price,
.minicart-item .price,
.minicart-item .discounted-message,
.minicart-item .discounted-message .price {
  color: #999 !important;
}
@media only screen and (max-width: 768px) {
  .field-tooltip .field-tooltip-content {
    left: auto;
    right: -10px;
    top: 40px;
  }
  .field-tooltip .field-tooltip-content::before,
  .field-tooltip .field-tooltip-content::after {
    border: 10px solid transparent;
    height: 0;
    left: auto;
    margin-top: -21px;
    right: 10px;
    top: 0;
    width: 0;
  }
  .field-tooltip .field-tooltip-content::before {
    border-bottom-color: #999999;
  }
  .field-tooltip .field-tooltip-content::after {
    border-bottom-color: #f4f4f4;
    top: 1px;
  }
}
.totals-tax .mark {
  float: right;
}
@media only screen and (min-device-width: 320px) and (max-device-width: 780px) and (orientation: landscape) {
  .product-video {
    height: 100%;
    width: 81%;
  }
}
body.gdpr-privacy-settings .column.main .actions-toolbar {
  margin-bottom: 1.5em;
}
body.gdpr-privacy-settings .column.main #download-form,
body.gdpr-privacy-settings .column.main #anonymize-form,
body.gdpr-privacy-settings .column.main #remove-form {
  margin-left: 0px;
}
@media (max-width: 768px) {
  .mst-gdpr__cookie-bar-wrapper .mst-gdpr__cookie-bar {
    bottom: 0;
    left: 0;
    max-width: 100%;
    width: 100%;
    min-width: 100%;
    border-radius: 0;
  }
  .mst-gdpr__cookie-bar-wrapper .mst-gdpr__cookie-bar .mst-gdpr__buttons {
    flex-direction: column;
  }
  .mst-gdpr__cookie-bar-wrapper .mst-gdpr__cookie-bar .mst-gdpr__buttons button {
    margin-right: 0;
    margin-bottom: 1rem;
  }
  .mst-gdpr__cookie-bar-wrapper .mst-gdpr__cookie-bar .mst-gdpr__buttons button:last-child {
    margin-bottom: 0;
  }
}
@media (max-width: 768px) {
  .mst-gdpr__cookie-settings--cookie-modal-settings.modal-popup.modal-slide {
    z-index: 10001;
  }
}
@media (max-width: 640px) {
  .mst-gdpr__cookie-settings--cookie-group-container .content table td:nth-child(2),
  .mst-gdpr__cookie-settings--cookie-group-container .content table td:nth-child(3),
  .mst-gdpr__cookie-settings--cookie-group-container .content table th:nth-child(2),
  .mst-gdpr__cookie-settings--cookie-group-container .content table th:nth-child(3) {
    display: none;
  }
}
@media (max-width: 500px) {
  .mst-gdpr__cookie-settings--cookie-group-container .title-container {
    padding: 0 2rem;
  }
  .mst-gdpr__cookie-settings--cookie-group-container .title-container .title {
    width: auto;
  }
}
/* Add to Cart Button - Loading State with White Spinner */
.tocart-loading .spinner-border {
  display: inline-block;
  width: 1rem;
  height: 1rem;
  vertical-align: text-bottom;
  border: 0.15em solid currentColor;
  border-right-color: transparent;
  border-radius: 50%;
  -webkit-animation: spinner-border 0.75s linear infinite;
  animation: spinner-border 0.75s linear infinite;
}
@-webkit-keyframes spinner-border {
  to {
    -webkit-transform: rotate(360deg);
  }
}
@keyframes spinner-border {
  to {
    transform: rotate(360deg);
  }
}
/* Add to Cart Button - Success State (Green with White Tick) */
.btn-success-added {
  background-color: #28a745 !important;
  border-color: #28a745 !important;
  color: white !important;
  pointer-events: none;
  width: 100% !important;
}
.btn-success-added:hover {
  background-color: #28a745 !important;
  border-color: #28a745 !important;
}
.btn-success-added svg {
  vertical-align: middle;
}
/* Proceed to Checkout Button - White background with black text */
.btn-proceed-checkout {
  background-color: white !important;
  border: 1px solid black !important;
  color: black !important;
  display: block;
  text-align: center;
  transition: all 0.3s ease;
  pointer-events: auto;
}
.btn-proceed-checkout:hover {
  background-color: black !important;
  color: white !important;
  border-color: black !important;
}
.btn-proceed-checkout span {
  color: inherit;
}
/* Hide Magento default success messages on add to cart */
.catalog-product-view .page.messages,
.catalog-product-view .message-success.success.message,
.catalog-product-view .messages .message-success {
  display: none !important;
}
/* Ensure the actions container can hold both buttons */
/* PDP Checkout Spinner Overlay */
.pdp-spinner-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0.9);
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 99999;
}
.pdp-spinner-content {
  text-align: center;
}
.spinner-border-lg {
  display: inline-block;
  width: 3rem;
  height: 3rem;
  vertical-align: text-bottom;
  border: 0.25em solid #000;
  border-right-color: transparent;
  border-radius: 50%;
  -webkit-animation: spinner-border 0.75s linear infinite;
  animation: spinner-border 0.75s linear infinite;
}
@media (max-width: 1199px) {
  .modal-popup._inner-scroll.quickViewDetails {
    inset: 15px !important;
  }
  .modal-popup._inner-scroll.quickViewDetails .modal-inner-wrap .modal-header {
    z-index: 9;
  }
  .modal-popup._inner-scroll.quickViewDetails .modal-inner-wrap .modal-header .action-close {
    margin: 0;
    padding: 0;
    position: absolute;
    top: 0;
    left: 0;
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: rgba(0, 0, 0, 0.38);
  }
  .modal-popup._inner-scroll.quickViewDetails .modal-inner-wrap .modal-header .action-close:before {
    font-size: 30px;
    color: #fff;
  }
}
@media (max-width: 767px) {
  .modal-popup._inner-scroll.quickViewDetails .modal-inner-wrap {
    min-height: auto !important;
    height: auto !important;
    position: relative !important;
    top: 50% !important;
    background-color: #fff !important;
  }
  .modal-popup._inner-scroll.quickViewDetails .product_quickview_content {
    overflow: hidden;
  }
  .modal-popup._inner-scroll.quickViewDetails .column.main.product-info-clearfix {
    flex-direction: column;
  }
  .modal-popup._inner-scroll.quickViewDetails .product-info-main-wrapper {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .modal-popup._inner-scroll.quickViewDetails .product-info-media-wrapper {
    flex: 0 0 100%;
    max-width: 100%;
  }
}
.post-item-info .post-image + h1.post-title {
  margin-top: 15px;
}
.post-item-info h1.post-title {
  font-size: 24px;
  line-height: 1.5;
  margin-bottom: 5px;
}
.post-item-info h1.post-title a {
  color: var(--thim-mgs-color-01);
}
.modal-popup.modal-mgs-gdpr .modal-content {
  max-width: calc(100% - 30px);
  margin: 0 auto;
}
.modal-popup.modal-mgs-gdpr .mgs-gdpr-popup {
  padding: 20px;
}
.modal-popup.modal-mgs-gdpr .mgs-gdpr-popup .message {
  position: relative;
  top: 0;
  margin-bottom: 20px;
}
.header-area.header8 .top-header-content {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  clear: both;
  background-color: #f6f6f8;
}
.header-area.header8 .vertical-menu-widget > ul {
  display: none;
}
.header-area.header8 .middle-header-content .logo-header .logo {
  text-align: right;
  padding-top: 35px;
  padding-bottom: 35px;
  display: flex;
  justify-content: flex-start;
}
.header-area.header8 .search-form .form-search .form.minisearch {
  border: 1px solid #f6f6f8;
}
.header-area.header8 .vertical-menu-widget {
  position: relative;
}
body.dark .header-area.header8 .vertical-title {
  font-size: 14px;
  text-transform: uppercase;
  font-weight: 500;
  color: #fff;
  background-color: #222 !important;
  height: 48px;
  line-height: 48px;
  padding: 0 28px;
  cursor: pointer;
}
.header-area.header8 .vertical-title {
  font-size: 16px;
  background: #f6ab4a;
  line-height: 24px;
  display: flex;
  align-items: center;
  text-transform: uppercase;
  font-weight: 500;
  color: #fff;
  height: 48px;
  padding: 0 28px;
  cursor: pointer;
}
.header-area.header8 .vertical-title .fa {
  margin-left: 15px;
}
.header-area.header8 .bottom-header-content .parent__megameu .nav-toggle {
  height: 48px;
  width: 48px;
  text-align: center;
  background-color: #222;
  margin: 0;
}
.header8 .vertical-menu-widget {
  position: relative;
}
.header8 .vertical-menu-widget .vertical-menu {
  display: none;
  position: absolute;
  top: 100%;
  background-color: #fff;
  right: 0;
  left: 0;
  z-index: 10;
}
.header8 .top-header-content .col-4 {
  text-align: left;
}
.header-area.header8 .bottom-header-content .parent__megameu .nav-toggle {
  background: transparent;
}
.header-area.header8 .bottom-header-content .parent__megameu .nav-toggle img {
  filter: unset;
}
.header-area.header8 #search {
  border: 1px solid #ccc !important;
  letter-spacing: 1px;
}
.header-area.header8 #search::placeholder {
  color: #1a1a1a;
}
.header-area.header8 #search:focus {
  border-color: #222 !important;
}
#placeholder-header {
  height: auto !important;
}
@media (min-width: 1800px) {
  .header.header8 .vertical-menu-widget {
    max-width: 270px;
  }
}
@media (min-width: 1200px) {
  .header-area.header8 .bottom-header-content {
    position: relative;
  }
  #main-Settingcontent,
  #main-Accountcontent {
    display: none !important;
  }
}
@media (min-width: 992px) {
  .header-area.header8.active-sticky .middle-header-content {
    position: fixed;
    right: 0;
    left: 0;
    top: 0;
    z-index: 997;
    background-color: #fff;
    box-shadow: 0 0 3px 0 rgba(0, 0, 0, 0.5);
  }
}
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) {
  .header-area.header8 .top-header-content {
    font-size: 12px !important;
  }
}
@media screen and (min-width: 768px) {
  .header-area.header8 .top-header-content {
    font-size: 12px;
  }
}
@media (max-width: 1199px) {
  .header8 .top-header-content {
    padding-top: 10px;
    padding-bottom: 10px;
  }
  .header8 .parent__megameu {
    display: flex;
    align-items: center;
  }
}
@media (max-width: 767px) {
  .header-area.header8 .middle-header-content .logo-header .logo {
    padding: 0;
  }
  .header8 .col-3.col-mb-10 {
    padding: 0;
  }
  .header-area.header8 .top-header-content {
    display: none;
  }
}
.header9 .container-fuild {
  padding-right: 15px;
  padding-left: 15px;
  margin-left: auto;
  margin-right: auto;
}
.header9 .label-menu {
  top: 20px;
}
.header9 .logo-header img {
  margin: auto;
}
header.page-header .header-area.header9 .navigation .nav-main-menu {
  height: auto;
}
header.page-header .header-area.header9 .navigation .nav-main-menu > li > a {
  padding: 38px 24px;
  display: block;
  font-weight: 500;
}
.header-area.header9 .switcher .switcher-options .switcher-dropdown {
  right: 0;
  left: auto;
}
.header10 .navigation > ul {
  padding: 0;
}
.header10 .header-tell-info p {
  margin: 0;
}
.header10 .header-tell-info p.title {
  font-size: 18px;
  font-weight: 600;
  color: black;
}
.header10 .megamenu-widget .vertical-title {
  background-color: #01bad4;
  color: #fff;
  padding: 10px 20px;
  text-transform: uppercase;
  font-size: 18px;
  line-height: 30px;
  font-weight: 600;
  cursor: pointer;
}
.header10 .megamenu-widget .vertical-title > span {
  display: none;
}
.header10 .vertical-menu li a {
  padding: 10px 25px 10px 0;
}
.header10 .bottom-content {
  padding-bottom: 28px;
}
.header-area.header10.search-visible .search-form .block-search .block-content .form.minisearch {
  margin: 0;
  max-width: 100%;
  border: 0;
  border-radius: 5px;
}
.header-area.header10 .table-icon-menu > div {
  padding: 17px 10px;
}
.header-area.header10 .table-icon-menu > div:last-child {
  padding-left: 0;
}
.header-area.header10 .table-icon-menu > div.contact-info {
  padding-left: 30px;
}
.header-area.header10 .megamenu-widget .vertical-menu {
  border: 1px solid #ddd;
  position: absolute;
  top: 100%;
  right: 15px;
  left: 15px;
  background-color: #fff;
  z-index: 99;
  display: none;
}
@media (max-width: 1199px) {
  .header-area.header10 .megamenu-widget .vertical-menu {
    overflow: hidden;
  }
}
@media (min-width: 1200px) {
  .page-header .header10 .menu-wrapper {
    justify-content: flex-start;
  }
  .header10 .navigation > ul > li:first-child > a {
    padding-right: 0 !important;
  }
  .header-area.header10 .table-icon-menu .block-search .block-title,
  .header-area.header10 .table-icon-menu .minicart-wrapper .action.showcart,
  .header-area.header10 .table-icon-menu .theme-header-icon,
  .header-area.header10 .table-icon-menu .minicart-wrapper .action.showcart:before {
    font-size: 30px;
  }
  header.page-header .header-area.header10 .navigation .nav-main-menu li.mega-menu-fullwidth:not(.menu-2columns) > ul.dropdown-menu {
    right: 0;
    margin-right: 0;
  }
  .cms-index-index .header-area.header10 .megamenu-widget .vertical-menu {
    display: block;
  }
  .header-area.header10.search-visible .search-form .block-search .block-content .form.minisearch .input-text {
    border-radius: 5px;
    height: 50px;
    line-height: 50px;
    border-color: #ddd;
  }
  .header-area.header10 .minicart-wrapper .action.showcart > .counter.qty {
    width: 25px;
    min-width: 25px;
    height: 25px;
    line-height: 25px;
    right: 12px;
  }
}
@media (max-width: 1199px) {
  .header10 .parent__search {
    display: flex;
    justify-content: flex-end;
  }
  .header10 .parent__search .search-form {
    margin-left: 20px;
    margin-right: 0;
  }
  .header10 .middle-header {
    padding-bottom: 10px;
  }
  header.page-header button.action.nav-tg:before,
  header.page-header .cart.table-wrapper .actions-toolbar > .action.action.nav-tg:before,
  header.page-header .action-gift.action.nav-tg:before {
    pointer-events: none;
  }
  .nav-before-open header.page-header button.action.nav-tg:before,
  .nav-before-open header.page-header .cart.table-wrapper .actions-toolbar > .action.action.nav-tg:before,
  .nav-before-open header.page-header .action-gift.action.nav-tg:before {
    pointer-events: all;
  }
}
.more-colors-indicator .more-colors-indicator-link {
  color: #666;
  font-size: 12px;
  font-weight: 400;
}
.bottom-label {
  margin-top: 10px;
}
.sold-out-label-ck {
  color: #e10000;
}
.sold-out-label-ck span::before {
  content: "•";
  margin-left: 4px;
}
.sold-out .img-plp-container {
  opacity: 0.4;
}
.old-price-from {
  color: #222;
  font-weight: 500;
  padding-left: 0.25rem;
  font-family: Klein-Web;
  font-size: 14px;
  line-height: 20px;
  margin-top: -4px !important;
}
/**
 * Copyright © Magento, Inc. All rights reserved.
 * See COPYING.txt for license details.
*/
.arrow-mode {
  margin: 0 10px;
  display: inline-flex;
}
.arrow-mode-grid {
  position: relative;
  display: inline-flex;
}
.arrow-mode-grid:after {
  content: '\f107';
  position: absolute;
  font-family: 'FontAwesome';
  left: 10px;
  right: auto;
  top: 8px;
  pointer-events: none;
}
.arrow-mode-grid .change-product-per-row {
  display: flex;
  position: absolute;
  top: 100%;
  right: 0;
  margin: 0;
  padding: 10px;
  box-shadow: 0 0 3px 0 rgba(0, 0, 0, 0.1);
  background-color: #fff;
  margin-top: 10px;
  transition: .3s;
  opacity: 0;
  visibility: hidden;
  z-index: 999;
}
.arrow-mode-grid:hover .change-product-per-row {
  margin-top: 5px;
  opacity: 1;
  visibility: visible;
}
@media (min-width: 992px) {
  .toolbar .modes {
    display: flex;
  }
  .toolbar .modes .modes-mode {
    order: 0;
  }
  .toolbar .modes .arrow-mode {
    order: 1;
  }
  .toolbar .modes .modes-mode + .arrow-mode {
    order: -1;
  }
}
.breadcrumbs.layout-title-below > * {
  max-width: 1200px !important;
}
.breadcrumbs + .page-title-wrapper::before {
  display: none;
}
.breadcrumbs + .page-title-wrapper h1.page-title {
  color: black;
  font-size: 24px;
  text-align: right;
  max-width: 1200px;
  margin: auto;
  padding: 0 15px;
}
:root {
  --thim-mgs-color-01: #222;
  --thim-mgs-color-02: #222;
  --thim-mgs-color-03: #333;
  --thim-mgs-color-04: #2a2a2a;
  --thim-mgs-color-05: #1a1a1a;
  --thim-mgs-color-06: #fff;
  --thim-mgs-color-07: #fff;
  --thim-mgs-color-08: #2b2b2b;
  --thim-mgs-color-09: #ebebeb;
  --thim-mgs-color-10: #fff;
  --thim-mgs-color-11: #eee;
  --thim-mgs-color-12: #f4f4f4;
  --thim-mgs-color-13: #ddd;
}
body.dark {
  --thim-mgs-color-01: #f0f0f0;
  --thim-mgs-color-02: #f0f0f0;
  --thim-mgs-color-03: #f0f0f0;
  --thim-mgs-color-04: #999;
  --thim-mgs-color-05: #f0f0f0;
  --thim-mgs-color-06: #222;
  --thim-mgs-color-07: #0f0f0f;
  --thim-mgs-color-08: #f0f0f0;
  --thim-mgs-color-09: #363636;
  --thim-mgs-color-10: #1b1b1b;
  --thim-mgs-color-11: #333;
  --thim-mgs-color-12: #222;
  --thim-mgs-color-13: #333;
}
body.dark input[type="text"],
body.dark input[type="password"],
body.dark input[type="url"],
body.dark input[type="tel"],
body.dark input[type="search"],
body.dark input[type="number"],
body.dark input[type*="date"],
body.dark input[type="email"],
body.dark textarea,
body.dark select {
  background-color: var(--thim-mgs-color-06);
  border-color: var(--thim-mgs-color-09);
}
.columns-main-sticky .product-detail-information {
  display: none;
}
.block-blog-tags .btn-default {
  border-width: 1px;
  border-color: #ccc;
  color: #949494;
}
.block-blog-tags .btn-default:hover {
  color: white;
  background: #222;
  border-color: #222;
}
.social-link > li {
  display: inline-flex;
}
.social-link svg path {
  fill: #8e8e8e;
}
.social-link a:hover svg path {
  fill: var(--thim-primary-color, #cf9683);
}
.social-link a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
.social-link a span {
  display: inherit;
}
.header-area .social-link li svg path {
  fill: var(--thim-mgs-color-01);
}
@media (max-width: 767px) {
  .block-new-customer {
    margin-top: 50px;
  }
}
.store-list-container + .store-list-container {
  margin-bottom: 60px;
}
#guilde-content > .modal-body-content,
#delivery-content > .modal-body-content {
  display: none;
}
.modal-popup._show #delivery-content .modal-body-content,
.modal-popup._show #guilde-content .modal-body-content {
  display: block;
}
.modal-popup .modal-footer .action-secondary,
.modal-popup .modal-footer .action-primary {
  margin-bottom: 10px;
}
.field.zip {
  display: none;
}
div[name$=".postcode"] {
  display: none;
}
.totals-tax {
  display: none !important;
}
#mgs-instant-autocomplete-wrapper #vat-text {
  display: none;
}
@media all and (min-width: 768px), print {
  .abs-product-options-list-desktop dt,
  .block-giftregistry-shared .item-options dt {
    clear: left;
    float: left;
    margin: 0 10px 5px 0;
  }
  .abs-product-options-list-desktop dt:after,
  .block-giftregistry-shared .item-options dt:after {
    content: ': ';
  }
  .abs-product-options-list-desktop dd,
  .block-giftregistry-shared .item-options dd {
    display: inline-block;
    float: left;
    margin: 0 0 5px;
    word-break: break-all;
  }
  .abs-button-desktop {
    width: auto;
  }
  .abs-blocks-2columns,
  .column .block-addbysku .block-content .box,
  .magento-rma-guest-returns .column.main .block:not(.widget) .block-content .box,
  .login-container .block,
  .account .column.main .block:not(.widget) .block-content .box,
  [class^='sales-guest-'] .column.main .block:not(.widget) .block-content .box,
  .sales-guest-view .column.main .block:not(.widget) .block-content .box {
    width: 48.8%;
  }
  .abs-blocks-2columns:nth-child(odd),
  .column .block-addbysku .block-content .box:nth-child(odd),
  .magento-rma-guest-returns .column.main .block:not(.widget) .block-content .box:nth-child(odd),
  .login-container .block:nth-child(odd),
  .account .column.main .block:not(.widget) .block-content .box:nth-child(odd),
  [class^='sales-guest-'] .column.main .block:not(.widget) .block-content .box:nth-child(odd),
  .sales-guest-view .column.main .block:not(.widget) .block-content .box:nth-child(odd) {
    clear: left;
    float: left;
  }
  .abs-blocks-2columns:nth-child(even),
  .column .block-addbysku .block-content .box:nth-child(even),
  .magento-rma-guest-returns .column.main .block:not(.widget) .block-content .box:nth-child(even),
  .login-container .block:nth-child(even),
  .account .column.main .block:not(.widget) .block-content .box:nth-child(even),
  [class^='sales-guest-'] .column.main .block:not(.widget) .block-content .box:nth-child(even),
  .sales-guest-view .column.main .block:not(.widget) .block-content .box:nth-child(even) {
    float: right;
  }
  .abs-reset-left-margin-desktop,
  .column.main .cart-summary .actions-toolbar,
  .cart.table-wrapper .item-actions .actions-toolbar,
  .column.main .block-giftregistry-shared-items .actions-toolbar,
  .form-new-agreement .fieldset .legend,
  .form-new-agreement .actions-toolbar,
  .column.main .paypal-review .actions-toolbar,
  .bundle-options-container .legend.title,
  .wishlist-index-index .main .form-wishlist-items .actions-toolbar {
    margin-left: 0;
  }
  .abs-action-remove-desktop,
  .abs-add-fields-desktop .fieldset .additional .action.remove,
  .form-giftregistry-share .fieldset .additional .action.remove,
  .form-giftregistry-edit .fieldset .additional .action.remove,
  .form-add-invitations .fieldset .additional .action.remove,
  .form-create-return .fieldset .additional .action.remove,
  .form.send.friend .fieldset .additional .action.remove {
    margin-left: 75.8%;
    top: 6px;
  }
  .abs-add-fields-desktop .fieldset .field:not(.choice) .control,
  .form-giftregistry-share .fieldset .field:not(.choice) .control,
  .form-giftregistry-edit .fieldset .field:not(.choice) .control,
  .form-add-invitations .fieldset .field:not(.choice) .control,
  .form-create-return .fieldset .field:not(.choice) .control,
  .form.send.friend .fieldset .field:not(.choice) .control {
    width: 50%;
  }
  .abs-margin-for-forms-desktop,
  .column:not(.sidebar-main) form .actions-toolbar,
  .column:not(.sidebar-additional) form .actions-toolbar {
    margin-left: 25.8%;
  }
  .abs-visually-hidden-desktop,
  .modes-label,
  .block-search .label,
  .dashboard-welcome-toggler {
    border: 0;
    clip: rect(0, 0, 0, 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
  }
  .abs-add-clearfix-desktop:before,
  .abs-add-clearfix-desktop:after,
  .abs-pager-toolbar:before,
  .abs-pager-toolbar:after,
  .block-cart-failed .block-content:before,
  .block-cart-failed .block-content:after,
  .column .block-addbysku .block-content:before,
  .column .block-addbysku .block-content:after,
  .cart-container:before,
  .cart-container:after,
  .block-giftregistry-shared .item-options:before,
  .block-giftregistry-shared .item-options:after,
  .gift-wrapping .nested:before,
  .gift-wrapping .nested:after,
  .table .gift-wrapping .content:before,
  .table .gift-wrapping .content:after,
  .block-wishlist-management:before,
  .block-wishlist-management:after,
  .paypal-review .block-content:before,
  .paypal-review .block-content:after,
  .magento-rma-guest-returns .column.main .block:not(.widget) .block-content:before,
  .magento-rma-guest-returns .column.main .block:not(.widget) .block-content:after,
  .login-container:before,
  .login-container:after,
  .account .column.main .block:not(.widget) .block-content:before,
  .account .column.main .block:not(.widget) .block-content:after,
  .block-addresses-list .items.addresses:before,
  .block-addresses-list .items.addresses:after,
  [class^='sales-guest-'] .column.main .block:not(.widget) .block-content:before,
  [class^='sales-guest-'] .column.main .block:not(.widget) .block-content:after,
  .sales-guest-view .column.main .block:not(.widget) .block-content:before,
  .sales-guest-view .column.main .block:not(.widget) .block-content:after,
  .header.content:before,
  .header.content:after,
  .page-header .header.panel:before,
  .page-header .header.panel:after,
  .toolbar-giftregistry-results:before,
  .toolbar-giftregistry-results:after,
  .toolbar-wishlist-results:before,
  .toolbar-wishlist-results:after,
  .account .toolbar:before,
  .account .toolbar:after {
    content: '';
    display: table;
  }
  .abs-add-clearfix-desktop:after,
  .abs-pager-toolbar:after,
  .block-cart-failed .block-content:after,
  .column .block-addbysku .block-content:after,
  .cart-container:after,
  .block-giftregistry-shared .item-options:after,
  .gift-wrapping .nested:after,
  .table .gift-wrapping .content:after,
  .block-wishlist-management:after,
  .paypal-review .block-content:after,
  .magento-rma-guest-returns .column.main .block:not(.widget) .block-content:after,
  .login-container:after,
  .account .column.main .block:not(.widget) .block-content:after,
  .block-addresses-list .items.addresses:after,
  [class^='sales-guest-'] .column.main .block:not(.widget) .block-content:after,
  .sales-guest-view .column.main .block:not(.widget) .block-content:after,
  .header.content:after,
  .page-header .header.panel:after,
  .toolbar-giftregistry-results:after,
  .toolbar-wishlist-results:after,
  .account .toolbar:after {
    clear: both;
  }
  .abs-add-box-sizing-desktop,
  .column.main,
  .sidebar-main,
  .sidebar-additional {
    box-sizing: border-box;
  }
  .abs-add-box-sizing-desktop-m {
    box-sizing: border-box;
  }
  .abs-revert-field-type-desktop .fieldset > .field,
  .abs-revert-field-type-desktop .fieldset .fields > .field,
  .product-add-form .fieldset > .field,
  .product-add-form .fieldset .fields > .field {
    margin: 0 0 20px;
  }
  .abs-revert-field-type-desktop .fieldset > .field:not(.choice) > .label,
  .abs-revert-field-type-desktop .fieldset .fields > .field:not(.choice) > .label,
  .product-add-form .fieldset > .field:not(.choice) > .label,
  .product-add-form .fieldset .fields > .field:not(.choice) > .label {
    box-sizing: content-box;
    float: none;
    width: auto;
    text-align: left;
    padding: 0;
  }
  .abs-revert-field-type-desktop .fieldset > .field:not(.choice) > .control,
  .abs-revert-field-type-desktop .fieldset .fields > .field:not(.choice) > .control,
  .product-add-form .fieldset > .field:not(.choice) > .control,
  .product-add-form .fieldset .fields > .field:not(.choice) > .control {
    float: none;
    width: auto;
  }
  .abs-revert-field-type-desktop .fieldset > .field > .label,
  .abs-revert-field-type-desktop .fieldset .fields > .field > .label,
  .product-add-form .fieldset > .field > .label,
  .product-add-form .fieldset .fields > .field > .label {
    margin: 0 0 5px;
    display: inline-block;
  }
  .abs-revert-field-type-desktop .fieldset > .field.choice:before,
  .abs-revert-field-type-desktop .fieldset .fields > .field.choice:before,
  .abs-revert-field-type-desktop .fieldset > .field.no-label:before,
  .abs-revert-field-type-desktop .fieldset .fields > .field.no-label:before,
  .product-add-form .fieldset > .field.choice:before,
  .product-add-form .fieldset .fields > .field.choice:before,
  .product-add-form .fieldset > .field.no-label:before,
  .product-add-form .fieldset .fields > .field.no-label:before {
    display: none;
  }
  .abs-revert-field-type-desktop .fieldset > .field:not(:first-child):last-of-type,
  .abs-revert-field-type-desktop .fieldset .fields > .field:not(:first-child):last-of-type,
  .product-add-form .fieldset > .field:not(:first-child):last-of-type,
  .product-add-form .fieldset .fields > .field:not(:first-child):last-of-type {
    margin-bottom: 0;
  }
  .abs-no-display-desktop,
  .sidebar .block.widget .pager .item:not(.pages-item-next):not(.pages-item-previous) {
    display: none;
  }
  .abs-pager-toolbar,
  .toolbar-giftregistry-results,
  .toolbar-wishlist-results,
  .account .toolbar {
    margin-bottom: 20px;
    position: relative;
  }
  .abs-pager-toolbar .limiter,
  .toolbar-giftregistry-results .limiter,
  .toolbar-wishlist-results .limiter,
  .account .toolbar .limiter {
    float: right;
    position: relative;
    z-index: 1;
  }
  .abs-pager-toolbar .toolbar-amount,
  .toolbar-giftregistry-results .toolbar-amount,
  .toolbar-wishlist-results .toolbar-amount,
  .account .toolbar .toolbar-amount {
    float: left;
    line-height: normal;
    padding: 7px 0 0;
    position: relative;
    z-index: 1;
  }
  .abs-pager-toolbar .pages,
  .toolbar-giftregistry-results .pages,
  .toolbar-wishlist-results .pages,
  .account .toolbar .pages {
    position: absolute;
    width: 100%;
    z-index: 0;
  }
  .abs-shopping-cart-items-desktop,
  .block-cart-failed {
    float: left;
    position: relative;
    width: 73%;
  }
  .abs-shopping-cart-items-desktop .actions,
  .block-cart-failed .actions {
    text-align: right;
  }
  .abs-shopping-cart-items-desktop .action.clear,
  .abs-shopping-cart-items-desktop .action.update,
  .block-cart-failed .action.clear,
  .block-cart-failed .action.update {
    margin-left: 10px;
  }
  .abs-shopping-cart-items-desktop .action.continue,
  .block-cart-failed .action.continue {
    float: left;
  }
  .navigation,
  .breadcrumbs,
  .page-header .header.panel,
  .header.content,
  .footer.content,
  .page-wrapper > .widget,
  .page-wrapper > .page-bottom,
  .block.category.event,
  .top-container,
  .page-main {
    box-sizing: border-box;
    margin-left: auto;
    margin-right: auto;
    width: auto;
  }
  .page-main {
    width: 100%;
    -webkit-flex-grow: 1;
    flex-grow: 1;
    -webkit-flex-shrink: 0;
    flex-shrink: 0;
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .ie9 .page-main {
    width: auto;
  }
  .columns {
    display: block;
  }
  .column.main {
    min-height: 300px;
  }
  .page-layout-1column .column.main {
    width: 100%;
    -ms-flex-order: 2;
    -webkit-order: 2;
    order: 2;
  }
  .page-layout-3columns .column.main {
    width: 66.66666667%;
    display: inline-block;
    -ms-flex-order: 2;
    -webkit-order: 2;
    order: 2;
  }
  .page-layout-2columns-left .column.main {
    width: 83.33333333%;
    float: right;
    -ms-flex-order: 2;
    -webkit-order: 2;
    order: 2;
  }
  .page-layout-2columns-right .column.main {
    width: 83.33333333%;
    float: left;
    -ms-flex-order: 1;
    -webkit-order: 1;
    order: 1;
  }
  .sidebar-main {
    padding-left: 2%;
  }
  .page-layout-3columns .sidebar-main {
    width: 16.66666667%;
    float: left;
    -ms-flex-order: 1;
    -webkit-order: 1;
    order: 1;
  }
  .page-layout-2columns-left .sidebar-main {
    width: 16.66666667%;
    float: left;
    -ms-flex-order: 1;
    -webkit-order: 1;
    order: 1;
  }
  .page-layout-2columns-right .sidebar-main {
    width: 16.66666667%;
    float: left;
    -ms-flex-order: 1;
    -webkit-order: 1;
    order: 1;
  }
  .page-layout-2columns-right .sidebar-main {
    padding-right: 2%;
    padding-left: 0;
  }
  .sidebar-additional {
    clear: left;
    padding-right: 2%;
  }
  .page-layout-3columns .sidebar-additional {
    width: 16.66666667%;
    float: right;
    -ms-flex-order: 3;
    -webkit-order: 3;
    order: 3;
  }
  .page-layout-2columns-left .sidebar-additional {
    width: 16.66666667%;
    float: right;
    -ms-flex-order: 2;
    -webkit-order: 2;
    order: 2;
  }
  .page-layout-2columns-right .sidebar-additional {
    width: 16.66666667%;
    float: right;
    -ms-flex-order: 2;
    -webkit-order: 2;
    order: 2;
  }
  .page-layout-2columns-left .sidebar-additional {
    clear: right;
    float: right;
    padding-right: 0;
    padding-left: 2%;
  }
  .panel.header {
    padding: 10px 30px;
  }
  .nav-toggle {
    display: none;
  }
  .nav-sections {
    -webkit-flex-shrink: 0;
    flex-shrink: 0;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    margin-bottom: 25px;
  }
  .nav-sections-item-title {
    display: none;
  }
  .nav-sections-item-content {
    display: block !important;
  }
  .nav-sections-item-content > * {
    display: none;
  }
  .nav-sections-item-content > .navigation {
    display: block;
  }
  .panel.header .links,
  .panel.header .switcher {
    display: inline-block;
  }
  .product.data.items {
    position: relative;
    z-index: 1;
  }
  .product.data.items:before,
  .product.data.items:after {
    content: '';
    display: table;
  }
  .product.data.items:after {
    clear: both;
  }
  .product.data.items > .item.title {
    float: left;
    width: auto;
  }
  .product.data.items > .item.title > .switch {
    height: 20px;
    display: block;
    position: relative;
    z-index: 2;
  }
  .product.data.items > .item.content {
    margin-top: 20px;
    box-sizing: border-box;
    float: right;
    margin-left: -100%;
    width: 100%;
  }
  .product.data.items > .item.content:before,
  .product.data.items > .item.content:after {
    content: '';
    display: table;
  }
  .product.data.items > .item.content:after {
    clear: both;
  }
  .product.data.items > .item.content.active {
    display: block;
  }
  .product.data.items > .item.title {
    margin: 0 5px 0 0;
  }
  .product.data.items > .item.title > .switch {
    font-weight: 600;
    line-height: 20px;
    font-size: 1.4rem;
    color: #7d7d7d;
    text-decoration: none;
    background: #f0f0f0;
    border: 1px solid #d1d1d1;
    border-bottom: none;
    height: 20px;
    padding: 5px 20px 5px 20px;
  }
  .product.data.items > .item.title > .switch:visited {
    color: #7d7d7d;
    text-decoration: none;
  }
  .product.data.items > .item.title > .switch:hover {
    color: #7d7d7d;
    text-decoration: none;
  }
  .product.data.items > .item.title > .switch:active {
    color: #333333;
    text-decoration: none;
  }
  .product.data.items > .item.title:not(.disabled) > .switch:focus,
  .product.data.items > .item.title:not(.disabled) > .switch:hover {
    background: #fcfcfc;
  }
  .product.data.items > .item.title:not(.disabled) > .switch:active,
  .product.data.items > .item.title.active > .switch,
  .product.data.items > .item.title.active > .switch:focus,
  .product.data.items > .item.title.active > .switch:hover {
    background: #ffffff;
    color: #333333;
    text-decoration: none;
  }
  .product.data.items > .item.title.active > .switch,
  .product.data.items > .item.title.active > .switch:focus,
  .product.data.items > .item.title.active > .switch:hover {
    padding-bottom: 6px;
  }
  .product.data.items > .item.content {
    background: #ffffff;
    margin-top: 31px;
    padding: 20px 20px 20px 20px;
    border: 1px solid #d1d1d1;
  }
  .actions-toolbar:before,
  .actions-toolbar:after {
    content: '';
    display: table;
  }
  .actions-toolbar:after {
    clear: both;
  }
  .actions-toolbar .primary {
    float: left;
  }
  .actions-toolbar .secondary {
    float: right;
  }
  .actions-toolbar .primary,
  .actions-toolbar .secondary {
    display: inline-block;
  }
  .actions-toolbar .primary a.action,
  .actions-toolbar .secondary a.action {
    display: inline-block;
  }
  .actions-toolbar .primary .action {
    margin: 0 5px 0 0;
  }
  .actions-toolbar .secondary a.action {
    margin-top: 6px;
  }
  .actions-toolbar > .primary,
  .actions-toolbar > .secondary {
    margin-bottom: 0;
  }
  .actions-toolbar > .primary .action,
  .actions-toolbar > .secondary .action {
    margin-bottom: 0;
    width: auto;
  }
  .modal-popup.modal-slide .modal-footer {
    border-top: 1px solid #c1c1c1;
    text-align: right;
  }
  /**
     * @codingStandardsIgnoreStart
     */
  #store-selector .form-continue .actions-toolbar > .primary {
    float: right;
  }
  #store-selector .form-continue .actions-toolbar .action.primary {
    margin: 0;
  }
  .pagebuilder-mobile-only {
    display: none !important;
  }
  .credit__account .credit__account-blocks {
    margin-left: -1%;
  }
  .credit__account .credit__account-blocks > li {
    float: left;
    width: 48%;
    margin: 0 1%;
  }
  .table-wrapper.reviews table.table thead tr th,
  .table-wrapper.orders-history table.table thead tr th {
    text-align: left;
  }
  .table-wrapper.reviews table.table tbody tr td,
  .table-wrapper.orders-history table.table tbody tr td {
    text-align: left;
    padding-left: 5px;
  }
  .table-wrapper.reviews table.table tbody tr td .label,
  .table-wrapper.orders-history table.table tbody tr td .label {
    display: none;
  }
  .table-wrapper.reviews table.table tbody tr .largeRow,
  .table-wrapper.orders-history table.table tbody tr .largeRow {
    padding-top: 10px !important;
    padding-bottom: 10px !important;
  }
  .table-wrapper.reviews table.table tbody tr .smallRow,
  .table-wrapper.orders-history table.table tbody tr .smallRow {
    padding-top: 0px !important;
    padding-bottom: 0px !important;
  }
  .year_filter_dropdown_container {
    width: 200px;
    margin-bottom: 20px;
  }
  body[style*="direction:rtl"] .table-wrapper.reviews table.table thead tr th,
  [style*="direction: rtl"] .table-wrapper.reviews table.table thead tr th,
  body[style*="direction:rtl"] .table-wrapper.orders-history table.table thead tr th,
  [style*="direction: rtl"] .table-wrapper.orders-history table.table thead tr th {
    text-align: right !important;
  }
  body[style*="direction:rtl"] .table-wrapper.reviews table.table tbody tr td,
  [style*="direction: rtl"] .table-wrapper.reviews table.table tbody tr td,
  body[style*="direction:rtl"] .table-wrapper.orders-history table.table tbody tr td,
  [style*="direction: rtl"] .table-wrapper.orders-history table.table tbody tr td {
    text-align: right !important;
    padding-right: 5px;
  }
  body[style*="direction:rtl"] .table-wrapper.reviews table.table tbody tr td .label,
  [style*="direction: rtl"] .table-wrapper.reviews table.table tbody tr td .label,
  body[style*="direction:rtl"] .table-wrapper.orders-history table.table tbody tr td .label,
  [style*="direction: rtl"] .table-wrapper.orders-history table.table tbody tr td .label {
    display: none;
  }
  body[style*="direction:rtl"] .year_filter_dropdown_container,
  [style*="direction: rtl"] .year_filter_dropdown_container {
    width: 200px;
    margin-bottom: 20px;
  }
  .rtl_table table.table thead tr th {
    text-align: right !important;
  }
  .rtl_table table.table tbody tr td {
    text-align: right !important;
    padding-right: 5px !important;
  }
  .orders-switcher {
    padding: 4px 12px !important;
    align-items: center;
    font-size: 16px !important;
    justify-content: space-between;
    display: flex !important;
    width: 100% !important;
    color: #000;
  }
  .block-cart-failed .actions {
    text-align: left;
  }
  .block-cart-failed .actions.primary {
    float: right;
  }
  .block-category-event.block:last-child {
    margin-bottom: 30px;
    padding: 10px 0 30px;
  }
  .block-category-event .block-title {
    margin: 0;
  }
  .block-category-event .block-title strong {
    font-size: 2.4rem;
  }
  .block-category-event .ticker li {
    display: none;
    margin: 0 50px;
  }
  .block-category-event .ticker .value {
    font-size: 6rem;
  }
  .block-category-event .ticker .label {
    font-size: 1.4rem;
    text-transform: none;
  }
  .block-category-event .dates .date {
    font-size: 5rem;
  }
  .block-category-event .dates .start {
    padding-right: 50px;
  }
  .block-category-event .dates .start:after {
    font-size: 5rem;
    right: 10px;
  }
  .cart-container .widget {
    float: left;
  }
  .cart-container .widget.block {
    margin-bottom: 20px;
  }
  .column.main .cart-summary .actions-toolbar > .secondary {
    float: none;
  }
  .cart-summary .block .fieldset .field {
    margin: 0 0 20px;
    margin: 0 0 10px;
  }
  .cart-summary .block .fieldset .field:not(.choice) > .label {
    box-sizing: content-box;
    float: none;
    width: auto;
    text-align: left;
    padding: 0;
  }
  .cart-summary .block .fieldset .field:not(.choice) > .control {
    float: none;
    width: auto;
  }
  .cart-summary .block .fieldset .field > .label {
    margin: 0 0 5px;
    display: inline-block;
  }
  .cart-summary .block .fieldset .field.choice:before,
  .cart-summary .block .fieldset .field.no-label:before {
    display: none;
  }
  .cart.table-wrapper .items {
    min-width: 100%;
    width: auto;
  }
  .cart.table-wrapper .item .col.item {
    padding: 25px 10px 18px;
  }
  .cart.table-wrapper .item-actions td {
    text-align: right;
  }
  .cart.table-wrapper .product-item-photo {
    display: table-cell;
    max-width: 100%;
    padding-right: 20px;
    position: static;
    vertical-align: top;
    width: 1%;
  }
  .cart.table-wrapper .product-item-details {
    display: table-cell;
    vertical-align: top;
    white-space: normal;
    width: 99%;
  }
  .cart.table-wrapper .item-actions .actions-toolbar {
    text-align: left;
  }
  .cart .action {
    margin-bottom: 10px;
  }
  .cart-products-toolbar .toolbar-amount {
    line-height: 30px;
    margin: 0;
  }
  .cart-products-toolbar .pages {
    float: right;
    margin: 0 0 1px;
  }
  .cart-products-toolbar .pages .item:last-child {
    margin-right: 0;
  }
  .cart.table-wrapper .cart-products-toolbar + .cart thead tr th.col {
    padding-bottom: 7px;
    padding-top: 8px;
  }
  .cart.table-wrapper .cart + .cart-products-toolbar {
    margin-top: 25px;
  }
  .minicart-wrapper {
    margin-left: 13px;
  }
  .minicart-wrapper .block-minicart {
    right: -15px;
    width: 390px;
  }
  .minicart-number {
    color: #222 !important;
  }
  .minicart-number span {
    color: #222 !important;
    font-weight: 500 !important;
  }
  .minicart-number .vat-text-holder {
    color: #666 !important;
  }
  .vat-text-holder {
    color: #666 !important;
  }
  .minicart-product-name {
    color: #222 !important;
    font-weight: 500 !important;
  }
  .minicart-item .product .product-item-details .name-price-wrapper .minicart-product-name,
  .minicart-item .old-price,
  .minicart-item .price,
  .minicart-item .discounted-message,
  .minicart-item .discounted-message .price {
    color: #999 !important;
  }
  .opc-wrapper {
    width: 100%;
  }
  .checkout-onepage-success .print {
    display: none;
  }
  .checkout-index-index .modal-popup .form-shipping-address {
    max-width: 600px;
  }
  .checkout-index-index .modal-popup .modal-footer .action-save-address {
    float: left;
    margin: 0 10px 0 0;
    background-color: #222;
    border: 1px solid #222;
    color: #fff;
    font-size: 14px;
    padding: 0 30px;
    height: 40px;
    font-weight: 600;
  }
  .checkout-index-index .modal-popup .modal-footer .action-save-address:hover {
    border-color: var(--thim-primary-color, #cf9683);
    background-color: var(--thim-primary-color, #cf9683);
    color: #fff;
  }
  .checkout-index-index .modal-popup .modal-footer .action-hide-popup {
    color: #222;
    background-color: #fff;
    border-color: #222;
    border-width: 2px;
    padding: 0 30px;
    height: 40px;
    font-weight: 600;
  }
  .checkout-index-index .modal-popup .modal-footer .action-hide-popup:hover {
    color: #fff;
    background-color: #222;
    border-color: #222;
  }
  .checkout-shipping-method .actions-toolbar > .primary {
    float: left;
  }
  .checkout-shipping-method .actions-toolbar .action.primary {
    margin: 0;
  }
  .checkout-shipping-address .form-login {
    border-bottom: 1px solid #f0f0f0;
    margin-bottom: 18px;
    padding-bottom: 4px;
  }
  .checkout-shipping-address .form-login fieldset#customer-email-fieldset {
    margin-bottom: 15px;
  }
  .checkout-shipping-address .form-login fieldset .field {
    margin-bottom: 15px;
  }
  .checkout-shipping-address .form-login fieldset .actions-toolbar {
    margin-right: 0;
    margin-bottom: 20px;
  }
  .checkout-shipping-address .form-login fieldset .actions-toolbar button.action.login.primary {
    height: 40px;
    font-weight: 600;
    padding: 0 35px;
    line-height: 36px;
    color: #fff;
    border: 2px solid #222;
    background-color: #222;
    margin-bottom: 0;
  }
  .checkout-shipping-address .form-login fieldset .actions-toolbar button.action.login.primary:hover {
    border: 2px solid var(--thim-primary-color, #cf9683) !important;
    background-color: var(--thim-primary-color, #cf9683) !important;
  }
  .checkout-shipping-address .form-login fieldset .actions-toolbar .secondary {
    margin-top: 0;
  }
  form.form.form-shipping-address fieldset.field.street.admin__control-fields {
    padding: 0;
    border: none;
  }
  .table-checkout-shipping-method {
    width: 100%;
  }
  .opc-sidebar {
    display: none;
  }
  .opc-summary-wrapper .modal-header .action-close {
    display: none;
  }
  .authentication-dropdown {
    background-color: var(--thim-mgs-color-06, #ffffff);
    border: 1px solid #aeaeae;
    -webkit-transform: scale(1, 0);
    -webkit-transform-origin: 0 0;
    -webkit-transition: -webkit-transform linear 0.1s, visibility 0s linear 0.1s;
    position: absolute;
    text-align: right;
    top: 100%;
    transform: scale(1, 0);
    transform-origin: 0 0;
    transition: transform linear .1s, visibility 0s linear .1s;
    visibility: hidden;
    left: 0;
  }
  .authentication-dropdown._show {
    z-index: 100;
    -webkit-transform: scale(1, 1);
    -webkit-transition: -webkit-transform linear 0.1s, visibility 0s linear 0s;
    transform: scale(1, 1);
    transition: transform linear .1s, visibility 0s linear 0s;
    visibility: visible;
  }
  .block-authentication .block-title {
    font-size: 24px;
    border-bottom: 0;
    margin-bottom: 20px;
    color: #333;
    line-height: normal;
  }
  .block-authentication .actions-toolbar > .primary {
    display: inline;
    float: left;
    margin-left: 0;
  }
  .block-authentication .actions-toolbar > .primary .action {
    margin-left: 0;
  }
  .block-authentication .actions-toolbar > .secondary {
    float: right;
    margin-left: 2rem;
    padding-top: 1rem;
  }
  .popup-authentication .modal-inner-wrap {
    min-width: 768px;
    width: 60%;
  }
  .popup-authentication .block-authentication {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    border-top: 1px solid #c1c1c1;
  }
  .popup-authentication .block[class],
  .popup-authentication .form-login,
  .popup-authentication .fieldset,
  .popup-authentication .block-content {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-flex-grow: 1;
    flex-grow: 1;
  }
  .popup-authentication .block[class] {
    box-sizing: border-box;
    float: right;
    padding: 10px 0 0 30px;
    width: 50%;
  }
  .popup-authentication .block[class] + .block {
    border-right: 1px solid #c1c1c1;
    border-top: 0;
    margin: 0;
    padding: 10px 40px 0 0;
  }
  .popup-authentication .block[class] + .block:before {
    right: 0;
    top: 50%;
  }
  .popup-authentication .actions-toolbar {
    margin-bottom: 0;
    margin-top: auto;
  }
  .checkout-payment-method .actions-toolbar .primary {
    float: left;
    margin: 0;
  }
  .checkout-payment-method .fieldset > .field-select-billing > .control {
    float: none;
    width: 100%;
  }
  .checkout-payment-method .payment-method-content .fieldset > .field {
    margin: 0 0 20px;
  }
  .checkout-payment-method .payment-method-content .fieldset > .field.choice:before {
    padding: 0;
    width: 0;
  }
  .checkout-payment-method .payment-method-content .fieldset > .field.type .control {
    margin-right: 25.8%;
  }
  .checkout-payment-method .payment-method-content .fieldset > .field.type.no-detection .control {
    margin-right: 0;
  }
  .checkout-billing-address .action-update {
    float: left;
  }
  .checkout-billing-address .actions-toolbar .action-cancel {
    margin: 6px 0 0 20px;
  }
  .checkout-payment-method .payment-option-title {
    padding-right: 22px;
  }
  .checkout-payment-method .payment-option-content .payment-option-inner + .actions-toolbar {
    margin-right: 0;
  }
  .page-product-downloadable .product-options-wrapper {
    float: left;
    width: 55%;
  }
  .page-product-downloadable .product-options-bottom {
    float: right;
    width: 40%;
  }
  .page-product-downloadable .product-options-bottom .field.qty + .actions {
    padding-top: 0;
  }
  .form-giftregistry-search .fieldset {
    margin-bottom: 29px;
  }
  .form-giftregistry-search .fieldset > .fields-specific-options > .field {
    margin: 0 0 20px;
    box-sizing: border-box;
  }
  .form-giftregistry-search .fieldset > .fields-specific-options > .field > .label {
    margin: 0;
  }
  .form-giftregistry-search .fieldset > .fields-specific-options > .field:before,
  .form-giftregistry-search .fieldset > .fields-specific-options > .field:after {
    content: '';
    display: table;
  }
  .form-giftregistry-search .fieldset > .fields-specific-options > .field:after {
    clear: both;
  }
  .form-giftregistry-search .fieldset > .fields-specific-options > .field.choice:before,
  .form-giftregistry-search .fieldset > .fields-specific-options > .field.no-label:before {
    padding: 6px 15px 0 0;
    width: 25.8%;
    box-sizing: border-box;
    content: ' ';
    float: left;
    height: 1px;
  }
  .form-giftregistry-search .fieldset > .fields-specific-options > .field .description {
    padding: 6px 15px 0 0;
    text-align: right;
    width: 25.8%;
    box-sizing: border-box;
    float: left;
  }
  .form-giftregistry-search .fieldset > .fields-specific-options > .field:not(.choice) > .label {
    padding: 6px 15px 0 0;
    text-align: right;
    width: 25.8%;
    box-sizing: border-box;
    float: left;
  }
  .form-giftregistry-search .fieldset > .fields-specific-options > .field:not(.choice) > .control {
    width: 74.2%;
    float: left;
  }
  .block-giftregistry-shared-items .product-item-photo {
    display: table-cell;
    max-width: 100%;
    padding: 0 20px 0 0;
    vertical-align: top;
    width: 1%;
  }
  .block-giftregistry-shared-items .product-item-details {
    display: table-cell;
    vertical-align: top;
    width: 99%;
    word-break: normal;
  }
  .block-giftregistry-shared-items .col.product {
    width: 48%;
  }
  .block-giftregistry-shared-items .col:not(.product) {
    text-align: center;
  }
  .block-giftregistry-shared-items .col.price {
    padding-top: 17px;
  }
  .block-giftregistry-shared-items .input-text.qty {
    margin-top: -4px;
  }
  .gift-options-cart-item .gift-wrapping,
  .cart-gift-item .gift-wrapping {
    box-sizing: border-box;
    float: left;
    padding-right: 20px;
    width: 50%;
  }
  .gift-options-cart-item .gift-wrapping + .gift-message,
  .cart-gift-item .gift-wrapping + .gift-message {
    border-left: 1px solid #c1c1c1;
    box-sizing: border-box;
    float: left;
    padding-left: 4.5rem;
    width: 50%;
  }
  .form-add-invitations .additional,
  .form-add-invitations .field.text {
    margin-top: 29px;
  }
  .table-invitations .col {
    width: 50%;
  }
  .wishlist.window.popup {
    bottom: auto;
    top: 20%;
    left: 50%;
    margin-left: -212px;
    width: 380px;
    right: auto;
  }
  .wishlist.window.popup .field {
    margin: 0 0 20px;
  }
  .wishlist.window.popup .field:not(.choice) > .label {
    box-sizing: content-box;
    float: none;
    width: auto;
    text-align: left;
    padding: 0;
  }
  .wishlist.window.popup .field:not(.choice) > .control {
    float: none;
    width: auto;
  }
  .wishlist.window.popup .field > .label {
    margin: 0 0 5px;
    display: inline-block;
  }
  .wishlist.window.popup .field.choice:before,
  .wishlist.window.popup .field.no-label:before {
    display: none;
  }
  .block-wishlist-management {
    margin-bottom: 20px;
  }
  .block-wishlist-management .wishlist-select {
    border-bottom: 1px solid #e8e8e8;
    display: table;
    margin-bottom: 15px;
    width: 100%;
  }
  .block-wishlist-management .wishlist-select .wishlist-name {
    display: table-cell;
    margin-right: 10px;
    padding: 5px 10px 10px;
    vertical-align: top;
    white-space: nowrap;
    width: 5%;
  }
  .block-wishlist-management .wishlist-select-items {
    display: table-cell;
    padding-right: 160px;
    vertical-align: top;
  }
  .block-wishlist-management .wishlist-select-items .item {
    display: inline-block;
    margin-right: 10px;
    padding: 5px 10px 10px;
  }
  .block-wishlist-management .wishlist-select-items .item:last-child {
    margin-right: 0;
  }
  .block-wishlist-management .wishlist-select-items .current {
    border-bottom: 3px solid #ff5501;
    font-weight: 600;
  }
  .block-wishlist-management .wishlist-select .wishlist-name-current {
    display: none;
  }
  .block-wishlist-management .wishlist-add.item {
    position: absolute;
    right: 0;
    top: 0;
  }
  .block-wishlist-management .wishlist-title strong {
    font-size: 4rem;
  }
  .block-wishlist-management .wishlist-info {
    float: left;
  }
  .block-wishlist-management .wishlist-toolbar {
    float: right;
  }
  .block-wishlist-info-items .product-item-photo {
    margin-left: 0;
  }
  .products-grid.wishlist .product-item-checkbox {
    float: left;
  }
  .products-grid.wishlist .product-item-checkbox + .product-item-name {
    margin-left: 25px;
  }
  .block.newsletter {
    max-width: 44%;
    width: max-content;
  }
  .block.newsletter .field {
    margin-right: 5px;
  }
  .block.newsletter .field.newsletter {
    max-width: 220px;
  }
  .block.newsletter .field .control {
    width: 100%;
  }
  .block.newsletter .action.subscribe {
    border-radius: 3px;
  }
  .paypal-review .paypal-review-title {
    border-bottom: 1px solid #d1d1d1;
  }
  .paypal-review .block-content .box-order-shipping-address,
  .paypal-review .block-content .box-order-shipping-method,
  .paypal-review .block-content .box-order-shipping-method + .box-order-billing-address {
    box-sizing: border-box;
    float: left;
    width: 33%;
  }
  .paypal-review .block-content .box-order-shipping-address {
    padding: 0 5%;
    width: 34%;
  }
  .paypal-review .col.subtotal,
  .paypal-review .mark,
  .paypal-review .amount {
    text-align: right;
  }
  .reward-settings + .actions-toolbar {
    margin-top: -32px;
  }
  .form-create-return .additional .field:last-child {
    margin-top: 29px;
  }
  .magento-rma-guest-returns .column.main .block:not(.widget) .block-content .box {
    margin-bottom: 20px;
  }
  .block-returns-tracking .block-title .action {
    margin: 0 0 0 30px;
  }
  .block-returns-tracking .block-title .actions-track {
    float: right;
    margin-top: 12px;
  }
  .my-credit-cards .card-type img {
    display: block;
  }
  .mgs-instant-search .products-grid .product-item {
    width: calc(33.33333333%);
  }
  .mgs-instant-search .posts.wrapper .items .item,
  .mgs-instant-search-type-page .posts.wrapper .items .item {
    width: 50%;
  }
  .catalogsearch-result-index .category-product-actions .toolbar .modes {
    display: none;
  }
  .catalogsearch-result-index .category-product-actions .change-product-per-row {
    display: none;
  }
  .tabs_categories_porfolio_content .item {
    width: calc(50%);
  }
  .portfolio-detail-item .pull-right {
    width: 100%;
    padding-right: 0;
    margin-bottom: 35px;
  }
  .portfolio-detail-item .pull-left {
    width: 100%;
    padding-left: 0;
  }
  .product-tab-wrapper .product-tab-content .product.info.detailed {
    padding-top: 30px;
  }
  .product-tab-wrapper .product-tab-content .product-tab {
    float: none;
    width: 100%;
    margin-top: 0;
  }
  .product-tab-wrapper .product-tab-content .product-tab {
    text-align: center;
    position: relative;
    z-index: 1;
    border-bottom: 0;
    margin-right: 0;
    margin-left: 0;
    float: none;
    width: 100%;
    margin-top: 0;
  }
  .product-tab-wrapper .product-tab-content .data.item.title {
    box-sizing: border-box;
    float: unset;
    width: auto;
    margin: 0 0 0 -1px;
    display: inline-block;
  }
  .product-tab-wrapper .product-tab-content .data.item.title .switch {
    color: #8e8e8e;
    border-radius: 20px;
    background: none !important;
    padding: 0 25px !important;
    height: 40px;
    line-height: 40px;
    font-size: 14px;
    border: 1px solid transparent;
  }
  .product-tab-wrapper .product-tab-content .data.item.title .switch:hover {
    color: var(--thim-mgs-color-01);
  }
  .product-tab-wrapper .product-tab-content .data.item.title.active .switch {
    border: 1px solid var(--thim-mgs-color-01);
    color: var(--thim-mgs-color-01);
    border-radius: 20px;
  }
  .product-tab-wrapper .product-tab-content .data.item.content {
    border: none;
    margin-top: 51px;
    padding: 10px 0;
    background-color: transparent;
    box-shadow: unset;
    text-align: initial;
    display: none;
  }
  .product-tab-wrapper .product-tab-content .data.item.content[aria-hidden="false"] {
    display: block;
  }
  .product-tab-wrapper .product-tab-content .accordion-items .data.item.title {
    display: block;
    font-weight: 600;
    color: #000000;
    padding: 0 17px 0 40px;
    background-color: #f6f6f8;
    position: relative;
    line-height: 40px;
    cursor: pointer;
    height: 40px;
    margin-bottom: 0;
    margin-top: 10px;
    text-align: right;
  }
  .product-tab-wrapper .product-tab-content .accordion-items .data.item.title a {
    background-color: transparent !important;
    border: none !important;
    padding: 0 !important;
    font-size: 14px;
    color: var(--thim-mgs-color-01);
  }
  .product-tab-wrapper .product-tab-content .accordion-items .data.item.title a:after {
    content: "+";
    position: absolute;
    background-color: #000;
    line-height: 40px;
    display: block;
    color: #fff;
    left: 0;
    top: 0;
    width: 40px;
    bottom: 0;
    text-align: center;
  }
  .product-tab-wrapper .product-tab-content .accordion-items .data.item.title.active a:after {
    content: "-";
  }
  .product-tab-wrapper .product-tab-content .accordion-items .data.item.content {
    padding: 17px;
    border: 1px solid #f6f6f8;
    margin-bottom: 10px;
    margin-top: 0;
  }
  .bundle-options-container .bundle-options-wrapper,
  .bundle-options-container .product-options-wrapper {
    width: 100%;
  }
  .bundle-options-container .block-bundle-summary {
    position: relative;
    width: 100%;
  }
  .page-layout-2columns-left .bundle-options-container .bundle-options-wrapper,
  .page-layout-2columns-left .bundle-options-container .block-bundle-summary,
  .page-layout-2columns-right .bundle-options-container .bundle-options-wrapper,
  .page-layout-2columns-right .bundle-options-container .block-bundle-summary,
  .page-layout-3columns .bundle-options-container .bundle-options-wrapper,
  .page-layout-3columns .bundle-options-container .block-bundle-summary {
    width: 48%;
  }
  .catalog-category-view.page-layout-3columns .mgs-product.products-grid .product-item-info .product-top .tocart.btn-cart,
  .catalog-category-view.page-layout-3columns .mgs-products.products-grid .product-item-info .product-top .tocart.btn-cart {
    max-width: 40px;
    min-width: 40px;
    height: 40px;
    padding: 0px;
    transform: unset;
    left: auto;
    right: 10px;
    top: unset;
    bottom: 10px;
  }
  .catalog-category-view.page-layout-3columns .mgs-product.products-grid .product-item-info .product-top .tocart.btn-cart .icon,
  .catalog-category-view.page-layout-3columns .mgs-products.products-grid .product-item-info .product-top .tocart.btn-cart .icon {
    display: block;
    margin: 0;
  }
  .catalog-category-view.page-layout-3columns .mgs-product.products-grid .product-item-info .product-top .tocart.btn-cart span.text,
  .catalog-category-view.page-layout-3columns .mgs-products.products-grid .product-item-info .product-top .tocart.btn-cart span.text {
    display: none;
    padding: 0;
  }
  .catalogsearch-result-index.page-layout-3columns .mgs-product.products-grid .product-item-info .product-top .tocart.btn-cart,
  .catalogsearch-result-index.page-layout-3columns .mgs-products.products-grid .product-item-info .product-top .tocart.btn-cart {
    max-width: 40px;
    min-width: 40px;
    height: 40px;
    padding: 0px;
    transform: unset;
    left: auto;
    right: 10px;
    top: unset;
    bottom: 10px;
  }
  .catalogsearch-result-index.page-layout-3columns .mgs-product.products-grid .product-item-info .product-top .tocart.btn-cart .icon,
  .catalogsearch-result-index.page-layout-3columns .mgs-products.products-grid .product-item-info .product-top .tocart.btn-cart .icon {
    display: block;
    margin: 0;
  }
  .catalogsearch-result-index.page-layout-3columns .mgs-product.products-grid .product-item-info .product-top .tocart.btn-cart span.text,
  .catalogsearch-result-index.page-layout-3columns .mgs-products.products-grid .product-item-info .product-top .tocart.btn-cart span.text {
    display: none;
    padding: 0;
  }
  .page-products .columns {
    padding-top: 0;
    z-index: 1;
  }
  .products.wrapper ~ .toolbar .pages {
    float: right;
  }
  .toolbar-amount {
    float: right;
  }
  .products.wrapper ~ .toolbar .modes {
    display: none;
  }
  .modes-mode {
    color: #7d7d7d;
    border: 1px solid #d1d1d1;
    border-left: 0;
    float: right;
    font-weight: 400;
    line-height: 1;
    padding: 7px 10px;
    text-align: center;
    display: inline-block;
    text-decoration: none;
  }
  .modes-mode:last-child {
    border-left: 1px solid #d1d1d1;
  }
  .modes-mode.active {
    color: #a6a6a6;
  }
  .modes-mode > span {
    border: 0;
    clip: rect(0, 0, 0, 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
  }
  .modes-mode:before {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 24px;
    line-height: inherit;
    color: #7d7d7d;
    content: '\e60d';
    font-family: 'icons-blank-theme';
    vertical-align: middle;
    display: inline-block;
    font-weight: normal;
    overflow: hidden;
    speak: none;
    text-align: center;
  }
  .modes-mode:hover:before {
    color: #7d7d7d;
  }
  .mode-list:before {
    content: '\e60b';
  }
  .products.wrapper ~ .toolbar .limiter {
    display: block;
    float: left;
  }
  .page-layout-3columns .bottom-pagination {
    border-top: 1px solid #ddd;
    padding-top: 13px;
  }
  .page-layout-3columns .bottom-pagination .toolbar .limiter {
    display: block;
    text-align: left;
  }
  .page-layout-3columns .bottom-pagination .pages {
    padding-top: 0;
    border-top: none;
  }
  .page-layout-3columns .category-product-container .products {
    margin-bottom: 20px;
  }
  .product-info-main .box-tocart,
  .product-options-bottom .box-tocart {
    display: block;
  }
  .product-info-main .box-tocart .fieldset,
  .product-options-bottom .box-tocart .fieldset {
    display: flex;
    flex-wrap: wrap;
  }
  .product-info-main .box-tocart .field.qty,
  .product-options-bottom .box-tocart .field.qty {
    display: table-cell;
    flex-shrink: 0;
  }
  .product-info-main .box-tocart .actions,
  .product-options-bottom .box-tocart .actions {
    display: flex;
    padding-top: 0;
    text-align: center;
    vertical-align: bottom;
    flex-shrink: 0;
  }
  .product-info-main .box-tocart .product-social-links,
  .product-options-bottom .box-tocart .product-social-links {
    width: auto;
    display: flex;
    margin-right: 10px;
  }
  .product-info-main .box-tocart .product-social-links .product-addto-links,
  .product-options-bottom .box-tocart .product-social-links .product-addto-links {
    margin: 0;
  }
  .product-info-main .page-title-wrapper .page-title {
    margin-top: -13px;
  }
  .product-info-main .product-info-stock-sku {
    margin-top: 10px;
  }
  .sidebar .product-items .product-item-info .product-item-photo {
    float: right;
    right: auto;
    margin: 0 0 10px 10px;
    position: relative;
    top: auto;
  }
  .sidebar .product-items .product-item-details {
    margin: 0;
  }
  .sidebar .product-items .product-item-actions {
    clear: right;
  }
  .catalog-product-view .block-releated {
    padding-top: 30px;
  }
  body.page-layout-product-with-sticky-info .column.main {
    width: 100%;
  }
  body.page-layout-product-with-sticky-info .columns-main-sticky {
    width: 100%;
    overflow: hidden;
  }
  body.page-layout-product-with-sticky-info .columns-main-sticky > div:first-child {
    width: 50% !important;
  }
  body.page-layout-product-with-sticky-info .columns-main-sticky .product-info-main {
    width: 50%;
    padding-right: 30px;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
  }
  body.page-layout-product-with-sticky-info .columns-main-sticky .product-info-main.is_stuck {
    top: 0 !important;
    padding-top: 30px !important;
  }
  body.page-layout-product-with-sticky-info .columns-main-sticky .product.media {
    width: 50%;
  }
  body.page-layout-product-with-sticky-info-2 .column.main {
    width: 100%;
  }
  body.page-layout-product-with-sticky-info-2 .columns-main-sticky {
    width: 100%;
  }
  body.page-layout-product-with-sticky-info-2 .columns-main-sticky .product-detail-information {
    display: none;
  }
  body.page-layout-product-with-sticky-info-2 .columns-main-sticky .product-detail-information.is_stuck {
    top: 0 !important;
    padding-top: 90px !important;
  }
  body.page-layout-product-with-sticky-info-2 .columns-main-sticky .product-detail-information h1.product-name {
    font-size: 20px;
    margin-bottom: 5px;
    font-weight: 600;
  }
  body.page-layout-product-with-sticky-info-2 .columns-main-sticky .product-detail-information .product-reviews-summary.empty {
    margin-left: auto;
    margin-right: auto;
  }
  body.page-layout-product-with-sticky-info-2 .columns-main-sticky .product-detail-information .product-info-price .price-box .price {
    font-size: 22px;
  }
  body.page-layout-product-with-sticky-info-2 .columns-main-sticky .product.media {
    float: right;
    width: 50%;
  }
  body.page-layout-product-with-sticky-info-2 .columns-main-sticky .product-info-main {
    width: 50%;
    text-align: center;
    padding: 0 15px;
  }
  body.page-layout-product-with-sticky-info-2 .columns-main-sticky .product-info-main .product-reviews-summary.empty {
    margin-right: 0;
    margin-top: auto;
    display: block;
  }
  body.page-layout-product-with-sticky-info-2 .columns-main-sticky .product-info-main .product-reviews-summary.empty > div {
    display: block;
  }
  body.page-layout-product-with-sticky-info-2 .columns-main-sticky .product-info-main .swatch-opt .swatch-attribute-options {
    margin: 0;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    justify-content: center;
  }
  body.page-layout-product-with-sticky-info-2 .columns-main-sticky .product-info-main.is_stuck {
    top: 0 !important;
    padding-top: 90px !important;
  }
  body.page-layout-product-with-sticky-info-2 .columns-main-sticky .product-info-main .box-tocart .fieldset,
  body.page-layout-product-with-sticky-info-2 .columns-main-sticky .product-options-bottom .box-tocart .fieldset {
    justify-content: center;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  body.page-layout-product-with-sticky-info-2 .columns-main-sticky .product-info-main .box-tocart .fieldset .actions,
  body.page-layout-product-with-sticky-info-2 .columns-main-sticky .product-options-bottom .box-tocart .fieldset .actions {
    display: block;
  }
  body.page-layout-product-with-sticky-info-2 .columns-main-sticky .product-info-main .box-tocart .product-social-links,
  body.page-layout-product-with-sticky-info-2 .columns-main-sticky .product-options-bottom .box-tocart .product-social-links {
    justify-content: center;
  }
  body.page-layout-product-with-sticky-info-2 .columns-main-sticky .product-info-main .box-tocart .product-social-links .product-addto-links,
  body.page-layout-product-with-sticky-info-2 .columns-main-sticky .product-options-bottom .box-tocart .product-social-links .product-addto-links {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    justify-content: center;
    margin-top: 20px;
  }
  body.page-layout-product-with-sticky-info-2 .columns-main-sticky .product-info-main .box-tocart .product-social-links .share-this-container,
  body.page-layout-product-with-sticky-info-2 .columns-main-sticky .product-options-bottom .box-tocart .product-social-links .share-this-container {
    margin-top: 20px;
  }
  body.page-layout-product-with-sticky-info-2 .columns-main-sticky .product-detail-information .stock {
    color: var(--thim-mgs-color-01);
    padding: 10px 0;
  }
  body.page-layout-product-with-sticky-info-2 .columns-main-sticky .product-detail-information .stock span {
    margin-right: 4px;
    font-weight: 400;
    letter-spacing: normal;
  }
  body.page-layout-product-with-sticky-info-2 .columns-main-sticky .product-detail-information .stock.available span {
    color: #008000;
  }
  body.page-layout-product-with-sticky-info-2 .columns-main-sticky .product-detail-information .stock.unavailable span {
    color: red;
  }
  body.page-layout-product-with-sticky-info-2 .columns-main-sticky .product-info-stock-sku .product.attribute.sku {
    display: block;
    vertical-align: top;
    color: #696969;
  }
  body.page-layout-product-with-sticky-info-2 .columns-main-sticky .product-info-stock-sku .product.attribute.sku strong.type {
    font-weight: 400;
    color: var(--thim-mgs-color-01);
  }
  body.page-layout-product-with-sticky-info-2 .columns-main-sticky .product-info-stock-sku .product.attribute.sku strong.type:after {
    content: ":";
    display: inline-block;
    margin-left: 4px;
  }
  body.page-layout-product-with-sticky-info-2 .columns-main-sticky .product-info-stock-sku .product.attribute.sku .value {
    display: inline-block;
    vertical-align: top;
    word-break: break-all;
  }
  body.page-layout-product-with-sticky-info-2 .columns-main-sticky .product-brand {
    margin-top: 5px;
  }
  body.page-layout-product-with-sticky-info-2 .columns-main-sticky .product-brand .brand-name .title {
    font-weight: 400;
    color: var(--thim-mgs-color-01);
  }
  body.page-layout-product-with-sticky-info-2 .columns-main-sticky .product-brand .brand-name .title:after {
    content: ":";
    display: inline-block;
    margin-left: 4px;
  }
  .product-info-main {
    float: left;
  }
  .product.media {
    float: right;
    margin-bottom: 25px;
    position: relative;
  }
  .page-layout-1column .product-info-main {
    width: 50%;
    padding-right: 30px;
  }
  .page-layout-1column .product.media {
    width: 50%;
    height: auto !important;
  }
  .page-layout-2columns-left .product-info-main,
  .page-layout-2columns-right .product-info-main,
  .page-layout-3columns .product-info-main {
    width: 48%;
  }
  .page-layout-2columns-left .product.media,
  .page-layout-2columns-right .product.media,
  .page-layout-3columns .product.media {
    width: 50%;
  }
  .block-search .control {
    border-top: 0;
    margin: 0;
    padding: 0 0 25px;
  }
  .block-search .nested {
    display: block;
    padding-top: 5px;
    position: absolute;
  }
  .block-search input {
    margin: 0;
    padding-left: 35px;
    position: static;
  }
  .block-search input::-webkit-input-placeholder {
    color: #c2c2c2;
  }
  .block-search input:-moz-placeholder {
    color: #c2c2c2;
  }
  .block-search input::-moz-placeholder {
    color: #c2c2c2;
  }
  .block-search input:-ms-input-placeholder {
    color: #c2c2c2;
  }
  .block-search .action.search {
    display: inline-block;
    background-image: none;
    background: none;
    -moz-box-sizing: content-box;
    border: 0;
    box-shadow: none;
    line-height: inherit;
    margin: 0;
    padding: 0;
    text-decoration: none;
    text-shadow: none;
    font-weight: 400;
    padding: 5px 0;
    position: absolute;
    left: 10px;
    top: 0;
    z-index: 1;
  }
  .block-search .action.search > span {
    border: 0;
    clip: rect(0, 0, 0, 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
  }
  .block-search .action.search:before {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 22px;
    line-height: 22px;
    color: #8f8f8f;
    content: '\e615';
    font-family: 'icons-blank-theme';
    margin: 0;
    vertical-align: top;
    display: inline-block;
    font-weight: normal;
    overflow: hidden;
    speak: none;
    text-align: center;
  }
  .block-search .action.search:hover:before {
    color: inherit;
  }
  .block-search .action.search:active:before {
    color: inherit;
  }
  .block-search .action.search:focus,
  .block-search .action.search:active {
    background: none;
    border: none;
  }
  .block-search .action.search:hover {
    background: none;
    border: none;
  }
  .block-search .action.search.disabled,
  .block-search .action.search[disabled],
  fieldset[disabled] .block-search .action.search {
    pointer-events: none;
    opacity: 0.5;
  }
  .block-search .action.search:focus:before {
    color: #333333;
  }
  .header-area.header3:not(.search-icon-popup) .block-search .minisearch .input-text {
    font-size: 14px;
    text-align: right;
    padding-right: 30px;
    height: 36px;
    line-height: 36px;
    color: #696969;
  }
  .contact-index-index .column:not(.sidebar-additional) .form.contact {
    min-width: 100%;
  }
  .login-container .block .login .actions-toolbar > .primary {
    margin-bottom: 0;
    margin-left: 30px;
  }
  .login-container .block .login .actions-toolbar > .secondary {
    float: right;
  }
  .fieldset .fullname .field .label {
    padding: 6px 15px 0 0;
    text-align: right;
    width: 25.8%;
    box-sizing: border-box;
    float: right;
  }
  .fieldset .fullname .field .control {
    width: 74.2%;
    float: right;
  }
  .form.password.reset,
  .form.send.confirmation,
  .form.password.forget,
  .form.create.account,
  .form.search.advanced,
  .form.form-orders-search {
    min-width: 100%;
    width: 100%;
  }
  .account.page-layout-2columns-left .sidebar-main,
  .account.page-layout-2columns-left .sidebar-additional {
    width: 22.3%;
  }
  .account.page-layout-2columns-left .column.main {
    width: 77.7%;
  }
  .block-addresses-list .items.addresses {
    font-size: 0;
  }
  .block-addresses-list .items.addresses > .item {
    display: inline-block;
    font-size: 14px;
    margin-bottom: 20px;
    vertical-align: top;
    width: 48.8%;
  }
  .block-addresses-list .items.addresses > .item:nth-last-child(1),
  .block-addresses-list .items.addresses > .item:nth-last-child(2) {
    margin-bottom: 0;
  }
  .block-addresses-list .items.addresses > .item:nth-child(even) {
    margin-right: 2.4%;
  }
  .control.captcha-image .captcha-img {
    margin: 0 0 10px 10px;
  }
  .page-title-wrapper + .page-main {
    margin-top: 40px;
  }
  .page-title-wrapper + .page-main {
    margin-top: 0px !important;
  }
  .block.block-dashboard-addresses .box {
    margin-bottom: 0 !important;
  }
  .block-dashboard-orders .table-order-items tr th {
    text-transform: uppercase;
    color: #000;
    font-weight: 700;
    font-size: 14px;
  }
  .block-dashboard-orders .table-order-items tr th,
  .block-dashboard-orders .table-order-items tr td {
    padding: 15px;
    text-align: center;
    width: auto;
    border: 1px solid #ddd !important;
  }
  .block-dashboard-orders .table-order-items tr td.col.actions .action.view {
    margin: 0;
  }
  .block-dashboard-orders .table-order-items tr td.col.actions .action.view:after {
    content: "|";
    display: inline-block;
    margin: 0 10px;
  }
  .gift-message .field {
    margin-bottom: 20px;
  }
  .gift-options {
    position: relative;
    z-index: 1;
  }
  .gift-options .actions-toolbar {
    clear: both;
    float: left;
    position: static;
  }
  .gift-options .actions-toolbar .secondary {
    float: left;
  }
  .gift-options .actions-toolbar .secondary .action {
    float: left;
    margin-right: 20px;
  }
  .gift-options .actions-toolbar .secondary .action-cancel {
    display: block;
    float: right;
    margin-top: 6px;
  }
  .gift-options .actions-toolbar:nth-child(3):before {
    border-left: 1px solid #c1c1c1;
    bottom: 5rem;
    content: '';
    display: block;
    right: 50%;
    overflow: hidden;
    position: absolute;
    top: 0;
    width: 0;
  }
  .gift-options-title {
    font-weight: 300;
    font-size: 1.8rem;
  }
  .cart.table-wrapper .action-gift {
    float: right;
  }
  .order-options .gift-wrapping,
  .table-order-review .gift-wrapping {
    max-width: 50%;
  }
  .products.wrapper.list .product-reviews-summary {
    margin: 0;
  }
  .table-order-items .subtotal,
  .table-order-items .amount {
    text-align: left;
  }
  .table-order-items.creditmemo .col.qty,
  .table-order-items.creditmemo .col.discount,
  .table-order-items.creditmemo .col.subtotal {
    text-align: center;
  }
  .table-order-items.creditmemo .col.total {
    text-align: left;
  }
  .order-pager-wrapper .order-pager-wrapper-top {
    padding-right: 0;
    padding-left: 0;
  }
  .order-pager-wrapper .pages {
    float: left;
  }
  .order-actions-toolbar .action.print {
    display: block;
    float: left;
  }
  .page-title-wrapper .order-date {
    margin-top: -20px;
  }
  [class^='sales-guest-'] .column.main .block:not(.widget) .block-content .box,
  .sales-guest-view .column.main .block:not(.widget) .block-content .box {
    margin-bottom: 20px;
  }
  .page-wrapper > .breadcrumbs,
  .page-wrapper > .top-container,
  .page-wrapper > .widget {
    box-sizing: border-box;
    width: 100%;
  }
  .navigation ul {
    padding: 0 8px;
  }
  .header.panel > .header.links {
    float: right;
    font-size: 0;
    margin: 0;
    padding: 0;
    list-style: none none;
    margin-left: auto;
  }
  .header.panel > .header.links > li {
    display: inline-block;
    vertical-align: top;
  }
  .header.panel > .header.links > li {
    font-size: 14px;
    margin: 0 0 0 15px;
  }
  .header.panel > .header.links > li.welcome,
  .header.panel > .header.links > li a {
    line-height: 1.4;
  }
  .header.panel > .header.links > li.welcome a {
    padding-left: 5px;
  }
  .header.content {
    padding: 30px 20px 0;
  }
  .page-header .panel.wrapper {
    border-bottom: 1px solid #e8e8e8;
  }
  .page-header .header.panel {
    padding-bottom: 10px;
    padding-top: 10px;
  }
  .page-header .switcher {
    display: flex;
    justify-content: flex-end;
  }
  .page-header .switcher .switcher-separator {
    padding: 9px 0;
    margin: 0 3px;
  }
  .page-header .switcher .switcher-link {
    padding: 9px 0;
  }
  .page-header .header-area.header2 .top-custom-link ul {
    justify-content: left;
  }
  .page-main > .page-title-wrapper .page-title {
    display: inline-block;
  }
  .page-main > .page-title-wrapper .page-title + .action {
    float: right;
    margin-top: 20px;
  }
  .logo {
    margin: 0;
  }
  .logo img {
    max-height: inherit;
  }
  .footer.content .links {
    display: inline-block;
    margin-bottom: 20px;
    padding: 0 50px 0 0;
    vertical-align: top;
  }
  .footer.content .switcher.store {
    display: inline-block;
    vertical-align: top;
  }
  .page-footer .middle-footer div[class*="col-des"]:not(:last-child) {
    margin-bottom: 50px;
  }
  .page-footer .bottom-footer small.copyright {
    text-align: center;
    margin-bottom: 15px;
    line-height: 1.75;
  }
  .page-footer .bottom-footer ul {
    display: table;
    margin: 0 auto;
  }
  .metro-banner .slide-text h2 {
    margin-top: 13px;
    margin-bottom: 22px;
  }
  .metro-banner .slide-text p {
    font-size: 16px;
    line-height: 23px;
    margin-bottom: 42px;
    max-width: 500px;
  }
  .products-grid.wishlist .product-item-tooltip {
    display: inline-block;
  }
  .products-grid.wishlist .product-item-actions {
    margin: 10px 0 0;
  }
  .products-grid.wishlist .product-item .fieldset .field.qty {
    margin-bottom: 0;
    padding-left: 10px;
  }
  .products-grid.wishlist .product-item .fieldset .field.qty .label {
    width: auto;
  }
  .products-grid.wishlist .product-item .box-tocart .actions-primary {
    margin: 0;
  }
  .products-grid.wishlist .product-item .box-tocart .stock {
    margin: 20px 0 0;
  }
  .wishlist-index-index .product-item-info {
    width: 100%;
  }
  .page-layout-1column .filter-options .filter-options-content {
    padding: 10px;
  }
  .block.widget .products-grid .product-item {
    width: 33.33333333%;
  }
  .sidebar .block.widget .products-grid .product-item {
    margin-left: 0;
    width: 100%;
  }
  .sidebar .block.widget .products-grid .product-item .actions-secondary {
    display: block;
    padding: 10px 0;
  }
  .page-layout-1column .block.widget .products-grid .product-item {
    margin-left: 2%;
    width: calc((100% - 6%) / 4);
  }
  .page-layout-1column .block.widget .products-grid .product-item:nth-child(3n + 1) {
    margin-left: 2%;
  }
  .page-layout-1column .block.widget .products-grid .product-item:nth-child(4n + 1) {
    margin-left: 0;
  }
  .page-layout-3columns .block.widget .products-grid .product-item {
    width: 50%;
  }
  .sidebar .block.widget .pager .pages-item-next {
    padding: 0;
  }
  .sidebar .block.widget .pager .pages-item-next .action {
    margin: 0;
  }
  .section-builder.section-common {
    margin-top: 48px;
  }
  .section-builder.section-common .panel-heading {
    margin-bottom: 24px;
  }
  .banner-auto-parts h2.big-text {
    font-size: 26px;
    line-height: 48px;
    margin-bottom: 0;
  }
  .banner-auto-parts h2.big-text br {
    display: none;
  }
  .banner-auto-parts .inner-text a.btn-red {
    margin-top: 20px;
  }
  .banner-auto-parts h4 {
    font-size: 12px;
  }
  .banner-auto-parts .sub-number {
    margin-top: 10px;
  }
  .home-policy.section-builder-full {
    padding: 40px 0;
  }
  .section-builder.section-blog {
    margin-bottom: 108px;
  }
  .section-builder.section-blog .mgs-owl-carousel .owl-dots {
    display: none;
  }
  .section-builder.section-blog .mgs-owl-carousel .owl-nav div.owl-prev {
    right: -22px;
  }
  .section-builder.section-blog .mgs-owl-carousel .owl-nav div.owl-next {
    left: -22px;
  }
  .section-builder.section-blog .latest-post-grid-block .post-content h3.title-blog {
    line-height: 24px;
    display: block;
    margin-top: 24px;
  }
  .section-builder.section-blog .latest-post-grid-block .mgs-post .post-create-date {
    font-family: "Libre Baskerville";
    font-style: italic;
    font-weight: normal;
    font-size: 14px;
    line-height: 24px;
    letter-spacing: 0.05em;
    color: #adadad;
    margin-bottom: 0;
  }
  .section-builder.section-blog .latest-post-grid-block .mgs-post .post-create-date span {
    color: #adadad;
  }
  .section-builder.section-common .panel-heading h2:after,
  .section-builder.section-common .panel-heading h2:before {
    position: absolute;
    content: "";
    width: 60px;
    height: 2px;
    background: #000000;
    top: 48%;
  }
  .section-builder.section-common .panel-heading h2:after {
    left: -75px;
  }
  .section-builder.section-common .panel-heading h2:before {
    right: -75px;
  }
}
@media all and (min-width: 1024px), print {
  .checkout-index-index .modal-popup .modal-inner-wrap {
    margin-right: -400px;
    width: 800px;
    right: 50%;
  }
  .opc-wrapper .shipping-address-item:before {
    background: #cccccc;
    height: calc(100% - 20px);
    content: '';
    right: 0;
    position: absolute;
    top: 0;
    width: 1px;
  }
  .opc-wrapper .shipping-address-item:nth-child(3n + 1):before {
    display: none;
  }
  .opc-wrapper .shipping-address-item.selected-item:before {
    display: none;
  }
  .opc-wrapper .shipping-address-item.selected-item + .shipping-address-item:before {
    display: none;
  }
  .table-checkout-shipping-method {
    min-width: 100%;
  }
  .mgs-instant-search .products-grid .product-item {
    width: 25%;
  }
  .mgs-instant-search .posts.wrapper .items .item,
  .mgs-instant-search-type-page .posts.wrapper .items .item {
    width: calc(33.33333333%);
  }
  .catalogsearch-result-index .category-product-actions .toolbar .modes {
    display: block;
  }
  .catalogsearch-result-index .category-product-actions .change-product-per-row {
    display: flex;
  }
  .tabs_categories_porfolio_content .item {
    width: calc(33.33333333%);
  }
  .portfolio-detail-item .pull-right {
    width: calc(33.33333333%);
    padding-right: 15px;
  }
  .portfolio-detail-item .pull-left {
    width: calc(66.66666667%);
    padding-left: 15px;
  }
  .wishlist-index-index .products-grid .product-items {
    margin: 0;
  }
  .block.widget .products-grid .product-item {
    width: 20%;
  }
  .page-layout-1column .block.widget .products-grid .product-item {
    margin-left: 2%;
    width: calc((100% - 8%) / 5);
  }
  .page-layout-1column .block.widget .products-grid .product-item:nth-child(4n + 1) {
    margin-left: 2%;
  }
  .page-layout-1column .block.widget .products-grid .product-item:nth-child(5n + 1) {
    margin-left: 0;
  }
  .page-layout-3columns .block.widget .products-grid .product-item {
    width: 25%;
  }
  .block.widget .products-grid .product-items {
    margin: 0;
  }
  .block.widget .products-grid .product-item {
    margin-left: calc((100% - 4 * 24.439%) / 3);
    padding: 0;
    width: 24.439%;
  }
  .block.widget .products-grid .product-item:nth-child(4n + 1) {
    margin-left: 0;
  }
}
@media all and (min-width: 1200px), print {
  .opc-wrapper {
    width: 66.66666667%;
    float: left;
    -ms-flex-order: 1;
    -webkit-order: 1;
    order: 1;
    padding-left: 30px;
  }
  .opc-estimated-wrapper {
    display: none;
  }
  .opc-sidebar {
    margin: 46px 0 20px;
    width: 33.33333333%;
    float: right;
    -ms-flex-order: 2;
    -webkit-order: 2;
    order: 2;
    display: block;
  }
  .mgs-product.products-grid .product-item-info .product-top .tocart.btn-cart .icon,
  .mgs-products.products-grid .product-item-info .product-top .tocart.btn-cart .icon {
    display: none;
  }
  .product-info-main .box-tocart .field.qty,
  .product-options-bottom .box-tocart .field.qty {
    margin-bottom: 10px;
  }
  body.page-layout-product-with-sticky-info-2 .columns-main-sticky .product-detail-information {
    text-align: center;
    float: right;
    width: 25%;
    padding-left: 15px;
    padding-right: 15px;
  }
  body.page-layout-product-with-sticky-info-2 .columns-main-sticky .product-detail-information h1.product-name {
    padding-top: 70px;
  }
  body.page-layout-product-with-sticky-info-2 .columns-main-sticky .product-info-main {
    width: 25%;
  }
  body.page-layout-product-with-sticky-info-2 .columns-main-sticky .product-info-main h1.product-name,
  body.page-layout-product-with-sticky-info-2 .columns-main-sticky .product-info-main .product-info-price,
  body.page-layout-product-with-sticky-info-2 .columns-main-sticky .product-info-main .product-info-stock-sku,
  body.page-layout-product-with-sticky-info-2 .columns-main-sticky .product-info-main .product-brand {
    display: none;
  }
  body.page-layout-product-with-sticky-info-2 .columns-main-sticky .product-info-main .product-add-form {
    padding-top: 70px;
  }
  body.page-layout-product-with-sticky-info-2 .columns-main-sticky .product-detail-information {
    display: block;
  }
  body.page-layout-product-with-sticky-info-2 .columns-main-sticky .product-options-bottom .box-tocart .product-social-links,
  body.page-layout-product-with-sticky-info-2 .columns-main-sticky .product-info-main .box-tocart .product-social-links {
    width: 100%;
    margin-right: 0;
    justify-content: center;
  }
  .header-area.search-visible .search-form .block-search {
    position: static;
    background: none;
    opacity: 1;
    visibility: visible;
  }
  .header-area.search-visible .search-form .block-search .block-content .form.minisearch {
    margin: 6px auto;
    padding: 0;
    border: 1px solid #ffffff;
    -webkit-border-radius: 40px;
    -moz-border-radius: 40px;
    -o-border-radius: 40px;
    background-color: #ffffff;
    border-radius: 40px;
  }
  .header-area.search-visible .search-form .block-search .block-content .form.minisearch .input-text {
    position: unset !important;
    border-radius: 40px;
    font-size: 14px;
    text-align: right;
    padding-right: 30px;
    height: 36px;
    line-height: 36px;
    color: #696969;
    border: 1px solid #696969;
  }
  .header-area.search-visible .search-form .actions-search {
    display: none;
  }
  .header-area.header3 .parent-search .table-icon-menu {
    width: 1%;
  }
  .page-header .middle-header .menu-content {
    margin-left: 20px;
  }
  .page-header .menu-wrapper {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .page-header .header-area.header3 .menu-wrapper {
    justify-content: flex-end;
  }
  .menu-wrapper .tab-content .tab-pane {
    display: none;
  }
  .menu-wrapper .tab-content .tab-pane.active {
    display: block;
  }
  .page-footer .middle-footer div[class*="col-des"]:not(:last-child) {
    margin-bottom: 0;
  }
  .page-footer .bottom-footer small.copyright {
    text-align: left;
    margin-bottom: 0;
    line-height: 1;
  }
  .page-footer .bottom-footer ul {
    display: block;
    margin: 0;
  }
  .section-tabs-left .mgs-product-tab .mgs-tab.data.items > .item.title,
  .section-tabs-right .mgs-product-tab .mgs-tab.data.items > .item.title {
    position: relative;
    top: -30px;
  }
  .section-tabs-left .banner-tab,
  .section-tabs-right .banner-tab {
    padding-top: 60px;
  }
  .section-tabs-right .mgs-product-tab .mgs-tab.data.items > .item.title {
    right: -17%;
  }
  .section-tabs-left .mgs-product-tab .mgs-tab.data.items > .item.title {
    left: -17%;
  }
  body.menu-vertical-fixed .page-wrapper {
    padding-left: 270px;
    position: inherit;
  }
  body.menu-vertical-fixed .page-wrapper header.page-header {
    width: 270px;
    left: 0;
    position: fixed;
    top: 0;
    display: block;
    overflow: visible;
    height: 100vh;
    background-color: #fff;
    z-index: 500;
    box-shadow: 0 2px 3px rgba(0, 0, 0, 0.2);
    min-height: 100vh;
  }
  body.menu-vertical-fixed .page-wrapper header.page-header .header-area.header5.active-sticky.scrolling {
    right: inherit;
    width: 270px;
    min-height: 100vh;
    box-shadow: 0 2px 3px rgba(0, 0, 0, 0.2);
  }
  body.menu-vertical-fixed .page-wrapper header.page-header .header-bottom {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
  }
  body.menu-vertical-fixed .page-wrapper header.page-header .header-bottom ul.social-link {
    justify-content: center;
  }
  body.menu-vertical-fixed .page-wrapper .header-area.header5 .navigation .nav-main-menu > li {
    width: 100%;
    display: block;
  }
  body.menu-vertical-fixed .page-wrapper .header-area.header5 .navigation .nav-main-menu > li > a {
    padding: 11px 0px 11px 0px;
    position: relative;
    margin: 0 20px;
    border-bottom: 1px solid #ddd;
    font-size: 16px;
    display: block;
  }
  body.menu-vertical-fixed .page-wrapper .header-area.header5 .navigation .nav-main-menu > li > .dropdown-menu {
    left: 100% !important;
    top: -11px;
    margin: 0 !important;
  }
  body.menu-vertical-fixed .page-wrapper .header-area.header5 .menu-wrapper {
    display: block;
  }
  body.menu-vertical-fixed .page-wrapper .header-area.header5 .menu-wrapper ul.nav-main-menu {
    display: block;
    width: 100%;
    padding: 0;
  }
  body.menu-vertical-fixed .page-wrapper .header-area.header5 .header-body-content {
    padding: 60px 0 200px;
    position: relative;
    min-height: 100vh;
  }
  body.menu-vertical-fixed .page-wrapper .header-area.header5 .header-body-content .header-logo img {
    margin: 0 auto;
  }
  body.menu-vertical-fixed .page-wrapper .header-area.header5 .header-body-content .top-wishlist {
    margin-left: 10px;
  }
  body.menu-vertical-fixed .page-wrapper .header-area.header5 .header-body-content .top-wishlist a {
    font-size: 24px;
    line-height: 1;
  }
  body.menu-vertical-fixed .page-wrapper .header-area.header5 .header-body-content .table-icon-menu {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    justify-content: center;
    margin-top: 10px;
  }
  body.menu-vertical-fixed .page-wrapper .header-area.header5 .header-body-content .header-switchers {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    justify-content: center;
  }
  body.menu-vertical-fixed .page-wrapper .header-area.header5 .header-body-content .top-links {
    font-size: 24px;
    line-height: 1;
  }
  body.menu-vertical-fixed .page-wrapper .header-area.header5 .header-body-content .header-top-links {
    margin-left: 10px;
    position: relative;
  }
  body.menu-vertical-fixed .page-wrapper .header-area.header5 .header-body-content .header-top-links .header-acccount {
    left: -15px;
    right: inherit;
  }
  body.menu-vertical-fixed .page-wrapper .header-area.header5 .header-body-content .header-top-links .header-acccount .header.links li a {
    padding: 12px 10px 8px;
  }
  .section-builder.section-common {
    margin-top: 100px;
  }
  .section-builder.section-common .panel-heading {
    margin-bottom: 40px;
  }
  .section-builder.section-common.section-category {
    margin-bottom: -30px;
  }
  .banner-auto-parts h2.big-text {
    font-size: 56px;
    line-height: 64px;
    margin-bottom: 9px;
  }
  .banner-auto-parts h2.big-text br {
    display: block;
  }
  .banner-auto-parts .inner-text a.btn-red {
    margin-top: 55px;
  }
  .banner-auto-parts h4 {
    font-size: 16px;
  }
  .banner-auto-parts .sub-number {
    margin-top: 15px;
  }
  .home-policy.section-builder-full .panel-block-row {
    margin: 0;
  }
}
@media all and (min-width: 1440px), print {
  .sidebar .product-items .product-item-info .product-item-photo {
    float: none;
    right: 0;
    margin: 0;
    position: absolute;
    top: 0;
  }
  .sidebar .product-items .product-item-details {
    margin-right: 0px;
  }
}
.page-products .page-title-wrapper.ttbg-color,
.blog-post-list .page-title-wrapper.ttbg-color,
.page-products .page-title-wrapper.ttbg-image,
.blog-post-list .page-title-wrapper.ttbg-image {
  margin-bottom: 30px;
}
.brand-brand-view .page-title-wrapper.ttbg-color,
.brand-brand-view .page-title-wrapper.ttbg-image {
  margin-bottom: 80px;
}
.layout_type2 .page-title-wrapper.ttbg-color,
.layout_type2 .page-title-wrapper.ttbg-image {
  margin-bottom: 0;
}
.payment-method-title.field.choice:has(#checkoutcom_google_pay) label {
  display: flex;
}
.payment-method-title.field.choice:has(#checkoutcom_google_pay) label::before {
  margin-left: 10px !important;
  margin-right: 5px !important;
  height: 22px !important;
  content: url("../images/google_pay.png");
  display: inline-block !important;
}
.payment-method-title.field.choice:has(#checkoutcom_apple_pay) label {
  display: flex;
}
.payment-method-title.field.choice:has(#checkoutcom_apple_pay) label::before {
  margin-left: 8px !important;
  margin-right: 5px !important;
  height: 22px !important;
  content: url("../images/apple_pay.png");
  display: inline-block !important;
}
.page-header-background {
  display: none !important;
}
.header-area.header2 {
  padding-left: 0px !important;
  padding-right: 0px !important;
  border: none !important;
}
.page-header {
  margin: 0px !important;
}
.d-flex {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}
.margin-0 {
  margin: 0px !important;
}
.p-0 {
  padding: 0px !important;
}
@media only screen and (max-width: 1199px) {
  .desktop {
    display: none !important;
  }
  .desktop-grid {
    display: none !important;
  }
  h6 {
    font-size: 14px;
  }
  .middle-header {
    padding: 16px 20px;
  }
  .mobile {
    display: block;
  }
  .top-bar-notification.tbn-type-html {
    background-color: #000;
    padding: 0px 10px;
    color: #fff;
    text-align: center;
    display: block;
    z-index: 888;
    position: unset;
  }
  #swiper-container {
    display: flex;
    flex-direction: column;
    height: 40px;
    overflow: hidden;
  }
  .swiper-item {
    text-align: center;
    padding: 0px;
    background-color: black;
    color: white;
    font-size: 12px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 1px;
    animation: slideAnimation 10s linear infinite alternate;
    transition: transform 1s;
    min-height: 40px;
  }
  .swiper-item:hover {
    color: white !important;
  }
  @keyframes slideAnimation {
    0% {
      transform: translateY(0);
      animation-timing-function: ease-in-out;
    }
    20% {
      transform: translateY(0);
      animation-timing-function: ease-in-out;
    }
    40% {
      transform: translateY(-100%);
      animation-timing-function: ease-in-out;
    }
    60% {
      transform: translateY(-100%);
      animation-timing-function: ease-in-out;
    }
    80% {
      transform: translateY(-200%);
      animation-timing-function: ease-in-out;
    }
    100% {
      transform: translateY(-200%);
      animation-timing-function: ease-in-out;
    }
  }
  .tbn-close-btn {
    display: none;
  }
  .mobile-menu-logo .logo .default-logo {
    filter: invert(0) !important;
  }
  .mobile-menu-padding {
    padding: 16px 20px 24px;
  }
  .header-megamenu {
    width: 100% !important;
  }
  .nav-before-open header.page-header button.action.nav-tg:before {
    color: #000 !important;
    right: auto !important;
    top: 47px !important;
    display: none !important;
  }
  header.page-header .header-area.active-sticky .navigation .nav-main-menu a {
    color: black !important;
  }
  .mobile-display-none {
    display: none;
  }
  .search-open .page-header .search-form .block-search.active:after {
    background: white;
  }
  .page-header .search-form .block-search .block-content .form.minisearch .input-text {
    border: 1px solid rgba(255, 255, 255, 0.08) !important;
    background-color: #f4f4f4 !important;
    border-radius: 0;
    padding: 0 !important;
    margin: 0 !important;
    padding-inline-start: 10px;
    text-align: start;
    position: relative;
    width: 100%;
    font-size: 16px;
    height: 44px;
    letter-spacing: normal;
    color: #000;
  }
  input::placeholder {
    color: #696969 !important;
  }
  .search-mini {
    background-color: #f4f4f4 !important;
    padding: 10px 18px 10px 18px !important;
  }
  .search-svg {
    z-index: 1;
  }
  .search-svg circle {
    stroke: #666 !important;
  }
  .search-svg path {
    stroke: #666 !important;
  }
  .pe-7s-close {
    color: #000 !important;
  }
  .search-open .page-header .search-form .block-search.active {
    background-color: white;
  }
  header.page-header .menu-wrapper {
    z-index: 999 !important;
    max-width: 100% !important;
  }
  .nav-before-open header.page-header button.action.nav-tg:before {
    z-index: 999 !important;
  }
  .nav-before-open button.action.nav-tg:after {
    z-index: 990 !important;
  }
  .page-footer .switcher .options ul.dropdown {
    top: 92% !important;
    right: 0px !important;
    width: 100% !important;
  }
  .menu-content-mb .customer-web-config:not(.header-set) .switcher .switcher-options.active .switcher-dropdown {
    border: 1px solid black !important;
    right: 0px !important;
    left: -1px !important;
    width: 100.5% !important;
  }
  .header-area .switcher .switcher-options {
    border: 1px solid black !important;
    width: 96% !important;
    margin: 16px auto;
  }
  .switcher-separator {
    display: none;
  }
  .mobile-header-switcher {
    display: flex;
    flex-direction: column;
    gap: 16px;
    padding-top: 14px;
  }
  .switcher-link {
    display: flex;
    justify-content: center;
    padding: 15px 16px;
    background: black;
    color: white;
    width: 96%;
    margin: 0px auto;
  }
  .page-footer .switcher {
    padding-top: 0px !important;
  }
  .customer-web-config {
    padding-top: 14px;
  }
  .header-area .switcher .action.toggle {
    padding: 8px 12px 8px 12px !important;
  }
  .actions-toolbar {
    flex-direction: column;
  }
  .close-myaccount {
    display: none;
  }
  .mobile-menu-main {
    display: flex;
    justify-content: space-between;
    flex-direction: row;
    border-bottom: 1px solid #e4e4e4;
  }
  .mobile-menu-main-link {
    padding: 16px 37px;
    font-size: 16px;
    line-height: 1;
    text-align: center;
    width: 100%;
  }
  .mobile-menu-second {
    padding: 4px 20px 20px;
  }
  .nav-before-open header.page-header button.action.nav-tg:after {
    height: 0% !important;
  }
  .mobile-menu-icon-container {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 6px;
  }
  .mobile-menu-icon {
    font-size: 24px;
    color: #000 !important;
  }
  .header-gap {
    gap: 20px;
  }
  .header-area .switcher .switcher-options {
    width: 100% !important;
    margin: 0;
    border: none !important;
  }
  .langugae-svg {
    fill-rule: evenodd;
    clip-rule: evenodd;
    fill: black;
  }
  h1 {
    font-size: 24px;
  }
  .banner-container {
    margin: auto;
    background-color: black;
  }
  .landing-banner-grid {
    display: grid;
    height: 100%;
    padding-top: 0px;
  }
  .image-container {
    padding: 20px;
    height: 64vh;
    justify-content: flex-end !important;
  }
  .splash-right-container {
    display: grid;
    grid-template-columns: 1fr;
    gap: 10px;
    background-color: #853333;
    padding: 32px 20px !important;
  }
  .landing-banner-image-button-container {
    display: flex;
    gap: 20px;
    flex-direction: column;
    width: 100%;
    align-items: center;
  }
  .landing-right-button-container {
    padding-top: 34px;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 16px;
    width: 100%;
  }
  .ck-white-button-banner-image {
    border-radius: 0;
    padding: 15px 24px;
    background-color: white;
    color: #000;
    border: none;
    height: fit-content;
    font-size: 16px;
    width: 100% !important;
    font-weight: 500;
    margin: 0px !important;
    text-align: center;
    max-width: 428.42px;
  }
  .landing-text-title {
    margin-bottom: 16px;
    color: #000000;
  }
  .landing-text-content {
    max-height: 80px;
    overflow: hidden;
    margin-bottom: 16px;
    line-height: 1.2;
  }
  .landing-text-read-more {
    cursor: pointer;
    text-decoration: underline;
  }
  .landing-text-info-container {
    margin: auto;
    padding: 0px 20px;
  }
  .landing-text {
    font-size: 14px;
    line-height: 1 !important;
  }
  .landing-text-container {
    width: 100%;
  }
  .landing-text a {
    text-decoration: underline !important;
  }
  .landing-signup-container {
    margin: auto;
    background-color: black;
    padding: 40px 20px;
  }
  .landing-signup-flex-container {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 16px;
  }
  .landing-signup-title {
    font-size: 24px;
    color: white;
  }
  .landing-signup-row-container {
    display: flex;
    flex-direction: column;
    gap: 16px;
  }
  .landing-signup-text-container {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 8px;
  }
  .landing-signup-text {
    color: white;
    font-size: 16px;
    margin: 0px !important;
  }
  .landing-signup-icon {
    stroke: white;
  }
  .landing-signup-icon path {
    stroke: white;
  }
  .landing-signup-white-button {
    width: 100%;
    border-radius: 0;
    padding: 14px 68px;
    background-color: white;
    color: #000;
    border: 1px solid black;
    height: fit-content;
    font-size: 16px;
    text-align: center;
  }
  .landing-signup-white-button:hover {
    color: white !important;
    background-color: black;
    border: 1px solid white;
  }
  .landing-signup-white-button:focus {
    color: white !important;
    background-color: black;
    border: 1px solid white;
  }
  .homepage-banner-container {
    height: 70vh;
    padding: 20px;
    margin-bottom: 24px;
  }
  .homepage-women-banner-container {
    height: 70vh;
    padding: 20px;
    margin-bottom: 24px;
  }
  .homepage-kids-banner-container {
    height: 70vh;
    padding: 20px;
    margin-bottom: 24px;
  }
  .homepage-second-banner-container {
    height: 70vh;
    padding: 20px;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    margin-bottom: 24px;
  }
  .homepage-third-banner-container {
    height: 70vh;
    padding: 20px;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    margin-bottom: 24px;
  }
  .homepage-kids-third-banner-container {
    height: 70vh;
    padding: 20px;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    margin-bottom: 24px;
  }
  .homepage-kids-second-banner-container {
    height: 70vh;
    padding: 20px;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    margin-bottom: 24px;
  }
  .homepage-content-container {
    display: flex;
    height: 100%;
    text-align: center;
    flex-direction: column;
    align-items: center;
    justify-content: flex-end;
    padding-top: 90px;
  }
  .homepage-content-start-container {
    display: flex;
    height: 100%;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-end;
    padding-top: 90px;
    max-width: 473px;
  }
  .men-banner-title {
    color: white;
    font-weight: 500;
    margin-bottom: 6px;
  }
  .men-banner-text {
    color: white;
    font-size: 16px;
    margin-bottom: 24px;
  }
  h2 {
    font-size: 28px;
  }
  .ck-white-button-men-banner {
    cursor: pointer;
    border-radius: 0;
    padding: 15px 24px;
    background-color: transparent;
    color: white;
    border: 1px solid white;
    height: fit-content;
    font-size: 16px;
    width: 100%;
    text-align: center;
  }
  .ck-white-button-men-banner:hover {
    color: black !important;
    background-color: white;
  }
  .ck-white-button-men-banner:focus {
    background-color: white;
    color: black;
  }
  .ck-transparent-button-denim {
    cursor: pointer;
    border-radius: 0;
    padding: 15px 24px;
    background-color: transparent;
    color: black;
    border: 1px solid black;
    height: fit-content;
    font-size: 16px;
    width: 100%;
    text-align: center;
  }
  .ck-transparent-button-denim:hover {
    color: white !important;
    background-color: black;
  }
  .ck-transparent-button-denim:focus {
    background-color: black;
    color: white;
  }
  .pagebuilder-button-primary {
    cursor: pointer !important;
    border-radius: 0 !important;
    padding: 9px 24px !important;
    background-color: white !important;
    color: black !important;
    height: fit-content !important;
    font-size: 16px !important;
    width: 100% !important;
    border: 1px solid black !important;
    text-align: center !important;
    margin: 0px !important;
  }
  .pagebuilder-button-primary:hover {
    color: white !important;
    background-color: black !important;
  }
  .pagebuilder-button-primary:focus {
    background-color: black !important;
    color: white !important;
  }
  [data-content-type='row'][data-appearance='contained'] {
    max-width: 1920px;
    margin-bottom: 24px;
  }
  .slider-row {
    padding: 0px 20px;
  }
  .slick-initialized .slick-slide {
    padding: 0px 2px;
  }
  .homepage-button-container {
    display: flex;
    flex-direction: column;
    gap: 16px;
    width: 100%;
  }
  .homepage-button-container-column {
    display: flex;
    flex-direction: column;
    gap: 16px;
    width: 100%;
  }
  .homepage-men-side-padding {
    padding: 0px 20px;
  }
  .block-static-block.widget,
  .block-cms-link.widget {
    margin-bottom: 8px;
  }
  .ads-grid-column .pagebuilder-column-line {
    display: grid !important;
    width: 100% !important;
    grid-template-columns: repeat(2, 1fr) !important;
    row-gap: 24px;
    column-gap: 4px;
  }
  .right-image-column .pagebuilder-column-line {
    flex-direction: column-reverse;
  }
  .pagebuilder-column {
    width: 100% !important;
  }
  .homepage-links-container {
    padding: 48px 20px;
    display: flex;
    flex-direction: column;
    gap: 20px;
    align-items: center;
  }
  .homepage-women-links-container {
    padding: 48px 20px;
    display: flex;
    flex-direction: column;
    gap: 20px;
    align-items: center;
  }
  .margin-x-8 {
    margin: 0px 8px;
  }
  .pagebuilder-column-line {
    gap: 40px;
  }
  .divider-mobile-none {
    display: none;
  }
  .mobile-margin-0 {
    margin: 0 !important;
  }
  .sidebar .block.block-reorder .block-content .actions-toolbar .secondary {
    margin: 0 !important;
  }
  .products-grid.wishlist .product-item .product-item-info .box-tocart fieldset.fieldset {
    margin: 0px !important;
  }
  .box-tocart {
    margin-bottom: 10px;
  }
  .products-grid.wishlist .product-item .product-item-info .box-tocart fieldset.fieldset {
    display: flex;
    margin: 0;
    gap: 20px;
  }
  .products-grid.wishlist .product-item .product-item-info .product-item-actions {
    margin: 0;
  }
  .products-grid.wishlist .product-item-actions > * {
    width: 97.22px;
  }
  .search-result-grid {
    display: grid;
    grid-template-columns: 1fr 1fr !important;
    row-gap: 24px;
    column-gap: 4px;
  }
  .search-result-product-container {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 16px;
  }
  .search-result-bottom-container {
    display: flex;
    gap: 10px;
    flex-direction: column;
    width: 100%;
  }
  .quick-buy-wrapper {
    position: absolute;
    bottom: 8px;
    left: 8px;
    right: auto;
    width: auto;
    z-index: 100;
  }
  .quick-buy-wrapper.qb-active {
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    z-index: 999;
  }
  .quick-buy-btn {
    width: 36px;
    height: 36px;
    min-width: 0;
    margin: 0;
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #fff;
    color: #000;
    border: none;
    border-radius: 50%;
    cursor: pointer;
    transition: background-color 0.2s;
  }
  .quick-buy-btn:hover {
    background-color: #fff;
    color: #000;
  }
  .quick-buy-btn.qb-success {
    background-color: #28a745;
    color: #fff;
  }
  .quick-buy-icon {
    font-size: 20px;
    line-height: 1;
    display: block;
  }
  .quick-buy-text {
    display: none;
  }
  .quick-buy-size-selector {
    background-color: #fff;
    padding: 12px;
    border-top: 1px solid #e5e5e5;
    position: relative;
    padding-top: 30px;
  }
  .qb-close {
    position: absolute;
    top: 8px;
    right: auto;
    left: 8px;
    background: none;
    border: none;
    font-size: 18px;
    cursor: pointer;
    color: #000;
    padding: 4px;
    z-index: 1;
    height: 30px;
    margin-top: 10px;
    width: 30px;
  }
  .qb-size-pills {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 8px;
    margin-bottom: 10px;
    padding-right: 0;
    padding-left: 24px;
    padding-top: 49px;
  }
  .qb-size-pill {
    min-width: 40px;
    padding: 6px 12px;
    border: 1px solid #ccc;
    background: #fff;
    color: #000;
    font-size: 12px;
    cursor: pointer;
    text-align: center;
    transition: border-color 0.2s;
  }
  .qb-size-pill:hover:not(.qb-oos) {
    border-color: #000;
  }
  .qb-size-pill.qb-selected {
    border-color: #000;
    border-width: 2px;
  }
  .qb-size-pill.qb-oos {
    color: #bbb;
    border-color: #eee;
    cursor: not-allowed;
    text-decoration: line-through;
  }
  .qb-add-to-bag {
    width: 100%;
    padding: 10px 16px;
    background-color: #000;
    color: #fff;
    border: none;
    font-size: 12px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 1px;
    cursor: pointer;
    transition: background-color 0.3s;
  }
  .qb-add-to-bag.qb-disabled {
    opacity: 0.5;
    cursor: not-allowed;
  }
  .qb-add-to-bag.qb-success {
    background-color: #28a745;
  }
  .qb-spinner {
    display: inline-block;
    width: 14px;
    height: 14px;
    border: 2px solid currentColor;
    border-right-color: transparent;
    border-radius: 50%;
    animation: spinner-border 0.75s linear infinite;
    vertical-align: middle;
  }
  .qb-body-locked {
    overflow: hidden;
  }
  .qb-overlay {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 9999;
    display: flex;
    align-items: flex-end;
  }
  .qb-overlay-backdrop {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.5);
    opacity: 0;
    transition: opacity 0.3s ease;
  }
  .qb-overlay.qb-overlay-open .qb-overlay-backdrop {
    opacity: 1;
  }
  .qb-overlay-panel {
    position: relative;
    width: 100%;
    max-height: 85vh;
    background: #fff;
    border-radius: 16px 16px 0 0;
    overflow-y: auto;
    transform: translateY(100%);
    transition: transform 0.3s ease;
    z-index: 1;
  }
  .qb-overlay.qb-overlay-open .qb-overlay-panel {
    transform: translateY(0);
  }
  .qb-overlay-close {
    position: absolute;
    top: 12px;
    right: auto;
    left: 12px;
    background: none;
    border: none;
    font-size: 24px;
    cursor: pointer;
    color: #000;
    z-index: 2;
    width: 32px;
    height: 32px;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .qb-overlay-header {
    display: flex;
    align-items: flex-start;
    padding: 20px 16px 16px;
    gap: 16px;
  }
  .qb-overlay-image {
    width: 30%;
    flex-shrink: 0;
  }
  .qb-overlay-image img {
    width: 100%;
    height: auto;
    object-fit: contain;
  }
  .qb-overlay-meta {
    flex: 1;
    padding-top: 4px;
  }
  .qb-overlay-colour {
    font-size: 13px;
    margin-top: 6px;
  }
  .qb-overlay-colour-label {
    color: #999;
  }
  .qb-overlay-colour-value {
    color: #000;
  }
  .qb-overlay-details-link {
    display: inline-block;
    margin-top: 6px;
    font-size: 13px;
    color: #000;
    text-decoration: underline;
  }
  .qb-overlay-title {
    font-size: 14px;
    font-weight: 600;
    margin: 0 0 8px;
    color: #000;
  }
  .qb-overlay-price {
    margin-bottom: 0;
  }
  .qb-overlay-final-price {
    font-size: 16px;
    font-weight: 700;
    color: #000;
  }
  .qb-overlay-has-special .qb-overlay-final-price {
    color: #e00;
  }
  .qb-overlay-old-price {
    font-size: 14px;
    color: #999;
    text-decoration: line-through;
    margin-left: 0;
    margin-right: 8px;
  }
  .qb-overlay-body {
    padding: 0 16px 20px;
  }
  .qb-overlay-size-label {
    font-size: 14px;
    font-weight: 600;
    color: #000;
    margin-bottom: 12px;
  }
  .qb-overlay .qb-size-pills {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 8px;
    margin-bottom: 0;
    padding: 0;
  }
  .qb-overlay .qb-size-pill {
    padding: 12px 8px;
    border: 1px solid #ccc;
    font-size: 14px;
    font-weight: 500;
    text-align: center;
    background: #fff;
    color: #000;
    cursor: pointer;
    transition: border-color 0.2s;
  }
  .qb-overlay .qb-size-pill:hover:not(.qb-oos) {
    border-color: #000;
  }
  .qb-overlay .qb-size-pill.qb-selected {
    border-color: #000;
    border-width: 2px;
  }
  .qb-overlay .qb-size-pill.qb-oos {
    color: #bbb;
    background: #f5f5f5;
    border-color: #e5e5e5;
    cursor: not-allowed;
    text-decoration: none;
  }
  .qb-oos-icon {
    font-size: 12px;
    vertical-align: middle;
    margin-left: 2px;
  }
  .qb-overlay .qb-add-to-bag {
    width: 100%;
    margin-top: 16px;
    padding: 14px;
    font-size: 14px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 1px;
    border: none;
    cursor: pointer;
    color: #fff;
    background-color: #000;
    transition: background-color 0.3s;
  }
  .qb-overlay .qb-add-to-bag.qb-disabled {
    background-color: #999;
    opacity: 1;
    cursor: not-allowed;
  }
  .qb-overlay .qb-add-to-bag.qb-success {
    background-color: #28a745;
  }
  .search-result-wishlist {
    cursor: pointer;
    font-size: 30px;
    height: 39px;
    display: flex;
    align-items: center;
  }
  .wishlist-button-inside {
    color: #000 !important;
    position: absolute;
    left: 0;
    cursor: pointer;
    font-size: 24px;
    height: 30px;
    margin: 4px;
    display: flex;
    align-items: center;
    font-weight: bold !important;
  }
  .wishlist-button-inside:hover {
    color: rgba(0, 0, 0, 0.1) !important;
  }
  .page-layout-2columns-left .product-container .category-product-actions .toolbar-products {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
  }
  .category-product-actions {
    display: flex;
    justify-content: space-between;
    flex-direction: row;
    width: 100%;
    gap: 6px;
  }
  .result-empty-container {
    color: black;
    margin-bottom: 36px;
    font-size: 16px;
  }
  .second-register-container {
    display: flex;
    flex-direction: column;
    gap: 20px;
  }
  .register-arabic {
    display: flex;
    flex-direction: column;
    gap: 20px;
  }
  .label {
    font-size: 13px !important;
  }
  input[type="text"] {
    border-color: #000;
  }
  .fieldset .field > .label {
    margin: 0px !important;
  }
  .register-buttons {
    gap: 20px;
  }
  .middle-header .frame-fluid.max-width {
    padding: 0px !important;
  }
  #removeConfirmationModal {
    display: none;
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background-color: white;
    padding: 32px;
    z-index: 1001;
    width: 100%;
  }
  .remove-modal-title {
    font-size: 20px;
    margin-bottom: 8px;
    color: black;
  }
  .remove-modal-text {
    font-size: 14px;
    margin-bottom: 32px;
    color: black;
  }
  .remove-modal-button-container {
    display: flex;
    flex-direction: column;
    gap: 20px;
  }
  .page-layout-1column .product-info-main {
    padding: 0px 20px;
  }
  .page-layout-1column .product.media {
    padding: 0px;
  }
  .admin__data-grid-outer-wrap {
    padding: 0px 20px !important;
  }
  .catalog-product-view .product-info-main .box-tocart .fieldset .actions {
    padding: 0px !important;
    margin: 0px !important;
    flex-shrink: 0;
  }
  .block-releated .mgs-products.products-grid {
    padding-left: 20px;
    padding-right: 20px;
    margin: 0 !important;
  }
  .product-page-product-container {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 20px;
    padding: 0px 1px;
  }
  .product-page-button-container {
    display: flex;
    align-items: center;
    gap: 14px;
  }
  .product-page-wishlist {
    cursor: pointer;
    font-size: 30px;
    height: 39px;
    display: flex;
    align-items: center;
  }
  .block-releated .block-heading {
    text-align: start;
    padding: 0px 20px;
  }
  .size-guide-how-to-container {
    flex-direction: column;
    align-items: center;
  }
  aside.modal-popup.modal-static-block.modal-slide._show header.modal-header {
    display: block;
    position: absolute;
    top: 10px;
    float: right;
    left: 10px;
    text-align: end;
    padding: 5px;
    width: 30px;
    height: 30px;
  }
  aside.modal-popup.modal-static-block.modal-slide._show header.modal-header button {
    background-color: white;
    color: black !important;
    width: 35px;
    height: 30px;
    padding: 0;
    border-radius: 50%;
  }
  aside.modal-popup.modal-static-block.modal-slide._show header.modal-header button.action-close::before {
    color: black;
    font-size: 40px !important;
  }
  aside.modal-popup.modal-static-block.modal-slide .modal-content > * {
    padding: 0px !important;
  }
  .page-margin-padding {
    padding: 0px 20px;
    margin-top: 56px;
  }
  .full-page-margin-padding {
    padding: 0px 20px;
    margin-top: 56px;
    margin-bottom: 30px;
  }
  .size-guide-main-padding {
    padding: 20px 0px 0px 0px;
  }
  .size-guide-button-white {
    width: 100% !important;
  }
  .size-guide-buttons-container {
    display: flex;
    flex-direction: column;
    gap: 20px;
    margin-bottom: 45px;
  }
  .ck-bottom-text-title {
    font-size: 20px;
    font-weight: 600;
  }
  .form.password.reset {
    margin-top: 90px;
  }
  .faq-container {
    flex-direction: column;
    gap: 20px;
  }
  .mobile-full-width {
    width: 100%;
  }
  .page-footer .switcher {
    margin-right: 0px !important;
    width: 100.5% !important;
  }
  .page-footer .switcher .options {
    right: -1px !important;
  }
  .second-register-container {
    width: 100%;
    display: flex;
    flex-direction: column;
  }
  .product-page-bottom-container {
    display: flex;
    gap: 10px;
    flex-direction: column;
    width: 100%;
  }
  .modal-popup.modal-slide .modal-inner-wrap .modal-content > * {
    padding: 0px 10px!important;
  }
  .size-guide-subtitle {
    padding: 10px 0px;
  }
  .ck-bottom-text-title {
    font-size: 20px;
    font-weight: 600;
  }
  .catalog-category-view .category-view {
    padding: 6px 20px;
  }
  .catalogsearch-result-index .category-view {
    padding: 6px 20px;
  }
  #page-title-wrapper {
    padding: 10px 20px !important;
  }
  #page-title-heading {
    font-size: 28px;
  }
  .sub-categories {
    display: block !important;
  }
  .page-main > .columns {
    margin: 0px;
    width: 100% !important;
  }
  ol.product-items {
    width: fit-content;
    display: flex;
    gap: 6px;
    width: 100%;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .products-grid ol.product-items .product-item {
    font-size: 1rem;
    vertical-align: top;
    width: 49% !important;
    margin: 0px !important;
    margin-bottom: 10px !important;
  }
  .inclusive-banner-title {
    color: white;
    font-weight: 500;
    margin-bottom: 10px;
    font-size: 28px;
  }
  .container-padding {
    padding: 0px 20px;
  }
  .inclusive-text p {
    font-size: 16px;
    line-height: 1.4 !important;
  }
  .inclusive-text-container {
    padding: 10px 40px;
  }
  .inclusive-img-text-container {
    padding: 0px 40px 40px 40px;
  }
  .inclusive-img-title {
    font-size: 28px;
    color: black;
    margin-bottom: 0px;
  }
  .inclusive-img-title p {
    font-size: 28px;
    color: black;
    margin-bottom: 0px;
    line-height: 1.2;
  }
  .sustain-container-padding {
    padding: 32px 20px;
  }
  .margin-top-menu {
    margin-top: 56px;
  }
  .about-main-padding {
    padding: 20px 0px 0px 10px;
  }
  .anchor-vertical-list {
    display: flex;
    gap: 20px;
    overflow-x: auto;
  }
  .anchor-padding {
    padding: 10px 20px 20px;
  }
  .jeans-text-margin {
    margin: 0px 20px;
  }
  .denim-grid {
    display: grid !important;
    width: 100% !important;
    grid-template-columns: 1fr 1fr !important;
    column-gap: 4px;
  }
  .denim-bottom-container-padding {
    padding-top: 20px;
    padding-bottom: 70px;
  }
  .denim-bottom-button-container {
    gap: 20px;
  }
  .denim-guide-bottom-container {
    background-color: #faf8f6;
    padding: 32px 20px;
    gap: 24px;
    margin: 24px 0px;
    align-items: center;
    flex-direction: column;
    display: flex;
  }
  .catalog-category-view .block.filter .block-content.filter-content .block-filter-content .filter-options-item {
    border-bottom: 1px solid #e4e4e4;
  }
  .catalogsearch-result-index .block.filter .block-content.filter-content .block-filter-content .filter-options-item {
    border-bottom: 1px solid #e4e4e4;
  }
  .column-group {
    display: flex;
    flex-direction: column;
  }
  .swatch-option-tooltip {
    display: none !important;
  }
  .toolbar-sorter.sorter {
    display: flex;
  }
  .catalogsearch-result-index.page-layout-2columns-left .category-product-actions:after {
    display: none;
  }
  .custom-slide._show {
    -webkit-overflow-scrolling: touch;
    overflow-x: hidden;
    overflow-y: auto;
  }
  .custom-slide._show {
    visibility: visible;
    opacity: 1;
    -webkit-transition: opacity .3s ease;
    transition: opacity .3s ease;
  }
  .custom-slide {
    bottom: 0;
    left: 0;
    min-width: 0;
    position: fixed;
    right: 0;
    top: 0;
    visibility: hidden;
    opacity: 0;
    -webkit-transition: visibility 0s .3s, opacity .3s ease;
    transition: visibility 0s .3s, opacity .3s ease;
    left: 44px;
    z-index: 900;
  }
  .opc-sidebar {
    display: block;
  }
  body._has-modal-custom .modal-custom-overlay {
    background-color: rgba(51, 51, 51, 0.55);
  }
  body._has-modal-custom .modal-custom-overlay {
    height: 100vh;
    left: 0;
    position: fixed;
    top: 0;
    width: 100vw;
    z-index: 899;
  }
  .custom-slide .modal-inner-wrap {
    background-color: #f4f4f4;
    box-sizing: border-box;
    height: auto;
    min-height: 100%;
  }
  .custom-slide .modal-inner-wrap {
    background-color: #f4f4f4;
    box-sizing: border-box;
    height: auto;
    min-height: 100%;
  }
  .custom-slide .modal-inner-wrap {
    height: 100%;
    overflow-y: auto;
    position: static;
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
    -webkit-transition: -webkit-transform 0.3s ease-in-out;
    transition: transform 0.3s ease-in-out;
    width: auto;
  }
  .custom-slide .modal-inner-wrap {
    background-color: #ffffff;
    box-shadow: 0 0 12px 2px rgba(0, 0, 0, 0.35);
    opacity: 1;
    pointer-events: auto;
  }
  .custom-slide._show .modal-inner-wrap {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  .opc-summary-wrapper .modal-header .action-close {
    display: inline-block;
  }
  .result-button-padding {
    padding-bottom: 24px;
  }
  #registration div {
    padding: 0px 20px;
  }
  aside.modal-popup.modal_newsletter_popup.modal-slide._inner-scroll .modal-inner-wrap {
    width: 90%;
  }
  aside.modal-popup.modal_newsletter_popup.modal-slide._inner-scroll .modal-content .newsletter_popup {
    margin: 20px auto;
  }
  aside.modal-popup.modal_newsletter_popup.modal-slide._inner-scroll .newsletter-popup-form .form-group.newsletter {
    margin-bottom: 10px !important;
  }
  aside.modal-popup.modal_newsletter_popup.modal-slide._inner-scroll .newsletter-popup-form {
    margin-bottom: 4px;
  }
  .newsletter-popup-title {
    margin-bottom: 10px;
  }
  .newsletter-popup-lable {
    font-size: 13px !important;
  }
  .mst-gdpr__cookie-settings--cookie-modal-settings.modal-popup._inner-scroll .modal-inner-wrap {
    width: 100%;
  }
  .action.primary.mst-gdpr__cookie-settings--success-btn {
    padding: 16px 24px;
    width: 100%;
    font-size: 16px;
  }
  .mst-gdpr__cookie-bar-wrapper .mst-gdpr__cookie-bar {
    padding: 20px;
  }
  .cookie-popup-title {
    font-size: 20px;
  }
  .mst-gdpr__cookie-bar-wrapper .mst-gdpr__cookie-bar .mst-gdpr__buttons button {
    margin: 0px;
  }
  .modal-popup.modal-slide._show .modal-inner-wrap {
    padding: 20px;
  }
  .mst-gdpr__cookie-settings--cookie-group-container .title-container {
    gap: 8px;
  }
  .mst-gdpr__cookie-settings--cookie-modal-settings.modal-popup.modal-slide .modal-title {
    padding-bottom: 24px;
  }
  .mst-gdpr__cookie-settings--cookie-group-container .content {
    font-size: 12px;
  }
  .denim-shop-link {
    padding: 20px;
  }
  .swatch-attribute.size .swatch-attribute-options {
    margin: 0;
    display: inline-grid;
    width: 100%;
    grid-auto-flow: row;
    row-gap: 6px;
    column-gap: 6px;
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
  .checkout-cart-index .page-main .cart-empty {
    padding: 144px 40px;
  }
  .cart-empty-text {
    padding-bottom: 24px;
  }
  .cart-empty-button {
    width: 100%;
  }
  .product-thumbnail.mobile .wish-mobile-container {
    position: absolute;
    top: 10px;
    left: 10px;
    z-index: 10;
  }
  .page.messages .message.success {
    transform: none;
    left: 10%;
    right: 10%;
  }
  .mycal-banner-image-container {
    height: fit-content;
    padding: 20px;
    aspect-ratio: 1.33333333;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    margin-bottom: 15px;
  }
  .mycal-banner-title {
    color: #fff;
    font-weight: 500;
    margin-bottom: 8px;
    font-size: 28px;
    line-height: 1;
  }
  .mycal-banner-content-center-container {
    display: flex;
    height: 100%;
    flex-direction: column;
    align-items: center;
    justify-content: flex-end;
    text-align: center;
    padding-top: 90px;
    max-width: 500px;
  }
  .sub-categories ol {
    display: flex;
    gap: 8px;
    overflow-x: auto;
  }
  .block-title-account {
    margin-bottom: 16px;
  }
  .details-account-display-container {
    padding: 20px;
  }
  .pass-email-display-container {
    padding: 20px;
  }
  .email-pass-container {
    padding: 20px;
  }
  .data-container {
    flex-direction: column;
    align-items: flex-start;
    gap: 32px;
  }
  .address-box {
    padding: 20px !important;
  }
  .prefrence-title-account {
    font-size: 24px !important;
  }
  .prefrence-title-account-container {
    margin-bottom: 16px;
  }
  .notify-side-menu {
    position: fixed;
    background: white;
    box-shadow: -2px 0 5px rgba(0, 0, 0, 0.2);
    transition: transform 0.3s ease-in-out;
    padding: 20px;
    box-sizing: border-box;
    z-index: 1000;
    left: 0;
    right: 0;
    bottom: -100%;
    height: 90%;
    width: 100%;
  }
  .notify-side-menu.open {
    bottom: 0;
  }
  header.page-header .logo {
    width: 115px;
    transition: none;
  }
  .page-header .search-form .block-search {
    position: unset;
    background: white;
  }
  .search-form {
    position: relative;
  }
  .block-search {
    opacity: 1 !important;
    visibility: visible !important;
    margin: 0;
  }
  .page-header .search-form .block-search .block-content .form.minisearch {
    margin-top: 0px;
    padding: 14px 0px;
  }
  .form.minisearch {
    background-color: white !important;
  }
  .actions-search {
    display: none;
  }
  header.page-header .header-area.active-sticky .field.search {
    color: white;
    border: solid 1px white;
    position: unset;
    display: flex;
    justify-content: center;
  }
  .page-header .search-form .block-search .block-content .control {
    padding: 0px 12px !important;
    border: none;
    background-color: #f4f4f4;
    position: unset;
    width: 100%;
    gap: 12px;
  }
  .header-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
  }
  header.page-header .header-area.active-sticky.scrolling .default-logo {
    filter: invert(0);
    width: 121px;
  }
  header.page-header .header-area.active-sticky.scrolling .logo {
    width: 121px;
    transition: none;
  }
  #ckoGooglePayButton.google-pay {
    width: 100% !important;
    padding: 10px 30px !important;
    background-position: center;
    background-size: contain;
  }
  .hide-button {
    display: none !important;
  }
  .actions-toolbar > .primary .action:last-child {
    margin: 0 !important;
  }
  .glp-text-content {
    max-height: 80px;
    overflow: hidden;
    margin-bottom: 16px;
    line-height: 1.2;
  }
  .glp-text-title {
    font-weight: 400;
    font-size: 24px;
    line-height: 28px;
    margin-bottom: 16px;
    color: #000;
  }
  .glp-text {
    font-weight: 400;
    font-size: 14px;
    line-height: 20px;
    color: #000;
    letter-spacing: 0.25px;
  }
  .glp-text-container {
    width: 100%;
  }
  .glp-text-info-container {
    background-color: #FFFFFF;
    margin: 0px;
    padding: 40px 20px 40px 20px;
    border-bottom: 1px solid #E4E4E4;
  }
  .glp-text-main .block-static-block.widget,
  .block-cms-link.widget {
    margin-bottom: 0px !important;
  }
}
@media only screen and (max-width: 1199px) and only screen and (max-width: 700px) {
  .qb-add-to-bag {
    margin-left: 0px;
    margin-right: 0px;
  }
}
@media only screen and (min-width: 1199px) and (max-width: 1367px) and (min-height: 400px) and (max-height: 1000px) {
  .banner-container {
    margin: auto;
    height: fit-content !important;
    background-color: black;
  }
  .splash-right-container {
    display: flex;
    gap: 10px;
    background-color: #853333;
    padding: 72px 72px !important;
    justify-content: center;
    align-items: center;
  }
  .products-grid.wishlist .product-items {
    grid-template-columns: 1fr 1fr 1fr !important;
  }
}
@media only screen and (min-width: 1000px) and (max-width: 1367px) {
  .search-result-bottom-container {
    display: flex;
    gap: 10px;
    flex-direction: column;
    width: 100%;
  }
  .product-page-bottom-container {
    display: flex;
    gap: 10px;
    flex-direction: column;
  }
}
@media only screen and (min-width: 820px) and (max-width: 1367px) {
  header.page-header .menu-wrapper {
    z-index: 999 !important;
    max-width: 100% !important;
  }
  .page-layout-1column .product.media {
    padding: 0px 0px 0px 20px;
  }
}
@media only screen and (min-width: 1199px) {
  .mobile {
    display: none !important;
  }
  h6 {
    font-size: 12px;
  }
  .header-padding {
    padding-left: 40px !important;
    padding-right: 40px !important;
  }
  .max-width {
    margin: auto;
    padding: 0px;
  }
  .search-form {
    width: 100%;
  }
  header.page-header .header-area:not(.header7) .navigation .nav-main-menu > li > a {
    padding: 0px;
    padding-left: 18px;
    font-size: 14px;
    line-height: 20px;
    letter-spacing: 0.25px;
  }
  .content-start {
    justify-content: start !important;
  }
  .header-megamenu {
    padding: 0 !important;
    width: 100% !important;
    max-width: 1920px !important;
    display: block !important;
  }
  .search-container {
    background-color: #f4f4f4;
    color: #000;
    border: none;
  }
  .header-area.search-visible .search-form .block-search .block-content .form.minisearch .input-text {
    border-radius: 0px;
    background-color: #f4f4f4;
    color: #000;
    border: none;
    padding-left: 6px;
  }
  .form.minisearch {
    border: none !important;
  }
  .search-form {
    padding: 0px !important;
    padding-top: 10px !important;
  }
  .megamenu-content {
    width: 100% !important;
  }
  .navigation {
    width: 100%;
  }
  .dropdown-menu {
    width: 100% !important;
    right: 0 !important;
    left: 0 !important;
    margin: 0 !important;
  }
  .dropdown-menu body {
    line-height: 1.6 !important;
  }
  .banner-container {
    margin: auto;
    height: 100vh;
    background-color: black;
    margin-bottom: 56px;
  }
  .landing-banner-grid {
    display: grid;
    grid-template-columns: 70% 30%;
    height: 100%;
    padding-top: 130px;
  }
  .landing-banner-image-button-container {
    display: flex;
    gap: 20px;
  }
  .landing-right-button-container {
    padding-top: 34px;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 16px;
    width: 100%;
  }
  .landing-text-content {
    max-height: 70px;
    overflow: hidden;
    margin-bottom: 16px;
    line-height: 1.4;
  }
  .landing-text-read-more {
    cursor: pointer;
    text-decoration: underline;
  }
  .landing-text-info-container {
    padding: 0px;
    margin-bottom: 56px;
  }
  .landing-text {
    font-size: 14px;
    line-height: 1 !important;
  }
  .landing-text a {
    text-decoration: underline !important;
  }
  .landing-signup-container {
    margin: auto;
    background-color: black;
    padding: 40px 20px;
  }
  .landing-signup-flex-container {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 16px;
  }
  .landing-signup-title {
    font-size: 28px;
    color: white;
  }
  .landing-signup-row-container {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 16px;
  }
  .landing-signup-text-container {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 8px;
  }
  .landing-signup-text {
    color: white;
    font-size: 16px;
    margin: 0px !important;
  }
  .landing-signup-icon {
    stroke: white;
  }
  .landing-signup-icon path {
    stroke: white;
  }
  .landing-signup-white-button {
    width: fit-content;
    border-radius: 0;
    padding: 14px 68px;
    background-color: white;
    color: #000;
    border: 1px solid black;
    height: fit-content;
    font-size: 16px;
  }
  .landing-signup-white-button:hover {
    color: white !important;
    background-color: black;
    border: 1px solid white;
  }
  .landing-signup-white-button:focus {
    color: white !important;
    background-color: black;
    border: 1px solid white;
  }
  .category-menu {
    position: static !important;
  }
  .mega-menu-item {
    position: static !important;
  }
  header.page-header .header-area:not(.header7) .navigation .nav-main-menu li.mega-menu-fullwidth.menu-2columns {
    position: static !important;
  }
  header.page-header .header-area:not(.header7) .navigation .nav-main-menu li.mega-menu-fullwidth {
    height: 100%;
    display: flex;
    align-items: center;
    line-height: 22px;
  }
  header.page-header .header-area:not(.header7) .navigation .nav-main-menu > li > a {
    padding: 0px !important;
    font-weight: 500 !important;
  }
  .pagebuilder-button-link {
    border: none !important;
  }
  header.page-header .header-area:not(.header7) .navigation .nav-main-menu li > ul.dropdown-menu a {
    border: none !important;
    padding: 6px 15px;
    margin: 0;
    font-size: 14px;
    color: black;
    direction: rtl !important;
    text-align: start !important;
  }
  header.page-header .header-area:not(.header7) .navigation .nav-main-menu li > ul.dropdown-menu a :hover {
    color: #696969;
  }
  .megamenu-title {
    padding: 0px;
    font-size: 14px;
    color: #666666;
    text-align: start !important;
  }
  .megamenu-title p {
    margin-bottom: 6px;
    color: #666666;
    line-height: 20px;
    font-weight: 500;
    letter-spacing: 0rem;
  }
  .megamenu-image-text {
    padding: 0px;
    font-size: 12px;
  }
  .megamenu-image-text p {
    margin: 0;
  }
  figure a {
    padding: 6px 2px !important;
  }
  .header-gap {
    gap: 20px;
  }
  .nav-main-menu {
    width: 100% !important;
    display: grid !important;
    padding: 0px 40px !important;
    grid-auto-flow: column;
    justify-content: start;
  }
  .desktop {
    display: flex;
  }
  .desktop-grid {
    display: grid;
  }
  .grid-column {
    grid-auto-flow: column;
  }
  .top-bar-notification.tbn-type-html {
    background-color: #000;
    padding: 0px 40px;
    color: #fff;
    text-align: center;
    display: block;
  }
  #swiper-container {
    display: flex;
    flex-direction: column;
    height: 40px;
    overflow: hidden;
  }
  .swiper-item {
    text-align: center;
    padding: 10px;
    background-color: black;
    color: white;
    font-size: 13px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 1px;
    animation: slideAnimation 10s linear infinite alternate;
    transition: transform 1s;
    min-height: 40px;
  }
  .swiper-item:hover {
    color: white !important;
  }
  @keyframes slideAnimation {
    0% {
      transform: translateY(0);
      animation-timing-function: ease-in-out;
    }
    20% {
      transform: translateY(0);
      animation-timing-function: ease-in-out;
    }
    40% {
      transform: translateY(-100%);
      animation-timing-function: ease-in-out;
    }
    60% {
      transform: translateY(-100%);
      animation-timing-function: ease-in-out;
    }
    80% {
      transform: translateY(-200%);
      animation-timing-function: ease-in-out;
    }
    100% {
      transform: translateY(-200%);
      animation-timing-function: ease-in-out;
    }
  }
  .pe-7s-user {
    color: white !important;
    cursor: pointer;
  }
  .header-account-icon {
    cursor: pointer;
  }
  .header-account-icon path {
    fill: white !important;
  }
  .langugae-svg {
    fill-rule: evenodd;
    clip-rule: evenodd;
    fill: white;
  }
  .tbn-close-btn {
    display: none;
  }
  header.page-header:hover .header-area.active-sticky .langugae-svg {
    fill-rule: evenodd;
    clip-rule: evenodd;
    fill: black;
  }
  header.page-header:hover .header-area.active-sticky .wishlist-icon:before {
    color: black !important;
  }
  header.page-header:hover .header-area.active-sticky .wishlist-svg path {
    fill: black !important;
  }
  header.page-header:hover .header-area.active-sticky .wishlist-icon {
    color: black !important;
  }
  header.page-header:hover .header-area.active-sticky .pe-7s-user {
    color: black !important;
  }
  header.page-header:hover .header-area.active-sticky .header-account-icon path {
    fill: black !important;
  }
  header.page-header:hover .header-area.active-sticky .sign-in-slider-link {
    color: #000;
  }
  header.page-header:hover .header-area.active-sticky .navigation .nav-main-menu a {
    color: #000;
  }
  header.page-header:hover .header-area.active-sticky .default-logo {
    filter: invert(0);
  }
  header.page-header:hover .header-area.active-sticky .logo {
    filter: invert(0);
  }
  header.page-header:hover .header-area.active-sticky .search-svg circle {
    stroke: #666;
  }
  header.page-header:hover .header-area.active-sticky .search-svg path {
    stroke: #666;
  }
  header.page-header:hover .header-area.active-sticky .form.minisearch input::placeholder {
    color: #666;
  }
  header.page-header:hover .header-area.active-sticky .form.minisearch {
    background-color: #f4f4f4;
  }
  header.page-header:hover .header-area.active-sticky .search-mini {
    background-color: #f4f4f4;
  }
  header.page-header:hover .header-area.active-sticky .head-mobile-icon {
    stroke: black;
    fill: black;
  }
  header.page-header:hover .header-area.active-sticky .head-mobile-icon path {
    stroke: black;
    fill: black;
  }
  header.page-header:hover .header-area.active-sticky .header-gap.desktop-grid a {
    color: #000;
  }
  .page-header:hover {
    background-color: white !important;
    color: #000 !important;
    background-image: none !important;
  }
  header.page-header:hover .header-area.active-sticky .counter.qty {
    color: white !important;
    background-color: #000 !important;
  }
  header.page-header:hover .header-area.active-sticky .minicart-icon {
    stroke: black;
    stroke-width: 0px;
    fill: black;
  }
  header.page-header:hover .header-area.active-sticky .minicart-icon path {
    stroke: black;
    stroke-width: 0px;
    fill: black;
  }
  .search-mini {
    background-color: #f4f4f4 !important;
    padding: 4px 10px !important;
  }
  .page-footer .switcher .options ul.dropdown {
    top: 92% !important;
    right: 1px !important;
    width: 100% !important;
  }
  .form.password.forget {
    min-width: 50%;
    width: 50%;
  }
  h1 {
    font-size: 28px;
  }
  .banner-container {
    margin: auto;
    height: 100vh;
    background-color: black;
  }
  .landing-banner-grid {
    display: grid;
    grid-template-columns: 70% 30%;
    height: 100%;
    padding-top: 130px;
  }
  .landing-banner-image-button-container {
    display: flex;
    gap: 20px;
  }
  .landing-right-button-container {
    padding-top: 34px;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 16px;
    width: 100%;
  }
  .landing-text-content {
    max-height: 70px;
    overflow: hidden;
    margin-bottom: 16px;
  }
  .landing-text-read-more {
    cursor: pointer;
    text-decoration: underline;
  }
  .landing-text-title {
    margin-bottom: 16px;
    color: #000000;
  }
  .landing-text {
    font-size: 14px;
    line-height: 1 !important;
  }
  .landing-text-container {
    width: 57%;
  }
  .landing-text a {
    text-decoration: underline !important;
  }
  .landing-signup-container {
    margin: auto;
    background-color: black;
    padding: 40px 20px;
  }
  .landing-signup-flex-container {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 16px;
  }
  .landing-signup-title {
    font-size: 28px;
    color: white;
  }
  .landing-signup-row-container {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 16px;
  }
  .landing-signup-text-container {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 8px;
  }
  .landing-signup-text {
    color: white;
    font-size: 16px;
    margin: 0px;
  }
  .landing-signup-icon {
    stroke: white;
  }
  .homepage-banner-container {
    height: 70vh;
    padding: 56px 80px;
    margin-bottom: 30px;
  }
  .homepage-women-banner-container {
    height: 70vh;
    padding: 56px 80px;
    margin-bottom: 30px;
  }
  .homepage-kids-banner-container {
    height: 70vh;
    padding: 56px 80px;
    margin-bottom: 56px;
  }
  .homepage-second-banner-container {
    height: 70vh;
    padding: 56px 80px;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    margin-bottom: 56px;
  }
  .homepage-third-banner-container {
    height: 70vh;
    padding: 56px 80px;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    margin-bottom: 56px;
  }
  .homepage-kids-third-banner-container {
    height: 70vh;
    padding: 56px 80px;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    margin-bottom: 56px;
  }
  .homepage-kids-second-banner-container {
    height: 70vh;
    padding: 56px 80px;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    margin-bottom: 56px;
  }
  .homepage-content-container {
    display: flex;
    height: 100%;
    text-align: center;
    flex-direction: column;
    align-items: center;
    justify-content: flex-end;
    padding-top: 50px;
  }
  .homepage-content-start-container {
    display: flex;
    height: 100%;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-end;
    padding-top: 50px;
    max-width: 100%;
  }
  .men-banner-title {
    color: white;
    font-weight: 500;
    margin-bottom: 10px;
    font-size: 30px;
  }
  .men-banner-text {
    color: white;
    font-size: 16px;
    margin-bottom: 24px;
  }
  .ck-white-button-men-banner {
    cursor: pointer;
    border-radius: 0;
    padding: 15px 24px;
    background-color: transparent;
    color: white;
    border: 1px solid white;
    height: fit-content;
    font-size: 16px;
    text-align: center;
  }
  .ck-white-button-men-banner:hover {
    color: black !important;
    background-color: white;
  }
  .ck-white-button-men-banner:focus {
    background-color: white;
    color: black;
  }
  .ck-transparent-button-denim {
    cursor: pointer;
    border-radius: 0;
    padding: 15px 24px;
    background-color: transparent;
    color: black;
    border: 1px solid black;
    height: fit-content;
    font-size: 16px;
    text-align: center;
  }
  .ck-transparent-button-denim:hover {
    color: white !important;
    background-color: black;
  }
  .ck-transparent-button-denim:focus {
    background-color: black;
    color: white;
  }
  .pagebuilder-button-primary {
    cursor: pointer !important;
    border-radius: 0 !important;
    padding: 9px 24px !important;
    background-color: white !important;
    color: black !important;
    border: 1px solid black !important;
    height: fit-content !important;
    font-size: 16px !important;
    margin: 0px !important;
  }
  .pagebuilder-button-primary:hover {
    color: white !important;
    background-color: black !important;
  }
  .pagebuilder-button-primary:focus {
    background-color: black !important;
    color: white !important;
  }
  .product-image-container {
    display: inline-block;
  }
  .slick-initialized .slick-slide {
    display: block;
    padding: 0px 4px;
  }
  [data-content-type='row'][data-appearance='contained'] {
    max-width: 1920px;
    padding: 0px 40px;
    margin-bottom: 56px;
  }
  .homepage-button-container {
    display: flex;
    gap: 16px;
  }
  .homepage-button-container-column {
    display: flex;
    flex-direction: column;
    gap: 16px;
  }
  .d-flex.header-gap.desktop a {
    font-size: 14px;
  }
  .block-static-block.widget,
  .block-cms-link.widget {
    margin-bottom: 16px;
  }
  .homepage-links-container {
    padding: 64px 40px;
    display: flex;
    flex-direction: row;
    gap: 40px;
    align-items: center;
    justify-content: center;
  }
  .homepage-women-links-container {
    padding: 64px 40px;
    display: flex;
    flex-direction: row;
    gap: 40px;
    align-items: center;
    justify-content: center;
  }
  .pagebuilder-column-line {
    gap: 4px;
  }
  .margin-padding-container {
    margin-top: 130px;
    padding: 0px 40px;
  }
  .login-container {
    display: flex;
    justify-content: space-between;
  }
  .login-container::before {
    display: none !important;
  }
  .login-container::after {
    display: none !important;
  }
  .products-grid.wishlist .product-items {
    grid-template-columns: 1fr 1fr 1fr 1fr;
  }
  .checkout-shipping-address .form-login fieldset .actions-toolbar button.action.login.primary {
    background-color: black;
    color: white;
    border: 1px solid black;
    border-radius: 0px !important;
  }
  .checkout-shipping-address .form-login fieldset .actions-toolbar button.action.login.primary:hover {
    background-color: white !important;
    color: black !important;
    border: 1px solid black !important;
  }
  .checkout-shipping-address .form-login fieldset .actions-toolbar button.action.login.primary:focus {
    background-color: white !important;
    color: black !important;
    border: 1px solid black !important;
  }
  .search-result-grid {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr !important;
    row-gap: 24px;
    column-gap: 4px;
  }
  .search-result-product-container {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 16px;
  }
  .search-result-bottom-container {
    display: flex;
    gap: 10px;
    flex-direction: column;
    width: 100%;
  }
  .quick-buy-wrapper {
    position: absolute;
    bottom: 10px;
    left: 0;
    right: 0;
    z-index: 100;
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.25s ease, visibility 0.25s ease;
  }
  .img-plp-container:hover .quick-buy-wrapper,
  .quick-buy-wrapper.qb-active {
    opacity: 1;
    visibility: visible;
    z-index: 999;
  }
  .quick-buy-btn {
    width: 50%;
    margin: 0 auto;
    display: block;
    background-color: #fff;
    color: #000;
    border: none;
    border-top: 1px solid #e5e5e5;
    padding: 10px 16px;
    font-size: 12px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 1px;
    cursor: pointer;
    text-align: center;
    transition: background-color 0.2s;
  }
  .quick-buy-btn:hover {
    background-color: #fff;
    color: #000;
  }
  .quick-buy-btn.qb-success {
    background-color: #28a745;
    color: #fff;
  }
  .quick-buy-icon {
    display: none;
  }
  .quick-buy-text {
    display: inline;
  }
  .quick-buy-size-selector {
    background-color: #fff;
    padding: 12px;
    border-top: 1px solid #e5e5e5;
    position: relative;
  }
  .qb-close {
    position: absolute;
    top: 8px;
    right: auto;
    left: 8px;
    background: none;
    border: none;
    font-size: 18px;
    cursor: pointer;
    color: #000;
    padding: 4px;
    z-index: 1;
    height: 30px;
    margin-top: 10px;
    width: 30px;
  }
  .qb-size-pills {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    margin-bottom: 10px;
    padding-right: 0;
    padding-left: 24px;
    padding-top: 50px;
  }
  .qb-size-pill {
    margin: 0 auto;
    min-width: 40px;
    padding: 6px 12px;
    border: 1px solid #ccc;
    background: #fff;
    color: #000;
    font-size: 12px;
    cursor: pointer;
    text-align: center;
    transition: border-color 0.2s;
  }
  .qb-size-pill:hover:not(.qb-oos) {
    border-color: #000;
  }
  .qb-size-pill.qb-selected {
    border-color: #000;
    border-width: 2px;
  }
  .qb-size-pill.qb-oos {
    color: #bbb;
    border-color: #eee;
    cursor: not-allowed;
    text-decoration: line-through;
  }
  .qb-add-to-bag {
    width: 100%;
    padding: 10px 16px;
    background-color: #000;
    color: #fff;
    border: none;
    font-size: 12px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 1px;
    cursor: pointer;
    transition: background-color 0.3s;
  }
  .qb-add-to-bag.qb-disabled {
    opacity: 0.5;
    cursor: not-allowed;
  }
  .qb-add-to-bag.qb-success {
    background-color: #28a745;
  }
  .qb-spinner {
    display: inline-block;
    width: 14px;
    height: 14px;
    border: 2px solid currentColor;
    border-right-color: transparent;
    border-radius: 50%;
    animation: spinner-border 0.75s linear infinite;
    vertical-align: middle;
  }
  .qb-body-locked {
    overflow: hidden;
  }
  .qb-overlay {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 9999;
    display: flex;
    align-items: flex-end;
    justify-content: center;
  }
  .qb-overlay-backdrop {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.5);
    opacity: 0;
    transition: opacity 0.3s ease;
  }
  .qb-overlay.qb-overlay-open .qb-overlay-backdrop {
    opacity: 1;
  }
  .qb-overlay-panel {
    position: relative;
    width: 480px;
    max-height: 85vh;
    background: #fff;
    border-radius: 16px 16px 0 0;
    overflow-y: auto;
    transform: translateY(100%);
    transition: transform 0.3s ease;
    z-index: 1;
  }
  .qb-overlay.qb-overlay-open .qb-overlay-panel {
    transform: translateY(0);
  }
  .qb-overlay-close {
    position: absolute;
    top: 12px;
    right: auto;
    left: 12px;
    background: none;
    border: none;
    font-size: 24px;
    cursor: pointer;
    color: #000;
    z-index: 2;
    width: 32px;
    height: 32px;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .qb-overlay-header {
    display: flex;
    align-items: flex-start;
    padding: 20px 16px 16px;
    gap: 16px;
  }
  .qb-overlay-image {
    width: 30%;
    flex-shrink: 0;
  }
  .qb-overlay-image img {
    width: 100%;
    height: auto;
    object-fit: contain;
  }
  .qb-overlay-meta {
    flex: 1;
    padding-top: 4px;
  }
  .qb-overlay-colour {
    font-size: 13px;
    margin-top: 6px;
  }
  .qb-overlay-colour-label {
    color: #999;
  }
  .qb-overlay-colour-value {
    color: #000;
  }
  .qb-overlay-details-link {
    display: inline-block;
    margin-top: 6px;
    font-size: 13px;
    color: #000;
    text-decoration: underline;
  }
  .qb-overlay-title {
    font-size: 14px;
    font-weight: 600;
    margin: 0 0 8px;
    color: #000;
  }
  .qb-overlay-price {
    margin-bottom: 0;
  }
  .qb-overlay-final-price {
    font-size: 16px;
    font-weight: 700;
    color: #000;
  }
  .qb-overlay-has-special .qb-overlay-final-price {
    color: #e00;
  }
  .qb-overlay-old-price {
    font-size: 14px;
    color: #999;
    text-decoration: line-through;
    margin-left: 0;
    margin-right: 8px;
  }
  .qb-overlay-body {
    padding: 0 16px 20px;
  }
  .qb-overlay-size-label {
    font-size: 14px;
    font-weight: 600;
    color: #000;
    margin-bottom: 12px;
  }
  .qb-overlay .qb-size-pills {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 8px;
    margin-bottom: 0;
    padding: 0;
  }
  .qb-overlay .qb-size-pill {
    padding: 12px 8px;
    border: 1px solid #ccc;
    font-size: 14px;
    font-weight: 500;
    text-align: center;
    background: #fff;
    color: #000;
    cursor: pointer;
    transition: border-color 0.2s;
  }
  .qb-overlay .qb-size-pill:hover:not(.qb-oos) {
    border-color: #000;
  }
  .qb-overlay .qb-size-pill.qb-selected {
    border-color: #000;
    border-width: 2px;
  }
  .qb-overlay .qb-size-pill.qb-oos {
    color: #bbb;
    background: #f5f5f5;
    border-color: #e5e5e5;
    cursor: not-allowed;
    text-decoration: none;
  }
  .qb-oos-icon {
    font-size: 12px;
    vertical-align: middle;
    margin-left: 2px;
  }
  .qb-overlay .qb-add-to-bag {
    width: 100%;
    margin-top: 16px;
    padding: 14px;
    font-size: 14px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 1px;
    border: none;
    cursor: pointer;
    color: #fff;
    background-color: #000;
    transition: background-color 0.3s;
  }
  .qb-overlay .qb-add-to-bag.qb-disabled {
    background-color: #999;
    opacity: 1;
    cursor: not-allowed;
  }
  .qb-overlay .qb-add-to-bag.qb-success {
    background-color: #28a745;
  }
  .search-result-wishlist {
    cursor: pointer;
    font-size: 30px;
    height: 39px;
    display: flex;
    align-items: center;
  }
  .wishlist-button-inside {
    color: #000 !important;
    position: absolute;
    left: 0;
    cursor: pointer;
    font-size: 24px;
    height: 30px;
    margin: 4px;
    display: flex;
    align-items: center;
    font-weight: bold !important;
  }
  .wishlist-button-inside:hover {
    color: rgba(0, 0, 0, 0.1) !important;
  }
  .result-empty-container {
    color: black;
    margin-bottom: 36px;
    font-size: 20px;
  }
  .page-footer .switcher {
    margin-right: 0px !important;
    width: 100.4% !important;
  }
  .page-footer .switcher .options {
    right: -1px !important;
  }
  .login-container .block .login .actions-toolbar > .primary {
    margin-bottom: 0;
    margin-right: 0px !important;
    margin-left: 30px !important;
  }
  .actions-toolbar > .primary .action:last-child {
    margin: 0 !important;
  }
  .second-register-container {
    width: 49%;
    display: flex;
    flex-direction: column;
    gap: 20px;
  }
  .form.form-create-account fieldset.create.info {
    width: 100%;
  }
  .label {
    font-size: 13px !important;
  }
  form.form-create-account fieldset.create.account {
    max-width: 100%;
    display: flex;
    flex-direction: column;
    gap: 6px;
  }
  .register-arabic {
    display: flex;
    justify-content: space-between;
  }
  .first-register-container {
    width: 49%;
  }
  form.form-create-account fieldset .customer-name-fields .field {
    margin-bottom: 0px;
  }
  .fieldset .field > .label {
    margin: 0px !important;
  }
  input[type="text"] {
    border-color: #000;
  }
  .success-ajax--popup .modal-header .action-close:before {
    left: 50% !important;
    right: initial !important;
  }
  #removeConfirmationModal {
    display: none;
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background-color: white;
    padding: 32px;
    z-index: 1001;
  }
  .remove-modal-title {
    font-size: 16px;
    margin-bottom: 8px;
  }
  .remove-modal-text {
    font-size: 16px;
    margin-bottom: 24px;
  }
  .remove-modal-button-container {
    display: flex;
    flex-direction: column;
    gap: 20px;
  }
  .column:not(.sidebar-main) form .actions-toolbar,
  .column:not(.sidebar-additional) form .actions-toolbar {
    margin: 0px !important;
    display: flex;
    justify-content: space-between;
    gap: 14px;
  }
  .actions-toolbar:before {
    display: none !important;
  }
  .actions-toolbar:after {
    display: none !important;
  }
  .page-layout-1column .product-info-main {
    padding-left: 40px;
  }
  .page-layout-1column .product.media {
    padding-right: 40px;
  }
  .admin__data-grid-outer-wrap {
    padding: 0px 40px !important;
  }
  .block-releated .mgs-products.products-grid {
    padding-left: 40px;
    padding-right: 40px;
    margin: 0 !important;
  }
  .product-page-product-container {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 20px;
    padding: 0px 2px;
  }
  .product-page-bottom-container {
    display: flex;
    gap: 10px;
    flex-direction: column;
  }
  .product-page-button-container {
    display: flex;
    align-items: center;
    gap: 14px;
  }
  .product-page-wishlist {
    cursor: pointer;
    font-size: 30px;
    height: 39px;
    display: flex;
    align-items: center;
  }
  .block-releated .block-heading {
    text-align: start;
    padding: 0px 40px;
  }
  .modal-popup.modal-slide .modal-inner-wrap .modal-content > * {
    padding: 20px 16px !important;
  }
  .size-guide-how-to-container {
    flex-direction: row;
  }
  .page-margin-padding {
    padding: 0px 40px;
    margin-top: 80px;
  }
  .full-page-margin-padding {
    padding: 0px 40px;
    margin-top: 130px;
    margin-bottom: 50px;
  }
  .size-guide-main-padding {
    padding: 40px 0px 0px 0px;
  }
  .size-guide-button-white {
    width: 250px !important;
  }
  .size-guide-buttons-container {
    display: flex;
    flex-direction: row;
    gap: 10px;
    padding-top: 12px;
    margin-bottom: 45px;
  }
  .size-guide-subtitle {
    padding: 10px 0px;
  }
  .ck-bottom-text-title {
    font-size: 23px;
    font-weight: 600;
  }
  .size-guide-block-padding {
    padding-right: 20px;
  }
  .success-ajax--popup .modal-header .action-close:before,
  .ajaxCartForm .modal-header .action-close:before {
    right: -56%;
    top: 46%;
  }
  .choutMenuPadding {
    padding: 20px 0px;
  }
  #page-title-wrapper {
    padding: 10px 40px !important;
  }
  #page-title-heading {
    font-size: 34px;
  }
  .catalog-category-view .category-view {
    padding: 10px 40px;
  }
  .catalogsearch-result-index .category-view {
    padding: 10px 40px;
  }
  .checkout-cart-index .page-main .cart.table-wrapper .items > .item .col.item {
    align-items: flex-start;
  }
  .category-view {
    float: right;
  }
  ol.product-items {
    display: flex;
    flex-direction: column;
  }
  .page-layout-1column .product-info-main {
    width: 35% !important;
  }
  .page-layout-1column .product.media {
    width: 65% !important;
  }
  .products-grid.wishlist .product-item-actions > * {
    width: 87.22px;
  }
  .block.widget.block-viewed-products-grid .product-items {
    flex-direction: row !important;
  }
  .inclusive-banner-title {
    color: white;
    font-weight: 500;
    margin-bottom: 10px;
    font-size: 34px;
  }
  .container-padding {
    padding: 0px 40px;
  }
  .inclusive-text p {
    font-size: 16px;
  }
  .inclusive-text-container {
    padding: 20px 0px;
  }
  .inclusive-img-text-container {
    padding-top: 42px;
    width: 100%;
    float: inline-start;
  }
  .inclusive-img-title {
    font-size: 34px;
    color: black;
  }
  .inclusive-img-title p {
    font-size: 34px;
    color: black;
    line-height: 1.2;
  }
  .sustain-container-padding {
    padding: 56px 96px;
  }
  .margin-top-menu {
    margin-top: 130px;
  }
  .about-main-padding {
    padding: 40px 0px 0px 10px;
  }
  .anchor-vertical-list {
    display: flex;
    gap: 20px;
    overflow-x: auto;
  }
  .anchor-padding {
    padding: 10px 40px 40px;
  }
  .jeans-text-margin {
    margin: 0px 40px 20px;
  }
  .denim-grid {
    display: grid !important;
    width: 100% !important;
    grid-template-columns: 1fr 1fr 1fr !important;
    column-gap: 4px;
  }
  .denim-bottom-container-padding {
    padding-top: 40px;
    padding-bottom: 56px;
  }
  .denim-bottom-button-container {
    gap: 40px;
  }
  .denim-guide-bottom-container {
    background-color: #faf8f6;
    padding: 56px 96px;
    gap: 24px;
    margin: 56px 0px;
    align-items: center;
    flex-direction: column;
    display: flex;
  }
  .page-footer .middle-footer {
    z-index: 1;
    position: relative;
  }
  .fixed-filter {
    position: fixed;
    max-width: 445px;
    width: 23% !important;
    max-height: 90vh;
    overflow-y: hidden;
    top: 90px;
    padding-left: 6px;
  }
  body.page-layout-2columns-left .page-main > .columns .sidebar.sidebar-main.fixed-filter {
    width: 24.3% !important;
  }
  .column-group {
    display: flex;
    flex-direction: row;
  }
  .columns:has(.column .track-order-container) .account-nav .item.current a {
    border: none !important;
    padding: 0px !important;
  }
  .colum40 {
    width: 40%;
  }
  .padding-start40 {
    padding-left: 40px;
  }
  .column25 {
    width: 25%;
  }
  .contact-form-second-margin {
    margin-top: 50px;
  }
  .contact-form-phone {
    display: flex;
    flex-direction: row;
    gap: 12px;
    padding: 14px 0px;
    align-items: center;
  }
  .desktop-nowrap {
    flex-wrap: nowrap !important;
  }
  .result-button-padding {
    padding-bottom: 40px;
  }
  body.page-layout-2columns-left .page-main > .columns .column.main {
    width: 74.94% !important;
  }
  body.page-layout-2columns-left .page-main > .columns .sidebar.sidebar-main {
    width: 25% !important;
  }
  #registration div {
    padding: 0px 40px;
  }
  aside.modal-popup.modal_newsletter_popup.modal-slide._inner-scroll .modal-inner-wrap {
    width: fit-content;
  }
  .newsletter-popup-lable {
    font-size: 14px !important;
  }
  .newsletter-popup-title {
    margin-bottom: 20px;
  }
  aside.modal-popup.modal_newsletter_popup.modal-slide._inner-scroll .newsletter-popup-form .grpr-checkbox.choice.mgs-gdpr-checkbox {
    margin-bottom: 20px;
  }
  aside.modal-popup.modal_newsletter_popup.modal-slide._inner-scroll .newsletter-popup-form {
    margin-bottom: 30px;
  }
  .mst-gdpr__cookie-settings--cookie-modal-settings.modal-popup._inner-scroll .modal-inner-wrap {
    width: 700px;
  }
  .mst-gdpr__cookie-bar-wrapper .mst-gdpr__cookie-bar {
    padding: 32px;
  }
  .cookie-popup-title {
    font-size: 16px;
  }
  .modal-popup.modal-slide._show .modal-inner-wrap {
    padding: 32px;
  }
  .mst-gdpr__cookie-settings--cookie-group-container .title-container {
    gap: 8px;
  }
  .mst-gdpr__cookie-settings--cookie-modal-settings.modal-popup.modal-slide .modal-title {
    padding-bottom: 32px;
  }
  .mst-gdpr__cookie-settings--cookie-group-container .content {
    font-size: 14px;
  }
  .denim-shop-link {
    padding: 48px;
  }
  .order-details-items .item-options dt {
    float: inline-start;
    margin-inline-end: 4px;
  }
  .width40-desktop {
    width: 40% !important;
  }
  .swatch-attribute.size .swatch-attribute-options {
    margin: 0;
    display: inline-grid;
    width: 100%;
    grid-auto-flow: row;
    row-gap: 6px;
    column-gap: 6px;
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
  .checkout-cart-index .page-main .cart-empty {
    padding: 160px 0px;
  }
  .cart-empty-text {
    padding-bottom: 40px;
  }
  .cart-empty-button {
    width: 17.188rem;
  }
  .page.messages .message.success {
    left: 40%;
    right: 40%;
    transform: none;
  }
  .header-logo-gap {
    gap: 40px;
  }
  .header-gender-nav-gap {
    gap: 24px;
  }
  header.page-header .header-area:not(.header7) .navigation .nav-main-menu {
    height: 40px !important;
  }
  header.page-header .header-area:not(.header7) .navigation .nav-main-menu li > ul.dropdown-menu a {
    border: none !important;
    line-height: 20px;
    padding: 6px 0px !important;
  }
  .mycal-banner-image-container {
    height: 100%;
    aspect-ratio: 5.00144718;
    padding: 56px 80px;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    margin-bottom: 15px;
  }
  .mycal-banner-title {
    color: #fff;
    font-weight: 500;
    margin-bottom: 20px;
    font-size: 34px;
    line-height: 1;
  }
  .mycal-banner-content-center-container {
    display: flex;
    height: 100%;
    flex-direction: column;
    align-items: center;
    justify-content: flex-end;
    text-align: center;
    padding-top: 50px;
    max-width: 100%;
  }
  .sub-categories {
    position: relative;
    padding: 0;
  }
  .sub-categories::before,
  .sub-categories::after {
    font-family: "FontAwesome";
    font-size: 30px;
    position: absolute;
    top: 50%;
    color: #222222;
    background-color: transparent;
    transform: translateY(-50%);
    cursor: pointer;
    opacity: 0;
    pointer-events: none;
    z-index: 1;
    line-height: 1;
    transition: opacity 0.3s ease;
  }
  .sub-categories::before {
    content: '\f105';
    right: 0;
  }
  .sub-categories::after {
    content: '\f104';
    left: 0;
  }
  .sub-categories.show-left-arrow::after {
    opacity: 1;
    pointer-events: auto;
  }
  .sub-categories.show-right-arrow::before {
    opacity: 1;
    pointer-events: auto;
  }
  .sub-categories ol {
    display: flex;
    gap: 8px;
    overflow-x: auto;
    scroll-behavior: smooth;
    -ms-overflow-style: none;
    scrollbar-width: none;
  }
  .sub-categories ol::-webkit-scrollbar {
    display: none;
  }
  .ck-subcategories:hover {
    border-color: #000 !important;
  }
  .block-title-account {
    margin-bottom: 24px;
  }
  .details-account-display-container {
    padding: 32px;
  }
  .pass-email-display-container {
    padding: 32px;
  }
  .email-pass-container {
    padding: 20px 32px 32px;
  }
  .data-container {
    align-items: center;
  }
  .address-box {
    padding: 32px !important;
  }
  .line-container {
    flex-direction: column;
  }
  .p-0-desktop {
    padding: 0px !important;
  }
  .prefrence-title-account {
    font-size: 28px !important;
  }
  .prefrence-title-account-container {
    margin-bottom: 24px;
  }
  .header-gap.desktop-grid.grid-column.hideCheckout {
    height: 100%;
  }
  .page-header .middle-header .menu-content {
    margin: 0px !important;
  }
  ul#mainMenu {
    display: flex !important;
    flex-direction: column !important;
    padding-top: 20px !important;
    padding-inline-end: 0 !important;
    position: unset;
  }
  .navigation {
    height: 46vh;
    min-height: 580px;
    width: 20%;
    margin: 0;
    border-right: 1px #e4e4e4 solid;
  }
  header.page-header .header-area:not(.header7) .navigation .nav-main-menu li.mega-menu-fullwidth > ul.dropdown-menu {
    left: 0;
    right: auto;
    width: 80% !important;
    top: 0;
    height: 46vh;
    min-height: 580px !important;
    right: 20% !important;
  }
  header.page-header .header-area:not(.header7) .navigation .nav-main-menu li.mega-menu-fullwidth {
    position: relative;
  }
  header.page-header .header-area:not(.header7) .navigation .nav-main-menu li.mega-menu-fullwidth span {
    position: relative;
    padding-bottom: 3px;
  }
  header.page-header .header-area:not(.header7) .navigation .nav-main-menu li.mega-menu-fullwidth span::after {
    content: "";
    position: absolute;
    right: 0;
    bottom: 0;
    width: 0;
    height: 1px;
    background-color: black;
    transition: width 0.3s ease-in-out;
  }
  header.page-header .header-area:not(.header7) .navigation .nav-main-menu li.red-menu-item.mega-menu-fullwidth span::after {
    background-color: #e10000 !important;
  }
  header.page-header .header-area:not(.header7) .navigation .nav-main-menu li.mega-menu-fullwidth:hover .level0 span::after {
    width: 100%;
  }
  header.page-header .header-area:not(.header7) .navigation .nav-main-menu li.mega-menu-fullwidth .level1:hover span::after {
    width: 100%;
  }
  header.page-header .header-area:not(.header7) .navigation .nav-main-menu li.mega-menu-fullwidth {
    cursor: pointer;
  }
  header.page-header .header-area:not(.header7) .navigation .nav-main-menu {
    height: fit-content !important;
  }
  header.page-header .header-area:not(.header7) .navigation .nav-main-menu li.mega-menu-fullwidth > ul.dropdown-menu .mega-menu-sub-title {
    border: none;
  }
  header.page-header .header-area:not(.header7) .navigation .nav-main-menu li.mega-menu-fullwidth > ul.dropdown-menu {
    transform: none !important;
    -webkit-transform: none !important;
    transition: none !important;
    -webkit-transition: none !important;
    padding-top: 20px !important;
    margin-top: 1px !important;
    border: none;
  }
  .level0.dropdown-toggle span {
    color: #000 !important;
    line-height: 20px;
  }
  li.testhorz.mega-menu-fullwidth.level0 {
    padding: 8px 8px 8px 0px;
    display: flex;
    justify-content: space-between;
  }
  .nav-main-menu {
    gap: 0 !important;
  }
  header.page-header .header-area:not(.header7) .navigation .nav-main-menu li.mega-menu-fullwidth > ul.dropdown-menu .mega-menu-sub-title {
    text-transform: capitalize;
    font-weight: 400;
    line-height: 22px;
  }
  .horizontal-menu .data.item.tab-content.megamenu-content {
    border-top: 1px #e4e4e4 solid !important;
  }
  li.testhorz.red-menu-item.mega-menu-item.mega-menu-fullwidth.level0.category-menu.level0 {
    padding: 8px 8px 8px 0px;
  }
  .menu-chevron-wrapper {
    padding: 0px !important;
    line-height: 1;
  }
  svg.menu-chevron {
    height: 20px;
    width: 20px;
    rotate: 180deg;
  }
  header.page-header .header-area.active-sticky.scrolling .navigation .nav-main-menu .red-menu-item a span {
    color: #e10000 !important;
  }
  .menu-image {
    width: 340px;
  }
  .megamenu-link-container .pagebuilder-button-link {
    text-align: start !important;
  }
  .menu-images-container .pagebuilder-column {
    width: fit-content !important;
  }
  .menu-images-container .pagebuilder-column-line {
    justify-content: flex-end;
  }
  .menu-item-padding {
    padding: 0px 12px;
  }
  #mainMenuCheckout {
    height: 80px;
    align-items: center;
  }
  .personaclick-search-wrapper {
    width: 500px !important;
  }
  .notify-side-menu {
    position: fixed;
    top: 0;
    left: -430px;
    /* Hidden initially */
    width: 430px;
    height: 100%;
    background: white;
    box-shadow: -2px 0 5px rgba(0, 0, 0, 0.2);
    transition: right 0.3s ease-in-out;
    padding: 32px;
    box-sizing: border-box;
    z-index: 1000;
  }
  .notify-side-menu.open {
    left: 0;
  }
  .form.minisearch {
    background-color: transparent !important;
  }
  header.page-header .header-area.active-sticky.scrolling .default-logo {
    filter: invert(0);
    width: 115px;
  }
  header.page-header .header-area.active-sticky.scrolling .logo {
    width: 115px;
    transition: none;
  }
  #ckoGooglePayButton.google-pay {
    width: 200px !important;
    padding: 10px 30px !important;
    background-position: center;
    background-size: contain;
  }
  .glp-text-content {
    max-height: 42px;
    overflow: hidden;
    margin-bottom: 16px;
    line-height: 1.4;
  }
  .glp-text-title {
    font-weight: 400;
    font-size: 28px;
    line-height: 32px;
    margin-bottom: 16px;
    color: #000;
  }
  .glp-text {
    font-weight: 400;
    font-size: 14px;
    line-height: 20px;
    color: #000;
    letter-spacing: 0.25px;
  }
  .glp-text-container {
    width: 58%;
  }
  .glp-text-info-container {
    background-color: #FFFFFF;
    padding: 70px 40px 20px;
    margin-bottom: 0px;
    border-bottom: 1px solid #E4E4E4;
  }
  #removeItemLink {
    font-size: 14px !important;
    font-weight: 500 !important;
    cursor: pointer;
    border-radius: 0;
    padding: 10px 16px;
    background-color: #fff;
    color: #000;
    border: 1px solid #000;
    height: fit-content;
    font-size: 14px;
    text-align: center !important;
  }
  #removeItemLink:hover {
    color: white !important;
    background-color: black !important;
    border: 1px solid #000;
  }
  body.page-layout-2columns-left .page-main > .columns .sidebar.sidebar-main {
    padding: 0 0 20px 10px !important;
  }
}
button#ckoGooglePayButton:hover {
  background-color: black !important;
}
.margin-bottom-privacy {
  margin-bottom: 32px;
}
.page-header {
  background-color: transparent !important;
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.35) 8.33%, transparent);
  color: white !important;
  border: none;
}
.search-mini input {
  background-color: transparent !important;
}
.frame {
  max-width: 100% !important;
}
.sign-in-slider-link {
  color: white;
  cursor: pointer;
}
.head-mobile-icon {
  stroke: white;
  fill: white;
  stroke-width: 0px;
}
.head-mobile-icon path {
  stroke: white;
  fill: white;
  stroke-width: 0px;
}
header.page-header .header-area.active-sticky.scrolling {
  color: #222222 !important;
  max-width: 1920px;
  margin: auto;
  border: none !important;
  border-bottom: 1px solid rgba(153, 153, 153, 0.2) !important;
  box-shadow: none;
}
header.page-header .header-area.active-sticky .field.search {
  color: white;
  border: solid 1px white;
}
header.page-header .header-area.active-sticky .field.search .control .d-flex .align-items-center {
  background-color: transparent !important;
}
header.page-header .header-area.active-sticky .header-gap.desktop-grid a {
  color: white;
  opacity: 50%;
  font-weight: 500;
  line-height: 18px;
  font-stretch: normal;
  letter-spacing: 0px;
  height: 100%;
  display: flex;
  align-items: center;
}
header.page-header .header-area.active-sticky .header-gap.desktop-grid a.active {
  opacity: 100%;
}
header.page-header .header-area.active-sticky .header-gap.desktop-grid a:hover {
  opacity: 100%;
}
header.page-header .header-area.active-sticky.scrolling .header-gap.desktop-grid a {
  color: #666666 !important;
  opacity: 100%;
}
header.page-header .header-area.active-sticky.scrolling .header-gap.desktop-grid a:hover {
  color: #222222 !important;
  opacity: 100%;
}
header.page-header .header-area.active-sticky.scrolling .header-gap.desktop-grid a.active {
  color: #222222 !important;
  opacity: 100%;
}
header.page-header .header-area.active-sticky.scrolling .head-mobile-icon {
  stroke: black;
  fill: black;
}
header.page-header .header-area.active-sticky.scrolling .head-mobile-icon path {
  stroke: black;
  fill: black;
}
header.page-header .header-area.active-sticky.scrolling .search-mini {
  background-color: #f4f4f4;
}
header.page-header .header-area.active-sticky.scrolling .form.minisearch {
  background-color: #f4f4f4;
}
header.page-header .header-area.active-sticky.scrolling .form.minisearch input::placeholder {
  color: #666;
}
header.page-header .header-area.active-sticky .search-svg circle {
  stroke: #666 !important;
}
header.page-header .header-area.active-sticky .search-svg path {
  stroke: #666 !important;
}
header.page-header .header-area.active-sticky.scrolling .search-svg path {
  stroke: #666;
}
header.page-header .header-area.active-sticky.scrolling .search-svg circle {
  stroke: #666;
}
header.page-header .header-area.active-sticky .default-logo {
  filter: invert(1);
}
header.page-header .header-area.active-sticky .navigation .nav-main-menu a {
  color: white;
}
header.page-header .header-area.active-sticky.scrolling .navigation .nav-main-menu a span {
  color: #222222 !important;
}
header.page-header .header-area.active-sticky.scrolling .sign-in-slider-link {
  color: #000;
}
header.page-header .header-area.active-sticky.scrolling .pe-7s-user {
  color: black !important;
}
header.page-header .header-area.active-sticky.scrolling .header-account-icon path {
  fill: black !important;
}
header.page-header .header-area.active-sticky.scrolling .wishlist-icon {
  color: black !important;
}
header.page-header .header-area.active-sticky.scrolling .wishlist-icon:before {
  color: black !important;
}
header.page-header .header-area.active-sticky.scrolling .wishlist-svg path {
  fill: black !important;
}
header.page-header .header-area.active-sticky.scrolling .langugae-svg {
  fill-rule: evenodd;
  clip-rule: evenodd;
  fill: black;
}
.search-button-icon path {
  fill: white;
}
header.page-header:hover .header-area.active-sticky .search-button-icon path {
  fill: black;
}
header.page-header .header-area.active-sticky.scrolling .search-button-icon path {
  fill: black;
}
ul .nav-main-menu li a {
  color: #000 !important;
}
.headerSlider {
  position: fixed;
  top: 0;
  left: -430px;
  width: 430px;
  height: 100%;
  background-color: white;
  color: #000;
  padding: 32px !important;
  box-sizing: border-box;
  transition: left 0.3s ease;
  z-index: 1000;
}
#overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  display: none;
  z-index: 100;
}
.lang-dropdown {
  border: solid 1px #e4e4e4;
}
.switcher-language {
  width: 100.5%;
}
.switcher-trigger {
  padding: 0px 12px 8px 12px !important;
  align-items: center;
  font-size: 18px !important;
  justify-content: space-between;
  display: flex !important;
  width: 100% !important;
  color: #000;
}
.switcher-dropdown {
  width: 100%;
}
.langugae-svg-container {
  cursor: pointer;
}
.header-area .table-icon-menu > div {
  padding: 0px;
}
.table-icon-menu {
  gap: 16px;
}
.slider-title {
  font-size: 20px;
  margin-bottom: 4px;
  font-weight: 600;
  color: #000;
}
.slider-text {
  font-size: 16px;
  margin-bottom: 16px;
  color: #000;
}
.language-dropdown-text {
  font-size: 14px;
  margin: 0;
  padding: 8px 12px 0px 12px;
}
.switcher-trigger span {
  font-size: 16px;
}
#closeCountryLangSlider {
  cursor: pointer;
}
.sign-in-fields {
  gap: 20px;
}
.sign-in-header-margin {
  margin-bottom: 24px;
}
.sign-in-input-container {
  border: solid 1px #e4e4e4;
  padding: 4px 12px;
}
.sign-in-input {
  border-radius: 0 !important;
  border: none !important;
  padding: 0px !important;
}
.sign-in-input-label {
  color: #696969;
}
.checkbox-label {
  font-size: 14px;
  color: #666;
}
.ck-black-button {
  width: 100%;
  border-radius: 0;
  padding: 15px 24px;
  background-color: black;
  color: white;
  height: fit-content;
  font-size: 16px;
  margin: 0px !important;
}
.ck-black-button:hover {
  color: #000;
  background-color: white;
  border: 1px solid black;
}
.ck-black-button:focus {
  background-color: black;
  color: white;
}
.ck-white-button {
  width: 100%;
  border-radius: 0;
  padding: 15px 24px;
  background-color: white;
  color: #000;
  border: 1px solid black;
  height: fit-content;
  font-size: 16px;
}
.ck-white-button:hover {
  color: white;
  background-color: black;
}
.ck-white-button:focus {
  background-color: white;
  color: #000;
  border: 1px solid black;
}
.ck-white-button-banner {
  width: 100% !important;
  border-radius: 0;
  padding: 15px 24px;
  background-color: white;
  color: #000;
  border: none;
  height: fit-content;
  font-size: 16px;
  width: 156px;
  font-weight: 500;
  margin: 0px !important;
  text-align: center;
}
.ck-white-button-banner:hover {
  color: white !important;
  background-color: black;
}
.ck-white-button-banner:focus {
  background-color: white;
  color: #000;
  border: none;
}
.ck-white-button-banner-image {
  border-radius: 0;
  padding: 15px 24px;
  background-color: white;
  color: #000;
  border: none;
  height: fit-content;
  font-size: 16px;
  width: 156px;
  font-weight: 500;
  margin: 0px !important;
  text-align: center;
}
.ck-white-button-banner-image:hover {
  color: white !important;
  background-color: black;
}
.ck-white-button-banner-image:focus {
  background-color: white;
  color: #000;
  border: none;
}
.error {
  border-bottom: 1px solid red;
  color: red;
}
.error-message {
  color: red;
  display: none;
  padding: 8px 0px 0px 12px;
  font-size: 14px;
}
.sign-in-link {
  color: #666666;
  text-decoration: underline;
  font-size: 13px;
  cursor: pointer;
}
.sign-in-link:hover {
  color: #000;
}
.register-password-text {
  display: none;
  color: #000;
  font-size: 14px;
  transition: max-height 0.3s ease-out;
  max-height: 0;
  overflow: hidden;
}
.register-password-text.open {
  display: block;
  max-height: 100px;
}
.registerPasswordlist {
  list-style-type: disc;
  padding: 0px 0px 0px 40px;
}
.forgot-pass-text {
  font-size: 16px;
  color: #666666;
  margin: 0px !important;
}
p::selection {
  background-color: #0074e4;
  color: #ffffff;
}
.close-svg {
  cursor: pointer;
}
.footer-margin-bottom {
  margin-bottom: 16px !important;
}
.page-footer .middle-footer ul.menu li {
  line-height: 20px;
  margin-bottom: 0px;
  padding: 4px 0px;
  font-size: 14px;
  letter-spacing: 0.25px;
}
.page-footer .middle-footer ul.menu li a {
  color: #FFFFFF !important;
}
.page-footer .middle-footer ul.menu li a:hover {
  color: #FFFFFF !important;
  text-decoration: underline;
  font-weight: 600;
}
.page-footer .middle-footer {
  padding: 40px 40px 0px;
  background-color: #000000;
  border: none;
}
.footer-title {
  font-weight: 400 !important;
  font-size: 14px !important;
  color: #FFFFFF !important;
  line-height: 20px;
}
.footer-grid {
  display: grid;
  grid-template-rows: auto;
  grid-template-columns: repeat(5, 1fr);
  grid-column-gap: 40px;
  margin-bottom: 64px !important;
}
.footer-flex {
  display: flex;
  flex-direction: row;
  gap: 40px;
  justify-content: space-between;
  margin-bottom: 64px !important;
}
.footer-flex-item {
  width: 100%;
}
.footer-flex div {
  width: 100%;
}
.footer1 {
  background-color: white !important;
}
.bottom-footer {
  padding: 14px 40px !important;
  background-color: white !important;
  border: none !important;
}
.menu li a:hover {
  color: #000;
}
ul .header.links li a:hover {
  color: #000 !important;
}
.wishlist-icon:before {
  color: white !important;
}
.wishlist-svg path {
  fill: white !important;
}
.wishlist-icon {
  color: white !important;
}
a:hover {
  color: black !important;
}
.mobile-footer-container {
  display: flex;
  flex-direction: column;
  padding: 0px 20px;
  background-color: #000000;
}
.mobile-footer-button-container {
  padding: 18px 0px;
  border-bottom: 1px solid #e4e4e4;
}
.mobile-footer-container.mobile div[data-content-type="html"] {
  padding: 18px 0px;
  border-bottom: 1px solid #e4e4e4;
}
.mobile-footer-button {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  margin: 0;
  color: #ffffff;
}
footer.page-footer .bottom-footer {
  background-color: #000000 !important;
}
.bottom-footer .copyright span {
  color: #FFFFFF;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  letter-spacing: 0.25px;
}
.mobile-footer-links-list li a {
  color: #ffffff;
}
.mobile-footer-links-list li a:hover {
  color: #ffffff;
}
.mobile-footer-arrow {
  transition: transform 0.5s ease;
  cursor: pointer;
}
.mobile-footer-rotate {
  transform: rotate(90deg);
}
.mobile-footer-links-list {
  list-style: none;
  padding: 0;
  margin: 0;
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.5s ease;
}
.mobile-footer-links-list li {
  padding: 8px 0px;
  transition: background-color 0.3s ease;
}
.mobile-footer-first-link {
  padding-top: 32px !important;
}
.header-area .switcher .switcher-options {
  width: 100%;
}
.switcher-dropdown {
  border: 1px solid #000000 !important;
  right: -1px !important;
}
.switcher-option {
  border-top: none;
}
.page-footer .middle-footer p {
  margin-bottom: 0px !important;
  line-height: 24px !important;
  color: #ffffff;
}
.footer-grid .switcher-trigger span {
  color: #ffffff;
}
.footer-grid .dropdown.switcher-dropdown {
  background-color: #000000 !important;
  border: 1px solid #ffffff !important;
}
.footer-grid .lang-dropdown .switcher .switcher-dropdown li {
  color: #ffffff !important;
  background-color: #000000 !important;
}
.footer-grid .lang-dropdown .switcher .switcher-dropdown li:hover {
  color: #000000 !important;
  background-color: #ffffff !important;
}
.footer-flex .switcher-trigger span {
  color: #ffffff;
}
.footer-flex .dropdown.switcher-dropdown {
  background-color: #000000 !important;
  border: 1px solid #ffffff !important;
}
.footer-flex .lang-dropdown .switcher .switcher-dropdown li {
  color: #ffffff !important;
  background-color: #000000 !important;
}
.footer-flex .lang-dropdown .switcher .switcher-dropdown li:hover {
  color: #000000 !important;
  background-color: #ffffff !important;
}
.page-footer .switcher .options .action.toggle:after {
  font-size: 34px;
  color: white !important;
}
.page-footer .switcher .options .action.toggle.active:after {
  font-size: 34px;
  color: white !important;
}
.footer-grid .ck-black-button {
  width: 100%;
  border-radius: 0;
  padding: 15px 24px;
  background-color: #ffffff;
  color: #000000;
  border: 1px solid black;
  height: fit-content;
  font-size: 16px;
  margin: 0px;
}
.footer-grid .ck-black-button:hover {
  color: #ffffff;
  background-color: #000000;
  border: 1px solid #ffffff;
}
.footer-grid .ck-black-button:focus {
  background-color: #ffffff;
  color: #000000;
  border: 1px solid #000000;
}
.footer-flex .ck-black-button {
  width: 100%;
  border-radius: 0;
  padding: 15px 24px;
  background-color: #ffffff;
  color: #000000;
  border: 1px solid black;
  height: fit-content;
  font-size: 16px;
  margin: 0px;
}
.footer-flex .ck-black-button:hover {
  color: #ffffff;
  background-color: #000000;
  border: 1px solid #ffffff;
}
.footer-flex .ck-black-button:focus {
  background-color: #ffffff;
  color: #000000;
  border: 1px solid #000000;
}
.page-footer .switcher .options ul.dropdown:before {
  display: none !important;
}
.page-footer .switcher .options .action.toggle:after {
  font-size: 34px;
}
.page-footer .switcher .options .action.toggle.active:after {
  font-size: 34px;
}
.page-footer .switcher .options ul.dropdown:after {
  display: none !important;
}
.mobile-footer-language {
  list-style: none;
  padding: 0;
  margin: 0;
  max-height: 0;
  overflow: hidden;
  height: 300px;
  transition: min-height 0.5s ease;
  display: flex;
  flex-direction: column;
  gap: 16px;
  margin-top: 18px;
}
.grid-container {
  display: grid;
  grid-template-columns: 70% 30%;
  height: 100vh;
}
.splash-left-container {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
}
button {
  margin: 5px;
  padding: 10px 20px;
  background-color: #fefefe;
  color: black;
  border: none;
  cursor: pointer;
}
button:hover {
  background-color: black;
  color: #fefefe;
}
.Splash_Subtitle,
.Splash_Title {
  color: #fefefe;
}
.Splash_Title {
  font-size: 34px;
}
.splash-right-container {
  display: flex;
  gap: 10px;
  background-color: #853333;
  padding: 20px 72px;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}
.Splash_CtaContainer {
  text-align: center;
}
.Splash_Title,
.Splash_Subtitle {
  text-align: start;
}
.splash-right-container .Splash_CtaContainer {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.splash-right-container .Splash_CtaContainer button {
  width: 100%;
}
.splash-left-container img {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}
.page-title-wrapper {
  display: none !important;
}
.input-field {
  border-radius: 0 !important;
  border: 1px solid black;
  border-color: #000 !important;
}
.actions-toolbar .primary .action {
  width: 100% !important;
}
.mage-error {
  border-color: #ff0000 !important;
  font-size: 14px !important;
  color: #E10000 !important;
  font-style: normal !important;
}
.margin-top-16 {
  margin-top: 16px !important;
}
.page-wrapper {
  background-color: white !important;
}
.margin-top-40 {
  margin-top: 40px;
}
.primary {
  min-height: fit-content !important;
}
.input-text {
  border-radius: 0 !important;
  border: 1px solid black;
  border-color: #000;
}
.captcha-reload {
  color: white !important;
  background-color: black !important;
  border: 1px solid black !important;
}
.captcha-reload:hover {
  color: black !important;
  background-color: white !important;
}
.captcha-img {
  border: 1px solid black !important;
}
.mobile-megamenu-button {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding: 16px 0px;
  margin: 0px;
  color: #222222;
  font-size: 20px;
  line-height: 1;
}
.mobile-megamenu-arrow {
  transition: transform 0.5s ease;
  cursor: pointer;
}
.mobile-megamenu-links-list {
  list-style: none;
  padding: 0;
  margin: 0;
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.5s ease;
}
.mobile-megamenu-links-list li {
  padding: 8px 0px;
  transition: background-color 0.3s ease;
}
.second-mobile-menu-button {
  font-size: 16px;
}
.mobile-menu-hr {
  margin: 24px 0px;
  border: none;
  border-top: 1px solid #e4e4e4;
  width: 100%;
}
.mobile-megamenu-arrow {
  transition: transform 0.25s linear;
}
.mobile-megamenu-rotate {
  transform: rotate(180deg);
}
.hidden-mob-menu {
  visibility: hidden;
}
.mobile-menu-bottom {
  margin-top: 30px;
}
.block-category-link {
  margin: 0px 0px 22px !important;
}
.block-category-link-inline {
  margin: 0px !important;
}
.mobile-menu-content {
  display: none;
  max-width: 0;
  overflow: hidden;
  transition: max-width 0.3s ease-in-out, display 0.3s ease-in-out;
}
.mobile-menu-content.selected {
  display: block;
  max-width: 100%;
  transition: max-width 0.3s ease-in-out, display 0.3s ease-in-out;
}
.mobile-menu-main-link {
  transition: border-bottom 0.3s ease-in-out;
  color: #999999;
}
.mobile-menu-main-link.selected {
  border-bottom: 2px solid #000;
  color: #222222 !important;
}
.page-header .panel.wrapper .switcher .options ul.dropdown a,
.page-footer .switcher .options ul.dropdown a {
  display: block;
  padding: 8px;
  font-size: 16px;
  display: flex;
  align-items: center;
  gap: 14px;
  color: black;
}
.lang-dropdown .switcher .switcher-dropdown a {
  padding: 7px 15px;
  background: none;
  white-space: nowrap;
  display: block;
  line-height: 1.42857143;
  font-size: 16px;
  color: #000000 !important;
  display: flex;
  align-items: center;
  cursor: pointer;
}
.lang-dropdown .switcher .switcher-dropdown li {
  padding: 7px 15px;
  background: none;
  white-space: nowrap;
  display: block;
  line-height: 1.42857143;
  font-size: 16px;
  color: #000000 !important;
  display: flex;
  align-items: center;
  cursor: pointer;
}
#languageMenuMobileLinks {
  min-height: 0;
  transition: min-height 0.3s ease-in-out;
}
.forgot-pass-title {
  font-size: 18px;
  text-transform: uppercase;
  font-weight: bold;
}
.forgot-pass-block-title {
  border-bottom: none;
  padding-bottom: 0;
  margin-bottom: 20px;
}
.footer.content {
  max-width: 100% !important;
}
body {
  max-width: 1920px !important;
  margin: auto !important;
  background-color: white !important;
  position: relative;
}
.columns {
  max-width: 100% !important;
  padding: 0px !important;
}
.homepage-slider-title {
  font-size: 20px;
}
.homepage-slider-link {
  font-size: 16px;
  text-decoration: underline;
  margin-bottom: 0px;
  color: #000;
}
.homepage-slider-link:hover {
  text-decoration: underline;
}
.slick-prev {
  width: 40px;
  height: 40px;
}
.slick-next {
  width: 40px;
  height: 40px;
}
.slick-prev:active,
.slick-next:active,
.slick-prev:focus,
.slick-next:focus,
.slick-prev:not(.primary),
.slick-next:not(.primary) {
  background: white;
  border: none;
  box-shadow: none;
}
.slick-prev:before {
  font-size: 20px;
  padding: 0px !important;
}
.slick-next:before {
  font-size: 20px;
  padding: 0px !important;
}
.btn.btn-primary,
.action.primary,
.action-primary {
  border: 1px solid black;
  background-color: black;
  color: #ffffff;
  /*margin: 15px 0 0 0 !important;*/
}
.action.primary:hover {
  color: black;
  background-color: white;
  border: 1px solid black;
}
.action.primary:focus {
  background-color: white;
  color: black;
  border: 1px solid black;
}
.product-item-actions {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  margin-top: 5px;
}
.product-items .action.towishlist:before {
  content: '\e601';
  font-size: 60px;
}
.product-item-actions .actions-secondary > .action {
  height: fit-content;
}
.product-item .tocompare:before {
  display: none !important;
}
.men-side-ad-title {
  font-size: 24px;
  font-weight: 500;
  margin-bottom: 12px;
}
.men-side-ad-text {
  margin-bottom: 16px;
}
.page-header {
  position: absolute !important;
  top: 0;
  left: 0;
  right: 0;
  border-bottom: none;
}
.pagebuilder-button-link {
  padding: 14px 0px 0px 0px !important;
  font-size: 16px !important;
  text-decoration: underline !important;
  margin-bottom: 0px !important;
  color: black !important;
}
.pagebuilder-button-link:hover {
  color: black !important;
}
.pagebuilder-button-link:focus {
  color: black !important;
}
.homepage-links {
  font-size: 20px;
  color: #000;
  border-bottom: 1px solid black;
}
.homepage-women-links {
  text-decoration: underline;
  font-size: 20px;
}
.button.action.continue.primary {
  background-color: #000 !important;
  color: white !important;
  border-radius: 0px !important;
  border-color: #000 !important;
}
.button.action.continue.primary:hover {
  background-color: white !important;
  color: #000 !important;
  border-color: #000 !important;
}
.button.action.continue.primary:focus {
  background-color: white !important;
  color: #000 !important;
  border-color: #000 !important;
}
.block-dashboard-addresses {
  margin-bottom: 40px;
}
.block-dashboard-info {
  margin-bottom: 20px;
}
.block-dashboard-orders {
  margin-bottom: 20px;
}
.sidebar .block.account-nav .account-nav-title h1.title {
  font-size: 20px;
  font-weight: 600;
  color: #000000;
  position: relative;
  display: block;
  padding: 0 0 2px;
  margin-bottom: 24px;
}
.sidebar .block.account-nav .account-nav-title h1.title:after {
  display: none;
}
.sidebar .block.account-nav .account-nav-title h3.title:after {
  display: none;
}
.account-nav .item {
  margin: 12px 0px !important;
}
.account-nav .item a {
  padding: 0px !important;
  font-size: 16px !important;
}
.actions-toolbar-form {
  margin-bottom: 20px;
}
select {
  border-radius: 0px !important;
  border: 1px solid black !important;
}
.message.info {
  background-color: white;
}
.message.info > *:first-child:before {
  color: black;
}
.qty-height {
  height: 52px !important;
}
.product-item-actions {
  width: 100%;
}
.width-45 {
  width: 45% !important;
}
.product-item-inner .field.comment-box {
  display: none;
}
.product-item-actions {
  margin: 0px;
}
.products-grid.wishlist .product-item .product-item-info .box-tocart fieldset.fieldset {
  margin: 0;
  display: none;
}
.products-grid.wishlist .product-item-actions > * {
  display: none;
}
.field .control._with-tooltip {
  display: flex !important;
  flex-direction: column !important;
}
.block.shipping {
  display: none !important;
}
.toolbar .form-item-select {
  border: none !important;
}
.catalogsearch-result-index .category-product-actions .toolbar .modes {
  display: flex !important;
  gap: 10px !important;
}
.toolbar .modes .modes-mode {
  border-radius: 0 !important;
}
.toolbar .sorter .sorter-action {
  border-radius: 0px !important;
}
.bottom-pagination .pages .pagination .item.current a {
  background-color: black;
  color: white !important;
  border-radius: 0px !important;
}
.bottom-pagination .pages .pagination .item.current a:hover {
  background-color: black;
  color: white;
}
.bottom-pagination .pages .pagination .item.current a:focus {
  background-color: black;
  color: white;
}
.bottom-pagination .pages .pagination .item a {
  border-radius: 0 !important;
  color: black !important;
  border: 1px solid black !important;
  box-shadow: none !important;
  background: white;
}
.bottom-pagination .pages .pagination .item a:hover {
  color: white !important;
  border: 1px solid black !important;
  background: black !important;
}
.bottom-pagination .pages .pagination .item a:focus {
  color: white !important;
  border: 1px solid black !important;
  background: black !important;
}
.product-image-photo {
  margin-top: 0px !important;
}
.toolbar .sorter .sorter-action {
  margin-left: 0px !important;
}
.mgs-instant-search .pages.wrapper {
  margin: 30px 20px 20px;
}
.pages strong.page {
  line-height: 30px;
  padding: 0px !important;
}
.search.results.mgs-instant-search a {
  color: #696969 !important;
  font-size: 16px;
}
.search.results.mgs-instant-search a:hover {
  color: black !important;
}
.mgs-instant-search .categories.wrapper {
  margin: 30px 20px 20px;
}
.navigation .nav-main-menu li.mega-menu-fullwidth:not(.menu-2columns) > ul.dropdown-menu {
  width: 100% !important;
}
.menu-content-mb.desktop div {
  width: 100%;
}
.megamenu-link a {
  font-size: 14px !important;
  text-decoration: none !important;
  padding: 4px 0px !important;
  color: #000 !important;
}
.main-megamenu-link a {
  font-size: 12px !important;
  text-decoration: none !important;
  padding: 4px 0px !important;
  color: #666666 !important;
}
.breadcrumbs {
  display: none;
}
body {
  direction: rtl !important;
}
.page-header .header-top-links .header-acccount {
  left: 0 !important;
  right: auto !important;
}
.block.widget .product-item-info {
  direction: rtl;
  text-align: start;
}
.slick-slider {
  direction: ltr;
}
.checkout-cart-index .page-main .cart-empty a {
  color: #696969;
}
.checkout-cart-index .page-main .cart-empty a:hover {
  color: black;
}
.product-add-form .swatch-opt .swatch-attribute-label + span.swatch-attribute-selected-option {
  color: #000 !important;
}
.minicart-items .product-item .product-item-details > .product.options {
  flex-direction: column;
}
dl.product.options.list {
  flex-direction: column;
  margin: 0px !important;
}
dl.product.options.list dd {
  margin-left: 10px;
  font-size: 12px !important;
  margin-bottom: 0px !important;
}
dl.product.options.list dt {
  font-size: 12px !important;
}
.swatch-attribute.size .swatch-option {
  border-radius: 0px;
  margin-bottom: 4px;
}
.catalogsearch-result-index .category-product-actions .block .title {
  margin-bottom: 8px;
}
.catalogsearch-result-index .search-suggestions ul {
  margin-bottom: 14px;
  gap: 10px;
}
.product-tab-wrapper .product-tab-content .data.item.title.active .switch {
  color: black !important;
}
.product-tab-wrapper .product-tab-content .accordion-items .data.item.title {
  padding: 0px !important;
  border-bottom: 1px solid #e4e4e4 !important;
  background-color: white !important;
}
.product-tab-wrapper .product-tab-content .accordion-items .data.item.title.active {
  border-bottom: none !important;
}
.product-tab-wrapper .product-tab-content .accordion-items .data.item.title a:after {
  background-color: white;
  font-size: 26px;
  color: black;
}
.product-tab-wrapper .product-tab-content .accordion-items .data.item.title.active a:after {
  font-size: 36px;
}
.product-item-description {
  margin: 14px 0 24px 0px;
  display: none;
}
.products-grid .product-item {
  padding: 0px !important;
}
.product-label.new-label {
  background-color: #000 !important;
}
.search-result-image-container {
  width: 100%;
  max-width: 100%;
}
.product-page-image-container {
  width: 100%;
  max-width: 100%;
}
.widget .block-title {
  color: #000;
}
.block-releated .block-heading h3.title {
  font-size: 24px;
}
.block-releated .block-heading {
  margin-bottom: 15px !important;
}
.size-guide-title {
  font-size: 20px;
  color: #000;
  font-weight: 500;
}
.size-guide-table-title {
  font-size: 16px;
  color: #666666;
  font-weight: 500;
}
.size-guide-special-table {
  overflow: auto;
  position: relative;
  width: 100%;
}
.size-guide-special-table table {
  border: 1px solid #e4e4e4;
  margin-bottom: 25px;
  border-spacing: 0;
}
.size-guide-special-table table th:first-child {
  color: #313131;
  left: -1px;
  min-width: fit-content;
  text-align: start;
  position: -webkit-sticky;
  position: sticky;
  z-index: 2;
  width: 93px;
}
.size-guide-special-table table td,
.size-guide-special-table table th {
  border-right: 1px solid #e4e4e4;
  display: table-cell;
  font-size: 13px;
  min-width: 79px;
  padding: 0.5rem;
  text-align: center;
  vertical-align: middle;
}
.size-guide-special-table table .cup-size-col-span {
  border-right: 1px solid #9e9e9e;
}
.size-guide-special-table table th {
  background: #f4f4f4;
  color: #000;
  font-weight: 400;
  height: 34px;
}
.size-guide-special-table table .cup-size-col-span {
  border-right: 1px solid #9e9e9e;
}
.size-guide-special-table table tr.row-hovered td {
  background-color: #f0f0f0;
}
.size-guide-special-table table tr.row-hovered td:hover {
  background-color: rgba(0, 0, 0, 0.1);
}
.size-guide-special-table table .col-hovered {
  background-color: #f0f0f0;
}
.modal-popup.modal-slide .modal-inner-wrap .modal-content > * {
  background: white;
  width: 100%;
  display: block;
}
aside.modal-popup.modal-static-block.modal-slide .modal-inner-wrap {
  max-width: 900px;
  overflow: scroll !important;
}
.units__metric.hidden {
  display: none;
}
.units__imperial.hidden {
  display: none;
}
.size-toggle-button-container {
  border: 1px solid #000;
  width: fit-content;
  display: flex;
  margin: auto 0px;
}
.size-toggle-button.active {
  color: white !important;
  background-color: #000;
}
.size-toggle-button {
  cursor: pointer;
  color: black;
  width: 38px;
  padding: 4px;
  text-align: center;
  font-size: 12px;
}
.size-guide-dark {
  background-color: #313131 !important;
  color: white !important;
}
.size-guide-how-to {
  cursor: pointer;
}
.size-guide-how-to-container.hidden {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.2s ease-out;
  padding: 0px;
}
.size-guide-how-to-container {
  display: flex;
  max-height: 700px;
  /* or any initial height */
  overflow: hidden;
  transition: max-height 0.2s ease-out;
  padding: 20px 0px;
}
.size-guide-how-to-title {
  color: #000;
  font-size: 16px;
  padding: 0px 20px;
}
.size-guide-how-to-image {
  width: 300px;
  padding: 0px 20px;
}
.size-guide-how-to-list-title {
  font-size: 16px;
  color: #000;
  font-weight: 600;
}
.size-guide-how-to-list-text {
  font-size: 13px;
  color: #6d6d6d;
}
.size-guide-how-to-list {
  margin: 0px;
  padding: 0px 20px;
  list-style-type: disc;
}
.image-underwear-size-guide {
  justify-content: flex-end;
}
.image-women-size-guide {
  justify-content: flex-end;
}
.image-men-size-guide {
  justify-content: flex-end;
}
.image-kids-size-guide {
  justify-content: flex-end;
}
.ck-bottom-text-container {
  padding-top: 40px;
}
.ck-bottom-text {
  padding: 10px 0px;
  line-height: 1.4 !important;
}
.ck-bottom-text {
  font-size: 12px;
}
.size-guide-block-padding .block-static-block {
  margin-bottom: 20px !important;
}
.product-info-main .product-addto-links a.action {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0;
  height: 52px !important;
  width: 52px !important;
  background-color: #ffffff !important;
  border: 1px solid black !important;
  color: black !important;
  font-size: 26px !important;
  text-align: center;
  border-radius: 0 !important;
  line-height: 40px !important;
  box-shadow: none;
  float: left;
  position: relative;
}
.product-add-form .product-options-wrapper .swatch-opt .swatch-attribute .swatch-attribute-options .swatch-option.text {
  border: 1px solid #e4e4e4 ;
  color: black;
  font-size: 16px !important;
  padding: 13px 20px !important;
  height: fit-content !important;
  border-radius: 0px !important;
  transition: .3s;
  width: 100%;
  margin: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  white-space: nowrap;
}
.swatch-option:hover {
  box-shadow: none !important;
  border: 1px solid black !important;
  color: black !important;
}
.swatch-option.selected {
  box-shadow: none !important;
  border: 1px solid black !important;
  color: black !important;
}
.product-info-main .product-add-form .box-tocart .field.qty .control span.edit-qty {
  top: 5px;
  right: 14px;
}
.product-info-main .product-add-form .box-tocart .field.qty .control span.edit-qty.plus {
  left: 14px;
}
.product-info-main .box-tocart .field.qty,
.product-options-bottom .box-tocart .field.qty {
  margin-bottom: 0px !important;
  height: 52px !important;
}
.product-info-main .box-tocart .input-text.qty,
.product-options-bottom .box-tocart .input-text.qty {
  height: 100%;
}
.product-info-main .product-add-form .box-tocart .field.qty .control {
  height: 100%;
  border-radius: 0px;
}
.field-qty-control {
  height: 100%;
  display: flex;
  align-items: center;
}
.field-qty-container {
  height: 100% !important;
  border-radius: 0px !important;
}
#filter-container .mgs-filter-active .state-item .state-item-name {
  padding: 0 25px;
  line-height: 32px;
  height: 34px;
}
#filter-container .mgs-filter-active .state-item:hover {
  color: #fff !important;
  background: black;
}
#filter-container .mgs-filter-active .state-item {
  border-color: black;
  color: black;
  border-radius: 0px;
  display: inline-flex;
  align-items: center;
  background: transparent;
  padding: 0;
}
#filter-container .mgs-filter-active .state-item .filter-active-item-clear-all {
  padding: 0 25px;
  display: flex;
  align-items: center;
  height: 34px;
  text-underline-offset: 4px;
}
.mgs-filter-active .state-item .filter-active-item-clear-all:hover {
  color: #fff !important;
  background: black;
}
.mgs-filter-active .shoppingby-item {
  float: right !important;
  margin-left: 8px;
  margin-right: 0px;
}
.swatch-attribute.swatch-layered.color .swatch-attribute-options.clearfix {
  display: flex;
  flex-direction: column;
}
dd {
  margin: 0px !important;
}
.block-authentication .actions-toolbar > .secondary {
  padding: 0px;
  margin: 0px;
}
.swatch-option-link-layered {
  width: fit-content;
}
.catalog-category-view .block.filter .block-content.filter-content .block-filter-content .filter-options-item .filter-options-content {
  cursor: default;
}
.catalogsearch-result-index .block.filter .block-content.filter-content .block-filter-content .filter-options-item .filter-options-content {
  cursor: default;
}
.share-this-container {
  display: none;
}
.ck-subcategories {
  margin-left: 6px;
  text-transform: capitalize !important;
  text-decoration: none;
  text-align: center;
  position: relative;
  white-space: nowrap;
  color: #efefef;
  cursor: pointer;
  display: flex;
  flex-direction: row;
  align-items: center;
  padding: 4px 12px;
  margin-right: 8px;
  background: #fff;
  border: 1px solid #efefef;
}
#page-title-wrapper {
  display: flex !important;
  background: unset !important;
  justify-content: space-between;
  align-items: center;
}
#page-title-heading {
  margin: 0px !important;
  padding: 0px !important;
  font-weight: 500;
  font-family: 'Klein-Web', 'Courier New', Courier, monospace;
  font-style: normal;
  font-stretch: normal;
  letter-spacing: normal;
  line-height: 40px;
  text-transform: capitalize;
}
.sub-categories {
  border: none !important;
}
#maincontent {
  margin-top: 0px;
}
.item-options-label {
  width: fit-content;
  margin-left: 4px;
  float: right;
  color: #666666;
}
.cart.table-wrapper .item-options dd {
  color: #666666;
}
.checkout-cart-index .page-main .cart-empty {
  border: none !important;
}
.field-qty-control-cart {
  height: 100%;
  display: flex;
  align-items: center;
  padding: 0px;
  width: 87px;
  justify-content: center;
  flex-direction: column;
}
.margin-bottom-16 {
  margin-bottom: 16px;
}
.input-text-qty-cart {
  border: 1px solid black !important;
  padding: 0px !important;
  width: 100% !important;
  text-align: center;
  border-radius: 0 !important;
}
.text-start {
  text-align: start !important;
}
body.page-layout-2columns-right .page-main > .columns .column.main {
  width: 100% !important;
}
.width-100 {
  width: 100% !important;
}
.width-100 .pagebuilder-button-primary {
  width: 100% !important;
}
.field .control._with-tooltip input {
  margin: 0px !important;
}
.product-name {
  font-size: 20px !important;
}
.order-details-price .price {
  font-size: 12px !important;
}
.size-guide-button {
  text-decoration: underline !important;
}
#sizeGuideButton {
  display: none;
}
.product-item-link {
  font-size: 16px;
}
.block.widget .product-item-info {
  display: flex;
  height: 100%;
  flex-direction: column;
  position: relative;
}
.products-grid .product-item-info .product-item-details {
  display: flex;
  height: 100%;
  flex-direction: column;
  justify-content: space-between;
}
.owl-carousel .owl-item {
  height: 100% !important;
}
.owl-carousel .owl-stage-outer {
  display: flex;
}
.owl-carousel .owl-stage {
  display: flex;
}
.owl-carousel .owl-item {
  height: 100% !important;
  display: flex;
}
.product-page-bottom-container {
  width: 100%;
  height: 100%;
  justify-content: space-between;
}
.search-result-bottom-container {
  height: 100%;
  justify-content: space-between;
  padding-inline-start: 12px;
  width: 100%;
}
header.page-header .header-area:not(.header7) .navigation .nav-main-menu li > .dropdown-menu {
  -webkit-transition: all 100ms !important;
}
.slider-row .product-item-actions .actions-primary {
  display: none;
}
.product-item .price-box {
  font-size: 14px;
}
.product-item-details .product-item-inner {
  display: flex;
  position: absolute;
  top: 6px;
  left: 4px;
}
.product-item-actions {
  width: fit-content;
}
.product-items .action.towishlist:before {
  font-size: 46px !important;
  color: #000 !important;
}
.product-item-actions .actions-secondary > .action {
  line-height: 28px !important;
  float: left;
}
.product-item-actions .actions-secondary {
  font-size: 0;
}
strong.product-item-name .product-item-link {
  font-size: 14px;
}
.product-item-info .price-container.price-final_price.tax.weee .price {
  font-size: 14px !important;
}
.product-item-details .swatch-attribute.size {
  display: none;
}
.product-item-details .swatch-attribute.color {
  display: none;
}
.main-megamenu-link .pagebuilder-button-link {
  font-size: 12px !important;
}
.breadcrumbs .item:not(:last-child):after {
  content: "-";
  font-size: 14px;
  line-height: 14px;
  padding: 0px 8px;
  vertical-align: baseline;
}
.breadcrumbs .items li strong {
  font-size: 14px !important;
  color: #666666 !important;
}
.slider-row .d-flex.justify-content-between.align-items-center {
  margin-bottom: 20px;
}
.category-link-mobile-menu {
  display: block;
  padding: 12px 16px;
  line-height: 1.25;
}
ul.mobile-megamenu-links-list > a.category-link-mobile-menu:first-child {
  line-height: 1.5;
}
.catalog-category-view.page-layout-2columns-left .category-view {
  width: 100% !important;
  max-width: 100% !important;
}
.catalogsearch-result-index.page-layout-2columns-left .category-view {
  width: 100% !important;
  max-width: 100% !important;
}
.cms-noroute-index .page-main {
  letter-spacing: 0px !important;
}
.faq-link-box {
  border: 1px solid #e4e4e4;
  margin: 16px 0px;
}
.faq-link {
  display: flex;
  width: 100%;
  padding: 20px;
  align-items: center;
  justify-content: space-between;
}
.faq-container {
  display: flex;
  width: 100%;
  padding: 20px;
  align-items: center;
  justify-content: space-between;
}
.faq-sv {
  margin-left: 16px;
  display: flex;
  align-items: center;
}
.faq-link-text {
  font-size: 16px;
  color: #000;
}
.faq-text {
  font-size: 16px;
  color: #000;
  margin-bottom: 8px;
}
.faq-arrow {
  margin-right: auto;
  display: flex;
}
.customer-service-title {
  font-size: 20px;
  color: #000;
  font-weight: 500;
  margin-bottom: 8px;
}
.customer-service-subtitle {
  font-size: 16px;
  margin-bottom: 32px;
}
.contact-form-subtitle {
  font-size: 14px;
  margin-bottom: 32px;
  color: #666666;
}
.contact-text {
  font-size: 14px;
  margin-bottom: 32px;
  color: #000;
}
.contact-form-second-title {
  font-size: 16px;
  color: #000;
  font-weight: bold;
}
.contact-mobile-number {
  font-size: 16px;
  color: #000;
  font-weight: bold;
  text-decoration: underline;
  cursor: pointer;
}
.contact-mobile-number:hover {
  font-size: 16px;
  color: #999 !important;
  font-weight: bold;
  text-decoration: underline;
}
.contact-form-second-subtitle {
  font-size: 14px;
  color: #666666;
}
.contact-dot-green {
  margin: 0px 16px 0px 6px;
  color: #41850a;
}
.contact-dot-red {
  margin: 0px 16px 0px 6px;
  color: #e10000;
}
.faq-link-subtext {
  font-size: 14px;
  color: #666666;
  margin: 0px;
}
.products-grid.wishlist .product-item-inner {
  width: 100%;
  flex-direction: column;
}
.products-grid.wishlist .product-item .product-item-info .product-item-actions {
  width: 100%;
}
.products-grid.wishlist .product-item .product-item-info .product-item-inner {
  display: flex;
  height: 100%;
  flex-direction: column;
  justify-content: flex-end;
  align-items: flex-start;
}
.swatch-option {
  border-radius: 0px !important;
}
.sidebar .product-items-names .product-item {
  align-items: center;
}
.faq-back-container {
  display: flex;
  align-items: center;
}
.faq-back-link {
  color: black;
  cursor: pointer;
}
.faq-back-link:hover {
  color: #999999 !important;
  text-decoration: underline;
}
.margin-bottom-16 {
  margin-bottom: 16px;
}
.faq-text-box {
  padding: 20px 0px;
  border-bottom: 1px solid #f4f4f4;
}
.faq-section {
  margin: 0;
  max-height: 0;
  transition: max-height 0.5s ease;
  background-color: #f4f4f4;
  overflow: hidden;
  font-size: 14px;
}
.faq-section-padding {
  padding: 8px 20px;
}
.faq-rotate {
  rotate: 90deg !important;
}
.faq-arrow {
  transition: rotate 0.5s ease;
  cursor: pointer;
  rotate: 180deg;
}
.faq-button {
  font-size: 16px;
  color: #222222;
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  cursor: pointer;
}
.faq-section-text {
  margin: 14px 0px;
}
.faq-back-svg {
  rotate: 180deg;
}
.contact-us-margin-top {
  margin-top: 32px;
}
.faq-list {
  list-style-type: disc;
  padding-inline-start: 40px;
  margin-bottom: 10px;
}
.faq-list-number {
  list-style-type: decimal;
  padding-inline-start: 40px;
  margin-bottom: 10px;
}
.faq-section-title {
  font-size: 14px;
}
.faq-list-dash {
  list-style-type: "-  ";
  padding-inline-start: 40px;
  margin-bottom: 10px;
}
.product-add-form .product-options-wrapper .swatch-opt .swatch-attribute-label {
  text-transform: none;
  color: #666666;
  font-size: 16px;
  font-weight: normal;
}
.faq-a-link {
  text-decoration: underline;
  font-size: 14px;
  color: #000;
}
.iti--allow-dropdown .iti__flag-container {
  right: 0px !important;
  left: auto !important;
}
.iti--allow-dropdown input,
.iti--allow-dropdown input[type=text] {
  padding-right: 52px !important;
  padding-left: 6px !important;
}
.iti__arrow {
  margin-right: 6px !important;
  margin-left: 0px !important;
}
.iti__selected-flag {
  padding: 0 8px 0 6px;
}
.inclusive-img {
  width: 80%;
  float: inline-end;
}
.inclusive-img-text {
  font-size: 16px;
}
.inclusive-img-text p {
  font-size: 16px;
}
.inclusive-img-main {
  width: 100%;
}
.inclusive-grid-title p {
  color: #000 !important;
  size: 20px !important;
}
.inclusive-grid-text p span {
  color: #222222 !important;
  font-size: 15px !important;
  line-height: 1.4 !important;
}
.inclusive-grid-text p {
  padding-inline-end: 8px !important;
}
.about-title {
  font-size: 20px;
  font-weight: 500;
  margin-bottom: 10px;
  color: #313131;
}
.about-subtitle {
  color: #313131;
  font-family: inherit;
  font-size: 16px;
  font-weight: 400;
  letter-spacing: normal;
  line-height: 20px;
  margin-top: 40px;
}
.about-small-title {
  color: #313131;
  font-family: inherit;
  font-size: 13px;
  font-weight: 400;
  letter-spacing: normal;
  line-height: 20px;
}
.about-text {
  color: #6d6d6d;
  font-family: inherit;
  font-size: 13px;
  font-weight: 400;
  letter-spacing: .25px;
  line-height: 18px;
}
.about-text a {
  color: #6d6d6d;
  text-decoration: underline;
  font-size: 13px;
  font-weight: 400;
  letter-spacing: .25px;
  line-height: 18px;
}
.about-link {
  font-size: 13px !important;
  text-decoration: underline;
}
.about-link:hover,
.about-link:active,
.about-link:focus {
  font-size: 13px !important;
  text-decoration: underline;
}
a:focus,
a:active {
  color: #000;
}
.about-button-container-margin {
  margin: 20px 0px 40px;
}
.about-white-button {
  display: block;
  font-size: 14px;
  border-radius: 0;
  color: #000;
  background-color: white;
  border: 1px solid black;
  padding: 14px 68px;
  text-align: center;
  width: fit-content;
}
.about-white-button:hover {
  color: white !important;
  background-color: black;
  border: 1px solid white;
}
.about-white-button:focus {
  color: white !important;
  background-color: black;
  border: 1px solid white;
}
.text-decoration-underline {
  text-decoration: underline !important;
}
.about-list {
  list-style-type: disc;
  padding-inline-start: 40px;
  margin-bottom: 10px;
  font-size: 13px;
}
.anchor-vertical-list a {
  color: #999999;
  font-size: 14px;
  display: flex;
  width: max-content;
}
.anchor-vertical-list a:hover,
.anchor-vertical-list a:active,
.anchor-vertical-list a:focus {
  color: black !important;
  text-decoration: underline;
  font-size: 15px;
}
.denim-look-text {
  text-align: end;
  font-size: 16px;
  color: black;
  padding: 24px 0px;
}
.denim-img-container {
  position: relative;
  cursor: pointer;
}
.denim-img-container:hover .look-overlay {
  opacity: 1;
}
.denim-shop-link {
  text-align: center;
  text-decoration: underline;
  display: flex;
  align-items: center;
  justify-content: center;
}
.denim-shop-link a {
  color: black !important;
}
.look-overlay {
  position: absolute;
  bottom: 8px;
  left: 0;
  width: 100%;
  z-index: 1;
  background: linear-gradient(180deg, transparent, rgba(0, 0, 0, 0.3));
  transition: opacity .3s ease;
  padding: 32px;
  display: grid;
  justify-items: start;
  align-items: end;
  color: white;
  margin: 0px;
  opacity: 0;
}
.denim-bottom-title p {
  font-size: 20px;
  color: #999999;
}
.denim-bottom-button-container {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.denim-bottom-button {
  border-bottom: 1px solid black;
  padding-bottom: 5px;
  width: fit-content;
  text-decoration: none;
}
.denim-bottom-button a {
  font-size: 20px !important;
  color: black !important;
  text-decoration: none !important;
  margin: 0px !important;
  padding: 0px !important;
}
.catalog-category-view .block.filter .block-content.filter-content .close-filter-fixed {
  color: #000 !important;
  background-color: white;
  text-align: start;
  padding: 0px 20px;
  border-bottom: 1px solid #e4e4e4;
  letter-spacing: 0px !important;
}
.catalogsearch-result-index .block.filter .block-content.filter-content .close-filter-fixed {
  color: #000 !important;
  background-color: white;
  text-align: start;
  padding: 0px 20px;
  border-bottom: 1px solid #e4e4e4;
}
.filter-open body.catalog-category-view .category-product-actions .filter-toggle .title:before {
  color: #000 !important;
  left: 10px;
  right: inherit;
}
.filter-open body.catalogsearch-result-index .category-product-actions .filter-toggle .title:before {
  color: #000 !important;
  left: 10px;
  right: inherit;
}
.catalog-category-view.page-layout-2columns-left .block.filter .block-content.filter-content {
  width: 100%;
}
.catalogsearch-result-index.page-layout-2columns-left .block.filter .block-content.filter-content {
  width: 100%;
}
.ui-datepicker-trigger.v-middle {
  border: 1px solid black !important;
}
.control.customer-dob input {
  border-radius: 0 !important;
  border-color: black !important;
}
.product.media .product-thumbnail.mobile .gallery-horizontal {
  margin: 0px !important;
}
.product.media .mobile .horizontal-thumbnail .owl-item {
  padding: 0px 0px 0px 1px !important;
}
.product.media .mobile .horizontal-thumbnail-row {
  margin: 0px !important;
}
.img-plp-container {
  position: relative;
  font-size: 0px;
}
.btn-disable {
  background-color: #e4e4e4 !important;
  color: #999 !important;
  border-radius: 0 !important;
  height: fit-content !important;
  font-size: 16px !important;
  padding: 15px 24px !important;
  border: 1px solid #e4e4e4 !important;
  cursor: not-allowed;
}
.tel-contact-container {
  display: grid;
  grid-auto-flow: column;
  grid-template-rows: auto auto;
  justify-content: space-between;
  width: 100%;
}
.tel-contact-lable {
  font-size: 12px;
  color: #999999;
}
.contact-hyperlink {
  font-size: 14px;
  text-decoration: underline;
  margin-bottom: 0px;
  color: #000;
  cursor: pointer;
}
.contact-hyperlink:hover {
  color: #999 !important;
  text-decoration: underline;
}
.contact-large-title {
  font-size: 28px;
  color: #000;
  margin-bottom: 20px;
}
.full-width {
  width: 100% !important;
}
.filter-toggle {
  width: 40%;
  display: inline-flex;
  align-items: center;
  text-align: center;
}
.product-items .action.towishlist:hover:before {
  color: rgba(0, 0, 0, 0.1) !important;
}
.product-item-actions .actions-secondary > .action:hover:before,
.product-items .action.towishlist:hover:before {
  color: rgba(0, 0, 0, 0.1) !important;
}
.ui-datepicker-trigger.v-middle {
  margin: 5px 0px 0px !important;
}
.mgs-gdpr-checkbox .mage-error {
  margin-right: 20px;
}
.mgs-gdpr-checkbox .label {
  padding-right: 20px;
}
.sales-order-view .items.order-links li.current {
  color: #000 !important;
}
.ui-datepicker .ui-datepicker-title {
  display: flex;
}
.ui-datepicker .ui-datepicker-title .ui-datepicker-month {
  width: fit-content;
}
.ui-datepicker .ui-datepicker-title .ui-datepicker-year {
  width: fit-content;
}
.products-grid.wishlist .product-item .product-item-info {
  height: 100%;
  display: flex;
  flex-direction: column;
}
.catalog-category-view .block.filter .block-content.filter-content .block-filter-content .filter-options-item .filter-options-title {
  font-size: 14px;
  line-height: 1;
  color: #000;
  letter-spacing: 0px;
  font-weight: 500 !important;
}
.catalogsearch-result-index .block.filter .block-content.filter-content .block-filter-content .filter-options-item .filter-options-title {
  font-size: 14px;
  line-height: 1;
  color: #000;
  letter-spacing: 0px;
}
.mgs-filter .filter-content .item .mgs-ajax-layer-item {
  font-size: 14px;
  color: #000;
}
.mgs-filter .filter-content .item .mgs-ajax-layer-item .price {
  font-size: 14px !important;
  color: #666666 !important;
}
.swatch-option-link-layered a {
  color: #222222;
}
.opc-block-summary .product-item .product-item-inner {
  position: initial !important;
}
.minicart-items .product-item .product-item-details .item-options {
  margin: 0px !important;
}
.w-fit-content {
  width: fit-content !important;
}
.catalogsearch-result-index .block.filter .block-content.filter-content .filter-options-item .filter-options-title:before {
  display: none;
}
.intl-tel-input.allow-dropdown .flag-container {
  left: auto !important;
  right: 0 !important;
}
.intl-tel-input .selected-flag {
  padding: 0 8px 0 0px !important;
}
.intl-tel-input .selected-flag .iti-arrow {
  left: 6px !important;
  right: inherit !important;
}
.intl-tel-input.allow-dropdown input,
.intl-tel-input.allow-dropdown input[type=text] {
  padding-left: 6px;
  padding-right: 52px;
}
.catalogsearch-result-index .category-product-actions .block.search-suggestions ul li {
  margin: 0px;
}
.category-product-actions {
  display: flex;
  justify-content: space-between;
}
form.form-address-edit .fieldset .message.info {
  text-align: start;
}
header.page-header .header-area:not(.header7) .navigation .nav-main-menu {
  margin: 0 !important;
}
.header-grid-row {
  display: grid;
  grid-auto-flow: column;
  align-items: center;
  width: fit-content;
  justify-content: start;
  height: 100%;
}
.opc-block-summary .table-totals tr.totals.grand th strong,
.opc-block-summary .table-totals tr.totals.grand td strong {
  color: black !important;
  font-weight: 500;
}
.result-slider [data-content-type='row'][data-appearance='contained'] {
  padding: 0px !important;
  padding-top: 56px;
}
.result-slider .slick-initialized .slick-slide {
  position: relative;
}
.result-slider .slider-row {
  padding: 0px !important;
}
.toolbar-sorter.sorter {
  display: flex;
}
.opc-block-summary .items-in-cart .product .item-options dt {
  clear: right;
  float: right;
  margin: 0 0px 5px 10px;
}
.opc-block-summary .items-in-cart .product .item-options dd {
  float: right;
}
.intl-tel-input.allow-dropdown input,
.intl-tel-input.allow-dropdown input[type=text],
.intl-tel-input.allow-dropdown input[type=tel] {
  padding-right: 52px;
  padding-left: 6px;
  margin-left: 0;
  text-align: start;
  direction: rtl;
}
.cookie-list {
  list-style-type: disc;
  padding-inline-start: 18px;
  margin-bottom: 10px;
}
.newsletter-popup-close {
  top: 0px !important;
  width: 40px;
  height: 40px;
  font-size: 40px;
}
.newsletter-popup-title {
  padding: 0px;
  color: #000000;
}
.newsletter-popup-text {
  font-size: 16px;
  text-align: start;
  color: #666666;
  margin-bottom: 20px;
}
.field.form-group.newsletter {
  text-align: start;
}
aside.modal-popup.modal_newsletter_popup.modal-slide._inner-scroll .newsletter-popup-form .grpr-checkbox.choice.mgs-gdpr-checkbox {
  text-align: start;
}
aside.modal-popup.modal_newsletter_popup.modal-slide._inner-scroll .newsletter-popup-form {
  padding: 0px;
}
.newsletter-popup-lable {
  display: block;
  padding-right: 30px !important;
}
.newsletter-popup-checkbox {
  width: 20px;
  height: 20px;
}
.newsletter-popup-link {
  text-decoration: underline;
  color: #000;
}
.newsletter-popup-link:hover {
  text-decoration: underline;
  color: #999 !important;
}
.newsletterPopup-close {
  position: absolute;
  top: 5px;
  left: 5px;
  cursor: pointer;
  margin: 6px;
}
.form-group.newsletter {
  margin-bottom: 20px;
}
.newsletter-margin-20 {
  margin-bottom: 20px;
}
.mst-gdpr__cookie-bar-wrapper .mst-gdpr__cookie-bar {
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  border-radius: 0px;
  width: 440px;
  flex-direction: column;
  bottom: initial;
  min-width: auto;
  align-items: flex-start;
}
.mst-gdpr__cookie-bar-wrapper .mst-gdpr__cookie-bar .mst-gdpr__buttons {
  flex-direction: column;
  width: 100%;
  align-items: center;
  gap: 8px;
  margin: 0px;
}
.mst-gdpr__cookie-bar-wrapper .mst-gdpr__cookie-bar .mst-gdpr__buttons button {
  width: 100%;
  margin-right: 0px;
  line-height: 24px !important;
  font-size: 16px !important;
  font-weight: 600;
}
.cookie-popup-title {
  color: #222222;
  text-align: start;
  font-weight: 600;
  margin: 0px;
}
.consent-text {
  font-size: 12px;
  color: #666666;
  line-height: 16px;
  margin: 8px 0px 16px;
}
.cookie-popup-link {
  text-decoration: underline;
}
.cookie-popup-link:hover {
  text-decoration: underline;
}
.mst-gdpr__cookie-bar-overlay {
  background-color: rgba(0, 0, 0, 0.7);
}
.modal-popup .action-close,
.modal-slide .action-close {
  left: 0;
  right: auto;
}
.mst-gdpr__cookie-settings--cookie-group-container .switch input {
  opacity: 1;
  width: 20px;
  height: 20px;
  cursor: pointer;
}
.mst-gdpr__cookie-settings--cookie-group-container .title-container label {
  float: none;
  margin-left: 0px;
  cursor: pointer;
  font-size: 14px;
}
.mst-gdpr__cookie-settings--cookie-group-container .switch {
  position: relative;
  display: flex;
  width: auto;
  height: auto;
}
.mst-gdpr__cookie-settings--cookie-group-container .title-container {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  flex-direction: row;
  padding: 0px;
  padding-bottom: 0px;
}
.mst-gdpr__cookie-settings--cookie-group-container .title-container p {
  cursor: auto;
  padding: 0;
  margin: 0px;
}
.mst-gdpr__cookie-settings--group-content {
  box-shadow: none;
  margin-bottom: 32px;
}
.mst-gdpr__cookie-settings--cookie-group-container .title-container p:before {
  display: none;
}
.mst-gdpr__cookie-settings--cookie-modal-settings.modal-popup._inner-scroll .modal-inner-wrap {
  border-radius: 0px;
}
.modal-slide._inner-scroll .modal-header {
  text-align: start;
  padding: 0px;
}
.mst-gdpr__cookie-settings--cookie-modal-settings.modal-popup.modal-slide .modal-title {
  font-size: 16px;
  color: #222222;
}
.mst-gdpr__cookie-settings--cookie-group-container .title-container p {
  font-size: 14px;
  font-weight: 600;
  color: #222222;
}
.mst-gdpr__cookie-settings--cookie-group-container .content {
  color: #666666;
  line-height: 16px;
  margin: 0px;
  padding-bottom: 16px;
  padding-top: 8px;
  line-height: 1.2;
}
.modal-popup.modal-slide .modal-inner-wrap .modal-content > * {
  padding: 0px !important;
}
.modal-slide._inner-scroll .modal-footer {
  padding: 0px;
}
.mst-gdpr__cookie-settings--cookie-modal-settings.modal-popup.modal-slide .modal-text {
  margin: 0px;
}
.modal-popup.modal-slide .modal-footer {
  text-align: end;
}
.dash-list {
  list-style-type: none;
  padding: 0;
}
.dash-list li:before {
  content: "-";
  margin-left: 12px;
}
.faq-section-text a {
  text-decoration: underline;
}
.faq-section-text a:hover {
  text-decoration: underline;
}
.out-of-stock-alert {
  font-size: 14px !important;
  font-weight: 400 !important;
  color: #7b0000 !important;
  background-color: #FCE6E6;
  padding: 4px 8px 4px 8px;
}
.column.main .message.info {
  text-align: start;
}
.privacy-title {
  color: #000;
  size: 28px;
}
.order-links {
  display: table;
  margin: 20px auto 40px;
  width: 100%;
  border-bottom: none;
}
.order-links .item {
  display: table-cell;
  text-align: center;
  padding: 10px 15px;
  text-transform: uppercase;
  color: #000;
}
.sales-order-invoice .items.order-links li.current {
  color: #000 !important;
}
.sales-order-view .items.order-links li strong,
.sales-order-invoice .items.order-links li strong {
  font-weight: 600;
}
.table-wrapper.order-items table.table tfoot tr.grand_total th strong {
  color: #000 !important;
}
.table-wrapper.table-order-items.invoice table.table tfoot tr.grand_total th strong {
  color: #000 !important;
}
.mst-gdpr_customer {
  display: flex;
  gap: 30px;
  flex-direction: column;
}
.mst-gdpr_customer .card .gap-4 {
  display: flex;
  gap: 20px;
}
.gap-4 .a-link svg {
  rotate: 180deg;
}
.mst-gdpr__cookie-settings--cookie-modal-settings.modal-popup.modal-slide .modal-footer {
  padding-top: 10px;
}
.minicart-title {
  font-size: 20px;
  color: #222222;
  margin: 0px;
}
.close-filter-fixed {
  margin: 0px;
}
.product.name.product-item-name {
  font-size: 16px;
}
.hidden {
  display: none;
}
.error-message-pass {
  color: #ff0000;
  font-size: 12px;
  font-weight: 400;
  margin-top: 0;
  font-style: italic;
  padding-top: 5px;
  line-height: 1.4;
}
.pass-circle {
  color: #cccccc;
  font-size: 9.5px;
  bottom: 1px;
  position: relative;
  padding-inline-end: 6px;
}
.pass-check {
  color: #20882c;
  font-size: 9.5px;
  bottom: 1px;
  position: relative;
  padding-inline-end: 6px;
}
.pass-checker-table {
  font-size: 13px;
  width: fit-content;
  order: 3;
  -webkit-order: 3;
  -ms-flex-order: 3;
}
.pass-order {
  order: 1 !important;
  -webkit-order: 1 !important;
  -ms-flex-order: 1 !important;
}
.fa-eye-slash:before {
  content: "\f070";
}
.password-input-container {
  position: relative;
}
.password-input-container .toggle-password {
  position: absolute;
  left: 10px;
  top: 60%;
  z-index: 10;
}
.password-input-container .toggle-confirm-password {
  position: absolute;
  left: 10px;
  top: 26%;
  z-index: 10;
}
.border-error {
  border-color: #ff0000 !important;
}
.mgs-gdpr-checkbox {
  display: flex;
  flex-direction: column;
}
.mgs-gdpr-checkbox .mage-error {
  order: 2;
}
.field.choice.mgs-gdpr-checkbox .label {
  margin: 0px;
}
.block-title-account h3 {
  text-transform: none;
  font-size: 20px;
}
.account-nav .item a:hover {
  color: black !important;
  text-decoration: underline !important;
  padding: 0px !important;
  font-weight: bold;
}
.account-nav .item.current strong {
  color: black;
  border-bottom: none !important;
  text-decoration: underline !important;
  padding: 0px !important;
  font-weight: 400 !important;
  cursor: pointer;
  font-size: 16px !important;
  line-height: 20px;
}
.account-nav .item.current strong:hover {
  font-weight: bold !important;
}
.account-nav .item a,
.account-nav .item.current strong {
  transition: none !important;
}
.account-nav .item:first-child {
  margin-top: 0 !important;
}
.box-content {
  font-size: 14px;
}
body.account main.page-main .columns .actions-toolbar-form {
  border-top: none;
  text-align: center;
}
.orders-empty-container {
  text-align: center;
  font-size: 20px;
  font-weight: bold;
  color: #000000;
  padding-top: 72px;
}
.info-empty-subtitle {
  color: #222222;
  font-size: 16px;
  font-weight: 400;
}
body.account main.page-main .columns form .actions-toolbar-form a,
body.account main.page-main .columns .actions-toolbar-form a {
  margin: 0px !important;
}
body.account main.page-main .columns form .actions-toolbar-form,
body.account main.page-main .columns .actions-toolbar-form {
  border-top: none;
  padding-top: 0px;
}
.control-buttons {
  margin-top: 20px;
  margin-bottom: 20px;
}
form.form-address-edit h3.block-title-info {
  margin-bottom: 20px;
  font-weight: bold;
  font-size: 28px;
  text-transform: none;
}
#minicartApplePayButton {
  display: none;
}
.tusla-livechat {
  z-index: 9999 !important;
}
.product-info-main .price-box {
  display: flex;
  gap: 8px;
  margin-top: 8px;
  margin-bottom: 24px;
  align-items: center;
}
.product-info-main .price-box .weee {
  line-height: 16px;
  margin-bottom: 0;
  font-size: 16px;
}
.product-info-main .price-box .price-wrapper .price {
  color: #222222;
  font-weight: 500;
  line-height: 16px;
}
.product-info-main .box-tocart .actions,
.product-options-bottom .box-tocart .actions {
  flex-shrink: 1;
  width: 100%;
}
.product-info-main .box-tocart .fieldset,
.product-options-bottom .box-tocart .fieldset {
  flex-wrap: nowrap;
}
.pdp-links-container {
  margin: 20px 0px 0px 0px;
}
.pdp-link-container {
  display: flex;
  align-items: center;
  gap: 8px;
  margin: 0px 0px 8px 0px;
}
.pdp-link-icon {
  color: black;
}
.pdp-link {
  font-size: 14px;
  color: #000000;
}
.pdp-link:hover {
  text-decoration: underline;
  color: #999999 !important;
}
.swatch-option.oos:after,
.swatch-option.disabled:after {
  background: transparent;
}
.swatch-option.text.oos,
.swatch-option.text.disabled {
  color: #999999 !important;
}
.swatch-option.disabled:after {
  background: transparent;
}
.swatch-option.oos::before,
.swatch-option.disabled::before {
  background: transparent;
  content: '';
  display: inline-block;
  width: 16px;
  height: 16px;
  background-image: url('data:image/svg+xml,%3Csvg%20data-testid%3D%22email-icon%22%20width%3D%221em%22%20height%3D%221em%22%20viewBox%3D%220%200%2020%2020%22%20fill%3D%22%23999999%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20fill-rule%3D%22evenodd%22%20clip-rule%3D%22evenodd%22%20d%3D%22M2.00008%204H2V4.00008L2.00008%204ZM2%2015.2928V4.70711L7.29286%209.99996L2%2015.2928ZM2.70703%2016H17.2929L12%2010.7071L10%2012.7071L7.99996%2010.7071L2.70703%2016ZM12.7071%2010L18%2015.2929V4.70718L12.7071%2010ZM18%2015.9999L17.9999%2016H18V15.9999ZM10%2011.2929L2.70711%204H17.293L10%2011.2929ZM1%203V17H19V3H1Z%22%3E%3C%2Fpath%3E%3C%2Fsvg%3E');
  background-size: contain;
  background-repeat: no-repeat;
  margin-left: 5px;
  vertical-align: middle;
  min-width: 16px;
}
.swatch-option.text.oos,
.swatch-option.text.disabled {
  color: #999999 !important;
}
.action.primary.mst-gdpr__cookie-settings--success-btn {
  padding: 16px 24px;
  font-size: 16px;
  font-weight: 500;
}
.modal-popup.mst-gdpr__cookie-settings--cookie-modal-settings.modal-slide._inner-scroll._show .action-close {
  display: none;
}
.checkbox-cookie {
  display: none;
}
.checkbox-cookie + label {
  display: inline-block;
  width: 20px;
  height: 20px;
  border: 1px solid black;
  border-radius: 4px;
  background-color: white;
  position: relative;
  cursor: pointer;
  border-radius: 0;
  margin: .4rem 0;
}
.checkbox-cookie:checked + label {
  background-color: white;
  background-image: url('data:image/svg+xml;base64,PHN2ZyBjbGFzcz0iIiBkYXRhLXRlc3RpZD0iaWNvbi11dGlsaXR5LWNoZWNrLXNtYWxsLXN2ZyIgd2lkdGg9IjFlbSIgaGVpZ2h0PSIxZW0iIHZpZXdCb3g9IjAgMCAxNiAxNiIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj48cGF0aCBmaWxsLXJ1bGU9ImV2ZW5vZGQiIGNsaXAtcnVsZT0iZXZlbm9kZCIgZD0iTTE1LjE4MjkgMy4xMjE1OUw2LjQzMjEyIDEzLjUzOTIgMS42NDY0OCA4Ljc1MzU0TDIuMzUzNTkgOC4wNDY0NEw2LjM2Nzk2IDEyLjA2MDhMMTQuNDE3MiAyLjQ3ODM5TDE1LjE4MjkgMy4xMjE1OVoiIGZpbGw9ImJsYWNrIj48L3BhdGg+PC9zdmc+');
  background-repeat: no-repeat;
  background-position: center;
}
.checkbox-cookie:disabled + label {
  background-color: transparent;
  border: 1px solid #e4e4e4;
  cursor: not-allowed;
  background-image: url('data:image/svg+xml;base64,PHN2ZyBjbGFzcz0iIiBkYXRhLXRlc3RpZD0iaWNvbi11dGlsaXR5LWNoZWNrLXNtYWxsLXN2ZyIgd2lkdGg9IjFlbSIgaGVpZ2h0PSIxZW0iIHZpZXdCb3g9IjAgMCAxNiAxNiIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj48cGF0aCBmaWxsLXJ1bGU9ImV2ZW5vZGQiIGNsaXAtcnVsZT0iZXZlbm9kZCIgZD0iTTE1LjE4MjkgMy4xMjE1OUw2LjQzMjEyIDEzLjUzOTIgMS42NDY0OCA4Ljc1MzU0TDIuMzUzNTkgOC4wNDY0NEw2LjM2Nzk2IDEyLjA2MDhMMTQuNDE3MiAyLjQ3ODM5TDE1LjE4MjkgMy4xMjE1OVoiIGZpbGw9IiNlNGU0ZTQiPjwvcGF0aD48L3N2Zz4=');
}
.mgs-filter-active .filter-current-subtitle:before {
  display: none;
}
.price-box .old-price {
  margin-right: 0px;
}
.product-info-main .special-price {
  margin: 0px;
}
#vat-text {
  order: 3;
  line-height: 16px;
  color: #000 !important;
}
.price-box .special-price .price {
  color: #e10000 !important;
}
.old-price span.price,
.old.price span.price {
  color: #666666 !important;
}
.lang-dropdown .switcher .switcher-dropdown li {
  padding: 16px 12px 16px 12px !important;
}
.header-area .switcher .switcher-dropdown li + li {
  border-top: none;
}
.lang-dropdown .switcher .switcher-dropdown li:hover {
  color: #FFFFFF !important;
  background-color: #000000 !important;
}
.switcher-country {
  width: 100.5%;
}
.cart-empty-container {
  display: flex;
  justify-content: center;
  gap: 16px;
  align-items: center;
  margin-bottom: 12px;
}
.cart-empty-title {
  font-size: 20px;
  font-weight: bold;
  color: #000000;
  margin: 0px !important;
}
.cart-empty-text {
  font-size: 16px;
  color: #222222;
  margin: 0 !important;
}
.wishlist-heart .heart-path {
  fill: transparent;
  stroke: black;
  stroke-width: 1;
  fill-opacity: 1;
}
.wishlist-heart .heart-path.fill-black {
  fill: black !important;
}
.product-info-main .product-addto-links a.action:hover:not(.added-to-whish-list),
.product-info-main .share-this-container a.action:hover:not(.added-to-whish-list) {
  background-color: transparent !important;
}
.product-info-main .product-addto-links a.action.towishlist:before {
  display: none;
}
.cart-total-vat {
  color: #666666;
  font-size: 14px;
}
.cart-total {
  color: #000000;
  font-size: 14px;
  margin: 0px 0px 0px 8px;
}
.old-price + .price {
  color: #E10000 !important;
  font-size: 14px;
  font-weight: 500;
}
.checkout-cart-index .page-main .cart.table-wrapper table tbody tr td .old-price .price {
  color: #666666;
  font-size: 14px;
  font-weight: 500;
}
.promo-message-container {
  font-size: 12px;
  color: #e10000;
  display: flex;
  flex-direction: row;
  gap: 4px;
}
.promo-message-container > .promo-message {
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: max-content;
}
.promo-message-gray {
  color: #666;
}
.promo-message-container > .promo-message-icon {
  display: flex;
  flex-direction: column;
  justify-content: center;
  height: 21px;
  padding-top: 3px;
}
div[name="shippingAddress.firstname"] {
  width: 50%;
  float: right;
}
div[name="shippingAddress.lastname"] {
  width: 50%;
  float: left;
}
div[name="shippingAddress.country_id"] {
  width: 50%;
  float: right;
}
div[name="shippingAddress.region_id"] {
  width: 50%;
  float: left;
  margin: 16px 0;
}
.pvh-InputField {
  --input-height: 56px;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  width: 100%;
  margin: 16px 0;
}
.pvh-label {
  display: flex;
  width: 100%;
  position: relative;
  margin: 0px !important;
}
.pvh-input {
  box-sizing: border-box !important;
  -webkit-appearance: none !important;
  -moz-appearance: none !important;
  appearance: none !important;
  outline: 0 !important;
  box-shadow: none !important;
  font-size: 1rem !important;
  line-height: normal !important;
  color: #000 !important;
  padding: 26px 12px 8px 12px !important;
  border-color: #e4e4e4 !important;
  border-radius: 0 !important;
  border-style: solid !important;
  border-width: 0.0625rem !important;
  width: 100% !important;
  height: 56px !important;
  background-color: #fff !important;
  transition: all 0.2s linear;
  overflow: hidden;
}
.pvh-labelspan {
  color: #666;
  font-size: 0.875rem;
  font-weight: 400;
  line-height: 1.5rem;
  position: absolute;
  top: 0.5rem;
  right: 0.75rem;
  left: 0;
  transition: all 0.2s linear;
  pointer-events: none;
  z-index: 1;
}
form.form-shipping-address .field._required label.label:after {
  content: none;
}
form.form-shipping-address .field._required span.pvh-labelspan:after {
  content: "*";
  color: #ff0000;
  margin: 0 0 0 2px;
}
.field._error .control .pvh-input {
  border-bottom: 3px solid #e10000 !important;
}
.field._error .pvh-labelspan {
  color: #e10000 !important;
}
.field._error .intl-tel-input.allow-dropdown .input-text {
  border-bottom: 3px solid #e10000 !important;
}
.intl-tel-input.allow-dropdown .input-text {
  box-sizing: border-box !important;
  -webkit-appearance: none !important;
  -moz-appearance: none !important;
  appearance: none !important;
  outline: 0 !important;
  box-shadow: none !important;
  font-size: 1rem !important;
  line-height: normal !important;
  color: #000 !important;
  padding: 17px 52px 17px 32px !important;
  border-color: #e4e4e4 !important;
  border-radius: 0 !important;
  border-style: solid !important;
  border-width: 0.0625rem !important;
  width: 100% !important;
  height: 56px !important;
  background-color: #fff !important;
  transition: all 0.2s linear;
}
header.page-header .header-area:not(.header7) .navigation .nav-main-menu li.mega-menu-fullwidth:not(.menu-2columns) > ul.dropdown-menu {
  min-height: 367px;
}
.widget-margin-0 .block-static-block.widget,
.block-cms-link.widget {
  margin-bottom: 0px !important;
}
.extra-gallery-grid .product.media .gallery-list .item-image {
  font-size: 0px;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 50%;
  flex: 0 0 49%;
  max-width: 50%;
  padding: 0px !important;
  margin: 0px !important;
}
.extra-gallery-grid .product.media .gallery-list {
  gap: 8px;
}
.block.filter .block-content.filter-content .filter-options-item .swatch-attribute-options .swatch-option-link-layered .swatch-option {
  margin: 0;
  padding: 6px;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 14px;
  font-weight: 400;
  color: #000;
}
.block.filter .block-content.filter-content .filter-options-item .swatch-attribute-options .swatch-option-link-layered .swatch-option.image {
  background-position: center;
  width: fit-content;
  background-size: contain;
  padding: 0px;
  margin: 0 0 10px 10px !important;
}
.block.filter .block-content.filter-content .filter-options-item .swatch-attribute-options .swatch-option-link-layered {
  width: 100%;
}
.filter .swatch-option.color {
  margin: 0 0 10px 10px !important;
  width: fit-content !important;
}
.filter .swatch-attribute-options.clearfix {
  display: grid;
  width: 100%;
  grid-auto-flow: row;
  row-gap: 6px;
  column-gap: 6px;
  grid-template-columns: repeat(4, minmax(0, 1fr));
}
.mobile-footer-button-container .ck-black-button {
  width: 100%;
  border-radius: 0;
  padding: 15px 24px;
  background-color: #ffffff;
  color: #000000;
  border: 1px solid black;
  height: fit-content;
  font-size: 16px;
  margin: 0px;
}
.mobile-footer-button-container .ck-black-button:hover {
  color: #ffffff;
  background-color: #000000;
  border: 1px solid #ffffff;
}
.mobile-footer-button-container .ck-black-button:focus {
  background-color: #ffffff;
  color: #000000;
  border: 1px solid #000000;
}
.page-footer .mobile-footer-button-container p {
  margin-bottom: 0px !important;
  line-height: 24px !important;
  color: #ffffff;
}
.page-footer .mobile-footer-button-container .switcher-trigger span {
  color: #ffffff;
}
.page-footer .mobile-footer-button-container .switcher .options.active ul.dropdown {
  background-color: #000000 !important;
  border: 1px solid #ffffff !important;
}
.page-footer .mobile-footer-button-container .switcher .options ul.dropdown li {
  color: #ffffff !important;
  background-color: #000000 !important;
}
.page-footer .mobile-footer-button-container .switcher .options ul.dropdown li:hover {
  color: #000000 !important;
  background-color: #ffffff !important;
}
.scroll-to-top {
  display: none;
}
.mycal-banner-text-container {
  max-width: 473px;
  margin-bottom: 24px;
}
.mycal-banner-text {
  color: #fff;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 0.25px;
  margin: 0px !important;
}
.mycal-banner-white-link {
  font-size: 16px;
  padding-bottom: 5px;
  border-bottom: 2px solid #ffffff;
  color: #ffffff;
  font-weight: 500;
}
.mycal-banner-white-link:hover {
  color: #ffffff !important;
}
.mycal-banner-white-link:active {
  color: #ffffff !important;
}
.mycal-banner-white-link:focus {
  color: #ffffff !important;
}
.mycal-banner-links-container {
  display: flex;
  flex-direction: row;
  gap: 20px;
}
.price-container .price {
  font-size: 14px !important;
  color: #222222;
  font-weight: 500 !important;
}
.product-item-name > a {
  color: #222222 !important;
  font-size: 14px;
}
.product.name.product-item-name {
  font-size: 14px;
  margin-bottom: 4px !important;
}
.search-result-product-container .price-container.price-final_price.tax.weee {
  line-height: 1;
  font-size: 14px;
}
.header-gap.desktop-grid a {
  font-size: 14px;
}
.ck-subcategories a {
  font-size: 14px;
  color: #222222;
  line-height: 20px;
}
.search-result-product-container .normal-price .price-wrapper span {
  font-size: 14px !important;
}
.old-price span.price {
  padding: 0px !important;
}
.old-price {
  font-size: 14px;
  color: #666666;
  font-weight: 500;
}
.old-price + span {
  color: #e10000 !important;
  padding-inline-start: 2px;
  font-weight: 500;
}
.button-group {
  display: flex;
  gap: 0px;
}
.button-group input[type="radio"] {
  display: none;
}
.button-group label.button {
  display: inline-block;
  padding: 16px 24px;
  border: 1px solid #e4e4e4;
  cursor: pointer;
  background-color: #fff;
  color: #000;
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
  margin: 0px;
}
.button-group label.button:hover {
  background-color: #000;
  color: #fff;
  border-color: #000;
}
.button-group input[type="radio"]:checked + label {
  background-color: #000;
  color: #fff;
  border-color: #000;
}
.details-account-container {
  max-width: 810px;
  margin-bottom: 20px;
}
.details-account-display-container {
  border: 1px solid #e4e4e4;
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.details-account-header-container {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
.details-account-header {
  color: #000000;
  font-size: 14px;
  margin: 0px !important;
  line-height: 1;
  font-weight: 500;
}
.details-account-label {
  font-size: 14px !important;
  color: #000000;
  border-bottom: 1px solid #000000;
  width: fit-content;
  padding: 0px !important;
  cursor: pointer;
}
.details-account-label:hover {
  color: #999999;
  border-bottom: 1px solid #999999;
}
.data-container {
  display: flex;
}
.details-label {
  font-size: 14px;
  color: #666666;
}
.details-data {
  font-size: 14px;
  color: #000000;
}
.details-container-width {
  flex-grow: 1;
}
.label.required .pvh-labelspan:after {
  content: "*";
  color: #ff0000;
  margin: 0 0 0 2px;
}
.label._required .pvh-labelspan:after {
  content: "*";
  color: #ff0000;
  margin: 0 0 0 2px;
}
.pvh-label .control {
  width: 100%;
}
.pvh-input.mage-error {
  border-bottom: 2px solid #e10000 !important;
  font-style: normal !important;
}
.pvh-label div.mage-error {
  padding: 8px 0px 0px 12px;
  font-size: 14px !important;
  color: #E10000 !important;
  font-style: normal !important;
}
.pvh-control input {
  box-sizing: border-box !important;
  -webkit-appearance: none !important;
  -moz-appearance: none !important;
  appearance: none !important;
  outline: 0 !important;
  box-shadow: none !important;
  font-size: 1rem !important;
  line-height: normal !important;
  color: #000 !important;
  padding: 26px 12px 8px 12px !important;
  border-color: #e4e4e4 !important;
  border-radius: 0 !important;
  border-style: solid !important;
  border-width: 0.0625rem !important;
  width: 100% !important;
  height: 56px !important;
  background-color: #fff !important;
  transition: all 0.2s linear;
}
form.form-edit-account .customer-name-fields {
  margin-bottom: 16px !important;
}
.mt-0 {
  margin-top: 0px !important;
}
.email-pass-container {
  border: 2px solid #000;
  border-top: none;
  display: flex;
  flex-direction: column;
  margin: 0px !important;
  margin-bottom: 20px !important;
}
.pass-email-display-container {
  border: 1px solid #e4e4e4;
  display: flex;
  flex-direction: column;
  gap: 20px;
  margin-bottom: 20px;
}
.pass-email-container {
  max-width: 810px;
  display: flex;
  flex-direction: column;
}
.toggle-confirm-password-eye {
  position: absolute;
  left: 10px;
  top: 22px;
  z-index: 10;
}
.toggle-password-eye {
  position: absolute;
  left: 10px;
  top: 22px;
  z-index: 10;
}
.details-account-sub {
  color: #666666;
  Font-size: 14px;
}
#passChecker .pass-circle {
  margin-inline-start: 10px;
}
#passChecker .pass-check {
  margin-inline-start: 10px;
}
#passChecker td {
  padding-bottom: 0px;
}
.pass-confirm-error {
  padding: 8px 0px 0px 12px;
  font-size: 14px !important;
  color: #E10000 !important;
  font-style: normal !important;
}
.price-box.price-final_price.plp-price-box {
  display: flex;
}
.abs-margin-for-forms-desktop,
.column:not(.sidebar-main) form .actions-toolbar,
.column:not(.sidebar-additional) form .actions-toolbar {
  margin-left: 0px !important;
}
.btn-width {
  width: 100%;
  max-width: 810px;
}
.form-address-edit {
  max-width: 810px;
  padding: 32px;
  border: 2px solid #000000;
}
.account-text-container {
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.details-account-main-header {
  font-size: 16px;
  color: #000;
  font-weight: 500;
}
.account-header-margin {
  margin: 24px 0px 8px !important;
}
.details-account-header-label {
  color: #000000;
  font-size: 14px;
  margin: 0px !important;
  line-height: 1;
}
.actions-details-form-buttons {
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.address-box {
  border: 1px solid #e4e4e4 !important;
  width: 100% !important;
  display: flex !important;
  flex-direction: column;
  gap: 20px;
}
.line-container {
  max-width: 810px;
  display: flex;
  margin: 0px;
  align-items: center;
}
.block-addresses-default {
  max-width: 100%;
  width: 100%;
  padding: 0px;
}
.login-container .block .login .actions-toolbar > .primary {
  margin-left: 0px !important;
}
.login-btn {
  margin-top: 15px !important;
}
.prefrence-title-account {
  color: #000;
  font-weight: 500;
  margin-bottom: 12px;
}
.prefrence-subtitle-account {
  color: #222;
  font-size: 14px;
  font-weight: 400;
}
.form-newsletter-manage {
  max-width: 810px;
  padding: 24px;
  border: 1px solid #e4e4e4;
}
.form-sub-title {
  color: #000;
  font-size: 16px;
  margin-bottom: 12px;
  font-weight: 500;
}
.form-sub-text {
  color: #000;
  font-size: 14px;
  margin-bottom: 16px;
  font-weight: 400;
  letter-spacing: 0.25px;
  line-height: 20px;
}
.subscribe-label {
  padding-inline-start: 28px !important;
  margin-bottom: 20px !important;
}
.sub-field {
  display: flex;
}
.sub-checkbox {
  height: 20px;
  width: 20px;
  top: 0px !important;
}
.sub-link {
  color: #000;
  text-decoration: underline;
}
.sub-link:hover {
  color: #999 !important;
  text-decoration: underline;
}
.sub-link:focus {
  color: #999 !important;
  text-decoration: underline;
}
.unsub-btn {
  font-size: 14px !important;
  padding: 7px 16px !important;
}
.field.choice.newsletter {
  margin: 8px 0px;
}
.login-container .block .login .actions-toolbar > .primary {
  margin-left: 0px !important;
}
.login-btn {
  margin-top: 15px !important;
}
.error-message {
  margin-top: 0px !important;
  padding-top: 0px !important;
}
.payment-option.discount-code {
  display: flex;
  flex-direction: column;
}
.block-addresses-list .items.addresses > .item:nth-child(even) {
  margin-right: 0px !important;
}
.intl-tel-input .selected-flag .iti-flag {
  top: 18px !important;
}
.intl-tel-input .selected-flag .iti-arrow {
  top: 70% !important;
}
.intl-tel-input.allow-dropdown .input-text {
  padding: 26px 52px 10px 52px !important;
}
.field.street.admin__control-fields.required {
  padding: 0;
  border: none;
}
.tamara-promo-widget-wrapper {
  margin-top: 20px !important;
}
.tamara-summary-widget__inline__text .tamara-summary-widget__container {
  font-family: 'Poppins' !important;
}
.discounted-message .price,
.discounted-checkout-price,
.discount .amount .price,
.totals .amount span .price {
  color: #e10000 !important;
}
.discounted-checkout-price,
.totals .amount .price,
.price-including-tax .cart-price .price,
.totals .mark {
  font-size: 14px !important;
}
.red-price {
  color: #e10000 !important;
}
.old-price.sly-old-price.special-price .price {
  color: #666 !important;
}
.search-slider-wrapper {
  position: fixed;
  top: 40px;
  left: 0;
  width: 100%;
  max-height: 0;
  overflow: hidden;
  background: white;
  transition: max-height 0.3s ease-in-out;
  z-index: 1000;
}
.search-slider {
  padding: 15px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}
.search-slider-wrapper.active {
  max-height: fit-content;
}
.search-slider-close {
  position: absolute;
  left: 20px;
  cursor: pointer;
  top: 34px;
}
#toggleSearchSlider {
  cursor: pointer;
}
#openCountryLangSlider {
  cursor: pointer;
}
header.page-header .header-area.active-sticky.scrolling .search-slider-wrapper {
  top: 0px;
}
.align-items-center {
  align-items: center;
}
#search_mini_form .mgs-instant-search-dropdown {
  position: unset;
}
.close-button {
  position: absolute;
  top: 10px;
  right: 10px;
  background: none;
  border: none;
  font-size: 24px;
  cursor: pointer;
}
.notify-slider-title {
  font-size: 20px;
  font-weight: 500;
  color: #222;
  margin: 0px !important;
}
.notify-slider-text {
  font-size: 14px;
  font-weight: 400;
  color: #000;
  margin-bottom: 24px;
}
.notify-container {
  display: flex;
  gap: 20px;
  margin-bottom: 24px;
}
.notify-item-options {
  margin: 0px !important;
}
.notify.item-options-label {
  font-size: 12px;
  color: #666666;
}
.notify.bts-size {
  font-size: 12px;
  color: #666666;
}
.notify.bts-color {
  font-size: 12px;
  color: #666666;
}
.mb-24 {
  margin-bottom: 24px !important;
}
.notify-link {
  font-weight: 500;
  text-decoration: underline;
  color: #000;
}
.notify-link:hover {
  text-decoration: underline;
  color: #000;
}
.notify-so-flex {
  display: flex;
  align-items: center;
  gap: 10px;
  margin: 12px 0px;
}
.notify-so-text {
  color: #e10000;
}
.gap-10 {
  gap: 10px;
}
.mb-16 {
  margin-bottom: 16px;
}
.bts-product-url {
  color: #222222;
  font-weight: 400;
}
.bts-price {
  color: #222222;
}
.bts-old-price {
  color: #222222;
}
body {
  min-height: 400px;
  /* Adjust this value based on the average content height */
  visibility: hidden;
  /* Hide content until it's ready */
}
.top-wishlist .wishlist-icon:before {
  content: none;
}
.header-area .minicart-wrapper .action.showcart > .counter.qty {
  right: 12px;
  top: -8px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.m-0 {
  margin: 0 !important;
}
.line-h-1 {
  line-height: 1;
}
.rotate-arabic {
  rotate: 180deg;
}
#search-clear {
  font-size: 14px;
  color: #000;
  text-decoration: underline;
  cursor: pointer;
}
.combin {
  font-size: 16px;
  color: #222;
}
.product.attibute.description .value {
  font-size: 16px !important;
  font-weight: 400 !important;
  color: #222 !important;
}
.product-content-after-info {
  width: 100% !important;
}
.hide {
  display: none !important;
}
.clearfix:before {
  content: none !important;
}
/* Element | https://www.calvinklein.ae/en/checkout/#shipping */
div.checkout-shipping-method > div:nth-child(1) {
  display: none !important;
}
/* Element | https://www.calvinklein.ae/en/checkout/#shipping */
#checkout-shipping-method-load {
  display: none !important;
}
#opc-shipping_method .loading-mask {
  display: none !important;
}
.checkout-step-shipping_method .no-quotes-block {
  display: none !important;
}
.glp-text-links {
  color: #000;
  text-decoration: underline;
}
.glp-text-links:hover {
  color: #999 !important;
  text-decoration: underline;
}
.glp-text-read-more {
  cursor: pointer;
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
  color: #000;
  text-decoration: underline;
}
.glp-text-read-more:hover {
  color: #999 !important;
  text-decoration: underline;
}
.widget-margin-0 .block-static-block.widget,
.block-cms-link.widget {
  margin-bottom: 0px !important;
}
.rotate-ar {
  rotate: 180deg;
}
.failed-title::before {
  content: '';
  position: absolute;
  top: 0;
  bottom: 40%;
  right: -1px;
  width: 1px;
  border-left: 1px dashed #666;
}
.failed-title::after {
  content: '';
  position: absolute;
  bottom: 4px;
  right: -5px;
  width: 10px;
  height: 10px;
  background-color: #ff8f00;
  border-radius: 50%;
}
/* Element | https://www.calvinklein.ae/en/checkout/#shipping */
div.checkout-shipping-method > div:nth-child(1) {
  display: none !important;
}
/* Element | https://www.calvinklein.ae/en/checkout/#shipping */
#checkout-shipping-method-load {
  display: none !important;
}
#opc-shipping_method .loading-mask {
  display: none !important;
}
.checkout-step-shipping_method .no-quotes-block {
  display: none !important;
}
.table-wrapper.reviews table.table thead tr th,
.table-wrapper.orders-history table.table thead tr th {
  text-align: start;
  padding: 15px;
}
.table-wrapper.reviews table.table tbody tr td,
.table-wrapper.orders-history table.table tbody tr td {
  text-align: start;
  padding: 15px;
}
.pages a.page {
  color: #000;
}
.pages a.page:visited {
  color: #696969;
}
.mpproductlabel-text-label {
  position: unset !important;
  transform: none !important;
  -webkit-transform: none !important;
  font-size: 14px !important;
  font-family: 'Klein-Web' !important;
  top: 0px !important;
  left: 0px !important;
  padding: 4px 8px;
  line-height: 20px !important;
  font-weight: 500 !important;
}
.product-image-container {
  position: relative !important;
}
.sold-out-tag {
  position: absolute;
  bottom: 12px !important;
  top: unset !important;
  right: 12px !important;
  left: unset !important;
  font-size: 16px !important;
  width: fit-content !important;
  height: fit-content !important;
  padding: 4px 8px;
  line-height: 20px !important;
  font-weight: 500 !important;
  border-radius: 0 !important;
}
.catalog-category-view .block.filter .block-content.filter-content .block-filter-content .filter-options-item .filter-options-content ol.items .item .count {
  position: relative !important;
  color: #b1b1b1;
  -webkit-transform: none !important;
  transform: none !important;
  display: inline-flex;
}
.mgs-filter-active {
  display: inline-block;
  width: 100%;
  margin-bottom: 10px;
  padding-bottom: 10px;
  border-bottom: 1px solid #ccc;
}
.page-products footer.page-footer {
  z-index: 100;
}
.field.choice.save-card-option .checkbox {
  z-index: 2;
  cursor: pointer;
}
.price {
  font-size: 14px !important;
}
.special-price .price {
  color: #e10000 !important;
}
.popup-product-name {
  line-height: 1;
}
.minicart-items .product-item .product-item-details > .product.options {
  max-height: 100% !important;
}
.minicart-items .product-item .product-item-details > .product.options .content,
.minicart-items .product-item .product-item-details > .product.options .options_list {
  max-height: 100% !important;
}
.primary span {
  letter-spacing: 0;
}
#applepayAccordionButton:hover,
#cardAccordionButton:hover,
#googlepayAccordionButton:hover {
  background: white !important;
}
