/**
 * Copyright © Magento, Inc. All rights reserved.
 * See COPYING.txt for license details.
 */
.product-image-wrapper {
  overflow: unset !important;
}
@font-face {
  font-family: 'Zain';
  src: url('../font//Zain/Zain-Regular.ttf') format('truetype'), url('../font//Zain/Zain-Regular.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Rubik';
  src: url('../font//Rubik/Rubik-Regular.ttf') format('truetype'), url('../font//Rubik/Rubik-Regular.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Baloo';
  src: url('../font//Baloo/BalooBhaijaan2-Regular.ttf') format('truetype'), url('../font//Baloo/BalooBhaijaan2-Regular.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
/**
 * Copyright © Magento, Inc. All rights reserved.
 * See COPYING.txt for license details.
 */
.product-info-stock-sku .configurable-variation-qty {
  display: none;
}
/**
 * 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;
}
@keyframes loading {
  0% {
    transform: translate(-50%, -50%) rotate(0);
  }
  100% {
    transform: translate(-50%, -50%) rotate(359.9deg);
  }
}
.price-container .old-price-wrapper .old-price .price {
  text-decoration: line-through;
}
.cart-price .old-price .price {
  text-decoration: line-through;
  color: #837d7d;
}
.checkout.cart.savings span {
  font-weight: bold;
  color: #a40000;
}
.nav-sections-item-content > * {
  display: block !important;
}
.mega-menu {
  position: relative;
  width: 100%;
}
.mega-menu ul.menu-list {
  display: flex;
  list-style: none;
  padding: 0;
  justify-content: center;
  margin-bottom: 0;
  margin-top: 15px;
}
.mega-menu li {
  margin-right: 20px;
}
.mega-menu .dropdown-wrapper {
  display: none;
  position: absolute;
  left: 0;
  width: 100%;
  background: #fff;
  z-index: 999;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
}
.mega-menu .dropdown {
  max-width: 1200px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  padding: 20px;
}
.mega-menu .dropdown-content {
  overflow: hidden;
  columns: 4;
  width: 80%;
}
.mega-menu .dropdown-column {
  float: left;
  width: 20%;
  min-width: 180px;
  margin-right: 20px;
  margin-bottom: 20px;
  break-inside: avoid;
}
.mega-menu .dropdown-column strong a {
  display: block;
  font-weight: bold;
  margin-bottom: 8px;
  color: #333;
  font-size: 16px;
}
.mega-menu .dropdown-column ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.mega-menu .dropdown-column ul li {
  margin-bottom: 5px;
}
.mega-menu .dropdown-column ul li a {
  text-decoration: none;
  color: #555;
  font-size: 14px;
}
.mega-menu .dropdown-brands {
  width: 20%;
  padding-left: 20px;
  border-left: 1px solid #eee;
}
.mega-menu .dropdown-brands h4 {
  margin-bottom: 10px;
  font-size: 16px;
}
.mega-menu .dropdown-brands ul {
  display: flex;
  flex-direction: column;
  gap: 10px;
  padding: 0;
  margin: 0;
  list-style: none;
}
.mega-menu .dropdown-brands img {
  width: 100px;
  height: auto;
  display: block;
}
.mega-menu .menu-list > li > a {
  color: #5C2A7F;
  font-weight: bold !important;
  font-size: 14px !important;
  cursor: pointer;
}
.mega-menu .menu-list > li > a:hover {
  color: #a1a5b7 !important;
}
.topbar .language-selector {
  color: #fff !important;
}
.mega-menu a svg {
  margin-left: 4px;
  vertical-align: middle;
  stroke: #555;
  transition: transform 0.2s ease;
}
.parent-category.active > a {
  color: #a1a5b7 !important;
  font-weight: bold;
}
.parent-category.open > a svg {
  transform: rotate(180deg);
}
.dropdown-column strong a svg {
  stroke: #999;
}
.custom-minicart-drawer {
  position: relative;
  z-index: 9999;
}
.custom-minicart-drawer #minicart-toggle {
  background: none;
  border: none;
  cursor: pointer;
}
.custom-minicart-drawer .minicart-drawer {
  position: fixed;
  top: 0;
  right: 0;
  width: 450px;
  height: 100%;
  background: #ffffff;
  transform: translateX(100%);
  transition: transform 0.4s ease-in-out;
  overflow-y: auto;
  z-index: 9999;
}
.custom-minicart-drawer .minicart-drawer.open {
  transform: translateX(0);
}
.custom-minicart-drawer .minicart-drawer__content {
  padding: 25px;
}
.custom-minicart-drawer .minicart-drawer #minicart-close {
  background: none;
  border: none;
  cursor: pointer;
  position: absolute;
  top: 20px;
  left: 20px;
}
#btn-minicart-close {
  display: none !important;
}
.block.block-minicart {
  display: block !important;
  visibility: visible !important;
  opacity: 1 !important;
}
#minicart-content-wrapper .block-content {
  margin-top: 50px !important;
}
html.__opened {
  overflow: hidden;
  height: 100%;
}
.cart-footer {
  position: fixed !important;
  bottom: 0;
  left: 0;
  width: 100%;
  background: #fff;
  padding: 15px;
  box-shadow: 0 -2px 10px rgba(0, 0, 0, 0.1);
  z-index: 10;
}
.cart-btn-color {
  background-color: #5C2A7F !important;
}
.cart-btn-color:hover {
  background-color: #f5f8fa !important;
  color: #5C2A7F !important;
}
.cart-view-color {
  background-color: #f5f8fa !important;
  color: #5C2A7F !important;
}
.cart-view-color:hover {
  background-color: #5C2A7F !important;
  color: white !important;
}
.block-minicart .subtotal {
  text-align: unset !important;
  display: inline-flex !important;
}
.block-minicart .amount .price-wrapper:first-child .price {
  font-size: 14px !important;
  margin-left: 4px !important;
}
#minicart-content-wrapper {
  position: relative;
  max-height: 80vh;
  overflow-y: auto;
  padding-bottom: 110px;
  margin-top: 40px;
}
.minicart-items .product-item:not(:first-child) {
  border-top: unset !important;
}
.minicart-items .product-item {
  padding: unset !important;
}
.minicart-items-wrapper {
  border: unset !important;
}
.remove-height {
  height: unset !important;
}
.custom-minicart-drawer .price-container {
  display: ruby !important;
}
.cart-name-p {
  display: -webkit-box !important;
  -webkit-line-clamp: 2 !important;
  -webkit-box-orient: vertical !important;
  overflow: hidden !important;
  text-overflow: ellipsis !important;
  line-height: 1.5em !important;
  max-height: 3em !important;
}
.cart-container {
  margin-top: 60px !important;
}
.modal-content {
  box-shadow: unset !important;
  margin-top: 15px !important;
  margin-bottom: 15px !important;
  font-weight: bold !important;
}
.action-primary:hover {
  background: unset !important;
  border: unset !important;
  color: #fff !important;
}
.modal-footer .action-accept {
  border: unset !important;
  background: #5C2A7F !important;
}
button:hover {
  background: unset !important;
  border: unset !important;
  color: unset !important;
}
html.rtl .table-totals {
  text-align: end !important;
}
@media only screen and (max-width: 1159px) {
  .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;
  }
}
/**
 * Copyright © Magento, Inc. All rights reserved.
 * See COPYING.txt for license details.
*/
@media only screen and (min-device-width: 320px) and (max-device-width: 780px) and (orientation: landscape) {
  .product-video {
    height: 100%;
    width: 81%;
  }
}
@media all and (min-width: 1160px), print {
  .page-layout-1column-shortwidth .page-main {
    max-width: 950px;
  }
  .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;
    max-width: 1280px;
    padding-left: 20px;
    padding-right: 20px;
    width: auto;
  }
  .page-main {
    width: 100%;
  }
  .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: 58.33333333%;
    display: inline-block;
    -ms-flex-order: 2;
    -webkit-order: 2;
    order: 2;
  }
  .page-layout-2columns-left .column.main {
    width: 79.16666667%;
    float: right;
    -ms-flex-order: 2;
    -webkit-order: 2;
    order: 2;
  }
  .page-layout-2columns-right .column.main {
    width: 79.16666667%;
    float: left;
    -ms-flex-order: 1;
    -webkit-order: 1;
    order: 1;
  }
  .sidebar-main {
    padding-right: 2%;
  }
  .page-layout-3columns .sidebar-main {
    width: 20.83333333%;
    float: left;
    -ms-flex-order: 1;
    -webkit-order: 1;
    order: 1;
  }
  .page-layout-2columns-left .sidebar-main {
    width: 20.83333333%;
    float: left;
    -ms-flex-order: 1;
    -webkit-order: 1;
    order: 1;
  }
  .page-layout-2columns-right .sidebar-main {
    width: 20.83333333%;
    float: left;
    -ms-flex-order: 1;
    -webkit-order: 1;
    order: 1;
  }
  .page-layout-2columns-right .sidebar-main {
    padding-left: 2%;
    padding-right: 0;
  }
  .sidebar-additional {
    clear: right;
    padding-left: 2%;
  }
  .page-layout-3columns .sidebar-additional {
    width: 20.83333333%;
    float: right;
    -ms-flex-order: 3;
    -webkit-order: 3;
    order: 3;
  }
  .page-layout-2columns-left .sidebar-additional {
    width: 20.83333333%;
    float: right;
    -ms-flex-order: 2;
    -webkit-order: 2;
    order: 2;
  }
  .page-layout-2columns-right .sidebar-additional {
    width: 20.83333333%;
    float: right;
    -ms-flex-order: 2;
    -webkit-order: 2;
    order: 2;
  }
  .page-layout-2columns-left .main {
    padding-left: 2%;
  }
  .page-layout-2columns-left .sidebar-additional {
    clear: left;
    float: left;
    padding-left: 0;
  }
  .panel.header {
    padding: 10px 20px;
  }
  .nav-toggle {
    display: none;
  }
  .nav-sections {
    -webkit-flex-shrink: 0;
    flex-shrink: 0;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    margin-bottom: 15px;
  }
  .nav-sections-item-title {
    display: none;
  }
  .nav-sections-item-content > * {
    display: none;
  }
  .nav-sections-item-content > .navigation {
    display: block;
  }
  .navigation {
    background: #5c2a7f;
    font-weight: 700;
    height: inherit;
    left: auto;
    overflow: inherit;
    padding: 0;
    position: relative;
    top: 0;
    width: 100%;
    z-index: 3;
  }
  .navigation:empty {
    display: none;
  }
  .navigation ul {
    margin-top: 0;
    margin-bottom: 0;
    padding: 0;
    position: relative;
  }
  .navigation li.level0 {
    border-top: none;
  }
  .navigation li.level1 {
    position: relative;
  }
  .navigation .level0 {
    margin: 0 10px 0 0;
    display: inline-block;
    position: relative;
  }
  .navigation .level0:last-child {
    margin-right: 0;
    padding-right: 0;
  }
  .navigation .level0:hover:after {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 100%;
    width: 10px;
    height: calc(100% + 3px);
    z-index: 1;
  }
  .navigation .level0 > .level-top {
    color: #575757;
    line-height: 47px;
    padding: 0 12px;
    text-decoration: none;
    box-sizing: border-box;
    position: relative;
    display: inline-block;
  }
  .navigation .level0 > .level-top:hover,
  .navigation .level0 > .level-top.ui-state-focus {
    color: #333333;
    text-decoration: none;
  }
  .navigation .level0.active > .level-top,
  .navigation .level0.has-active > .level-top {
    border-color: #ff5501;
    border-style: solid;
    border-width: 0 0 3px;
    color: #333333;
    text-decoration: none;
    display: inline-block;
  }
  .navigation .level0.parent:hover > .submenu {
    overflow: visible !important;
  }
  .navigation .level0.parent > .level-top {
    padding-right: 20px;
  }
  .navigation .level0.parent > .level-top > .ui-menu-icon {
    position: absolute;
    right: 0;
    display: inline-block;
    text-decoration: none;
  }
  .navigation .level0.parent > .level-top > .ui-menu-icon > span {
    border: 0;
    clip: rect(0, 0, 0, 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
  }
  .navigation .level0.parent > .level-top > .ui-menu-icon:after {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 12px;
    line-height: 20px;
    color: inherit;
    content: '\e622';
    font-family: 'icons-blank-theme';
    vertical-align: middle;
    display: inline-block;
    font-weight: normal;
    overflow: hidden;
    speak: none;
    text-align: center;
  }
  .navigation .level0 .submenu {
    background: #ffffff;
    border: 1px solid #cccccc;
    box-shadow: 0 5px 5px rgba(0, 0, 0, 0.19);
    font-weight: 400;
    min-width: 230px;
    padding: 0;
    display: none;
    left: 0;
    margin: 0 !important;
    position: absolute;
    z-index: 1;
    margin-top: 11px;
  }
  .navigation .level0 .submenu > ul {
    margin-top: 11px;
  }
  .navigation .level0 .submenu > ul:before,
  .navigation .level0 .submenu > ul:after {
    content: '';
    display: block;
    overflow: hidden;
    position: absolute;
  }
  .navigation .level0 .submenu > ul:before {
    color: #ffffff;
    left: 20px;
    top: -20px;
    border: 10px solid transparent;
    height: 0;
    width: 0;
    border-bottom-color: #ffffff;
    z-index: 4;
  }
  .navigation .level0 .submenu > ul:after {
    border: 11px solid transparent;
    height: 0;
    width: 0;
    border-bottom-color: #cccccc;
    color: #cccccc;
    left: 19px;
    top: -22px;
    z-index: 3;
  }
  .navigation .level0 .submenu:before {
    content: '';
    display: block;
    position: absolute;
    width: 100%;
    height: 4px;
    left: 0;
    top: -4px;
    z-index: 1;
  }
  .navigation .level0 .submenu a {
    display: block;
    line-height: inherit;
    color: #575757;
    padding: 8px 20px;
  }
  .navigation .level0 .submenu a:hover,
  .navigation .level0 .submenu a.ui-state-focus {
    background: #e8e8e8;
    color: #333333;
    text-decoration: none;
  }
  .navigation .level0 .submenu .active > a {
    border-color: #ff5501;
    border-style: solid;
    border-width: 0 0 0 3px;
    color: #333333;
  }
  .navigation .level0 .submenu .submenu {
    top: -1px !important;
    left: 100% !important;
  }
  .navigation .level0 .submenu .submenu-reverse {
    left: auto !important;
    right: 100%;
  }
  .navigation .level0 .submenu li {
    margin: 0;
    position: relative;
  }
  .navigation .level0 .submenu li.parent > a > .ui-menu-icon {
    position: absolute;
    right: 3px;
    display: inline-block;
    text-decoration: none;
  }
  .navigation .level0 .submenu li.parent > a > .ui-menu-icon > span {
    border: 0;
    clip: rect(0, 0, 0, 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
  }
  .navigation .level0 .submenu li.parent > a > .ui-menu-icon:after {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 12px;
    line-height: 20px;
    color: inherit;
    content: '\e608';
    font-family: 'icons-blank-theme';
    vertical-align: middle;
    display: inline-block;
    font-weight: normal;
    overflow: hidden;
    speak: none;
    text-align: center;
  }
  .navigation .level0.more {
    position: relative;
    display: inline-block;
    text-decoration: none;
  }
  .navigation .level0.more:after {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 26px;
    line-height: inherit;
    color: inherit;
    content: '\e607';
    font-family: 'icons-blank-theme';
    vertical-align: middle;
    display: inline-block;
    font-weight: normal;
    overflow: hidden;
    speak: none;
    text-align: center;
  }
  .navigation .level0.more:before {
    display: none;
  }
  .navigation .level0.more:after {
    cursor: pointer;
    padding: 8px 12px;
    position: relative;
    z-index: 1;
  }
  .navigation .level0.more:hover > .submenu {
    overflow: visible !important;
  }
  .navigation .level0.more li {
    display: block;
  }
  .panel.header .links,
  .panel.header .switcher {
    display: inline-block;
  }
  .fieldset > .field {
    margin: 0 0 29px;
  }
  .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: 22px;
    display: block;
    position: relative;
    z-index: 2;
  }
  .product.data.items > .item.content {
    margin-top: 22px;
    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 -1px 0 0;
  }
  .product.data.items > .item.title > .switch {
    font-weight: 400;
    line-height: 40px;
    font-size: 1.6rem;
    color: #6d6d6d;
    text-decoration: none;
    background: #f6f6f6;
    border: 1px solid #cccccc;
    border-bottom: none;
    height: 40px;
    padding: 1px 35px 1px 35px;
  }
  .product.data.items > .item.title > .switch:visited {
    color: #6d6d6d;
    text-decoration: none;
  }
  .product.data.items > .item.title > .switch:hover {
    color: #6d6d6d;
    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: #ffffff;
  }
  .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: 2px;
  }
  .product.data.items > .item.content {
    background: #ffffff;
    margin-top: 43px;
    padding: 35px 35px 35px 35px;
    border: 1px solid #cccccc;
  }
  .actions-toolbar {
    text-align: left;
  }
  .actions-toolbar:before,
  .actions-toolbar:after {
    content: '';
    display: table;
  }
  .actions-toolbar:after {
    clear: both;
  }
  .actions-toolbar .primary {
    float: left;
  }
  .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 15px 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 #cccccc;
    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;
  }
  .block-cart-failed .actions {
    text-align: left;
  }
  .block-cart-failed .actions.primary {
    float: right;
  }
  .bundle-options-container .bundle-options-wrapper,
  .bundle-options-container .product-options-wrapper {
    float: left;
    width: 57%;
  }
  .bundle-options-container .block-bundle-summary {
    float: right;
    position: relative;
    width: 40%;
  }
  .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%;
  }
  .page-products .products-grid .product-item {
    padding: 0;
    width: calc((100% - 4%) / 3);
  }
  html.ltr .page-products .products-grid .product-item {
    margin-left: 2%;
  }
  html.rtl .page-products .products-grid .product-item {
    margin-right: 2%;
  }
  html.ltr .page-products .products-grid .product-item:nth-child(3n + 1) {
    margin-left: 0;
  }
  html.rtl .page-products .products-grid .product-item:nth-child(3n + 1) {
    margin-right: 0;
  }
  .page-products.page-layout-1column .products-grid .product-item {
    width: 25%;
  }
  .page-products.page-layout-3columns .products-grid .product-item {
    width: 50%;
  }
  .page-products .columns {
    padding-top: 0;
    position: relative;
    z-index: 1;
  }
  .products.wrapper ~ .toolbar .pages {
    float: left;
  }
  .toolbar-amount {
    float: left;
  }
  .sorter {
    float: right;
  }
  .modes {
    display: inline-block;
    float: left;
    margin-right: 20px;
  }
  .products.wrapper ~ .toolbar .modes {
    display: none;
  }
  .modes-mode {
    color: #7d7d7d;
    border: 1px solid #cccccc;
    border-right: 0;
    float: left;
    font-weight: 400;
    line-height: 1;
    padding: 7px 10px;
    text-align: center;
    display: inline-block;
    text-decoration: none;
  }
  .modes-mode:not(.active):hover {
    color: #7d7d7d;
    background: #ededed;
  }
  .modes-mode:last-child {
    border-right: 1px solid #cccccc;
  }
  .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: right;
  }
  .product-info-main .box-tocart,
  .product-options-bottom .box-tocart {
    display: table;
  }
  .product-info-main .box-tocart .field.qty,
  .product-options-bottom .box-tocart .field.qty {
    display: table-cell;
  }
  .product-info-main .box-tocart .actions,
  .product-options-bottom .box-tocart .actions {
    display: table-cell;
    padding-top: 15px;
    text-align: center;
    vertical-align: bottom;
  }
  .product-info-main .page-title-wrapper .page-title {
    margin-top: -13px;
  }
  .sidebar .product-items .product-item-info .product-item-photo {
    float: left;
    left: auto;
    margin: 0 10px 10px 0;
    position: relative;
    top: auto;
  }
  .sidebar .product-items .product-item-details {
    margin: 0;
  }
  .sidebar .product-items .product-item-actions {
    clear: left;
  }
  .product-info-main {
    float: right;
  }
  .product.media {
    float: left;
    margin-bottom: 15px;
  }
  .page-layout-1column .product-info-main {
    width: 40%;
  }
  .page-layout-1column .product.media {
    width: 57%;
  }
  .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-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;
  }
  .block-search {
    float: right;
    padding-left: 15px;
    position: relative;
    width: 250px;
    z-index: 4;
  }
  .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-right: 35px;
    position: static;
  }
  .block-search input::-webkit-input-placeholder {
    color: #575757;
  }
  .block-search input:-moz-placeholder {
    color: #575757;
  }
  .block-search input::-moz-placeholder {
    color: #575757;
  }
  .block-search input:-ms-input-placeholder {
    color: #575757;
  }
  .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;
    right: 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: inherit;
    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;
  }
  .search-autocomplete {
    margin-top: 0;
  }
  .minicart-wrapper {
    margin-left: 13px;
  }
  .minicart-wrapper .block-minicart {
    right: -15px;
    width: 390px;
  }
  .opc-wrapper {
    width: 33.33333333%;
    float: left;
    -ms-flex-order: 1;
    -webkit-order: 1;
    order: 1;
    padding-right: 30px;
  }
  .checkout-onepage-success .print {
    display: block;
    float: right;
    margin: 22px 0 0;
  }
  .opc-progress-bar-item {
    width: 185px;
  }
  .checkout-index-index .modal-popup .form-shipping-address {
    max-width: 600px;
  }
  .checkout-index-index .modal-popup .modal-footer .action-save-address {
    float: right;
    margin: 0 0 0 10px;
  }
  .checkout-shipping-method .actions-toolbar > .primary {
    float: right;
  }
  .checkout-shipping-method .actions-toolbar .action.primary {
    margin: 0;
  }
  .opc-wrapper .form-login,
  .opc-wrapper .form-shipping-address {
    max-width: 600px;
  }
  .table-checkout-shipping-method {
    width: auto;
  }
  .opc-sidebar {
    margin: 46px 0 20px;
    width: 33.33333333%;
    float: right;
    -ms-flex-order: 2;
    -webkit-order: 2;
    order: 2;
  }
  .opc-summary-wrapper .modal-header .action-close {
    display: none;
  }
  .authentication-dropdown {
    background-color: #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: left;
    top: 100%;
    transform: scale(1, 0);
    transform-origin: 0 0;
    transition: transform linear .1s, visibility 0s linear .1s;
    visibility: hidden;
    width: 100%;
  }
  .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;
  }
  .authentication-wrapper {
    width: 33.33333333%;
    text-align: right;
  }
  .block-authentication .block-title {
    font-size: 1.9rem;
    border-bottom: 0;
    margin-bottom: 15px;
  }
  .block-authentication .actions-toolbar > .primary {
    display: inline;
    float: right;
    margin-right: 0;
  }
  .block-authentication .actions-toolbar > .primary .action {
    margin-right: 0;
  }
  .block-authentication .actions-toolbar > .secondary {
    float: left;
    margin-right: 2rem;
    padding-top: 1rem;
  }
  .popup-authentication .modal-inner-wrap {
    min-width: 1159px;
    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: left;
    padding: 10px 30px 0 0;
    width: 50%;
  }
  .popup-authentication .block[class] + .block {
    border-left: 1px solid #c1c1c1;
    border-top: 0;
    margin: 0;
    padding: 10px 0 0 40px;
  }
  .popup-authentication .block[class] + .block:before {
    left: 0;
    top: 50%;
  }
  .popup-authentication .actions-toolbar {
    margin-bottom: 0;
    margin-top: auto;
  }
  .checkout-payment-method .actions-toolbar .primary {
    float: right;
    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-left: 25.8%;
  }
  .checkout-payment-method .payment-method-content .fieldset > .field.type.no-detection .control {
    margin-left: 0;
  }
  .checkout-billing-address .action-update {
    float: right;
  }
  .checkout-billing-address .actions-toolbar .action-cancel {
    margin: 6px 20px 0 0;
  }
  .checkout-payment-method .payment-option-title {
    padding-left: 22px;
  }
  .checkout-payment-method .payment-option-content .payment-option-inner + .actions-toolbar {
    margin-left: 0;
  }
  .contact-index-index .column:not(.sidebar-additional) .form.contact {
    min-width: 600px;
  }
  .login-container .block .login .actions-toolbar > .primary {
    margin-bottom: 0;
    margin-right: 30px;
  }
  .login-container .block .login .actions-toolbar > .secondary {
    float: left;
  }
  .fieldset .fullname .field .label {
    padding: 6px 15px 0 0;
    text-align: right;
    width: 25.8%;
    box-sizing: border-box;
    float: left;
  }
  .fieldset .fullname .field .control {
    width: 74.2%;
    float: left;
  }
  .form.password.reset,
  .form.send.confirmation,
  .form.password.forget,
  .form.create.account,
  .form.search.advanced,
  .form.form-orders-search {
    min-width: 600px;
    width: 50%;
  }
  .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: 16px;
    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-left: 2.4%;
  }
  .control.captcha-image .captcha-img {
    margin: 0 10px 10px 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;
  }
  .gift-message .field {
    margin-bottom: 20px;
  }
  .gift-options {
    position: relative;
    z-index: 1;
  }
  .gift-options .actions-toolbar {
    clear: both;
    float: right;
    position: static;
  }
  .gift-options .actions-toolbar .secondary {
    float: right;
  }
  .gift-options .actions-toolbar .secondary .action {
    float: right;
    margin-left: 20px;
  }
  .gift-options .actions-toolbar .secondary .action-cancel {
    display: block;
    float: left;
    margin-top: 6px;
  }
  .gift-options .actions-toolbar:nth-child(3):before {
    border-left: 1px solid #c1c1c1;
    bottom: 5rem;
    content: '';
    display: block;
    left: 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: left;
  }
  .order-options .gift-wrapping,
  .table-order-review .gift-wrapping {
    max-width: 50%;
  }
  .form-giftregistry-search .fieldset {
    margin-bottom: 29px;
  }
  .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 8px;
    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: 15px;
  }
  .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 #cccccc;
  }
  .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;
  }
  .products.wrapper.list .product-reviews-summary {
    margin: 0;
  }
  .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;
  }
  .table-order-items .subtotal,
  .table-order-items .amount {
    text-align: right;
  }
  .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: right;
  }
  .order-pager-wrapper .order-pager-wrapper-top {
    padding-left: 0;
    padding-right: 0;
  }
  .order-pager-wrapper .pages {
    float: right;
  }
  .order-actions-toolbar .action.print {
    display: block;
    float: right;
  }
  .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: 16px;
    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 {
    border: 0;
    margin-bottom: 0;
  }
  .page-header .panel.wrapper {
    border-bottom: 1px solid #e8e8e8;
  }
  .page-header .header.panel {
    padding-bottom: 10px;
    padding-top: 10px;
  }
  .page-header .switcher {
    display: inline-block;
  }
  .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 auto 25px 0;
  }
  .logo img {
    max-height: inherit;
  }
  .footer.content .block {
    float: right;
  }
  .footer.content .links {
    display: inline-block;
    margin-bottom: 20px;
    padding: 0 50px 0 0;
    vertical-align: top;
  }
  .footer.content .switcher.store {
    display: inline-block;
    padding-right: 50px;
    vertical-align: top;
  }
  .my-credit-cards .card-type img {
    display: block;
  }
  .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: 10px;
    padding-right: 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: 240px;
  }
  .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;
  }
  .after-navigation {
    margin-top: -25px;
  }
  .hero.banner {
    padding: 40px;
    padding-top: 50px;
    padding-bottom: 120px;
    position: relative;
  }
  .hero.banner .showcase-header {
    margin: 0 auto;
    text-align: center;
  }
  .hero.banner .showcase-header .title {
    font-size: 45px;
    max-width: 900px;
    margin: 20px auto;
    font-weight: 700;
    letter-spacing: .11em;
  }
  .newsletter-block {
    padding-top: 20px;
    padding-bottom: 0;
    padding-left: 20px;
    padding-right: 20px;
  }
  .newsletter-block .newsletter-illustration {
    text-align: center;
    max-width: 400px;
    padding-top: 2em;
    margin: 0 auto;
  }
  .newsletter-block .newsletter-illustration .img {
    width: 400px;
    height: 182px;
  }
  .newsletter-block form {
    display: table;
    width: 100%;
    justify-content: center;
    max-width: 620px;
    margin: 0 auto;
  }
  .newsletter-block .control input {
    height: 40px;
    display: block;
    width: 100%;
    margin: 0;
    flex-grow: 0;
    border: 1px solid #BFBFBF;
    box-shadow: 4px 4px 1px rgba(0, 0, 0, 0.1);
    color: #333;
    font-size: 20px;
    padding: .5em 1em;
    transition: all 0.1s;
  }
  .newsletter-block .actions {
    display: table-cell;
    vertical-align: top;
    width: 1%;
  }
  .newsletter-block .actions .primary.action {
    font-size: 16px;
    height: 40px;
    padding: .8em 1.3em;
    min-width: 12em;
    letter-spacing: .1em;
    box-shadow: 3px 3px 3px 0 rgba(0, 0, 0, 0.2);
  }
  .newsletter-block .title,
  .newsletter-block .subtitle {
    text-align: center;
  }
  .subtitle {
    font-size: 1.8rem;
    margin-bottom: 20px;
  }
  .testimonials {
    padding-top: 20px;
    padding-bottom: 20px;
  }
  .testimonials .items {
    max-width: 900px;
  }
  .testimonials .items .client-feedback {
    margin: 20px 0;
    font-size: 18px;
    line-height: 2em;
  }
  .testimonials .items .client {
    margin-top: 20px;
    font-size: 18px;
    line-height: 2em;
    font-weight: 700;
  }
  .modular-row {
    margin: 0 auto;
    padding: 40px;
    max-width: 1200px;
  }
  .modular-row .title,
  .modular-row .subtitle {
    text-align: center;
  }
  .modular-row .services {
    display: flex;
    flex-flow: row wrap;
  }
  .modular-row .services .service {
    width: 30%;
    margin: 0 auto;
    padding: 0 20px 30px 20px;
  }
  .modular-row .services .service .image {
    display: block;
    margin: 0 auto 10px auto;
    max-width: 240px;
  }
  .modular-row .services .service .section-header {
    font-size: 20px;
    font-weight: 400;
    letter-spacing: .05em;
    margin: 0 0 .5em 0;
    text-align: center;
    text-transform: uppercase;
  }
  .modular-row .services .service .service-text {
    text-align: center;
  }
  .modular-row.home-extensions .title {
    margin-bottom: 35px;
  }
  .modular-row .extensions {
    display: flex;
    flex-flow: row wrap;
    margin-bottom: 30px;
  }
  .modular-row .extensions .extension {
    margin: 0 auto;
    position: relative;
    width: 23%;
  }
  .modular-row .extensions .extension .extension-title {
    margin: 10px 10px 0 10px;
  }
  .modular-row .extensions .extension .extension-wrapper .extension-container {
    padding: 0 10px;
    margin: 0;
    min-height: 63px;
  }
  .modular-row .extensions .extension .extension-wrapper .extension-container .ext-price {
    font-size: 16px;
  }
  .modular-row .blog-container {
    display: flex;
    flex-flow: row wrap;
  }
  .modular-row .blog-container .post {
    margin: 0 auto;
    position: relative;
    width: 32%;
  }
  .modular-row .blog-container .post .post-container {
    padding: 10px;
  }
  .modular-row .blog-container .post .post-container .image-container {
    height: 200px;
    background: #ded9c9;
    width: 100%;
    border-radius: 10px;
  }
  .modular-row .blog-container .post .post-container .image-container .post-category {
    width: 100%;
    text-align: right;
  }
  .modular-row .blog-container .post .post-container .image-container .post-category .post-label {
    position: relative;
    color: #ffffff;
    top: 20px;
    letter-spacing: .1em;
    padding: 5px 10px;
    background: #284a99;
    display: inline-block;
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
  }
  .modular-row .blog-container .post .post-container .date-container {
    font-size: 14px;
    text-align: right;
    margin-top: 5px;
  }
  .page-wrapper._selector-opened #maincontent,
  .page-wrapper._selector-opened .page-footer {
    opacity: 0.5;
  }
  .page-wrapper._selector-opened .page-header > div:not([data-content-type="html"]) {
    opacity: 0.5;
  }
  .header.content .logo img {
    padding: 10px !important;
  }
  .header-top-container {
    padding: 0 40px;
  }
  .header-top-container .announcements-container {
    font-size: 11px;
  }
  .page-header {
    z-index: 6;
  }
  .page-header .search_container-mobile {
    display: none;
  }
  .page-header .switcher-container {
    display: flex;
    align-items: center;
  }
  .page-header .switcher {
    float: unset;
    margin-left: unset;
    margin-right: unset;
    order: unset;
  }
  .page-header .header.content {
    min-height: 65px;
    min-width: 100%;
    padding: 0;
  }
  .page-header .header.content .navbar-container {
    max-width: 100%;
    margin: 0 auto;
  }
  .page-header .header.content .header-actions_container {
    min-height: 65px;
  }
  .page-header .header.content .header-actions_container a {
    min-height: 65px;
  }
  .page-header .header.content .logo > svg {
    fill: #5c2a7f;
  }
  .page-header .header.content .header-actions_container svg {
    fill: #000;
    transition: fill 0.25s ease-in-out;
  }
  .page-header .header.content .header-actions_container svg:hover {
    fill: #5c2a7f;
  }
  .page-header .header.content .language-switcher_container .switcher.language a,
  .page-header .header.content .language-switcher_container .switcher-language a {
    color: #323232;
    font-weight: 300;
    cursor: pointer;
  }
  .page-header .header.content .language-switcher_container .switcher.language a:hover,
  .page-header .header.content .language-switcher_container .switcher-language a:hover {
    color: #5c2a7f;
  }
  .custom-burger-menu {
    display: none;
  }
}
@media all and (min-width: 1024px), print {
  .products-grid .product-item {
    width: 20%;
  }
  .page-layout-1column .products-grid .product-item {
    width: 16.66666667%;
  }
  .page-layout-3columns .products-grid .product-item {
    width: 25%;
  }
  .page-products .products-grid .product-items {
    margin: 0;
  }
  .page-products .products-grid .product-item {
    padding: 0;
    width: calc((100% - 6%) / 4);
  }
  html.ltr .page-products .products-grid .product-item {
    margin-left: 2%;
  }
  html.rtl .page-products .products-grid .product-item {
    margin-right: 2%;
  }
  html.ltr .page-products .products-grid .product-item:nth-child(3n + 1) {
    margin-left: 2%;
  }
  html.rtl .page-products .products-grid .product-item:nth-child(3n + 1) {
    margin-right: 2%;
  }
  html.ltr .page-products .products-grid .product-item:nth-child(4n + 1) {
    margin-left: 0;
  }
  html.rtl .page-products .products-grid .product-item:nth-child(4n + 1) {
    margin-right: 0;
  }
  .page-products.page-layout-1column .products-grid .product-item {
    width: 20%;
  }
  html.ltr .page-products.page-layout-1column .products-grid .product-item {
    margin-left: 0;
  }
  html.rtl .page-products.page-layout-1column .products-grid .product-item {
    margin-right: 0;
  }
  .page-products.page-layout-3columns .products-grid .product-item {
    width: 32.667%;
  }
  html.ltr .page-products.page-layout-3columns .products-grid .product-item {
    margin-left: 1%;
  }
  html.rtl .page-products.page-layout-3columns .products-grid .product-item {
    margin-right: 1%;
  }
  html.ltr .page-products.page-layout-3columns .products-grid .product-item:nth-child(3n) {
    margin-left: 1%;
  }
  html.rtl .page-products.page-layout-3columns .products-grid .product-item:nth-child(3n) {
    margin-right: 1%;
  }
  html.ltr .page-products.page-layout-3columns .products-grid .product-item:nth-child(3n + 1) {
    margin-left: 0;
  }
  html.rtl .page-products.page-layout-3columns .products-grid .product-item:nth-child(3n + 1) {
    margin-right: 0;
  }
  .checkout-index-index .modal-popup .modal-inner-wrap {
    margin-left: -400px;
    width: 800px;
    left: 50%;
  }
  .opc-wrapper .shipping-address-item {
    width: 33.33333333%;
  }
  .opc-wrapper .shipping-address-item:before {
    background: #cccccc;
    height: calc(100% - 20px);
    content: '';
    left: 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: 500px;
  }
  .wishlist-index-index .products-grid .product-items {
    margin: 0;
  }
  .wishlist-index-index .products-grid .product-item {
    margin-left: calc((100% - 4 * 24.439%) / 3);
    padding: 0;
    width: 24.439%;
  }
  .wishlist-index-index .products-grid .product-item:nth-child(4n + 1) {
    margin-left: 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: 1440px), print {
  .sidebar .product-items .product-item-info .product-item-photo {
    float: none;
    left: 0;
    margin: 0;
    position: absolute;
    top: 0;
  }
  .sidebar .product-items .product-item-details {
    margin-left: 85px;
  }
}
.hero-banner {
  margin-top: 165px !important;
}
.swiper-pagination-bullet-active {
  background-color: #4f2964 !important;
}
.price-label {
  display: none !important;
}
.product-item {
  width: 300px;
  background: #fff;
  border-radius: 20px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
  overflow: hidden;
  text-align: center;
  margin: 20px auto;
  padding: 20px;
}
.product-item .product-image-photo {
  width: 100%;
  height: auto;
  max-height: 220px;
  object-fit: contain;
}
.product-item .product-item-details {
  padding: 10px 0;
}
.product-item-name a {
  display: -webkit-box;
  font-size: 16px;
  line-height: 1.4;
  font-weight: normal;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  height: 4em;
  color: #111;
  padding: 0 8px;
  box-sizing: border-box;
}
html.rtl .product-item-name a {
  text-align: right !important;
}
html.ltr .product-item-name a {
  text-align: left !important;
}
.price-box {
  display: flex !important;
  width: 100% !important;
  justify-content: center !important;
}
.custom-action.tocart.primary {
  flex: 1;
  background: #F4B942;
  color: white;
  border: none;
  padding: 10px;
  font-size: 14px;
  border-radius: 10px;
  cursor: pointer;
  transition: background 0.3s;
  margin-left: 10px;
}
.add-to-cart-container {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 10px;
  margin-top: 10px;
}
.qty-box input.qty-default {
  width: 50px;
  min-width: 50px;
  padding: 4px;
}
.custom-action.tocart.primary:hover {
  background: #F4B942 !important;
  color: white !important;
}
.old-price .price {
  color: #999 !important;
  font-size: 17px !important;
  text-decoration: line-through !important;
  margin-bottom: 12px !important;
}
.product-info-main .old-price {
  font-size: 19px !important;
}
.products-grid .product-reviews-summary {
  position: absolute !important;
  top: 58% !important;
  transform: translate(-50%, -50%) !important;
  left: 50% !important;
  z-index: 9999 !important;
}
.recommended-products .product-reviews-summary {
  position: absolute !important;
  top: 58% !important;
  transform: translate(-50%, -50%) !important;
  left: 50% !important;
  z-index: 9999 !important;
}
html.rtl .qty-minus,
html.rtl .decreaseQty,
html.rtl .change-qty.less,
html.rtl .add-more {
  border-top-right-radius: 0.475rem !important;
  border-bottom-right-radius: 0.475rem !important;
  border-top-left-radius: 0 !important;
  border-bottom-left-radius: 0 !important;
}
html.rtl .qty-plus,
html.rtl .increaseQty,
html.rtl .change-qty.more,
html.rtl .add-less {
  border-top-left-radius: 0.475rem !important;
  border-bottom-left-radius: 0.475rem !important;
  border-top-right-radius: 0 !important;
  border-bottom-right-radius: 0 !important;
}
.products-grid .product-reviews-summary {
  display: unset !important;
  justify-content: center !important;
}
.products-grid .product-reviews-summary .rating-summary {
  position: unset !important;
}
.product-item-link a {
  color: #2C1B3F !important;
}
.special-price {
  color: #d9a363 !important;
}
.page-products .products-grid .product-item {
  position: relative !important;
}
.product-item-link {
  color: #2C1B3F !important;
}
.price {
  color: #2C1B3F !important;
}
.rating-summary .rating-result > span:before {
  color: #F4B942 !important;
}
.badge {
  background-color: #F4B942;
  color: white;
  padding: 4px 8px;
  text-align: center;
  border-radius: 5px;
  position: absolute;
  z-index: 999999;
  font-weight: bold;
  font-size: 12px;
}
.badge-left {
  top: 10px;
}
html.rtl .badge-left {
  right: 10px !important;
}
html.rtl .badge-right {
  right: 10px !important;
}
html.ltr .badge-left {
  left: 10px;
}
html.ltr .badge-right {
  left: 10px;
}
.badge-right {
  top: 33px;
}
html.rtl .page-layout-2columns-left .column.main {
  float: left !important;
}
html.rtl .page-layout-2columns-left .sidebar-main {
  float: right !important;
}
html.rtl .filter-options-title:after {
  right: unset !important;
  left: 0 !important;
}
.old-price .price {
  text-decoration: unset !important;
}
.navigation .level0 > .level-top {
  font-size: 14px !important;
}
.load-more {
  border-radius: 0.475rem;
  background: #F4B942 !important;
  border: none !important;
}
.block.upsell {
  display: none !important;
}
.action-skip-wrapper {
  display: none !important;
}
.page-title-wrapper.product .page-title {
  margin-bottom: unset !important;
}
#customer-reviews {
  display: none !important;
}
#reviews .product-section-title {
  display: none !important;
}
.product-gallery-wrapper {
  display: flex;
  flex-direction: row;
  gap: 1rem;
}
.main-gallery {
  flex-grow: 1;
}
.thumbs-gallery .swiper-slide {
  cursor: pointer;
  opacity: 0.4;
  border: 2px solid transparent;
}
.thumbs-gallery .swiper-slide-thumb-active {
  opacity: 1;
  border: 2px solid #007bff;
}
.main-gallery img {
  width: 100%;
  display: block;
}
.swiper {
  width: 100%;
}
.swiper-wrapper {
  height: auto;
}
.thumbs-gallery {
  width: 100px;
  height: 500px;
}
.thumbs-gallery {
  width: 100px;
  height: 500px;
  overflow-y: auto;
}
.thumbs-gallery .swiper-wrapper {
  flex-direction: column;
}
.thumbs-gallery .swiper-slide {
  width: 100%;
  height: auto;
  margin-bottom: 10px;
  cursor: pointer;
  opacity: 0.4;
  border: 2px solid transparent;
}
.thumbs-gallery .swiper-slide-thumb-active {
  opacity: 1;
  border: 2px solid #007bff;
}
.message.success {
  margin: unset !important;
}
/* ✅ Responsive */
@media (max-width: 768px) {
  .product-gallery-wrapper {
    flex-direction: column;
  }
  .thumbs-gallery {
    order: 2;
    width: 100%;
    height: auto;
  }
  .thumbs-gallery .swiper-wrapper {
    flex-direction: row;
  }
  .thumbs-gallery .swiper-slide {
    width: 80px !important;
    height: auto;
  }
  .main-gallery {
    order: 1;
  }
  html.rtl ol,
  ul {
    padding-right: 0rem !important;
  }
}
.nav {
  padding-bottom: 0 !important;
  padding-top: 0 !important;
  flex-wrap: unset !important;
  padding-left: 0 !important;
  margin-bottom: 0 !important;
  list-style: none !important;
  justify-content: flex-start !important;
  align-items: center;
}
.nav li a {
  color: #a1a5b7 !important;
  border-bottom: 1px solid transparent;
  transition: color 0.2s ease, background-color 0.2s ease;
  padding: 0.5rem 0;
  margin: 0 1rem;
  font-size: 14px;
}
li.nav.item.current {
  display: flex;
  color: #009ef7 !important;
  border-bottom-width: 2px;
  padding: 0.5rem 0 !important;
  align-items: stretch;
  padding-top: 0 !important;
  padding-bottom: 0 !important;
  background-color: transparent;
  border: 0;
  border-bottom: 1px solid #009ef7;
  transition: color 0.2s ease, background-color 0.2s ease;
  font-size: 12px;
}
@media (min-width: 768px) {
  .columns {
    flex-direction: row !important;
  }
  .sidebar.sidebar-main {
    order: 1 !important;
  }
  .column.main {
    order: 2 !important;
  }
}
@media (max-width: 768px) {
  .nav {
    display: flex;
    flex-wrap: warp !important;
    justify-content: flex-start !important;
  }
  .columns {
    flex-direction: row !important;
  }
  .sidebar.sidebar-main {
    order: 1 !important;
  }
  .column.main {
    order: 2 !important;
  }
}
select#country {
  background-color: #f5f8fa;
  border-color: #f5f8fa;
  color: #5e6278;
  transition: color 0.2s ease, background-color 0.2s ease;
  min-height: 45px;
  display: block;
  width: 100%;
  padding: 0.75rem 3rem 0.75rem 1rem;
  -moz-padding-start: calc(-2rem);
  font-size: 1.1rem;
  font-weight: 500;
  line-height: 1.5;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%237E8299' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M2 5l6 6 6-6'/%3e%3c/svg%3e");
  appearance: none;
  background-repeat: no-repeat;
  background-position: right 1rem center;
  background-size: 16px 12px;
}
/* ✅ Responsive */
@media (max-width: 768px) {
  .header.content .logo img {
    padding: 10px !important;
    width: 100px !important;
  }
}
.page-footer {
  background: #5C2A7F;
  color: #333;
  font-family: sans-serif;
  box-shadow: rgba(82, 63, 105, 0.05) 0px 10px 30px 0px !important;
}
.page-footer .footer.content {
  background: #5C2A7F !important;
}
.page-footer,
.page-footer li,
.page-footer ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
/* Container setup */
.page-footer .footer.content {
  max-width: 1200px;
  margin: 0 auto;
  padding: 40px 20px;
}
/* Top section layout */
.page-footer .footer-head {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  gap: 20px;
  margin-bottom: 40px;
}
/* Remove headers, only show input + button */
.page-footer .newsletter > .title,
.page-footer .newsletter .label {
  display: none !important;
}
.page-footer .newsletter {
  flex: 1 1 auto;
  margin: 0;
}
.page-footer .newsletter form {
  display: flex;
  width: 100%;
}
.page-footer .form.subscribe {
  display: flex !important;
}
.page-footer .newsletter .field {
  margin: 0 !important;
}
.page-footer .block.newsletter .actions .action {
  max-width: 40px !important;
  overflow: hidden !important;
  max-height: 45px !important;
  height: 45px !important;
}
.page-footer .block.newsletter .content {
  margin: 0 !important;
  padding: 0 !important;
}
.block.newsletter input {
  margin-right: unset !important;
}
.subscribe-button {
  background: #5C2A7F !important;
}
/* Submit button styling */
.page-footer .newsletter .actions button {
  padding: 0 20px;
  border: 1px solid #ddd;
  background: #f5f5f5;
  color: #333;
  border-radius: 0 4px 4px 0;
  cursor: pointer;
}
.page-footer .newsletter .actions button:hover {
  background: #e2e2e2;
}
/* Center nav links */
.page-footer .footer-main-nav {
  flex: 1 1 auto;
  text-align: center;
}
.page-footer .footer-nav {
  display: inline-flex;
  gap: 30px;
}
.page-footer .footer-nav li a {
  text-decoration: none;
  color: #ffffff;
  font-size: 15px;
  transition: color 0.2s;
}
.page-footer .footer-nav li a:hover {
  color: #000;
}
/* Right-aligned social icons */
.page-footer .footer-social-icons {
  flex: 1 1 auto;
  text-align: end;
}
.page-footer .social-links {
  display: inline-flex;
  gap: 10px;
}
.page-footer .social-links a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 36px;
  height: 36px;
  background: #f0f0f0;
  border-radius: 50%;
  text-decoration: none;
  color: #555;
  font-size: 16px;
  transition: background 0.2s, color 0.2s;
  overflow: hidden;
}
.page-footer .social-links a:hover {
  background: #ddd;
  color: #000;
}
/* Bottom section styling */
.page-footer .footer-bottom {
  padding-top: 40px;
  border-top: 1px solid #dee2e6!important;
}
.page-footer .footer-bottom-links {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
}
.page-footer .footer-bottom-links > * {
  flex: 1 1 auto;
}
.page-footer .footer.content {
  border: 0;
}
/* Bottom nav left */
.page-footer .footer-links {
  display: flex;
  gap: 20px;
}
.page-footer .footer-links li a {
  text-decoration: none;
  color: #777;
  font-size: 14px;
  transition: color 0.2s;
}
.page-footer .footer-links li a:hover {
  color: #000;
}
/* Center logo */
.page-footer .footer-logo {
  text-align: center;
}
.page-footer .footer-logo img {
  max-height: 40px;
}
/* Copyright right */
.page-footer .footer-copyright {
  flex: 1 1 auto;
  text-align: end;
  color: #aaa;
  font-size: 14px;
}
.page-footer {
  margin-top: 32px;
}
.footer-contact-info p {
  margin: 0;
  padding: 5px 0;
  font-size: 14px;
  color: #aaa;
}
.footer-contact-info a {
  color: #ffffff;
  text-decoration: none;
}
.page-footer .footer-main-nav {
  justify-items: flex-start !important;
}
/* Mobile responsiveness */
@media (max-width: 768px) {
  .page-footer .footer-head,
  .page-footer .footer-bottom-links {
    flex-direction: column;
    align-items: start;
    text-align: start;
  }
  .page-footer .footer-bottom-links {
    gap: 24px;
  }
  .page-footer .footer-nav li > a,
  .page-footer .footer-links li > a {
    font-size: 17px;
  }
  .page-footer .footer-bottom-links .footer-logo {
    order: -1;
  }
  .page-footer .footer-social-icons,
  .page-footer .footer-main-nav {
    text-align: start;
    width: 100%;
  }
  .page-footer .footer-copyright {
    text-align: start;
  }
  .page-footer .block.newsletter {
    width: 100% !important;
  }
  .page-footer .block.newsletter .actions {
    display: block !important;
    min-width: 40px !important;
  }
  .page-footer .footer.content {
    padding: 64px 20px;
  }
}
.custom-burger-menu .mobile-nav__header {
  padding: unset !important;
}
html.rtl .custom-burger-menu .mobile-nav {
  left: unset !important;
  right: 0 !important;
}
html.rtl .custom-burger-menu .mobile-nav__menu ul {
  text-align: right !important;
}
html.rtl .mobile-nav__menu img {
  margin-left: unset !important;
  margin-right: 10px !important;
}
html.rtl .custom-burger-menu .mobile-nav {
  left: unset !important;
  right: 0 !important;
}
.mobile-nav {
  transform: translateX(-100%);
  opacity: 0;
  pointer-events: none;
  transition: transform 0.4s ease-in-out, opacity 0.4s ease-in-out;
}
html.rtl .mobile-nav {
  transform: translateX(100%);
}
.mobile-nav.open {
  transform: translateX(0) !important;
  opacity: 1 !important;
  pointer-events: auto !important;
}
/* Desktop hide */
.flag-nav {
  margin-bottom: 20px;
}
.navigation .level0 .submenu {
  font-size: 14px !important;
}
.navigation .submenu:not(:first-child) .active > a {
  border-color: #5C2A7F !important;
}
.custom-burger-menu .all-category {
  margin-top: 10px;
}
/* Mobile only show */
.nav-sections {
  background: #ffffff !important;
  margin-bottom: unset !important;
  color: #5C2A7F !important;
}
.navigation .level0 > .level-top {
  color: #5C2A7F !important;
  font-weight: bold !important;
}
.navigation .level0.active > .level-top,
.navigation .level0.has-active > .level-top {
  color: #a1a5b7 !important;
}
.navigation .level0 .submenu {
  background: #ffffff !important;
}
.mobile-nav__menu .navigation .level0 > .level-top {
  color: #000000 !important;
  display: inline-block !important;
  text-transform: unset !important;
}
.mobile-nav__menu img {
  margin-right: 15px;
}
.navigation .parent .level-top:after {
  right: 2px !important;
}
.mobile-nav__menu .nav-sections {
  margin-bottom: unset !important;
  color: #000000 !important;
}
.mobile-nav__menu .navigation .level0 > .level-top {
  padding: unset !important;
}
.mobile-nav__menu .navigation .parent .level-top:after {
  display: none !important;
}
.custom-burger-menu .mobile-nav__menu {
  margin-top: 50px !important;
}
#mobile-nav {
  display: flex !important;
  flex-direction: column !important;
  height: 100% !important;
  overflow: hidden !important;
}
.mobile-nav__menu {
  flex: 1 !important;
  overflow-y: auto !important;
}
.nav-footer {
  padding: 1rem !important;
  background-color: #fff !important;
}
html.rtl .navigation .level0.parent > .level-top > .ui-menu-icon {
  right: unset !important;
  left: 0 !important;
}
.no-display {
  display: none !important;
}
.minisearch-popup {
  position: absolute;
  top: 100%;
  right: 0;
  width: 320px;
  background: #fff;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
  z-index: 1000;
  padding: 15px;
}
.switchers-break {
  display: none !important;
}
#search_mini_form .fieldset {
  margin: unset !important;
}
.search-theme {
  width: 1067px !important;
  margin-top: 10px !important;
  border-radius: 15px !important;
  margin-right: 10px !important;
}
@media only screen and (min-width: 768px) {
  .search-theme {
    width: 1005px !important;
  }
}
.search .w-lg-50 {
  width: 95% !important;
}
.page-wrapper > .breadcrumbs {
  margin-top: 190px !important;
}
.breadcrumbs a {
  color: #5C2A7F !important;
}
.navbar-container {
  justify-content: center !important;
}
/* Mobile only show */
#custom-toast-message .price {
  color: #F4B942 !important;
}
@media (max-width: 768px) {
  html.ltr .page-wrapper > .breadcrumbs {
    margin-left: 30px !important;
  }
  html.rtl .page-wrapper > .breadcrumbs {
    margin-right: 30px !important;
  }
  #custom-cart-toast {
    right: 4% !important;
  }
}
