@font-face {
  font-family: "asty-book";
  src:
    url("../fonts_custom/asty-cf/AstyCFStd-Book.ttf") format("truetype"),
    url("../fonts_custom/asty-cf/AstyCFStd-Book.woff") format("woff"),
    url("../fonts_custom/asty-cf/AstyCFStd-Book.woff2") format("woff2");
}

@font-face {
  font-family: "asty-book-oblique";
  src: url("../fonts_custom/asty-cf/AstyCFStd-BookOblique.otf") format("truetype");
}

@font-face {
  font-family: "asty-light";
  src:
    url("../fonts_custom/asty-cf/AstyCFStd-Light.otf") format("opentype"),
    url("../fonts_custom/asty-cf/AstyCFStd-Light.woff") format("woff"),
    url("../fonts_custom/asty-cf/AstyCFStd-Light.woff2") format("woff2"),
    url("../fonts_custom/asty-cf/AstyCFStd-Light.ttf") format("truetype");
}

@font-face {
  font-family: "asty-bold";
  src: url("../fonts_custom/asty-cf/AstyCFStd-Bold.otf") format("opentype");
}

@font-face {
  font-family: "asty-medium";
  src: url("../fonts_custom/asty-cf/AstyCFStd-Medium.otf") format("opentype");
  font-weight: bold;
}

html {
  font-size: 16px;
}

body {
  font-family: "asty-book", sans-serif !important;
}

:root {
  /* colors */
  --primary-color: #7db02d;
  --primary-color-hover: #6f9c28;
  --secondary-color: #394871;
  --secondary-color-hover: #303d60;
  --text-color: #000;
  --footer-bg: #191919;
  --border-color: #ccc;
  --danger-color: #e6001a;
  --error-color: #c08a27;
  --color-dark-gray-alt: #364345;
  --color-dark-gray-alt-hover: #2b3537;
  --color-mobile-bottom-bar-bg: #394871;
  --color-mobile-bottom-bar-active-bg: #7db02d;

  /* sizes */
  --text-font-size: 16px;
  --small-text-font-size: 14px;

  /* dimensions */
  --header-height-desktop: 110px;
  --desktop-flyout-menu-width: 240px;
  --desktop-mega-menu-height: 560px;
  --max-input-length: 500px;
  --product-card-options-height: 90px;
  --product-card-discounts-height: 170px;
  --offcanvas-cart-width: 640px;
  --offcanvas-account-width: 800px;

  --mobile-menubar-height: 46px;
  --mobile-header-height: 74px;
  --mobile-content-padding: 15px;
}

/* SOF General */
.font-medium,
.btn,
table thead td,
.module-title,
.page-title,
.module-products .nav-tabs a,
.search-categories-button,
.desktop-header-active #main-menu>.j-menu>li>a,
.burkani--special-label,
.burkani--new-label,
b {
  font-family: "asty-medium", sans-serif !important;
}

.font-bold {
  font-family: "asty-bold", sans-serif;
}

.font-primary {
  color: var(--primary-color);
}

.text-burkani-secondary {
  color: var(--secondary-color);
}

.no-wrap {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.banner-text-center {
  margin: 0 auto;
}

.breadcrumbs::before {
  content: "";
  height: 1px;
  background-color: var(--border-color);
  width: 100%;
  max-width: 100%;
  left: 0px;
  top: 50%;
  position: absolute;
  transform: none;
}

.breadcrumbs .breadcrumb {
  display: flex;
}

.breadcrumbs .breadcrumb>li {
  background-color: #fff;
}

.breadcrumbs .breadcrumb>li:first-child {
  padding-left: 25px;
}

.breadcrumbs .breadcrumb>li:last-child {
  padding-right: 25px;
}

input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
input:-webkit-autofill:active {
  -webkit-box-shadow: 0 0 0 30px white inset !important;
  box-shadow: 0 0 0 30px white inset !important;
}

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

input[type="number"] {
    -moz-appearance: textfield;
}

input[type="number"] {
    appearance: textfield;
}

.selected-size-option {
  font-size: 14px;
  padding: 7px 10px;
  border-radius: 10px;
  color: var(--text-color);
  border: 1px solid var(--border-color);
}

.selected-color-option {
  width: 50px;
  height: 50px;
  border-radius: 5px;
  margin: 0 auto;
}

.accompanying-button {
  border: 1px solid var(--border-color);
  width: 58px;
  height: 44px;
  background-color: #fff;
  transition: 0.2s ease all;
  border-radius: 10px;
  font-family: "asty-medium", sans-serif;
  font-size: 22px;
}

.accompanying-button:hover {
  background-color: #ddd;
}

.td-image img {
  max-width: 160px;
  border-radius: 20px;
  border: 1px solid var(--border-color);
  padding: 5px;
}

.td-model p:last-child {
  font-family: "asty-medium", sans-serif;
}

.td-name {
  max-width: 240px;
}

tbody .td-total {
  font-family: "asty-medium", sans-serif;
  color: var(--secondary-color);
}

.td-action :is(.btn-danger, .btn-primary, .btn-remove) {
  background-color: transparent;
  padding: 0px;
  color: var(--primary-color);
}

.no-touchevents .td-action :is(.btn-danger, .btn-primary, .btn-remove):is(:hover, :focus, :active) {
  color: var(--primary-color-hover) !important;
  background-color: transparent !important;
}

/* EOF General */

.primary-text {
  color: var(--primary-color);
}

/* SOF Header */

html.search-page-open .header-slim-wrapper .top-bar,
html.search-page-open .header-slim-wrapper .mid-bar>*:not(.desktop-search-wrapper) {
  opacity: 0.25;
  pointer-events: none;
}

html.is-customer {
  --offcanvas-account-width: 400px;
}

.mobile-main-menu-container-open .mobile-bar-group a[data-off-canvas="mobile-main-menu-container"],
.mobile-account-content-container-open .mobile-bar-group a[data-off-canvas="mobile-account-content-container"],
.mobile-cart-content-container-open .mobile-bar-group #cart a[data-off-canvas="mobile-cart-content-container"],
.mobile-cart-content-container-open .mobile-bar-group #cart a[data-off-canvas="mobile-cart-content-container"],
.mobile-header #search.open.animating {
  background-color: var(--primary-color);
  color: #fff;
}

.mobile-header #search.open.animating .dropdown-menu {
  inset: auto;
  top: var(--mobile-header-height);
  position: fixed;
  width: 100%;
  background-color: var(--secondary-color);
}

.mini-search #search>.dropdown-menu::before {
  display: none;
}

.mobile-header-active header {
  z-index: 9999;
}

.mobile-wrapper-header {
  justify-content: center;
}

.mobile-wrapper-header>a {
  position: absolute;
  right: 0px;
}

.desktop-header-active .language-currency .dropdown .dropdown-menu {
  border: 1px solid #e8e8e8;
}

.desktop-header-active #main-menu>.j-menu>li>a {
  position: relative;
}

.desktop-header-active #main-menu>.j-menu>li>a>.menu-label {
  left: 5px;
  top: -10px;
  transform: none;
}

.desktop-header-active #main-menu>.j-menu>li:not(.burkani--shop-by-category)>a::before {
  content: "";
  width: 0%;
  height: 2px;
  background-color: var(--primary-color);
  transition: 0.2s ease all;
  position: absolute;
  left: 0%;
  min-width: 0px;
  min-height: 0px;
  bottom: -0px;
  transform-origin: center;
}

.desktop-header-active #main-menu>.j-menu>li:not(.burkani--shop-by-category)>a:hover::before {
  width: 100%;
}

.desktop-header-active .flyout-menu>.j-menu>li>a {
  font-family: "asty-light", sans-serif;
}

.desktop-header-active .header .mid-bar>.menu-top {
  margin-left: auto;
  height: 100% !important;
}

.desktop-header-active .desktop-main-menu-wrapper.menu-bar {
  width: 100%;
  max-width: 100%;
}

.desktop-header-active .desktop-main-menu-wrapper.menu-bar .main-menu-1 {
  margin: 0 auto;
  max-width: min(calc(100% - var(--content-gutter, 0px) * 2),
      calc(var(--max-width, var(--content-max-width, 100%)) - var(--content-gutter, 0px) * 2));
}

.desktop-header-active .burkani--shop-by-category {
  position: unset !important;
}

.desktop-header-active .burkani--shop-by-category>.dropdown-menu {
  width: 100vw;
  left: 0px;
  top: var(--header-height-desktop) !important;
}

.desktop-header-active .burkani--shop-by-category .burkani--flyout-menu>.j-menu {
  width: var(--desktop-flyout-menu-width);
  overflow-y: scroll;
  max-height: 88svh;
  direction: rtl;

  & > * {
    text-align: left;
    direction: ltr;
  }
}

.desktop-header-active .burkani--shop-by-category .burkani--flyout-menu>.j-menu>li>.dropdown-menu {
  width: calc(100vw - var(--desktop-flyout-menu-width));
}

.desktop-header-active .burkani--shop-by-category .burkani--flyout-menu .flyout-menu-item.mega-menu {
  position: unset;
}

.desktop-header-active .burkani--shop-by-category .burkani--flyout-menu .flyout-menu-item.mega-menu>.dropdown-menu {
  left: var(--desktop-flyout-menu-width);
  height: 100%;
  max-height: var(--desktop-mega-menu-height);
}

.desktop-header-active .burkani--shop-by-category .burkani--flyout-menu .flyout-menu-item.mega-menu .mega-menu-content {
  max-height: var(--desktop-mega-menu-height);
  height: 100%;
}

.burkani--categories-module .module-title.title,
.burkani--categories-module .category-thumb .name {
  font-family: "asty-light", sans-serif !important;
}

.burkani--categories-module .category-grid {
  -webkit-column-count: 2;
  column-count: 2;
}

.header .mid-bar {
  position: unset;
}

.c--burkani-login-account--popup-wrapper .c--vaza--login-close {
  display: none;
}

body>.mobile-container {
  box-shadow: -10px 0px 10px #00000029;
}

html.mobile-account-content-container-open .mobile-container.mobile-account-content-container {
  transform: translate3d(100%, 0, 0);
  left: auto;
  right: 0;
}

.desktop .mobile-account-content-container {
  width: var(--offcanvas-account-width);
}

.mobile-container.mobile-cart-content-container.animating .stepper {
  max-width: 110px;
}

.mobile-account-content-container .mobile-wrapper-header span {
  flex: 1;
  justify-content: center;
  padding: 15px 10px;
  color: #fff;
  font-size: 24px;
}

.mobile-account-content-container .mobile-wrapper-header span:first-child {
  background-color: var(--secondary-color);
}

.mobile-account-content-container .mobile-wrapper-header span:last-child {
  background-color: var(--primary-color);
}

.mobile-account-content-container .mobile-title {
  display: none;
  padding: 10px;
  color: #fff;
  font-size: 16px;
  text-align: center;
}

.mobile-account-content-container .ap--left .mobile-title {
  background-color: var(--secondary-color);
}

.mobile-account-content-container .ap--right .mobile-title {
  background-color: var(--primary-color);
}

.account-popup--wrapper {
  display: flex;
  height: 100%;
}

.account-popup--wrapper .ap--left {
  border-right: 1px solid var(--border-color);
  background-color: #ebebeb;
}

.account-popup--wrapper .ap--left label[for="input-email-register"] {
  background-color: transparent;
}

.account-popup--wrapper>div {
  flex: 1;
}

.account-popup--wrapper form {
  padding: 0px 40px;
  margin: 40px 0px;
}

.account-popup--wrapper .ap--right .actions {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.account-popup--wrapper .ap--right .actions .checkbox {
  width: auto;
}

.account-popup--wrapper .ap--right .actions label,
.account-popup--wrapper .ap--right .actions .forgot-password {
  font-size: 13px;
  line-height: 22px;
  color: var(--secondary-color);
}

.account-popup--wrapper .ap--right .actions label:hover,
.account-popup--wrapper .ap--right .actions .forgot-password:hover {
  color: var(--secondary-color-hover);
}

.account-popup--wrapper .social-account .social-divider {
  text-align: center;
  font-size: var(--text-font-size);
  font-family: "asty-medium", sans-serif;
  position: relative;
}

.account-popup--wrapper .social-account .social-divider span {
  padding: 3px 10px;
  background-color: #fff;
  position: relative;
}

.account-popup--wrapper .ap--left .social-account .social-divider span {
  background-color: #ebebeb;
}

.account-popup--wrapper .ap--left .buttons button.btn {
  background-color: var(--secondary-color);
}

.account-popup--wrapper .ap--left .buttons button.btn:hover,
.account-popup--wrapper .ap--left .buttons button.btn:focus,
.account-popup--wrapper .ap--left .buttons button.btn:active {
  background-color: var(--secondary-color-hover);
}

.account-popup--wrapper .social-account .social-divider::before {
  content: "";
  height: 1px;
  background-color: var(--primary-color);
  position: absolute;
  top: 50%;
  width: 100%;
  left: 0px;
}

.account-popup--wrapper .social-account .social-actions {
  margin-top: 25px;
  display: flex;
  justify-content: center;
  gap: 20px;
}

.account-popup--wrapper .social-account .social-actions a {
  display: flex;
  align-items: center;
  justify-content: center;
}

.account-popup--wrapper .social-account .social-actions a:hover,
.account-popup--wrapper .social-account .social-actions a:focus,
.account-popup--wrapper .social-account .social-actions a:active {
  opacity: 0.85;
}

.account-popup--wrapper .ap--register-note {
  display: flex;
  justify-content: space-between;
  padding: 0px 10px;
  align-items: center;
}

.account-popup--wrapper .ap--register-note p {
  font-size: 14px;
  max-width: 140px;
  margin-right: 15px;
}

.account-popup--wrapper .ap--register-note img {
  max-width: 200px;
}

#main-menu-mobile .prev-level svg {
  transform: rotate(90deg) !important;
  width: 24px;
  height: auto;
}

/* EOF Header */

/* SOF Homepage Hero Banners */
.burkani--homepage-hero-banner .slide-layers {
  margin-left: 50px;
}

.burkani--homepage-hero-banner .slide-content-image {
  position: relative;
}

.burkani--homepage-hero-banner .slide-content-image::before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 75%;
  bottom: 0;
  background: rgba(212, 228, 239, 0);
  background: -moz-linear-gradient(top,
      rgba(212, 228, 239, 0) 0%,
      #ffffff 100%);
  background: -webkit-gradient(left top,
      left bottom,
      color-stop(0%, rgba(212, 228, 239, 0)),
      color-stop(100%, #ffffff));
  background: -webkit-linear-gradient(top,
      rgba(212, 228, 239, 0) 0%,
      #ffffff 100%);
  background: -o-linear-gradient(top, rgba(212, 228, 239, 0) 0%, #ffffff 100%);
  background: -ms-linear-gradient(top, rgba(212, 228, 239, 0) 0%, #ffffff 100%);
  background: linear-gradient(to bottom,
      rgba(212, 228, 239, 0) 0%,
      #ffffff 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#d4e4ef', endColorstr='#ffffff', GradientType=0);
  opacity: 0;
  transition: all 0.2s ease-in;
  -webkit-transition: all 0.2s ease-in;
  -moz-transition: all 0.2s ease-in;
}

.burkani--homepage-hero-banner .slide-content-image:hover::before {
  top: 50%;
  opacity: 0.5;
}

/* EOF Homepage Hero Banners */

/* SOF Homepage Category Banners */
.burkani--homepage-category-banners {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
  height: 400px;
}

.burkani--homepage-category-banners .cb--column {
  display: flex;
  flex-direction: column;
}

.burkani--homepage-category-banners .cb--column .c--row {
  display: flex;
  flex: 1;
}

.burkani--homepage-category-banners .cb--column .c--row.two-columns .cb--block:first-child {
  margin-right: 20px;
}

.burkani--homepage-category-banners .cb--column .c--row+.c--row {
  margin-top: 20px;
}

.burkani--homepage-category-banners .cb--column.column-three {
  grid-column: span 2;
}

.burkani--homepage-category-banners .cb--column.column-two {
  background-image: url("../../../../../image/catalog/design_2023/burkani/banners/1-bottles.jpg");
  background-size: cover;
  background-position: center;
}

.burkani--homepage-category-banners .cb--column.column-three .c--row:first-child .cb--block {
  background-image: url("../../../../../image/catalog/design_2023/burkani/banners/6-essential oil bottles.jpg");
  background-size: cover;
  background-position: center;
}

.burkani--homepage-category-banners .cb--column.column-three .c--row:last-child .cb--block:first-child {
  background-image: url("../../../../../image/catalog/design_2023/burkani/banners/2-droppers.jpg");
  background-size: cover;
  background-position: center;
}

.burkani--homepage-category-banners .cb--column.column-three .c--row:last-child .cb--block {
  background-image: url("../../../../../image/catalog/design_2023/burkani/banners/5-doypack.jpg");
  background-size: cover;
  background-position: center;
}

.burkani--homepage-category-banners .cb--column.column-one .cb--block:first-child {
  background-image: url("../../../../../image/catalog/design_2023/burkani/banners/4-perfumery.jpg");
  background-size: cover;
  background-position: center;
}

.burkani--homepage-category-banners .cb--column.column-one .cb--block {
  background-image: url("../../../../../image/catalog/design_2023/burkani/banners/3-cosmetic v2.jpg");
  background-size: cover;
  background-position: center;
}

.burkani--homepage-category-banners .cb--column.column-two .cb--block {
  background-color: transparent;
}

.burkani--homepage-category-banners .cb--column .cb--block {
  display: flex;
  flex: 1;
  background-color: #fff;
  position: relative;
}

.burkani--homepage-category-banners .cb--column.column-vertical .cb--block+.cb--block {
  margin-top: 20px;
}

.burkani--homepage-category-banners .cb--column .cb--block>a {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  padding: 10px 10px 25px 40px;
  width: 100%;
  height: 100%;
  margin-top: auto;
}

.burkani--homepage-category-banners .cb--column .cb--block img {
  width: 27px;
  height: auto;
}

.burkani--homepage-category-banners .cb--column .cb--block span {
  font-size: 18px;
  color: var(--text-color);
  padding-top: 25px;
  text-transform: uppercase;
}

/* EOF Homepage Category Banners */

/* SOF Homepage Small Product Carousel */
.burkani--homepage-big-title {
  text-align: center;
  font-family: "asty-medium", sans-serif;
}

.burkani-homepage-small-carousel-row {
  position: relative;
}

.burkani-homepage-small-carousel-row .burkani-homepage-small-carousel-grid-item {
  position: absolute;
  bottom: -200px;
  z-index: 9;
}

/* EOF Homepage Small Product Carousel */

/* SOF Homepage Blog Post */
.module-blog_posts .caption {
  max-width: 580px;
  background: #fff;
  padding: 50px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  left: 40px;
}

.module-blog_posts .caption .name {
  font-family: "asty-medium", sans-serif;
  padding-top: 15px;
}

.module-blog_posts .caption .p-tags .tag {
  display: inline-block;
  vertical-align: top;
  background: #000;
  color: #fff;
  padding: 2px 5px;
  margin-right: 2px;
  font-size: 10px;
  font-family: "asty-medium", sans-serif;
  text-transform: uppercase;
}

.module-blog_posts .caption .p-date {
  padding-top: 20px;
  font-size: 12px;
  color: #000;
}

.module-blog_posts .caption .p-date::before {
  margin-right: 10px;
}

/* EOF Homepage Blog Post */

/* SOF Footer */

.burkani--footer-perks .info_blocks-grid {
  position: relative;
}

.c--footer-logo-row .grid-items {
  height: auto;
}

.burkani--footer-perks .info_blocks-grid::after {
  content: "";
  height: 1px;
  background-color: rgba(255, 255, 255, 0.1);
  position: absolute;
  left: 0;
  top: 50%;
  width: 100%;
}

.burkani--footer-perks .info_blocks-grid .info-block {
  width: fit-content;
  padding: 0px 50px;
  background-color: var(--footer-bg);
  z-index: 1;
}

.burkani--footer-perks .info_blocks-grid .module-item {
  padding: 0px !important;
}

.burkani--footer-logo img {
  max-width: 270px;
  margin-right: auto;
}

.burkani--footer-newsletter.module-newsletter {
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.burkani--footer-newsletter.module-newsletter .module-title {
  white-space: nowrap;
}

.burkani--footer-newsletter.module-newsletter form {
  display: flex;
  align-items: center;
  flex-direction: column;
}

.burkani--footer-newsletter.module-newsletter .module-body {
  width: fit-content;
}

.burkani--footer-newsletter.module-newsletter form .input-group {
  margin: 0px 25px;
}

.burkani--footer-payments-image img {
  max-width: 186px;
}

/* EOF Footer */

/* SOF Product Card */

.ask-availability-card-btn.btn {
  background-color: #394871;
  min-height: 32px;
  height: 40px;
  border-radius: 0px 0px 5px 5px !important;
  width: 100%;
}

.ask-availability-card-btn.btn:hover {
  border-radius: 0px 0px 5px 5px !important;
  box-shadow: none;
  background-color: #303d60 !important;
}

.ask-availability-card-btn svg {
  margin-right: 10px;
}

.product-layout .card-option--slick-slide.outofstock .option-wrapper {
  align-items: center;
  justify-content: center;
  opacity: 0.5;
}

.product-layout .option-wrapper .outofstock-sign {
  position: absolute;
  display: flex;
}

.product-layout .option-wrapper .outofstock-sign svg {
  width: 28px;
  height: auto;
}

.product-layout .dimensions-slick .radio input:checked+.option-wrapper span {
  background-color: var(--secondary-color);
  color: #fff;
}

.product-layout .loading-placeholder {
  border-radius: 0px 0px 20px 20px;
}

.product-layout .caption .model {
  font-size: var(--text-font-size);
  color: #fff;
  background-color: var(--secondary-color);
  padding: 4px 8px;
  text-align: center;
}

.product-layout .caption .buttons-wrapper .button-group .cart-group {
  flex-grow: 1 !important;
  flex-wrap: nowrap !important;
}

.product-layout .caption .price .price-normal,
.product-layout .caption .price .price-new,
.product-layout .caption .price .price-old {
  font-family: "asty-medium", sans-serif;
}

.product-layout .caption .piece-text {
  text-align: center;
  margin-bottom: 5px;
  color: var(--text-color);
  font-size: var(--text-font-size);
}

.product-layout .caption .stock-status {
  padding: 10px;
  text-align: center;
  font-size: var(--small-text-font-size);
  color: var(--text-color);
}

.product-layout .buttons-wrapper .incart--text {
  width: 100%;
  position: absolute;
  height: 100%;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  left: 0px;
  line-height: 1;
}

.product-layout .buttons-wrapper .cart-remove {
  margin-left: 10px;
  cursor: pointer;
}

.product-layout .buttons-wrapper .cart-remove svg {
  width: 20px;
  height: auto;
}

.product-layout .buttons-wrapper .btn-cart.disabled+div {
  display: none;
}

.product-layout .buttons-wrapper.incart .btn-cart {
  border-bottom-left-radius: 20px;
  border-bottom-right-radius: 20px;
}

.product-layout .buttons-wrapper.incart .btn-cart::before {
  display: none !important;
}

.product-thumb .buttons-wrapper .cart-remove svg path {
  fill: #fff;
}

.product-layout .burkani--accordeon+.burkani--accordeon .burkani-accordeon-header {
  border-bottom: none;
}

.product-layout .burkani--accordeon+.burkani--accordeon.is-open .burkani-accordeon-header {
  border-bottom: 1px solid var(--border-color);
}

.product-layout .burkani--accordeon .burkani-accordeon-header {
  padding: 10px 15px;
}

.product-layout .burkani--accordeon.is-open .burkani-accordeon-header {
  border-bottom-width: 1px;
}

.product-layout .burkani--accordeon .slick-next,
.product-layout .burkani--accordeon .slick-prev {
  cursor: pointer;
}

.product-layout .burkani--accordeon .card-option--slick.slick-initialized {
  max-width: 90%;
}

.card-option--slick:not(.slick-slider) {
  display: flex;
  gap: 10px;
}

.card-option--slick.color-slick:not(.slick-slider) {
  gap: 0px;
}

.product-layout .burkani--accordeon .card-option--slick.slick-slider {
  left: 5%;
}

/* .product-layout .burkani--accordeon .card-option--slick .slick-list {
  margin: 0px 0px;
}

.product-layout .burkani--accordeon .card-option--slick .slick-slide {
  margin: 0px 5px;
} */

.product-layout .burkani--accordeon .card-option--slick .slick-slide>div+div {
  margin-top: 10px;
}

.product-layout .burkani--accordeon .card-option--slick .slick-prev,
.product-layout .burkani--accordeon .card-option--slick .slick-next {
  top: calc(50% - 8px);
  position: absolute;
}

.product-layout .burkani--accordeon .card-option--slick .card-option--slick-slide img {
  border-radius: 5px;
  /* width: 50px;
  min-width: 50px;
  height: 50px; */
}

.product-layout .burkani--accordeon .card-option--slick .slick-prev {
  left: -25px;
}

.product-layout .burkani--accordeon .card-option--slick .slick-next {
  right: -25px;
}

.product-layout .burkani--accordeon .burkani-accordeon--body {
  padding: 0px !important;
  position: absolute;
  width: 100%;
}

.product-layout .burkani--accordeon .card-option--slick .dimensions-value,
.product-layout .burkani--accordeon .card-option--slick .capacity-value {
  font-size: 12px;
  padding: 5px;
  border: 1px solid var(--border-color);
  border-radius: 10px;
  text-align: center;
  display: block;
}

.product-layout .card-images--slick .slick-arrow {
  position: absolute;
  top: calc(50% - 12.5px);
  height: 40px;
  width: 40px;
  padding: 8px;
  cursor: pointer;
  z-index: 999999;
}

.product-layout .card-images--slick .slick-track {
  display: flex;
}

.product-layout .card-images--slick .slick-track .slick-slide {
  height: inherit;
}

.product-layout .card-images--slick .slick-next {
  right: 5px;
}

.product-layout .card-images--slick .slick-prev {
  left: 5px;
}

.product-layout .burkani-card-options-wrapper .burkani-accordeon--body {
  height: var(--product-card-options-height);
  overflow: hidden;
}

.product-layout .discounts .burkani-accordeon--body {
  height: var(--product-card-discounts-height);
  overflow: hidden;
}

.product-layout.is-active {
  z-index: 9;
}

.product-layout .slick-slide {
  position: relative;
}

.product-layout .price,
.product-layout .stock-status,
.product-layout .buttons-wrapper,
.product-layout .discounts,
.product-layout .burkani-card-options-wrapper {
  position: relative !important;
  transition: 0.25s ease all;
}

body .product-info .product-options .push-option .option-wrapper img {
  border: solid;
  border-width: 1px;
}

.option-wrapper img {
  border: solid;
  border-width: 1px;
}

.option-wrapper img:hover {
  border: solid;
  border-color: var(--primary-color);
  border-width: 1px;
}

#content .product-info .product-options .push-option div > label input:checked + .option-wrapper img {
  border-color: var(--primary-color) !important;
}

.no-touchevents .product-info .product-options .push-option div > label:hover .option-wrapper img {
  border-color: var(--primary-color) !important;
}

.product-layout.is-active-options .price,
.product-layout.is-active-options .stock-status,
.product-layout.is-active-options .buttons-wrapper {
  bottom: calc(-1 * var(--product-card-options-height));
}

.product-layout.is-active-discounts .price,
.product-layout.is-active-discounts .stock-status,
.product-layout.is-active-discounts .buttons-wrapper {
  bottom: calc(-1 * var(--product-card-discounts-height));
}

.product-layout.is-active-discounts .price {
  margin-top: 10px;
}

.product-layout.is-active-options .discounts {
  bottom: calc(-1 * var(--product-card-options-height));
}

.product-layout.is-active .product-thumb {
  border-bottom-left-radius: 0px !important;
  border-bottom-right-radius: 0px !important;
}

.burkani-products--carousel .product-layout.is-active .caption {
  overflow-y: auto;
}

.product-layout::after {
  transition: 0.25s ease all;
  transition-delay: 0.25s;
  transition-property: box-shadow;
}

.product-layout.is-active-options::after {
  bottom: calc(-1 * var(--product-card-options-height));
}

.product-layout.is-active-discounts::after {
  bottom: calc(-1 * var(--product-card-discounts-height));
}

.product-layout.is-active::after {
  content: "";
  background-color: #fff;
  position: absolute;
  transform: none;
  top: auto;
  border-bottom-left-radius: 20px;
  border-bottom-right-radius: 20px;
  border: 1px solid var(--border-color);
  border-top: none;
  box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
}

.product-layout.is-active.is-active-discounts::after {
  height: calc(100% + var(--product-card-discounts-height));
}

.product-layout.is-active.is-active-options::after {
  height: calc(100% + var(--product-card-options-height));
}

.product-layout .burkani--accordeon .burkani-accordeon--body .card-option-section {
  padding: 10px;
  height: 90px;
  display: flex;
  align-items: center;
}

.product-layout .burkani--accordeon .card-option--slick .slick-track {
  margin-left: 0px;
}

.product-layout .burkani--accordeon .burkani-accordeon--body .card-option-section:not(:last-child) {
  border-bottom: 1px solid var(--border-color);
}

.product-layout .burkani--accordeon .card-option-section .radio label {
  display: block;
}

.product-layout .burkani--accordeon .card-option-section .color-slick .radio .option-wrapper {
  border-radius: 5px;
  transition: 0.25s ease all;
  display: inline-flex;
  border: 2px solid transparent;
  padding: 2px;
}

.product-layout .burkani--accordeon .card-option-section .color-slick .radio input:checked+.option-wrapper {
  border-color: #000;
}

.product-layout .burkani--accordeon.is-open .card-option-section .color-slick+.card-option-section {
  padding-top: 10px;
  margin-top: 10px;
  border-top: 1px solid var(--border-color);
}

.product-layout .burkani--accordeon .card-option-section .card-option--slick-slide {
  text-align: center;
}

.product-layout .dimensions-slick .card-option--slick-slide {
  margin: 0 5px;
}

.product-layout .burkani--accordeon .card-option--title {
  font-size: var(--small-text-font-size);
  margin-bottom: 10px;
}

.product-layout .burkani--accordeon .burkani-accordeon-header .burkani-accordeon--title {
  font-size: var(--small-text-font-size);
}

.product-layout .burkani--accordeon.is-open .burkani-accordeon-header {
  background-color: #fff;
}

.product-layout .burkani--accordeon.is-open .burkani-accordeon-header:hover {
  background-color: #f8f8f8;
}

.product-layout .burkani-accordeon-header .burkani-accordeon--leading {
  margin-right: 10px;
}

.product-layout .burkani-accordeon-header .burkani-accordeon--tail span {
  right: 15px;
}

.product-layout .discounts .discounts-titles {
  padding: 5px 10px;
  background-color: #ebebeb;
  color: var(--text-color);
}

.product-layout .discounts ul {
  font-size: var(--small-text-font-size);
}

.product-layout .discounts .discount-row {
  padding: 5px 10px;
  max-height: 30px;
  height: 100%;
}

.product-layout .discounts .discounts-footer {
  font-size: 12px;
  padding: 5px 10px;
  display: none !important;
}

.product-layout .discounts--show-more {
  padding: 5px;
}

.product-layout .discounts .discounts--show-more svg {
  width: 30px;
  height: auto;
}

/* EOF Product Card */

/* SOF Add to Cart Notification */
.cart-noti {
  margin: 0px;
  height: 680px;
  width: auto;
}

.cart-noti .notification-content,
.cart-noti .notification-content>div {
  height: 100%;
}

.cart-noti .nc--left {
  max-width: 470px;
  width: 100%;
  padding: 30px 20px 40px 20px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.cart-noti .nc--middle {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  background-color: #ebebeb;
  padding: 20px 30px;
}

.cart-noti .nc--middle .notification-buttons {
  flex-grow: 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.cart-noti .nc--middle .notification-buttons>a {
  width: 100%;
  font-size: 18px;
}

.cart-noti .nc--middle .notification-buttons>a:not(:last-child) {
  margin-bottom: 5px;
}

.cart-noti .nc--middle .notification-buttons .btn-continue-shopping-2 {
  border: 1px solid var(--border-color);
  background-color: #fff;
  color: var(--text-color);
}

.cart-noti .nc--middle .notification-buttons .btn-continue-shopping-2:hover {
  background-color: #e9e9e9;
  color: var(--text-color) !important;
}

.cart-noti .nc--middle .notification-buttons .btn-continue-shopping {
  background-color: var(--secondary-color);
  color: #fff;
}

.cart-noti .nc--middle .notification-buttons .btn-continue-shopping:hover {
  background-color: var(--secondary-color-hover);
}

.cart-noti .nc--middle .notification-buttons .btn-cart {
  background-color: var(--primary-color);
}

.cart-noti .nc--middle .notification-buttons .btn-cart:hover {
  background-color: var(--primary-color-hover);
}

.nc--middle .cart-count {
  font-size: 18px;
  margin-bottom: 50px;
  text-align: center;
}

.nc--middle .cart-total-label {
  font-size: 22px;
}

.nc--middle .cart-total {
  font-size: 40px;
  line-height: 1;
}

.nc--middle .cart-total-tax {
  font-size: var(--text-font-size);
  margin-bottom: 75px;
}

.n-title {
  font-size: 24px;
  color: var(--primary-color);
  text-align: center;
  line-height: 1.2;
  flex-direction: column;
  display: flex;
  align-items: center;
}

.n-title svg {
  width: 50px;
  height: auto;
}

.n-product--image {
  text-align: center;
}

.n-product--name {
  font-size: var(--small-text-font-size);
}

.n-product-stats>div {
  display: flex;
  align-items: center;
}

.n-product-stats>div>span:first-child {
  text-align: right;
  font-size: 15px;
  width: 40%;
  margin-right: 10px;
}

.n-product-stats>div>span:last-child {
  color: var(--secondary-color);
  font-size: 20px;
  width: 60%;
}

.n-product-stats>div>span:last-child .price-tax,
.n-product-stats>div>span:last-child .total-tax {
  font-size: 12px;
}

.accompanying--title {
  text-align: center;
  margin-bottom: 10px;
}

.nc--right {
  padding: 20px 20px;
  overflow-y: auto;
  min-width: 620px;
}

/* EOF Add to Cart Notification */

/* SOF Contact Page */
.burkani--contact-info .module-item:not(:last-child) {
  margin-bottom: 35px;
}

.burkani--contact-info .info-block-text {
  font-family: "asty-medium", sans-serif;
}

.burkani--contact-info .info-block:before {
  min-width: 30px;
}

#information-contact form {
  padding: 50px;
  margin: 0 auto;
  background-color: #f3f3f3;
  border-radius: 20px;
}

#information-contact form fieldset {
  max-width: var(--max-input-length);
  margin: 0 auto;
}

#information-contact form fieldset legend {
  font-size: 30px;
  font-family: "asty-bold", sans-serif;
  text-transform: uppercase;
  text-align: center;
}

#information-contact .page-title {
  display: none;
}

/* EOF Contact Page */

/* SOF Radio / Checkbox */
input[type="checkbox"] {
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  -o-appearance: none;
  appearance: none;
  right: 0;
  bottom: 0;
  left: 0px;
  height: 18px;
  width: 18px;
  min-width: 18px;
  transition: all 0.15s ease-out 0s;
  background: #e3e3e3;
  border: none;
  color: #fff;
  cursor: pointer;
  display: inline-block;
  position: relative;
  outline: none !important;
}

input[type="checkbox"]:hover {
  /* background: #9FAAB7; */
  outline: none !important;
}

input[type="checkbox"]:checked {
  /* background: #e3e3e3; */
  outline: none !important;
}

input[type="checkbox"]:checked::before {
  height: 18px;
  width: 18px;
  min-width: 18px;
  position: absolute;
  content: "\2714";
  display: inline-block;
  font-size: 14px;
  text-align: center;
  line-height: 20px;
  outline: none !important;
  color: var(--primary-color);
}

input[type="checkbox"]:checked::after {
  /* background: #e3e3e3; */
  content: "";
  display: block;
  position: relative;
  outline: none !important;
}

/* EOF Radio / Checkbox */

/* SOF Burkani Accordeon */

.burkani-accordeon-header .burkani-accordeon--tail .collapse--off {
  opacity: 0;
  visibility: hidden;
}

.burkani-accordeon-header .burkani-accordeon--tail .collapse--on {
  opacity: 1;
  visibility: visible;
}

.burkani-accordeon--body {
  padding: 0px 0px;
  transition:
    max-height 0.3s ease-in-out,
    opacity 0.3s ease-in-out,
    padding 0.3s ease-in-out;
  opacity: 0;
  visibility: hidden;
  max-height: 0px;
}

.burkani--accordeon.is-open .burkani-accordeon--body {
  opacity: 1;
  visibility: visible;
  max-height: 1000px;
  padding: 25px 0px;
  /* border-bottom: 1px solid var(--border-color); */
}

.burkani--accordeon.is-open .burkani-accordeon-header .burkani-accordeon--tail .collapse--off {
  opacity: 1;
  visibility: visible;
}

.burkani--accordeon.is-open .burkani-accordeon-header .burkani-accordeon--tail .collapse--on {
  opacity: 0;
  visibility: hidden;
}

.burkani-accordeon-header {
  background-color: #ebebeb;
  padding: 12px 30px;
  display: flex;
  align-items: center;
  cursor: pointer;
  position: relative;
  transition: 0.2s ease background-color;
  border-top: 1px solid var(--border-color);
  /* border-bottom: 1px solid var(--border-color); */
}

.burkani-accordeon-header:hover {
  background-color: #dedede;
}

.burkani-accordeon-header .burkani-accordeon--leading {
  display: flex;
  margin-right: 25px;
}

.burkani-accordeon-header .burkani-accordeon--leading svg {
  width: 20px;
  height: auto;
}

.burkani-accordeon-header .burkani-accordeon--tail {
  margin-left: auto;
}

.burkani-accordeon-header .burkani-accordeon--tail svg {
  width: 20px;
  height: auto;
}

.burkani-accordeon-header .burkani-accordeon--tail svg path {
  fill: var(--primary-color);
}

.burkani-accordeon-header .burkani-accordeon--tail span {
  display: flex;
  transition: 0.25s ease all;
  position: absolute;
  right: 30px;
  top: calc(50% - 10px);
}

/* EOF Burkani Accordeon */

/* SOF Discounts */

.discounts .burkani-accordeon--body {
  padding: 0px !important;
}

.discounts .discounts-titles,
.discounts .discount-row {
  display: flex;
}

.discounts .discounts-titles {
  padding: 12px 30px;
  background-color: var(--secondary-color);
  color: #fff;
}

.discounts .discount-row {
  padding: 5px 30px;
  border-bottom: 1px solid var(--border-color);
}

.discounts .discounts-note {
  display: none;
}

.discounts .discounts-titles>div,
.discounts .discount-row>div {
  flex: 1;
  text-align: center;
}

.discounts .discounts-footer {
  padding: 10px 30px;
  text-align: center;
  font-size: var(--small-text-font-size);
}

.discounts--wrapper.has-many ul li:nth-child(n+5) {
  display: none;
}

.discounts--wrapper.open .discounts--show-more span {
  transform: rotate(180deg);
}

.discounts--wrapper.has-many.open ul li:nth-child(n+5) {
  display: flex;
}

.discounts--show-more {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 10px 30px;
  color: #fff;
  cursor: pointer;
}

.discounts .discounts--show-more {
  transform: rotate(180deg);
}

.discounts .discounts--wrapper.has-many .discounts--show-more {
  transform: none;
}

.discounts--show-more span {
  display: flex;
}

.discounts .discounts--wrapper.has-not-many .discounts--show-more {
  display: none !important;
}

/* EOF Discounts */

/* SOF cart products alt */
.cart-content>ul.cp--list {
  overflow-y: auto;
  overscroll-behavior: contain;
  padding-bottom: 175px;
}

.cp--list .cart-outofstock {
  font-size: 16px;
  text-align: center;
  color: #fff;
  border: none;
  background-color: var(--danger-color);
}

.cp--list .cart-content-product--row.first-product {
  margin-top: 10px;
}

.cp--list .cart-content-product--row {
  margin-left: 15px;
  margin-right: 15px;
}

.cp--list .cart-content-product--row.outofstock {
  border-color: var(--danger-color);
}

.cp--list>li {
  border: 1px solid var(--border-color);
  padding-left: 10px;
  padding-right: 10px;
}

.cp--list>li>div:not(.accompanying-row) {
  padding: 10px 7px;
}

.cp--list .cp--description {
  flex: 1;
}

.cp--list>li:not(:last-child):not(.cart-outofstock) {
  margin-bottom: 10px;
}

.cp--list .cp--row {
  display: flex;
}

.cp--list .cp--row.sb {
  justify-content: space-between;
}

.cp--list .cp--image {
  margin-right: 20px;
}

.cp--list .cp--image a {
  display: flex;
  border: 1px solid var(--border-color);
  border-radius: 20px;
  overflow: hidden;
}

.cp--list .cp--image img {
  max-width: 160px;
}

.cp--list .description {
  margin-bottom: 10px;
}

.cp--list .description a {
  font-size: var(--small-text-font-size);
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
  white-space: normal;
}

.cp--list .color-size {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 74px;
}

.cp--list .color-size>div {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  height: 100%;
}

.cp--list .color-size>div>span:last-child {
  display: flex;
  flex: 1;
  align-items: center;
}

.cp--list .color-size .color {
  order: 1;
}

.cp--list .color-size .color img {
  max-width: 50px;
  border-radius: 5px;
}

.cp--list .color-size .dimensions {
  order: 2;
}

.cp--list .color-size .size {
  order: 3;
}

.cp--list .color-size .label {
  font-size: var(--small-text-font-size);
  color: var(--text-color);
  padding: 0;
  margin-bottom: 5px;
  font-family: "asty-medium", sans-serif;
}

.cp--list .color-size .color>div {
  width: 50px;
  height: 50px;
}

.cp--list .color-size .value-rounded {
  font-size: var(--small-text-font-size);
  color: var(--text-color);
  border: 1px solid var(--border-color);
  border-radius: 10px;
  padding: 5px 10px;
}

.cp--list .model {
  font-size: var(--small-text-font-size);
  color: var(--text-color);
  margin-bottom: 10px;
  line-height: 22px;
}

.cp--list .model span:last-child {
  font-family: "asty-medium", sans-serif;
  margin-left: 10px;
}

.cp--list .actions {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}

.cp--list .actions .btn-wishlist,
.cp--list .actions .btn-remove {
  padding: 0px;
  font-size: var(--small-text-font-size);
  color: var(--text-color);
  background-color: transparent;
  min-height: 0px;
  line-height: 22px;
}

.cp--list .actions .btn-wishlist {
  margin-bottom: 10px;
}

.cp--list .actions .btn-wishlist:hover,
.cp--list .actions .btn-wishlist:focus,
.cp--list .actions .btn-wishlist:visited,
.cp--list .actions .btn-wishlist:active,
.cp--list .actions .btn-remove:hover,
.cp--list .actions .btn-remove:focus,
.cp--list .actions .btn-remove:visited,
.cp--list .actions .btn-remove:active {
  background-color: transparent !important;
  color: var(--text-color) !important;
  opacity: 0.8;
}

.cp--list .actions .btn-wishlist::before {
  color: var(--danger-color);
  margin-right: 10px;
  font-size: 18px;
}

.cp--list .actions .btn-remove svg {
  margin-right: 10px;
  width: 18px;
  height: auto;
}

.cp--list .cp--totals {
  margin-right: 45px;
}

.cp--list .cp--totals li span:first-child {
  font-size: var(--small-text-font-size);
  display: inline-block;
  min-width: 110px;
  text-align: right;
  margin-right: 7px;
}

.cp--list .cp--totals li span:last-child {
  font-family: "asty-medium", sans-serif;
}

.cp--list .cp--totals li.total span:last-child {
  font-size: 20px;
}

.cp--list .cp--totals li:not(:last-child) {
  margin-bottom: 10px;
}

.cp--list .cp--totals div {
  line-height: 22px;
  font-size: var(--small-text-font-size);
}

.cart--products {
  margin-bottom: 25px;
}

.cp--list .cp--totals div span:first-child {
  text-align: right;
  display: inline-block;
}

.cp--list .cp--totals div span:last-child {
  font-family: "asty-medium", sans-serif;
  margin-left: 5px;
}

.cp--list .cp--totals .unit span:last-child,
.cp--list .cp--totals .quantity span:last-child {
  font-size: var(--text-font-size);
  color: var(--secondary-color);
}

.cp--list .cp--totals .total span:last-child {
  font-size: 20px;
  color: var(--primary-color);
}

.cp--list .cp--totals div:not(:last-child) {
  margin-bottom: 10px;
}

.cart-content>ul.cp--list .cart-totals {
  padding: 0px;
  position: absolute;
  bottom: 0px;
  width: 100%;
}

.cp--list .cart-totals tbody {
  display: flex;
  border: 1px solid var(--border-color);
}

.cp--list .cart-totals tbody tr {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  flex: 1;
  padding: 10px 5px;
}

.cp--list .cart-totals tbody tr:not(:last-child) {
  border-right: 1px solid var(--border-color);
}

.cp--list .cart-totals tbody tr td {
  display: block;
  text-align: center;
}

.cp--list .cart-totals tbody tr td:last-child {
  font-family: "asty-medium", sans-serif;
}

.cp--list .cart-buttons .btn {
  text-transform: uppercase;
  font-size: 18px;
  height: 60px;
}

.cp--list .cart-buttons .btn:before {
  display: none;
}

/* EOF cart products alt */

/* SOF Checkout success */
html:not(.popup).route-checkout-success .page-title {
  text-transform: none;
}

#common-success .success--row {
  display: flex;
}

#common-success .column--left {
  max-width: 380px;
  width: 100%;
}

#common-success .column--middle {
  margin: 0 15p;
}

#common-success .column--middle .note {
  max-width: 600px;
  margin: 20px 0px 20px auto;
}

#common-success .column--middle .totals ul {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  gap: 10px;
  font-size: 15px;
}

#common-success .column--middle .totals ul li {
  background: #ebebeb;
  padding: 10px;
  border: 1px solid var(--border-color);
  text-align: center;
}

#common-success .column--middle .totals ul li:last-child {
  background-color: var(--secondary-color);
  color: #fff;
}

#common-success .column--middle .totals ul li span:last-child {
  font-family: "asty-medium", sans-serif;
  font-size: 16px;
}

#common-success .column--right {
  max-width: 6000px;
  width: 100%;
}

#common-success .success-card .title {
  margin-bottom: 0px !important;
  background-color: #ebebeb;
  font-size: 20px;
  color: var(--text-color);
  padding: 20px 25px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid var(--border-color);
  border-bottom: 0px;
  font-family: "asty-medium", sans-serif;
}

#common-success .success-card .title svg {
  width: 30px;
  height: auto;
  position: absolute;
  right: 25px;
}

#common-success .success-card .notes {
  background-color: #ebebeb;
  padding: 10px 20px;
}

#common-success .success-card .notes p {
  font-size: 14px;
  text-align: center;
}

#common-success .success-card .notes p:first-child {
  font-family: "asty-medium", sans-serif;
  margin-bottom: 10px;
}

#common-success .success-card .body {
  border: 1px solid var(--border-color);
}

#common-success .success-card .body ul {
  text-align: center;
  padding: 20px;
}

#common-success .column--left .success-card:not(:last-child) {
  margin-bottom: 50px;
}

#common-success .subtitle {
  font-size: 24px;
  text-align: center;
}

#common-success .order_id {
  font-size: 40px;
  color: var(--danger-color);
  font-family: "asty-bold", sans-serif;
  display: flex;
  align-items: center;
  justify-content: center;
}

#common-success .copy-icon {
  margin-left: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  position: relative;
}

#common-success .copy-icon .copied-text {
  transition: 0.15s ease-out all;
  opacity: 0;
  visibility: hidden;
  bottom: -20px;
  position: absolute;
  font-size: 14px;
  padding: 5px 10px;
  border-radius: 10px;
  color: #fff;
  width: 120px;
  text-align: center;
  left: -60px;
  background-color: var(--primary-color);
  font-family: "asty-regular", sans-serif;
}

#common-success .copy-icon.copied .copied-text {
  opacity: 1;
  visibility: visible;
  bottom: 30px;
}

#common-success .copy-icon svg {
  width: 14px;
  height: auto;
}

#common-success .shipping-method-title .subtitle,
#common-success .shipping-method-description {
  display: none;
}

.toggle-switch {
  display: flex !important;
}

.toggle-switch .toggle-text {
  order: 2;
  margin-left: 10px;
}

.toggle-switch .toggle-slider {
  order: 1;
}

.toggle-switch input {
  display: none;
}

.toggle-slider {
  display: block;
  width: 46px;
  min-width: 46px;
  height: 22px;
  border-radius: 25px;
  background-color: #ebebeb;
  transition: background-color 0.2s;
}

.toggle-switch input:checked+.toggle-slider {
  background-color: var(--primary-color);
}

.toggle-slider::before {
  content: "";
  position: relative;
  display: block;
  top: 1px;
  left: 0px;
  width: 19px;
  height: 19px;
  border-radius: 50%;
  background-color: white;
  transition: transform 0.2s;
  box-shadow: 0px 0px 6px #00000029;
}

.toggle-switch input:checked+.toggle-slider::before {
  transform: translateX(25px);
}

.login-options .login-options-top .radio,
.section-register .account-customer-group .radio {
  flex: 1;
  border: 1px solid #ccc;
  border-radius: 10px;
  padding: 15px;
  background-color: #fff;
  box-shadow: inset 0px 0px 10px #00000029;
  flex-basis: 40%;
  top: 0;
  left: 0;
}

.section-register .account-customer-group .radio label {
  position: relative !important;
  top: 0 !important;
  left: 0 !important;
}

.account-customer-group {
  gap: 10px 10px;
}

div.radio {
  cursor: pointer;
}

.cart--products {
  margin-bottom: 0;
}

.minimized-product-list {
  max-height: 475px;
  overflow: hidden;
}

.rotated-arrow {
  transform: rotate(180deg);
}

.notification-wishlist .model {
  background: #394871;
  color: white;
  text-align: center;
  padding: 5px;
}

.notification-wishlist .model-message {
  font-family: "asty-medium";
}

.notification.notification-wishlist {
  padding: 0;
  margin: 0;
}

.notification-wishlist .product-image {
  margin-right: auto !important;
  margin-top: 40px;
  margin-bottom: 40px !important;
}

.notification-wishlist .notification-content--left {
  padding-right: 30px;
  padding-left: 30px;
  margin-bottom: 30px;
}

.notification-wishlist .notification-buttons {
  margin: 0 !important;
  margin-bottom: 40px !important;
}

.notification-wishlist .notification-buttons .show-fav {
  background: #7DB02D;
  color: white;
  padding: 20px;
  font-family: "asty-medium", sans-serif;
}

.notification-wishlist .notification-buttons .show-fav:hover {
  background: var(--primary-color-hover);
}

.notification-wishlist .notification-title {
  color: #7DB02D !important;
  text-align: center;
  font-family: "asty-medium", sans-serif;
  font-size: 20px;
  margin-top: 20px;
  margin-bottom: 40px;
  padding-right: 60px;
  padding-left: 60px;
}

.notification-wishlist .green-check-container {
  justify-content: center;
  display: flex;
}

.notification-wishlist .notification-close {
  margin-right: 0 !important;
}

.notification-wishlist .product-name {
  color: black;
}

.notification.notification-wishlist {
  max-width: unset;
}

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

.notification-wishlist .green-check-container svg {
  width: 50px;
  height: 50px;
  margin-top: 15px;
}

.notification-wrapper>div:not(:last-child) {
  margin-bottom: 25px;
}

#wishlist-products .btn-rmv-wish {
  display: block !important;
  position: fixed;
  top: 4px;
  left: 5px;
}

#wishlist-products .btn-rmv-wish svg {
  width: 30px;
  height: 30px;
}

.buttons-wrapper .wishlist-compare .btn.btn-wishlist.wishlisted::before, .btn-rmv-wish svg {
  filter: brightness(0) saturate(100%) invert(29%) sepia(65%) saturate(3863%) hue-rotate(342deg) brightness(92%) contrast(103%);
}

.nc--right .btn.btn-cart::before {
  display: none !important;
}

.nc--right .btn.btn-cart svg {
  filter: brightness(0) saturate(100%) invert(100%) sepia(94%) saturate(0%) hue-rotate(212deg) brightness(107%) contrast(106%);
  width: 25px;
  height: 25px;
}

#common-success .cp--column.cp--model-actions .actions .btn.btn-remove {
  display: none;
}

/* EOF Checkout success */

/* SOF Wizard */
.wizard-product {
	height: 59px;


	.td-image-preview {
		min-width: 200px;
		position: relative;

		img {
			position: absolute;
			inset: 0;
			width: 200px;
			height: calc(5*59px);
		}
	}

	.td-image {
		img {
			max-width: 90px;
		}
	}

	.td-actions {
		background-color: #fff;

		button,
    a[role="button"] {
			display: block;
      margin: 0 auto;
			background-color: transparent;

			&:hover,
			&:focus,
			&:active {
				background-color: transparent !important;
				box-shadow: none;
			}

			svg {
				width: 18px;
        min-width: 18px;
				height: auto;
			}
		}
	}
}

.assembly-total {
	font-size: 16px;

   td:not(:last-child) {
      background-color: #EBEBEB;
   }

	.font-bold {
		font-size: 18px !important;
	}
}

.wizard-total {
	font-size: 16px;

	span {
		color: var(--primary-color);
		font-size: 18px;
	}
}

.route-checkout-cart .cart-table table tbody tr.wizard-product td {
	border-bottom-width: 0px !important;
}

.notification-wrapper-message .notification {
  top: 35%;
}

.cart-content-wizard--row {
  overflow-x: auto;

  .wizard-totals {
      div {
         padding: 8px;
         display: flex;
         justify-content: center;
         font-size: 16px;
         gap: 10px;
      }

      .assembly {
         border: 1px solid #707070;
      }

      .total {
         background-color: var(--primary-color);
         color: #fff;
      }

      span {
         font-size: 18px;
         font-family: 'asty-medium', sans-serif;
      }
   }
}

.mobile-wizard-cart {
   border-collapse: collapse;
   border-spacing: 1px;
   border: 1px solid #707070 !important;
   margin-top: 0px !important;

   tr:nth-child(even) td:not(.empty-step) {
      background-color: #ebebeb;
   }

   thead {
      td {
         font-size: 14px;
         font-weight: normal;
         font-family: 'asty-book', sans-serif !important;
      }
   }

   .td-preview-image {
      position: relative;
      min-width: 200px;

      img {
        position: absolute;
        inset: 0;
      }
   }

   .td-image {
      min-width: 100px;
   }

   tbody,
   thead {
      td:not(.empty-step) {
         border: 1px solid #707070 !important;
      }
   }

   .wizard-actions {
      position: absolute;
      display: flex;
      justify-content: center;
      align-items: center;
      gap: 20px;
      top: 0px;
      padding: 5px;
      width: 100%;
      z-index: 9;

      button,
      a[role="button"] {
         width: 24px;
         height: 24px;
         min-height: 24px;
         background-color: transparent !important;
         padding: 0px;

         svg {
            width: 20px;
            min-width: 20px;
            height: auto;
         }
      }

      .btn-wishlist::before {
         display: none;
      }
   }

   tbody {
      .td-total {
         color: red;
         font-family: 'asty-medium', sans-serif !important;
      }
   }
}

.cart-wrapper .stepper {
  max-width: 200px;
  min-width: 150px;
  button {
    color: #fff !important;
  }
}

/* EOF Wizard */

@media only screen and (max-width: 1536px) {
  :root {
    --text-font-size: 15px;
    --small-text-font-size: 13px;
    --offcanvas-cart-width: 500px;
    --offcanvas-account-width: 600px;

    --module-title-font-size: 22px;
  }

  .burkani--homepage-hero-banner .slide-layers {
    margin-left: 30px;
  }

  .burkani--footer-perks .info_blocks-grid .info-block {
    padding: 0px 15px;
  }

  .n-title {
    font-size: 20px;
  }

  .nc--middle .cart-total {
    font-size: 32px;
  }

  .nc--middle .cart-total-label {
    font-size: 18px;
  }

  .nc--middle .cart-count {
    margin-bottom: 30px;
  }

  .nc--middle .cart-total-tax {
    margin-bottom: 45px;
  }

  .cart-noti .nc--middle .notification-buttons>a {
    font-size: 16px;
  }

  .cart-noti .nc--left {
    max-width: 300px;
  }

  .cart-noti {
    height: 560px;
  }

  .cp--list .cart-buttons .btn {
    height: 48px;
  }

  .cp--list .cart-buttons .btn {
    font-size: 16px;
  }

  .account-popup--wrapper form {
    padding: 0px 20px;
  }

  .account-popup--wrapper .ap--register-note {
    flex-direction: column;
  }

  .account-popup--wrapper .ap--register-note p {
    max-width: 100%;
    margin: 0px 0px 10px 0px;
  }

  .mobile-account-content-container .mobile-wrapper-header span {
    padding: 10px 10px;
    font-size: 20px;
  }

  .account-popup--wrapper .ap--right .actions {
    flex-direction: column;
    align-items: flex-start;
  }

  .account-popup--wrapper .ap--register-note img {
    margin: 0 auto;
  }
}

@media only screen and (max-width: 1280px) {
  :root {
    --text-font-size: 14px;
    --small-text-font-size: 12px;
  }

  .ask-availability-card-btn.btn {
    height: 36px;
  }

  .burkani--footer-newsletter.module-newsletter {
    flex-direction: column;
  }

  .burkani--footer-newsletter.module-newsletter .module-body .newsletter-form form {
    flex-direction: column;
    align-items: center;
  }

  .burkani--footer-newsletter.module-newsletter .module-body .newsletter-form form>div:not(.buttons):not(.checkout-section):not(.dropdown):not(#review).input-group {
    margin: 0px 0px 15px 0px !important;
  }

  .cart-noti .nc--middle {
    padding: 15px 15px;
  }

  .cart-noti .nc--left {
    padding: 20px 10px 20px 10px;
  }

  .n-title {
    font-size: 18px;
  }

  .nc--middle .cart-total-label {
    font-size: 20px;
  }

  .nc--middle .cart-total {
    font-size: 26px;
  }

  .nc--right {
    min-width: 500px;
  }

  .cart-noti .nc--middle .notification-buttons>a {
    font-size: 15px;
  }

  .cart-noti .nc--left {
    max-width: 260px;
  }

  .cart-noti {
    height: 460px;
  }
}

@media only screen and (min-width: 1024px) {
	body {
		transition: all .4s cubic-bezier(0.645, 0.045, 0.355, 1);
		position: relative;
		left: 0;
		will-change: left;
	}

	html.mobile-cart-content-container-open body {
	  left: calc(-1 * var(--offcanvas-cart-width) + 20px);
	}

	html.mobile-account-content-container-open body {
	  left: calc(-1 * var(--offcanvas-account-width) + 20px);
	}
}

@media only screen and (max-width: 1024px) {
  .mobile-header-active .mobile-logo-wrapper {
    width: 170px !important;
  }

  #common-home .product-thumb .buttons-wrapper .button-group .cart-group .stepper {
    max-width: 130px !important;
  }

  #logo a>img {
    width: 100% !important;
  }

  .mobile-container {
    top: var(--mobile-header-height);
    max-height: calc(100% - var(--mobile-header-height) - var(--mobile-menubar-height));
  }

  .mobile-container .mobile-wrapper-header+div {
    height: 100%;
  }

  #main-menu-mobile .j-menu li.dropdown>.collapse {
    position: fixed;
    width: 100%;
    background: #fff;
    z-index: 9;
    margin-top: 0px;
    top: 45px;
    left: -500px;
    transition: 0.35s ease all;
    display: block;
    opacity: 0;
    visibility: hidden;
    height: 90%;
    overflow: auto;
  }

  #main-menu-mobile .j-menu li.dropdown>.collapse.collapsing,
  #main-menu-mobile .j-menu li.dropdown>.collapse.in {
    left: 0px;
    opacity: 1;
    visibility: visible;
  }

  #main-menu-mobile .j-menu li.dropdown.panel-active>.collapsing {
    transition-duration: 0.01s !important;
  }

  #main-menu-mobile .menu-item-parent {
    display: flex;
    align-items: center;
    padding: 10px 0px;
  }

  #main-menu-mobile .menu-item-parent .prev-level {
    display: inline-flex;
    margin-right: 15px;
  }

  #main-menu-mobile .menu-item-parent .prev-level+.links-text {
    font-family: "asty-medium", sans-serif;
  }

  .mobile-header-active .mobile-header .mobile-bar-group {
    position: fixed;
    width: 100%;
    bottom: 0;
    height: var(--mobile-menubar-height);
    background-color: var(--secondary-color);
    display: flex;
    justify-content: center;
    left: 0px;
  }

  .mobile-header-active .mobile-bar-group>* {
    width: 75px;
  }

  .mobile-header-active .mobile-bar-group>* {
    border-right: 1px solid var(--border-color);
  }

  .mobile-header-active .mobile-bar-group>*:first-child {
    border-left: 1px solid var(--border-color);
  }

  .mobile-header-active .mini-account a {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
  }

  .burkani--homepage-hero-banner .slide-layers {
    margin-left: 15px;
  }

  .burkani--homepage-category-banners {
    grid-template-columns: repeat(2, 1fr);
    height: auto;
  }

  .burkani--homepage-category-banners .cb--column .cb--block>a {
    padding: 7px 7px 7px 25px;
  }

  .burkani--homepage-category-banners .cb--column .cb--block span {
    font-size: 16px;
    padding-top: 15px;
  }

  .module-blog_posts .caption {
    padding: 15px;
  }

  .module-blog_posts .post-thumb img {
    min-height: 300px;
  }

  .burkani--footer-perks .info_blocks-grid::after {
    display: none;
  }

  .burkani--footer-perks .module-item {
    margin-bottom: 25px;
  }

  .burkani--footer-perks .info_blocks-grid .info-block {
    padding: 0px;
  }

  .cp--list .cart-totals tbody tr td {
    width: 100%;
  }

  .cp--list .cart-totals tbody tr td:last-child {
    margin-left: 0px;
  }
}

@media only screen and (max-width: 760px) {

  .table-responsive>.table>tbody>tr>td,
  .table-responsive>.table>tbody>tr>th,
  .table-responsive>.table>tfoot>tr>td,
  .table-responsive>.table>tfoot>tr>th,
  .table-responsive>.table>thead>tr>td,
  .table-responsive>.table>thead>tr>th {
    overflow: hidden;
    text-overflow: ellipsis;
  }

  .td-image img {
    max-width: 100px;
    padding: 3px;
  }

  .mobile-account-content-container .mobile-wrapper-header span {
    font-size: 16px;
  }

  .notification-wrapper.notification-wrapper-center {
    justify-content: flex-start;
  }

  .cart-noti {
    height: calc(100% - var(--mobile-header-height) - var(--mobile-menubar-height));
    width: 100vw;
    top: var(--mobile-header-height);
  }

  .cart-noti .notification-content {
    flex-direction: column;
    overflow-y: auto;
    overflow-x: hidden;
  }

  .cart-noti .notification-content,
  .cart-noti .notification-content>div {
    max-width: 100%;
    width: 100%;
  }

  .n-title svg {
    width: 40px;
  }

  .nc--middle .cart-count {
    margin-bottom: 10px;
  }

  .nc--middle .cart-total-tax {
    margin-bottom: 15px;
  }

  .n-product--name {
    text-align: center;
    font-size: var(--text-font-size);
  }

  .nc--left>*:not(:last-child) {
    margin-bottom: 10px;
  }

  .cp--list .cart-content-product--row {
    margin-left: 0px;
    margin-right: 0px;
  }
}

@media only screen and (max-width: 600px) {
  .account-popup--wrapper {
    flex-direction: column;
  }

  .mobile-account-content-container .mobile-wrapper-header {
    display: none;
  }

  .mobile-account-content-container .mobile-title {
    display: block;
  }

  .account-popup--wrapper .ap--left {
    padding-bottom: 25px;
  }

  .account-popup--wrapper .ap--register-note img {
    display: none;
  }

  .cp--list .cp--image a.mobile-desc {
    display: flex;
  }

  .cp--list .color-size {
    height: auto;
  }

  .cp--list .cp--row:not(.sb) .cp--image a img {
    max-width: 100%;
    width: 100%;
  }

  .cp--list .cp--totals {
    margin-right: 15px;
  }

  .cp--list .cp--description {
    display: flex;
    justify-content: space-between;
    flex-direction: column;
  }

  .cp--list .cp--image {
    margin-right: 10px;
    width: 40%;
    min-width: 40%;
  }

  .cp--list .color-size>div {
    flex-direction: row;
    align-items: center;
  }

  .cp--list .color-size .label {
    margin-bottom: 0px;
    margin-right: 8px;
  }

  .cp--list .color-size .color img {
    max-width: 38px;
  }

  .main-products-style.product-grid .product-thumb .stepper {
    max-width: 200px !important;
  }

  .cart-noti .notification-content .nc--right {
    min-width: 100%;
    min-height: 720px;
  }
}

.product-layout .product-thumb .caption .buttons-wrapper .button-group .cart-group .stepper .blink,
.app--item .stepper .blink,
.buttons-wrapper .stepper-group.cart-group .stepper .blink,
.text-center.td-qty .input-group.btn-block .stepper .blink {
  animation: blink 1s steps(1, end) infinite;
  color: var(--error-color) !important;
  font-family: "asty-medium", sans-serif !important;
}

.estimate.estimate-minimun-shipping {
  display: none;
}

.disabled .shippings .ship-wrapper .radio {
  cursor: not-allowed;
  filter: grayscale(100%);
}

.disabled .shippings .ship-wrapper .radio .switch .slider {
  cursor: not-allowed;
}

.disabled.section-shipping div {
  cursor: not-allowed;
}

.mobile .c--asr--actions {
  display: none;
}

@keyframes blink {

  0%,
  100% {
    opacity: 1;
  }

  50% {
    opacity: 0.6;
  }
}

@media (max-width: 760px) {
  .mobile .mobile-account-content-container,
  .mobile-container.mobile-main-menu-container,
  .mobile-container.mobile-cart-content-container.animating {
    width: 100% !important;
    max-width: 100% !important;
  }

  .column--middle {
    order: 1;
  }

  .column--left {
    order: 2;
  }

  .column--right {
    order: 3;
  }

  #common-success .success--row {
    flex-direction: column;
  }

  .column--middle .banner svg {
    width: 100%;
    height: 100%;
  }

  #common-success .row #content h1 {
    font-size: 25px;
  }

  .note {
    text-align: center;
  }

  #common-success .column--left .success-card:not(:last-child) {
    margin-bottom: 10px;
  }

  #common-success .column--left {
    max-width: 95%;
    margin-left: 2.5%;
  }

  #common-success .subtitle {
    font-size: 20px;
  }

  .order_id .order_id-value {
    margin-left: 10px;
  }

  .cart--products.cart-section {
    margin-top: 10px;
  }

  .cp--list .cart-content-product--row.first-product {
    margin-top: 0;
  }

  .custom-total {
    background-color: #ebebeb;
    border: solid;
    border-width: 1px;
    border-color: #c7c7c7;
    width: 205px;
    height: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
  }

  .custom-total-list {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
  }

  .custom-total:last-child {
    background-color: #394871;
    color: white;
  }

  .font-bold {
    font-family: "asty-book", sans-serif !important;
  }

  .custom-total-value {
    font-family: "asty-bold", sans-serif !important;
  }
}

.product-layout .stock-status::before {
  content: "•";
  color: red;
  font-size: 20px;
}

.product-layout .stock-status.available::before {
  content: "•";
  color: green;
  font-size: 20px;
}

.stepper .fa.fa-angle-down {
  z-index: 2;
}

.c--asr--actions-mobile {
  display: none;
}

.btn-request-product::before {
  display: none !important;
}

#main-menu .dropdown-menu.j-dropdown {
  max-height: 100vh !important;
  height: 100vh !important;
  background: rgba(0, 0, 0, 0.2);
}

.burkani-category-banner-container,
.burkani-category-banner-container img {
  padding: 10px;
}

@media (max-width: 600px) {
    .mobile.phone .c--asr--actions-mobile {
      display: flex;
    }

    .c--asr--actions-mobile button {
      flex-basis: 50%;
      display: flex;
      justify-content: center;
      align-items: center;
      gap: 5px;
      padding: 5px;
    }

    .c--asr--actions-mobile button svg {
      display: flex;
      filter: brightness(0) saturate(100%) invert(100%) sepia(100%) saturate(2%) hue-rotate(207deg) brightness(104%) contrast(101%);
    }

    .c--asr--actions-mobile .name-search {
        border-bottom-left-radius: 10px;
        background: #7DB02D;
        color: white;
    }

    .c--asr--actions-mobile .ml-search {
        border-bottom-right-radius: 10px;
        background: #364345;
        color: white;
    }

    .mobile.phone.mobile-header-active .mini-search #search > .dropdown-menu .header-search input {
      border-bottom-left-radius: 0 !important;
    }

    .mobile.phone.mobile-header-active .mini-search #search > .dropdown-menu .header-search .search-button {
      border-bottom-right-radius: 0 !important;
    }
}

@media (max-width: 390px) {
  .cp--list .cp--totals {
    margin-right: 0px !important;
  }

  .cp--list > li > div:not(.accompanying-row) {
    padding: 10px 0 !important;
  }
}

@media (max-width: 360px) {
  #common-success .success-card .title {
    font-size: 16px;
  }
}

@media (max-width: 340px) {
  .cp--list .cp--totals .total span:last-child {
    font-size: 18px;
  }

  .cp--list .cp--totals {
    margin-right: 0;
  }
}
