html {
	width: 100vw;
}

/* =========================================================
 * VG desktop live-search overlay.
 * The existing mobile/tablet search remains unchanged.
 * ========================================================= */
.vg-desktop-search-modal {
  display: none;
}

@media (min-width: 1200px) {
  body.vg-desktop-search-open {
    overflow: hidden !important;
    overscroll-behavior: none;
  }

  .vg-desktop-search-modal.active {
    position: fixed;
    inset: 0;
    display: block;
    z-index: 2147483600;
  }

  .vg-desktop-search-backdrop {
    position: absolute;
    inset: 0;
    background: rgba(29, 35, 40, .34);
    -webkit-backdrop-filter: blur(2px);
    backdrop-filter: blur(2px);
  }

  .vg-desktop-search-dialog {
    position: absolute;
    top: 18px;
    left: 50%;
    display: flex;
    flex-direction: column;
    width: min(1900px, calc(100vw - 80px));
    height: min(1200px, calc(100vh - 170px));
    min-height: 620px;
    margin: 0;
    padding: 0;
    overflow: hidden;
    transform: translateX(-50%);
    background: #fff;
    border: 1px solid #e8ecef;
    border-radius: 10px;
    box-shadow: 0 24px 70px rgba(15, 23, 31, .22);
  }

  .vg-desktop-search-top {
    position: relative;
    display: flex;
    flex: 0 0 96px;
    align-items: center;
    width: 100%;
    min-height: 96px;
    padding: 0 62px 0 54px;
    border-bottom: 1px solid #edf0f2;
    background: #fff;
  }

  .vg-desktop-search-icon {
    position: absolute;
    top: 50%;
    left: 20px;
    display: flex;
    width: 22px;
    height: 22px;
    color: #4e5962;
    transform: translateY(-50%);
  }

  .vg-desktop-search-icon svg,
  .vg-desktop-search-state-icon svg {
    width: 100%;
    height: 100%;
    fill: none;
    stroke: currentColor;
    stroke-width: 1.8;
    stroke-linecap: round;
  }

  .vg-desktop-search-input {
    width: 100%;
    height: 94px;
    padding: 0;
    color: #20262b;
    background: transparent;
    border: 0;
    outline: 0;
    box-shadow: none;
    font-size: 18px;
    line-height: 94px;
  }

  .vg-desktop-search-modal.is-empty .vg-desktop-search-dialog {
    height: 96px;
    min-height: 96px;
  }

  .vg-desktop-search-modal.is-empty .vg-desktop-search-content {
    display: none;
  }

  .vg-desktop-search-input::-webkit-search-cancel-button {
    display: none;
  }

  .vg-desktop-search-close {
    position: absolute;
    top: 50%;
    right: 15px;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 38px;
    height: 38px;
    padding: 0;
    color: #347aa7;
    background: transparent;
    border: 0;
    border-radius: 50%;
    transform: translateY(-50%);
    font-size: 28px;
    font-weight: 300;
    line-height: 1;
    cursor: pointer;
  }

  .vg-desktop-search-close:hover {
    color: #111;
    background: #f4f6f7;
  }

  .vg-desktop-search-content {
    flex: 1 1 auto;
    min-height: 0;
    padding: 18px 22px 28px;
    overflow-x: hidden;
    overflow-y: auto;
    scrollbar-color: #d8dde1 transparent;
    scrollbar-width: thin;
  }

  .vg-desktop-search-content::-webkit-scrollbar {
    width: 8px;
  }

  .vg-desktop-search-content::-webkit-scrollbar-thumb {
    background: #d8dde1;
    border-radius: 10px;
  }

  .vg-desktop-search-chips {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    margin: 0 0 18px;
  }

  .vg-desktop-search-chips a {
    display: inline-flex;
    align-items: center;
    gap: 7px;
    min-height: 30px;
    padding: 5px 12px;
    color: #273037;
    background: #f0f2f4;
    border-radius: 15px;
    font-size: 13px;
    line-height: 20px;
    text-decoration: none;
    transition: background-color .18s ease, color .18s ease;
  }

  .vg-desktop-search-chips a:hover {
    color: #087b55;
    background: #e5f4ef;
  }

  .vg-chip-search-icon {
    position: relative;
    width: 11px;
    height: 11px;
    border: 1.4px solid currentColor;
    border-radius: 50%;
    opacity: .7;
  }

  .vg-chip-search-icon::after {
    position: absolute;
    right: -4px;
    bottom: -2px;
    width: 5px;
    height: 1.4px;
    background: currentColor;
    border-radius: 2px;
    content: "";
    transform: rotate(45deg);
  }

  .vg-desktop-search-layout {
    display: grid;
    grid-template-columns: 380px minmax(0, 1fr);
    gap: 30px;
    align-items: start;
  }

  .vg-desktop-search-categories {
    min-width: 0;
    padding-right: 22px;
    border-right: 1px solid #edf0f2;
  }

  .vg-desktop-search-categories h3,
  .vg-desktop-search-products-heading h3 {
    margin: 0;
    color: #1f252a;
    font-size: 16px;
    font-weight: 600;
    line-height: 24px;
  }

  .vg-desktop-search-category-list {
    margin-top: 10px;
  }

  .vg-desktop-search-category-list > a {
    display: grid;
    grid-template-columns: 15px minmax(0, 1fr) auto 18px;
    gap: 8px;
    align-items: center;
    min-height: 38px;
    padding: 7px 2px;
    color: #30383e;
    border-bottom: 1px solid #f0f2f3;
    font-size: 14px;
    line-height: 18px;
    text-decoration: none;
  }

  .vg-desktop-search-category-list > a:hover {
    color: #079568;
  }

  .vg-desktop-search-category-icon {
    position: relative;
    width: 12px;
    height: 9px;
    background: #99a4ad;
    border-radius: 1px;
  }

  .vg-desktop-search-category-icon::before {
    position: absolute;
    top: -3px;
    left: 1px;
    width: 6px;
    height: 3px;
    background: #99a4ad;
    border-radius: 1px 1px 0 0;
    content: "";
  }

  .vg-desktop-search-category-count {
    color: #7d8790;
    font-size: 12px;
  }

  .vg-desktop-search-category-arrow {
    color: #009b6c;
    font-size: 17px;
    line-height: 1;
  }

  .vg-desktop-search-categories-empty {
    margin: 12px 0 0;
    color: #8a939a;
    font-size: 13px;
  }

  .vg-desktop-search-products {
    min-width: 0;
  }

  .vg-desktop-search-groups {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 30px 26px;
    align-items: start;
  }

  .vg-desktop-search-group {
    min-width: 0;
  }

  .vg-desktop-search-group-heading {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    min-height: 42px;
    padding: 6px 8px 10px;
    color: #252b30 !important;
    border-bottom: 1px solid #edf0f2;
    font-size: 16px;
    font-weight: 600;
    line-height: 22px;
    text-align: center;
    text-decoration: none !important;
  }

  .vg-desktop-search-group-heading:hover {
    color: #087b55 !important;
  }

  .vg-desktop-search-group-heading small {
    color: #7d8790;
    font-size: 13px;
    font-weight: 400;
  }

  .vg-desktop-search-group-heading b {
    display: inline-flex;
    flex: 0 0 24px;
    align-items: center;
    justify-content: center;
    width: 24px;
    height: 24px;
    color: #087b55;
    background: #eef2f3;
    border-radius: 50%;
    font-size: 16px;
    font-weight: 500;
    line-height: 1;
  }

  .vg-desktop-search-group-products {
    min-width: 0;
  }

  .vg-desktop-search-products-heading {
    display: flex;
    align-items: baseline;
    justify-content: space-between;
    gap: 12px;
    margin: 0 0 10px;
    padding-bottom: 10px;
    border-bottom: 1px solid #edf0f2;
  }

  .vg-desktop-search-products-heading > span {
    max-width: 70%;
    overflow: hidden;
    color: #8a939a;
    font-size: 12px;
    text-overflow: ellipsis;
    white-space: nowrap;
  }

  .vg-desktop-search-product-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 2px 18px;
  }

  .vg-desktop-search-product {
    display: grid;
    grid-template-columns: 72px minmax(0, 1fr);
    gap: 11px;
    align-items: center;
    min-width: 0;
    min-height: 100px;
    padding: 10px 5px;
    color: #252b30;
    border-bottom: 1px solid #edf0f2;
    text-decoration: none !important;
  }

  .vg-desktop-search-product:hover {
    color: #087b55;
    background: #fafbfb;
  }

  .vg-desktop-search-product-image {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 72px;
    height: 72px;
    overflow: hidden;
    background: #fff;
    border-radius: 6px;
  }

  .vg-desktop-search-product-image img {
    display: block;
    width: 72px;
    height: 72px;
    object-fit: contain;
  }

  .vg-desktop-search-product-info {
    display: flex;
    flex-direction: column;
    min-width: 0;
  }

  .vg-desktop-search-product-name {
    display: -webkit-box;
    overflow: hidden;
    color: #252b30;
    font-size: 14px;
    font-weight: 500;
    line-height: 17px;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
  }

  .vg-desktop-search-product-model {
    margin-top: 4px;
    overflow: hidden;
    color: #939ca3;
    font-size: 11px;
    line-height: 15px;
    text-overflow: ellipsis;
    white-space: nowrap;
  }

  .vg-desktop-search-product-price {
    display: flex;
    flex-wrap: wrap;
    gap: 4px 8px;
    align-items: baseline;
    margin-top: 6px;
    color: #181d21;
    font-size: 14px;
    font-weight: 700;
    line-height: 18px;
  }

  .vg-desktop-search-product-price .price-old {
    color: #8d959b;
    font-size: 12px;
    font-weight: 500;
    text-decoration: line-through;
  }

  .vg-desktop-search-product-price .price-new {
    color: #111;
  }

  .vg-desktop-search-all {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    min-height: 42px;
    margin-top: 18px;
    padding: 8px 18px;
    color: #fff !important;
    background: #08a874;
    border-radius: 7px;
    font-size: 14px;
    font-weight: 600;
    text-decoration: none !important;
  }

  .vg-desktop-search-all:hover {
    background: #078d63;
  }

  .vg-desktop-search-state {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    min-height: 360px;
    padding: 50px;
    color: #8a939a;
    text-align: center;
  }

  .vg-desktop-search-state-icon {
    display: block;
    width: 46px;
    height: 46px;
    margin-bottom: 16px;
    color: #a9b1b7;
  }

  .vg-desktop-search-state strong {
    margin-bottom: 7px;
    color: #2b3237;
    font-size: 17px;
    font-weight: 600;
  }

  .vg-desktop-search-state > span:last-child {
    font-size: 13px;
  }

  .vg-desktop-search-loading {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 16px;
    padding: 34px 10px;
  }

  .vg-desktop-search-loading span {
    display: block;
    height: 92px;
    background: linear-gradient(90deg, #f1f3f4 25%, #f8f9f9 37%, #f1f3f4 63%);
    background-size: 400% 100%;
    border-radius: 8px;
    animation: vg-desktop-search-loading 1.25s ease infinite;
  }
}

@keyframes vg-desktop-search-loading {
  0% {
    background-position: 100% 0;
  }

  100% {
    background-position: 0 0;
  }
}

/* =========================================================
 * VG mobile grouped live search.
 * Full-screen phone layout in the store's green colour scheme.
 * ========================================================= */
.vg-mobile-search-modal-v42 {
  display: none;
}

@media (max-width: 767px) {
  html.vg-mobile-search-open-v42,
  body.vg-mobile-search-open-v42 {
    overflow: hidden !important;
    overscroll-behavior: none !important;
  }

  .vg-mobile-search-modal-v42.active {
    position: fixed;
    z-index: 2147483647;
    inset: 0;
    display: block;
    width: 100vw;
    height: 100dvh;
    color: #1f2529;
    background: #fff;
    font-family: inherit;
  }

  .vg-mobile-search-dialog-v42 {
    display: flex;
    flex-direction: column;
    width: 100%;
    height: 100%;
    min-height: 0;
    margin: 0;
    overflow: hidden;
    background: #fff;
  }

  .vg-mobile-search-header-v42 {
    position: relative;
    z-index: 2;
    flex: 0 0 auto;
    padding: calc(58px + env(safe-area-inset-top)) 16px 10px;
    background: #fff;
    border-bottom: 1px solid #e7ebed;
  }

  .vg-mobile-search-close-row-v42 {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    width: 100%;
    height: 40px;
  }

  .vg-mobile-search-close-v42 {
    position: static;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    margin: 0;
    padding: 0;
    color: #1d2327;
    background: transparent;
    border: 0;
    border-radius: 50%;
    font-size: 34px;
    font-weight: 200;
    line-height: 1;
    -webkit-tap-highlight-color: transparent;
  }

  .vg-mobile-search-form-v42 {
    display: grid;
    grid-template-columns: 22px minmax(0, 1fr) 76px;
    gap: 8px;
    align-items: center;
    width: 100%;
    min-height: 44px;
    margin: 14px 0 0;
  }

  .vg-mobile-search-icon-v42 {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 22px;
    height: 22px;
    color: #4b555c;
  }

  .vg-mobile-search-icon-v42 svg,
  .vg-mobile-search-state-icon-v42 svg {
    width: 100%;
    height: 100%;
    fill: none;
    stroke: currentColor;
    stroke-width: 1.8;
    stroke-linecap: round;
  }

  .vg-mobile-search-input-v42 {
    width: 100%;
    min-width: 0;
    height: 44px;
    margin: 0;
    padding: 0 4px;
    color: #1d2327;
    background: transparent;
    border: 0;
    border-radius: 0;
    outline: 0;
    box-shadow: none;
    font-size: 17px;
    line-height: 44px;
  }

  .vg-mobile-search-input-v42::-webkit-search-cancel-button {
    display: none;
  }

  .vg-mobile-search-submit-v42 {
    width: 76px;
    height: 38px;
    margin: 0;
    padding: 0 7px;
    color: #fff;
    background: #08a874;
    border: 1px solid #08a874;
    border-radius: 5px;
    box-shadow: none;
    font-size: 12px;
    font-weight: 700;
    line-height: 36px;
    text-align: center;
    text-transform: uppercase;
  }

  .vg-mobile-search-submit-v42:active {
    background: #078d63;
    border-color: #078d63;
  }

  .vg-mobile-search-content-v42 {
    flex: 1 1 auto;
    min-height: 0;
    padding: 16px 16px calc(96px + env(safe-area-inset-bottom));
    overflow-x: hidden;
    overflow-y: auto;
    background: #fff;
    scrollbar-color: #bcc4c9 transparent;
    scrollbar-width: thin;
    -webkit-overflow-scrolling: touch;
  }

  .vg-mobile-search-content-v42::-webkit-scrollbar {
    width: 5px;
  }

  .vg-mobile-search-content-v42::-webkit-scrollbar-thumb {
    background: #bcc4c9;
    border-radius: 8px;
  }

  .vg-mobile-search-chips-v42 {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    margin: 0 0 20px;
  }

  .vg-mobile-search-chips-v42 a {
    display: inline-flex;
    align-items: center;
    gap: 7px;
    min-height: 36px;
    max-width: 100%;
    padding: 7px 12px;
    overflow: hidden;
    color: #252b30 !important;
    background: #eef1f3;
    border-radius: 18px;
    font-size: 13px;
    line-height: 20px;
    text-decoration: none !important;
    text-overflow: ellipsis;
    white-space: nowrap;
  }

  .vg-mobile-search-chip-icon-v42 {
    position: relative;
    flex: 0 0 13px;
    width: 13px;
    height: 13px;
    border: 1.5px solid #68737b;
    border-radius: 50%;
  }

  .vg-mobile-search-chip-icon-v42::after {
    position: absolute;
    right: -4px;
    bottom: -2px;
    width: 5px;
    height: 1.5px;
    background: #68737b;
    border-radius: 2px;
    content: "";
    transform: rotate(45deg);
  }

  .vg-mobile-search-categories-v42 h3,
  .vg-mobile-search-brands-v42 h3 {
    margin: 0 0 6px;
    color: #252b30;
    font-size: 14px;
    font-weight: 600;
    line-height: 20px;
  }

  .vg-mobile-search-category-list-v42 {
    margin-bottom: 26px;
  }

  .vg-mobile-search-category-v42 {
    display: grid;
    grid-template-columns: 20px minmax(0, 1fr) 24px auto;
    gap: 8px;
    align-items: center;
    min-height: 56px;
    padding: 8px 2px;
    color: #20262a !important;
    border-bottom: 1px solid #e8ecee;
    font-size: 16px;
    line-height: 21px;
    text-decoration: none !important;
  }

  .vg-mobile-search-folder-v42 {
    position: relative;
    width: 17px;
    height: 12px;
    background: #9da8b1;
    border-radius: 2px;
  }

  .vg-mobile-search-folder-v42::before {
    position: absolute;
    top: -4px;
    left: 1px;
    width: 9px;
    height: 5px;
    background: #9da8b1;
    border-radius: 2px 2px 0 0;
    content: "";
  }

  .vg-mobile-search-category-arrow-v42 {
    color: #079568;
    font-size: 25px;
    font-weight: 300;
    line-height: 1;
  }

  .vg-mobile-search-category-count-v42 {
    min-width: 28px;
    color: #20262a;
    font-size: 15px;
    line-height: 20px;
    text-align: right;
  }

  .vg-mobile-search-brands-v42 {
    margin: 0 0 28px;
  }

  .vg-mobile-search-brand-list-v42 {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
  }

  .vg-mobile-search-brand-list-v42 a {
    display: inline-flex;
    align-items: center;
    gap: 5px;
    min-height: 36px;
    padding: 7px 10px;
    color: #343c42 !important;
    background: #eef1f3;
    border-radius: 8px;
    font-size: 13px;
    line-height: 20px;
    text-decoration: none !important;
  }

  .vg-mobile-search-brand-list-v42 a > span {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 15px;
    height: 15px;
    color: #078d63;
    border: 1px solid #078d63;
    border-radius: 50%;
    font-size: 10px;
    font-weight: 700;
    line-height: 1;
  }

  .vg-mobile-search-brand-list-v42 small {
    color: #69747c;
    font-size: 11px;
  }

  .vg-mobile-search-group-v42 {
    margin: 0 0 24px;
  }

  .vg-mobile-search-group-heading-v42 {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    min-height: 48px;
    padding: 8px 0 10px;
    color: #20262a !important;
    border-bottom: 1px solid #e5e9eb;
    font-size: 18px;
    font-weight: 500;
    line-height: 24px;
    text-align: center;
    text-decoration: none !important;
  }

  .vg-mobile-search-group-heading-v42 small {
    color: #4d585f;
    font-size: 16px;
    font-weight: 400;
  }

  .vg-mobile-search-group-heading-v42 b {
    display: inline-flex;
    flex: 0 0 36px;
    align-items: center;
    justify-content: center;
    width: 36px;
    height: 36px;
    color: #087b55;
    background: #eef1f3;
    border-radius: 50%;
    font-size: 23px;
    font-weight: 400;
    line-height: 1;
  }

  .vg-mobile-search-product-v42 {
    display: grid;
    grid-template-columns: 92px minmax(0, 1fr);
    gap: 12px;
    align-items: center;
    min-height: 112px;
    padding: 12px 0;
    color: #20262a !important;
    text-decoration: none !important;
  }

  .vg-mobile-search-product-image-v42 {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 92px;
    height: 88px;
    overflow: hidden;
    background: #fff;
  }

  .vg-mobile-search-product-image-v42 img {
    display: block;
    width: 82px;
    height: 82px;
    object-fit: contain;
  }

  .vg-mobile-search-product-info-v42 {
    display: flex;
    flex-direction: column;
    min-width: 0;
  }

  .vg-mobile-search-product-name-v42 {
    display: -webkit-box;
    overflow: hidden;
    color: #20262a;
    font-size: 16px;
    font-weight: 500;
    line-height: 21px;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
  }

  .vg-mobile-search-product-price-v42 {
    display: flex;
    flex-wrap: wrap;
    gap: 5px 10px;
    align-items: baseline;
    margin-top: 7px;
    color: #171c20;
    font-size: 17px;
    font-weight: 700;
    line-height: 22px;
  }

  .vg-mobile-search-product-price-v42 .price-old {
    color: #4e575e;
    font-weight: 500;
    text-decoration: line-through;
  }

  .vg-mobile-search-product-price-v42 .price-new {
    color: #078d63;
  }

  .vg-mobile-search-all-v42 {
    display: inline-flex;
    align-items: center;
    gap: 9px;
    min-height: 46px;
    margin: 0 0 12px;
    padding: 10px 16px;
    color: #fff !important;
    background: #08a874;
    border-radius: 8px;
    font-size: 14px;
    font-weight: 700;
    line-height: 20px;
    text-decoration: none !important;
  }

  .vg-mobile-search-state-v42 {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    min-height: 320px;
    padding: 50px 20px;
    color: #7b858d;
    text-align: center;
  }

  .vg-mobile-search-state-icon-v42 {
    width: 46px;
    height: 46px;
    margin-bottom: 15px;
    color: #a1aab1;
  }

  .vg-mobile-search-state-v42 strong {
    margin-bottom: 7px;
    color: #2b3237;
    font-size: 17px;
    font-weight: 600;
  }

  .vg-mobile-search-state-v42 > span:last-child {
    font-size: 14px;
  }

  .vg-mobile-search-loading-v42 {
    display: grid;
    gap: 12px;
    padding: 16px 0;
  }

  .vg-mobile-search-loading-v42 span {
    display: block;
    height: 96px;
    background: linear-gradient(90deg, #f0f2f3 25%, #fafbfb 37%, #f0f2f3 63%);
    background-size: 400% 100%;
    border-radius: 8px;
    animation: vg-desktop-search-loading 1.25s ease infinite;
  }
}
body {
font-weight: 400;
color: #222;
font-size: 14px;
line-height: 20px;
width: 100%;
overflow-x: hidden;
overflow-y: auto;
min-height: 100vh;
}
main {
	overflow: clip;
}/*
.ft_tabs_mob main {
	contain: unset;
}*/
@media (min-width: 992px) {
	main {padding-top: 10px;}
}
.modal-open > div {
	overflow: hidden;
}
.action-timer {
	opacity: 0;
}
.product-thumb .action-timer {
	position: absolute;
}
header{background: #fff; position: relative;}
.phone_fix .text_after_phone {display: none;}
.justify-content-xs-end {justify-content: flex-end;}
.justify-content-end {
	-ms-flex-pack: end !important;
	justify-content: flex-end !important;
}
.justify-content-between {
	-ms-flex-pack: justify !important;
	justify-content: space-between !important;
}
.row-flex {
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin-right: -10px;
	margin-left: -10px;
}
.f-col-xs-12,
.f-col-sm-6
.f-col-md-4,
.f-col-lg-3,
.item-col-5 {
	padding-right: 10px;
	padding-left: 10px;
}
.f-col-xs-6 {
	-ms-flex: 0 0 50%;
	flex: 0 0 50%;
	max-width: 50%;
}
.f-col-xs-12 {
	-ms-flex: 0 0 100%;
	flex: 0 0 100%;
	max-width: 100%;
}
.xs-w-100 {
	width: 100%;
}
.xs-mb-5 {
	margin-bottom: 5px;
}
.xs-mb-10 {
	margin-bottom: 10px;
}
.xs-mb-20 {
	margin-bottom: 20px;
}
.flex-column {
	-ms-flex-direction: column !important;
	flex-direction: column !important;
}

@media (max-width: 767px) {
	.d-xs-flex{
		display: -webkit-box;
		display: -moz-box;
		display: -ms-flexbox;
		display: -webkit-flex;
		display: flex;
	}
	.flex-xs-nowrap {
		-ms-flex-wrap: nowrap !important;
		flex-wrap: nowrap !important;
	}
	.justify-content-xs-center {
		-ms-flex-pack: center !important;
		justify-content: center !important;
	}
}
@media (min-width: 768px) {
	.flex-sm-row {
		-ms-flex-direction: row !important;
		flex-direction: row !important;
	}
	.sm-w-auto {
		width: auto;
	}
	.sm-mb-0 {
		margin-bottom: 0;
	}
	.sm-mb-30 {
		margin-bottom: 30px;
	}
	.d-sm-block {display: block !important;}
	.flex-sm-wrap {
		-ms-flex-wrap: wrap !important;
		flex-wrap: wrap !important;
	}
	.f-col-sm-6 {
		-ms-flex: 0 0 50%;
		flex: 0 0 50%;
		max-width: 50%;
	}
	.justify-content-sm-end {justify-content: flex-end;}
	.col-sm-auto {width: auto;}
}

#column-left, #column-right {display: none;}
.fixed-goods-menu {display: none;}
.box-cart {
	padding-right: 10px;
}
.htop-b-pc img {margin:0 auto;}
.htop-b-mob img {margin:0 auto;}
.htop-b-mob{padding-top:54px;}
.htop-b-mob ~ header {padding-top: 0px;}
.ft_tabs_mob .htop-b-mob {padding-top: 98px;}
button, input {
  overflow: visible;
}
@media (min-width: 992px) {
	.flex-md-row {
		-ms-flex-direction: row !important;
		flex-direction: row !important;
	}
	header{border-bottom: 1px solid #EAEDF7; z-index: 101;}
	#column-left, #column-right {display: block;}
	.flex-md-wrap {
		-ms-flex-wrap: wrap !important;
		flex-wrap: wrap !important;
	}
	.f-col-md-4 {
		-ms-flex: 0 0 33.3333333333%;
		flex: 0 0 33.3333333333%;
		max-width: 33.3333333333%;
	}
	.justify-content-md-center {justify-content: center;}
	.col-md-offset-right-3 {margin-right: 25% !important;}
	.flex-1 {flex:1;}
	.f-order-3 {
		-ms-flex-order: 3;
		order: 3;
	}
	.cart_fix,
	.box-cart {
		min-width: 50px;
		-ms-flex-order: 4;
		order: 4;
	}
	.col-auto {
		width: auto;
	}

	html.vw-100 body {
		overflow-y: hidden;
	}

	.vw-100 .htop-b-pc,
	.vw-100 nav#top,
	.vw-100 header{
		z-index: 1007;
		position: relative;
	}
	.fix-header.h-sticky {
		position: -webkit-sticky;
		position: sticky;
		top: 0;
		z-index: 1008;
	}

	html:not(.vw-100) .fix-header.h-sticky {
		box-shadow:0px 8px 16px -8px rgba(0, 0, 0, 0.06);
	}

	.pr-17 .fixed-goods-menu {padding-right: 17px;}
	.fixed-goods-menu {
		padding: 0px;
		position: fixed;
		bottom:-1px;
		right:0px;
		left:0px;
		z-index: 1008;
		display: block;
	}
	.fixed-goods-bar {
		background: #2F4050;
		display: flex;
		align-items: center;
		justify-content: center;
		flex-wrap: nowrap;
		border-radius:8px 0px 0px 0px;
		position: relative;
		float:right;
		bottom:48px;
		margin-bottom:-48px;
		box-shadow: 0px -5px 18px rgba(0, 0, 0, 0.05);
		padding-left: 5px;
		padding-right: 6px;
	}
	.fixed-goods-bar .box-wishlist, .fixed-goods-bar .box-compare {
		order: 0;
	}
	.content_viewed {
		max-height: 0px;
		background: #fff;
		border-top:1px solid #EAEDF7;
		transition: max-height .4s ease;
	}
	.content_viewed .module-viewed {
		padding-top: 1px;
		padding-bottom: 1px;
	}
	.content_viewed.open-viewed {
		box-shadow: 0px -5px 18px rgba(0, 0, 0, 0.05);
		max-height: 368px;
	}
	.content_viewed .swiper-mod-arrow {
		top: 50%;
		margin-top: -18px;
		width: 36px;
		height: 36px;
		opacity: 0;
		z-index: 1;
		line-height: 36px;
		border-radius: 8px;
		text-align: center;
	}
	.content_viewed .swiper-mod-arrow.prev-prod {
		right: auto;
		left:-80px;
	}
	.content_viewed .swiper-mod-arrow.next-prod {
		right: -80px;
	}
	.content_viewed:hover .swiper-mod-arrow{
		opacity: 1;
	}
	.content_viewed:hover .swiper-mod-arrow.next-prod{
		right:-48px;
		transition: all .2s ease;
	}
	.content_viewed:hover .swiper-mod-arrow.prev-prod{
		left:-48px;
		transition: all .2s ease;
	}
	.content_viewed .swiper-button-disabled {
		opacity: 0.5;
		cursor: no-drop;
	}
	.content_viewed .container-module {
		margin: 0px;
		padding: 10px 60px;
	}
	.content_viewed .product-thumb .image {
		min-height: 8em !important;
	}
	.content_viewed .product-name {
		height: 40px;
		overflow:hidden;
		min-height: 40px;
	}
	.content_viewed .btn-remove {
		position: absolute;
		top: -35px;
		right: -35px;
		opacity: 0;
		box-shadow:0px 2px 4px rgba(0,0,0,0.09);
		-webkit-transition: all .2s ease;
		transition: all .2s ease;
	}
	.content_viewed .product-thumb:hover .btn-remove{
		top:15px;
		right: 15px;
		opacity: 1;
		z-index: 10;
	}
	.content_viewed .container-module .product-name a {
		font-size: 14px !important;
		font-weight: 500;
		-webkit-line-clamp: 2;
	}
	.content_viewed .container-module .btn-general {
		padding: 5px 7px;
	}
	.fixed-goods-menu .box-viewed-pc {
		position: relative;
	}
	.fixed-goods-menu .box-wishlist, .fixed-goods-menu .box-compare {
		margin-top: 0px;
		display: inline-block;
		position: relative;
	}
	.fixed-goods-menu .box-compare:after,
	.fixed-goods-menu .box-wishlist::after {
		position: absolute;
		content: "";
		border-right: 1px dashed #122538;
		right: 0px;
		display: block;
		width: 1px;
		height: 36px;
		top: 6px;
	}
	.fixed-goods-menu .btn-viewed-pc,
	.fixed-goods-menu .btn-wishlist-top, .fixed-goods-menu .btn-compare-top{
		background: transparent;
		height: 48px;
		width: 100%;
		border-radius: 0px;
		display: flex;
		flex-wrap: nowrap;
		align-items: center;
		justify-content: center;
		padding: 0px 25px 0px 15px;
		line-height:1;
	}
	.fixed-goods-menu .btn-viewed-pc .v-icon,
	.fixed-goods-menu .btn-wishlist-top .wl-icon, .fixed-goods-menu .btn-compare-top .co-icon{
		margin-top: 5px;
		color:#fff;
	}
}
.ml-auto {
	margin-left: auto;
}
.pos-r {
	position: relative;
}
input[type="number"],
input[type="text"] {
	-webkit-appearance: none !important;
}
input, input:hover, input:active {
	outline: none;
	box-shadow: none;
}
@media (min-width: 1200px) {
	.f-col-lg-3 {
		-ms-flex: 0 0 25%;
		flex: 0 0 25%;
		max-width: 25%;
	}
	.col-lg-30 {width: 30%}
	.col-lg-20 {width: 20%}
}
@media (min-width: 1360px){
	.item-col-5 {
		-ms-flex: 0 0 20%;
		flex: 0 0 20%;
		max-width: 20%;
		align-items: center;
	}
}
.container[min-width~="1170px"][max-width~="1170px"] .item-col-5 {
	-ms-flex: 0 0 25%;
	flex: 0 0 25%;
	max-width: 25%;
	align-items: center;
}

.container-fluid[min-width~="1500px"] .item-col-5 {
	-ms-flex: 0 0 16.66666667%;
	flex: 0 0 16.66666667%;
	max-width: 16.66666667%;
	align-items: center;
}

#column-right .pct_gv .item-col-5,
#column-left .pct_gv .item-col-5,
#column-right .latest_gv .item-col-5,
#column-left .latest_gv .item-col-5 {
	-ms-flex: 0 0 100%;
	flex: 0 0 100%;
	max-width: 100%;
}
.header_dopmenu_doptext {
	text-align: center;
	color:#7A8490;
	margin-right: auto;
	padding-left: 10px;
	padding-right: 10px;
	-ms-flex-order:0;
	order: 0;
	-ms-flex: 0 0 260px;
	flex: 0 0 260px;
	max-width: 260px;
}
.col-md-1-5,
.col-lg-1-5 {position: relative;min-height: 1px;padding-right: 10px;padding-left: 10px;}
@media (min-width: 992px) and (max-width: 1500px){
 	.container {
		width:970px;
		width: calc(100% - 30px);
	}
}
@media (min-width: 992px) {
	.col-md-1-5 {width: 20%;float: left;}
	.header_dopmenu_doptext{
		text-align: center;
		-ms-flex: 0 0 100%;
		flex: 0 0 100%;
		max-width: 100%;
		-ms-flex-order: -6;
		order: -6;
		margin-left: auto;
	}
	.header_dopmenu_doptext.hsw {margin-bottom: -10px;}
	.header_dopmenu_doptext.nsw {margin-bottom: -5px;}
	.h-sticky .header_dopmenu_doptext {margin-bottom: 0px;}
	.header_dopmenu_doptext br {display: none;}
}
@media (min-width: 1500px) {
	.header_dopmenu_doptext.f-order-3{
		-ms-flex-order: 3;
		order: 3;
		margin-bottom: 0px;
	}

	.header_dopmenu_doptext.f-order-0 {
		-ms-flex-order: 0;
		order: 0;
		margin-bottom: 0px;
	}

	.header_dopmenu_doptext{
		text-align: left;
		margin-right: 15px;
		-ms-flex: 0 0 260px;
		flex: 0 0 260px;
		max-width: 260px;

	}
	.header_dopmenu_doptext br {display: inherit;}
	.col-lg-1-5 {width: 20%;float: left;}
}
.header_dopmenu_doptext p {
	margin-bottom: 1px;
}
.p-content {
	margin-bottom: 20px;
}

.mod-categories {
	box-shadow: 0px 0px 0px 1px #EAEDF7;
	border-radius:8px;
	background: #fff;
	padding: 20px;
	position: relative;
	margin-top: 10px;
	margin-bottom: 30px;
}
.mod-categories .mod-cat-list-items {
	margin-bottom: 0;
}
.mod-categories .mc-children.children-2-lv {
	display: none;
	padding-top: 5px;
	padding-bottom: 10px;
}
.mod-categories .mc-children.children-3-lv {
	display: none;
}
.mod-categories .mc-item {
	margin-bottom: 8px;
}
.mod-categories li.mc-item:last-child{
	margin-bottom: 0;
}
.mod-categories li.mc-item:last-child .mc-children.children-2-lv {
	padding-bottom: 0;
}
.mod-categories .mc-item > span {
	padding: 10px 0px 10px 15px;
	background: #F7F8FB;
	border-radius:6px;
	position: relative;
}
.mod-categories .mc-item .mc-show-child {
	width: 40px;
	height: 40px;
}
.mod-categories .mc-child-item .mc-show-child {
	width: 40px;
	height: 34px;
}
.mod-categories .mc-show-child {
	position: absolute;
	right: 0;
	top: 0;
	-ms-flex-align: center;
	align-items: center;
	-ms-flex-pack: center;
	justify-content: center;
	cursor: pointer;
	border-radius:0px 5px 5px 0px;
}
.mod-categories .mc-show-child .icon-mc-down{
	width: 8px;
	height: 4px;
}
.mod-categories .mc-child-item > span {
	padding: 6px 0px 6px 15px;
	position: relative;
}
.mod-categories .mc-item > span > a,
.mod-categories .mc-child-item a {
	color:#000;
}
.mod-categories .mc-item > span > a:hover,
.mod-categories .mc-child-item a:hover {
	text-decoration: underline;
}
.mod-categories .mc-item.is-active-item > span > a,
.mod-categories .mc-child-item.is-active-item > span > a,
.mod-categories .mc-child-item.is-active-item > .mc-children > .mc-child-item.is-active-item > a {
	color:#4A71B1;
}
.mod-categories .mc-item.is-active-item > span > .mc-show-child > .icon-mc-down,
.mod-categories .mc-child-item.is-active-item > span > .mc-show-child > .icon-mc-down {
	-ms-transform: rotate(180deg);
	-webkit-transform: rotate(180deg);
	transform: rotate(180deg);
}
.mod-categories .is-active-item .mc-children.children-2-lv {
	display: block;
}
.mod-categories .children-3-lv{
	padding: 2px 15px 0px 15px;
}
.mod-categories .children-3-lv > li > a {
	display: block;
	padding: 6px 8px;
}
.mod-categories .is-active-item .mc-children.children-2-lv > .is-active-item > .children-3-lv {
	display: block;
}

/*BANNER*/
.container-banner {
	margin: 10px 0px 10px;
	position: relative;
}
.container-banner .item {
	position: relative;
	border-radius:10px;
	overflow: hidden;
}
.container-banner .item {

}
#column-left .container-banner .item img,
#column-right .container-banner .item img {
	width: 100%;
}
.container-banner .item:hover {
	opacity: .9 !important;
}
/*SLIDESHOW*/

.container-slideshow {
	margin: 10px 0px 10px;
	position: relative;
}
.container-slideshow .swiper-slideshow{
	margin-left: -10px;
	margin-right: -10px;
}
.container-slideshow .item {
	padding-left: 10px;
	padding-right: 10px;
}
.container-slideshow .item .inner-item{
	border:1px solid #EAEDF7;
	border-radius: 10px;
}
.container-slideshow .item img{
	margin: 0 auto;
	color:transparent;
}
.swiper-slideshow-arrow{
	position: absolute;
	top:6px;
	background: #F7F8FB;
	color:#000000;
	border-radius: 5px;
	font-size: 0;
	height: 40px;
	width: 40px;
	line-height: 40px;
	padding: 0;
	text-align: center;
	transition: all .15s ease 0s;
	cursor:pointer;
	top: 50%;
	margin-top: -20px;
	z-index: 10;
	opacity: 0;

}
.swiper-slideshow-arrow:hover, .swiper-slideshow-arrow:active {
	background: #DEE2E6;
}
.swiper-slideshow-arrow .icon-arrow-prev,
.swiper-slideshow-arrow .icon-arrow-next {
	width: 6px;
	height: 10px;
	color:#000;
}
.swiper-slideshow-arrow.prev-prod{
	left:-20px;
}
.swiper-slideshow-arrow.next-prod {
	right:-20px;
}
.container-slideshow:hover .swiper-slideshow-arrow.prev-prod {
	left:20px;
	opacity: 1;
}
.container-slideshow:hover .swiper-slideshow-arrow.next-prod {
	right: 20px;
	opacity: 1;
}
.container-banner .swiper-banner-pagination,
.container-slideshow .swiper-slideshow-pagination {
	bottom: 15px;
	top: auto;
	position: absolute;
	display: inline-block;
	text-align: center;
	height: 18px;
	background: #F7F8FB99;
	border-radius: 18px;
	padding: 2px 6px;
	left: 50%;
	transform: translateX(-50%);
	width: auto;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-ms-flex-align: center !important;
	align-items: center !important;
}
.container-banner .swiper-banner-pagination .swiper-pagination-bullet,
.container-slideshow .swiper-slideshow-pagination .swiper-pagination-bullet{
	width: 20px;
	height: 4px;
	border-radius: 50px;
	opacity: 1;
	background: #fff;
	box-shadow: 0px 6px 10px rgba(232, 234, 243, 0.8);
}
.container-banner .swiper-banner-pagination .swiper-pagination-bullet-active,
.container-slideshow .swiper-slideshow-pagination .swiper-pagination-bullet-active{
	background: #E6952E;
}

.container-module .swiper-module {
	padding-top: 10px;
	padding-bottom: 25px;
	margin-left: -10px;
	margin-right: -10px;
	flex: 1 1 100%;
	max-width: calc(100% + 20px);
}
.container-module .item.swiper-slide,
.container-module .row_items.swiper-slide,
.container-module .mod-art-item.swiper-slide {
	padding-left: 10px;
	padding-right: 10px;
}
/*
.container-module .swiper-visible {
	overflow: visible;
}
*/
.position-no-owl .container-module .swiper-visible {
	overflow: hidden;
}
.container-module .swiper-initialized .swiper-slide:not(.swiper-slide-visible){
	opacity: 0;
}
.container-module .swiper-visible .swiper-slide:not(.swiper-slide-visible){
	opacity: 0;
}
.container-module .swiper-initialized .swiper-slide-visible,
.container-module .swiper-visible .swiper-slide-visible,
#column-left .container-module .swiper-visible,
#column-right .container-module .swiper-visible{
	opacity: 1;
}
.container-module .swiper-module:not(.swiper-backface-hidden) .item.swiper-slide {
	transform: translateZ(0);
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}
#column-left .container-module .swiper-slide,
#column-right .container-module .swiper-slide{
	max-width: 100%;
	flex: 0 0 100%;
}
.swiper-scrollbar.swiper-scrollbar-horizontal {
	bottom: 0px;
	height: 3px;
}
.swiper-scrollbar {
	background: #F7F8FB;
	cursor: grab;
}
.swiper-scrollbar-drag {
	background: #557DC0
}
@media (max-width: 768px) {
	.swiper-scrollbar {
		display: none !important;
	}
}


.easy-catalog-box .item-catalog,
.wall-category-box .item-category,
.banner-blocks-container .banner-item,
.container-module .item.swiper-slide .product-thumb,
.container-module .row_items.swiper-slide  .item,
.no-slider .product-thumb{
	box-shadow: 0px 0px 0px 1px #EAEDF7;
}

.container {
padding-right: 10px;
padding-left: 10px;
margin-right: auto;
margin-left: auto;
}
.container-fluid {
padding-right: 10px;
padding-left: 10px;
margin-right: auto;
margin-left: auto;
}
.row {
margin-right: -10px;
margin-left: -10px;
}
.col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12 {
  position: relative;
  min-height: 1px;
  padding-right: 10px;
  padding-left: 10px;
}
.mt-10 {margin-top: 10px;}
.mt-20 {margin-top: 20px;}
.mb-0 {margin-bottom: 0px !important;}
.mb-15 {margin-bottom: 15px;}
.mb-10 {margin-bottom: 10px;}
.mb-20 {margin-bottom: 20px;}
.mt-0 {margin-top: 0px;}
.mr-10 {margin-right: 10px;}
.mb-0 {margin-bottom: 0px;}
.pr-10 {padding-right: 10px;}
.pt-10 {padding-top: 10px;}
.pt-15 {padding-top: 15px;}
.pl-10 {padding-left: 10px;}
.pb-10 {padding-bottom: 10px;}
.pb-15 {padding-bottom: 15px;}
.pb-20 {padding-bottom: 20px;}
.pr-20 {padding-right: 20px !important;}
.pr-35 {padding-right: 35px !important;}
.pt20 {padding-top:20px;}
.pr-17 {padding-right: 17px;}
.h-100 {height: 100%;}
.h-auto {height: auto;}
.w-100 {width: 100%;}
.pr-0 {padding-right: 0px;}
.pl-0 {padding-left: 0px;}
.dflex,
.d-flex {
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
}
.d-inline-flex {
 display:-ms-inline-flexbox;
 display:-webkit-inline-flex;
 display:inline-flex;
}
.flex-wrap {
	-ms-flex-wrap: wrap !important;
	flex-wrap: wrap !important;
}
.mt-auto{
	margin-top: auto !important;
}
.flex-grow-1 {
	-ms-flex-positive: 1 !important;
	flex-grow: 1 !important;
}
.align-items-center {
	-ms-flex-align: center !important;
	align-items: center !important;
}
.justify-content-center {
	-ms-flex-pack: center !important;
	justify-content: center !important;
}
h1, h2, h3, h4, h5, h6 {
	color: #222;
	margin-top: 10px;
	margin-bottom: 20px;
}
.fa {
	font-size: 14px;
}
.h1,h1 {
	font-size: 22px;
	line-height: 30px;
}
.h2,h2 {
	font-size: 20px;
}
.h3,h3 {
	font-size: 18px;
}
.h4,h4 {
	font-size: 14px;
}
.h5,h5 {
	font-size: 12px;
}
.h6,h6 {
	font-size: 10.2px;
}
.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
	font-weight: 400;
}
a {
	color: #0f4b82;
}
a:hover {
	text-decoration: none;
	color: #05335e;
}
a:focus {
  outline: none;
  text-decoration: none;
  outline-offset: -2px;
}
legend {
	font-size: 18px;
	padding: 7px 0px
}
label {
	font-size: 12px;
	font-weight: normal;
}
.form-horizontal .control-label {
	font-size: 14px;
	margin-bottom: 5px;
}
.icon-arrow-down {
	width: 8px;
	height: 4px;
	margin-left: 8px;
}
select.form-control, input[type="text"].form-control, input[type="password"].form-control, input[type="datetime"].form-control, input[type="datetime-local"].form-control, input[type="date"].form-control, input[type="month"].form-control, input[type="time"].form-control, input[type="week"].form-control, input[type="number"].form-control, input[type="email"].form-control, input[type="url"].form-control, input[type="search"].form-control, input[type="tel"].form-control, input[type="color"].form-control {
	font-size: 14px;
	box-shadow:none;
	border:1px solid #e4e9ef;
}
textarea.form-control{
	font-size: 14px;
	box-shadow:none;
	border:1px solid #e4e9ef;
}
select.form-control {
	height: 44px;
	border:1px solid #e4e9ef;
	font-size: 14px;
	box-shadow: none;
	-moz-appearance: none;
	-webkit-appearance: none;
	padding-right: 25px;
	background-image:url("../image/sprite.svg#icon-select-arrow-down");
	background-position: right 15px center;
	background-repeat: no-repeat;
	background-size: 9px 5px;
	background-color:#fff;
	background-color: #FCFCFC;
	border-radius: 6px;
	cursor:pointer;
}

select.form-control:focus,
input.form-control:focus {
	box-shadow: 0px 0px 0px 2px #CBDBF8;
	background-color: #fff;
	border-color: #FFF;
	z-index: 1;
}

input.form-control {
	border: 1px solid #EAEDF7;
	box-shadow: none;
	color: #000000;
	background: #FCFCFC;
	border-radius: 6px;
	padding: 10px 12px 10px 12px;
	height: 44px;
}
.input-group input, .input-group select, .input-group .dropdown-menu, .input-group .popover {
	font-size: 12px;
}
.input-group .input-group-addon {
	font-size: 12px;
}
span.hidden-xs, span.hidden-sm, span.hidden-md, span.hidden-lg {
	display: inline;
}

div.required .control-label:before {
	content: '* ';
	color: #E72121;
	font-weight: bold;
}
[class^="icon-"],
[class*=" icon-"] {
	display: inline-block;
	vertical-align: middle;
	position: relative;
	fill-rule: evenodd;
}
.icon-viewed {
	color:#000;
	width: 26px;
	height: 26px;
}
.dropdown-menu li > a:hover, .dropdown-menu li > a.active, .dropdown-menu li > a:focus {
	text-decoration: none;
	color: #000;
	background-color: transparent;
	border-radius:4px;
}
.dropdown-menu > .active > a, .dropdown-menu > .active > a:focus, .dropdown-menu > .active > a:hover {
  background-color: transparent;
  color: #000;
  outline: 0 none;
  text-decoration: none;
}

#top {
	background-color: #F7F8FB;
	padding-top: 6px;
	padding-bottom: 6px;
	height: 40px;
}
#top .container {
	background-color: #F7F8FB;
}

.btn.active, .btn:active {
	-webkit-box-shadow: none;
	box-shadow: none;
}

.btn-nav-links{
	background: #fff;
	border: 0px;
	height: 30px;
	width: 30px;
	line-height: 32px;
	border-radius: 6px;
	text-align: center;
	display: inline-block;
	position: relative;
}
.btn-wishlist-top,
.btn-compare-top {
	position: relative;
	border: 0px;
	height: 40px;
	width: 40px;
	display: flex;
	align-items:center;
	justify-content: center;
	text-align: center;
}
.btn-compare-top .icon-compare{
	color: #000;
	width: 24px;
	height: 24px;
}
.btn-wishlist-top .icon-wishlist {
	color: #000;
	width: 24px;
	height: 24px;
}

.box-account-mob .btn-account,
.box-account .btn-account {
	background:transparent;
	border: 0px;
	height: 40px;
	width: 40px;
	font-size: 13px;
	text-align: center;
	display: flex;
	align-items: center;
	justify-content: center;
	position: relative;
	padding: 0;
}

.box-account .dropdown-menu{
	min-width: auto;
}
.box-currency .btn-group.open .dropdown-toggle,
.btn-group.box-account.open .dropdown-toggle {
	box-shadow: none;
}
.btn-language-top,
.btn-currency-top {
	display: flex;
	text-align: center;
	border:0px;
	align-items:center;
	box-shadow: none !important;
	height: 28px;
	background: #fff;
	padding: 2px 10px;
	border-radius: 6px;
}
.btn-lang-select {
	background: transparent;
}
header .btn-language-top,
header .btn-currency-top {
	background: #F7F8FB;
}
.btn-currency-top:after,
.btn-language-top:after {
	content: '';
	display: inline-block;
	background: #000;
	-webkit-mask-image: url("../image/sprite.svg#icon-arrow-down");
	mask-image: url("../image/sprite.svg#icon-arrow-down");
	width: 8px;
	height: 4px;
	margin-left: 8px;
}

.btn-language-top,
.btn-currency-top strong {
	font-size: 14px;
	font-weight: 500;
	box-shadow: none !important;
}
.btn-nav-links {
	line-height: 20px;
	margin-top: 2px;
}
.box-wishlist .text-wishlist,
.box-compare .text-compare {
	display: none;
}
.box-account,
.box-account-mob {
	position: relative;
}
.icon-account {
	color: #000;
	width: 22px;
	height: 22px;
	margin-top:-1px;
}
.box-account.text-ai-on .icon-account {
	margin-top: 1px;
}
header .text-a-icon,
header .text-a-icon-cart  {
	display: none;
}
@media (min-width: 992px) {
	.box-search {
		margin-left: 10px;
	}
	header .text-a-icon,
	header .text-a-icon-cart  {
		font-size: 12px;
		color:#000;
		font-weight: 500;
		line-height: 16px;
		display: block;
	}
}
@media (min-width: 1200px) {
	.phone-box {
		margin-right: 20px;
		margin-left: 10px;
	}
	header .box-currency {
		margin-right: 20px;
	}
}

.box-language {
	margin-right: 10px;
}
.box-language .ch-dropdown {
	min-width: 80px;
}
.box-language .dropdown-menu.ch-dropdown > li > a {
	text-align: center;
}
.box-account {
	margin-left: auto;
}
.box-currency,
.box-language,
.box-account,
.box-wishlist,
.box-compare {
	order:4;
}

.box-account.text-ai-on,
.box-wishlist.text-ai-on,
.box-compare.text-ai-on {
	padding-right: 15px;
}
.box-account.text-ai-on .btn-account,
.box-wishlist.text-ai-on .btn-wishlist-top,
.box-compare.text-ai-on .btn-compare-top,
.box-cart.text-ai-on #cart > .btn{
	height: 42px;
	width: auto;
	justify-content: space-between;
	flex-direction: column;
}

.fixed-goods-menu .viewed-quantity,
.btn-mob-cart .cart-total,
#cart .cart-total,
.wishlist-quantity,
.compare-quantity {
	position: absolute;
	top:2px;
	right:0px;
	height: 18px;
	min-width: 18px;
	padding-left: 5px;
	padding-right: 5px;
	border-radius:25px;
	font-size: 11px;
	line-height: 22px;
	text-align: center;
	display: flex;
	align-items: center;
	justify-content: center;
	font-weight: 500;
}
.fixed-goods-menu .viewed-quantity {
	color: var(--viewed-total-color);
	background: var(--viewed-total-bg);
}

.btn-mob-cart .cart-total,
#cart .cart-total {
	color: var(--cart-total-color);
	background: var(--cart-total-bg);
}
.wishlist-quantity {
	color: var(--wishlist-total-color);
	background: var(--wishlist-total-bg);
}
.compare-quantity {
	color: var(--compare-total-color);
	background: var(--compare-total-bg);
}
.box-wishlist.text-ai-on .wishlist-quantity,
.box-compare.text-ai-on .compare-quantity,
.box-cart.text-ai-on #cart .cart-total{
	top:-7px;
	right: 45%;
	transform: translateX(20px);
}
.fixed-goods-menu .viewed-quantity, .fixed-goods-menu .wishlist-quantity, .fixed-goods-menu .compare-quantity {
	top:8px ;
	right:10px;
}
.mob-text-currency,
.mob-text-language {
	display: none;
}
.box-account.open .dropdown-menu,
#language .open .dropdown-menu,
#currency .open .dropdown-menu {
	z-index: 1009;
	right: 1px;
}
#currency .fa.fa-angle-down {
	font-size: 13px;
}
#currency .text-currency {
	padding-left: 5px;
	padding-right: 5px;
}
#top .dropdown-menu-right {
	left: auto;
	min-width: 100%;
	right: 0px;
	border-top-right-radius: 0px;
	margin-top: 6px;
}
.ch-dropdown {
	padding: 12px 15px;
	border:0px;
	border-radius:8px;
	box-shadow: 6px 6px 19px rgba(0, 0, 0, 0.06);
}
.dropdown-menu.ch-dropdown li {
	padding-top: 3px;
	margin-bottom: 3px;
	position: relative;
}
#top #currency .currency-select {
	text-align: left;
}
.dropdown-menu.ch-dropdown > li > button, .dropdown-menu.ch-dropdown > li > a {
	padding: 3px 10px 3px 10px !important;
	font-size: 14px !important;
	line-height: 1.42857143;
	border: 0px;
	color:#000;
	text-align: left;
	text-decoration: none;
}
.dropdown-menu.ch-dropdown li + li {
	border-top: 1px dashed #eee;
}
.dropdown-menu.ch-dropdown li.mob-title-language + li,
.dropdown-menu.ch-dropdown li.mob-title-currency + li {
	border-top: 0px;
}
.dropdown-menu.ch-dropdown li > a:hover:before,
.dropdown-menu.ch-dropdown li > button:hover:before,
.dropdown-menu.ch-dropdown li > div:hover:before,
.dropdown-menu.ch-dropdown > .active > button:before,
.dropdown-menu.ch-dropdown > .active > button:focus:before,
.dropdown-menu.ch-dropdown > .active > button:hover:before,
.dropdown-menu.ch-dropdown > .active > a:before,
.dropdown-menu.ch-dropdown > .active > a:focus:before,
.dropdown-menu.ch-dropdown > .active > a:hover:before {
	background: #F7F8FB;
	position: absolute;
	height: calc(100% - 3px);
	content: "";
	z-index: -1;
	left: 0px;
	right: 0px;
	width: 100%;
	top: 3px;
	border-radius: 4px;
}
.header-nav-links {
	position:relative;
	border:0px;
	box-shadow:none;
	padding:0px;
	display:block;
	margin:0px 0px;
	background: transparent;
	width:auto;
	min-width: auto;
	list-style: none;
}
.header-nav-links .btn-link {
	color: #000;
}
#top .btn-link{
	color: #000;
	text-decoration: none;
}
#logo {
  position: relative;
}
#logo img {
  margin-left: 0;
  margin-right: auto;
  color:transparent;
}
#phone {
  padding: 10px 0;
  position:relative;
}
#phone .contact-header .additional-tel a{
  font-size: 16px;
  line-height: 20px;
  position: relative;
  display: inline-block;
  font-weight: 600;
  color:#000;
}
#phone .dropdown-toggle {
  display: inline-block;
  position: relative;
}
#phone .drop-contacts {
  margin-top: 0px;
  min-width: auto;
  z-index: 1012;
  left:auto;
  right: 0;
}
@media (min-width: 992px) {
	#top .box-nav-links ul li:first-child .btn-link{
		padding-left: 0px !important;
	}
	#phone .drop-contacts {
	  min-width: 100%;
	}
  .header-nav-links .btn-link {padding:4px 8px;height: 28px;font-size: 14px;}
  .header-nav-links .btn-link:hover {color: #222;}
  .header-nav-links li {display:inline-block;}
}
div.additional-tel + div.additional-tel {
    padding-top: 2px;
    text-align: right;
}
.contact-header .dropdown-menu.drop-contacts > li > div {
	color:#000;
}
.contact-header .dropdown-menu.drop-contacts > li > div, .contact-header .dropdown-menu.drop-contacts > li > a {
	font-size: 13px;
	padding: 4px 8px 4px 8px !important;
	white-space: nowrap;
	color: #000;
	font-weight: 400;
}
.additional-tel i.fa {
	font-size:14px;
}
.drop-contacts .icon-image {
	margin-right: 4px;
}
.icon-image {
  display: inline-block;
  text-align: center;
}

.contact-header li i.fa {
	font-size:20px;
}
.text_after_phone {
	color:#768292;
	font-size:12px;
	font-weight: 400;
	line-height: 16px;
	text-align: right;
	margin-top: -1px;
}
.phone_fix .additional-tel.dth{
  display: none;
}
.phone_fix .additional-tel.dth:nth-child(1),
.phone_fix .additional-tel.dth:nth-child(2) {
  display: block;
}
.phone_fix .contact-header:hover .drop-contacts{
	display:block;
}
#phone .drop-icon-info {
  position: absolute;
  top: calc(50% - 8px);
  text-align: center;
  width: 20px;
  height: 20px;
  background: #F7F8FB;
  border-radius: 50%;
  right:-35px;
  line-height: 15px;
}
.icon-arrow-hcontact {
	width: 8px;
	height: 4px;
	color:#000;
}
.drop-icon-info:after{
	content: '';
	display: inline-block;
	background: #000;
	-webkit-mask-image: url("../image/sprite.svg#icon-arrow-down");
	mask-image: url("../image/sprite.svg#icon-arrow-down");
	width: 8px;
	height: 4px;
}
.form-control::placeholder {
	color: #757C83;
	opacity: 1;
	font-size: 14px;
}
header .search_word {
	font-size: 12px;
	color: #B2BBC5;
	text-align: right;
}
header .search_word a {
  color:#000000;
  cursor: pointer;
}
.header-search .form-control {
	height: 40px;
	border:0px !important;
	padding: 0 15px;
	box-shadow: none !important;
	border-radius: 8px 0px 0px 8px;
	background-color: #F7F8FB;
	color:#222;
}
.header-search .form-control:focus {
  border:0px;
  box-shadow: none;
  outline: 0 none;
  background-color: #F7F8FB;
}
.header-search .dropdown-menu {
	margin-top: 0px;
}
.header-search .button_search {
	border: 0px;
	background: #F7F8FB;
	border-radius:0px 8px 8px 0px;
}


.header-search .categories {
	background:#F7F8FB;
}

.header-search .autosearch_link {
	cursor:pointer;
}
.header-search .search_autocomplete {
	background: #fff;
	-webkit-box-shadow: 6px 6px 19px rgba(0, 0, 0, 0.06);
	box-shadow: 6px 6px 19px rgba(0, 0, 0, 0.06);
	padding: 2px 4px;
	border-radius: 8px;
	margin-top: 0px;
	width: 100%;
	z-index: 6666 !important;
	left: 0px;
	right: 0px;
	border: 0px;
	position: absolute;
	width: 100%;
	left: 0;
	right: 0;
	display: none;
	font-size:12px;
}
@media (min-width: 992px) {
	.logo-top {
		min-width: 200px;
	}
	.header-search .search_autocomplete {
		min-width: 530px;
		margin-top: 10px;
	}
}
.header-search .search_autocomplete .autocomplete-wrapper {
	max-height: 450px;
	overflow-y: auto;
	overflow-x: hidden;
	padding: 14px 16px;
	scrollbar-color: #DEE2E6 transparent;
   scrollbar-width: thin;
}
.header-search .search_autocomplete .autocomplete-wrapper::-webkit-scrollbar {
	width: 8px;
}
.header-search .search_autocomplete .autocomplete-wrapper::-webkit-scrollbar-track {
	background: transparent;
}
.header-search .search_autocomplete .autocomplete-wrapper::-webkit-scrollbar-thumb {
	background-color: #DEE2E6;
	border-radius: 12px;
	border: transparent;
}

.header-search .search_autocomplete li > a:hover,
.header-search .search_autocomplete li.is-active > a,
.header-search .search_autocomplete li > a:focus {
	background-color: rgba(0,26,52,.015);
	border-radius:8px;
}
.header-search .search_autocomplete .search-view-all-result {
	color: #2b8cdb;
}
.header-search .search_autocomplete a.autosearch_link {
	border-radius: 0;
	white-space: normal;
	padding:5px 5px;
	margin-top: 5px;
	margin-bottom: 5px;
	display: block;
	color:#000;
}
.header-search .search_autocomplete li + li {
	border-top:1px dashed #EAEDF7;
}
.header-search .ajaxadvance {
	width: 100%;
	/*overflow:hidden;*/
	display: flex;
	align-items: center;
}
.header-search .ajaxadvance .content {
	display: flex;
	width: 100%;
	position: relative;
}
.header-search .ajaxadvance .search__left_block {
	margin-right: 15px;
	flex:1;
}
.header-search .ajaxadvance .search__right_block {
	white-space: nowrap;
	margin-left: auto;
	display: flex;
	align-items: center;
	align-self: center;
}
.header-search .ajaxadvance .name {
	font-size:13px;
	font-weight: 600;
}
.header-search .search_autocomplete li a:hover .image:after{
	content: '';
	position: absolute;
	top: 0px;
	left: 0px;
	height: 100%;
	width: 100%;
	background-color: rgba(0,26,52,.015);
}
.header-search .ajaxadvance .stock_status {
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	display: inherit;
	font-weight: 500;
}
.header-search .ajaxadvance .stock_status.instock {
	color:#53A974;
}
.header-search .ajaxadvance .stock_status.outofstock {
	color:#E65A2E;
}
.header-search .ajaxadvance .image {
	margin-right:15px;
	margin-left: 15px;
	position: relative;
}
.header-search .ajaxadvance .search__left_block > div:not(:first-child) {
	margin-top:5px;
}
.header-search .ajaxadvance .price-old {
	text-decoration: line-through;
}
.header-search .price {
  color: #000;
  font-size: 15px;
  font-weight: 600;
  margin: 0 0 5px;
  text-align: left;
  padding-right: 5px;
}
.header-search .ajaxadvance .highlight {
	color: #38b0e3;
}
.search_fix .header-search .search_autocomplete {
  margin-top: 0 !important;
}
.btn-search-select {
	display: block;
	background: transparent;
	padding: 0px;
	height: 32px;
	width: 32px;
	border-radius: 8px !important;
	box-shadow: none;
	margin-top: 0px;
	border: 0px;
	line-height: 1px;
	text-align: center;
	font-size: 12px;
}
.btn-search-select .icon-search-category{
	color:#000;
	width: 18px;
	height: 18px;
}
.sel-cat-search:before {
	content: url("../image/option-checked-icon.svg");
	position: absolute;
	left: 6px;
	top: 7px;
}
@media (max-width: 992px) {
	.header-search {
		padding: 0px;
	}
}
#cart {
	position: relative;
	border-radius: 5px;
	z-index: 10;
}
#cart > .btn {
	background: transparent;
	color: #000;
	padding: 0px;
	height: 40px;
	min-width: 40px;
	border: 0px;
	box-shadow: none;
	justify-content: center;
}
.shop-bag-svg {
	color:#000;
	width: 24px;
	height: 24px;
}

/*Header - cart - right*/
.header-cart-backdrop {
	background: #0b0b0b;
	opacity: 0;
	visibility: hidden;
	overflow: hidden;
	width: 100%;
	height: 100%;
	position: fixed;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	z-index: 1011;
	transition: visibility .2s ease, opacity .2s ease;
}
.no-scroll header{
	z-index: 1012;
}
.header-cart-sticky {
	opacity: 0;
	visibility: hidden;
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	padding: 15px;
	z-index: 1;
	transform: translate(0, 100%);
	background: #FFFFFF;
	transition: transform .35s ease, visibility .35s ease, opacity .35s ease;
	box-shadow: 0px 0px 22px rgba(182, 195, 217, 0.25);
}
.cart-is-sticky .header-cart-sticky {
	opacity: 1;
	visibility: visible;
	transform: translate(0, 0);
}
.cart-is-open .header-cart-backdrop {
	opacity: 0.6;
	visibility: visible;
}
.header-cart-fix-right {
	opacity: 0;
	visibility: hidden;
	position: fixed;
	top: 0;
	right: 0;
	z-index: 1012;
	max-height: 100vh;
	height: 100%;
	width: 100%;
	max-width: 100%;
	background: #ffffff;
	transition: transform .2s ease, visibility .2s ease, opacity .2s ease;
	transform: translate(100%, 0);
	text-align: left;
}
.cart-is-open .header-cart-fix-right {
	transform: translate(0, 0);
	opacity: 1;
	visibility: visible;
}
.header-cart-top {
	padding: 15px 60px 15px 20px;
	border-bottom: 1px solid #EAEDF7;
	align-items: center;
	overflow: hidden;
	height: 54px;
}
.header-cart-title {
	color: #000;
	font-size: 16px;
	font-weight: 600;
	position: relative;
	width: 100%;
	text-align:left;
}
.header-cart-title:after{
	content:"";
	position: absolute;
	top:-20px;
	bottom:-20px;
	right:0px;
	border-right: 1px solid #EAEDF7;
}
.header-cart-close{
	background-image: url("../image/sprite.svg#icon-close");
	cursor: pointer !important;
	font-size: 0px;
	height: 25px;
	outline: medium none;
	position: absolute;
	right: 18px;
	top: 13px;
	width: 25px;
	z-index: 1060;
	text-align: center;
	line-height: 25px;
	border: 1px solid #ececec;
	border-radius: 6px;
	background-position: center;
	background-repeat: no-repeat;
	opacity: 1;
	background-color: #ffffff;
	background-size:10px;
}
.header-cart-close:hover {
	background-image: url("../image/sprite.svg#icon-close");
	border: 1px solid #fff;
	box-shadow: 0px 2px 4px rgba(0,0,0,0.067);
}
.header-cart-scroll {
	padding: 0px 15px 15px;
	height: calc(100% - 54px);
	overflow-x: hidden;
	overflow-y: auto;
}
.page-cart-empty {
	padding-top: 20px;padding-bottom: 20px;
}
.page-cart-empty .cart-text-empty,
.header-cart-scroll .cart-empty {
	font-size: 16px;
	font-weight: 500;
	color:#000;
	padding: 25px 0px 10px;
}
.page-cart-empty .cart-text-empty-slogan,
.header-cart-scroll .cart-empty-info-text {
	color:#505966;
	font-size: 14px;
}
.header-cart-scroll .box-empty-cart-icon {
	padding-top: 30px;
	text-align: center;
}
.header-cart-product-item,
.header-cart-voucher-item {
	padding-top: 20px;
	padding-bottom: 20px;
}
.header-cart-products > div:last-child{
	border-bottom:2px dashed #EAEDF7;
}
.header-cart-product-item:hover .header-cart-product-name a,
.header-cart-voucher-item:hover .header-cart-voucher-name{
	color:#0f4b82;
}

.header-cart-product-item-left .btn-link-delete {
	border-radius: 6px;
	font-size: 16px;
	color: #000;
	text-align: center;
	width: 26px;
	height: 26px;
	position: absolute;
	left: -7px;
	right: 0;
	top: 20px;
	/* background: #F7F8FB; */
	/* margin-left: -14px; */
	/* opacity: 0; */
	/* visibility: hidden; */
	/*transition: bottom .2s ease, visibility .2s ease, opacity .2s ease;*/
}
.header-cart-voucher-item .btn-link-delete {
	background: #F7F8FB;
	border-radius: 6px;
	font-size: 16px;
	color: #000;
	text-align: center;
	width: 28px;
	height: 28px;
}
/*
.header-cart-product-item:hover .header-cart-product-item-left .btn-link-delete{
	opacity: 1;
	visibility: visible;
	bottom:0px;
	border-radius: 6px;
}
*/
.header-cart-product-item + div.header-cart-product-item,
.header-cart-voucher-item + div.header-cart-voucher-item,
.header-cart-product-item + div.header-cart-voucher-item {
	border-top:2px dashed #EAEDF7;
}
.header-cart-product-item-left {
	-ms-flex: 0 0 85px;
	flex: 0 0 85px;
	max-width: 85px;
	padding-left: 20px;
	position: relative;
}
.header-cart-product-item-left img{
	max-width: 70px;
}
.header-cart-voucher-item-left {
	width: 100%;
}
.header-cart-product-item-center {
	padding: 0px 10px;
	width: 100%;
	align-self: flex-start;
}
.header-cart-voucher-name,
.header-cart-product-name a{
	font-size: 14px;
	color:#000;
	font-weight: 600;
}
.header-cart-voucher-amount,
.header-cart-price-quantity {
	-ms-flex: 0 0 100px;
	flex: 0 0 100px;
	max-width: 100px;
	text-align: right;
}
.header-cart-voucher-remove{
	-ms-flex: 0 0 40px;
	flex: 0 0 40px;
	max-width: 40px;
	text-align: left;
	padding-right: 10px;
}
.header-cart-voucher-quantity {
	-ms-flex: 0 0 20px;
	flex: 0 0 20px;
	max-width: 20px;
	text-align: right;
	margin-left: auto;
	padding-left: 10px;
	padding-right: 10px;
}
.header-cart-price-quantity .ch-cart-quantity {
	justify-content: flex-end;
}
.header-cart-voucher-amount {
	font-weight: 600;
	color:#000;
}
.header-cart-item-total {
	margin-top: 10px;
	font-weight: 600;
	color:#000;
}
.header-cart-options,
.header-cart-product-recurring{
	margin-top: 5px;
}
.header-cart-product-option .hcp-option-name,
.header-cart-product-recurring .hcp-recurring-text {
	font-size: 12px;
	color:#535D67;
	margin-right: 5px;
}
.header-cart-product-option .hcp-option-value,
.header-cart-product-recurring .hcp-recurring-value {
	font-size: 12px;
	color:#000;
	font-weight: 500;
}
.header-cart-totals {
	margin-top: auto;
	padding-top: 15px;
	padding-bottom: 15px;
}
.header-cart-text-info {
	padding: 15px 0px;
	color: #000;
	display: inline-block;
	text-align: right;
	font-size: 16px;
}
.header-cart-text-info .icon-arrow-down {
	width: 8px;
	height: 4px;
	color: #000;
	margin-left: 10px;
}
.ch-total-item {
	justify-content: flex-end;
	margin-top: 15px;
}
.header-cart-total-info.collapse.in {
	margin-bottom: 10px;
}
.header-cart-total-title{
	width: 100%;
	color:#535D67;
	font-size: 16px;
}
.header-cart-total-text{
	-ms-flex: 0 0 100px;
	flex: 0 0 100px;
	max-width: 100px;
	font-size: 16px;
}
.header-cart-total-cnt,
.header-cart-total-price,
.header-cart-total-text {
	font-weight: 600;
}
@media (min-width: 768px) {
	.header-cart-top {
		padding: 15px 60px 15px 30px;
	}
	.header-cart-scroll {
		padding: 0px 30px 30px;
	}
	.header-cart-sticky {
		padding: 30px;
	}
	.header-cart-close{
		top:16px;
	}
	.header-cart-fix-right {
		max-width: 480px;
	}
	.header-cart-top {
		height: 60px;
	}
	.header-cart-scroll {
		height: calc(100% - 60px);
	}
}

.dropdown-menu.ch-dropdown > li.sel-cat-search > a {
	padding-left: 20px !important;
}
@media (max-width: 768px) {
	#phone .drop-contacts {
		left:auto;
		right:0px;
	}
	#logo img {
		margin-left: 0px;
	}
}

.alert {
	padding: 8px 14px 8px 14px;
}
#content {
	min-height: 320px;
	max-width: 100%;
	margin-bottom: 20px;
}
.row-flex #content.col-md-9 {
	flex:1;
}
.breadcrumb {
	margin-top: 0px;
	margin-bottom: 0px;
	padding: 0px;
	background-color: transparent;
	padding-top: 10px;
	padding-bottom: 10px;
}
.breadcrumb + .row-flex {
	margin-top: 10px;
}
.breadcrumb.col-md-offset-3 {
	margin-bottom: 10px;
}
.breadcrumb.col-lg-offset-3 {
	margin-bottom: 10px;
}
.breadcrumb i {
	font-size: 15px;
}
.breadcrumb > li:first-child{
	padding-left:0px;
}
.breadcrumb > li {
	font-size: 13px;
	padding: 0 7px;
	position: relative;
	white-space: nowrap !important;
}
.breadcrumb > li a,
.breadcrumb > li a span{
	color:#000;
}
.breadcrumb > li a:hover span{
	color:#0f4b82;
	text-decoration: underline;
}
.breadcrumb > li span{
	color:#535D67;
}
.breadcrumb > li + li:before {
	content: '';
	padding: 0;
}
.breadcrumb > li:after {
	content: "/";
	display: block;
	height: 26px;
	position: absolute;
	right: -2px;
	top: 0;
	width: 2px;
	color: #000000;
}
.breadcrumb > li:last-child:after {
	content: "";
}
@media (max-width: 992px) {
	.breadcrumb-box {
		overflow: hidden;
		position: relative;
		margin-top:5px;
	}
	.breadcrumb-box .breadcrumb {
		white-space: nowrap;
		position: relative;
		overflow: auto;
		overflow-y: hidden;
		padding-bottom: 18px;
		margin-bottom: -9px !important;
	}
	.breadcrumb-box:after {
		content: "";
		position: absolute;
		right: 0;
		top: 0;
		bottom: 0;
		height: 100%;
		width: 30px;
		z-index: 1;
		background: linear-gradient(90deg, rgba(217, 217, 217, 0) 0%, #fff 100%);
	}
}

.buttons {
	margin-top: 15px;
}
.btn {
	padding: 10px 15px;
	font-size: 14px;
	border: 0px;
}
.btn.active.focus, .btn.active:focus, .btn.focus, .btn.focus:active, .btn:active:focus, .btn:focus {
  outline: none;
}
.btn-xs {
	font-size: 9px;
}
.btn-sm {
	font-size: 10.2px;
}
.btn-lg {
	padding: 10px 16px;
	font-size: 15px;
}
.btn-group > .btn, .btn-group > .dropdown-menu, .btn-group > .popover {
	font-size: 12px;
}
.btn-group > .btn-xs {
	font-size: 9px;
}
.btn-group > .btn-sm {
	font-size: 10.2px;
}
.btn-group > .btn-lg {
	font-size: 15px;
}
.chm-btn {
	border: 0px;
	border-radius: 8px;
	display: inline-block;
	padding: 0px 15px;
	height: 46px;
	line-height: 46px;
	-webkit-transition: background .2s ease;
	transition: background .2s ease;
	overflow: hidden;
	text-align: center;
	vertical-align: middle;
	white-space: nowrap;
	cursor: pointer;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
}
.chm-btn-primary {
	color: var(--btn-primary-color);
	background-color: var(--btn-primary-bg);
}

.chm-btn-primary:focus,
.chm-btn-primary:hover,
.chm-btn-primary:hover {
	background-color: var(--btn-primary-bg-h);
	color: var(--btn-primary-color-h);
}
.chm-btn-secondary {
	color:#000000;
}

.chm-btn-white {
	color:#000000;
	background-color: #ffffff;
}
.chm-btn-white:hover {
	background-color: #ffffff;
}
.chm-btn-white:focus,
.chm-btn-white:hover,
.chm-btn-white:hover {
	color: var(--chm-btn-white-color-h);
}
.chm-btn-grey {
	color:#000000;
	background-color: #F7F8FB;
}
.chm-btn-grey:hover {
	color:#000000;
	background-color: #EAEDF7;
}
.chm-lg {
	height: 54px;
	line-height: 54px;
	font-size: 16px;
	font-weight: 500;
}
.chm-sm {
	height: 40px;
	padding: 0px 13px;
	line-height: 40px;
}
.chm-btn-sm-only-icon {
	height: 40px;
	padding: 0px 8px;
	line-height: 40px;
	width: 40px;
	display:-ms-inline-flexbox;
	display:-webkit-inline-flex;
	display:inline-flex;
	-ms-flex-align: center;
	align-items: center;
	-ms-flex-pack:center !important;
 	justify-content:center !important
}
.chm-px-lg {
	padding: 0px 25px;
}
.btn-default {
	color: #000;
	background-color: #F7F8FB;
	border: 0px;
	border-radius: 8px;
	display: inline-block;
	font-size: 14px;
	padding: 0px 20px;
	line-height: 44px;
	min-height: 44px;
	font-weight: 400;
	box-shadow: none;
	text-shadow: none;
}
.btn-default:hover, .btn-default:active {
	background-color: #EAEDF7;
	color: #000;
}
.input-group-btn .btn-default {
	border:1px solid #e4e9ef;
	background-color: #FCFCFC;
	height: 44px;
}
.btn-search {
	padding:0px;
	height:32px;
	width: 32px;
	border-radius:8px !important;
	box-shadow:none;
	margin-top: 0px;
	margin-right: 4px;
	margin-left: 4px;
	border:0px;
	line-height:1;
	background: transparent;
	box-shadow: none !important;
	display: flex;
	align-items: center;
	justify-content: center;
}
.btn-search .icon-hsearch {
	color:#000;
	width: 18px;
	height: 18px;
}
.btn-primary:focus, .btn-primary:focus, .btn-primary {
	color: var(--btn-primary-color);
	background-color: var(--btn-primary-bg);
	border: 0px;
	border-radius: 8px;
	display: inline-block;
	font-size: 14px;
	padding: 0px 20px;
	line-height: 44px;
	min-height: 44px;
	font-weight: 400;
	box-shadow: none;
	text-align: center;
}
.btn-primary.disabled,
.btn-primary.disabled.active,
.btn-primary.disabled.focus,
.btn-primary.disabled:active,
.btn-primary.disabled:focus,
.btn-primary.disabled:hover,
.btn-primary[disabled],
.btn-primary[disabled].active,
.btn-primary[disabled].focus,
.btn-primary[disabled]:active,
.btn-primary[disabled]:focus,
.btn-primary[disabled]:hover,
.btn-primary:focus,
.btn-primary:hover,
.btn-primary:disabled,
.btn-primary:active,
.btn-primary:active:focus,
.btn-primary:focus,
.btn-primary:hover,
.btn-primary:hover {
	background-color: var(--btn-primary-bg-h);
	color: var(--btn-primary-color-h);
	border:0px;
}

.btn-warning {
	color: #ffffff;
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
	background-color: #faa732;
	background-image: linear-gradient(to bottom, #fbb450, #f89406);
	background-repeat: repeat-x;
	border-color: #f89406 #f89406 #ad6704;
}
.btn-warning:hover, .btn-warning:active, .btn-warning.active, .btn-warning.disabled, .btn-warning[disabled] {
	box-shadow: inset 0 1000px 0 rgba(0, 0, 0, 0.1);
}
.btn-danger {
	color: #ffffff;
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
	background-color: #da4f49;
	background-image: linear-gradient(to bottom, #ee5f5b, #bd362f);
	background-repeat: repeat-x;
	border-color: #bd362f #bd362f #802420;
}
.view-box-rs {
	background: #F7F8FB;
	padding: 5px;
	border-radius: 10px;
	margin-bottom: 20px;
	margin-top: 10px;
}
.view-box {
	background: #F7F8FB;
	padding: 5px;
	border-radius: 10px;
	margin-bottom: 20px;
}
@media (min-width: 600px) {
	.view-box {
		margin-bottom: 10px;
	}
}
.btn-view {
	background: transparent;
	border: 0px;
	padding: 8px 14px;
	border-radius: 6px !important;
	margin-right: 5px;
	height: 38px;
	line-height: 1;
	width: 56px;
	z-index: 2;
}
.btn-view svg {
	vertical-align: middle;
}
.btn-view.active, .btn-view:focus {
	-webkit-box-shadow: none;
	box-shadow: none;
	z-index: 1;
}
.product_list_toolbar button.btn-view.active ~ .indicator-active {
	content: '';
	position: absolute;
	background: #fff;
	-webkit-box-shadow: 9px 8px 10px rgba(0,0,0,0.067);
	box-shadow: 9px 8px 10px rgba(0,0,0,0.067);
	width: 56px;
	height: 100%;
	left: 0px;
	top: 0px;
	border-radius: 8px;
	transition: transform 0.1s linear;
	z-index: 1;
}
.product_list_toolbar button.btn-view:nth-child(1).active ~ .indicator-active {
	transform: translateX(0px);
}
.product_list_toolbar button.btn-view:nth-child(2).active ~ .indicator-active {
	transform: translateX(60px);
}
.product_list_toolbar button.btn-view:nth-child(3).active ~ .indicator-active {
	transform: translateX(120px);
}
.btn-success {
	color: #ffffff;
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
	background-color: #5bb75b;
	background-image: linear-gradient(to bottom, #62c462, #51a351);
	background-repeat: repeat-x;
	border-color: #51a351 #51a351 #387038;
}
.btn-success:hover, .btn-success:active, .btn-success.active, .btn-success.disabled, .btn-success[disabled] {
	box-shadow: inset 0 1000px 0 rgba(0, 0, 0, 0.1);
}
.btn-info {
	color: #fff;
	background-color: #5bc0de;
	border:0px;
}
.btn-link {
	border-color: rgba(0, 0, 0, 0);
	cursor: pointer;
	color: #23A1D1;
	border-radius: 0;
}
.btn-link, .btn-link:active, .btn-link[disabled] {
	background-color: rgba(0, 0, 0, 0);
	background-image: none;
	box-shadow: none;
}
.btn-link-delete {
	border-color: rgba(0, 0, 0, 0);
	cursor: pointer;
	color: #222;
	border-radius: 0;
	padding:1px;
}
.btn-link-delete:hover, .btn-link-delete:active {
	border-color: rgba(0, 0, 0, 0);
	cursor: pointer;
	color: #da4f49;
	border-radius: 0;
}
.btn-link-delete, .btn-link-delete[disabled] {
	background-color: rgba(0, 0, 0, 0);
	background-image: none;
	box-shadow: none;
}
.btn-inverse {
	color: #ffffff;
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
	background-color: #363636;
	background-image: linear-gradient(to bottom, #444444, #222222);
	background-repeat: repeat-x;
	border-color: #222222 #222222 #000000;
}
.btn-inverse:hover, .btn-inverse:active, .btn-inverse.active, .btn-inverse.disabled, .btn-inverse[disabled] {
	background-color: #222222;
	background-image: linear-gradient(to bottom, #333333, #111111);
}
.img-center {
	margin:0 auto;
}
.btn-quickview {
	background: #F7F8FB;
	border: 0px;
	box-shadow: none;
	color: #000;
	border-radius: 8px;
	font-size: 14px;
	padding: 0px;
	height: 34px;
	min-width:34px;
	-webkit-transition: background .2s ease;
	transition: background .2s ease;
	display: flex;
	align-items: center;
	justify-content: center;
}
.btn-quickview .btn-icon-quickview {
	display: block;
	background: #000;
	-webkit-mask-image: url("../image/sprite.svg#icon-viewed");
	mask-image: url("../image/sprite.svg#icon-viewed");
	width: 19px;
	height: 19px;
}
.btn-quickview img {
	margin-top: -3px;
}
.btn-quickview:hover{
	background:#EAEDF7;
	color: #000;
}
.btn-remove {
	color:#000;
	border:0px;
	height: 34px;
	width: 34px;
	padding: 8px 5px;
	line-height: 19px;
	background: #F7F8FB;
}
.btn-remove:focus,.btn-remove:hover, .btn-remove:active{
	color:#da4f49;
	background: #F7F8FB;
}
.btn-general {
	border-radius:8px;
	padding:5px 10px;
	-webkit-transition: background .15s ease;
	transition: background .15s ease;
	height: 40px;
	min-width: 40px;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	align-items: center;
	justify-content: center;
	border:0px;
}
.btn-general:not(.btn-notify-stock) {
	background-color: var(--btn-add-to-cart-bg);
	border: 2px solid var(--btn-add-to-cart-border-color);
	font-size:14px;
}
.btn-general.btn-notify-stock {
	background-color: var(--btn-add-to-cart-bg);
	border: 2px solid var(--btn-notify-stock-color);
	color: var(--btn-notify-stock-color);
	font-size:14px;
}
.btn-general .text-cart-add {
	padding-left: 5px;
}
.btn-general .icon-cart-add.d-none,
.btn-general .icon-notify-stock.d-none {
	display: none;
}
.btn-general .icon-cart-add {
	display: block;
	width: 24px;
	height: 24px;
	margin-right: 1px;
}

.btn-general:not(.btn-notify-stock):focus .icon-cart-add,
.btn-general:not(.btn-notify-stock):hover .icon-cart-add,
.btn-general:not(.btn-notify-stock):active .icon-cart-add {
	background: var(--btn-add-to-cart-color-h);
}
.btn-general:not(.is-active) .icon-cart-add {
	-webkit-mask-image: url("../image/sprite.svg#icon-add-to-cart");
	mask-image: url("../image/sprite.svg#icon-add-to-cart");
	background: var(--btn-add-to-cart-color);
}
.btn-general:not(.btn-notify-stock).is-active {
	background: var(--btn-add-to-cart-bg-active) !important;
}
.btn-general.is-active .icon-cart-add {
	-webkit-mask-image: url("../image/sprite.svg#icon-in-cart");
	mask-image: url("../image/sprite.svg#icon-in-cart");
	background: var(--btn-add-to-cart-color-active);
}
.btn-general:not(.btn-notify-stock).is-active:focus,
.btn-general:not(.btn-notify-stock).is-active:hover,
.btn-general:not(.btn-notify-stock).is-active:active {
	color: var(--btn-add-to-cart-color-active-h);
	background-color: var(--btn-add-to-cart-bg-active-h) !important;
}
.btn-general.is-active .icon-notify-stock {
	background: #fff;
}
.btn-general:not(.btn-notify-stock):focus,
.btn-general:not(.btn-notify-stock):hover,
.btn-general:not(.btn-notify-stock):active{
	color:#fff;
	background-color: var(--btn-add-to-cart-bg-h) !important;
	border-color: var(--btn-add-to-cart-bg-h) !important;
}
.btn-general:not(.btn-notify-stock) {
	color: var(--btn-add-to-cart-color);
}
.btn-general:not(.btn-notify-stock).is-active {
	color: var(--btn-add-to-cart-color-active)
}
.kit-cart .btn-general,
.add-to-cart-footer .btn-general,
#product-options.product-thumb .btn-general,
#product .cart .btn-general:not(.btn-notify-stock),
#popup-quickview .cart .btn-general:not(.btn-notify-stock) {
	color: var(--btn-add-to-cart-pp-color);
	background: var(--btn-add-to-cart-pp-bg);
}

.kit-cart .btn-general .icon-cart-add,
.add-to-cart-footer .btn-general .icon-cart-add,
#product-options.product-thumb .btn-general .icon-cart-add,
#product .cart .btn-general:not(.btn-notify-stock) .icon-cart-add,
#popup-quickview .cart .btn-general:not(.btn-notify-stock) .icon-cart-add {
	background: var(--btn-add-to-cart-pp-color);
}

.kit-cart .btn-general:is(:focus, :hover, :active),
.add-to-cart-footer .btn-general:is(:focus, :hover, :active),
#product-options.product-thumb .btn-general:is(:focus, :hover, :active),
#product .cart .btn-general:not(.btn-notify-stock):is(:focus, :hover, :active),
#popup-quickview .cart .btn-general:not(.btn-notify-stock):is(:focus, :hover, :active) {
	color: var(--btn-add-to-cart-pp-color-h) !important;
	background: var(--btn-add-to-cart-pp-bg-h) !important;
}
.btn-general.btn-notify-stock {
	background-color: var(--btn-add-to-cart-bg);
	border: 2px solid var(--btn-notify-stock-color);
	color: var(--btn-notify-stock-color);
	font-size:14px;
}
.btn-general .icon-notify-stock {
	display: block;
	background: var(--btn-notify-stock-color);
	-webkit-mask-image: url("../image/sprite.svg#icon-add-notify-stock");
	mask-image: url("../image/sprite.svg#icon-add-notify-stock");
	width: 24px;
	height: 24px;
}
.btn-general.btn-notify-stock:focus .icon-notify-stock,
.btn-general.btn-notify-stock:hover .icon-notify-stock,
.btn-general.btn-notify-stock:active .icon-notify-stock {
	background: #fff !important;
}
.btn-general.btn-notify-stock:focus,
.btn-general.btn-notify-stock:hover,
.btn-general.btn-notify-stock:active {
	color: var(--btn-notify-stock-color-h) !important;
	background-color: var(--btn-notify-stock-bg-h) !important;
	border-color: var(--btn-notify-stock-bg-h) !important;
}
.btn-wishlist {
	color: #000;
	background: #F7F8FB;
	padding:2px;
	-webkit-transition: background .2s ease;
	transition: background .2s ease;
	border:0px;
	height: 34px;
	width: 34px;
	border-radius:8px;
	display: flex;
	align-items: center;
	justify-content: center;
}
.btn-wishlist img {
	margin-top: -2px;
}
.btn-wishlist .btn-icon-wishlist {
	display: block;
	background: #000;
	-webkit-mask-image: url("../image/sprite.svg#icon-wishlist");
	mask-image: url("../image/sprite.svg#icon-wishlist");
	width: 18px;
	height: 18px;
}
.btn-wishlist:hover{
	border:0px;
	background:#EAEDF7;
	color: #000;
}

.btn-wishlist.is-active {
	background: #ECF9F1;
	position: relative;
}
.btn-wishlist.is-active .btn-icon-wishlist {
	background: #00AC45;
}
.btn-wishlist.is-active:after {
	position: absolute;
	content:"";
	background: #00AC45;
	-webkit-mask-image: url("../image/sprite.svg#icon-wc-active");
	mask-image: url("../image/sprite.svg#icon-wc-active");
	width: 7px;
	height: 6px;
	right: 3px;
	bottom: 3px;
}

.btn-compare {
	color: #000;
	background: #F7F8FB;
	padding:2px;
	-webkit-transition: background .2s ease;
	transition: background .2s ease;
	border:0px;
	height: 34px;
	width: 34px;
	border-radius:8px;
	display: flex;
	align-items: center;
	justify-content: center;
}
.btn-compare img {
	margin-top: -3px;
}
.btn-compare .btn-icon-compare {
	display: block;
	background: #000;
	-webkit-mask-image: url("../image/sprite.svg#icon-compare");
	mask-image: url("../image/sprite.svg#icon-compare");
	width: 18px;
	height: 18px;
}
.btn-compare:hover {
	border:0px;
	background:#EAEDF7;
	color: #000;
}
.btn-compare.is-active {
	background: #ECF9F1;
	position: relative;
}
.btn-compare.is-active .btn-icon-compare {
	background: #00AC45;
}
.btn-compare.is-active:after {
	position: absolute;
	content:"";
	background: #00AC45;
	-webkit-mask-image: url("../image/sprite.svg#icon-wc-active");
	mask-image: url("../image/sprite.svg#icon-wc-active");
	width: 7px;
	height: 6px;
	right: 3px;
	bottom: 3px;
}

.btn-fastorder {
	color: #000;
	background: #F7F8FB;
	border:0px;
	display: flex;
	align-items: center;
	justify-content: center;
	padding:2px;
	font-size: 14px;
	height: 34px;
	border-radius:8px;
	min-width: 34px;
	-webkit-transition: background .2s ease;
	transition: background .2s ease;
}
.btn-fastorder .btn-icon-fastorder {
	display: block;
	background: #000;
	-webkit-mask-image: url("../image/sprite.svg#icon-fastorder");
	mask-image: url("../image/sprite.svg#icon-fastorder");
	width: 18px;
	height: 18px;
}
.btn-fastorder img {
	margin-top: -2px;
}
.btn-fastorder:hover, .btn-fastorder:focus, .btn-fastorder.focus{
	border:0px;
	background:#EAEDF7;
	color: #000;
}
.hidden-quick-order {
	display:none !important;
}

.price {
	color: #000;
	font-size: 18px;
	font-weight: 600;
	line-height: 20px;
}
.price-old {
	color: #919191;
	text-decoration: line-through;
	font-weight: 500;
	display: block;
	font-size: 14px;
	line-height: 16px;
}
.price-new {
	color: #D22C31;
}
.price-tax, .points {
	color: #000;
	opacity: 0.6;
	font-size: 12px;
	display: block;
	font-weight: 400;
}
.rating .fa-stack {
	font-size: 8px;
}
.rating .fa-star-o {
	color: #cccccc;
	font-size: 13px;
}
.rating .fa-star {
	color: #FC0;
	font-size: 13px;
}
.rating .fa-star + .fa-star-o {
	color: #ffcc00;
}
.fa-stack {
  color: #ffcc00;
  display: inline-block;
  height: 2em;
  line-height: 2em;
  position: relative;
  vertical-align: middle;
  width: 1.65em;
}

/* fixed colum left + content + right*/
@media (min-width: 768px) {
    #column-left  .product-layout .col-md-3 {
       width: 100%;
    }
    #column-left + #content .product-layout .col-md-3 {
       width: 50%;
    }
    #column-left + #content + #column-right .product-layout .col-md-3{
       width: 100%;
    }
    #content + #column-right .product-layout .col-md-3{
       width: 100%;
    }
}

/* fixed product layouts used in left and right columns */
#column-left .product-layout,
#column-right .product-layout {
	width: 100%;
}
.product-modules .product-layout {
  display: inline-block;
  min-height: 1px;
  padding: 0 15px;
  position: relative;
  vertical-align: top;
  width: 100%;
  word-spacing: normal;
}
.pagination {margin-top: 10px;margin-bottom: 10px;}
.pagination > li {display: inline-block;margin:0px 8px;}
.pagination>li>a,
.pagination>li>span {color:#000;background-color:#F7F8FB;border:0px;border-radius: 5px !important;}
.pagination>li>a:focus,
.pagination>li>a:hover,
.pagination>li>span:focus,
.pagination>li>span:hover {color:#000;background-color:#DCE0E9;}
.pagination>.active>a,
.pagination>.active>a:focus,
.pagination>.active>a:hover,
.pagination>.active>span,
.pagination>.active>span:focus,
.pagination>.active>span:hover {color:#000;background-color:#DCE0E9;}
.pagination>.disabled>a,
.pagination>.disabled>a:focus,
.pagination>.disabled>a:hover,
.pagination>.disabled>span,
.pagination>.disabled>span:focus,
.pagination>.disabled>span:hover {color:#000;background-color:#DCE0E9;}

.list-group a {
	border: 1px solid #DDDDDD;
	color: #888888;
	padding: 8px 12px;
}
.list-group a.active, .list-group a.active:hover, .list-group a:hover {
	color: #444444;
	background: #eeeeee;
	border: 1px solid #DDDDDD;
	text-shadow: 0 1px 0 #FFF;
}
/* fixed mobile cart quantity input */
.input-group .form-control[name^=quantity] {
	min-width: 50px;
}
.ch-stock-status {
	margin-bottom: 5px;
}
.stock-status {
	display: flex;
	align-items: center;
	font-size: 13px;
	font-weight: 500;
}
.stock-status.outofstock {
	color: #E65A2E;
}
.stock-status.instock {
	color: #53A974;
}
.stock-status.instock svg {
	margin-right: 5px;
}
.no-slider .product-thumb{
  border-radius: 10px;
}
.container-module .item.swiper-slide .product-thumb {
	border-radius:10px;
	-webkit-transition: box-shadow .2s ease, opacity .2s ease;
	transition: box-shadow .2s ease,opacity .2s ease;
}

/*Promo Slider*/
@media (max-width: 768px) {
	.container-module .promo-slider {
		display: none !important;
	}
}
.promo-slider {
	max-width: 264px;
	min-width: 264px;
	height: auto;
	position: relative;
	margin-top: 10px;
}
#column-left .promo-slider,
#column-right .promo-slider {
	max-width: 100%;
}
.promo-slider-left .promo-slider {
	margin-right: 20px;
}

#column-left .promo-slider-left .promo-slider,
#column-right .promo-slider-left .promo-slider {
	margin-right: 0;
}
.promo-slider-right .promo-slider {
	margin-left: 20px;
}
#column-left .promo-slider-right .promo-slider,
#column-right .promo-slider-right .promo-slider {
	margin-left: 0;
}
.promo-slider-right {
	flex-direction: row-reverse;
}
#column-left .promo-slider-left,
#column-right .promo-slider-left,
#column-left .promo-slider-right,
#column-right .promo-slider-right {
	flex-wrap: wrap;
	flex-direction: column-reverse;
}
.promo-slider__item {
	width: 264px;
	min-width: 264px;
	height: auto;
	display: flex;
	align-items: center;
	justify-content: center;
	flex-direction: column;
	position: relative;
	/*filter: drop-shadow(2px 7px 9px rgba(0, 0, 0, 0.1));*/
}
.promo-slider__item:not(.bg-product-item) {
	padding-bottom: 25px;
}
.promo-slider__item.bg-product-item {
	padding-bottom: 35px;
}
.promo-slider .swiper:not(.swiper-initialized) .promo-slider__item ~ .promo-slider__item {
	opacity: 0;
}
#column-left .promo-slider__item,
#column-right .promo-slider__item {
	padding-bottom: 20px;
}
.promo-slider__inner {
	width: 100%;
	background-color: #000;
	height: 100%;
	margin: 0 auto;
	border-radius: 12px;
	overflow: hidden;
	position: relative;
}
.promo-slider__content-title {
	position: absolute;
	top: 20px;
	left: 20px;
	z-index: 1;
}
.promo-slider__title_xs {
	font-size: 16px;
	color:#757575;
	margin-bottom: 10px;
}
.promo-slider__title_lg {
	font-size: 24px;
	color:#fff;
	line-height: 26px;
	font-weight: 600;
}
.promo-slider__content-price {
	position: absolute;
	left: 20px;
	bottom: 20px;
	z-index: 1;
}
.promo-slider__from {
	font-size: 16px;
	color:#E3C045;
	margin-bottom: 4px;
	line-height: 16px;
}
.promo-slider__price {
	color:#fff;
	font-size:26px;
	line-height: 26px;
}
.promo-slider__image {
	width: 100%;
	height: 100%;
	position: relative;
}

.promo-slider__img {
	width: 100%;
	height: 100%;
	display: block;
}

.promo-slider__img_cover {
	object-fit: cover;
}

.promo-slider__img_contain {
	object-fit: contain;
	object-position: center;
}
.promo-slider__navigation {
	background: rgba(255,255,255,0.3);
	border-radius: 8px;
	width: 72px;
	height: 34px;
	position: absolute;
	right: 0px;
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding: 3px;
	transition: all .1s linear;
	z-index: 2;
	bottom: 40px;
	right: 15px;
}

.promo-slider__arrow.swiper-button-disabled {
	opacity: .5;
	cursor: inherit;
}
.promo-slider__arrow {
	position: relative;
	background: #F7F8FB;
	border-radius: 5px;
	font-size: 0;
	height: 28px;
	width: 28px;
	min-width: 28px;
	line-height: 28px;
	padding: 0;
	text-align: center;
	-webkit-transition: all 0.1s linear 0s;
	-moz-transition: all 0.1s linear 0s;
	-ms-transition: all 0.1s linear 0s;
	-o-transition: all 0.1s linear 0s;
	transition: all 0.1s linear 0s;
	cursor: pointer;
	display: flex;
	align-items: center;
	justify-content: center;
}
.promo-slider__arrow i {
	font-size: 22px;
}
.promo-slider__arrow:hover, .promo-slider__arrow:active {
	background: #EAEDF7;
}
.promo-slider__pagination {
	position: absolute;
	top: 19px !important;
	right: 20px;
	bottom: auto !important;
	z-index: 3;
	left: auto !important;
	text-align: right;
	width: auto !important;
	line-height: 12px;
	display: flex;
}
.promo-slider__pagination .swiper-pagination-bullet {
	height: 4px;
	width: 18px;
	border-radius: 12px;
	background: #868890;
	margin-left: 4px !important;
	margin-right: 0 !important;
	opacity: 1;
}
.promo-slider__pagination .swiper-pagination-bullet-active {
	background: #ffffff;
}
/*End Promoslider*/

.container-module .swiper-module:not(.swiper-initialized) .item.swiper-slide,
.container-module .swiper-module:not(.swiper-initialized) .mod-art-item.swiper-slide {
	-ms-flex: 0 0 100%;
	flex: 0 0 100%;
	max-width: 100%;
}
@media (min-width: 350px) {
	.container-module .swiper-module:not(.swiper-initialized) .item.swiper-slide {
		-ms-flex: 0 0 50%;
		flex: 0 0 50%;
		max-width: 50%;
	}
}
@media (min-width: 600px) {
	.container-module .swiper-module:not(.swiper-initialized) .item.swiper-slide,
	.container-module .swiper-module:not(.swiper-initialized) .mod-art-item.swiper-slide {
		-ms-flex: 0 0 50%;
		flex: 0 0 50%;
		max-width: 50%;
	}
}
@media (min-width: 770px) {
	.container-module .swiper-module:not(.swiper-initialized) .item.swiper-slide {
		-ms-flex: 0 0 33.33333333%;
		flex: 0 0 33.33333333%;
		max-width: 33.33333333%;
	}
	.container-module .promo-slider-left .swiper-module:not(.swiper-initialized) .item.swiper-slide,
	.container-module .promo-slider-left .swiper-module:not(.swiper-initialized) .item.swiper-slide,
	.container-module .promo-slider-right .swiper-module:not(.swiper-initialized) .item.swiper-slide,
	.container-module .promo-slider-right .swiper-module:not(.swiper-initialized) .item.swiper-slide {
		-ms-flex: 0 0 50%;
		flex: 0 0 50%;
		max-width: 50%;
	}
}
@media (min-width: 980px) {
	.container-module .promo-slider-left .swiper-module:not(.swiper-initialized) .item.swiper-slide,
	.container-module .promo-slider-left .swiper-module:not(.swiper-initialized) .item.swiper-slide,
	.container-module .promo-slider-right .swiper-module:not(.swiper-initialized) .item.swiper-slide,
	.container-module .promo-slider-right .swiper-module:not(.swiper-initialized) .item.swiper-slide{
		-ms-flex: 0 0 33.33333333%;
		flex: 0 0 33.33333333%;
		max-width: 33.33333333%;
	}
}
@media (min-width: 1022px) {
	.col-sm-12 .container-module .swiper-module:not(.swiper-initialized) .item.swiper-slide,
	.col-md-12 .container-module .swiper-module:not(.swiper-initialized) .item.swiper-slide {
		-ms-flex: 0 0 25%;
		flex: 0 0 25%;
		max-width: 25%;
	}

	.col-sm-8 .container-module .swiper-module:not(.swiper-initialized) .item.swiper-slide,
	.col-md-9 .container-module .swiper-module:not(.swiper-initialized) .item.swiper-slide {
		-ms-flex: 0 0 33.33333333%;
		flex: 0 0 33.33333333%;
		max-width: 33.33333333%;
	}
	.col-sm-12 .container-module .promo-slider-left .swiper-module:not(.swiper-initialized) .item.swiper-slide,
	.col-md-12 .container-module .promo-slider-left .swiper-module:not(.swiper-initialized) .item.swiper-slide,
	.col-sm-12 .container-module .promo-slider-right .swiper-module:not(.swiper-initialized) .item.swiper-slide,
	.col-md-12 .container-module .promo-slider-right .swiper-module:not(.swiper-initialized) .item.swiper-slide,
	.col-sm-12 .container-module .swiper-module:not(.swiper-initialized) .mod-art-item.swiper-slide,
	.col-md-12 .container-module .swiper-module:not(.swiper-initialized) .mod-art-item.swiper-slide {
		-ms-flex: 0 0 33.33333333%;
		flex: 0 0 33.33333333%;
		max-width: 33.33333333%;
	}
	.col-md-6 .container-module .swiper-module:not(.swiper-initialized) .swiper-slide,
	.col-sm-8 .container-module .swiper-module:not(.swiper-initialized) .mod-art-item.swiper-slide,
	.col-md-9 .container-module .swiper-module:not(.swiper-initialized) .mod-art-item.swiper-slide {
		-ms-flex: 0 0 50%;
		flex: 0 0 50%;
		max-width: 50%;
	}
	.position-no-owl.col-md-6 .container-module .swiper-module:not(.swiper-initialized) .swiper-slide {
		-ms-flex: 0 0 100%;
		flex: 0 0 100%;
		max-width: 100%;
	}
}
@media (min-width: 1230px) {
	.col-sm-12 .container-module .swiper-module:not(.swiper-initialized) .item.swiper-slide,
	.col-md-12 .container-module .swiper-module:not(.swiper-initialized) .item.swiper-slide {
		-ms-flex: 0 0 20%;
		flex: 0 0 20%;
		max-width: 20%;
	}
	.col-sm-12 .container-module .promo-slider-left .swiper-module:not(.swiper-initialized) .item.swiper-slide,
	.col-md-12 .container-module .promo-slider-left .swiper-module:not(.swiper-initialized) .item.swiper-slide,
	.col-sm-12 .container-module .promo-slider-right .swiper-module:not(.swiper-initialized) .item.swiper-slide,
	.col-md-12 .container-module .promo-slider-right .swiper-module:not(.swiper-initialized) .item.swiper-slide {
		-ms-flex: 0 0 25%;
		flex: 0 0 25%;
		max-width: 25%;
	}
}
@media (min-width: 1230px) {
	.col-sm-8 .container-module .swiper-module:not(.swiper-initialized) .item.swiper-slide,
	.col-md-9 .container-module .swiper-module:not(.swiper-initialized) .item.swiper-slide {
		-ms-flex: 0 0 25%;
		flex: 0 0 25%;
		max-width: 25%;
	}
	.col-md-3 .container-module .swiper-module:not(.swiper-initialized) .item.swiper-slide {
		-ms-flex: 0 0 100%;
		flex: 0 0 100%;
		max-width: 100%;
	}
}

#column-left .container-module .swiper-module:not(.swiper-initialized) .item.swiper-slide,
#column-right .container-module .swiper-module:not(.swiper-initialized) .item.swiper-slide {
	-ms-flex: 0 0 100%;
	flex: 0 0 100%;
	max-width: 100%;
}

.container-module .row_items{
	-webkit-transition: box-shadow .2s ease, opacity .2s ease;
	transition: box-shadow .2s ease,opacity .2s ease;
}
.container-module .row_items .item{
	border-radius:10px;
}
@media (min-width: 768px) {
	.no-slider .product-thumb:hover,
	.container-module .row_items .item:hover,
	.container-module .item.swiper-slide .product-thumb:hover {
		-webkit-box-shadow: 3px 3px 10px rgba(0,0,0,.07);
		box-shadow: 3px 3px 10px rgba(0,0,0,.07);
	}
}
.container-module .product-thumb-viewed,
.container-module .product-thumb {
	overflow: hidden;
	position:relative;
}
.product-thumb {
	padding: 15px;
}
#product-options.product-thumb {
	padding: 0;
}
.product-thumb .image {
	text-align: center;
	position:relative;
	margin-bottom:15px;
	min-height: 13em;
}
.product-thumb .image a {
	display: block;
	position: relative;
}
.product-thumb .main-img{opacity:1;transform:rotateY(0deg);transition:all ease-in-out .3s;}
.product-thumb:hover .main-img{opacity:0;transform:rotateY(-180deg);}
.product-thumb .additional-img-hover{position:absolute;top:0px;left:0px;right:0px;opacity:0;cursor:pointer;transform:rotateY(-180deg);transition:all ease-in-out .3s;}
.product-thumb:hover .additional-img-hover{opacity:1;transform:rotateY(0deg);}
.product-thumb .image a img.img-responsive {
	max-width: 100%;
	max-height: 100%;
}
.product-thumb .image img {
	margin-left: auto;
	margin-right: auto;
	font-size: 0px;
	color:transparent;
}
@media (min-width: 1500px) {
	.product-layout.product-grid.col-lg-4 {
		-ms-flex: 0 0 25%;
		flex: 0 0 25%;
		max-width: 25%;
	}
}
.product-grid .product-thumb .image {
	float: none;
}
.product-thumb .caption {
	position:relative;
}
.product-thumb .caption > div:nth-child(3) {
	margin-top: auto !important;
}
.price-actions-box {
	margin-top: 10px !important;
	min-height: 40px;
}
.product-thumb .price {
	min-height: 40px;
	display: flex;
	flex-direction: column;
	align-items: initial;
	justify-content: flex-end;
	line-height: 18px;
	text-align: left;
	margin-right: auto;
}

/* --- MODULES --- */
.tab-pane .container-modules {
	text-align: center;
}
.container-module {
	margin:10px 0px 10px;
	position: relative;
}
.container-module .title-module {
  margin-bottom: 10px;
  padding: 10px 0px;
  position:relative;
   clear:both;

}
.container-module .title-module span{
	font-size: 18px;
	font-weight: 600;
	padding: 0 20px 0px 0px;
	z-index: 5;
	color:#000;
	position: relative;
}
.container-module .item.no-slider .product-thumb,
.container-module .item:not(.no-slider) .product-thumb{
	background:#ffffff;
}

.swiper-mod-arrow.swiper-button-disabled {
	opacity: .5;
	cursor: inherit;
}
.swiper-mod-arrow{
	position: absolute;
	top:6px;
	background: #F7F8FB;
	color:#000000;
	border-radius: 5px;
	font-size: 0;
	height: 28px;
	width: 28px;
	line-height: 28px;
	padding: 0;
	text-align: center;
	-webkit-transition:all 0.1s linear 0s;
	-moz-transition:all 0.1s linear 0s;
	-ms-transition:all 0.1s linear 0s;
	-o-transition:all 0.1s linear 0s;
	transition: all 0.1s linear 0s;
	cursor:pointer;
}
.swiper-mod-arrow:hover, .swiper-mod-arrow:active {
	background: #EAEDF7;
}
.swiper-mod-arrow .icon-arrow-prev{
	margin-right: 1px;
}
.swiper-mod-arrow .icon-arrow-next{
	margin-left: 2px;
}
.icon-arrow-prev,
.icon-arrow-next {
	width: 6px;
	height: 10px;
	color:#000;
}
.swiper-mod-arrow.prev-prod{
	right:38px;
}
.swiper-mod-arrow.next-prod {
	right:0px;
}
.product-thumb-viewed .image {
	text-align: center;
	padding-top: 10px;
}
.product-thumb-viewed .image img {
	margin-left: auto;
	margin-right: auto;
}
.product-thumb-viewed {padding-bottom: 20px;}
.product-thumb-viewed + div.product-thumb-viewed {padding-top: 20px;border-top:1px dashed #eee}
.container-module-viewed .product-name{margin-bottom: 10px;text-align: left;}
.container-module-viewed .product-name a {
	color:#000;
	font-size:13px;
	font-weight: 500;
	-webkit-line-clamp: 3;
}
.container-module-viewed .product-model{
	color:#ADB5BD;
	text-align:left;
	margin-bottom:5px;
	font-size: 12px;
}
.container-module-viewed .cart .btn-general {
	padding: 5px;
}
.container-module-viewed .cart .text-cart-add {
	display: none;
}
.product-thumb-viewed .price {
	min-height: 40px;
	display: flex;
	flex-direction: column;
	align-items: initial;
	justify-content: flex-end;
	line-height: 18px;
	text-align: left;
	margin-right: auto;
}
.product-thumb .product-name{min-height: 44px;margin-bottom: 15px;text-align: left;}
.product-thumb .product-name a {
	color:#000;
	display: -webkit-box;
	overflow: hidden;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 3;
	line-height: 20px;
	font-size: 13px;
	font-weight: 500;
}

.product-thumb .product-name a:hover {
	color:#365A95;
}
@media (min-width: 992px) {
	.product-thumb .product-name a{
		-webkit-line-clamp: 4;
		font-size:15px;
		line-height: 22px;
		font-weight: 500;
	}
}
.product-description {
	margin-bottom: 10px;
}
.container-module .product-description {
	height: 62px;
	margin-bottom: 10px;
	overflow: hidden;
	text-align: left;
}
.product-thumb .product-model{
	color:#505966;
	padding-bottom:10px;
	font-size: 11px;
	text-align: right;
}
.product-thumb .rating {
	margin-bottom: 10px;
	text-align: left;
	position: absolute;
	left:0px;
	bottom:0px;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	align-items: center;
}
.rating .rating-cnt-reviews {
	position: absolute;
	min-width: 17px;
	height: 17px;
	padding-left: 2px;
	padding-right: 2px;
	border: 2px solid #E9A631;
	border-radius: 16px;
	bottom: -3px;
	right: -2px;
	font-size: 9px;
	font-weight: 500;
	display: flex;
	align-items: center;
	justify-content: center;
	z-index: 1;
	background: #fff;
}

.product-thumb .stock-status {
	white-space: nowrap;
	overflow:hidden;
	text-overflow: ellipsis;
	display: inherit;
}
.product-thumb .stock-status.instock:before {
	content: "";
	background: #53A974;
	-webkit-mask-image: url("../image/sprite.svg#icon-sstock");
	mask-image: url("../image/sprite.svg#icon-sstock");
	width: 7px;
	height: 6px;
	margin-right: 4px;
}
.rating .product-rating-star::after {
	content: "";
	content: '';
	position: absolute;
	background: #ffffffd9;
	width: 37px;
	height: 37px;
	border-radius: 100%;
	z-index: -1;
}

.quantity-reviews {
	background: #F7F8FB;
	position: relative;
	margin-left: 8px;
	border-radius: 6px;
	width: 24px;
	height: 20px;
	display: flex;
	align-items: center;
	justify-content: center;
	text-align: center;
}
.quantity-reviews a{
	color:#000;
	font-size: 11px;
}
.rating .product-rating-star {
	width: 40px;
	height: 40px;
	border-radius: 50%;
	justify-content: center;
	position: relative;
	color: #000;
	font-size: 14px;
	font-weight: 500;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	align-items: center;
	z-index: 1;

}
.rating .product-rating-star:before {
	background: url("../image/sprite.svg#icon-rating") no-repeat;
	width: 40px;
	height: 40px;
	content: "";
	position: absolute;
}
.icon-rstar {
	width: 14px;
	height: 14px;
}
.icon-rstar.gold {
	color:#E5DB77;
}
.icon-rstar.gray {
	color:#E9ECEF;
}
.rating .no-review {
	margin-left: 3px;
}
@media (max-width: 500px) {
	.product-grid .product-thumb .cart,
	.container-module .product-thumb .cart {
		width: 100%;
		margin-top: 10px;
	}
}

.product-grid .product-thumb .cart,
.container-module .product-thumb .cart {
	margin-left: auto;
	align-items: flex-end;
}
.product-grid .product-thumb .addit-action,
.container-module .product-thumb .addit-action{
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
}


.product-grid .quickview,
.container-module .quickview,
.product-grid .quick-order,
.container-module .quick-order {
	position: relative;
	-webkit-transition:all 0.15s ease 0s;
	-moz-transition:all 0.15s ease 0s;
	-ms-transition:all 0.15s ease 0s;
	-o-transition:all 0.15s ease 0s;
	transition: all 0.15s ease 0s;
	z-index:99;
	text-align:center;
	opacity:1;
}
.product-grid .product-thumb .addit-action,
.container-module .product-thumb .addit-action {
	position: absolute;
	transition: all .15s ease 0s;
	opacity: 1;
	z-index: 2;
}
.product-grid  .product-thumb .cart,
.container-module .product-thumb .cart {
	width: auto;
	margin-left: auto;
}
@media (max-width: 992px) {
	.product-grid .product-thumb .addit-action,
	.container-module .product-thumb .addit-action {
		top:15px;
		right: 0px;
		flex-direction: column;
	}
	.product-grid .product-thumb .product-model ~ .addit-action,
	.container-module .product-thumb .product-model ~ .addit-action {
		top: 30px;
	}
	.product-grid .product-thumb .addit-action .quick-order,
	.product-grid .product-thumb .addit-action .compare,
	.container-module .product-thumb .addit-action .quick-order,
	.container-module .product-thumb .addit-action .compare,
	.product-grid .product-thumb .wishlist,
	.container-module .product-thumb .wishlist {
		margin-left: 0px;
		margin-top: 10px;
	}
}
@media (min-width: 992px) {
	.product-grid .product-thumb .wishlist,
	.container-module .product-thumb .wishlist {
		margin-left: 10px;
	}
	.product-grid .product-thumb .addit-action,
	.container-module .product-thumb .addit-action {
		opacity: 0;
		z-index: -1;
	}
	.product-grid .product-thumb:hover .addit-action,
	.container-module .product-thumb:hover .addit-action {
		z-index: 2;
	}
}



.position-no-owl .container-module .row_items .item {
	position:relative;
	margin-bottom: 20px;
}
.position-no-owl .container-module .special .item:last-child,
.position-no-owl .container-module .bestseller .item:last-child,
.position-no-owl .container-module .latest .item:last-child,
.position-no-owl .container-module .featured .item:last-child{
	margin-bottom: 0px !important;
}
.position-no-owl .container-module .special .image,
.position-no-owl .container-module .bestseller .image,
.position-no-owl .container-module .latest .image,
.position-no-owl .container-module .featured .image{
	position:inherit;
	float:left;
	width:33%;
	padding:0px;
	margin-bottom: 0px;
	min-height: auto;
	display: flex;
	align-items: center;
	align-self: normal;
	align-self: stretch;
	transition: opacity .15s ease 0s;
}
.position-no-owl .container-module .special .product-thumb .rating,
.position-no-owl .container-module .bestseller .product-thumb .rating,
.position-no-owl .container-module .latest .product-thumb .rating,
.position-no-owl .container-module .featured .product-thumb .rating{
	top: 0px;
	left: auto;
	right: 0px;
}
@media (min-width: 600px) {
	.position-no-owl .container-module .special .product-thumb .rating,
	.position-no-owl .container-module .bestseller .product-thumb .rating,
	.position-no-owl .container-module .latest .product-thumb .rating,
	.position-no-owl .container-module .featured .product-thumb .rating{
		top: -5px;
		bottom: auto;
	}
}
.position-no-owl .container-module .row_items .image img.additional-img-hover{
	padding: 15px;
	top:0px;
}
.position-no-owl .container-module .special .product-name,
.position-no-owl .container-module .bestseller .product-name,
.position-no-owl .container-module .latest .product-name,
.position-no-owl .container-module .featured .product-name {
	height: 42px;
	overflow:hidden;
}
.position-no-owl .container-module .special .product-thumb,
.position-no-owl .container-module .bestseller .product-thumb,
.position-no-owl .container-module .latest .product-thumb,
.position-no-owl .container-module .featured .product-thumb {
	flex-direction: row !important;
	align-items: center;
	border-radius:10px;
}
.position-no-owl .container-module .special .product-thumb .caption,
.position-no-owl .container-module .bestseller .product-thumb .caption,
.position-no-owl .container-module .latest .product-thumb .caption,
.position-no-owl .container-module .featured .product-thumb .caption {
	margin-bottom: 0px;
	padding-left: 15px;
	float: left;
	width: 66%;
	position: unset;
	min-height: 140px;
}

.position-no-owl .container-module .quickview, .position-no-owl .container-module .quick-order {
	bottom: auto;
	position: relative;
	right: auto;
	opacity: 1;
}
.position-no-owl .container-module .product-thumb:hover .quickview, .position-no-owl .container-module .product-thumb:hover .quick-order {
	right: auto;
	opacity: 1;
	position: relative;
}
.position-no-owl .container-module .special .product-thumb .cart,
.position-no-owl .container-module .bestseller .product-thumb .cart,
.position-no-owl .container-module .latest .product-thumb .cart,
.position-no-owl .container-module .featured .product-thumb .cart{
	margin-left: auto;
	width: auto;
}

.position-no-owl .container-module .special .product-thumb .btn-general,
.position-no-owl .container-module .bestseller .product-thumb .btn-general,
.position-no-owl .container-module .latest .product-thumb .btn-general,
.position-no-owl .container-module .featured .product-thumb .btn-general {
	padding: 5px 7px;
}
.position-no-owl .container-module .special .product-thumb .btn-general .text-cart-add,
.position-no-owl .container-module .bestseller .product-thumb .btn-general .text-cart-add,
.position-no-owl .container-module .latest .product-thumb .btn-general .text-cart-add,
.position-no-owl .container-module .featured .product-thumb .btn-general .text-cart-add {
	display: none !important;
}
.position-no-owl .container-module .special .product-thumb .addit-action,
.position-no-owl .container-module .bestseller .product-thumb .addit-action,
.position-no-owl .container-module .latest .product-thumb .addit-action,
.position-no-owl .container-module .featured .product-thumb .addit-action {
	opacity: 0;
	margin-left: 0px;
	-webkit-transition: opacity .2s ease, bottom .2s ease;
	transition: opacity .2s ease, bottom .2s ease;
	position: absolute;
	z-index: 100;
	left: auto;
	right: auto;
	width: auto;
	bottom: auto;
	top: 50%;
	flex-wrap: wrap;
	max-width: 88px;
	margin-bottom: 0px;
	align-items: flex-start;
	transform: translateY(-50%);
	flex-direction: row;
	justify-content: center;
	min-width: 85px;
}

.position-no-owl .container-module .special .product-thumb:hover .addit-action,
.position-no-owl .container-module .bestseller .product-thumb:hover .addit-action,
.position-no-owl .container-module .latest .product-thumb:hover .addit-action,
.position-no-owl .container-module .featured .product-thumb:hover .addit-action {
	opacity: 1;
	background: #fff;
}
.position-no-owl .container-module .special .product-thumb .price,
.position-no-owl .container-module .bestseller .product-thumb .price,
.position-no-owl .container-module .latest .product-thumb .price,
.position-no-owl .container-module .featured .product-thumb .price {
	margin-bottom: 0px;
}

.position-no-owl .container-module .special .product-thumb .product-name a,
.position-no-owl .container-module .bestseller .product-thumb .product-name a,
.position-no-owl .container-module .latest .product-thumb .product-name a,
.position-no-owl .container-module .featured .product-thumb .product-name a {
	font-size: 14px;
}
.position-no-owl .container-module .special .product-thumb .addit-action > div,
.position-no-owl .container-module .bestseller .product-thumb .addit-action > div,
.position-no-owl .container-module .latest .product-thumb .addit-action > div,
.position-no-owl .container-module .featured .product-thumb .addit-action > div {
	margin:4px;
}
.position-no-owl .container-module .special .product-thumb:hover .image .rating,
.position-no-owl .container-module .bestseller .product-thumb:hover .image .rating,
.position-no-owl .container-module .latest .product-thumb:hover .image .rating,
.position-no-owl .container-module .featured .product-thumb:hover .image .rating,
.position-no-owl .container-module .special .product-thumb:hover .image .ch-g-items,
.position-no-owl .container-module .bestseller .product-thumb:hover .image .ch-g-items,
.position-no-owl .container-module .latest .product-thumb:hover .image .ch-g-items,
.position-no-owl .container-module .featured .product-thumb:hover .image .ch-g-items,
.position-no-owl .container-module .special .product-thumb:hover .image .ch-g-dots,
.position-no-owl .container-module .bestseller .product-thumb:hover .image .ch-g-dots,
.position-no-owl .container-module .latest .product-thumb:hover .image .ch-g-dots,
.position-no-owl .container-module .featured .product-thumb:hover .image .ch-g-dots{
	display: none !important;
}
.position-no-owl .container-module .special .product-thumb .additional-img-hover,
.position-no-owl .container-module .bestseller .product-thumb .additional-img-hover,
.position-no-owl .container-module .latest .product-thumb .additional-img-hover,
.position-no-owl .container-module .featured .product-thumb .additional-img-hover {
	display: none;
}
.position-no-owl .container-module .special .product-thumb:hover .additional-img-hover,
.position-no-owl .container-module .bestseller .product-thumb:hover .additional-img-hover,
.position-no-owl .container-module .latest .product-thumb:hover .additional-img-hover,
.position-no-owl .container-module .featured .product-thumb:hover .additional-img-hover {
	opacity: 0;
	display: none;
}
@media (min-width: 992px) {
	.position-no-owl .container-module .special .product-thumb:hover a img.img-responsive,
	.position-no-owl .container-module .bestseller .product-thumb:hover a img.img-responsive,
	.position-no-owl .container-module .latest .product-thumb:hover a img.img-responsive,
	.position-no-owl .container-module .featured .product-thumb:hover a img.img-responsive {
		transform: none !important;
		transition: none;
		opacity: 0;
	}
}
@media (max-width: 991px) {
	.position-no-owl .container-module .special .product-thumb .addit-action,
	.position-no-owl .container-module .bestseller .product-thumb .addit-action,
	.position-no-owl .container-module .latest .product-thumb .addit-action,
	.position-no-owl .container-module .featured .product-thumb .addit-action{
		display: none !important;
	}
}
.position-no-owl .container-module .special .product-thumb .addit-action > div > .btn,
.position-no-owl .container-module .bestseller .product-thumb .addit-action > div > .btn,
.position-no-owl .container-module .latest .product-thumb .addit-action > div > .btn,
.position-no-owl .container-module .featured .product-thumb .addit-action > div  > .btn{
	background: #F7F8FB;
	box-shadow: none;
}
.position-no-owl .container-module .special .product-thumb .addit-action > div > .btn:hover,
.position-no-owl .container-module .bestseller .product-thumb .addit-action > div > .btn:hover,
.position-no-owl .container-module .latest .product-thumb .addit-action > div > .btn:hover,
.position-no-owl .container-module .featured .product-thumb .addit-action > div  > .btn:hover{
	background: #F7F8FB;
}
.position-no-owl .container-module .special .quantity_plus_minus,
.position-no-owl .container-module .special .product-model,
.position-no-owl .container-module .special .product-description,
.position-no-owl .special .stickers-ns,
.position-no-owl .container-module .bestseller .quantity_plus_minus,
.position-no-owl .container-module .bestseller .product-model,
.position-no-owl .container-module .bestseller .product-description,
.position-no-owl .bestseller .stickers-ns,
.position-no-owl .container-module .latest .quantity_plus_minus,
.position-no-owl .container-module .latest .product-model,
.position-no-owl .container-module .latest .product-description,
.position-no-owl .latest .stickers-ns,
.position-no-owl .container-module .featured .quantity_plus_minus,
.position-no-owl .container-module .featured .product-model,
.position-no-owl .container-module .featured .product-description,
.position-no-owl .featured .stickers-ns {
	display:none;
}

.product-layout .product-thumb{
	overflow:hidden;
	position:relative;
}
.ch-limit-sorts .dropdown-menu.ch-dropdown > li > a {
	text-align: center;
}
@media (max-width: 991px) {
	.ch-limit-sorts {
		-ms-flex-pack: justify !important;
		justify-content: space-between !important;
		width: 100%
	}
}
.box-sub-cat {
	padding-top: 1px;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-ms-flex-wrap: nowrap;
	flex-wrap: nowrap;
}
@media (max-width: 768px) {
	.box-sub-cat {
		overflow-x: auto;
		scrollbar-width: none;
		-ms-overflow-style: none;
	}
	.box-sub-cat .item-subc {
		flex:0 0 45%;
		max-width: 45%;
	}
}
@media (min-width: 768px) {
	.box-sub-cat {
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
	}
}

.item-subc {
	margin-bottom: 20px;
}
.subcategory {
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	flex-direction: column;
	-ms-flex-align: center !important;
	align-items: center !important;
	-ms-flex-pack: justify !important;
	justify-content: space-between !important;
	transition: none;
	padding: 15px 10px;
	overflow: hidden;
	text-align: center;
	box-shadow: 0px 0px 0px 1px #EAEDF7;
	background: #fff;
	border-radius: 10px;
	-webkit-transition: box-shadow .2s ease, border .2s ease;
	transition: box-shadow .2s ease, border .2s ease;
	height: 100%;
}
.subcategory .sc-image {
	margin-bottom: 15px;
}
.subcategory .sc-name {
	color:#000;
	padding-left: 5px;
	padding-right: 5px;
}
.subcategory img {
	margin: 0 auto;
	color:transparent;
}
.subcategory:hover {
	-webkit-box-shadow: 3px 3px 10px rgba(0,0,0,.07);
	box-shadow: 3px 3px 10px rgba(0,0,0,.07);
}
.subcategory:hover .sc-name{
	color:#0f4b82;
	text-decoration: underline;
}

.subcategory .name-wrapper {
	height: 44px;
	padding: 0 10px;
	overflow: hidden;
	color: #000;
	text-align: left;
}
.display-table {
  display: table;
  height: 100%;
  width: 100%;
  overflow:hidden;
}
.display-table-cell {
  display: table-cell;
  height: 100%;
  vertical-align: middle;
  width: 100%;
}
.btn-sort-limit {
  background: #fff;
  border-radius: 6px !important;
  border:0px;
  height: 38px;
}
.btn-sort-limit svg {
	margin-left: 8px;
}
.btn-sort-link,
.btn-limit-link {
	font-size: 12px;
	width: 100%;
	border: 0px;
	background: transparent;
	white-space: nowrap;
}
.dropdown-menu.ch-dropdown > li > button.btn-limit-link {
	text-align: center;
}
.btn-sort-link {
	text-align: left;
}
.localstorage .btn-group:active .dropdown-toggle,
.localstorage .btn-group.open .dropdown-toggle {
	box-shadow:inset 0 1px 1px rgba(0,0,0,.03);
	color:#000;
	background:#DCE0E9;
}

.localstorage .dropdown-menu.ch-dropdown{
	min-width: 80px;
	text-align: center;
	margin-top: 5px;

}
.ddm-sort {
	border-top-right-radius: 0px;
}
.ddm-limit{
	left:0 !important;
	border-top-left-radius: 0px;
}
@media (min-width: 992px) {
	.ddm-limit{
		left:auto !important;
		border-top-right-radius: 0px;
		border-top-left-radius: 8px;
	}
}
	/*PRODUCT-GRID*/
.image-category {
	float:left;
	list-style:none;
	max-width:78px;
}
#list-view .fa,
#price-view .fa,
#grid-view .fa {
	font-size:16px;
}

@media (max-width: 412px) {
	.product-grid .product-thumb .cart {
		width: 100%;
	}
}

@media (min-width: 600px) {
	.product-grid.product-layout {
		margin-top:10px;
		margin-bottom:10px;
	}

}
.product-grid .product-thumb {
	background:#ffffff;
	box-shadow: 0px 0px 0px 1px #EAEDF7;
	border-radius:8px;
	-webkit-transition: box-shadow .2s ease;
	transition: box-shadow .2s ease;

}

@media (max-width: 600px) {
	.container-module .pct_gv, .container-module .latest_gv {
		padding-bottom: 10px;
		padding-top: 10px;
	}
	.container-module:not(.carousel-mod) .item.swiper-slide,
	.container-module:not(.carousel-mod,.chm-stories) .swiper-module {
		padding-left: 0;
		padding-right: 0;
	}
	.container-module .item.no-slider.f-col-xs-6,
	.product-grid.product-layout {
		margin: 0px;
		padding: 0px;
	}
	.container-module:not(.carousel-mod) .item.swiper-slide .product-thumb,
	.container-module .no-slider .product-thumb,
	.product-grid .product-thumb {
		border-radius:0px;
	}
	.product-thumb .image a:after {
		border-radius:0px !important
	}
	.product-thumb .image {
		min-height: 8em;
	}

	.container-module .product-thumb .cart,
	.product-grid .product-thumb .cart {
		margin-top: 15px;
	}
	.container-module .product-thumb .cart,
	.container-module .product-thumb .cart .btn,
	.product-grid .product-thumb .cart,
	.product-grid .product-thumb .cart .btn{
		width: 100%;
	}
	.product-grid .product-thumb .cart .btn-general span, .container-module .product-thumb .cart .btn-general span{
		display: inline-block;
	}
}
@media (max-width: 350px) {
.container-module .item.no-slider.f-col-xs-6,
.product-layout.product-grid.col-xs-6{
	-ms-flex: 0 0 100%;
	flex: 0 0 100%;
	max-width: 100%;
}
}
@media screen and (min-width: 350px) and (max-width: 992px) {
	.container-module .item.no-slider.f-col-xs-6,
	.product-layout.product-grid.col-xs-6{
		-ms-flex: 0 0 50%;
		flex: 0 0 50%;
		max-width: 50%;
	}
}

@media (min-width: 992px) {
.product-grid .product-thumb:hover{
	-webkit-box-shadow: 3px 3px 10px rgba(0,0,0,.07);
	box-shadow: 3px 3px 10px rgba(0,0,0,.07);
	z-index: 1;
}
}
/*PRODUCT GRID*/

/*PRODUCT LIST*/
.product-layout.product-list {
	margin-top:10px;
	margin-bottom: 10px;
}

.product-list .product-thumb {
	background: #ffffff;
	box-shadow: 0px 0px 0px 1px #EAEDF7;
	-webkit-transition: box-shadow .2s ease;
	transition: box-shadow .2s ease;
	border-radius: 8px;
}
.product-list .product-thumb:hover {
	-webkit-box-shadow: 3px 3px 10px rgba(0,0,0,.07);
	box-shadow: 3px 3px 10px rgba(0,0,0,.07);
	z-index: 1;
}

@media (min-width: 992px) {
	.product-list .product-thumb.flex-column {
		flex-direction: row !important;
	}
	.product-list .product-thumb .stickers-ns{
		bottom:66px;
	}
	.product-list .product-thumb:hover .ch-g-dots {
		padding-bottom: 6px;
	}
	.product-list .product-thumb:hover .action-timer,
	.product-list .product-thumb:hover .stickers-ns{
		z-index: 1 !important;
		opacity: 1 !important;
	}
	.product-list .product-thumb .product-model {
		position: absolute;
		max-width: 25%;
		width: 100%;
		left: 0px;
	}
	.product-list .product-thumb .image {
		float: left;
		width:35%;
		margin:0 auto;
		padding-top: 20px;
		padding-bottom: 40px;
		margin-right: 25px;
	}

	.product-list .product-thumb .image a {
		height: 100%;
	}

	.product-list .product-thumb .image a img.img-responsive{
		max-height: 210px;
		width: auto;
		padding-bottom: 20px;
	}
	.product-list .product-thumb .caption {
		float:left;
		width:65%;
		padding-top: 30px;
		padding-bottom: 30px;
		margin-top: -15px;
		margin-bottom: -15px;
		padding-left: 25px;
		border-left: 1px solid #EAEDF7;
		position: unset;
	}

	.product-list .product-thumb .addit-action > div > .btn:hover {
		background: #EAEDF7;
		color: #000;
	}
	.product-list .product-name {
		min-height: auto;
		margin-bottom: 15px;
	}
	.product-list .price-actions-box .quantity_plus_minus {
		margin-left: 0px;
		margin-right: 20px;
		margin-bottom: 15px;
	}
	.product-list .price-actions-box .price {
		margin-right: auto;
		margin-bottom: 15px;
		width: 100%;
	}
	.product-list .product-thumb .cart {
		text-align: left;
		display: -webkit-box;
		display: -moz-box;
		display: -ms-flexbox;
		display: -webkit-flex;
		display: flex;
	}
	.product-list .product-model + .image .action-timer {
		top: 30px;
	}
	.product-list .product-thumb .addit-action{
		left: 0;
		flex-direction: row;
		justify-content: center;
		position: absolute;
		display: flex;
		transition: all .15s ease 0s;
		right: 0;
		transition: none;
		bottom: 0px;
	}
	.product-list .product-thumb .addit-action > div {
		position: relative !important;
		margin-bottom: 0px;
		position: relative;
		bottom: 0px;
		right: 0px;
		opacity: 1;
		visibility: visible;
		text-align: center;
		margin-bottom: 0px;
		margin-left: 5px;
		margin-right: 5px;
	}
}
@media (min-width: 1200px) {
	.product-list .product-thumb .image {
		width:25%;
	}
	.product-list .product-thumb .caption {
		width:75%;
	}
}
	/*END PRODUCT LIST*/
/*****************************/

/* --- PRODUCT PAGE --- */

.image-additional {text-align: center;}
.cloud-zoom-big {background: #fff;  margin: 0 auto;width: 100%;right: 0px;}
.mousetrap {margin: 0 auto;width: 100%;right: 0px;}

.general-image {
	text-align: center;
	position:relative;
	position: relative;
  -ms-flex: 1;
  flex: 1;
  max-width: 100%;
}
.general-image.have-images .swiper {
	padding-bottom: 20px;
}
.ch-pagination {
	bottom: 0px !important;
}
.ch-pagination .swiper-pagination-bullet{
	width: 20px;
	border-radius: 2px;
	height: 3px;
	background: #F7F8FB;
	opacity: 1;
}
.ch-pagination .swiper-pagination-bullet-active {
	background: #557DC0;
}
@media (min-width: 768px) {
	.thumbnails {
		flex-direction: row-reverse;
		display: -webkit-box;
		display: -moz-box;
		display: -ms-flexbox;
		display: -webkit-flex;
		display: flex;
		justify-content: start;
		align-items: start;
	}
	.general-image.have-images {
		width: calc(100% - 78px);
	}
	.general-image.have-images .swiper {
		padding-bottom: 0;
	}
}
.thumbnails .general-image span.thumbnail { display: inline-block; border:0px; padding:0px; margin-bottom: 0px; cursor: pointer;}
.thumbnails .general-image img { display: block; margin-left: auto; margin-right: auto; color:transparent;}

.image-additional {
	max-height: 450px;
	margin-left: -10px;
}
.swiper.image-additional .swiper-wrapper {
	flex-direction: column;
}
.swiper.image-additional:not(.swiper-initialized) .item.swiper-slide:first-child {
	opacity: 1;
}
.image-additional .swiper-slide {
	display: -ms-flexbox;
	display: flex;
	height: 90px !important;
	width: 100%;
	-ms-flex-pack: center;
	justify-content: center;
	-ms-flex-align: center;
	align-items: center;
}

.image-additional .swiper-slide{
	opacity: 0.5;
}
.image-additional .swiper-slide.swiper-slide-thumb-active {
	opacity: 1;
}
.image-additional .thumbnail {
	margin: 0;
	border: 0;
	padding: 0;
}
.image-additional .thumbnail img {margin:0px;}

.info-minimum {
	padding: 12px 15px;
	background: #fcfbef;
	color: #000;
	margin-bottom: 25px;
	border-radius: 8px;
}
.info-minimum svg {
	display: inline-block;
	vertical-align: bottom;
	margin-right: 5px;
}
.zoom-magnify { width:100%; text-align:center; }
a.zoom-magnify { width: 100%; }
.space-padding-r20 {
	padding-right:20px;
}
.space-padding-r5 {
	padding-right:5px;
}

#next-prev-box .nextprevprod{
	align-items: center;
}

.nextprevprod .popover{
   max-width:195px;
	width:195px;
}
.nextprevprod .popover.popover-prev-prod{
	left: auto !important;
	right: 25px !important;
}
.nextprevprod .popover.popover-prev-prod.bottom > .arrow {
	right:94px !important;
	left: auto !important;
	border-bottom-color:rgba(0, 0, 0, 0.03);
}
.nextprevprod .popover.popover-next-prod {
	left: auto !important;
	right: 25px !important;
}
.nextprevprod .popover.popover-next-prod.bottom > .arrow {
	right:50px !important;
	left:auto !important;
	border-bottom-color:rgba(0, 0, 0, 0.03);
}

#prev-prod-btn {
	margin-right: 10px;
}

.btn-share {
	margin-left: 10px;
}
.btn-share,
.next-product,
.prev-product{
	width: 34px;
	height: 34px;
	background: #F7F8FB;
	border-radius: 8px;
	display: flex;
	align-items: center;
	justify-content: center;
	border: 0px;
	position: relative;
	padding: 0px;
}
.btn-share:hover
.next-product .icon-next:hover,
.prev-product .icon-prev:hover {
	border: 0px;
	background: #F7F8FB;
	color: #000;
}
.popover-pr-image img {
	margin:0 auto;
}
.popover-pr-name {
	font-size:14px;
	color:#000;
	font-weight:400;
	margin-top: 15px;
	margin-bottom: 10px;
}
.nextprevprod .popover-content {
	padding: 15px;
}
.nextprevprod .popover {
	border:0px;
	box-shadow:2px 4px 18px rgba(0, 0, 0, 0.05);
	z-index: 10;
}
.nextprevprod .price {
	color: #000;
	font-size: 18px !important;
	font-weight: 600;
	line-height: 20px;
}
.nextprevprod .price .price-new span {
	color: #000;
	font-size: 18px;
	font-weight: 600;
	line-height: 20px;
}
.nextprevprod .price .price-old {
	margin-bottom: 0px !important;
}
.nextprevprod .price .price-old span {
	color: #535D67;
	text-decoration: line-through;
	font-weight: 400;
	display: block;
	font-size: 16px !important;
	line-height: 16px !important;
	margin-bottom: 2px !important;
}
.no-gutters > [class*="col-"] {
    padding-right: 0;
    padding-left: 0;
}
@media (min-width: 992px) {
	.review-product {
		overflow: hidden;
		padding-top: 2px;
		padding-bottom: 2px;
		margin-top: -2px;
		position: sticky;
		top:150px;
		margin-bottom: 0 !important;
	}
}
.review-product .product-thumb {
	border-radius: 8px;
	overflow: hidden;
	box-shadow: 0px 0px 0px 1px #EAEDF7;
	background: #ffffff;
}
@media (min-width: 768px) {
	.page-reviews {
		padding: 30px;
		border-radius: 8px;
		background: #ffffff;
		border: 1px solid #EAEDF7;
	}
}
#product.row-flex {
	margin-bottom: 30px;
}
#product .top-sticker-timer-rating {
	position: absolute;
	top: 0;
	right: 0;
	display: flex;
	flex-direction: column;
	align-items: flex-end;
}

#popup-quickview .rating,
#product .rating {
	position: relative;
	right: 0;
	top: 0px;
	z-index: 1;
	position:relative;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	align-items: center;
}

#popup-quickview .stickers-ns,
#product .image-block .stickers-ns {
	top:5px;
	position: relative;
	margin-left: 0;
	margin-right: 0;
	right:0;
	left:auto;
	display: flex;
	flex-direction: column;
	gap:8px;
}
#popup-quickview .rating + .stickers-ns,
#product .rating + .stickers-ns {
	top: 10px !important;
}
#product .image-block .stickers-ns > div {
	margin-right: 0;
}
#product .special-countdown.countdownHolder {
	top:20px;
	position: relative;
}

#product .right-block-inner {
	background:#ffffff;
	border-left: 0px;
}
#product .image-block {
	background:#ffffff;
	position: relative;
	padding: 20px 10px 10px;
	border-radius: 10px 10px 0px 0px;
}
#product .right-block-inner {
	padding: 10px 10px 20px;
}

@media (min-width: 768px) {
	#product .right-block-inner {
		padding: 20px 25px;
		border-radius: 0px 10px 10px;
	}
	#product .image-block {
		padding: 20px 25px;
	}
	.no-gutters {
		margin-left: 0px;
		margin-right: 0px;
	}
}
@media (min-width: 992px) {
	#product .right-block-inner {
		border-left: 1px solid #EAEDF7;
	}
}
.top-product-button{
	border-bottom: 1px solid #EAEDF7;
	padding-bottom: 20px;
	margin-bottom: 25px;
}
.price-action-group,
.info-product {
	border-bottom: 1px solid #EAEDF7;
	padding-bottom: 25px;
	margin-bottom: 25px;
}

/*Related Products*/
.related-products {
	display: flex;
	flex-direction: column;
	border-bottom: 1px solid #EAEDF7;
	padding-bottom: 25px;
	margin-bottom: 22px;
}
.related-products__title {
	font-size: 16px;
	color: #000000;
	margin-bottom: 20px;
	font-weight: 500;
}
.related-products__item {
	background: #F7F8FB;
	padding: 16px;
	border-radius: 8px;
	display: flex;
}
.related-products__item + .related-products__item {
	margin-top: 20px;
}
.related-products__image {
	width: 70px;
	height: 70px;
	background: #fff;
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 16px;
	overflow: hidden;
	min-width: 70px;
	margin-right: 15px;
	padding: 10px;
}
.related-products__image img {
	font-size: 0;
	color:#fff;
	margin: 0 auto;
}
.related-products__name-model {
	display: flex;
	flex-direction: column;
	margin-right: 22px;
	flex-grow: 1;
	align-self: center;
	width: 100%;
	margin-bottom: 5px;
}
.related-products__name-model a {
	color: #000000;
	margin-bottom: 5px;
}
.related-products__caption {
	display: flex;
	flex-wrap: wrap;
	flex-grow: 1;
	width: 100%;
}
.related-products__model {
	font-size:13px;
	color:#768292;
}
.related-products__price {
	margin-left: 0;
	display: flex;
	flex-direction: column;
	font-size: 16px;
	color: #000000;
	font-weight: 600;
	justify-content: center;
	min-width: 70px;
	position: relative;
}
.related-products__price .old-price {
	font-size: 14px;
	color: #000000;
	font-weight: 400;
	text-decoration: line-through;
}
.related-products__action {
	margin-left: auto;
	align-self: center;
}
.related-products__action .cart {
	margin-left: 0 !important;
}
.related-products__action .btn-general {
	width: 48px !important;
	height: 48px !important;
	min-width: 48px;
	border-radius: 16px;
	position: relative;
	padding: 5px !important;
}
.related-products__action .btn-general .add-icon-plus:before {
	content: '';
	position: absolute;
	display: block;
	width: 2px;
	top: 27%;
	bottom: 27%;
	right: calc(50% - 1px);
	left: auto;
	border-radius: 1px;
	background: #fff;
	opacity: .9;
	transform: none;
}
.related-products__action .btn-general .add-icon-plus:after {
	content: '';
	position: absolute;
	display: block;
	height: 2px;
	right: 27%;
	left: 27%;
	top: calc(50% - 1px);
	border-radius: 1px;
	background: #fff;
	opacity: .9;
}
.related-products__more-products {
	margin-top: 20px;
	text-align: center;
}
@media (min-width: 768px) {
	.related-products__caption {
		flex-wrap: nowrap;
	}
	.related-products__name-model {
		margin-bottom: 0;
		width: auto;
	}
	.related-products__price {
		margin-left: auto;
	}
	.related-products__action {
		margin-left: 20px;
	}
}
/*End Related Products*/

#product .options,
#popup-quickview .options{
	padding-bottom: 20px;
	margin-bottom: 25px;
	border-bottom: 1px solid #EAEDF7;
}
@media (max-width: 992px) {
	.sticky-left-block{position: relative; top:0px !important;}
}

@media (min-width: 992px) {
	#product .image-block {
		border-radius: 0px 0px 0px 10px;
		border-left: 1px solid #EAEDF7;
		border-bottom: 1px solid #EAEDF7;
	}
	#product .right-block-inner {
		padding: 20px 25px;
		border-radius: 0px 0px 10px 0px;
		border-right: 1px solid #EAEDF7;
		border-bottom: 1px solid #EAEDF7;
	}
	#product.tab-bottom .image-block {
		border-radius:10px 0px 0px 10px;
		border-top:1px solid #EAEDF7;
	}
	#product.tab-bottom .right-block-inner {
		border-radius:0px 10px 10px 0px;
		border-top:1px solid #EAEDF7;
	}
	.sticky-left-block{position: sticky; top:20px;}
}

#product .fix_true .sticky {
  position: fixed;
  z-index:99;

}

.stop {
  position: relative;
}

#product hr {
	margin-top: 0px;
	margin-bottom: 25px;
	border-color: #EAEDF7;
}
#product .title_short_description,
#product .title_short_attribute {
	font-size: 14px;
	color:#000;
	margin-bottom: 15px;
	font-weight: 500;
}
.short-desc-b,
.short-attr-b {
	border-bottom: 1px solid #EAEDF7;
	padding-bottom: 25px;
	margin-bottom: 25px;
}
#product .list-unstyled.product-discounts {
	border-bottom: 1px solid #EAEDF7;
	padding-bottom: 25px;
	margin-bottom: 25px;
}
#product .list-unstyled.product-discounts > li:not(:last-child){
	margin-bottom: 5px;
}

#product .product-discounts .product-discount-price {
	font-size: 14px;
	color:#000;
	font-weight: 600;
}
#product.row-flex .options {
	margin-top: 25px;
}
#product .text_short_description {
	color:#535D67;
	margin-bottom: 15px;
	font-size: 14px;
}
#product .redmore-link {
	color:#000;
	border-radius: 4px;
	background:#F7F8FB;
	padding: 4px 12px;
	font-size: 14px;
	display: inline-block;
}
#product .redmore-link:hover {
	background:#F7F8FB;
}

#product .price,
#popup-quickview .price {
	text-align:left;
	font-size:22px;
	margin-right: 20px;
	align-self: flex-end;

}
#product .price-new,
#popup-quickview .price-new {
	text-align:left;
	font-size:30px;
	display: block;
	clear: both;
	line-height: 22px;
	margin-bottom: 1px;
}
#product .price-new span,
#popup-quickview .price-new span {
	display: inline-block;
}
#product .price-old,
#popup-quickview .price-old {
	font-weight:500;
	font-size: 18px;
	float:left;
}
#product .availability .fa,
#popup-quickview .availability .fa {
	color:#23a1d1;
}

#product .cart {
	width: 100%;
	margin-top: 20px;
}
#product .cart .btn-general {
	height: 44px;
	width: 100%;
	padding: 12px 22px;
	font-size: 16px;
}
#product .btn-fastorder {
	height: 44px;
	margin-top: 20px;
	width: 100%;
	font-size: 16px;
	padding: 12px 22px;
	margin-left: 0px;
}
@media (min-width: 500px) {
	#product .cart {
		width: auto;
		margin-top: 0px;
		margin-left: auto;
	}
	#product .cart .btn-general {
		height: 54px;
		width: auto;
	}
}
@media (min-width: 650px) {
	#product .btn-fastorder {
		margin-top: 0;
		width: auto;
		height: 54px;
		margin-left: 20px;
	}
}

@media (min-width: 992px) {
	#product .btn-fastorder {
		width: 100%;
		margin-top: 20px;
		margin-left: 0px;
	}
}

@media (min-width: 1320px) {
	#product .btn-fastorder {
		width: auto;
		margin-top: 0px;
		margin-left: 20px;
	}
}

#popup-quickview .quantity-adder,
#product .quantity-adder {
   flex: 0 0 36px;
   max-width: 36px;
	z-index: 1;
	margin-right: 10px;
	line-height: 1;
	margin-right: 20px;
}
#popup-quickview .quantity-adder .add-action,
#product .quantity-adder .add-action {
	cursor: pointer;
	display: block;
	font-size: 14px;
	height: 16px;
	line-height: 10px;
	position: relative;
	text-align: center;
	width: 36px;
	background: #fff;
}

#popup-quickview .quantity-adder .add-action:hover,
#product .quantity-adder .add-action:hover {
	background:#F7F8FB;
}

#popup-quickview .quantity-adder .add-down,
#product .quantity-adder .add-down {
	border-radius: 0px 0px 8px 8px;
	border-left: 1px solid #EAEDF7;
	border-right: 1px solid #EAEDF7;
	border-bottom: 1px solid #EAEDF7;
}
#popup-quickview .quantity-adder .add-up,
#product .quantity-adder .add-up {
	border-radius: 8px 8px 0px 0px;
	border-left: 1px solid #EAEDF7;
	border-right: 1px solid #EAEDF7;
	border-top: 1px solid #EAEDF7;
}
#popup-quickview .quantity-adder .quantity-number input,
#product .quantity-adder .quantity-number input {
	display: inline-block;
	height: 22px;
	width:36px;
	padding: 0px 2px;
	text-align: center;
	border-radius:0px;
	border-left: 1px solid #EAEDF7;
	border-right: 1px solid #EAEDF7;
	border-top:0px;
	border-bottom:0px;
	vertical-align:top;
	box-shadow:none;
	color:#000;
}

#product .panel h1 {
	margin-top:5px;
}
#product .info-group,
#popup-quickview .info-group {
	margin-top: 20px;
	-ms-flex: 0 0 100%;
	flex: 0 0 100%;
	max-width: 100%;
}

.info-product-reward {
	color: #000;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}
.info-product-reward .reward-icon {
	width: 26px;
	height: 26px;

	background: linear-gradient(180deg, #FE6B22 0%, #FDAC53 100%);
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	border-radius: 50px;
	margin-right: 10px;
}
.info-product-reward .qty-reward {
	font-weight: 500;
	color:#FF671F;
	margin-right: 5px;
}
#product .points,
#popup-quickview .points {
	flex:0 0 100%;
	min-width: 100%;
	font-size: 14px;
	margin-top: 10px;
	color:#000;
	opacity: 1;
}

#product .stock_status_success,
#popup-quickview .stock_status_success {
	color: #53A974;
	font-size: 14px;
	display:inline-flex;
	background:#F0FAF4;
	height: 24px;
	padding: 4px 10px;
	border-radius: 4px;
	align-items: center;
	justify-content: center;
}
#product .stock_status_success::before,
#popup-quickview .stock_status_success::before {
	content: "";
	background: #53A974;
	-webkit-mask-image: url("../image/sprite.svg#icon-sstock");
	mask-image: url("../image/sprite.svg#icon-sstock");
	width: 7px;
	height: 6px;
	margin-right: 4px;
}
#product .stock-quantity_success,
#popup-quickview .stock-quantity_success {
	background-color: #F0FAF4;
	border-radius: 4px;
	color: #53A974;
	padding: 2px 8px;
	margin-left:10px;
	position:relative;
	display:inline-flex;
	align-items: center;
	justify-content: center;
	height: 24px;
}

#product .stock-quantity_success:before,
#popup-quickview .stock-quantity_success:before{
	content:'';
	position:absolute;
	border-top:5px solid transparent;
	border-bottom:5px solid transparent;
	border-right:7px solid #F0FAF4;
	left:-5px;
	top:7px;
}

#product .qty-not-in-stock,
#popup-quickview .qty-not-in-stock {
	background-color: #FFE9E8;
	border-radius: 4px;
	color: #B70B0B;
	padding: 2px 8px;
	position: relative;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	height: 24px;
}


#product .list-unstyled > li,
#popup-quickview .list-unstyled > li {
  font-size: 14px;
  margin:1px 0px;
}
/*****************************/
footer .copyright {
	margin-top: 0px;
	text-align: left;
	color: #000;
}
footer.ch-light-theme {
	color:#000;
}
footer.ch-dark-theme {
	color:#fff;
}
footer .sficon {
	background: #fff;
	box-shadow: 2px 3px 16px rgba(0, 0, 0, 0.02);
	margin-right: 4px;
	margin-bottom: 4px;
	text-align: center;
	display: inline-block;
	width: 34px;
	height: 34px;
	border-radius: 8px;
}
footer .sficon.slink {
	cursor: pointer;
}
footer .sficon i {
	color: #000;
	font-size: 18px;
	line-height: 34px;
}
footer .sficon:hover i {
	 color: #fff;
}
footer .newsletter {
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin-top: 20px;
	margin-bottom: 75px;
	position: relative;
}
#error-msg {
	display: block;
	position: absolute;
	top: -25px;
	right: 10px;
}
footer .icon-newsletter {
	margin-right: 30px;
	height: 40px;
}
footer .title-nl {
	font-size: 16px;
	text-align: left;
	white-space: nowrap;
	line-height: 16px;
	padding: 10px 0px;
	margin-right: 20px;
	margin-bottom: 0px;
	font-weight: 600;
}
footer .title-nl div:nth-child(1) {
	margin-bottom: 8px;
}
footer.ch-dark-theme .title-nl{
	color: #fff;
}
footer.ch-light-theme .title-nl{
	color: #000;
}
footer .newsletter .input-group {
	position: relative;
	flex: 0 1 40%;
	margin-left: auto;
	width: 40%;
}
footer .newsletter .form-control, footer .newsletter .form-control:focus {
	border: 0px;
	border-bottom-right-radius: 0px;
	border-top-right-radius: 0px;
	border-bottom-left-radius: 12px;
	border-top-left-radius: 12px;
	color: #222;
	display: block;
	height: 68px;
	line-height: 1;
	padding: 8px 15px 8px;
	width: 100%;
	font-size: 14px !important;
	box-shadow: none !important;
}
footer .igb-nl {
	background: #fff;
	border: 0px;
	border-bottom-right-radius: 12px;
	border-top-right-radius: 12px;
	border-left: 0px;
	padding-right: 10px;
}
footer.ch-dark-theme .igb-nl,
footer.ch-dark-theme .newsletter .form-control, footer.ch-dark-theme .newsletter .form-control:focus {
	background: #fff;
}
footer.ch-light-theme .igb-nl,
footer.ch-light-theme .newsletter .form-control, footer.ch-light-theme .newsletter .form-control:focus {
	background: #fff;
}
footer .newsletter .form-control::placeholder {
	color: #939393;
	font-size: 14px;
}
footer .btn-newsletter {
	border-radius: 10px !important;
	color: #fff;
	background-color: var(--btn-newsletter-bg);
	border: 0px;
	vertical-align: baseline;
	margin-right: 0px;
	padding: 5px 25px;
	height: 50px;
	font-size: 14px;
}
footer .btn-newsletter:hover, footer .btn-newsletter:active, footer .btn-newsletter:focus {
    background-color: var(--btn-newsletter-hover);
    border:0px;
    color:#ffffff;
}
footer.ch-light-theme .btn-newsletter {
	box-shadow: 2px 2px 12px rgba(0,0,0,0.07);
}
/* --- FOOTER --- */
footer .two-c-pc {
	margin-bottom: 30px;
	column-count: 2;
	column-gap: 15px;
}
footer {
	font-size:14px;
	margin-top: 25px;
	color: #ADB5BD;
}
footer .footer-top{
	padding-top: 40px;
	padding-bottom: 15px;
}
footer .footer-bottom{
	padding-top: 15px;
	padding-bottom: 5px;
}
footer .footer-center {
	padding-top: 10px;
	padding-bottom: 10px;
}
footer .social_footer {
	padding-top: 10px;
}
footer a {
	font-size: 14px;
}
footer.ch-dark-theme {
	color: #ADB5BD;
}
footer.ch-dark-theme .footer-top,
footer.ch-dark-theme .footer-center,
footer.ch-dark-theme .footer-bottom{
	background-color:#122538;
}
footer.ch-dark-theme a {
	color: #ADB5BD;
}
footer.ch-dark-theme a:hover {
	color: #fff;
}
footer.ch-dark-theme .title-f,
footer.ch-dark-theme .title-f-contact {
	color: #fff;
}

footer.ch-light-theme {
	color: #535D67;
}
footer.ch-dark-theme .icon-newsletter svg rect,
footer.ch-dark-theme .icon-newsletter svg path {
	stroke:#fff;
}
footer.ch-light-theme .footer-top,
footer.ch-light-theme .footer-center,
footer.ch-light-theme .footer-bottom{
	background-color:#F7F8FB;
}
footer.ch-light-theme a {
	color: #535D67;
}
.ch-payments {
	margin-top: 0;
	margin-bottom: 0;
}
.ch-payments ul {
	margin-bottom: 0;
}
.ch-payments span {
	display: inline-block;
	box-shadow: 2px 3px 16px rgba(0, 0, 0, 0.02);
	margin-right: 4px;
	margin-bottom: 8px;
	border-radius: 8px;
}
.ch-payments span.plink {
	cursor: pointer;
}
.ch-payments span img {
	border-radius: 8px;
}
footer.ch-light-theme a:hover {
	text-decoration: underline;
	color: #000;
}
footer.ch-dark-theme a:hover {
	color: #fff;
}
footer.ch-light-theme .title-f,
footer.ch-light-theme .title-f-contact{
	color: #000;
}

footer .title-f,
footer .title-f-contact {
	font-size: 16px;
	margin-bottom: 15px;
	font-weight: 600;
}
footer ul.list-unstyled li {
	display: block;
	margin-top: 6px;
}
.footer-contact ul.list-unstyled li {
	line-height: 18px;
}
footer ul.list-unstyled.two-c-pc li {
	line-height: 20px;
}
footer .fa-width {
	width:20px;
}
#gmap_footer {
	width: 100%;
	height: 285px;
	border:4px solid #424242;
	border-radius:4px;
}
.open-full-screen {
  color: #000;
}
.normal-screen {
  color: #000;
}
.title_popap_marker {
	font-size:14px;
	color:#333333;
	font-weight:bold;
}
.description_popap_marker {
	font-size:12px;
	color:#666666;
}

.close-viewed-pc {
	position: absolute;
	right: 10px;
	bottom:-100px;
	opacity: 0;
	-webkit-transition: bottom .3s ease, opacity .3s ease-in-out;
	transition: bottom .3s ease, opacity .3s ease-in-out;
	z-index: -1;
}
.close-viewed-pc.active-viewed {
	bottom: 70px;
	opacity: 1;
}
.btn-close-viewed {
	border:0px;
	background:#CED4DA;
	width: 44px;
	height:44px;
	border-radius:10px;
	box-shadow:none;
	line-height: 26px;
	display: inline-block;
	padding: 8px 14px;
	-webkit-transition: background .2s ease;
	transition: background .2s ease;
	box-shadow:none !important;
}
.btn-close-viewed:hover {
	background:#DEE2E6;
}
.btn-close-viewed .icon-vb-close {
	width: 16px;
	color:#000;
	height: 16px;
}
.btn-back-top {
	border:0px;
	background:#DCE0E9;
	width: 44px;
	height:44px;
	border-radius:10px;
	box-shadow:none;
	line-height: 29px;
	display: inline-block;
	padding: 8px 14px;
	-webkit-transition: background .2s ease;
	transition: background .2s ease;
	box-shadow:none !important;
}
.btn-back-top:hover {
	background:#BFC4D0;
}
.f-column {
	display: flex;
	flex-wrap: wrap;
	flex-direction: row;
	padding-left: 0px;
	padding-right: 0px;
}
@media (max-width: 992px) {
	footer .footer-contact {column-count:2;margin-bottom: 20px;}
	footer .newsletter {flex-wrap:wrap;justify-content: start;margin-bottom: 40px;}
	footer .icon-newsletter {margin-right: 15px;margin-bottom: 15px;}
	footer .icon-newsletter i{font-size: 34px;}
	footer .newsletter .title-nl {padding:0px;text-align:left;margin-bottom: 15px; margin-right: 0px;white-space: normal;}
	footer .newsletter .input-group {width: 100%;flex-basis: 100%;}

}
@media (min-width: 768px) {
	footer .two-c-pc {display: block !important;}
	footer.type-footer-1 .two-c-pc {margin-bottom: 20px;column-count:2;}
}
footer .ch-socials {
	margin-top: 10px;
}
footer .ch-socials ul {
	margin-bottom: 0px;
}
.copyright__payments {
	padding-top: 12px;
	padding-bottom: 12px;
}
.ch-payments {
	padding-right: 0px;
}
#logo-footer {
	padding-right: 30px;
}
@media (min-width: 992px) {
	.copyright__payments {
		padding-top: 15px;
		padding-bottom: 15px;
	}
	.ch-payments {
		padding-right: 45px;
	}
}
@media (max-width: 767px) {
	.ch-payments {
		justify-content: center;
		margin-bottom:15px;
	}
	footer .footer-top {
		padding-bottom: 20px;
	}
	footer .ch-lc {
		order:1;
	}
	footer .ch-socials {
		margin-top: 0px;
		margin-bottom: 15px;
	}
	footer .center-fb {
		display: -ms-flexbox;
		display: -webkit-flex;
		display: flex;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
	}
	.footer .footer-top {padding-top: 20px;}
	footer .footer-contact {text-align: center; margin-bottom:0px; margin-top: 20px; column-count:1;}
	#logo-footer {margin-bottom: 15px;}
	#logo-footer img {margin: 0 auto;}
	footer .newsletter {margin-bottom: 10px;}
	footer .newsletter .title-nl {margin-bottom: 20px;}
	footer .newsletter .title-nl div:nth-child(1){font-size:16px;}
	footer .newsletter .title-nl div:nth-child(2){font-size:16px;}

	footer .two-c-pc {
		margin-bottom: 5px;
		padding: 0px 0px 10px 20px;
		column-count:1;
		display: none;

		border-radius:0px 0px 5px 5px;
	}
	footer .two-c-pc > li {margin-right: 20px;}
	footer .newsletter .form-control, footer .newsletter .form-control:focus {height: 56px;}
	footer .btn-newsletter {height: 38px;}
	footer .title-f {
		cursor: pointer;
		font-size: 16px;
		margin-top: 15px;
		margin-bottom: 0px;
		padding: 20px;
		border-radius: 5px;
		position: relative;
		transition: border-radius .1s;
	}

	footer .title-f.show-info {
		border-radius:5px 5px 0px 0px;
	}
	footer .title-f:after {
		font-family: FontAwesome;
		content:"\f107";
		position: absolute;
		right: 20px;
		width: 24px;
		height:24px;
		line-height: 24px;
		text-align: center;
		background:#122538;
		border-radius:5px;
	}
	footer.ch-dark-theme .two-c-pc {
		background: #223446;
	}
	footer.ch-dark-theme .title-f{
		color: #fff;
		background: #223446;
	}
	footer.ch-dark-theme .title-f:after {
		background:#122538;
	}
	footer.ch-light-theme .two-c-pc {
		background: #fff;
		padding-bottom: 15px;
	}
	footer.ch-light-theme .title-f{
		color: #000;
		background: #fff;
	}
	footer.ch-light-theme .title-f:after {
		background:#F7F8FB;
	}
}
@media (max-width: 430px) {
	footer .icon-newsletter {display: none;}
}

.tab-content .item {
  min-height: 320px;
}
.box-banner-container{background:#F7F8FB;padding:30px 0px;}
.block-banner-footer {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	align-items: center;
	overflow: hidden;
	position: relative;
	margin-bottom:5px;
	flex-direction: column;
}

.block-banner-footer .image-banner-footer {height:50px;}
.block-banner-footer .image-banner-footer img{font-size: 0px;}
.block-banner-footer .icon-banner-footer {width: 50px;text-align:center;margin-right: 5px;}
.block-banner-footer .icon-banner-footer span { height: 50px; width: 50px;display:inline-block; }
.block-banner-footer .icon-banner-footer i.fa {font-size: 24px;line-height: 50px;color:#7a7a7a;}
.block-banner-footer .text-footer-banner{margin-top: 12px;}
.block-banner-footer .text-footer-banner .banner-title-footer{font-size: 14px;color:#000;text-align: center;}
.block-banner-footer .text-footer-banner .banner-description-footer{font-size: 14px;color:#000;text-align: center;}
@media (max-width: 992px) {
.banner-footer{
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	flex-direction: row;
	flex-wrap:wrap;
}
}
.footer-ribbon-box::after {
	background-color: var(--ribbon-bg-after);
	content: "";
	display: block;
	height: 21px;
	right: -4px;
	position: absolute;
	top: 0;
	width: 22px;
	z-index: -1;
	display: inline-block;
	 -moz-transform: skew(3deg, 0deg);
	 -webkit-transform: skew(3deg, 0deg);
	 -o-transform: skew(3deg, 0deg);
	 -ms-transform: skew(3deg, 0deg);
	transform: skew(3deg, 0deg);
	border-radius: 0px 6px 0px;
}
.footer-ribbon-box {
	position: absolute;
	top: -21px;
	max-width: 93vw;
}
@media (max-width: 360px) {
	.footer-ribbon-box {display: none;}
}
.footer-ribbon {
	background-color: var(--ribbon-bg);
	padding: 10px 20px;
	border-radius: 8px;
	height: 42px;
	-moz-transform: skew(-15deg, 0deg);
	-webkit-transform: skew(-15deg, 0deg);
	-o-transform: skew(-15deg, 0deg);
	-ms-transform: skew(-15deg, 0deg);
	transform: skew(-15deg, 0deg);
}
.footer-ribbon span {
	color: #fff;
	font-size: 16px;
	line-height: 22px;
	display: inline-block;
	-moz-transform: skew(15deg, 0deg);
	-webkit-transform: skew(15deg, 0deg);
	-o-transform: skew(15deg, 0deg);
	-ms-transform: skew(15deg, 0deg);
	transform: skew(15deg, 0deg);
}
.pos-rel {
	position: relative;
	z-index: 1;
}
.product-price .product-thumb .additional-img-hover {
	top:0px;
}
.product-price .product-thumb .image {
	border-left: solid 1px #EAEDF7;
	border-right: solid 1px #EAEDF7;
	max-width: 80px;
	padding: 12px;
	width: 80px;
	min-width: 80px;
	margin-bottom: 0px;
	min-height: 5em;
	order: -1;
}
.product-price .product-thumb .image a {
	padding: 0px;
}
.product-price {
	overflow:hidden;
}
.product-price .editproducts {
	display:none;
}
.product-price:first-child {
	margin-top: 10px;
}
.product-price:first-child .product-thumb{
	border-radius:8px 8px 0 0;
}
.product-price:last-child {
	margin-bottom: 10px;
}
.product-price:last-child .product-thumb{
	border-radius:0 0 8px 8px;
}

.product-price:nth-child(n+1) .product-thumb{
	border-top:solid 1px #EAEDF7;
}
.product-price:last-child .product-thumb{
	border-bottom:solid 1px #EAEDF7;
}
.product-price .product-model {
	margin-bottom: 0px;
	min-height: auto;
	margin-right: auto;
	text-align: left;
	padding: 10px;
	width: 100px;
	max-width: 100px;
	min-width: 100px;
	align-self: center;
}
.product-price .product-thumb {
	flex-direction: row !important;
	background:#ffffff;
	padding: 0;
}
.product-price .product-thumb .caption {
  margin-bottom: 0px;
  padding: 0px;
  flex-direction: row !important;
}
.product-price .product-thumb > div:last-child {
	border-left: none;
	border-right: 1px solid #EAEDF7;
}
.product-price .product-thumb .caption .product-name {
	margin-bottom: 0px;
	min-height: auto;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	margin-right: auto;
	text-align: left;
	padding: 10px;
	min-width: 150px;
	border-right: solid 1px #EAEDF7;
	flex:1;
	align-items: center;
	order:-1;
}
.product-price .product-thumb .product-model ~ .caption .product-name {
	border-left: solid 1px #EAEDF7;
}
.product-price .product-thumb .caption .box-stock-status{
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	padding: 10px;
	align-items: center;
	margin-bottom: auto;
}
.product-price .product-thumb .caption .box-stock-status .stock-status {
	margin-bottom: 0px;
	-ms-flex-item-align: center;
	align-self: center;
}
.product-price .product-thumb .caption .product-model {
	margin-bottom: 0px;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	align-items: center;
	padding: 10px;
	min-width: 90px;
	text-align: center;
	vertical-align: middle;
	width: 90px;
	border-left: solid 1px #EAEDF7;
	margin-right: 0px;
	margin-top: 0 !important;
}
.product-price .product-thumb .caption .price-actions-box {
	margin-top: 0px !important;
	border-left: solid 1px #EAEDF7;
}
.product-price .product-thumb .caption .price-actions-box .price {
	padding-right: 10px;
	padding: 10px;
	min-width: 100px;
	width: 100px;
	align-items: center;
}
.product-price .product-thumb .caption .price-actions-box .price .price-old{
	line-height: 18px;
}
.product-price .product-thumb .caption .price-actions-box .cart {
	width: auto;
	padding-left: 10px;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	padding: 10px 20px;
	border-left: solid 1px #EAEDF7;
	align-items: center;
}
.product-price .product-thumb .caption > div:nth-child(3){
	margin-top: 0;
}
.product-price .product-thumb .price {
	justify-content: center;
}
.product-price .product-thumb .ch-stock-status {
	padding: 10px;
	justify-content: center !important;
	width: 120px;
	max-width: 120px;
}
.product-price .product-thumb .stock-status {
	margin-bottom: 0;
	align-self: center;
}
.product-price .product-thumb .caption .price-actions-box .quantity_plus_minus {
	margin-bottom: 0px;
	align-self: center;
	padding-right: 10px;
}
.product-price .product-thumb .btn-fastorder {box-shadow:none;background: #F7F8FB;}

.product-price .product-thumb .image a:after,
.product-price .product-thumb .image .action-timer,
.product-price .product-thumb .image .addit-action,
.product-price .product-thumb .caption .product-description,
.product-price .product-thumb .image .rating,
.product-price .product-thumb .sticker-ch-pd.procent-skidka,
.product-price .product-thumb .image .stickers-ns,
.product-price .product-thumb .caption .price-actions-box .cart .btn-general span.text-cart-add{
	display:none !important;
}
.product-price .product-thumb .caption .cart .btn-general {
	padding: 5px 7px;
}
#bar{
  width: 0%;
  max-width: 100%;
  height: 4px;
  background: #2B8CDB;
}
#progressBar{
  width: 100%;
  background: #cccccc;
}

/*MODAL*/
.chm-modal.modal-dialog {
	z-index:1052;
}
.chm-modal .modal-content {
	border-radius: 8px;
	box-shadow: none;
	border: 0px;
}
.chm-modal .close-modal {
	background-image: url("../image/sprite.svg#icon-close");
	cursor: pointer !important;
	font-size: 0px;
	height: 26px;
	outline: medium none;
	position: absolute;
	right: 17px;
	top: 17px;
	width: 26px;
	z-index: 1060;
	text-align: center;
	line-height: 25px;
	border: 1px solid #EAEDF7;
	border-radius: 6px;
	background-position: center;
	background-repeat: no-repeat;
	opacity: 1;
	background-color: #ffffff;
	background-size: 10px;
}
.chm-modal .close-modal:hover {
	background-image: url("../image/sprite.svg#icon-close");
	border: 1px solid #fff;
	box-shadow: 0px 2px 4px rgba(0,0,0,0.067);
}
.chm-modal .modal-header {
	padding: 15px 60px 15px 20px;
	border-bottom: 1px solid #EAEDF7;
	height: 60px;
	position: relative;
}
.chm-modal .modal-header:after {
	content: "";
	position: absolute;
	top: 0px;
	right: 60px;
	height: 100%;
	border-right: 1px solid #EAEDF7;
}
.chm-modal .modal-header .modal-title{
	font-size: 16px;
	font-weight: 600;
	line-height: 30px;
}
.chm-modal .modal-body{
	padding: 20px;
	border: 0px;
}
.chm-modal .modal-footer {
	padding: 15px 20px 20px;
	border: 0px;
	text-align: left;
}
.chm-modal .modal-body + .modal-footer {
	padding: 0px 20px 20px;
}
.chm-modal .form-group {
	margin-bottom: 25px;
}
.chm-modal .form-group ~ div.form-group:last-child {
	margin-bottom: 0 !important;
}
.chm-modal input.form-control {
	border: 1px solid #EAEDF7;
	box-shadow: none;
	color: #000000;
	background-color: #FCFCFC;
	border-radius: 6px;
	padding: 10px 62px 10px 20px;
	height: 44px;
}
.chm-modal textarea.form-control {
	border: 1px solid #EAEDF7;
	box-shadow: none;
	color: #000000;
	background-color: #FCFCFC;
	border-radius: 6px;
	padding: 10px 20px;
	height: 66px;
}
.chm-modal .form-group.field_required:before{
	content: "*";
	position: absolute;
	left: 10px;
	top: 10px;
	color: #f56b6b;
	width: 8px;
	height: 14px;
	z-index: 9;
}
.chm-modal [class^="col-"].form-group.field_required:before {
	left:20px;
}
.chm-modal input.form-control:focus,
.chm-modal textarea.form-control:focus {
	box-shadow: 0px 0px 0px 2px #CBDBF8;
	background-color: #fff;
	border-color: #FFF;
}
.chm-modal input + label.chm-input-icon {
	position: absolute;
	top: 11px;
	right: 0px;
	width: 60px;
	text-align: center;
}
.chm-modal .col-xs-12.form-group input + label.chm-input-icon {
	right: 10px;
}
.chm-modal .form-group label.chm-input-icon:before {
	content: '';
	position: absolute;
	top: -3px;
	height: 28px;
	left: 0px;
	border-left: 1px solid #EAEDF7;
}
.modal-dialog {
	margin: 1rem 1rem;
}
.modal-dialog-centered {
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-ms-flex-align: center;
	align-items: center;
	min-height: calc(100% - 1rem);
}
.chm-modal .modal-content {
	position: relative;
	display: flex;
	flex-direction: column;
	width: 100%;
	border: 0px;
}

.chm-modal.modal.in .modal-dialog {
	-webkit-transform: none;
	-ms-transform: none;
	-o-transform: none;
	transform: none;
}
/*END MODAL*/
@media (min-width: 500px) {
	.modal-dialog {
		margin: auto;
	}
	.chm-modal.sm-modal-4{
		max-width: 400px;
		width: 400px;
	}
}
@media (min-width: 768px) {
	.modal-dialog {
		margin: 1.75rem auto;
	}
	.modal-dialog-centered {
		min-height: calc(100% - 3.5rem);
	}
	.chm-modal .modal-header {
		padding-left: 30px;
	}
	.chm-modal .modal-body {
		padding: 30px;
	}
	.chm-modal .modal-footer {
		padding: 20px 30px 30px;
	}
	.chm-modal .modal-body + .modal-footer {
		padding: 0px 30px 30px;
	}
}
.form-group,
.field_required{
	position: relative;
}

#login-form-popup .forgotten-pass {
	margin-top: 20px;
	text-align: right;
}
#login-form-popup .forgotten {
	color:#557DC0;
}
#login-form-popup .forgotten:hover {
	color:#4A71B1;
	text-decoration: underline;
}

.form-group.message {
	margin-bottom: 0px;
}
.form-group.message .alert {
	margin-bottom: 15px;
}

#product i.required {
    color: #e4003a;
}
#product .btn-fastorder .btn-icon-fastorder {
	margin-right: 5px;
}

#product-options .image-radio,
#popup-quickorder .image-radio,
#popup-quickview .image-radio,
#product .image-radio,
#product-options .radio-checbox-options,
#popup-quickorder .radio-checbox-options,
#popup-quickview .radio-checbox-options,
#product .radio-checbox-options {
  display: inline-block;
  margin-right: 6px;
}

#product-options .image-radio input,
#popup-quickorder .image-radio input,
#popup-quickview .image-radio input,
#product .image-radio input,
#product-options .radio-checbox-options input,
#popup-quickorder .radio-checbox-options input,
#popup-quickview .radio-checbox-options input,
#product .radio-checbox-options input {
  display: none;
}

#product-options .radio-checbox-options label,
#popup-quickorder .radio-checbox-options label,
#popup-quickview .radio-checbox-options label,
#product .radio-checbox-options label {
	border-radius: 4px;
	cursor: pointer;
	padding: 10px 8px;
	font-size: 14px;
	margin-bottom: 10px;
	background-color: #F7F8FB;
	height: 40px;
	min-width: 60px;
	text-align: center;
}

#product-options .image-radio input:checked + label,
#popup-quickorder .image-radio input:checked + label,
#popup-quickview .image-radio input:checked + label,
#product .image-radio input:checked + label,
#product-options .radio-checbox-options input:checked + label,
#popup-quickorder .radio-checbox-options input:checked + label,
#popup-quickview .radio-checbox-options input:checked + label,
#product .radio-checbox-options input:checked + label,
#product-options .image-radio label:hover,
#popup-quickorder .image-radio label:hover,
#popup-quickview .image-radio label:hover,
#product .image-radio label:hover,
#product-options .radio-checbox-options label:hover,
#popup-quickorder .radio-checbox-options label:hover,
#popup-quickview .radio-checbox-options label:hover,
#product .radio-checbox-options label:hover {
	box-shadow: 0px 0px 0px 3px #CBDBF8;
}

#product-options .image-radio label,
#popup-quickorder .image-radio label,
#popup-quickview .image-radio label,
#product .image-radio label {
	border-radius: 4px;
	cursor: pointer;
	background-color: #F7F8FB;
	min-height: 40px;
	min-width: 40px;
	text-align: center;
	padding: 7px;
}

#product-options .image-radio img,
#popup-quickorder .image-radio img,
#popup-quickview .image-radio img,
#product .image-radio img {
	border: 0px;
	border-radius: 5px;
	cursor: pointer;
}

#product-options .image-radio input:checked +img,
#popup-quickorder .image-radio input:checked +img,
#popup-quickview .image-radio input:checked +img,
#product .image-radio input:checked +img{
	border-color: #334150;
	border-width:1px;
}

@media (max-width: 768px) {
	#product-options .image-radio img,
	#popup-quickorder .image-radio img,
	#popup-quickview .image-radio img,
	#product .image-radio img{
		max-width: 40px;
	}
}

#product-options .options .text-danger,
#popup-quickorder .options .text-danger,
#popup-quickview .options .text-danger,
#product .options .text-danger {
  background: #eee none repeat scroll 0 0;
  border: 1px solid #ccc;
  padding: 2px 9px 3px;
  position: absolute;
  top: -6px;
  border-radius:4px;
}

#product-options .options .form-group,
#popup-quickorder .options .form-group,
#popup-quickview .options .form-group,
#product .options .form-group {
	margin-bottom:15px;
	position:relative;
}

#product-options .options .form-group:last-child,
#popup-quickview .options .form-group:last-child,
#product .options .form-group:last-child {
	margin-bottom: 0;
}
#product-options .options .form-group .control-label,
#popup-quickorder .options .form-group .control-label,
#popup-quickview .options .form-group .control-label,
#product .options .form-group .control-label {
	margin-bottom: 10px;
	font-size: 14px;
	font-weight: 500;
	color:#000;
}
.form-group .text-danger{
	margin-top: 10px;
}
.form-group .text-danger,
.form-group.option-error .control-label{
	color: #E72121 !important;
}
#product-options .options .color-option,
#popup-quickorder .options .color-option,
#popup-quickview .options .color-option,
#product .options .color-option {
	cursor: pointer;
	display: inline-block;
	height: 26px;
	padding: 0;
	vertical-align: middle;
	width: 26px;
	border-radius: 3px;
}

#product-options .price-old{
	font-weight: 400;
	font-size: 18px;
	float: left;
	margin-bottom: 10px;
}
#product-options .price,
#product-options .price-new{
	text-align: left;
	font-size: 30px;
	display: block;
	clear: both;
	line-height: 22px;
	margin-bottom: 1px;
	font-weight: 600;
	color:#000;
	min-height: auto;
}
#product-options .btn-general{
	height: 54px;
	width: auto;
	padding: 12px 22px;
	font-size: 16px;
}
#product-options .options {
	padding-bottom: 20px;
	border-bottom: 1px solid #EAEDF7;
}
#product-options .info-options-bottom {
	-ms-flex-pack: justify !important;
	justify-content: space-between !important;
	align-items: flex-end;
}
#product-options .quantity_plus_minus {
	margin-right: 20px;
}
#product-options .chm-price-totals {
	margin-right: auto;
}
#product-options .quantity_plus_minus .add-action {
	height: 16px;
}
#product-options .quantity_plus_minus input.quantity-num {
	height: 20px;
}

.info-rating,
.info-model,
.info-sku,
.info-weight,
.info-dimension {
	margin-bottom: 10px;
	font-size: 14px;
	color:#535D67;
}

.info-model span,
.info-sku span,
.info-weight span,
.info-dimension span {
	color: #000;
	font-weight: 600;
}
.info-product-stock {
	order:4;
}
.info-manufacturer {
	text-align: left;
	color:#535D67;
	margin-bottom: 10px;
}
.info-model + .info-manufacturer {
	order:2;
}
.info-sku + .info-manufacturer {
	order:4;
}
.info-model + .info-product-stock {
	justify-content: flex-end;
}
.info-manufacturer a {
	color:#0045C0;
}
.info-product .col-6{
	-ms-flex: 0 0 100%;
	flex: 0 0 100%;
	max-width: 100%;
}

.info-product div.col-6:nth-child(2n+2){
	text-align: left;
}
@media (min-width: 600px) {
	.info-product-stock {
		order:3;
	}
	.info-product .col-6 {
		-ms-flex: 0 0 50%;
		flex: 0 0 50%;
		max-width: 50%;
	}
	.info-product div.col-6:nth-child(2n+2){
		text-align: right;
	}
	.info-manufacturer {
		text-align:right;
	}
}

.custom-block-products .item-cbp:last-child > div{
	margin-bottom: 5px;
}
.custom-block-products .title-module {
	margin-bottom: 15px;
	margin-top: 20px;
	font-size: 14px;
	color:#000;
}
.custom-block-products .title-custom-block-product {
	font-size:16px;
	font-weight:600;
	margin-bottom: 10px ;
}
.custom-block-product {
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	align-items: center;
	margin-bottom: 20px;
}
.custom-block__link {
	cursor: pointer;
}
.custom-block-product .image {
	width: 55px;
	height: 55px;
	background: #F7F8FB;
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
	min-width: 55px;
	margin-right: 20px;
}
.custom-block-product a,
.custom-block-product a:hover{
	text-decoration: none;
}
.custom-block-product .text .custom-block-title {
	font-weight: 500;
	font-size: 14px;
	color: #000000;
	margin-bottom: 5px;
}
.custom-block-product .text .custom-block-desc {
	font-size: 12px;
	color: #6D7074;
	line-height: 16px;
}

.ch-g-image {
	display: none;
}
.ch-g-image.active-image {
	display: block;
}
.ch-g-dots {
	display: none;
}
@media (min-width: 992px) {
	.product-thumb:hover .ch-g-dots {
		-webkit-backface-visibility: hidden;
		backface-visibility: hidden;
		position: absolute;
		top: 0;
		left: 0;
		z-index: 1;
		padding: 0px;
		display: -ms-flexbox;
		display: flex;
		width: 100%;
		height: 100%;
	}
}
.ch-g-dots .ch-g-line {
	border-bottom: 1px solid #F7F8FB;
	transition: border-color 0.25s;
	position: relative;
	margin-right: 3px;
	height: 100%;
	display: block;
	-ms-flex: 1;
	flex: 1;
}
.ch-g-dots .ch-g-line:last-child{
	margin-right: 0;
}

.ch-g-dots .ch-g-line.active-line {
	border-color: #557DC0;
}

.masked_bg {
    position: absolute;
    z-index: 10000;
    width: 100%;
    height: 100%;
    background: #fff;
    opacity: 0.6;
    left: 0;
    top: 0;
    border-radius:8px;
}
.loading_masked {
	left: 8px;
	margin-top: -35px;
	position: absolute;
	right: 8px;
	text-align: center;
	top: 50%;
	width: auto;
	z-index: 11000;
}
.container-module.product-category {
  overflow: hidden;
}
#column-right .container-module .reviews .col-md-4.no-slider,
#column-left .container-module .reviews .col-md-4.no-slider {width:100%;}
#column-right .container-module .title-module span,
#column-left .container-module .title-module span {display: inline-block;}
#column-right .container-module .title-module .see-all-reviews,
#column-left .container-module .title-module .see-all-reviews {position: relative;}
.container-module .see-all-reviews {
	color: #000;
	font-size: 14px;
	position: absolute;
	right: 0px;
	top: 5px;
	background: #fff;
}
.see-all-reviews {
	border: 1px solid #EAEDF7;
	border-radius: 8px;
	padding: 6px 18px;
	overflow: hidden;
	white-space: nowrap;
	height: 34px;
}

.see-all-reviews:hover .text-see-all{
	text-decoration: underline;
}
.container-module .reviews{
	margin-bottom: 15px;
}

.reviews-list {
	margin-bottom: 20px;
}
.reviews-list .item-review {
	padding: 30px;
}
.reviews-list .item-review .capttion {
	padding-top: 0;
	padding-bottom: 0;
}

.reviews-list .reviews-description {
	margin-bottom: 25px;
	line-height: 22px;
}
.reviews-list .item-review .review_plus, .reviews-list .item-review .review_minus {
	margin-bottom: 15px;
}
.reviews-list .item-review .review_minus span, .reviews-list .item-review .review_plus span {
	display: block;
	color: #000;
	font-weight: 600;
	margin-bottom: 5px;
}
.reviews-list .item-review .admin_reply {
	padding: 25px;
	margin-top: 15px;
	background: #F7F8FB;
	border-radius: 8px;
}
.reviews-list .item-review .admin_reply div {
	margin-bottom: 5px;
	font-weight: 600;
}
.reviews-list .item-review .purchased {
	padding-right: 10px;
}
.container-module .reviews .item-review {
	background: #fff;
	border: 1px solid #EAEDF7;
	padding: 30px;
	border-radius: 10px;
	margin-bottom: 10px;
	margin-top: 10px;
	flex:1;
}
.container-module .rc-top {
	margin-bottom: 22px;
}
.container-module .rc-center {
	margin-bottom: 22px;
}
.container-module .rc-top .rc-pr-image {
	min-width: 80px;
	float: left;
	margin-right: 15px;
}
.container-module .rc-top .rc-pr-image img{
	font-size: 0px;
	color:transparent;
}
.container-module .rc-top .rs-pr-name {
	max-height: 80px;
	overflow: hidden;
}
.container-module .rc-top .rs-pr-name a {
	color:#000;
	font-weight: 500;
}

.container-module .rc-description {
	display: -webkit-box;
	overflow: hidden;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 5;
	line-height: 22px;
}
.container-module .rc-bottom {
	margin-top: auto;
}
.reviews-list .item-review .rc-author-rating,
.container-module .item-review .rc-author-rating {
	width: 40px;
	height: 44px;
	justify-content: center;
	position: relative;
	margin-right: 15px;
	color:#000;
	font-size: 14px;
	font-weight: 500;
	align-items:center;
}
.reviews-list .item-review .rc-author-rating:before,
.container-module .item-review .rc-author-rating:before {
	background: url("../image/sprite.svg#icon-rating") no-repeat;
	width: 40px;
	height: 40px;
	content: "";
	position: absolute;
}
.reviews-list .item-review .rc-author-info,
.container-module .item-review .rc-author-info {
	flex:1;
	line-height: 22px;
}
.reviews-list .item-review .rc-author,
.container-module .item-review .rc-author {
	color:#000;
	font-weight: 500;
}
.reviews-list .item-review .rc-date,
.container-module .item-review .rc-date {
	color:#8F9AA2;
}

.heading_title_reviews{margin-bottom: 15px;padding: 10px 0px;position:relative;}
.heading_title_reviews{ font-size: 20px; padding: 0 20px 0px 0px; z-index: 5; color:#333; position: relative; text-transform:uppercase; }
.popup_banner {width:600px;max-width:80%;padding:15px;background:#f8f8f8;}
@media (min-width: 768px) {
.popup_banner {width:900px;max-width:100%;padding:15px;background:#f8f8f8;}
}
.popup_banner .close{position:absolute;z-index:999;top:8px;right:10px;}
.popup_banner h1 {font-size:1.8em;margin:0 0 10px;}
.popup_banner #content {
  min-height:10px;
}
.is_a_link {
	cursor:pointer;
}
#column-left .product-layout, #column-right .product-layout {
  width: 100%;
}

.review-item .review_plus,
.review-item .review_minus {
	margin-bottom: 15px;
}
.review-item .review_minus span,
.review-item .review_plus span{
	display: block;
	color: #000;
	font-weight: 600;
	margin-bottom: 5px;
}

.review-item .admin_reply {
	padding:25px;
	margin-top:15px;
	background: #F7F8FB;
	border-radius: 8px;
}
.review-item .admin_reply div{
	margin-bottom: 5px;
	font-weight: 600;
}
.review-item .purchased{
	padding-right: 10px;
}
.review-item .comment {
	margin-bottom: 10px;
}
.review-heading {
	margin-bottom: 10px;
}
.review-item + div.review-item {
	margin-top: 20px;
	border-top: 2px dashed #EAEDF7;
	padding-top: 20px;
}
.reviews-author .purchased{
	color:#1ab90a;
	padding-left:10px;
	font-weight:400;
}
.review-item .rc-heading {
	margin-bottom: 20px;
}
.review-item .rc-author-rating {
	width: 40px;
	height: 44px;
	justify-content: center;
	position: relative;
	margin-right: 15px;
	color:#000;
	font-size: 14px;
	font-weight: 500;
	align-items:center;
}

.review-item .rc-author-rating:before {
	background: url("../image/sprite.svg#icon-rating") no-repeat;
	width: 40px;
	height: 40px;
	content: "";
	position: absolute;
}
.review-item .rc-author-info {
	flex:1;
	line-height: 22px;
}
.review-item .rc-author {
	color:#000;
	font-weight: 500;
}
.review-item .rc-date {
	color:#8F9AA2;
}
.product-rating .star-rating {
	position: relative;
	width: 21px;
	height: 21px;
	margin-right: 2px;
	margin-bottom: 0 !important;
	cursor:pointer;
}
.product-rating .star-rating:before {
	position: absolute;
	content: url("../image/star-icon/b-star-g-icon.svg");
	width: 21px;
	height: 21px;
}
.product-rating .star-rating.checked:before, .product-rating .star-rating.active::before {
	position: absolute;
	content: url("../image/star-icon/b-star-y-icon.svg");
	width: 21px;
	height: 21px;
}


h2.ch-h2 {
	font-size: 20px;
	margin-bottom: 25px;
	line-height: 28px;
	margin-top: 0;
}
.ch-product-reviews {
	-ms-flex-pack: justify !important;
	justify-content: space-between !important;
	margin-bottom: 25px;
	padding-bottom: 25px;
	border-bottom: 1px solid #EAEDF7;
	flex-direction: row;
	-ms-flex-align: center !important;
	align-items: center !important;
}
@media (max-width: 767px) {
	.ch-product-reviews {
		flex-direction: column;
	}
	.ch-rating-total {
		margin-bottom: 25px;
	}
	.ch-rating-total .btn-primary {
		width: 100%;
	}
	.ch-rating-total-points {
		margin-left: auto;
		margin-right: auto;
	}
}

.ch-rating-total {
	min-width: 165px;
}
.ch-rating-total-points {
	font-size: 42px;
	font-weight: 600;
	line-height: 60px;
	margin-bottom: 20px;
	width: 128px;
	height: 128px;
	position: relative;
}

.ch-rating-total-points:before {
	background: url("../image/r-store/r-store.svg") no-repeat;
	content: "";
	width: 128px;
	height: 128px;
	display: block;
	position: absolute;
}
.ch-average-stars {
	margin-bottom: 24px;
}
.ch-dr-number {
	width: 16px;
	text-align: center;
	margin-right: 8px;
}
.ch-star-rating-desc .ch-detailed-review {
	margin-bottom: 10px;
	display: flex;
	align-items: center;
}
.ch-dr-star {
	line-height: 17px;
	height: 20px;
}
.ch-dr-pct-line {
	height: 16px;
	border-radius: 12px;
	background: #F7F8FB;
	min-width: 250px;
	margin-left: 15px;
	margin-right: 15px;
	max-width: 100%;
}
.ch-dr-pct-progress {
	border-radius: 12px;
	height: 16px;
}
.ch-dr-pct-progress.ch-star5 {
	background: #6AB956;
}
.ch-dr-pct-progress.ch-star4 {
	background: #B4E681;
}
.ch-dr-pct-progress.ch-star3 {
	background: #F2D456;
}
.ch-dr-pct-progress.ch-star2 {
	background: #F6B44F;
}
.ch-dr-pct-progress.ch-star1 {
	background: #EC7852;
}
.ch-total-rating {
	min-width: 22px;
	text-align: center;
	background: #F7F8FB;
	border-radius: 4px;
	flex-grow: 1;
	padding: 0px 8px;
	line-height: 24px;
}

@media (max-width: 992px) { .header-search .dropdown-menu.ch-dropdown {left:auto;right:0px;} }
.category_description img.img-thumbnail {color:transparent;}
.category_description img {max-width:100%; border:0px;}
.category_description {clear: both; color: #333; display: block; margin: 10px 0; overflow: hidden; padding-bottom: 15px; padding-top: 15px;}
.category_description .psfl-l {padding: 0 10px 10px 0;}
.psfl-l {float:left;}
@media (max-width: 768px) {
	.banner-blocks-container.dflex {
		overflow-x: auto;
		scrollbar-width: none;
		-ms-overflow-style: none;
	}
	}
#column-left .banner-blocks-container > div,
#column-right .banner-blocks-container > div,
.position-no-owl .banner-blocks-container > div{
	width:100%
}
.banner-blocks-container {
	margin-top: 10px;
	padding-bottom: 10px;
}
.banner-blocks-container .banner-item {
	border-radius: 10px;
	overflow: hidden;
	background: #fff;
}
.banner-blocks-container .banner-item .banner-image{
	-ms-flex: 0 0 60px;
	flex: 0 0 60px;
	max-width: 60px;
	text-align: center;
}
.banner-blocks-container .banner-item .banner-image img{margin: 0 auto;font-size: 0px;color:#fff;}
.banner-blocks-container.banner_img_left .banner-item .banner-image {
	align-self: flex-start;
	margin-top: 5px;
	margin-bottom: 5px;
}
.banner-blocks-container.banner_img_left .banner-item .banner-info {
	align-self: flex-start;
}
.banner-blocks-container .banner-item:hover {
	-webkit-box-shadow: 3px 3px 10px rgba(0,0,0,.07);
	box-shadow: 3px 3px 10px rgba(0,0,0,.07);
	border-color:#fff;
}

.banner-blocks-container .banner-item  a,
.banner-blocks-container .banner-item  a:hover{text-decoration: none;}
.banner-blocks-container .banner-item .banner-info .banner-title{margin: 0;margin-bottom: 10px;overflow: hidden;font-weight: 600;font-size: 14px;color:#000000;}
.banner-blocks-container .banner-item .banner-info .banner-description{padding: 0;margin-top:auto; color:#535D67;}
.banner-blocks-container.banner_img_left .banner-item .banner-info .banner-description{font-size: 13px;line-height: 18px;}
.banner-blocks-container.banner_img_top .banner-item .banner-info .banner-description{font-size: 14px;line-height: 22px;}

.banner-blocks-container.banner_img_left .banner-item {
	padding: 20px 15px;
}
@media (min-width: 650px) {
	.banner-blocks-container.banner_img_left .banner-item {
		padding: 30px 25px;
	}
}
.banner-blocks-container.banner_img_left .banner-item .banner-image{
	margin-right: 15px;
}

.banner-blocks-container.banner_img_top .banner-info {
	text-align: center;
}
.banner-blocks-container.banner_img_top .banner-item {
	padding: 30px 40px;
	flex-direction: column;
	align-items: flex-start;
	transition: all .2s ease-in-out;
}
.banner-blocks-container.banner_img_top .banner-item .banner-image{
	height: 70px;
	margin-bottom: 20px;
}
.banner-blocks-container.banner_img_top .banner-item .banner-title {
	font-size:16px;
	margin-bottom: 10px;
}
/*Wall Category*/
.easy-catalog-box .item-catalog:hover,
.wall-category-box .item-category:hover{
	-webkit-box-shadow: 3px 3px 10px rgba(0,0,0,.07);
	box-shadow: 3px 3px 10px rgba(0,0,0,.07);
	border-color:#fff;
}
.open-sub-cat {
	width: 28px;
	height: 28px;
	display: inline-block;
	text-align: center;
	line-height: 24px;
	border-radius: 5px;
	position: absolute;
	right: 10px;
	top: 50%;
	margin-top: -14px;
	cursor: pointer;
	background: #fff;
}
.open-sub-cat svg {
	display: inline-block;
	vertical-align: text-bottom;
}
.easy-catalog-box,
.wall-category-box {
	position: relative;
	margin:0px -10px;
	padding-top: 1px;
}
.box-item-catalog {
	padding-top: 10px;
	padding-bottom: 10px;
}
.easy-catalog-box .item-catalog {
	background: #fff none repeat scroll 0 0;
	overflow: hidden;
	border-radius: 8px;
	position: relative;
	height: 100%;
	-webkit-transition: box-shadow .2s ease, border .2s ease;
	transition: box-shadow .2s ease, border .2s ease;
}
.easy-catalog-box .easy-cat-image {position: relative;}
.easy-catalog-box .easy-cat-image a:before {
	display: block;
	padding-top: 23%;
	padding-bottom: 25%;
	content: "";
}
.easy-catalog-box .easy-cat-image a img.img-responsive {
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%,-50%);
	max-width: 100%;
	max-height: 100%;
}
.easy-catalog-box .easy-cat-image img {
	display: block;
	margin-right: auto;
	margin-left: auto;
	max-width: 100%;
	border: 0;
	padding-top:10px;
	padding-bottom:10px;
	font-size: 0px;
	color:transparent;
}
.easy-catalog-box .easy-cat-name {
	overflow: hidden;
	padding: 5px 10px;
	text-align: center;
	border-radius: 8px;
	margin-bottom: 8px;
	position: relative;
}
.easy-catalog-box .easy-cat-name a{
	color: #000;
	line-height: 16px;
}
@media (max-width: 300px) {
	.banner-blocks-container .bb-col-xs,
	.wall-category-box .wc-col-xs {
		float:none;
		-ms-flex: 0 0 90%;
		flex: 0 0 90%;
		max-width: 90%;
	}
}
@media (min-width: 300px) and (max-width: 500px)  {
	.banner-blocks-container .bb-col-xs,
	.wall-category-box .wc-col-xs {
		float:none;
		-ms-flex: 0 0 75%;
		flex: 0 0 75%;
		max-width: 75%;
	}
}
@media (min-width: 500px) and (max-width:768px)  {
	.banner-blocks-container .bb-col-xs,
	.wall-category-box .wc-col-xs {
		float:none;
		-ms-flex: 0 0 66%;
		flex: 0 0 66%;
		max-width: 66%;
	}
}
@media (max-width: 768px) {
	.box-item-catalog {
		float: none;
		-ms-flex: 0 0 100px;
		flex: 0 0 135px;
		max-width: 135px;
	}
	.easy-catalog-box.dflex,
	.wall-category-box.d-xs-flex {
		overflow-x: auto;
		scrollbar-width: none;
		-ms-overflow-style: none;
	}
}
.imgcategory .product-thumb,
.wall-category-box .item-category {
	background: #fff none repeat scroll 0 0;
	margin-bottom: 20px;
	overflow: hidden;
	border-radius: 8px;
	position:relative;
	-webkit-transition: box-shadow .2s ease, border .2s ease;
	transition: box-shadow .2s ease, border .2s ease;
}

.wall-category-box .wall-cat-image {
	position: relative;
	padding: 30px 15px;
}
.wall-category-box .wall-cat-image a {
	font-size: 0px;
}
.wall-category-box .wall-cat-image img {
	display: block;
	margin-right: auto;
	margin-left: auto;
	max-width: 100%;
	max-height: 100%;
	border: 0;
	font-size: 0px;
	color:transparent;
}
.imgcategory .wall-cat-name, .wall-category-box .wall-cat-name {
	overflow: hidden;
	padding: 3px 10px;
	text-align: center;
	height: 45px;
	background: #F7F8FB;
	margin-left: 20px;
	margin-bottom: 20px;
	margin-right: 20px;
	border-radius: 8px;
	margin-top: 10px;
	position: relative;
}

.item-category.parent_category  .wall-cat-name a {
	margin-right: 38px;
}
.item-category .wall-cat-name a,
.imgcategory .product-thumb .wall-cat-name a {
	color: #000;
	line-height: 18px;
}
.imgcategory .product-thumb:hover .wall-cat-name a,
.wall-category-box .item-category:hover .wall-cat-name a {
	color:#333;
}
.wall-category-box .wall-cat-image.active-opacity {
	opacity: 0;
}
.wall-category-box .item-sub-category {display:none;position:absolute;}
.wall-category-box .item-sub-category.active {
	margin-top: 0px;
	margin-bottom: 20px;
	display: block;
	overflow: hidden;
	background: #fff;
	position: absolute;
	top: 20px;
	left: 20px;
	right: 20px;
	bottom: 60px;
	opacity: 1;
	padding: 12px 8px 8px 15px;
	transition: all ease-in-out 0.4s;
	background: #F7F8FB;
	border-radius: 6px;
}
.wall-category-box .item-sub-category .subcategory-name{margin-bottom: 2px;padding-right: 5px;}
.wall-category-box .item-sub-category .subcategory-name a{font-size:14px;color:#000;opacity:1;line-height: 20px;}
.wall-category-box .item-sub-category .subcategory-name a:hover{text-decoration: underline;}

.nswc-scrollbar {
	width: 3px;
	background-color: #ADB5BD;
	right: 11px !important;
	top: 13px !important;
	height: calc(100% - 25px) !important;
	border-radius: 10px;
}
.nswc-thumb {background-color: #000;border-radius:10px;}
.nswc-scrollbar.active .nswc-thumb {background-color: #000;}


.quantity_plus_minus {
	flex: 0 0 34px;
	z-index: 10;
	margin-right: 10px;
	line-height: 1;
}
.quantity_plus_minus input.quantity-num {
	display: inline-block;
	height: 16px;
	line-height: 16px;
	width:34px;
	padding: 0px 2px;
	text-align: center;
	border-radius:0px;
	border-left: 1px solid #EAEDF7;
	border-right: 1px solid #EAEDF7;
	border-top:0px;
	border-bottom:0px;
	vertical-align:top;
	box-shadow:none;
	color:#000;
	background: #fff;
	box-shadow: none !important;
}
.quantity_plus_minus .add-action:hover {background:#F7F8FB;}

.quantity_plus_minus .add-up {
	border-radius: 8px 8px 0px 0px;
	border-left: 1px solid #EAEDF7;
	border-right: 1px solid #EAEDF7;
	border-top: 1px solid #EAEDF7;
}
.quantity_plus_minus .add-down {
	border-radius: 0px 0px 8px 8px;
	border-left: 1px solid #EAEDF7;
	border-right: 1px solid #EAEDF7;
	border-bottom: 1px solid #EAEDF7;
}
.quantity_plus_minus .add-action {
	cursor: pointer;
	display: block;
	font-size: 13px;
	height: 14px;
	line-height: 10px;
	position: relative;
	text-align: center;
	width: 34px;
	background: #fff;
}

.container-module .pct_gv,
.container-module .latest_gv {
	overflow: hidden;
	margin-bottom: 10px;
}
.item.no-slider{
  margin-bottom:10px;
  padding-top: 10px;
}
#column-left .container-module .no-slider,
#column-right .container-module .no-slider,
.position-no-owl .container-module .no-slider{
  border: 0px ;
}
.nswc-viewport {
  min-height: 70px;
}


#modal-addcart .modal-dialog {
	max-width: 550px;
	width: 95%;
}
#modal-addcart .modal-body {
	padding: 30px 35px;
}
#modal-addcart .modal-content {
	border-radius: 12px;
	box-shadow:none;
	border: 0px;
}
#modal-addcart .btn-checkout {
	margin-top: 20px;
}
#modal-addcart .btn-shopping {
	margin-top: 20px;
}
.ch-alert-success,
.ch-alert-danger,
.option-danger {
	animation: slider_add_product 0.5s linear;
	position: fixed;
	right: 15px;
	top: 15px;
	width: 330px;
	z-index: 9999;
	color:#000;
	padding: 25px 50px 25px 25px;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	align-items: center;
	background: #ffffff;
	border-radius: 12px;
	box-shadow: 4px 5px 12px rgba(0,0,0,0.067);
	max-height: 105px;
	height: 105px;
	transition: all .5s ease-in-out;
}
.mh-100 {
	height: auto;
	max-height: 100%;
}

.ch-error-text + div.ch-error-text {
	margin-top: 10px;
}

.option-danger + .option-danger {top:132px; }
.option-danger + .option-danger + .option-danger {top:250px;}
.option-danger + .option-danger + .option-danger + .option-danger{top:396px}

.ch-alert-danger + .ch-alert-danger {top:132px;}
.ch-alert-danger + .ch-alert-danger + .ch-alert-danger {top:257px;}
.ch-alert-danger + .ch-alert-danger + .ch-alert-danger + .ch-alert-danger {top:382px;}
.ch-alert-danger + .ch-alert-danger + .ch-alert-danger + .ch-alert-danger + .ch-alert-danger {top:507px;}

.add_product_alert {
	padding: 25px 50px 25px 25px;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	align-items: center;
	background: #ffffff;
	border-radius: 12px;
	box-shadow: 4px 5px 12px rgba(0,0,0,0.067);
	animation: slider_add_product 0.5s linear;
	position: fixed;
	right: 15px;
	top: 15px;
	width: 330px;
	z-index: 999999999;
}

.ch-alert-success .text-modal-block,
.ch-alert-danger .text-modal-block,
.option-danger .text-modal-block,
.add_product_alert .text-modal-block {
	margin-left: 20px;
}
@keyframes slider_add_product {
	0% {
		right: -100%;
	}
	50% {
		right:-20%;
	}
	85% {
		right:-30px;
	}
	100% {
		right:15px;
	}
}

.ch-modal-success {
	border-radius: 12px;
	border:0px;
	box-shadow:0 2px 15px rgba(0,0,0,.18);
}
.ch-modal-success .modal-body{
	padding:30px 50px;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	align-items: center;
}
.ch-modal-success .modal-body .success-icon{
	float:left;
	margin-right: 20px;
}
.ch-modal-success .modal-body .text-modal-block {
	margin-right: 5px;
}
.ch-modal-success .modal-body .text-modal-block a {
	color: #04A349;
}
.ch-alert-success button.close,
.ch-alert-danger button.close,
.option-danger button.close,
.add_product_alert button.close,
.ch-modal-success button.close {
	background-image: url("../image/sprite.svg#icon-close");
	cursor: pointer !important;
	font-size: 0px;
	height: 26px;
	outline: medium none;
	position: absolute;
	right: 17px;
	top: 17px;
	width: 26px;
	z-index: 1060;
	text-align: center;
	line-height: 25px;
	border: 1px solid #ececec;
	border-radius: 6px;
	background-position: center;
	background-repeat: no-repeat;
	opacity: 1;
	background-color: #ffffff;
	background-size: 10px;
}
.ch-alert-success button.close:hover,
.ch-alert-danger button.close:hover,
.option-danger button.close:hover,
.add_product_alert button.close:hover,
.ch-modal-success button.close:hover {
	background-image: url("../image/sprite.svg#icon-close");
	border: 1px solid #fff;
	box-shadow: 0px 2px 4px rgba(0,0,0,0.067);
}

@media (min-width: 992px) {
	.col-lg-offset-3,.col-md-offset-3 {
		margin-left: 25.4%;
	}
}
#fix_image .owl-carousel .owl-wrapper:after {
padding-bottom: 0px;
}

.product-grid .catalogCard-extra {
  background: #fff;
  box-sizing: border-box;
  border-radius:0px 0px 8px 8px;
  display:none;
  margin-top: -15px;
  padding: 15px 0px 0px;
  position: absolute;
  width: calc(100% - 20px);
  z-index:100;
}
.product-grid.grid4 .catalogCard-extra {
  width: calc(100% - 10px);;
}
.category-page .product-list .attribute-cat {
	margin-bottom: 10px;
	line-height: 18px;
}
.category-page .product-list .attribute-cat .attr-name-line {
	color: #505966;
	margin-right: 5px;
}
.category-page .product-list .attribute-cat .attr-text-line {
	color: #000;
}
.category-page .product-list .attribute-cat span {
	font-size: 13px;
}
.category-page .product-list .attribute-cat .attr-text-line:not(:last-child):after {
	content: '/';
	padding: 0 2px 0 5px;
	color: #505966;
}

.category-page .product-price .catalogCard-extra,
.category-page .product-list .catalogCard-extra,
.category-page .product-price .attribute-cat,
.category-page .product-grid .attribute-cat {display:none;}

.category-page .product-grid .catalogCard-extra .short-attributes-groups-category .short-attribute > .attr-name {width: 50%;}
.category-page .product-grid .catalogCard-extra .short-attributes-groups-category .short-attribute > span {display: table-cell;position: relative;}
.category-page .product-grid .catalogCard-extra .short-attributes-groups-category .short-attribute > .attr-name {
  padding-right: 5px;
  position: relative;
  z-index: 2;
}
.category-page .product-grid .catalogCard-extra .short-attributes-groups-category div.short-attribute:nth-child(2n+1) {
	background: #F7F8FB;
}
.category-page .product-grid .catalogCard-extra .short-attributes-groups-category .short-attribute span {
	font-size: 13px;
}
.category-page .product-grid .catalogCard-extra .short-attributes-groups-category .short-attribute > .attr-text {
  text-align: right;
  width: 100%;
}
.category-page .product-grid .catalogCard-extra .short-attributes-groups-category .short-attribute > .attr-text {
  padding-left: 5px;
}
.category-page .product-grid .catalogCard-extra .short-attributes-groups-category .short-attribute > .attr-text {
	position: relative;
	z-index: 2;
	font-size: 14px;
	color: #334150;
}
.category-page .product-grid .catalogCard-extra .short-attribute {
  display:block;
  padding:3px 15px;
}
.category-page .product-grid .catalogCard-extra .short-attribute:after {
	content:'';
}
.product-grid:hover .catalogCard-extra {
	display: block;
	box-shadow: -5px 4px 8px -8px rgba(0, 0, 0, 0.07), 7px 4px 6px -3px rgba(0, 0, 0, 0.04), 3px 9px 14px -7px rgba(0, 0, 0, 0.07);
}
@media (max-width:767px) {
	.product-grid .short-attribute {
		display: none;
	}
}
#image-box > #wrap {
	display: inline-block;
	position: relative;
	outline: none;
}
.mfp-zoom-in .mfp-content > div {
opacity: 0;
transition: all 0.2s ease-in-out;
transform: scale(0.6);
}

.mfp-zoom-in.mfp-ready .mfp-content > div {
opacity: 1;
transform: scale(1);
}
#product .short-attributes-groups {
	margin-bottom: 18px;
}
.tab-pane .short-attributes-groups{
	margin-bottom: 0px;
}
.tab-pane .attr-group-name {
	margin-bottom: 15px;
	font-size: 16px;
	color:#000;
	font-weight: 600;
}

#product div.short-attribute{
	padding:6px 15px;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-ms-flex-pack: justify !important;
	justify-content: space-between !important;
}
.tab-pane div.short-attribute {
	padding:15px 20px;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-ms-flex-pack: justify !important;
	justify-content: space-between !important;
}
#product div.short-attribute:nth-child(2n+1),
.tab-pane div.short-attribute:nth-child(2n+2) {
	background: #F7F8FB;
}
.tab-pane .short-attributes-groups ~ div.short-attributes-groups {
	margin-top: 30px;
}
.short-attribute > span{position:relative;}

#product div.short-attribute > .attr-text{
	max-width: 50%;
	text-align:right !important;
}
.tab-pane div.short-attribute > .attr-text{
	max-width: 60%;
	text-align:right !important;
}
.short-attribute > .attr-name span {
	position: relative;
	z-index: 2;
	padding: 0 5px 0 0;
	font-size: 14px;
	color: #000;
}
.short-attribute > .attr-text span{position:relative;z-index:2;padding:0 0 0 5px;font-size: 14px;color: #334150;}
.short-attributes-groups .short_attr_group_name {color:#000000;}

.input-group .form-control[name^=quantity], #product .quantity-number [name^=quantity] {background:#fff;}

.box-bg-full { background-attachment: fixed; background-position: center 0; background-repeat: no-repeat; background-size: cover; margin: 0; width: auto; }
/*.common-home footer {
	margin-top:15px;
}*/
.disabled_input {
	cursor: not-allowed;
}
@-webkit-keyframes active_load {
	from {
		-webkit-transform: rotate(0deg);
		        transform: rotate(0deg);
	}
	to {
		-webkit-transform: rotate(360deg);
		        transform: rotate(360deg);
	}
}
@keyframes active_load {
	from {
		-webkit-transform: rotate(0deg);
		        transform: rotate(0deg);
	}
	to {
		-webkit-transform: rotate(360deg);
		        transform: rotate(360deg);
	}
}
.active-load > svg {
	-webkit-animation: active_load 1s linear infinite;
	        animation: active_load 1s linear infinite;
}

.box-showmore {
	padding-bottom: 10px;
	padding-top: 10px;
	text-align: center;
	width: 100%;
}
.chm-icon-showmore {
	width: 20px;
	height: 20px;
	vertical-align: -5px;
	margin-right: 6px;
}
#showmore.box-showmore {margin-top: 10px;}
@media (max-width:767px) {
	.box-bg-full {
		padding:0px;
	}
	.product-slider .product-name a {
		font-size:14px;
	}
}

.container-module .latest_gv .item{
	background: transparent;
}
.container-module .latest_gv .item .product-thumb{
	background: #fff;
}
.container-module .owl-pagination {
	top: 0px;
}
#form-review .form-group.required label {
	margin-bottom: 10px;
	font-size: 14px;
}
.product-rating {line-height: 1;}
.product-rating .star-rating {color: #e7e7e7;}
.product-rating .star-rating.active,
.product-rating .star-rating.checked {color: #fc0 !important;}
.product-rating label .fa {
font-size: 18px;
padding: 2px 4px 2px 0px;
cursor: pointer;
}
.product-rating label ~ label{margin-left:-5px;}

.alphabetical_index {
	margin-bottom: 20px;
}
.alphabetical_index span {
	font-size:16px;
	font-weight: 600;
	color:#333;
}
.alphabetical_index a{
	font-size:16px;
	font-weight: 600;
}
.manufacturer-heading {
	font-size:34px;
	font-weight:600;
	margin-bottom: 15px;
	margin-top: 20px;
}
.manufacturer-content {
	margin-bottom: 25px;
}
.manufacturer-content a {
	-webkit-box-shadow:0 1px 2px rgba(0,0,0,.2);
	box-shadow:0 1px 2px rgba(0,0,0,.2);
	display: block;
	padding: 15px;
	border-radius: 4px;

}
.manufacturer-content a:hover {
	-webkit-box-shadow:0 1px 4px rgba(0,0,0,.2);
	box-shadow:0 1px 4px rgba(0,0,0,.2);
}

.thumb-brand img {
	margin:0 auto;
}
.name-brand {
	font-size: 14px;
	font-weight: 600;
	text-align: center;
	margin-top: 10px;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
}
#modal-wishlist,
#modal-compare {
top:50px;
}
.container-module .prod-cat-tabs {
	list-style: none;
	padding-left: 0px;
	margin: 0px;
	padding: 10px 0px;
}
.container-module .prod-cat-tabs > li {
		display: inline-block;
		padding: 5px 15px;
}
.container-module .prod-cat-tabs > li > a{
	 color:#818181;
	 font-size: 16px;
}
.container-module .prod-cat-tabs > li > a:hover {
	border-bottom: 1px dashed #818181;
}
@media (min-width: 992px) {
	.container-module .prod-cat-tabs > li:first-child{
		padding-left: 0px;
	}
}

.container-module .prod-cat-tabs > li.active a{
	 color:#1e1e1e;
	 border-bottom: 1px dashed #1e1e1e;
}
.tab-content.prod_cat_tab_content {
	min-height: 300px;
	padding-top:0px;
}

.form-horizontal .form-group {
	margin-left: -10px;
	margin-right: -10px;
}

.ch-table .prod-name {
	display: block;
	max-width: 300px;
	white-space: normal;
	min-width: 200px;
}
.ch-table  > tbody > tr > td:nth-child(6){
	white-space: nowrap;
}

.ch-table > tbody > tr > td, .clss-table > thead > tr > td{
	vertical-align:middle;
}
.ch-table > thead > tr > td {
	padding: 10px;
	background:#F7F8FB;
}
.ch-table thead td:first-child {
	border-radius: 8px 0 0 8px;
}
.ch-table thead td:last-child {
	border-radius: 0 8px 8px 0;
}
.ch-table thead td:first-child:last-child {
	border-radius:8px;
}
.ch-table > tbody > tr > td {
	border-top: 0px;
	padding: 15px 10px;
	vertical-align: middle;
}
.total-rewards,
.total-transactions{
	padding: 12px 0px 20px 0px;
}
.ch-table > tbody > tr > td.pr-0 {
	padding-right: 0;
}
.ch-table > tbody > tr {
	border-bottom: 2px dashed #EAEDF7;
}
.ch-table > tfoot.account-order-totals > tr > td {
	border-top: 0px;
	padding: 5px;
	vertical-align: middle;
}
.ch-table > tfoot.account-order-totals > tr:first-child > td {
	padding-top: 20px;
}
.account-order-totals .cart-total-title {
	width: 100%;
	color: #535D67;
	font-size: 14px;
}
.account-order-totals .cart-total-text {
	font-size: 14px;
	font-weight: 600;
}
.input-remove-voucher {
	height: 38.5px;
}

.column-quantity {
	width: 100px;
}
.ch-cart-quantity {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	justify-content: center;
}
.ch-cart-quantity .form-control {
	border-color: #EAEDF7 !important;
	border-width: 1px 0px 1px 0px !important;
	height: 34px !important;
	border-style: solid;
	box-shadow:none;
	max-width: 30px;
	padding-left: 0px;
	padding-right: 0px;
	text-align: center;
	border-radius:0px;
	background: #fff;
	box-shadow: none !important;
}
.ch-cart-quantity .btn-quantity-minus{
	background: #fff;
	border-color: #EAEDF7;
	border-width: 1px 0px 1px 1px;
	border-style: solid;
	border-radius: 8px 0px 0px 8px;
	padding:0px;
	width: 20px;
	height: 34px;
	line-height: 1;
	margin-right: 0px !important;
}
.ch-cart-quantity .btn-quantity-plus{
	background: #fff;
	border-color: #EAEDF7;
	border-width: 1px 1px 1px 0px;
	border-style: solid;
	border-radius: 0px 8px 8px 0px;
	padding:0px;
	width: 20px;
	height: 34px;
	line-height: 1;
	margin-left: 0px !important;
}


.checkout-cart-accordion .panel-default{
	border:0px;
	margin-bottom: 20px;
}
.checkout-cart-accordion .panel-default > .panel-heading {
	background: #F7F8FB;
}
.checkout-cart-accordion .panel-default > .panel-heading a {
	font-size: 14px;
	color:#000;
}
.checkout-cart-accordion .panel-default > .panel-heading + .checkout-cart-accordion .panel-collapse > .panel-body {
	border-top-color: #EAEDF7;
}
.checkout-cart-accordion .panel-collapse > .panel-body {
	border-top:0px !important;
}
.checkout-cart-accordion .control-label{
	display: block;
	font-size: 14px;
	margin-bottom: 10px;
	line-height: 20px;
	text-align: left;
}
.checkout-cart-accordion .panel-body .form-control::placeholder {
	font-size: 14px;
}
.checkout-cart-accordion .panel-body .form-control {
	border-top-right-radius: 8px;
	border-bottom-right-radius: 8px;
	width: 100%;
	margin-bottom: 20px;
	max-width: 100% !important;
}
.checkout-cart-accordion .panel-body .input-group-btn {
	width: 100%;
}
.checkout-cart-accordion .panel-body .input-group-btn .btn {
	width: 100%;
	border-top-left-radius: 8px;
	border-bottom-left-radius: 8px;
}
.checkout-cart-accordion .form-control {
	height: 44px;
	border: 1px solid #EAEDF7;
	box-shadow: none;
	font-size: 14px;
}

.checkout-cart-accordion .input-group-btn .btn-primary {
	font-size: 14px;
}
.table-cart > tbody > tr > td {
	border-top: 0px;
}
.table-cart .total-title {
	color: #505966;
	width: 75%;
}
.table-cart .total-title.total-last {
	font-weight: 600;
	color:#000;
}
.table-cart .total-text {
	font-weight: 600 ;
	color: #000;
	min-width: 80px;
}
.table-responsive {
	position: relative;
	z-index: 8;
	border:0px;
}

.ch-table .stock-status,
.ch-table .price {margin-bottom: 0px;}
.ch-table .prod-name {color:#000;margin-bottom: 8px;}
.ch-table .prod-name:hover {
	color:#0f4b82;
}
.ch-table .btn-general {min-width:34px;margin-right: 10px;padding:0px 7px;display: inline-flex;}
.mw-70 {min-width: 70px;}

#messageLoadPage {
	position: fixed;
	width: 400px;
	line-height: 40px;
	margin-top: -25px;
	margin-left: -200px;
	left: 50%;
	top: 50%;
	padding-left: 0px;
	display: none;
	text-align: center;
	z-index:1042;
}


/*Category News*/
.mod-category-news {
	border-radius:8px;
	border:1px solid #EAEDF7;
	padding: 10px 20px;
}
.mod-category-news .articles-count {
	width: 18px;
	height: 18px;
	display: inline-block;
	text-align: center;
	border-radius: 50%;
	background: #F7F8FB;
	position: absolute;
	right: 4px;
	top: 10px;
	font-size: 11px;
	line-height: 18px;
}
.list-group.mod-category-news a.active .articles-count, .list-group.mod-category-news a.active:hover .articles-count, .list-group.mod-category-news a:hover .articles-count  {
	background: #fff;
}
.list-group.mod-category-news a.active, .list-group.mod-category-news a.active:hover, .list-group.mod-category-news a:hover {
	color: #444444;
	background: transparent;
	border: 0px;
	text-shadow: none;
}
.list-group.mod-category-news a {
	border:0px;
	padding: 8px;
}
.list-group.mod-category-news a + a {
	border-top: 1px dashed #eeeeee !important;
}
.mod-category-news .list-group-item {
	margin-top: 0px;
	margin-bottom: 3px;
}
.mod-category-news .list-group-item:first-child {
	border-top-left-radius: 8px;
	border-top-right-radius: 8px;
}
.mod-category-news .list-group-item:last-child {
	border-bottom-right-radius: 8px;
	border-bottom-left-radius: 8px;
}
.list-group.mod-category-news a.active:before, .list-group.mod-category-news a.active:hover:before, .list-group.mod-category-news a:hover:before  {
	background: #F7F8FB;
	position: absolute;
	height: calc(100% - 3px);
	content: "";
	z-index: -1;
	left: -5px;
	right: -5px;
	width: calc(100% + 10px);
	top: 3px;
	border-radius: 5px;
}
/* END Category News*/
.image-atricle {
	margin-top: 15px;
	margin-bottom: 30px;
}
.image-atricle img{
	border-radius: 10px;
}
.articles-list {
	margin-top: 15px;
	margin-bottom: 15px;
	position: relative;
	padding-top: 10px;
	padding-bottom: 10px;
}
.articles-list .product-thumb .caption {
	padding: 0;
}
div.articles-list + div.articles-list::before {
	border-top: 1px dashed #eeeeee !important;
	position: absolute;
	content: "";
	left: 0px;
	right: 0px;
	top: -15px;
}
.articles-list .art-viewed {
	position: absolute;
	left: 15px;
	bottom: 15px;
	background-color: rgba(66, 80, 99, 0.75);
	border-radius: 30px;
	padding: 5px 10px;
	z-index: 1;
	align-items: center;
	color:#fff;
}
.articles-list .art-viewed .text-viewed {
	color: #fff;
	margin-left: 8px;
}
.articles-list .art-viewed .icon-viewed {
	display: block;
	background: #fff;
	-webkit-mask-image: url("../image/sprite.svg#icon-aviewed");
	mask-image: url("../image/sprite.svg#icon-aviewed");
	width: 18px;
	height: 18px;
}
.articles-list .article-image,
.mod-art-image {
	text-align: center;
	position: relative;
	margin-bottom: 20px;
}
.articles-list .article-image a,
.mod-art-image a {
	display: block;
	position: relative;
}
.articles-list .article-image a img,
.mod-art-image a img {
	margin: 0 auto;
	font-size: 0px;
	color:transparent;
	border-radius: 12px;
	overflow: hidden;
	width: 100%;
}
.articles-list .article-image a:after,
.mod-art-image a:after {
	content: '';
	position: absolute;
	top: 0px;
	left: 0px;
	height: 100%;
	width: 100%;
	background-color: rgba(0,26,52,.015);
	border-radius: 12px;
}

.mod-art-name,
.articles-list .caption .article-name {
	margin-bottom: 15px;
}
.mod-art-name a,
.articles-list .caption .article-name a {
	font-size: 15px;
	color:#000;
	font-weight: 500;
}
.mod-art-item:hover .mod-art-name a,
.articles-list .product-thumb:hover .article-name a {
	color: #0f4b82;
}
.mod-art-description,
.articles-list .caption .article-description {
	color: #535D67;
	font-size: 14px;
}
.article-date-added,
.mod-art-date-added{
	position: absolute;
	right: 15px;
	bottom: 15px;
	background-color: rgba(66, 80, 99, 0.75);
	border-radius: 30px;
	padding: 5px 15px;
	z-index: 1;
	color:#fff;
}
#input-captcha {
	float: left;
	width: 160px;
	margin-right: 15px;
}
#form-article-comment .col-sm-2.control-label {
	text-align: left;
	width: auto;
}
#form-article-comment fieldset {
	padding-top: 20px;
}
#form-article-comment fieldset legend {
	display: none;
}
#article-comment {
	border: 1px solid #EAEDF7;
	padding: 30px 50px;
	border-radius: 10px;
	margin-bottom: 25px;
	margin-top: 20px;
}
#form-article-comment {
	border: 1px solid #EAEDF7;
	padding: 30px 50px;
	border-radius: 10px;
	margin-top: 25px;
	margin-bottom: 20px;
}
.info-article {
	margin-bottom: 15px;
	justify-content: flex-end;
}

.info-article .date-added-article,
.info-article .total-comnent-article,
.info-article .aviewed-article {
	background: #F7F8FB;
	margin-left: 10px;
	border-radius: 6px;
	padding: 8px 12px;
	color: #000;
}

.info-article .icon-aviewed {
	display: block;
	background: #000;
	-webkit-mask-image: url("../image/sprite.svg#icon-aviewed");
	mask-image: url("../image/sprite.svg#icon-aviewed");
	width: 18px;
	height: 18px;
	margin-right: 8px;
}
.info-article .icon-comment {
	display: block;
	background: #000;
	-webkit-mask-image: url("../image/sprite.svg#icon-comment");
	mask-image: url("../image/sprite.svg#icon-comment");
	width: 18px;
	height: 18px;
	margin-right: 8px;
}

.info-article .icon-calendar {
	display: block;
	background: #000;
	-webkit-mask-image: url("../image/sprite.svg#icon-calendar");
	mask-image: url("../image/sprite.svg#icon-calendar");
	width: 18px;
	height: 18px;
	margin-right: 8px;
}

.comment-item .comment-heading {
	flex-direction: column;
	line-height: 22px;
	margin-bottom: 20px;
}
.comment-item .block-author {
	color: #000;
	font-weight: 500;
}
.comment-item .block-date {
	color: #8F9AA2;
}
.comment-item .comment {
	margin-bottom: 10px;
}
.comment-item .admin_reply {
	padding: 25px;
	margin-top: 15px;
	background: #F7F8FB;
	border-radius: 8px;
}
.comment-item .admin_reply div {
	margin-bottom: 5px;
	font-weight: 600;
}
.comment-item + div.comment-item {
	margin-top: 20px;
	border-top: 2px dashed #EAEDF7;
	padding-top: 20px;
}
.show-like-dislike {
	padding-right: 150px;
	position: relative;
}
.article-like-dislike-box {
	position: absolute;
	right: 0px;
	bottom: 0px;
}
.btn-dislike, .btn-like {
	border: 0px;
	background: transparent;
	display: inline-block;
}
.btn-dislike span, .btn-like span {
	margin-left: 5px;
	display: inline-block;
	vertical-align: middle;
}
.btn-dislike {
	margin-left: 5px;
}
.btn-dislike img {
	margin-top: 5px;
}
.article-comment-title {
	font-size: 18px;
	color: #000;
	padding-bottom: 10px;
	margin-top: 25px;
}
.article-comment-title sup {
	margin-left: 5px;
}

.ch_contact_map_code {
	margin-bottom: 20px;
}
.ch_contact_map_code iframe {
	background: #fff;
	overflow: hidden;
	border-radius: 10px;
}
.contact_image {
	margin-top: 15px;
	margin-bottom: 10px;
}
.contact_image img{
	border-radius:8px;
}
.contact-title {
	margin-bottom: 10px;
	margin-top: 25px;
	font-size: 16px;
	color:#000;
	font-weight: 600;
}
.ch_contacts_phone a{
	font-size: 14px;
	color:#000;
	font-weight:600;
}
.ch_contacts_phone a:hover,.ch_contacts_phone a:focus{
	color:#0091ca;
}
.ch_contacts_phone li + li{
	margin-top: 5px;
}
.box-contact-left,
.box-contact-form form{
	border-radius:8px;
	border:1px solid #f8f8fa;
	overflow:hidden;
	padding:20px 30px;
}
@media (min-width: 992px) {
.box-contact-left,
.box-contact-form form{
	padding:50px 100px;
}
}
form.form-horizontal legend {
	padding:0px;
	border:0px;
	color:#000;
	font-size: 16px;
	font-weight: 600;
	margin-top: 25px;
	margin-bottom: 20px;
}
.store-title {
	margin-bottom: 25px;
}

.panel-group .panel-store {
	border-radius:8px;
	border:1px solid #EAEDF7;
}
.panel-group .panel-store + div.panel-store {
	margin-top: 15px;
}

.ch-table .image .img-responsive {
	margin: 0 auto;
	min-height: 47px;
}
.panel-title > a.i_am_registered {
	color:#0f4b82;
}
.agree_checkout {
	margin-top: 15px;
	margin-bottom: 15px;
}
#onepcheckout input.form-control,
.coupon_table input.form-control{
	border: 1px solid #EAEDF7;
	box-shadow: none;
	height: 40px;
	font-size: 14px;
}
textarea.form-control{
	border: 1px solid #EAEDF7;
	box-shadow: none;
	font-size: 14px;
}
.title-customer {
	flex-direction: column;
}
.title-customer .i_am_registered {
	margin-top: 10px;
	font-size: 14px;
	font-weight: 400;
}
@media (min-width: 600px) {
	.title-customer {
		justify-content: space-between;
		flex-direction: row;
	}
	.title-customer .i_am_registered {
		margin-top: 0px;
	}
}
#cart_table table td {vertical-align: middle;}
#cart_table .table_total .total-title {color:#838383;}
#cart_table .table_total tr td {padding:8px;}
#cart_table .table_total {margin: 0 0 20px;text-align: right;width: 100%;}
#cart_table .table_total tr td:last-child {font-weight: 600;padding: 8px 8px 8px 20px;white-space: nowrap;width: 115px;}
#cart_table .table_total tr:last-child td {font-size: 1em;font-weight: 600;padding: 8px 8px 8px 20px;color:#000;}
#cart_table .coupon_table {margin: 0 0 20px;text-align: right;width: 100%;}
#cart_table .coupon_table div {float: right;padding: 0 0 8px;width: 100px;}
#cart_table .coupon .form-control,
#cart_table .reward .form-control {font-size: 12px;width: 270px;height: 44px;}
#cart_table .delete_td {width:50px;}
.ch-gift {
	color: #EF1212;
	font-size: 13px;
	font-weight: 600;
	margin-top: 12px;
}
.cart-prod-info-reward,
.cart-prod-info-option {
	font-size: 12px;
	margin-bottom: 4px;
}
.group-checkbox {
	margin-top: 20px;
	margin-bottom: 20px;
}
.chm-radio,
.chm-checkbox {
	display: block;
	position: relative;
	margin: 0 0 10px;
	cursor: pointer;
	font-size: 14px;
	padding-left: 0 !important;
}

.checkbox-input {
	position: absolute;
	z-index: -1;
	opacity: 0;
	display: none;
}

.checkbox-check {
	top: 3px;
	width: 16px;
	height: 16px;
	display: inline-block;
	border-radius: 3px;
	position: relative;
	-ms-flex: 0 0 auto;
	flex: 0 0 auto;
	transition: 0.15s;
	margin-right: 10px;
	border: 1px solid #DCE0E9;
	background-color: #fff;
	background-repeat: no-repeat;
	background-position: center center;
	background-size: 50% 50%;
}
.checkbox-input:checked + span.checkbox-check {
	border-color: #b3d7ff;
	background-color: #b3d7ff;
	background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3e%3cpath fill='%23000' d='M6.564.75l-3.59 3.612-1.538-1.55L0 4.26 2.974 7.25 8 2.193z'/%3e%3c/svg%3e");
}
.chm-checkbox:hover > input.checkbox-input:not(:disabled):not(:checked) + span.checkbox-check{
  border-color: #b3d7ff;
}

.checkbox-radio {
	top: 3px;
	width: 1.6rem;
	height: 1.6rem;
	display: inline-block;
	border-radius: 50%;
	position: relative;
	-ms-flex: 0 0 auto;
	flex: 0 0 auto;
	transition: 0.15s;
	margin-right: 6px;
	border: 1px solid #DCE0E9;
	background: #fff;
}
.checkbox-input:checked + span.checkbox-radio {
	border-color: #b3d7ff;
	background: #b3d7ff;
}
.checkbox-input:checked + span.checkbox-radio:after {
	position: absolute;
	content: '';
	top: 50%;
	left: 50%;
	width: 12px;
	height: 12px;
	border: solid 3px #fff;
	border-radius: 50%;
	transform: translate(-50%, -50%);
}
.radio > label:hover > input.checkbox-input:not(:disabled):not(:checked) + span.checkbox-radio{
	border-color: #b3d7ff;
}

.group-checkbox .checkbox-inline {
	display: block;
	margin-top: 5px;
	margin-left: 0px;
}
.search-form-input {
	height: 40px;
	border:1px solid #EAEDF7;
	font-size: 14px;
	box-shadow: none;
}
.ui-check__input {
	position: absolute;
	top: 0;
	left: 0;
	opacity: 0;
	visibility: hidden;
}


.chm-legend {
	font-size: 16px;
	margin-bottom: 20px;
}

.chm-search-block {
	background: #fff;
	padding: 0px;
	border-radius: 0px;
	margin-bottom: 20px;
}
.danewpod .list-inline-item {
	margin-bottom:5px;
	overflow:hidden;
}
.danewpod .list-inline-item a{
	background-color: #EAEDF7;
	border: 1px solid #D8DCE5;
	padding: 5px 10px;
	border-radius: 5px;
	font-size:14px;
	-webkit-transition: all 0.3s ease-out 0s;
	-moz-transition: all 0.3s ease-out 0s;
	-ms-transition: all 0.3s ease-out 0s;
	transition: all 0.3s ease-out 0s;
	display: inline-block;
}
.danewpod .list-inline-item a.active-date{
	background-color: #fff;
	border: 1px solid #D8DCE5;
	color:#333;
	padding: 5px 10px;
	font-size:14px;
	-webkit-transition: all 0.3s ease-out 0s;
	-moz-transition: all 0.3s ease-out 0s;
	-ms-transition: all 0.3s ease-out 0s;
	transition: all 0.3s ease-out 0s;
	display: inline-block;
}
.modal-content {
	-webkit-box-shadow: 0 5px 15px rgba(0,0,0,.2);
	box-shadow: 0 5px 15px rgba(0,0,0,.2);
}

.add-to-cart-footer {
	position: fixed;
	bottom: 0px;
	padding: 5px 10px;
	background: rgba(255,255,255,0.98);
	left: 0;
	right: 0;
	z-index: 1001;
	border-top: 1px solid #EAEDF7;
	box-shadow: 0px 3px 10px rgba(0,0,0,0.12);
	align-items: center;
	transition: transform .3s ease-out, -webkit-transform .3s ease-out;

	-webkit-transform: translateY(100%);
	-ms-transform: translateY(100%);
	transform: translateY(100%);
}

.add-to-cart-footer.fm_b_1 {
	bottom:54px;
}
.add-to-cart-footer.fm_b_2 {
	bottom:54px;
}

.add-to-cart-footer.fm_b_3 {
	bottom:75px;
}

.add-to-cart-footer.turn_on {
	-webkit-transform: translateY(0);
	-ms-transform: translateY(0);
	transform: translateY(0);
}


.add-to-cart-footer .btn-general {
	min-height: 40px;
	padding: 0px 18px;
	line-height: 40px;
}


#back-top {
	display: none;
	overflow: hidden;
	position: fixed;
	bottom: 10px;
	right: 10px;
	text-decoration: none;
	z-index: 1002;
}

#back-top,
#cs-fb-widget {
	transition: bottom .3s ease-out, -webkit-bottom .3s ease-out;
}

#back-top.fm-t.fb_wr {
	bottom: 64px;
}

@media (max-width: 768px) {
	#back-top.fm-t.fb_wr.turn_on {
		bottom: 114px;
	}
	#back-top.fm-t.turn_on {
		bottom: 60px;
	}
	#cs-fb-widget.position_left.fm-t.turn_on,
	#cs-fb-widget.position_right.fm-t.turn_on {
		bottom: 60px;
	}

	#back-top.fm-t.fm_b_1.turn_on,
	#back-top.fm-t.fm_b_2.turn_on {
		bottom: 114px;
	}

	#back-top.fm-t.fm_b_1.fb_wr.turn_on,
	#back-top.fm-t.fm_b_2.fb_wr.turn_on {
		bottom: 168px;
	}

	#back-top.fm-t.fm_b_3.turn_on {
		bottom: 135px;
	}
	#back-top.fm-t.fm_b_3.fb_wr.turn_on {
		bottom: 189px;
	}

	#cs-fb-widget.position_left.fm-t.fm_b_1.turn_on,
	#cs-fb-widget.position_right.fm-t.fm_b_1.turn_on,
	#cs-fb-widget.position_left.fm-t.fm_b_2.turn_on,
	#cs-fb-widget.position_right.fm-t.fm_b_2.turn_on {
		bottom: 114px;
	}

	#cs-fb-widget.position_left.fm-t.fm_b_3.turn_on,
	#cs-fb-widget.position_right.fm-t.fm_b_3.turn_on {
		bottom: 135px;
	}
}

@media (max-width: 991px) {
	#back-top.fm-t.fm_b_1,
	#back-top.fm-t.fm_b_2 {
		bottom: 60px;
	}
	#back-top.fm-t.fm_b_1.fb_wr,
	#back-top.fm-t.fm_b_2.fb_wr {
		bottom: 114px;
	}
	#cs-fb-widget.position_left.fm-t.fm_b_1,
	#cs-fb-widget.position_left.fm-t.fm_b_2,
	#cs-fb-widget.position_right.fm-t.fm_b_1,
	#cs-fb-widget.position_right.fm-t.fm_b_2 {
		bottom: 60px;
	}

	#back-top.fm-t.fm_b_3 {
		bottom: 86px;
	}
	#back-top.fm-t.fm_b_3.fb_wr {
		bottom: 140px;
	}

	#cs-fb-widget.position_left.fm-t.fm_b_3,
	#cs-fb-widget.position_right.fm-t.fm_b_3 {
		bottom: 86px;
	}
	.fix_cart_price_footer footer {
		padding-bottom: 75px;
	}
	.fix_cart_price_footer footer.fm_b {
		padding-bottom: 135px;
	}
	footer.fm_b {
		padding-bottom: 80px;
	}
}

@media (min-width: 992px) {
	#back-top {
		right: 20px;
		bottom: 20px;
	}
	#back-top.fm-t.fb_wr {
		bottom: 20px;
	}
	#back-top.fm-t.fbf {
		bottom: 64px;
	}
}

/*
@media (max-width: 767px) {
	#back-top.fb_wr {
		bottom:69px;
	}

	#back-top.fm_b_1.turn_on,
	#back-top.fm_b_2.turn_on,
	#cs-fb-widget.fm_b_1.turn_on,
	#cs-fb-widget.fm_b_2.turn_on {
		bottom:114px !important;
	}
	#back-top.fm_b_1.fb_wr.turn_on,
	#back-top.fm_b_2.fb_wr.turn_on {
		bottom:168px !important;
	}
	#back-top.fm_b_3.turn_on,
	#cs-fb-widget.fm_b_3.turn_on {
		bottom:135px;
	}
	#back-top.fm_b_3.fb_wr {
		bottom:139px;
	}
	#back-top.fm_b_3.fb_wr.turn_on {
		bottom:139px;
	}
	#cs-fb-widget.position_left.fm-t.turn_on,
	#cs-fb-widget.position_right.fm-t.turn_on{
		bottom: 139px;
	}

	#back-top.fb_wr.turn_on {
		bottom:119px;
	}
	#cs-fb-widget.position_right.fm-t{
		right: 54px;
	}
}

@media (max-width: 992px) {
	#back-top.fb_wr {
		bottom:69px;
	}
	#back-top.fm_b_1:not(.fb_wr),
	#back-top.fm_b_2:not(.fb_wr),
	#cs-fb-widget.fm_b_1,
	#cs-fb-widget.fm_b_2 {
		bottom:65px !important;
	}

	#back-top.fm_b_3:not(.fb_wr),
	#cs-fb-widget.position_left.fm_b_3,
	#cs-fb-widget.position_right.fm_b_3 {
		bottom:85px;
	}
	#back-top.fm_b_1.fb_wr,
	#back-top.fm_b_2.fb_wr {
		bottom:120px;
	}
	#back-top.fm_b_3.fb_wr {
		bottom:139px;
	}


	.fix_cart_price_footer footer {
		padding-bottom: 75px;
	}
	.fix_cart_price_footer footer.fm_b {
		padding-bottom: 135px !important;
	}
	footer.fm_b {
		padding-bottom: 80px;
	}
}*/



@media (min-width: 768px) {
	.add-to-cart-footer {
		display: none;
	}
	.fix-add-to-cart-footer footer {
		padding-bottom: 0;
	}
}
.chm-well {
	height: 100%;
	background: #fff;
	padding: 25px;
	border-radius:10px;
	box-shadow: 0px 0px 0px 1px #EAEDF7;
}
.chm-well.flex-column .btn-primary{
	margin-top: auto;
	align-self: flex-start;
}
.register-content {
	border-radius:10px;
	background: #fff;
}
.register-content .form-group,
.chm-account-content .form-group {
	margin-left: 0px;
	margin-right: 0px;
}
.register-content .form-group:last-child {
	margin-bottom: 0;
}
.chm-auth .form-group .control-label,
.register-content .form-group .control-label,
.chm-account-content .form-group .control-label {
	text-align:left;
	line-height: 24px;
	font-size: 14px;
	margin-bottom: 6px;
}
.group-checkbox label > a {
	margin-left: 10px;
}
@media (min-width: 1200px) {
	.register-content fieldset,
	.chm-account-content fieldset {
		max-width: 55%;
	}
}
.register-content > p {
	margin-bottom: 20px;
}
.register-content fieldset {
	margin-top: 20px;
}
.register-content fieldset:first-child legend{
	margin-top: 0px !important;
}
.radio-inline-flex {
	display: flex;
}
.radio-inline-flex label {
	margin-right: 15px;
}
.chm-title-auth {
	margin-bottom: 20px;
	font-size: 16px;
	font-weight: 600;
}

.chm-list-group {
	background: #fff;
	border-radius:10px;
	padding: 25px;
	border:1px solid #EAEDF7;
}
.chm-list-group-item.active::before {
	content: "";
	position: absolute;
	top: 50%;
	left: 0px;
	height: 24px;
	width: 2px;
	border-radius: 0px 10px 10px 0px;
	background: #557DC0;
	transform: translateY(-50%);
}
.chm-list-group a.chm-list-group-item {
	position: relative;
	display: block;
	padding: 12px 15px;
	background-color: #F7F8FB;
	border-radius: 6px;
	color: #000;
	-webkit-transition: background .2s ease;
	transition: background .2s ease;
	display: flex;
	align-items: center;
}
[class^="icon-am-"], [class*=" icon-am-"] {
	width: 16px;
	height: 16px;
	margin-right: 8px;
}
.chm-list-group a.active, .chm-list-group a.active:hover, .chm-list-group a:hover {
	color: #000;
	background: #EAEDF7;
}
.chm-list-group a + a {
	margin-top: 5px;
}
.chm-account-fixed {
	position: fixed;
	top: 0;
	right: 0;
	z-index: 10;
	max-height: 100vh;
	height: 100%;
	width: 300px;
	max-width: 100%;
	background: #ffffff;
	transition: transform .2s ease, visibility .2s ease, opacity .2s ease;
	transform: translate(100%, 0);
	text-align: left;
}
.chm-account-fixed .chm-account-menu-content {
	opacity: 0;
	visibility: hidden;
}
.chm-account-fixed.chm-account-is-open {
	transform: translate(0, 0);
	z-index: 1014;
}
.chm-account-fixed.chm-account-is-open .chm-account-menu-content {
	opacity: 1;
	visibility: visible;
}
.chm-account-button {
	position: absolute;
	right: 100%;
	top: 90px;
	background: #0b76ef;
	background-position: center;
	background-repeat: no-repeat;
	width: 42px;
	height: 44px;
	cursor: pointer;
	border-radius: 5px 0px 0px 5px;
	display: flex;
	align-items: center;
	justify-content: center;
	flex-wrap: wrap;
}
.chm-account-button .icon-account-menu {
	width: 20px;
	height: 20px;
	color: #fff;
	margin-left: 2px;
	margin-bottom: 9px;
}
.chm-account-button .text-am-menu {
	position: absolute;
	font-weight: 600;
	font-size: 8px;
	bottom: 5px;
	line-height: 10px;
	margin-left: 2px;
	color: #fff;
}
.chm-account-menu-content {
	padding: 0px;
	overflow-x: hidden;
	overflow-y: auto;
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
}
.chm-account-backdrop {
	background: #0b0b0b;
	opacity: 0;
	visibility: hidden;
	overflow: hidden;
	width: 100%;
	height: 100%;
	position: fixed;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	z-index: -1;
	transition: visibility .2s ease;
}
.chm-account-backdrop.active {
	opacity: 0.6;
	visibility: visible;
	z-index: 1013;
}
.chm-text-empty {
	padding: 12px 0px;
}

.chm-content,
.chm-account-content {
	padding: 25px;
	border-radius:10px;
	background: #fff;
	box-shadow: 0px 0px 0px 1px #EAEDF7;
}
.icon-downloads{
	height: 22px;
	width: 22px;
}
.icon-returns {
	width: 24px;
	height: 24px;
}
.chm-account-content form.form-horizontal legend:first-child {
	margin-top: 0;
}
.chm-content-title {
	font-size: 16px;
	font-weight: 600;
	margin-bottom: 20px;
	line-height: 28px;
}
.table-responsive + .chm-content-title {
	margin-top: 20px;
}
.address-item {
	border-bottom: 2px dashed #EAEDF7;
	margin-bottom: 20px;
	padding-bottom: 20px;
}
.address-item .chm-address-info {
	margin-bottom: 20px;
	line-height: 22px;
}
.chm-btn-info{
	margin-right: 20px;
}
.chm-btn-info,
.chm-btn-delete {
	cursor: pointer;
	border-bottom: 1px dashed;
}
.chm-btn-info:hover, .chm-btn-info:focus,
.chm-btn-delete:hover, .chm-btn-delete:focus {
	border-color: transparent;
}
.chm-btn-delete, .chm-btn-delete:hover,.chm-btn-delete:focus {
	color: #da4f49;
}
#content.forgot-password {
	min-height: 220px;
}

.page-cart {
	padding-bottom: 5px;
	align-items: flex-start;
	flex-direction: column;
}
.cart-col-left {
	width: 100%;
	margin-bottom: 20px;
}
.cart-col-right {
	width: 100%;
	background: #fff;
}
.title-text-next {
	font-weight: 600;
	font-size: 16px;
	margin-bottom: 15px;
}
.cart-item {
	flex-wrap: wrap;
	padding-top: 20px;
	padding-bottom: 20px;
	position: relative;
}
.cart-item + div.cart-item {
	border-top: 2px dashed #EAEDF7;
}
.cart-item-left {
	-ms-flex: 0 0 85px;
	flex: 0 0 85px;
	max-width: 85px;
	position: relative;
	padding-right: 20px;
}
.cart-item-image {
	justify-content: space-between;
}
.cart-item-center {
	padding: 0px 10px;
	flex-grow: 1;
	align-self: flex-start;
}
@media (max-width: 619px) {
	.cart-item-center {
		flex: 0 0 calc(100% - 85px);
	}
}
.cart-item-prod-name {
	margin-bottom: 10px;
	padding-right: 30px;
}
.cart-item-prod-name a {
	font-size: 14px;
	color: #000;
	font-weight: 600;
}
.cart-item .product-model {
	color: #505966;
	text-align: left;
	font-size: 12px;
	padding-right: 30px;
}
.cart-item-options {
	margin-top: 10px;
}
.cart-item-option .cart-item-option-name{
	font-size: 12px;
	color: #535D67;
	margin-right: 5px;
}
.cart-item-option .cart-item-option-value {
	font-size: 12px;
	color: #000;
	font-weight: 500;
}
.cart-item .cart-item-price-quantity {
	text-align: right;
}
.cart-item .cart-item-price-quantity .btn-remove {
	position: absolute;
	top: 20px;
	right: 0px;
}
.cart-item .ch-cart-quantity {
	justify-content: flex-end;
}
.cart-item-price,
.cart-item-total {
	white-space: nowrap;
}
.cart-item-total {
	margin-top: 2px;
	font-weight: 600;
	color: #000;
}
.text-cart-item-price,
.text-cart-item-total {
	margin-right: 6px;
}
.cart-col-right .table-cart .total-title {
	padding-left: 0;
}
.cart-col-right .table-cart .total-text {
	padding-right: 0;
}
.cart-item .cart-totals {
	flex-direction: column;
	margin-left: auto;
}
.cart-item .cart-item-price-quantity {
	width: 100%;
	margin-top: 10px;
}
.cart-item .cart-item-price-quantity > .justify-content-end {
	align-items:center;
}
.cart-shipping {
	margin-bottom: 10px;
}
.cart-shipping #collapse-shipping {
	padding-bottom: 20px;
	margin-bottom: 20px;
	border-bottom: 1px solid #EAEDF7;
}
.cart-shipping .accordion-toggle{
	font-size: 14px;
	padding: 10px 0px;
	color:#000;
	display: inline-block;
}
.cart-item:last-child {
	padding-bottom: 5px;
}
.checkout-col-left {
	width: 100%;
	margin-bottom: 0;
}
.checkout-col-left .cart-list{
	padding: 15px;
}

.mb-30 {
	margin-bottom: 30px;
}

.checkout-heading {
	font-size: 16px;
	font-weight: 600;
	padding-top: 5px;
	padding-bottom: 20px;
}
.form-control[disabled], .form-control[readonly], .form-control[disabled]:focus, .form-control[readonly]:focus, fieldset[disabled] .form-control {
	background-color: #F7F8FB;
	opacity: 1;
}
#payment-existing {
	float:left;
	width: 100%;
	overflow: hidden;
	margin-bottom: 10px;
}
#payment-address-new {
	float:left;
	width: 100%;
}
.payment .well.well-sm {
	padding: 15px;
	background: #F7F8FB;
	box-shadow: none;
	border-radius: 8px;
	border-color: #EAEDF7;
}
.payment .well.well-sm p + p{
	margin-bottom: 0;
}
.register-form {
	float:left;
	width: 100%;
	overflow: hidden;
	margin-top: 15px;
}
.register-form label{
	font-size: 14px;
}
.shipping_method_title {
	color:#000;
	font-weight: 600;
	margin-bottom: 10px;
}
.shipping_method_title ~ div.shipping_method_title {
	margin-top: 15px;
}
.chm-radio label {
	padding-left: 0;
	font-size: 14px;
}
.chm-radio label input {
	position: relative !important;
	min-width: 16px;
	width: 16px;
	height: 16px;
	margin: 0 10px 0 0 !important;
	padding: 0 !important;
	appearance: none;
	-moz-appearance: none;
	-webkit-appearance: none;
	background: #fff;
	border: solid 1px #DCE0E9;
	outline: none !important;
	cursor: pointer;
	border-radius: 50%;
	top:3px;
}
.chm-radio label input:hover {
	border: solid 1px #b3d7ff;
}
.chm-radio label input[type="radio"]:checked {
	background: #b3d7ff;
	border: solid 1px #b3d7ff;
}
.chm-radio label input[type="radio"]:checked:after {
	position: absolute;
	content: '';
	top: 50%;
	left: 50%;
	width: 12px;
	height: 12px;
	border: solid 3px #fff;
	border-radius: 50%;
	transform: translate(-50%, -50%);
}
.checkout-comment {
	margin-bottom: 20px;
}
.checkout-cart-accordion {
	margin-bottom: 15px;
}
.text-checkout-modules {
	font-size: 14px;
	color: #000;
	padding-bottom: 20px;
	margin-bottom: 15px;
	display: block;
	border-bottom: 1px solid #EAEDF7;
}
.cart-shipping .control-label{
	text-align: left;
}
.cart-coupon .control-label,
.cart-reward .control-label,
.cart-voucher .control-label {
	font-size: 13px;
	font-weight: 600;
}
.cart-coupon .btn-primary,
.cart-reward .btn-primary,
.cart-voucher .btn-primary {
	font-size: 14px;
}
#collapse-dop-module {
	padding-top: 5px;
	border-bottom: 1px solid #EAEDF7;
	margin-bottom: 15px;
}
.table_total {
	border-bottom: 1px solid #EAEDF7;
	padding-bottom: 15px;
	display: block;
}
@media (min-width: 320px) {
	.checkout-col-left .cart-list{
		box-shadow: 0px 0px 0px 1px #EAEDF7;
		border-radius: 8px;
	}
	.cart-col-right {
		box-shadow: 0px 0px 0px 1px #EAEDF7;
		border-radius: 8px;
		padding: 15px;
	}
}
@media (min-width: 620px) {
	.cart-item .cart-item-price-quantity {
		width:auto;
		max-width: 220px;
	}
	.cart-item-total {
		margin-top: 5px;
	}

	.cart-item {
		flex-wrap: nowrap;
	}
	.cart-item-price-quantity {
		flex-direction: column;
	}
	.cart-item .cart-item-price-quantity .btn-remove {
		position: relative;
		margin-left: 15px;
		top: 0;
	}
	.cart-item .cart-totals {
		margin-top: 15px;
	}
}
@media (min-width: 768px) {
	.cart-item:first-child {
		padding-top: 5px;
	}
	.checkout-col-left .cart-list{
		box-shadow: 0px 0px 0px 1px #EAEDF7;
		border-radius: 8px;
	}
	.cart-col-left {
		box-shadow: 0px 0px 0px 1px #EAEDF7;
		border-radius: 8px;
		padding: 15px;
	}

	.cart-item:hover .cart-item-prod-name a {
		color: #0f4b82;
	}
}
@media (min-width: 992px) {
	.page-cart {
		flex-direction: row;
	}
	.checkout-comment {
		margin-bottom: 0px;
	}
	.checkout-сustomer,
	.checkout-address,
	.checkout-shipping-address,
	.checkout-shipping-method,
	.checkout-payment-method{
		padding: 20px;
	}
	.checkout-col-left .cart-list{
		padding: 20px;
	}
	.cart-col-right {
		padding: 20px;
		position: sticky;
		top:20px;
		padding: 20px;
	}
	.checkout-col-left {
		margin-right: 30px;
	}
	.cart-col-left {
		margin-right: 30px;
		margin-bottom: 0;
		padding: 20px;
	}
	.cart-col-right {
		max-width: 350px;
	}
}

.chm-page-nf-ec {
	padding: 10px 25px 25px 25px;
	border-radius:10px;
	margin-top: 15px;
	background: #fff;
}
.chm-not-found h1 {
	font-size: 26px;
	font-weight: 600;
	margin-bottom: 20px;
}
.chm-not-found img {
	max-width: 100%;
}
.modal-xl {
	max-width: 1030px;
	width: calc(100% - 30px);
}
.modal-backdrop ~ .modal-backdrop {
	opacity: 0;
}

.a2a_kit.a2a_kit_size_32.a2a_default_style {
	display: flex;
	justify-content: space-between;
}
.a2a_kit.a2a_kit_size_32.a2a_default_style div[style="clear: both;"] {
	display: none;
}

.search_categories_box {
	padding-bottom: 2px;
	margin-bottom: 2px;
}
.search_category_items {
	margin-left: -5px;
	margin-right: -5px;
}
.search_category_items > a {
	background: #f7f8fb;
	color: #000;
	padding: 5px 10px;
	border-radius: 4px;
	margin-left: 5px;
	margin-right: 5px;
	margin-bottom: 10px;
	font-size:13px;
	display: inline-block;
}
.search_category_items > a:hover {
	background: #EAEDF7;
}
.search_categories_title {
	font-size: 14px;
	font-weight: 600;
	margin-bottom: 10px;
}
@media (min-width: 1200px) {

	.dropdown_search_item_product {
		border-radius: 10px;
		position: absolute;
		left: 100%;
		top: 0;
		margin-left: 15px;
		background: #fff;
		box-shadow: 6px 6px 19px rgba(0, 0, 0, 0.06);
		width: 320px;
		opacity: 0;
		height: auto;
		min-height: 100%;
		display: flex;
		transition: opacity 0.3s ease-in-out;
		margin-top: 0;
	}
	li.is-active .dropdown_search_item_product {
		opacity: 1;
	}
	.dropdown_search_item_product:before {
		content: "";
		display: block;
		position: absolute;
		top: 0;
		bottom: 0;
		right: 100%;
		width: 35px;
	}
	.header-search .product-thumb {
		flex: 1 0 100%;
	}
	.header-search .price-actions-box {
		margin-top: auto !important;
	}
}
.chm-error-agree {
	color:red;
}
.info-text-notify-stock,
.info-text-found-cheaper {
	background: #fff;
	color:#000;
	margin-bottom: 25px;
}

.chm-table-compare {
	width: 100%;
	max-width: 100%;
	margin-bottom: 20px;
}
.compare-table-scroll {
	padding-bottom: 15px;
	overflow-x: auto;
}
.compare-fixed-block {
	position: sticky;
	left: 15px;
	max-width: calc(100vw - 50px);
}

@media (max-width: 428px) {
	.chm-table-compare td:not([colspan]) {
		min-width: 50vw;
		max-width: 50vw;
	}
}
@media (max-width: 767px) {
	.compare-table-scroll {
		scroll-snap-type: x mandatory;
	}
	.compare-table-scroll {
		margin-left: -10px;
		margin-right: -10px;
	}
	.chm-table-compare:not(.mob-vw-40) td:not([colspan]) {
		min-width: 50vw;
		max-width: 50vw;
	}
	.chm-table-compare.mob-vw-40 td:not([colspan]) {
		min-width: 46vw;
		max-width: 46vw;
	}
}
@media (min-width: 992px) {
	.chm-table-compare.width-td-1 > thead > tr > td,
	.chm-table-compare.width-td-2 > thead > tr > td {
		max-width: 50%;
		min-width: 50%;
		width: 50px;
	}
	.chm-table-compare.width-td-3 > thead > tr > td {
		max-width:33.33333%;
		min-width:33.33333%;
		width:33.33333%;
	}
	.chm-table-compare.width-td-4 > thead > tr > td {
		max-width: 25%;
		min-width: 25%;
		width: 25px;
	}
}
.chm-table-compare > tbody > tr > th,
.chm-table-compare > thead > tr > td,
.chm-table-compare > tbody > tr > td,
.chm-table-compare > thead > tr > th {
	padding-top: 12px;
	padding-bottom: 12px;
	line-height: 20px;
	vertical-align: top;
	padding-left: 12px;
	padding-right: 12px;
}
.chm-table-compare > thead > tr > td + td,
.chm-table-compare > tbody > tr > td + td {
	border-left: 1px solid #F7F8FB;
}
.compare-property-group-name th {
	font-size: 18px;
	font-weight: 400;
	padding-left: 0px !important;
	padding: 0px !important;
}
.compare-property-group-name th > div {
	margin-bottom: 25px;
	padding-top: 20px;
	border-top: 1px solid #F7F8FB;
}
.compare-property-name th {
	font-weight: 600;
	background: #F7F8FB;
	padding-left: 12px;
}
.chm-table-compare .rating-star {
	width: 18px;
	height: 18px;
	position: relative;
	display: inline-block;
	margin-right: 0px;
	background-color: #C5C5C5;
	mask-image: url("../image/rating-star.svg");
	-webkit-mask-image: url("../image/rating-star.svg");
	mask-repeat: no-repeat;
	-webkit-mask-repeat: no-repeat;
	mask-size: cover;
	-webkit-mask-size: cover;
}

.chm-table-compare .rating-star-active {
	width: 18px;
	height: 18px;
	position: absolute;
	top: 0;
	left: 0;
	background-color: #E9A631;
	mask-image: url("../image/rating-star.svg");
	-webkit-mask-image: url("../image/rating-star.svg");
	mask-repeat: no-repeat;
	-webkit-mask-repeat: no-repeat;
	mask-size: cover;
	-webkit-mask-size: cover;
	overflow: hidden;
	width: 0%;
}
.chm-table-compare .compare-rating-info {
	margin-left: 5px;
	height: 18px;
	line-height: 18px;
}
.chm-table-compare .compare-rating-info span {
	font-size: 10px;
}
.chm-table-compare .compare-product-name {
	margin-bottom: 8px;
	font-size: 12px;
}
.chm-table-compare .compare-product-name {
	color: #757C83;
}

.compare-product {
	display: flex;
	flex-direction: column;
}
.compare-product__image {
	position: relative;
	margin-bottom: 10px;
}
.compare-product__caption {
	display: flex;
	flex-direction: column;
	flex-grow: 1;
	height: 100%;
}
.compare-product__name {
	margin-bottom: 10px;
}
.compare-product__name a {
	color: #000;
	font-size: 14px;
	font-weight: 400;
}
.compare-product__name a:hover {
	color:#365A95;
}
.compare-product__action {
	display: flex;
	justify-content: space-between;
	align-items: flex-end;
}
.compare-product__action .btn-general {
	max-width: 40px;
	padding: 4px;
}
.btn-remove-compare {
	width: 36px;
	height: 36px;
	border-radius: 8px;
	background: #F7F8FB;
	position: absolute;
	right: 5px;
	top: 5px;
	color:#000;
	display: flex;
	align-items: center;
	justify-content: center;
}

svg.chm-add-spinner {
 width: 26px;
 transform-origin: center;
 animation: rotateIcon 2s linear infinite;
}

.chm-add-spinner circle {
 fill: none;
 stroke-width: 3;
 stroke-dasharray: 1, 200;
 stroke-dashoffset: 0;
 stroke-linecap: round;
 animation: dashIcon 1.5s ease-in-out infinite;
}

@keyframes rotateIcon {
 100% {
  transform: rotate(360deg);
 }
}

@keyframes dashIcon {
 0% {
  stroke-dasharray: 1, 200;
  stroke-dashoffset: 0;
 }

 50% {
  stroke-dasharray: 90, 200;
  stroke-dashoffset: -35px;
 }

 100% {
  stroke-dashoffset: -125px;
 }
}

/* =========================================================
   VG MOBILE NAVIGATION — top search/cart + bottom menu
   ========================================================= */
.vg-mobile-header,
.vg-mobile-bottom-nav {
  display: none;
}

@media (max-width: 767px) {
  html {
    scroll-padding-top: 76px;
  }

  body {
    padding-top: calc(72px + env(safe-area-inset-top));
    padding-bottom: calc(72px + env(safe-area-inset-bottom));
  }

  /* Hide the old Chameleon mobile header. */
  header > .container {
    display: none !important;
  }

  header {
    min-height: 0 !important;
    padding: 0 !important;
  }

  .vg-mobile-header {
    display: grid !important;
    grid-template-columns: 58px minmax(0, 1fr) 62px;
    align-items: center;
    gap: 10px;
    position: fixed;
    z-index: 1045;
    top: 0;
    left: 0;
    right: 0;
    min-height: 72px;
    padding: 10px 14px;
    padding-top: calc(10px + env(safe-area-inset-top));
    background: rgba(255, 255, 255, .98);
    border-bottom: 1px solid #edf0f3;
    box-shadow: 0 4px 14px rgba(20, 35, 50, .07);
  }

  .vg-mobile-menu-btn {
    width: 58px;
    height: 52px;
    border: 0;
    background: transparent;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0;
    color: #111;
    line-height: 1;
  }

  .vg-mobile-menu-btn svg {
    width: 30px;
    height: 30px;
    fill: none;
    stroke: currentColor;
    stroke-width: 1.8;
    stroke-linecap: round;
  }

  .vg-mobile-menu-btn span {
    display: none !important;
  }

  .vg-mobile-search {
    min-width: 0;
  }

  .vg-mobile-search [id="search"],
  .vg-mobile-search .search-top,
  .vg-mobile-search form,
  .vg-mobile-search .input-group {
    width: 100% !important;
    margin: 0 !important;
  }

  .vg-mobile-search [id="search"],
  .vg-mobile-search .header-search,
  .vg-mobile-search .input-group {
    position: relative;
    display: flex;
    align-items: center;
    min-width: 0;
    height: 50px;
    overflow: visible;
    background: #f5f7f9 !important;
    border: 1px solid #e8edf1 !important;
    border-radius: 13px !important;
    box-shadow: none !important;
  }

  .vg-mobile-search input[type="text"],
  .vg-mobile-search input[type="search"] {
    height: 50px !important;
    min-width: 0 !important;
    flex: 1 1 auto;
    border-radius: 13px 0 0 13px !important;
    background: transparent !important;
    border: 0 !important;
    padding-left: 16px !important;
    font-size: 16px !important;
    box-shadow: none !important;
  }

  .vg-mobile-search .categories,
  .vg-mobile-search .btn-search-select {
    display: none !important;
  }

  .vg-mobile-search .button_search {
    flex: 0 0 50px;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    height: 50px !important;
    width: 50px !important;
    min-width: 50px !important;
    margin: 0 !important;
    padding: 0 !important;
    background: transparent !important;
    border: 0 !important;
    border-radius: 0 13px 13px 0 !important;
    box-shadow: none !important;
  }

  .vg-mobile-search .button_search .btn-search {
    position: static !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    width: 50px !important;
    height: 50px !important;
    margin: 0 !important;
    padding: 0 !important;
    border: 0 !important;
    transform: none !important;
  }

  .vg-mobile-search .button_search .icon-hsearch {
    position: static !important;
    display: block !important;
    width: 25px !important;
    height: 25px !important;
    margin: 0 !important;
    transform: none !important;
  }

  .vg-mobile-cart {
    position: relative;
    width: 62px;
    min-width: 62px;
    display: flex;
    justify-content: center;
  }

  .vg-mobile-cart-icon {
    position: absolute;
    z-index: 12;
    top: 50%;
    left: 50%;
    width: 31px;
    height: 31px;
    fill: none;
    stroke: #ffffff;
    stroke-width: 2;
    stroke-linecap: round;
    stroke-linejoin: round;
    transform: translate(-50%, -50%);
    pointer-events: none;
  }

  .vg-mobile-cart-direct-link {
    position: absolute;
    z-index: 13;
    top: 50%;
    left: 50%;
    display: block;
    width: 58px;
    height: 52px;
    border-radius: 12px;
    transform: translate(-50%, -50%);
  }

  .vg-mobile-cart .text-cart,
  .vg-mobile-cart .cart-price {
    display: none !important;
  }

  .vg-mobile-cart #cart,
  .vg-mobile-cart .btn-cart {
    width: 58px !important;
    margin: 0 !important;
  }

  .vg-mobile-cart #cart {
    position: relative;
  }

  .vg-mobile-cart #cart > button,
  .vg-mobile-cart .btn-cart {
    min-width: 58px !important;
    height: 52px !important;
    padding: 0 !important;
    background: #12ad61 !important;
    color: #ffffff !important;
    border: 0 !important;
    border-radius: 12px !important;
    box-shadow: 0 5px 14px rgba(18, 173, 97, .22) !important;
  }

  .vg-mobile-cart #cart > button svg,
  .vg-mobile-cart #cart > button img {
    width: 31px !important;
    height: 31px !important;
    color: #ffffff !important;
    stroke: #ffffff !important;
  }

  .vg-mobile-cart #cart > button .shop-bag-svg,
  .vg-mobile-cart #cart > button > img,
  .vg-mobile-cart #cart > button > svg {
    opacity: 0 !important;
  }

  .vg-mobile-header .vg-mobile-cart #cart > button .cart-total {
    display: flex !important;
    position: absolute;
    z-index: 14;
    top: -5px !important;
    right: auto !important;
    left: -5px !important;
    align-items: center;
    justify-content: center;
    min-width: 22px !important;
    height: 22px !important;
    padding: 0 6px !important;
    color: #ffffff !important;
    background: #e52525 !important;
    border: 2px solid #ffffff !important;
    border-radius: 999px !important;
    font-size: 11px !important;
    font-weight: 700 !important;
    line-height: 18px !important;
    pointer-events: none;
    transform: none !important;
  }

  /* Search results begin immediately; category/description controls stay hidden. */
  body.product-search .vg-search-advanced-block {
    display: none !important;
  }

  /*
   * Product tabs: target the Chameleon state class instead of the route class.
   * Some SEO/product layouts do not expose body.product-product, which is why
   * the v13 selector did not move the content on the real product page.
   */
  body.ft_tabs_mob .tabs__header.tabs_top,
  body.ft_tabs_mob .tabs__header.ft__mobile {
    top: calc(72px + env(safe-area-inset-top)) !important;
    z-index: 1040 !important;
    background: #ffffff !important;
  }

  /* Fallback before JavaScript measures the actual tabs height. */
  body.ft_tabs_mob main > .container:first-child {
    padding-top: var(--vg-product-tabs-height, 52px) !important;
  }

  body.ft_tabs_mob main .breadcrumb-box {
    padding-top: 0 !important;
  }

  .vg-mobile-bottom-nav {
    display: grid !important;
    grid-template-columns: repeat(4, 1fr);
    position: fixed;
    z-index: 1046;
    left: 0;
    right: 0;
    bottom: 0;
    height: calc(66px + env(safe-area-inset-bottom));
    padding: 4px 6px env(safe-area-inset-bottom);
    background: rgba(255, 255, 255, .97);
    border-top: 1px solid #e7ebef;
    box-shadow: 0 -5px 18px rgba(20, 35, 50, .09);
    backdrop-filter: blur(10px);
  }

  .vg-mbn-item {
    position: relative;
    appearance: none;
    border: 0;
    background: transparent;
    text-decoration: none !important;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 2px;
    min-width: 0;
    padding: 3px 2px;
    color: #606a76;
    font-size: 12px;
    line-height: 1.15;
  }

  .vg-mbn-item svg {
    width: 28px;
    height: 28px;
    fill: none;
    stroke: currentColor;
    stroke-width: 1.7;
    stroke-linecap: round;
    stroke-linejoin: round;
  }

  .vg-mbn-item.is-active,
  .vg-mbn-item:active {
    color: #12ad61;
  }

  .vg-mbn-item.is-active::before {
    content: '';
    position: absolute;
    top: -4px;
    width: 34px;
    height: 3px;
    border-radius: 0 0 5px 5px;
    background: #12ad61;
  }

  #cs-fb-widget.position_left,
  #cs-fb-widget.position_right {
    /*
     * The wrapper has zero width and the 44px button grows to its right.
     * right:58px leaves the whole button visible with a 14px screen margin.
     */
    right: 58px !important;
    bottom: calc(78px + env(safe-area-inset-bottom)) !important;
    left: auto !important;
    margin-bottom: 0 !important;
  }

  #cs-fb-widget .feedback_widget_button {
    left: 0 !important;
    right: auto !important;
  }

  #back-top,
  #back-top.fm-t,
  #back-top.fm-t.fb_wr {
    right: 14px !important;
    bottom: calc(138px + env(safe-area-inset-bottom)) !important;
    left: auto !important;
    margin-bottom: 0 !important;
  }

  /*
   * Chameleon side panels must cover both custom navigation bars.
   * Their native z-index is above 1000; the explicit rules also protect the
   * account and cart drawers when a sticky header is enabled.
   */
  .chm-account-fixed.chm-account-is-open,
  .header-cart-fix-right.cart-is-open,
  .cart-is-open .header-cart-fix-right {
    z-index: 12020 !important;
  }

  .chm-account-backdrop.active,
  .cart-is-open .header-cart-backdrop {
    z-index: 12010 !important;
  }

  /*
   * Mobile cart as a clean card. The cart remains inside the custom header,
   * so keeping the header's stacking level prevents the old header appearing.
   */
  .vg-mobile-cart .header-cart-backdrop {
    z-index: 12010 !important;
    background: rgba(20, 27, 34, .28) !important;
    backdrop-filter: blur(5px);
    -webkit-backdrop-filter: blur(5px);
  }

  .cart-is-open .vg-mobile-cart .header-cart-backdrop {
    opacity: 1 !important;
  }

  .vg-mobile-cart .header-cart-fix-right {
    z-index: 12020 !important;
    top: calc(12px + env(safe-area-inset-top)) !important;
    right: 12px !important;
    bottom: calc(76px + env(safe-area-inset-bottom)) !important;
    left: 12px !important;
    width: auto !important;
    max-width: none !important;
    height: auto !important;
    max-height: none !important;
    border-radius: 20px !important;
    box-shadow: 0 18px 50px rgba(15, 25, 35, .2) !important;
    overflow: hidden !important;
    transform: translateY(18px) scale(.985) !important;
  }

  .cart-is-open .vg-mobile-cart .header-cart-fix-right {
    transform: translateY(0) scale(1) !important;
  }

  /*
   * Keep the custom top and bottom bars visible while Chameleon's side menu is
   * open. The drawer itself begins below the top bar and ends above the bottom
   * navigation, so its language/account row can no longer hide underneath the
   * fixed header.
   */
  .mob-menu-info-fixed-left {
    top: calc(72px + env(safe-area-inset-top)) !important;
    bottom: calc(66px + env(safe-area-inset-bottom)) !important;
    height: auto !important;
    max-height: none !important;
    z-index: 12040 !important;
  }

  .mob-menu-info-fixed-left > div,
  .mob-menu-info-fixed-left > .mob-first-menu {
    height: 100% !important;
    max-height: 100% !important;
  }

  .ch-bg-mob {
    top: calc(72px + env(safe-area-inset-top)) !important;
    bottom: calc(66px + env(safe-area-inset-bottom)) !important;
    height: auto !important;
    z-index: 12030 !important;
  }

  .vg-mobile-header,
  .vg-mobile-bottom-nav {
    z-index: 12060 !important;
  }

  /* Chameleon's .no-scroll rule changes the parent header positioning. */
  body.no-scroll .vg-mobile-header {
    position: fixed !important;
    top: 0 !important;
    left: 0 !important;
    right: 0 !important;
  }

  .vg-mobile-cart .header-cart-top {
    height: 64px !important;
    padding: 16px 60px 12px 20px !important;
    border-bottom: 0 !important;
  }

  .vg-mobile-cart .header-cart-title {
    font-size: 23px !important;
    font-weight: 600 !important;
  }

  .vg-mobile-cart .header-cart-title::after {
    display: none !important;
  }

  .vg-mobile-cart .header-cart-close {
    top: 12px !important;
    right: 14px !important;
    width: 40px !important;
    height: 40px !important;
    border: 0 !important;
    background-color: transparent !important;
    background-size: 18px !important;
    opacity: .62 !important;
  }

  .vg-mobile-cart .header-cart-scroll {
    height: calc(100% - 64px) !important;
    padding: 0 16px 18px !important;
  }

  .vg-mobile-cart .header-cart-product-item {
    position: relative;
    display: grid !important;
    grid-template-columns: 92px minmax(0, 1fr);
    column-gap: 14px;
    row-gap: 10px;
    align-items: start;
    padding: 18px 0 !important;
  }

  .vg-mobile-cart .header-cart-product-item-left {
    grid-column: 1;
    grid-row: 1;
    width: 92px !important;
    max-width: 92px !important;
    padding: 0 !important;
    flex: none !important;
  }

  .vg-mobile-cart .header-cart-product-item-left img {
    display: block;
    width: 92px !important;
    max-width: 92px !important;
    height: 92px !important;
    object-fit: contain;
    border-radius: 10px;
    background: #ffffff;
  }

  .vg-mobile-cart .header-cart-product-item-center {
    grid-column: 2;
    grid-row: 1;
    width: auto !important;
    min-width: 0;
    padding: 0 !important;
  }

  .vg-mobile-cart .header-cart-product-name a {
    display: block;
    color: #181818 !important;
    font-size: 16px !important;
    font-weight: 500 !important;
    line-height: 1.35;
  }

  .vg-mobile-cart .header-cart-price-quantity {
    grid-column: 1 / -1;
    grid-row: 2;
    display: flex !important;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    width: 100% !important;
    max-width: none !important;
    padding-right: 38px;
    text-align: left !important;
    flex: none !important;
  }

  .vg-mobile-cart .header-cart-price-quantity .ch-cart-quantity {
    justify-content: flex-start !important;
  }

  .vg-mobile-cart .ch-cart-quantity .btn-quantity-minus,
  .vg-mobile-cart .ch-cart-quantity .btn-quantity-plus {
    width: 42px !important;
    height: 42px !important;
    color: #69737d !important;
    background: #ffffff !important;
    border-color: #e1e6eb !important;
    box-shadow: none !important;
  }

  .vg-mobile-cart .ch-cart-quantity .form-control {
    width: 44px !important;
    max-width: 44px !important;
    height: 42px !important;
    font-size: 16px !important;
    font-weight: 600;
    border-color: #e1e6eb !important;
  }

  .vg-mobile-cart .header-cart-item-total {
    margin: 0 !important;
    color: #171717 !important;
    font-size: 17px !important;
    font-weight: 700 !important;
  }

  .vg-mobile-cart .header-cart-product-item-left .btn-link-delete {
    position: absolute !important;
    top: auto !important;
    right: 0 !important;
    bottom: 21px !important;
    left: auto !important;
    width: 32px !important;
    height: 32px !important;
    min-width: 32px !important;
    padding: 0 !important;
    color: #8b949e !important;
    background: transparent !important;
    border: 0 !important;
    border-radius: 8px !important;
    box-shadow: none !important;
  }

  .vg-mobile-cart .header-cart-sticky {
    padding: 16px !important;
    border-radius: 0 0 20px 20px;
  }

  .vg-mobile-cart .header-cart-sticky .btn {
    width: 100% !important;
    min-height: 50px;
    margin-top: 10px;
    border-radius: 9px !important;
    font-size: 16px !important;
  }

  .vg-mobile-cart .header-cart-sticky .btn-primary,
  .vg-mobile-cart .header-cart-sticky .btn-checkout {
    color: #ffffff !important;
    background: #0ba360 !important;
    border-color: #0ba360 !important;
  }
}

/* =========================================================
 * VG v30 — large cart modal after pressing the Buy button.
 * Uses the native Chameleon cart so quantity/remove/checkout stay functional.
 * ========================================================= */
.vg-cart-modal-actions {
  display: none;
}

.vg-cart-modal-clear {
  display: none;
}

.vg-cart-free-shipping-notice {
  display: none;
}

.vg-cart-label-ru {
  display: none;
}

html[lang^="ru"] .vg-cart-label-ua {
  display: none;
}

html[lang^="ru"] .vg-cart-label-ru {
  display: inline;
}

.vg-cart-free-shipping-complete {
  display: none;
}

body.vg-cart-modal-active .shopping-cart .vg-cart-free-shipping-notice:not(.is-complete) .vg-cart-free-shipping-complete {
  display: none !important;
}

body.vg-cart-modal-active .shopping-cart .vg-cart-free-shipping-notice {
  display: flex;
  align-items: center;
  gap: 10px;
  margin: 14px 0 0;
  padding: 11px 14px;
  color: #17653d;
  font-size: 13px;
  line-height: 1.4;
  text-align: left;
  background: #dff5ea;
  border: 1px solid #c6ebd9;
  border-radius: 8px;
}

body.vg-cart-modal-active .shopping-cart .vg-cart-free-shipping-icon {
  flex: 0 0 auto;
  color: #12a35a;
  font-size: 17px;
}

body.vg-cart-modal-active .shopping-cart .vg-cart-free-shipping-notice strong {
  color: #0c8b49;
  font-weight: 700;
}

body.vg-cart-modal-active .shopping-cart .vg-cart-free-shipping-notice.is-complete {
  color: #11653a;
  background: #d7f3e5;
  border-color: #b9e6cf;
}

body.vg-cart-modal-active .shopping-cart .vg-cart-free-shipping-notice.is-complete .vg-cart-free-shipping-pending {
  display: none !important;
}

body.vg-cart-modal-active .shopping-cart .vg-cart-free-shipping-notice.is-complete .vg-cart-free-shipping-complete {
  display: inline;
}

html[lang^="ru"] body.vg-cart-modal-active .shopping-cart .vg-cart-free-shipping-notice.is-complete .vg-cart-free-shipping-complete.vg-cart-label-ua {
  display: none;
}

html[lang^="ru"] body.vg-cart-modal-active .shopping-cart .vg-cart-free-shipping-notice.is-complete .vg-cart-free-shipping-complete.vg-cart-label-ru {
  display: inline;
}

body.vg-cart-modal-active .shopping-cart .header-cart-backdrop {
  z-index: 13010 !important;
  background: rgba(27, 35, 45, .66) !important;
  opacity: 0 !important;
  visibility: hidden !important;
  backdrop-filter: blur(2px);
  -webkit-backdrop-filter: blur(2px);
}

body.vg-cart-modal-active .shopping-cart.cart-is-open .header-cart-backdrop {
  opacity: 1 !important;
  visibility: visible !important;
}

body.vg-cart-modal-active .shopping-cart .header-cart-fix-right {
  z-index: 13020 !important;
  top: 50% !important;
  right: auto !important;
  bottom: auto !important;
  left: 50% !important;
  width: calc(100vw - 40px) !important;
  max-width: 900px !important;
  height: auto !important;
  max-height: calc(100vh - 40px) !important;
  overflow: hidden !important;
  border-radius: 14px !important;
  box-shadow: 0 24px 70px rgba(15, 24, 33, .24) !important;
  transform: translate(-50%, -47%) scale(.985) !important;
  transition: transform .2s ease, visibility .2s ease, opacity .2s ease !important;
}

body.vg-cart-modal-active .shopping-cart.cart-is-open .header-cart-fix-right {
  opacity: 1 !important;
  visibility: visible !important;
  transform: translate(-50%, -50%) scale(1) !important;
}

body.vg-cart-modal-active .shopping-cart .header-cart-top {
  height: 62px !important;
  padding: 18px 62px 16px 24px !important;
}

body.vg-cart-modal-active .shopping-cart .header-cart-title {
  font-size: 20px !important;
}

body.vg-cart-modal-active .shopping-cart .header-cart-title::after {
  display: none !important;
}

body.vg-cart-modal-active .shopping-cart .header-cart-close {
  top: 16px !important;
  right: 18px !important;
  width: 30px !important;
  height: 30px !important;
}

body.vg-cart-modal-active .shopping-cart .header-cart-scroll {
  display: flex !important;
  flex-direction: column !important;
  height: auto !important;
  max-height: calc(100vh - 102px) !important;
  padding: 0 24px !important;
  overflow-x: hidden !important;
  overflow-y: auto !important;
}

body.vg-cart-modal-active .shopping-cart .header-cart-product-item {
  display: grid !important;
  grid-template-columns: 92px minmax(0, 1fr) 280px 44px;
  column-gap: 16px;
  align-items: center;
  min-height: 116px;
  padding: 18px 0 !important;
}

body.vg-cart-modal-active .shopping-cart .header-cart-product-item-left {
  grid-column: 1;
  width: 92px;
  max-width: 92px;
  padding: 0 !important;
  flex: none;
}

body.vg-cart-modal-active .shopping-cart .header-cart-product-item-left img {
  width: 82px;
  max-width: 82px;
  height: 82px;
  object-fit: contain;
}

body.vg-cart-modal-active .shopping-cart .header-cart-product-item-center {
  grid-column: 2;
  align-self: center;
  min-width: 0;
  padding: 0 !important;
}

body.vg-cart-modal-active .shopping-cart .header-cart-product-name a {
  font-size: 15px;
  line-height: 1.35;
}

body.vg-cart-modal-active .shopping-cart .header-cart-product-code {
  margin-top: 7px;
  color: #8a949e;
  font-size: 12px;
  line-height: 1.3;
}

body.vg-cart-modal-active .shopping-cart .header-cart-product-code strong {
  color: #69747f;
  font-weight: 500;
}

body.vg-cart-modal-active .shopping-cart .header-cart-price-quantity {
  grid-column: 3;
  display: grid !important;
  grid-template-columns: 136px 128px;
  flex: none;
  width: 280px;
  max-width: 280px;
  align-items: center;
  gap: 16px;
  text-align: right;
}

body.vg-cart-modal-active .shopping-cart .header-cart-price-quantity .ch-cart-quantity {
  justify-content: center;
}

body.vg-cart-modal-active .shopping-cart .ch-cart-quantity .btn-quantity-minus,
body.vg-cart-modal-active .shopping-cart .ch-cart-quantity .btn-quantity-plus {
  width: 34px;
  height: 38px;
  color: #606b76;
  border-color: #dfe5ea;
}

body.vg-cart-modal-active .shopping-cart .ch-cart-quantity .form-control {
  width: 46px;
  max-width: 46px;
  height: 38px !important;
  font-size: 15px;
  font-weight: 600;
  border-color: #dfe5ea !important;
}

body.vg-cart-modal-active .shopping-cart .header-cart-item-total {
  min-width: 128px;
  margin-top: 0 !important;
  font-size: 16px;
  text-align: right;
  white-space: nowrap;
}

body.vg-cart-modal-active .shopping-cart .header-cart-product-remove {
  grid-column: 4;
  display: flex;
  align-items: center;
  justify-content: flex-end;
}

body.vg-cart-modal-active .shopping-cart .header-cart-product-remove .btn-link-delete {
  position: static !important;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 38px !important;
  min-width: 38px;
  height: 38px !important;
  padding: 0 !important;
  color: #f05b3f !important;
  font-size: 17px;
  background: #fff5f2 !important;
  border: 1px solid #ffe0d8 !important;
  border-radius: 8px !important;
  box-shadow: none !important;
}

body.vg-cart-modal-active .shopping-cart .header-cart-product-remove .btn-link-delete:hover {
  color: #ffffff !important;
  background: #f05b3f !important;
  border-color: #f05b3f !important;
}

body.vg-cart-modal-active .shopping-cart .header-cart-totals,
body.vg-cart-modal-active .shopping-cart .header-cart-actions,
body.vg-cart-modal-active .shopping-cart .header-cart-sticky {
  display: none !important;
}

body.vg-cart-modal-active .shopping-cart .vg-cart-modal-actions {
  position: sticky;
  z-index: 3;
  bottom: 0;
  display: grid;
  grid-template-columns: auto minmax(150px, 1fr) auto;
  align-items: center;
  gap: 18px;
  margin: 0 -24px;
  padding: 16px 24px;
  background: #f7f9fa;
  border-top: 1px solid #e4e9ed;
  box-shadow: 0 -8px 20px rgba(32, 44, 56, .05);
}

body.vg-cart-modal-active .shopping-cart .vg-cart-modal-continue,
body.vg-cart-modal-active .shopping-cart .vg-cart-modal-checkout {
  min-width: 190px;
  margin: 0 !important;
  white-space: nowrap;
}

body.vg-cart-modal-active .shopping-cart .vg-cart-modal-grand-total {
  display: flex;
  align-items: baseline;
  justify-content: flex-end;
  gap: 10px;
  color: #171717;
  white-space: nowrap;
}

body.vg-cart-modal-active .shopping-cart .vg-cart-modal-total-title {
  color: #68727c;
  font-size: 14px;
}

body.vg-cart-modal-active .shopping-cart .vg-cart-modal-total-value {
  font-size: 19px;
  font-weight: 700;
}

@media (max-width: 767px) {
  body.vg-cart-modal-active .shopping-cart .header-cart-fix-right {
    top: calc(8px + env(safe-area-inset-top)) !important;
    right: 8px !important;
    bottom: calc(72px + env(safe-area-inset-bottom)) !important;
    left: 8px !important;
    width: auto !important;
    max-width: none !important;
    height: auto !important;
    max-height: none !important;
    background: #f2f3f4 !important;
    border-radius: 18px !important;
    transform: translateY(16px) scale(.99) !important;
  }

  body.vg-cart-modal-active .shopping-cart.cart-is-open .header-cart-fix-right {
    transform: translateY(0) scale(1) !important;
  }

  body.vg-cart-modal-active .shopping-cart .header-cart-top {
    height: 56px !important;
    padding: 16px 58px 12px 18px !important;
    background: #f2f3f4 !important;
    border-bottom: 0 !important;
  }

  body.vg-cart-modal-active .shopping-cart .header-cart-title {
    font-size: 17px !important;
  }

  body.vg-cart-modal-active .shopping-cart .header-cart-close {
    top: 9px !important;
    right: 12px !important;
    width: 38px !important;
    height: 38px !important;
  }

  body.vg-cart-modal-active .shopping-cart .header-cart-scroll {
    height: calc(100% - 56px) !important;
    max-height: none !important;
    padding: 0 14px 28px !important;
    background: #f2f3f4 !important;
  }

  body.vg-cart-modal-active .shopping-cart .vg-cart-free-shipping-notice {
    margin-top: 8px;
    padding: 12px 14px;
    font-size: 13px;
  }

  body.vg-cart-modal-active .shopping-cart .header-cart-product-item {
    grid-template-columns: 74px minmax(0, 1fr) 38px;
    column-gap: 12px;
    row-gap: 14px;
    min-height: 0;
    margin-top: 12px;
    padding: 16px 14px !important;
    background: #ffffff !important;
    border: 0 !important;
  }

  body.vg-cart-modal-active .shopping-cart .header-cart-product-item + div.header-cart-product-item,
  body.vg-cart-modal-active .shopping-cart .header-cart-products > div:last-child {
    border: 0 !important;
  }

  body.vg-cart-modal-active .shopping-cart .header-cart-product-item-left {
    grid-column: 1;
    grid-row: 1;
    align-self: start;
    width: 74px !important;
    max-width: 74px !important;
  }

  body.vg-cart-modal-active .shopping-cart .header-cart-product-item-left img {
    width: 68px !important;
    max-width: 68px !important;
    height: 68px !important;
  }

  body.vg-cart-modal-active .shopping-cart .header-cart-product-item-center {
    grid-column: 2;
    grid-row: 1;
    align-self: start;
  }

  body.vg-cart-modal-active .shopping-cart .header-cart-product-name a {
    font-size: 14px;
    font-weight: 600;
  }

  body.vg-cart-modal-active .shopping-cart .header-cart-product-code {
    margin-top: 7px;
    font-size: 12px;
  }

  body.vg-cart-modal-active .shopping-cart .header-cart-price-quantity {
    grid-column: 1 / 4;
    grid-row: 2;
    grid-template-columns: 150px minmax(96px, 1fr);
    width: 100% !important;
    max-width: none !important;
    gap: 10px;
  }

  body.vg-cart-modal-active .shopping-cart .header-cart-product-remove {
    grid-column: 3;
    grid-row: 1;
    align-self: start;
  }

  body.vg-cart-modal-active .shopping-cart .header-cart-item-total {
    min-width: 0;
    font-size: 17px;
  }

  body.vg-cart-modal-active .shopping-cart .header-cart-product-remove .btn-link-delete {
    width: 36px !important;
    min-width: 36px !important;
    height: 36px !important;
    color: #f15a3b !important;
    font-size: 18px;
    background: transparent !important;
    border-color: transparent !important;
  }

  body.vg-cart-modal-active .shopping-cart .ch-cart-quantity .btn-quantity-minus,
  body.vg-cart-modal-active .shopping-cart .ch-cart-quantity .btn-quantity-plus {
    width: 40px;
    height: 46px;
    font-size: 19px;
  }

  body.vg-cart-modal-active .shopping-cart .ch-cart-quantity .form-control {
    width: 48px;
    max-width: 48px;
    height: 46px !important;
    font-size: 17px;
  }

  body.vg-cart-modal-active .shopping-cart .vg-cart-modal-actions {
    position: static;
    grid-template-columns: minmax(0, 1fr) auto;
    gap: 14px 12px;
    margin: 0;
    padding: 16px 0 24px;
    background: transparent;
    border-top: 0;
    box-shadow: none;
  }

  body.vg-cart-modal-active .shopping-cart .vg-cart-modal-clear {
    grid-column: 1;
    grid-row: 1;
    display: inline-flex;
    align-items: center;
    justify-self: start;
    min-width: 0;
    padding: 0;
    color: #949da5;
    font-size: 14px;
    line-height: 1.3;
    text-decoration: underline;
    background: transparent;
    border: 0;
    box-shadow: none;
  }

  body.vg-cart-modal-active .shopping-cart .vg-cart-modal-clear:disabled {
    cursor: wait;
    opacity: .55;
  }

  body.vg-cart-modal-active .shopping-cart .vg-cart-modal-grand-total {
    grid-column: 2;
    grid-row: 1;
    justify-content: flex-end;
  }

  body.vg-cart-modal-active .shopping-cart .vg-cart-modal-total-title {
    display: none;
  }

  body.vg-cart-modal-active .shopping-cart .vg-cart-modal-total-value {
    font-size: 20px;
  }

  body.vg-cart-modal-active .shopping-cart .vg-cart-modal-continue,
  body.vg-cart-modal-active .shopping-cart .vg-cart-modal-checkout {
    min-width: 0;
    width: 100% !important;
    min-height: 54px;
    padding-right: 12px;
    padding-left: 12px;
    font-size: 15px;
    font-weight: 600;
  }

  body.vg-cart-modal-active .shopping-cart .vg-cart-modal-checkout {
    grid-column: 1 / -1;
    grid-row: 2;
  }

  body.vg-cart-modal-active .shopping-cart .vg-cart-modal-continue {
    grid-column: 1 / -1;
    grid-row: 3;
    color: #8f989f !important;
    background: transparent !important;
    border: 1px solid #b8c0c6 !important;
  }
}

/*
 * Temporarily hide the optional cart actions requested by the store:
 * coupon, gift certificate and shipping-cost estimation. Phone only.
 */
@media (max-width: 767px) {
  .checkout-cart-accordion,
  .text-checkout-modules,
  #collapse-dop-module,
  .cart-shipping {
    display: none !important;
  }
}

/* Simplified mobile shopping-cart page. */
.vg-cart-continue {
  display: none;
}

@media (max-width: 619px) {
  .page-cart .cart-item .cart-item-price-quantity {
    box-sizing: border-box;
    padding-left: 105px;
  }

  .page-cart .cart-item .cart-item-price-quantity > .justify-content-end {
    width: 100%;
    justify-content: space-between !important;
  }

  .page-cart .cart-item .ch-cart-quantity {
    justify-content: flex-start !important;
  }

  .page-cart .cart-item .cart-totals {
    margin-left: auto !important;
    align-items: flex-end;
  }

  .page-cart .text-cart-item-price,
  .page-cart .cart-item-total {
    display: none !important;
  }

  .page-cart .cart-item-price {
    margin: 0 !important;
    color: #1b1b1b;
    font-size: 16px;
    font-weight: 500;
    white-space: nowrap;
  }

  .page-cart .cart-col-right .table-cart tr:not(:last-child) {
    display: none !important;
  }

  .page-cart .vg-cart-actions {
    display: flex !important;
    flex-direction: column !important;
    align-items: stretch !important;
    gap: 12px;
    width: 100% !important;
    margin-top: 14px;
  }

  .page-cart .vg-cart-actions > .btn,
  .page-cart .vg-cart-actions > a {
    display: flex !important;
    align-items: center;
    justify-content: center;
    float: none !important;
    width: 100% !important;
    min-height: 52px;
    margin: 0 !important;
    box-sizing: border-box;
    border-radius: 9px !important;
    text-align: center;
  }

  .vg-cart-continue.is-visible {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    min-height: 52px;
    margin: 0;
    color: #626b75 !important;
    background: #f3f5f7;
    border: 1px solid #dfe4e9;
    border-radius: 9px;
    font-size: 16px;
    font-weight: 500;
    text-decoration: none !important;
  }

  .vg-cart-continue.is-visible:hover,
  .vg-cart-continue.is-visible:focus {
    color: #434b54 !important;
    background: #e9edf0;
  }
}

@media (max-width: 380px) {
  .vg-mobile-header {
    grid-template-columns: 50px minmax(0, 1fr) 54px;
    gap: 6px;
    padding-left: 8px;
    padding-right: 8px;
  }

  .vg-mobile-menu-btn {
    width: 50px;
  }

  .vg-mobile-cart {
    width: 54px;
    min-width: 54px;
  }

  .vg-mbn-item {
    font-size: 11px;
  }
}

/*
 * Mobile feedback widget: while the contact actions are expanded, temporarily
 * hide the back-to-top button. The widget layout and button order stay intact.
 */
@media (max-width: 767px) {
  #back-top {
    transition: opacity .18s ease, visibility .18s ease, transform .18s ease, bottom .3s ease-out !important;
  }

  body.vg-feedback-open #back-top,
  #back-top.vg-feedback-hidden {
    opacity: 0 !important;
    visibility: hidden !important;
    pointer-events: none !important;
    transform: translateY(8px) scale(.92) !important;
  }
}

/*
 * VG v19 — wider mobile live-search results.
 * Keep the existing header/search structure; only expand the suggestion panel
 * to almost the full viewport width, like the supplied reference.
 */
@media (max-width: 767px) {
  .vg-mobile-search [id="search"] .search_autocomplete,
  .vg-mobile-search .header-search .search_autocomplete {
    width: calc(100vw - 32px) !important;
    min-width: 0 !important;
    max-width: none !important;
    left: 50% !important;
    right: auto !important;
    transform: translateX(-50%) !important;
    box-sizing: border-box !important;
  }

  .vg-mobile-search .search_autocomplete .autocomplete-wrapper {
    width: 100% !important;
    box-sizing: border-box !important;
  }
}

/*
 * VG v20 — full-screen mobile live search.
 * While the customer types, the search field becomes almost full width and
 * the live-result area covers the entire viewport, so the underlying page is
 * not visible. The product-result structure itself is unchanged.
 */
@media (max-width: 767px) {
  body.vg-search-overlay-open {
    overflow: hidden !important;
    overscroll-behavior: none;
  }

  body.vg-search-overlay-open .vg-mobile-header {
    display: block !important;
    z-index: 2147483000 !important;
    width: 100vw !important;
    height: 100dvh !important;
    min-height: 100dvh !important;
    padding: calc(12px + env(safe-area-inset-top)) 16px 0 !important;
    background: #fff !important;
    border: 0 !important;
    box-shadow: none !important;
    overflow: hidden !important;
  }

  body.vg-search-overlay-open .vg-mobile-menu-btn,
  body.vg-search-overlay-open .vg-mobile-cart,
  body.vg-search-overlay-open .vg-mobile-bottom-nav,
  body.vg-search-overlay-open #cs-fb-widget,
  body.vg-search-overlay-open #back-top {
    opacity: 0 !important;
    visibility: hidden !important;
    pointer-events: none !important;
  }

  body.vg-search-overlay-open .vg-mobile-search {
    position: relative !important;
    display: grid !important;
    grid-template-columns: minmax(0, 1fr) 42px !important;
    align-items: center !important;
    column-gap: 8px !important;
    width: 100% !important;
    height: auto !important;
    min-width: 0 !important;
    z-index: 2 !important;
  }

  body.vg-search-overlay-open .vg-mobile-search [id="search"],
  body.vg-search-overlay-open .vg-mobile-search .search-top,
  body.vg-search-overlay-open .vg-mobile-search .header-search,
  body.vg-search-overlay-open .vg-mobile-search form,
  body.vg-search-overlay-open .vg-mobile-search .input-group {
    grid-column: 1 !important;
    width: 100% !important;
    max-width: none !important;
    min-width: 0 !important;
    height: 52px !important;
    margin: 0 !important;
    box-sizing: border-box !important;
  }

  body.vg-search-overlay-open .vg-mobile-search [id="search"],
  body.vg-search-overlay-open .vg-mobile-search .header-search,
  body.vg-search-overlay-open .vg-mobile-search .input-group {
    background: #f5f7f9 !important;
    border: 1px solid #e7ebef !important;
    border-radius: 14px !important;
    box-shadow: none !important;
  }

  body.vg-search-overlay-open .vg-mobile-search input[type="text"],
  body.vg-search-overlay-open .vg-mobile-search input[type="search"] {
    width: 100% !important;
    max-width: none !important;
    min-width: 0 !important;
    height: 52px !important;
    font-size: 18px !important;
    padding-left: 18px !important;
    background: transparent !important;
  }

  body.vg-search-overlay-open .vg-mobile-search .button_search,
  body.vg-search-overlay-open .vg-mobile-search .button_search .btn-search {
    height: 52px !important;
  }

  .vg-mobile-search-close {
    display: none;
  }

  body.vg-search-overlay-open .vg-mobile-search-close {
    grid-column: 2 !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    width: 42px !important;
    height: 52px !important;
    margin: 0 !important;
    padding: 0 !important;
    color: #7b838b !important;
    background: transparent !important;
    border: 0 !important;
    border-radius: 10px !important;
    font-size: 38px !important;
    font-weight: 200 !important;
    line-height: 1 !important;
    box-shadow: none !important;
    -webkit-tap-highlight-color: transparent;
  }

  body.vg-search-overlay-open .vg-mobile-search [id="search"] .search_autocomplete,
  body.vg-search-overlay-open .vg-mobile-search .header-search .search_autocomplete,
  body.vg-search-overlay-open .vg-mobile-search .search_autocomplete {
    position: fixed !important;
    z-index: 2147483001 !important;
    top: calc(76px + env(safe-area-inset-top)) !important;
    left: 0 !important;
    right: 0 !important;
    bottom: 0 !important;
    width: 100vw !important;
    min-width: 100vw !important;
    max-width: 100vw !important;
    height: auto !important;
    max-height: none !important;
    margin: 0 !important;
    padding: 0 16px calc(24px + env(safe-area-inset-bottom)) !important;
    transform: none !important;
    overflow-x: hidden !important;
    overflow-y: auto !important;
    -webkit-overflow-scrolling: touch;
    background: #fff !important;
    border: 0 !important;
    border-radius: 0 !important;
    box-shadow: none !important;
    box-sizing: border-box !important;
  }

  body.vg-search-overlay-open .vg-mobile-search .search_autocomplete .autocomplete-wrapper,
  body.vg-search-overlay-open .vg-mobile-search .search_autocomplete > ul,
  body.vg-search-overlay-open .vg-mobile-search .search_autocomplete .ajaxadvance,
  body.vg-search-overlay-open .vg-mobile-search .search_autocomplete .search_categories_box {
    width: 100% !important;
    max-width: none !important;
    box-sizing: border-box !important;
  }

  body.vg-search-overlay-open .vg-mobile-search .search_autocomplete li,
  body.vg-search-overlay-open .vg-mobile-search .search_autocomplete li > a {
    width: 100% !important;
    max-width: none !important;
    box-sizing: border-box !important;
  }
}

/* =========================================================
 * VG v29 — desktop search results use the same controls layout
 * as ordinary category pages. Phones and tablets are untouched.
 * ========================================================= */
@media (min-width: 1200px) {
  /* In search.twig the stock block is output before the name and the
     generic :nth-child(3) rule can push the purchase controls down.
     Normalize only the desktop search page, without touching categories. */
  body.product-search #content .product-layout.product-list .product-thumb .caption {
    justify-content: flex-start !important;
  }

  body.product-search #content .product-layout.product-list .product-thumb .caption > .product-name {
    order: 10;
    margin-top: 0 !important;
    margin-bottom: 4px !important;
  }

  body.product-search #content .product-layout.product-list .product-thumb .caption > .box-stock-status,
  body.product-search #content .product-layout.product-list .product-thumb .caption > .ch-stock-status {
    order: 20;
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }

  body.product-search #content .product-layout.product-list .product-thumb .caption > .product-description,
  body.product-search #content .product-layout.product-list .product-thumb .caption > .attribute-cat,
  body.product-search #content .product-layout.product-list .product-thumb .caption > .catalogCard-extra {
    order: 30;
  }

  body.product-search #content .product-layout.product-list .product-thumb .caption > .price-actions-box {
    order: 40;
    margin-top: 0 !important;
  }

  body.product-search #content .product-layout.product-list .product-thumb .caption > div:nth-child(3) {
    margin-top: 0 !important;
  }

  body.product-search #content .product-layout.product-list .price-actions-box .price,
  body.product-search #content .product-layout.product-list .price-actions-box .quantity_plus_minus {
    margin-bottom: 0 !important;
  }

  /* Price-table mode: show the native button caption instead of the
     compact icon-only version used on the search page. */
  body.product-search #content .product-layout.product-price .price-actions-box .cart .btn-general .text-cart-add {
    display: inline-block !important;
    padding-left: 0 !important;
  }

  body.product-search #content .product-layout.product-price .price-actions-box .cart .btn-general .icon-cart-add {
    display: none !important;
  }

  body.product-search #content .product-layout.product-price .price-actions-box .cart .btn-general {
    min-width: 78px;
    padding-left: 12px;
    padding-right: 12px;
  }
}

/* =========================================================
 * VG v31 — desktop-style mobile actions in Latest/Bestseller
 * ========================================================= */
.vg-module-mobile-model,
.vg-module-mobile-actions {
  display: none !important;
}

@media (max-width: 767px) {
  /* The original action block can be omitted by a module setting or clipped
     inside the price row. Keep one predictable mobile action below the price. */
  .container-module .latest .price-actions-box > .cart,
  .container-module .bestseller .price-actions-box > .cart,
  .container-module .latest .price-actions-box > .quantity_plus_minus,
  .container-module .bestseller .price-actions-box > .quantity_plus_minus {
    display: none !important;
  }

  .container-module .latest .vg-module-mobile-model,
  .container-module .bestseller .vg-module-mobile-model {
    display: block !important;
    color: #7b8492;
    font-size: 12px;
    line-height: 16px;
    margin: 0 0 7px;
    overflow-wrap: anywhere;
    text-align: left;
  }

  .container-module .latest .vg-module-mobile-actions,
  .container-module .bestseller .vg-module-mobile-actions {
    display: flex !important;
    align-items: center;
    justify-content: space-between;
    margin: 12px 0 0 !important;
    width: 100% !important;
  }

  .container-module .latest .vg-module-mobile-actions .quantity_plus_minus,
  .container-module .bestseller .vg-module-mobile-actions .quantity_plus_minus {
    display: flex;
    align-items: center;
    flex: 0 0 64px;
    height: 32px;
    margin: 0 8px 0 0;
    width: 64px;
  }

  .container-module .latest .vg-module-mobile-actions .quantity_plus_minus .add-action,
  .container-module .bestseller .vg-module-mobile-actions .quantity_plus_minus .add-action {
    display: flex;
    align-items: center;
    justify-content: center;
    flex: 0 0 20px;
    height: 32px;
    padding: 0;
    border: 1px solid #eaedf7;
    background: #fff;
    color: #7b8492;
    font-size: 15px;
    line-height: 1;
  }

  .container-module .latest .vg-module-mobile-actions .quantity_plus_minus .add-action svg,
  .container-module .bestseller .vg-module-mobile-actions .quantity_plus_minus .add-action svg {
    display: none;
  }

  .container-module .latest .vg-module-mobile-actions .quantity_plus_minus .add-down,
  .container-module .bestseller .vg-module-mobile-actions .quantity_plus_minus .add-down {
    order: 1;
    border-radius: 6px 0 0 6px;
  }

  .container-module .latest .vg-module-mobile-actions .quantity_plus_minus .add-down::before,
  .container-module .bestseller .vg-module-mobile-actions .quantity_plus_minus .add-down::before {
    content: "−";
  }

  .container-module .latest .vg-module-mobile-actions .quantity_plus_minus input.quantity-num,
  .container-module .bestseller .vg-module-mobile-actions .quantity_plus_minus input.quantity-num {
    order: 2;
    flex: 0 0 24px;
    width: 24px;
    height: 32px;
    padding: 0 2px;
    border-top: 1px solid #eaedf7;
    border-right: 0;
    border-bottom: 1px solid #eaedf7;
    border-left: 0;
    border-radius: 0;
    font-size: 12px;
    line-height: 30px;
  }

  .container-module .latest .vg-module-mobile-actions .quantity_plus_minus .add-up,
  .container-module .bestseller .vg-module-mobile-actions .quantity_plus_minus .add-up {
    order: 3;
    border-radius: 0 6px 6px 0;
  }

  .container-module .latest .vg-module-mobile-actions .quantity_plus_minus .add-up::before,
  .container-module .bestseller .vg-module-mobile-actions .quantity_plus_minus .add-up::before {
    content: "+";
  }

  .container-module .latest .vg-module-mobile-actions.is-available .vg-module-mobile-cart,
  .container-module .bestseller .vg-module-mobile-actions.is-available .vg-module-mobile-cart {
    flex: 0 0 auto;
    margin: 0 0 0 auto !important;
    width: auto !important;
  }

  .container-module .latest .vg-module-mobile-actions.is-unavailable .vg-module-mobile-cart,
  .container-module .bestseller .vg-module-mobile-actions.is-unavailable .vg-module-mobile-cart {
    margin: 0 !important;
    width: 100% !important;
  }

  .container-module .latest .vg-module-mobile-cart .btn,
  .container-module .bestseller .vg-module-mobile-cart .btn {
    display: flex;
    align-items: center;
    justify-content: center;
    min-width: 82px;
    min-height: 32px;
    height: 32px;
    padding: 5px 10px;
    border-radius: 6px;
    font-size: 12px;
    line-height: 20px;
    width: auto !important;
  }

  .container-module .latest .vg-module-mobile-cart .icon-cart-add,
  .container-module .bestseller .vg-module-mobile-cart .icon-cart-add {
    display: none !important;
  }

  .container-module .latest .vg-module-mobile-cart .text-cart-add,
  .container-module .bestseller .vg-module-mobile-cart .text-cart-add {
    display: inline-block !important;
  }

  .container-module .latest .vg-module-mobile-actions.is-unavailable .vg-module-mobile-cart .btn,
  .container-module .bestseller .vg-module-mobile-actions.is-unavailable .vg-module-mobile-cart .btn {
    min-width: 0;
    width: 100% !important;
  }

  .container-module .latest .vg-module-mobile-cart .vg-module-outofstock,
  .container-module .bestseller .vg-module-mobile-cart .vg-module-outofstock {
    opacity: 1;
    background: #f1f3f5 !important;
    border-color: #e2e6ea !important;
    color: #9aa2ad !important;
    box-shadow: none !important;
    cursor: default;
  }
}

/* =========================================================
 * VG v32 — reliable mobile-cart close control
 * ========================================================= */
@media (max-width: 767px) {
  /* The fixed header cart trigger occupies the same corner as the modal
     close control. Disable only the trigger layers while the modal is open. */
  body.vg-cart-modal-active .vg-mobile-cart > .vg-mobile-cart-direct-link,
  body.vg-cart-modal-active .vg-mobile-cart > .vg-mobile-cart-icon,
  body.vg-cart-modal-active .vg-mobile-cart > .shopping-cart > button {
    opacity: 0 !important;
    visibility: hidden !important;
    pointer-events: none !important;
  }

  body.vg-cart-modal-active .shopping-cart .header-cart-close {
    position: absolute !important;
    z-index: 13050 !important;
    top: 6px !important;
    right: 8px !important;
    display: block !important;
    width: 44px !important;
    height: 44px !important;
    margin: 0 !important;
    padding: 0 !important;
    border: 0 !important;
    border-radius: 8px !important;
    background-color: transparent !important;
    background-image: none !important;
    opacity: 1 !important;
    visibility: visible !important;
    pointer-events: auto !important;
    touch-action: manipulation;
    cursor: pointer;
  }

  body.vg-cart-modal-active .shopping-cart .header-cart-close::before,
  body.vg-cart-modal-active .shopping-cart .header-cart-close::after {
    content: "";
    position: absolute;
    top: 21px;
    left: 12px;
    width: 20px;
    height: 2px;
    border-radius: 2px;
    background: #69727c;
    pointer-events: none;
  }

  body.vg-cart-modal-active .shopping-cart .header-cart-close::before {
    transform: rotate(45deg);
  }

  body.vg-cart-modal-active .shopping-cart .header-cart-close::after {
    transform: rotate(-45deg);
  }
}

/* VG v33 — align the mobile-cart quantity control with the price. */
@media (max-width: 767px) {
  body.vg-cart-modal-active .shopping-cart .header-cart-price-quantity .ch-cart-quantity {
    position: relative;
    top: -7px;
  }
}

/* VG v34 — keep all three mobile quantity-control borders level in Safari. */
@media (max-width: 767px) {
  body.vg-cart-modal-active .shopping-cart .ch-cart-quantity {
    align-items: flex-start !important;
    height: 46px !important;
    line-height: 1 !important;
  }

  body.vg-cart-modal-active .shopping-cart .ch-cart-quantity .input-btn {
    display: flex !important;
    align-items: stretch !important;
    height: 46px !important;
    margin: 0 !important;
    padding: 0 !important;
    line-height: 0 !important;
  }

  body.vg-cart-modal-active .shopping-cart .ch-cart-quantity .btn-quantity-minus,
  body.vg-cart-modal-active .shopping-cart .ch-cart-quantity .btn-quantity-plus,
  body.vg-cart-modal-active .shopping-cart .ch-cart-quantity .form-control {
    box-sizing: border-box !important;
    min-height: 46px !important;
    max-height: 46px !important;
    height: 46px !important;
    margin-top: 0 !important;
    margin-bottom: 0 !important;
    vertical-align: top !important;
  }

  body.vg-cart-modal-active .shopping-cart .ch-cart-quantity .form-control {
    display: block !important;
    padding-top: 0 !important;
    padding-bottom: 0 !important;
    line-height: 44px !important;
    position: static !important;
    transform: none !important;
  }
}

/* =========================================================
 * VG v35 — responsive empty-cart state
 * ========================================================= */
body.vg-cart-modal-active .shopping-cart .vg-empty-cart {
  display: grid;
  grid-template-columns: minmax(0, .9fr) minmax(300px, 1.1fr);
  align-items: center;
  gap: 24px;
  min-height: 280px;
  margin: 0 0 24px;
  padding: 32px 34px;
  overflow: hidden;
  background: #ffffff;
  border: 1px solid #e9eef1;
  border-radius: 14px;
}

body.vg-cart-modal-active .shopping-cart .vg-empty-cart-copy {
  position: relative;
  z-index: 2;
  max-width: 390px;
}

body.vg-cart-modal-active .shopping-cart .vg-empty-cart-kicker {
  display: inline-flex;
  align-items: center;
  min-height: 26px;
  margin-bottom: 12px;
  padding: 5px 10px;
  color: #159354;
  background: #e9f8f0;
  border-radius: 30px;
  font-size: 12px;
  font-weight: 600;
  line-height: 16px;
}

body.vg-cart-modal-active .shopping-cart .vg-empty-cart-title {
  margin-bottom: 12px;
  color: #171b1f;
  font-size: 24px;
  font-weight: 700;
  line-height: 1.25;
}

body.vg-cart-modal-active .shopping-cart .vg-empty-cart-text {
  max-width: 380px;
  margin-bottom: 22px;
  color: #68747e;
  font-size: 14px;
  line-height: 1.55;
}

body.vg-cart-modal-active .shopping-cart .vg-empty-cart-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 9px;
  min-height: 44px;
  padding: 11px 18px;
  border-radius: 8px;
  font-size: 14px;
  font-weight: 600;
}

body.vg-cart-modal-active .shopping-cart .vg-empty-cart-button svg {
  width: 18px;
  height: 18px;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.8;
  stroke-linecap: round;
  stroke-linejoin: round;
}

body.vg-cart-modal-active .shopping-cart .vg-empty-cart-art {
  align-self: end;
  width: 100%;
  max-width: 410px;
  margin: 0 auto -14px;
  color: #4d5a64;
}

body.vg-cart-modal-active .shopping-cart .vg-empty-cart-art > svg {
  display: block;
  width: 100%;
  height: auto;
}

body.vg-cart-modal-active .shopping-cart .vg-empty-cart-sun {
  fill: #e9f8f0;
}

body.vg-cart-modal-active .shopping-cart .vg-empty-cart-water,
body.vg-cart-modal-active .shopping-cart .vg-empty-cart-boat-line,
body.vg-cart-modal-active .shopping-cart .vg-empty-cart-person-line,
body.vg-cart-modal-active .shopping-cart .vg-empty-cart-rod,
body.vg-cart-modal-active .shopping-cart .vg-empty-cart-line,
body.vg-cart-modal-active .shopping-cart .vg-empty-cart-reed,
body.vg-cart-modal-active .shopping-cart .vg-empty-cart-birds {
  fill: none;
  stroke: #71808a;
  stroke-width: 3;
  stroke-linecap: round;
  stroke-linejoin: round;
}

body.vg-cart-modal-active .shopping-cart .vg-empty-cart-water-light {
  stroke: #b7dccc;
  stroke-width: 2;
}

body.vg-cart-modal-active .shopping-cart .vg-empty-cart-boat,
body.vg-cart-modal-active .shopping-cart .vg-empty-cart-person,
body.vg-cart-modal-active .shopping-cart .vg-empty-cart-float,
body.vg-cart-modal-active .shopping-cart .vg-empty-cart-fish {
  fill: #159354;
}

body.vg-cart-modal-active .shopping-cart .vg-empty-cart-fish-eye {
  fill: #ffffff;
}

@media (min-width: 768px) and (max-width: 991px) {
  body.vg-cart-modal-active .shopping-cart .vg-empty-cart {
    grid-template-columns: minmax(0, 1fr) minmax(250px, .9fr);
    min-height: 260px;
    padding: 28px;
  }

  body.vg-cart-modal-active .shopping-cart .vg-empty-cart-title {
    font-size: 22px;
  }
}

@media (max-width: 767px) {
  body.vg-cart-modal-active .shopping-cart .vg-empty-cart {
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 10px;
    min-height: 470px;
    margin: 8px 0 18px;
    padding: 24px 20px 28px;
    text-align: center;
    border-radius: 14px;
  }

  body.vg-cart-modal-active .shopping-cart .vg-empty-cart-copy {
    width: 100%;
    max-width: 420px;
    margin: 0 auto;
  }

  body.vg-cart-modal-active .shopping-cart .vg-empty-cart-kicker {
    margin-bottom: 10px;
  }

  body.vg-cart-modal-active .shopping-cart .vg-empty-cart-title {
    margin-bottom: 10px;
    font-size: 21px;
  }

  body.vg-cart-modal-active .shopping-cart .vg-empty-cart-text {
    margin: 0 auto 20px;
    font-size: 13px;
  }

  body.vg-cart-modal-active .shopping-cart .vg-empty-cart-button {
    width: 100%;
    min-height: 48px;
  }

  body.vg-cart-modal-active .shopping-cart .vg-empty-cart-art {
    order: -1;
    width: min(100%, 290px);
    margin: -4px auto 2px;
  }
}

@media (max-width: 390px) {
  body.vg-cart-modal-active .shopping-cart .vg-empty-cart {
    min-height: 430px;
    padding: 20px 16px 22px;
  }

  body.vg-cart-modal-active .shopping-cart .vg-empty-cart-art {
    width: min(100%, 245px);
  }
}

/* =========================================================
 * VG v36 — standalone responsive category catalog
 * ========================================================= */
.vg-category-catalog {
  padding: 8px 0 50px;
}

.vg-category-catalog__heading {
  margin: 0 0 10px;
  color: #171b1f;
  font-size: 30px;
  font-weight: 700;
  line-height: 1.2;
}

.vg-category-catalog__intro {
  max-width: 680px;
  margin: 0 0 28px;
  color: #68747e;
  font-size: 15px;
  line-height: 1.55;
}

.vg-category-catalog__grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
}

.vg-category-catalog__home-module > .container-module {
  margin: 0;
}

.vg-category-catalog__home-module > .container-module > .title-module {
  display: none;
}

.vg-category-catalog__home-module .wall-category-box {
  margin-top: 0;
}

.vg-category-card {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, 1fr) 36%;
  align-items: start;
  min-height: 210px;
  padding: 20px 16px 18px 22px;
  overflow: hidden;
  color: #171b1f;
  background: #fff;
  border: 1px solid #e7ebef;
  border-radius: 10px;
  box-shadow: 0 2px 8px rgba(21, 33, 43, .035);
  transition: border-color .2s ease, box-shadow .2s ease, transform .2s ease;
}

.vg-category-card:hover,
.vg-category-card:focus-within {
  color: #171b1f;
  border-color: #25b866;
  box-shadow: 0 10px 28px rgba(21, 33, 43, .09);
  transform: translateY(-2px);
}

.vg-category-card__name {
  position: relative;
  z-index: 2;
  display: inline-block;
  align-self: start;
  padding-top: 2px;
  color: #171b1f;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.35;
  text-transform: uppercase;
}

.vg-category-card__name:hover,
.vg-category-card__name:focus {
  color: #159354;
}

.vg-category-card__subcategories {
  position: relative;
  z-index: 2;
  display: grid;
  gap: 5px;
  margin: 12px 0 0;
  padding: 0;
  list-style: none;
}

.vg-category-card__subcategories li {
  position: relative;
  margin: 0;
  padding-left: 10px;
  line-height: 1.35;
}

.vg-category-card__subcategories li::before {
  position: absolute;
  top: 0;
  left: 0;
  color: #9aa5ad;
  content: "›";
}

.vg-category-card__subcategories a {
  color: #4d5962;
  font-size: 13px;
}

.vg-category-card__subcategories a:hover,
.vg-category-card__subcategories a:focus {
  color: #159354;
}

.vg-category-card__link-label {
  position: relative;
  z-index: 2;
  display: inline-flex;
  align-items: center;
  gap: 7px;
  align-self: end;
  width: max-content;
  margin-top: 15px;
  color: #159354;
  font-size: 13px;
  font-weight: 600;
}

.vg-category-card__link-label svg {
  width: 15px;
  height: 15px;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.8;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.vg-category-card__content {
  display: flex;
  flex-direction: column;
  align-self: stretch;
  min-width: 0;
}

.vg-category-card__image {
  align-self: center;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 140px;
}

.vg-category-card__image img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.vg-category-card__placeholder {
  width: 78px;
  height: 78px;
  color: #aeb9c1;
}

.vg-category-card__placeholder path,
.vg-category-card__placeholder circle {
  fill: none;
  stroke: currentColor;
  stroke-width: 1.5;
}

.vg-category-catalog__empty {
  padding: 40px 24px;
  text-align: center;
  color: #68747e;
  background: #fff;
  border: 1px solid #e7ebef;
  border-radius: 10px;
}

@media (max-width: 1199px) {
  .vg-category-catalog__grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 767px) {
  .vg-category-catalog {
    padding: 4px 0 34px;
  }

  .vg-category-catalog__heading {
    font-size: 24px;
  }

  .vg-category-catalog__intro {
    margin-bottom: 20px;
    font-size: 14px;
  }

  .vg-category-catalog__grid {
    grid-template-columns: minmax(0, 1fr);
    gap: 12px;
  }

  .vg-category-card {
    grid-template-columns: minmax(0, 1fr) 34%;
    min-height: 180px;
    padding: 17px 14px 17px 18px;
  }

  .vg-category-card__name {
    font-size: 15px;
  }

  .vg-category-card__link-label {
    margin-top: 13px;
  }

  .vg-category-card__image {
    height: 112px;
  }
}

@media (max-width: 420px) {
  .vg-category-card {
    grid-template-columns: minmax(0, 1fr) 31%;
    padding-right: 10px;
  }

  .vg-category-card__subcategories a {
    font-size: 12.5px;
  }

  .vg-category-card__image {
    height: 96px;
  }
}

/* =========================================================
   VG v37 — MOBILE BRAND HEADER + SEVEN-ACTION BOTTOM NAV
   ========================================================= */
.vg-mobile-topbar,
.vg-mobile-hotline-backdrop,
.vg-mobile-hotline-panel {
  display: none;
}

@media (max-width: 767px) {
  html {
    scroll-padding-top: 72px !important;
  }

  body {
    padding-top: calc(68px + env(safe-area-inset-top)) !important;
    padding-bottom: calc(94px + env(safe-area-inset-bottom)) !important;
  }

  body.vg-mobile-hotline-open {
    overflow: hidden !important;
    overscroll-behavior: none;
  }

  header .vg-mobile-header {
    display: block !important;
    position: fixed !important;
    z-index: 12060 !important;
    top: 0 !important;
    right: 0 !important;
    left: 0 !important;
    width: 100% !important;
    min-height: calc(68px + env(safe-area-inset-top)) !important;
    height: calc(68px + env(safe-area-inset-top)) !important;
    padding: env(safe-area-inset-top) 14px 0 !important;
    background: rgba(255, 255, 255, .985) !important;
    border: 0 !important;
    border-bottom: 1px solid #edf0f3 !important;
    box-shadow: 0 4px 14px rgba(20, 35, 50, .06) !important;
    overflow: visible !important;
  }

  .vg-mobile-topbar {
    display: flex !important;
    align-items: center;
    justify-content: space-between;
    gap: 14px;
    width: 100%;
    height: 68px;
  }

  .vg-mobile-brand {
    display: flex;
    align-items: center;
    min-width: 0;
    max-width: min(58vw, 230px);
    height: 50px;
    color: #111;
    font-size: 18px;
    font-weight: 700;
    text-decoration: none !important;
  }

  .vg-mobile-brand img {
    display: block;
    width: auto !important;
    max-width: 100% !important;
    height: auto !important;
    max-height: 46px !important;
    object-fit: contain;
  }

  .vg-mobile-hotline-toggle {
    appearance: none;
    flex: 0 0 auto;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    min-width: 54px;
    height: 46px;
    margin: 0;
    padding: 0 12px;
    color: #65717d;
    background: #fff;
    border: 1px solid #dce2e7;
    border-radius: 12px;
    box-shadow: none;
  }

  .vg-mobile-hotline-toggle > span {
    display: none;
  }

  .vg-mobile-hotline-phone {
    width: 22px;
    height: 22px;
    fill: none;
    stroke: currentColor;
    stroke-width: 1.8;
    stroke-linecap: round;
    stroke-linejoin: round;
  }

  .vg-mobile-hotline-chevron {
    width: 18px;
    height: 18px;
    fill: none;
    stroke: currentColor;
    stroke-width: 1.8;
    stroke-linecap: round;
    stroke-linejoin: round;
    transition: transform .18s ease;
  }

  body.vg-mobile-hotline-open .vg-mobile-hotline-chevron {
    transform: rotate(180deg);
  }

  .vg-mobile-hotline-backdrop {
    display: block;
    position: fixed;
    z-index: 1;
    top: calc(68px + env(safe-area-inset-top));
    right: 0;
    bottom: calc(84px + env(safe-area-inset-bottom));
    left: 0;
    width: 100%;
    height: auto;
    padding: 0;
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    background: rgba(22, 31, 39, .34);
    border: 0;
    backdrop-filter: blur(2px);
    -webkit-backdrop-filter: blur(2px);
    transition: opacity .18s ease, visibility .18s ease;
  }

  body.vg-mobile-hotline-open .vg-mobile-hotline-backdrop {
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
  }

  .vg-mobile-hotline-panel {
    display: block;
    position: fixed;
    z-index: 2;
    top: calc(76px + env(safe-area-inset-top));
    right: 12px;
    width: min(390px, calc(100vw - 24px));
    max-height: calc(100dvh - 178px - env(safe-area-inset-top) - env(safe-area-inset-bottom));
    padding: 24px;
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    overflow: auto;
    color: #172027;
    background: #fff;
    border: 1px solid #eef1f3;
    border-radius: 22px;
    box-shadow: 0 20px 55px rgba(10, 20, 30, .22);
    transform: translateY(-10px) scale(.985);
    transform-origin: top right;
    transition: opacity .18s ease, visibility .18s ease, transform .18s ease;
  }

  body.vg-mobile-hotline-open .vg-mobile-hotline-panel {
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
    transform: translateY(0) scale(1);
  }

  .vg-mobile-hotline-title {
    margin-bottom: 18px;
    font-size: 22px;
    font-weight: 600;
    line-height: 1.2;
  }

  .vg-mobile-hotline-phones {
    display: grid;
    gap: 10px;
  }

  .vg-mobile-hotline-number {
    display: flex;
    align-items: center;
    gap: 12px;
    color: #14191e !important;
    font-size: 22px;
    font-weight: 700;
    line-height: 1.25;
    text-decoration: none !important;
  }

  .vg-mobile-hotline-number > svg,
  .vg-mobile-hotline-number > img,
  .vg-mobile-hotline-number .icon-image,
  .vg-mobile-hotline-number > i {
    flex: 0 0 28px;
    width: 28px;
    height: 28px;
    color: #109b5b;
  }

  .vg-mobile-hotline-number > svg {
    fill: none;
    stroke: currentColor;
    stroke-width: 1.8;
    stroke-linecap: round;
    stroke-linejoin: round;
  }

  .vg-mobile-hotline-hours,
  .vg-mobile-hotline-info {
    margin-top: 16px;
    color: #3d4750;
    font-size: 15px;
    line-height: 1.55;
  }

  .vg-mobile-hotline-hours:empty,
  .vg-mobile-hotline-info:empty {
    display: none;
  }

  .vg-mobile-hotline-channels {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin-top: 18px;
  }

  .vg-mobile-hotline-channel {
    display: inline-flex;
    align-items: center;
    gap: 7px;
    min-height: 42px;
    max-width: 100%;
    padding: 6px 10px;
    color: #4d5964 !important;
    background: #f4f7f8;
    border-radius: 999px;
    font-size: 12px;
    text-decoration: none !important;
  }

  .vg-mobile-hotline-channel img,
  .vg-mobile-hotline-channel svg,
  .vg-mobile-hotline-channel i {
    flex: 0 0 28px;
    width: 28px;
    height: 28px;
  }

  .vg-mobile-hotline-channel svg {
    fill: none;
    stroke: #109b5b;
    stroke-width: 1.7;
  }

  .vg-mobile-hotline-channel span:empty {
    display: none;
  }

  .vg-mobile-hotline-callback {
    appearance: none;
    width: 100%;
    min-height: 52px;
    margin-top: 22px;
    padding: 12px 18px;
    color: #fff;
    background: #12ad61;
    border: 1px solid #12ad61;
    border-radius: 10px;
    font-size: 15px;
    font-weight: 700;
    text-transform: uppercase;
  }

  /*
   * Search and cart keep their original Chameleon markup, but their launcher
   * controls now live in the bottom navigation.
   */
  body:not(.vg-search-v21-open):not(.vg-search-overlay-open) .vg-mobile-search {
    position: absolute !important;
    top: 0 !important;
    left: -10000px !important;
    width: 1px !important;
    min-width: 1px !important;
    height: 1px !important;
    opacity: 0 !important;
    overflow: hidden !important;
    pointer-events: none !important;
  }

  .vg-mobile-cart {
    position: static !important;
    display: block !important;
    width: 0 !important;
    min-width: 0 !important;
    height: 0 !important;
    overflow: visible !important;
  }

  .vg-mobile-cart > .vg-mobile-cart-direct-link,
  .vg-mobile-cart > .vg-mobile-cart-icon,
  .vg-mobile-cart > .shopping-cart > button,
  .vg-mobile-cart > #cart > button {
    display: none !important;
  }

  body.vg-search-v21-open .vg-mobile-topbar,
  body.vg-search-overlay-open .vg-mobile-topbar,
  body.vg-search-v21-open .vg-mobile-hotline-backdrop,
  body.vg-search-overlay-open .vg-mobile-hotline-backdrop,
  body.vg-search-v21-open .vg-mobile-hotline-panel,
  body.vg-search-overlay-open .vg-mobile-hotline-panel {
    display: none !important;
  }

  .vg-mobile-bottom-nav {
    display: grid !important;
    grid-template-columns: repeat(7, minmax(0, 1fr)) !important;
    align-items: stretch;
    position: fixed;
    z-index: 12060 !important;
    right: 12px !important;
    bottom: calc(8px + env(safe-area-inset-bottom)) !important;
    left: 12px !important;
    width: auto !important;
    height: 76px !important;
    padding: 6px 4px !important;
    background: rgba(255, 255, 255, .98) !important;
    border: 1px solid rgba(222, 228, 233, .95) !important;
    border-radius: 20px !important;
    box-shadow: 0 9px 32px rgba(20, 35, 50, .18) !important;
    backdrop-filter: blur(14px);
    -webkit-backdrop-filter: blur(14px);
  }

  .vg-mbn-item {
    position: relative;
    appearance: none;
    display: flex !important;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 2px;
    min-width: 0;
    height: 100%;
    margin: 0;
    padding: 2px 0 !important;
    color: #5e6974 !important;
    background: transparent !important;
    border: 0 !important;
    border-radius: 10px;
    font-size: 10px !important;
    font-weight: 500;
    line-height: 1.05 !important;
    text-align: center;
    text-decoration: none !important;
    white-space: nowrap;
    -webkit-tap-highlight-color: transparent;
  }

  .vg-mbn-item svg {
    flex: 0 0 25px;
    width: 25px !important;
    height: 25px !important;
    fill: none;
    stroke: currentColor;
    stroke-width: 1.65;
    stroke-linecap: round;
    stroke-linejoin: round;
  }

  .vg-mbn-item.is-active,
  .vg-mbn-item:active,
  .vg-mbn-item:focus {
    color: #119e5c !important;
  }

  .vg-mbn-item.is-active::before {
    top: -7px !important;
    width: 30px !important;
    height: 3px !important;
  }

  .vg-mbn-cart-count {
    position: absolute;
    top: 0;
    left: calc(50% + 7px);
    display: flex;
    align-items: center;
    justify-content: center;
    min-width: 17px;
    height: 17px;
    padding: 0 4px;
    color: #fff;
    background: #e42929;
    border: 2px solid #fff;
    border-radius: 999px;
    font-size: 9px;
    font-weight: 700;
    line-height: 13px;
    pointer-events: none;
  }

  .vg-mbn-cart-count.is-empty {
    display: none;
  }

  html body .mob-menu-info-fixed-left {
    top: calc(68px + env(safe-area-inset-top)) !important;
    bottom: calc(84px + env(safe-area-inset-bottom)) !important;
  }

  html body .ch-bg-mob {
    top: calc(68px + env(safe-area-inset-top)) !important;
    bottom: calc(84px + env(safe-area-inset-bottom)) !important;
  }

  .vg-mobile-cart .header-cart-fix-right {
    bottom: calc(94px + env(safe-area-inset-bottom)) !important;
  }

  #cs-fb-widget.position_left,
  #cs-fb-widget.position_right {
    bottom: calc(98px + env(safe-area-inset-bottom)) !important;
  }

  #back-top,
  #back-top.fm-t,
  #back-top.fm-t.fb_wr {
    bottom: calc(154px + env(safe-area-inset-bottom)) !important;
  }

  body.vg-search-v21-open .vg-mobile-bottom-nav,
  body.vg-search-overlay-open .vg-mobile-bottom-nav {
    display: none !important;
  }
}

@media (max-width: 390px) {
  .vg-mobile-bottom-nav {
    right: 6px !important;
    left: 6px !important;
    padding-right: 2px !important;
    padding-left: 2px !important;
  }

  .vg-mbn-item {
    font-size: 8.8px !important;
  }

  .vg-mbn-item svg {
    flex-basis: 23px;
    width: 23px !important;
    height: 23px !important;
  }

  .vg-mobile-brand {
    max-width: 56vw;
  }

  .vg-mobile-hotline-panel {
    padding: 20px;
  }

  .vg-mobile-hotline-number {
    font-size: 19px;
  }
}

/* VG v39 — even spacing and readable labels in the seven-item mobile nav. */
@media (max-width: 767px) {
  .vg-mobile-bottom-nav {
    height: 72px !important;
    padding: 7px 5px 6px !important;
  }

  .vg-mbn-item {
    gap: 4px !important;
    padding: 0 !important;
    font-size: clamp(7.7px, 2.05vw, 9px) !important;
    line-height: 1 !important;
  }

  .vg-mbn-item > span:last-child {
    display: block;
    width: 100%;
    min-width: 0;
    margin: 0;
    font-size: inherit !important;
    line-height: 1 !important;
    letter-spacing: -.18px;
    text-align: center;
    white-space: nowrap;
  }

  .vg-mbn-item svg {
    flex-basis: 24px !important;
    width: 24px !important;
    height: 24px !important;
  }

  .vg-mbn-cart-count {
    top: -2px;
  }
}

@media (max-width: 360px) {
  .vg-mbn-item {
    font-size: 7.4px !important;
  }

  .vg-mbn-item > span:last-child {
    letter-spacing: -.28px;
  }
}

/* VG desktop information drawer — direct theme implementation. */
.vg-desktop-drawer-brand,
.vg-desktop-drawer-tools,
.vg-desktop-drawer-content {
  display: none;
}

@media (min-width: 992px) {
  #fm-fixed-mobile.hidden-md.hidden-lg {
    position: static !important;
    display: block !important;
    width: 0 !important;
    height: 0 !important;
    min-height: 0 !important;
    overflow: visible !important;
    z-index: auto !important;
    transform: none !important;
  }

  #fm-fixed-mobile > .container,
  #fm-fixed-mobile > #fm-fixed-mobile-bottom {
    display: none !important;
  }

  html body .mob-menu-info-fixed-left {
    position: fixed !important;
    top: 0 !important;
    right: auto !important;
    bottom: 0 !important;
    left: -405px !important;
    display: block;
    width: 384px !important;
    min-width: 384px !important;
    max-width: calc(100vw - 28px) !important;
    height: 100vh !important;
    max-height: 100vh !important;
    overflow-x: hidden !important;
    overflow-y: auto !important;
    background: #fff !important;
    border-radius: 0 !important;
    box-shadow: 8px 0 28px rgba(20, 34, 48, .16) !important;
    z-index: 2147483001 !important;
    transition: left .25s ease !important;
    transform: none !important;
  }

  html body .mob-menu-info-fixed-left.hidden {
    display: none !important;
  }

  html body .mob-menu-info-fixed-left.active {
    left: 0 !important;
  }

  html body .mob-menu-info-fixed-left > #mobm-left-content {
    display: block !important;
    width: 100% !important;
    height: auto !important;
    min-height: 100% !important;
    max-height: none !important;
    transform: none !important;
  }

  html body .mob-menu-info-fixed-left > :not(#mobm-left-content) {
    display: none !important;
  }

  html body .mob-menu-info-fixed-left .mobm-top {
    position: relative !important;
    display: flex !important;
    align-items: center !important;
    min-height: 110px !important;
    padding: 15px 58px 15px 24px !important;
    background: #fff !important;
    border-bottom: 1px solid #edf0f3 !important;
  }

  html body .mob-menu-info-fixed-left .mobm-top::after {
    display: none !important;
  }

  html body .mob-menu-info-fixed-left .mobm-title {
    display: none !important;
  }

  html body .mob-menu-info-fixed-left .mobm-close-menu {
    position: absolute !important;
    top: 38px !important;
    right: 19px !important;
    width: 34px !important;
    height: 34px !important;
    z-index: 2 !important;
  }

  html body .vg-desktop-drawer-brand {
    display: flex !important;
    align-items: center;
    justify-content: flex-start;
    width: 100% !important;
    height: 80px !important;
    overflow: hidden;
    color: #171b1f;
    font-size: 20px;
    font-weight: 600;
    line-height: 22px;
    text-decoration: none !important;
  }

  html body .vg-desktop-drawer-brand img {
    display: block !important;
    width: 100% !important;
    height: auto !important;
    max-width: 302px !important;
    max-height: 72px !important;
    object-fit: contain;
    object-position: left center;
    transform: scale(1.42);
    transform-origin: left center;
  }

  html body .mob-menu-info-fixed-left .mobm-body {
    display: block !important;
    height: auto !important;
    min-height: 0 !important;
    max-height: none !important;
    padding: 0 0 24px !important;
    overflow: visible !important;
  }

  html body .mob-menu-info-fixed-left .mobm-header-block {
    display: flex !important;
    align-items: center !important;
    min-height: 70px !important;
    padding: 12px 30px !important;
    border-bottom: 1px solid #edf0f3 !important;
  }

  html body .mob-menu-info-fixed-left .mobm-header-block > .mh-left-b,
  html body .mob-menu-info-fixed-left .mobm-header-block > .mh-right-b {
    display: none !important;
  }

  html body .vg-desktop-drawer-tools {
    display: flex !important;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    width: 100%;
  }

  html body .vg-desktop-drawer-login {
    display: inline-flex;
    align-items: center;
    gap: 11px;
    color: #222;
    font-size: 17px;
    line-height: 24px;
    text-decoration: none !important;
  }

  html body .vg-desktop-drawer-login svg {
    width: 22px;
    height: 22px;
    flex: 0 0 22px;
    color: #77808a;
  }

  html body .vg-desktop-drawer-language {
    display: flex;
    align-items: center;
    gap: 5px;
  }

  html body .vg-desktop-drawer-language button {
    padding: 5px 6px;
    color: #969da5;
    background: transparent;
    border: 0;
    font-size: 14px;
    line-height: 20px;
    font-weight: 600;
    cursor: pointer;
  }

  html body .vg-desktop-drawer-language button.active {
    color: #111;
  }

  html body .vg-desktop-drawer-content {
    display: block !important;
  }

  html body .mob-menu-info-fixed-left #ch_mobm_catalog,
  html body .mob-menu-info-fixed-left #ch_mobm_contact,
  html body .mob-menu-info-fixed-left #ch_mobm_special,
  html body .mob-menu-info-fixed-left #ch_mobm_viewed,
  html body .mob-menu-info-fixed-left .links-mob,
  html body .mob-menu-info-fixed-left .desc_info_mob,
  html body .mob-menu-info-fixed-left .desktop-drawer-logo,
  html body .mob-menu-info-fixed-left .desktop-drawer-tools,
  html body .mob-menu-info-fixed-left .desktop-drawer-info,
  html body .mob-menu-info-fixed-left .desktop-drawer-contact {
    display: none !important;
  }

  html body .vg-desktop-drawer-info {
    padding: 24px 30px 18px;
    border-bottom: 1px solid #edf0f3;
  }

  html body .vg-desktop-drawer-heading {
    margin-bottom: 9px;
    color: #9aa1a9;
    font-size: 14px;
    line-height: 20px;
  }

  html body .vg-desktop-drawer-info a {
    display: block;
    padding: 10px 0;
    color: #222;
    font-size: 17px;
    line-height: 25px;
    text-decoration: none;
  }

  html body .vg-desktop-drawer-info a:hover,
  html body .vg-desktop-drawer-login:hover,
  html body .vg-desktop-drawer-phone:hover {
    color: #16a96b;
  }

  html body .vg-desktop-drawer-contact {
    width: 100%;
    padding: 24px 30px 10px;
    color: #737b84;
    font-size: 15px;
    line-height: 22px;
  }

  html body .vg-desktop-drawer-label {
    margin: 15px 0 4px;
    color: #262b30;
    font-size: 16px;
    line-height: 22px;
    font-weight: 600;
  }

  html body .vg-desktop-drawer-label:first-child {
    margin-top: 0;
  }

  html body .vg-desktop-drawer-phone {
    display: block;
    color: #20252a;
    font-size: 17px;
    line-height: 24px;
    font-weight: 600;
    text-decoration: none !important;
  }

  html body .vg-desktop-drawer-muted {
    color: #737b84;
    font-size: 15px;
    line-height: 22px;
  }

  html body .vg-desktop-drawer-social-title {
    margin-top: 22px;
    color: #262b30;
    font-size: 16px;
    line-height: 22px;
    font-weight: 600;
  }

  html body .vg-desktop-drawer-social-slot .ch-socials {
    display: flex !important;
    align-items: center;
    margin: 10px 0 0 !important;
    padding: 0 !important;
  }

  html body .vg-desktop-drawer-social-slot .ch-socials li {
    display: flex;
    gap: 8px;
    margin: 0;
    padding: 0;
  }

  html body .vg-desktop-drawer-social-slot .sficon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 34px;
    height: 34px;
    border: 1px solid #edf0f3;
    border-radius: 50%;
  }

  html body header .box-language.vg-header-language-restored {
    display: block !important;
    flex: 0 0 auto !important;
    order: 4 !important;
    margin: 0 12px 0 10px !important;
  }

  html body header .box-language.vg-header-language-restored #language {
    display: none !important;
  }

  html body header .vg-header-language-switch {
    display: flex;
    align-items: center;
    gap: 5px;
    height: 42px;
  }

  html body header .vg-header-language-switch button {
    padding: 5px 6px;
    color: #969da5;
    background: transparent;
    border: 0;
    font-size: 14px;
    line-height: 20px;
    font-weight: 600;
    cursor: pointer;
  }

  html body header .vg-header-language-switch button.active {
    color: #111;
  }

  html body nav#top.vg-desktop-top-empty {
    display: none !important;
  }

  html body .ch-bg-mob.hidden-md.hidden-lg.active {
    position: fixed !important;
    inset: 0 !important;
    display: block !important;
    width: 100vw !important;
    height: 100vh !important;
    background: rgba(255, 255, 255, .72) !important;
    -webkit-backdrop-filter: blur(4px);
    backdrop-filter: blur(4px);
    opacity: 1 !important;
    visibility: visible !important;
    z-index: 2147483000 !important;
  }
}

/* VG v43 — mobile account login and registration in a single clean style. */
.vg-mobile-auth-header,
.vg-mobile-auth-tabs,
.vg-mobile-auth-intro,
.vg-auth-password-toggle {
  display: none;
}

.vg-auth-password-field {
  position: relative;
}

@media (max-width: 767px) {
  html body.vg-mobile-auth-page {
    overflow: hidden !important;
    background: #fff !important;
  }

  body.vg-mobile-auth-page header,
  body.vg-mobile-auth-page nav#top,
  body.vg-mobile-auth-page #fm-fixed-mobile,
  body.vg-mobile-auth-page #fm-fixed-mobile-bottom,
  body.vg-mobile-auth-page .vg-mobile-header,
  body.vg-mobile-auth-page .vg-mobile-bottom-nav,
  body.vg-mobile-auth-page footer,
  body.vg-mobile-auth-page #back-top,
  body.vg-mobile-auth-page #cs-fb-widget,
  body.vg-mobile-auth-page .fixed-goods-menu {
    display: none !important;
  }

  html body #account-login.vg-auth-page,
  html body #account-register.vg-auth-page,
  html body #account-forgotten.vg-auth-page {
    position: fixed !important;
    inset: 0 !important;
    display: block !important;
    width: 100% !important;
    max-width: none !important;
    height: 100vh !important;
    height: 100dvh !important;
    margin: 0 !important;
    padding: 0 0 calc(38px + env(safe-area-inset-bottom)) !important;
    overflow-x: hidden !important;
    overflow-y: auto !important;
    overscroll-behavior: contain;
    -webkit-overflow-scrolling: touch;
    color: #171c21;
    background: #fff !important;
    z-index: 2147483200 !important;
  }

  .vg-auth-page .vg-mobile-auth-header {
    position: sticky;
    top: 0;
    z-index: 4;
    display: flex;
    align-items: center;
    justify-content: space-between;
    min-height: calc(72px + env(safe-area-inset-top));
    padding: calc(18px + env(safe-area-inset-top)) 18px 14px;
    background: #fff;
  }

  .vg-auth-page .vg-mobile-auth-title {
    color: #101418;
    font-size: clamp(24px, 7vw, 30px);
    font-weight: 700;
    line-height: 1.15;
    letter-spacing: -.35px;
  }

  .vg-auth-page .vg-mobile-auth-close {
    appearance: none;
    flex: 0 0 42px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 42px;
    height: 42px;
    margin: 0;
    padding: 0;
    color: #39434d;
    background: transparent;
    border: 0;
    border-radius: 9px;
    outline: 0;
    box-shadow: none;
    -webkit-tap-highlight-color: transparent;
  }

  .vg-auth-page .vg-mobile-auth-close:active {
    background: #f1f4f5;
  }

  .vg-auth-page .vg-mobile-auth-close svg {
    width: 27px;
    height: 27px;
    fill: none;
    stroke: currentColor;
    stroke-width: 1.8;
    stroke-linecap: round;
  }

  .vg-auth-page .vg-mobile-auth-tabs {
    position: sticky;
    top: calc(72px + env(safe-area-inset-top));
    z-index: 3;
    display: flex;
    align-items: flex-end;
    justify-content: center;
    gap: 42px;
    min-height: 58px;
    padding: 0 18px;
    background: #fff;
    border-bottom: 1px solid #e8edef;
  }

  .vg-auth-page .vg-mobile-auth-tabs a {
    position: relative;
    display: inline-flex;
    align-items: center;
    height: 58px;
    padding: 4px 2px 0;
    color: #444b52;
    font-size: 19px;
    font-weight: 400;
    line-height: 1;
    text-decoration: none !important;
  }

  .vg-auth-page .vg-mobile-auth-tabs a.active {
    color: #10a968;
  }

  .vg-auth-page .vg-mobile-auth-tabs a.active::after {
    content: "";
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
    height: 3px;
    background: #10ad6c;
    border-radius: 3px 3px 0 0;
  }

  .vg-auth-page > .breadcrumb,
  .vg-auth-page > h1 {
    display: none !important;
  }

  .vg-auth-page > .alert {
    width: auto !important;
    margin: 18px 18px 0 !important;
  }

  .vg-auth-page > .row {
    width: 100% !important;
    margin: 0 !important;
    padding: 26px 18px 0 !important;
  }

  .vg-auth-page > .row-flex {
    width: 100% !important;
    margin: 0 !important;
  }

  .vg-auth-page > .row > #column-left,
  .vg-auth-page > .row > #column-right,
  .vg-auth-page > .row-flex > #column-left,
  .vg-auth-page > .row-flex > #column-right {
    display: none !important;
  }

  .vg-auth-page #content {
    float: none !important;
    width: 100% !important;
    min-height: 0 !important;
    margin: 0 !important;
    padding: 0 !important;
  }

  .vg-auth-page .vg-mobile-auth-intro {
    display: block;
    margin: 0 0 22px;
    color: #20262b;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.4;
  }

  .vg-auth-login-page .chm-auth {
    display: block !important;
    width: 100%;
    margin: 0 !important;
  }

  .vg-auth-login-page .chm-auth > .col-sm-6 {
    float: none !important;
    width: 100% !important;
    margin: 0 !important;
    padding: 0 !important;
  }

  .vg-auth-login-page .chm-auth > .col-sm-6:last-child {
    display: none !important;
  }

  .vg-auth-login-page .chm-well,
  .vg-auth-register-page .register-content,
  .vg-auth-forgotten-page .chm-account-content {
    width: 100%;
    height: auto !important;
    margin: 0 !important;
    padding: 0 !important;
    background: transparent !important;
    border: 0 !important;
    border-radius: 0 !important;
    box-shadow: none !important;
  }

  .vg-auth-page .chm-title-auth,
  .vg-auth-register-page .register-content > p {
    display: none !important;
  }

  .vg-auth-page .form-group,
  .vg-auth-register-page .register-content .form-group {
    width: 100%;
    margin: 0 0 16px !important;
    padding: 0 !important;
  }

  .vg-auth-page .form-group > .control-label,
  .vg-auth-register-page .register-content .form-group > .control-label {
    position: absolute !important;
    width: 1px !important;
    height: 1px !important;
    margin: -1px !important;
    padding: 0 !important;
    overflow: hidden !important;
    clip: rect(0 0 0 0) !important;
    white-space: nowrap !important;
  }

  .vg-auth-page .form-control,
  .vg-auth-page input.form-control,
  .vg-auth-page select.form-control,
  .vg-auth-page textarea.form-control {
    width: 100% !important;
    min-height: 58px !important;
    height: 58px !important;
    padding: 11px 16px !important;
    color: #23282e !important;
    background: #fff !important;
    border: 1px solid #dce5e7 !important;
    border-radius: 8px !important;
    outline: 0 !important;
    box-shadow: 0 1px 3px rgba(24, 43, 55, .07) !important;
    font-size: 17px !important;
    font-weight: 400;
    line-height: 34px !important;
    -webkit-appearance: none;
  }

  .vg-auth-page textarea.form-control {
    height: auto !important;
    min-height: 96px !important;
    line-height: 1.45 !important;
  }

  .vg-auth-page .form-control::placeholder {
    color: #737c84;
    opacity: 1;
  }

  .vg-auth-page .form-control:focus {
    background: #fff !important;
    border-color: #10ad6c !important;
    box-shadow: 0 0 0 3px rgba(16, 173, 108, .12) !important;
  }

  .vg-auth-page .vg-auth-password-field {
    position: relative;
    width: 100%;
  }

  .vg-auth-page .vg-auth-password-field .form-control {
    padding-right: 52px !important;
  }

  .vg-auth-page .vg-auth-password-toggle {
    appearance: none;
    position: absolute;
    top: 50%;
    right: 8px;
    z-index: 2;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    margin: 0;
    padding: 0;
    color: #9aa4ad;
    background: transparent;
    border: 0;
    border-radius: 7px;
    outline: 0;
    transform: translateY(-50%);
    box-shadow: none;
  }

  .vg-auth-page .vg-auth-password-toggle.active {
    color: #10a968;
  }

  .vg-auth-page .vg-auth-password-toggle svg {
    width: 22px;
    height: 22px;
    fill: none;
    stroke: currentColor;
    stroke-width: 1.7;
  }

  .vg-auth-login-page .form-group .mt-20 {
    margin: 13px 0 2px !important;
    text-align: right;
  }

  .vg-auth-login-page .form-group .mt-20 a {
    color: #30383f;
    font-size: 15px;
    text-decoration: underline;
  }

  .vg-auth-page input[type="submit"].btn-primary,
  .vg-auth-register-page .buttons .btn-primary {
    appearance: none;
    display: block !important;
    width: 100% !important;
    min-width: 0 !important;
    height: 56px !important;
    margin: 22px 0 0 !important;
    padding: 0 18px !important;
    color: #fff !important;
    background: #10ad6c !important;
    border: 1px solid #10ad6c !important;
    border-radius: 7px !important;
    outline: 0 !important;
    box-shadow: none !important;
    font-size: 17px !important;
    font-weight: 700 !important;
    line-height: 54px !important;
    text-align: center;
    text-transform: uppercase;
  }

  .vg-auth-page input[type="submit"].btn-primary:active,
  .vg-auth-register-page .buttons .btn-primary:active {
    background: #078f57 !important;
    border-color: #078f57 !important;
  }

  .vg-auth-forgotten-page > .row,
  .vg-auth-forgotten-page > .row-flex {
    display: block !important;
    min-height: calc(100dvh - 76px) !important;
    padding: clamp(84px, 22vh, 220px) 18px 38px !important;
  }

  .vg-auth-forgotten-page .chm-account-content {
    max-width: 620px !important;
    min-height: 0 !important;
    margin: 0 auto !important;
  }

  .vg-auth-forgotten-page .vg-mobile-auth-intro,
  .vg-auth-forgotten-page .chm-account-content > p {
    display: block !important;
    max-width: 560px;
    margin: 0 auto 28px !important;
    padding: 0 !important;
    color: #20262b;
    font-size: 17px;
    font-weight: 400;
    line-height: 1.45;
    text-align: center;
  }

  .vg-auth-forgotten-page form,
  .vg-auth-forgotten-page fieldset,
  .vg-auth-forgotten-page .buttons {
    display: block !important;
    width: 100% !important;
    max-width: 620px !important;
    margin: 0 auto !important;
    padding: 0 !important;
    border: 0 !important;
  }

  .vg-auth-forgotten-page .buttons::before,
  .vg-auth-forgotten-page .buttons::after {
    display: none !important;
  }

  .vg-auth-forgotten-page input[type="submit"].btn-primary {
    margin-top: 20px !important;
  }

  .vg-auth-register-page > .row {
    padding-bottom: 24px !important;
  }

  .vg-auth-register-page .register-content form {
    display: block;
    width: 100%;
  }

  .vg-auth-register-page .register-content fieldset {
    width: 100% !important;
    max-width: none !important;
    margin: 0 !important;
    padding: 0 !important;
    border: 0 !important;
  }

  .vg-auth-register-page .register-content fieldset#account {
    display: flex;
    flex-direction: column;
  }

  .vg-auth-register-page .register-content fieldset#account > .form-group {
    order: 30;
  }

  .vg-auth-register-page .register-content fieldset#account > .form-group:first-of-type {
    order: 0;
  }

  .vg-auth-register-page .register-content .vg-register-lastname {
    order: 10 !important;
  }

  .vg-auth-register-page .register-content .vg-register-firstname {
    order: 20 !important;
  }

  .vg-auth-register-page .register-content .vg-register-telephone {
    order: 40 !important;
  }

  .vg-auth-register-page .register-content .vg-register-email {
    order: 50 !important;
  }

  .vg-auth-register-page .register-content fieldset + fieldset {
    margin-top: 0 !important;
  }

  .vg-auth-register-page .register-content legend {
    display: none !important;
  }

  .vg-auth-register-page .vg-auth-newsletter-fieldset {
    display: none !important;
  }

  .vg-auth-register-page .input-group {
    display: flex;
    width: 100%;
  }

  .vg-auth-register-page .input-group .form-control {
    flex: 1 1 auto;
  }

  .vg-auth-register-page .input-group-btn {
    width: auto;
  }

  .vg-auth-register-page .text-danger {
    margin: 6px 2px 0;
    font-size: 13px;
    line-height: 1.35;
  }

  .vg-auth-register-page .group-checkbox {
    margin: 8px 0 0 !important;
    color: #343a40;
    font-size: 13px;
    line-height: 1.45;
  }

  .vg-auth-register-page .group-checkbox label {
    display: flex;
    align-items: flex-start;
    margin: 0;
  }

  .vg-auth-register-page .group-checkbox label > a {
    margin-left: 4px;
    color: #1f4f40;
    text-decoration: underline;
  }

  .vg-auth-register-page .buttons {
    width: 100%;
    margin: 0 !important;
    padding: 0 !important;
  }

  .vg-auth-register-page .buttons::before,
  .vg-auth-register-page .buttons::after {
    display: none;
  }
}

@media (max-width: 360px) {
  .vg-auth-page .vg-mobile-auth-tabs {
    gap: 28px;
  }

  .vg-auth-page > .row {
    padding-right: 14px !important;
    padding-left: 14px !important;
  }

  .vg-auth-forgotten-page > .row,
  .vg-auth-forgotten-page > .row-flex {
    padding-top: 72px !important;
    padding-right: 14px !important;
    padding-left: 14px !important;
  }
}
/* VG v12 — required mobile registration fields */
@media (max-width: 767px) {
  .vg-auth-register-page input:required:invalid:not(:placeholder-shown) {
    border-color: #dc3545 !important;
  }
  .vg-mobile-auth-tabs a {
    pointer-events: auto !important;
    cursor: pointer !important;
    position: relative !important;
    z-index: 3 !important;
  }
}


/* VG v13 REQUIRED PLACEHOLDERS */
@media (max-width: 767px) {
  .vg-auth-register-page input[required]::placeholder {
    opacity: 1;
  }
}


/* =========================================================
   VG v22 — помилки дубльованих E-mail і телефону
   ========================================================= */
.vg-register-error-summary {
  position: relative;
  display: flex;
  align-items: flex-start;
  gap: 18px;
  margin: 0 0 22px;
  padding: 20px 48px 20px 24px;
  background: #fff;
  border: 0;
  box-shadow: 0 8px 28px rgba(25, 33, 43, .16);
  color: #70757c;
  font-size: 18px;
  line-height: 1.45;
  z-index: 20;
}
.vg-register-error-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  flex: 0 0 36px;
  width: 36px;
  height: 36px;
  margin-top: 2px;
  border-radius: 50%;
  background: #e94d42;
  color: #fff;
  font-weight: 700;
  font-size: 23px;
}
.vg-register-error-messages {
  display: grid;
  gap: 14px;
  flex: 1 1 auto;
}
.vg-register-error-close {
  position: absolute;
  top: 10px;
  right: 14px;
  padding: 0;
  border: 0;
  background: transparent;
  color: #a8adb2;
  font-size: 28px;
  line-height: 1;
}
.vg-auth-register-page .vg-input-error {
  border-color: #ed3d35 !important;
  background: #fff7f7 !important;
  color: #df312b !important;
  box-shadow: 0 0 0 1px #ed3d35 inset !important;
}
.vg-auth-register-page .vg-field-error .text-danger {
  display: block;
  margin-top: 8px;
  color: #e3302b !important;
  font-size: 15px;
  line-height: 1.35;
}

@media (max-width: 767px) {
  .vg-register-error-summary {
    margin-left: -15px;
    margin-right: -15px;
    padding: 18px 42px 18px 24px;
    font-size: 17px;
  }
}


/* =========================================================
   VG v24 — мобільний особистий кабінет
   ========================================================= */
.vg-account-dashboard {
  padding-bottom: 120px;
}
.vg-account-heading {
  margin: 18px 0 22px;
  font-size: 32px;
  font-weight: 700;
}
.vg-account-layout {
  display: grid;
  gap: 18px;
}
.vg-account-card {
  overflow: hidden;
  background: #fff;
  border: 1px solid #edf0f2;
  border-radius: 15px;
  box-shadow: 0 5px 18px rgba(25, 35, 45, .05);
}
.vg-account-card-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin: 0 24px;
  padding: 23px 0 18px;
  border-bottom: 1px solid #e8ebed;
  font-size: 22px;
  font-weight: 700;
}
.vg-account-chevron {
  font-size: 30px;
  line-height: 1;
}
.vg-account-menu {
  display: block;
  padding: 8px 24px 16px;
}
.vg-account-menu-item {
  display: flex;
  align-items: center;
  gap: 17px;
  min-height: 66px;
  color: #41464c;
  font-size: 20px;
  text-decoration: none !important;
  transition: color .2s ease, background .2s ease;
}
.vg-account-menu-item:hover,
.vg-account-menu-item:focus,
.vg-account-menu-item.is-active {
  color: #07996f;
}
.vg-account-menu-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex: 0 0 28px;
  width: 28px;
  font-size: 26px;
  font-family: Arial, sans-serif;
}
.vg-account-logout {
  margin-top: 8px;
  padding-top: 14px;
  border-top: 1px solid #e8ebed;
}
.vg-account-welcome {
  display: flex;
  align-items: center;
  gap: 15px;
  padding: 18px 20px;
  background: #fff;
  border: 1px solid #edf0f2;
  border-radius: 15px;
}
.vg-account-avatar {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 56px;
  height: 56px;
  border-radius: 50%;
  background: #f2faf7;
  font-size: 28px;
}
.vg-account-name {
  margin-bottom: 3px;
  font-size: 19px;
  font-weight: 700;
}
.vg-account-welcome a {
  color: #07996f;
  text-decoration: underline;
}

@media (min-width: 768px) {
  .vg-account-layout {
    grid-template-columns: minmax(320px, 460px) 1fr;
    align-items: start;
  }
}

@media (max-width: 767px) {
  .vg-account-dashboard {
    padding-left: 15px;
    padding-right: 15px;
    background: #f4f6f7;
  }
  .vg-account-dashboard .breadcrumb {
    margin: 0 -15px;
    padding: 16px 15px;
    background: #eef1f3;
  }
  .vg-account-heading {
    font-size: 29px;
    text-transform: uppercase;
  }
  .vg-account-card {
    border-radius: 12px;
  }
  .vg-account-menu-item {
    min-height: 64px;
    font-size: 19px;
  }
}


/* =========================================================
   VG v25 — кабінет у стилі референсу: меню + особисті дані
   ========================================================= */
.vg-account-dashboard-v25 .vg-account-card { margin-bottom: 22px; }
.vg-account-dashboard-v25 .vg-account-profile {
  padding: 20px;
  background: #f2f4f5;
  border-radius: 14px;
}
.vg-account-profile-head {
  display: flex;
  align-items: center;
  gap: 16px;
  margin-bottom: 20px;
}
.vg-account-profile-head .vg-account-avatar {
  width: 64px;
  height: 64px;
  background: #fff;
  color: #0b9671;
  font-size: 28px;
}
.vg-account-profile-head .vg-account-name {
  max-width: 520px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-size: 21px;
  font-weight: 700;
}
.vg-account-profile-head a,
.vg-account-password-link {
  color: #666;
  text-decoration: underline;
}
.vg-account-profile-form {
  display: grid;
  gap: 16px;
}
.vg-account-profile-form .form-control {
  height: 62px;
  padding: 0 18px;
  border: 1px solid #d8e4e2;
  border-radius: 10px;
  background: #fff;
  font-size: 20px;
  box-shadow: 0 3px 10px rgba(30,50,60,.05);
}
.vg-account-save {
  min-height: 62px;
  border-radius: 6px;
  font-size: 20px;
  font-weight: 700;
}
.vg-account-dashboard-v25 .vg-account-menu-icon {
  color: #3f4448;
  font-size: 24px;
}
.vg-account-dashboard-v25 .vg-account-menu-item.is-active .vg-account-menu-icon,
.vg-account-dashboard-v25 .vg-account-menu-item.is-active { color: #0b9671; }

@media (max-width: 767px) {
  .vg-account-dashboard-v25 .vg-account-heading { margin-top: 28px; }
  .vg-account-dashboard-v25 .vg-account-card-title { padding: 20px 0; }
  .vg-account-dashboard-v25 .vg-account-menu { padding: 8px 22px 14px; }
  .vg-account-dashboard-v25 .vg-account-menu-item { min-height: 62px; }
  .vg-account-dashboard-v25 .vg-account-profile {
    margin-left: -15px;
    margin-right: -15px;
    padding: 22px 15px 120px;
    border-radius: 0;
  }
}


/* =========================================================
   VG v26 — згортання кабінету, фото профілю та оновлені поля
   ========================================================= */
.vg-account-dashboard-v25 .vg-account-card-title {
  width: 100%;
  border: 0;
  background: #fff;
  color: #30343a;
  cursor: pointer;
  text-align: left;
}
.vg-account-dashboard-v25 .vg-account-menu {
  max-height: 520px;
  opacity: 1;
  overflow: hidden;
  transition: max-height .28s ease, opacity .2s ease, padding .28s ease;
}
.vg-account-dashboard-v25 .vg-account-menu.is-collapsed {
  max-height: 0;
  opacity: 0;
  padding-top: 0;
  padding-bottom: 0;
}
.vg-account-dashboard-v25 .vg-account-chevron {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 52px;
  height: 52px;
  font-size: 34px;
}
.vg-account-dashboard-v25 .vg-account-profile,
.vg-account-dashboard-v25 .vg-account-profile-form {
  font-family: Arial, "Helvetica Neue", sans-serif;
}
.vg-account-dashboard-v25 .vg-account-avatar-upload {
  margin: 0;
  cursor: pointer;
}
.vg-account-dashboard-v25 .vg-account-avatar-upload input[type="file"] {
  position: absolute;
  width: 1px;
  height: 1px;
  opacity: 0;
}
.vg-account-dashboard-v25 .vg-account-avatar {
  overflow: hidden;
  border: 2px solid #fff;
  box-shadow: 0 3px 14px rgba(20, 45, 55, .08);
}
.vg-account-dashboard-v25 .vg-account-avatar img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.vg-account-dashboard-v25 .vg-account-photo-link {
  margin: 2px 0 0;
  color: #98a0a6;
  font-size: 17px;
  text-decoration: underline;
  cursor: pointer;
}
.vg-account-dashboard-v25 .vg-account-name {
  max-width: 430px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  color: #3f4348;
  font-size: 21px;
  font-weight: 700;
}
.vg-account-dashboard-v25 .vg-account-profile-form {
  display: grid;
  gap: 14px;
}
.vg-account-dashboard-v25 .vg-account-field {
  margin: 0;
}
.vg-account-dashboard-v25 .vg-account-profile-form .form-control {
  width: 100%;
  height: 72px;
  padding: 0 20px;
  border: 1px solid #dce8e5;
  border-radius: 8px;
  background: #fff;
  color: #3f4348;
  font-size: 22px;
  font-weight: 400;
  box-shadow: 0 2px 8px rgba(20, 60, 55, .06);
}
.vg-account-dashboard-v25 .vg-account-profile-form .form-control::placeholder {
  color: #555b60;
  opacity: 1;
}
.vg-account-dashboard-v25 .vg-account-profile-form .form-control:focus {
  border-color: #11966f;
  box-shadow: 0 0 0 2px rgba(17, 150, 111, .12);
}
.vg-account-dashboard-v25 .vg-account-profile-form .form-control.is-error {
  border-color: #e23d35;
  background: #fff7f7;
}
.vg-account-dashboard-v25 .vg-account-field-error {
  margin-top: 6px;
  font-size: 14px;
}
.vg-account-dashboard-v25 .vg-account-password-link {
  color: #444;
  font-size: 17px;
  text-decoration: underline;
}
.vg-account-dashboard-v25 .vg-account-save {
  min-height: 72px;
  border-radius: 4px;
  font-size: 21px;
  font-weight: 700;
}
@media (max-width: 767px) {
  .vg-account-dashboard-v25 .vg-account-card-title {
    min-height: 92px;
    padding-left: 24px;
    padding-right: 14px;
    font-size: 22px;
  }
  .vg-account-dashboard-v25 .vg-account-profile-form .form-control {
    height: 74px;
    font-size: 21px;
  }
}


/* =========================================================
   VG v27 — компактні поля особистих даних
   ========================================================= */
.vg-account-dashboard-v25 .vg-account-profile-form .form-control {
  height: 54px !important;
  min-height: 54px !important;
  padding: 0 16px !important;
  font-size: 18px !important;
  line-height: 54px !important;
}

@media (max-width: 767px) {
  .vg-account-dashboard-v25 .vg-account-profile-form .form-control {
    height: 52px !important;
    min-height: 52px !important;
    padding: 0 16px !important;
    font-size: 18px !important;
    line-height: 52px !important;
  }
}


/* =========================================================
   VG v28 — ще компактніші поля та кнопка збереження
   ========================================================= */
.vg-account-dashboard-v25 .vg-account-profile-form .form-control {
  height: 43px !important;
  min-height: 43px !important;
  padding: 0 14px !important;
  font-size: 17px !important;
  line-height: 43px !important;
}

.vg-account-dashboard-v25 .vg-account-save {
  min-height: 42px !important;
  height: 42px !important;
  padding: 0 18px !important;
  font-size: 18px !important;
  line-height: 42px !important;
}

@media (max-width: 767px) {
  .vg-account-dashboard-v25 .vg-account-profile-form .form-control {
    height: 42px !important;
    min-height: 42px !important;
    padding: 0 14px !important;
    font-size: 17px !important;
    line-height: 42px !important;
  }

  .vg-account-dashboard-v25 .vg-account-save {
    min-height: 42px !important;
    height: 42px !important;
    padding: 0 16px !important;
    font-size: 18px !important;
    line-height: 42px !important;
  }
}

/* =========================================================
   VG v29 — компактний верх кабінету та стан нижнього меню
   ========================================================= */
@media (max-width: 767px) {
  .vg-account-dashboard-v25 {
    padding-top: 0 !important;
  }

  .vg-account-dashboard-v25 .breadcrumb {
    margin-bottom: 0 !important;
    padding-top: 11px !important;
    padding-bottom: 11px !important;
    font-size: 14px !important;
    line-height: 1.25 !important;
  }

  .vg-account-dashboard-v25 .vg-account-heading {
    margin: 16px 0 14px !important;
    font-size: 28px !important;
    line-height: 1.12 !important;
    letter-spacing: -.35px !important;
  }

  .vg-account-dashboard-v25 .vg-account-card {
    margin-bottom: 18px !important;
    border-radius: 10px !important;
  }

  .vg-account-dashboard-v25 .vg-account-card-title {
    min-height: 70px !important;
    margin: 0 !important;
    padding: 0 18px !important;
    font-size: 20px !important;
    line-height: 1.15 !important;
    border-bottom: 0 !important;
  }

  .vg-account-dashboard-v25 .vg-account-chevron {
    width: 38px !important;
    height: 38px !important;
    font-size: 28px !important;
  }

  .vg-account-dashboard-v25 .vg-account-menu:not(.is-collapsed) {
    border-top: 1px solid #e8ebed !important;
  }

  .vg-account-dashboard-v25 .vg-account-profile {
    padding-top: 18px !important;
  }
}

/* Явний активний стан пункту Кабінет/Увійти у нижній панелі. */
@media (max-width: 767px) {
  .vg-mobile-bottom-nav .vg-mbn-account.is-active {
    color: #07996f !important;
  }
}


/* =========================================================
   VG v31 — «Запам’ятати мене» у формі входу
   ========================================================= */
.vg-auth-login-page .vg-login-options {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  margin: 16px 0 22px;
}

.vg-auth-login-page .vg-login-options > a {
  color: #252525;
  text-decoration: underline;
  white-space: nowrap;
}

.vg-auth-login-page .vg-remember-me {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  margin: 0;
  color: #252525;
  font-weight: 400;
  cursor: pointer;
  user-select: none;
}

.vg-auth-login-page .vg-remember-me input {
  position: absolute;
  width: 1px;
  height: 1px;
  opacity: 0;
  pointer-events: none;
}

.vg-auth-login-page .vg-remember-box {
  position: relative;
  flex: 0 0 25px;
  width: 25px;
  height: 25px;
  border: 2px solid #aab3bb;
  border-radius: 5px;
  background: #fff;
}

.vg-auth-login-page .vg-remember-me input:checked + .vg-remember-box {
  border-color: #0ba66f;
  background: #0ba66f;
}

.vg-auth-login-page .vg-remember-me input:checked + .vg-remember-box::after {
  content: "";
  position: absolute;
  left: 7px;
  top: 3px;
  width: 7px;
  height: 13px;
  border: solid #fff;
  border-width: 0 3px 3px 0;
  transform: rotate(45deg);
}

@media (max-width: 420px) {
  .vg-auth-login-page .vg-login-options {
    gap: 10px;
  }

  .vg-auth-login-page .vg-remember-me,
  .vg-auth-login-page .vg-login-options > a {
    font-size: 14px;
  }
}


/* =========================================================
   VG v32 — компактні шрифти меню особистого кабінету
   ========================================================= */
.vg-account-dashboard-v25 .vg-account-heading {
  font-family: Arial, "Helvetica Neue", sans-serif !important;
  font-size: 26px !important;
  line-height: 1.15 !important;
  font-weight: 700 !important;
  letter-spacing: -0.2px !important;
}

.vg-account-dashboard-v25 .vg-account-card-title {
  font-family: Arial, "Helvetica Neue", sans-serif !important;
  font-size: 19px !important;
  line-height: 1.2 !important;
  font-weight: 700 !important;
}

.vg-account-dashboard-v25 .vg-account-menu-item {
  min-height: 56px !important;
  gap: 14px !important;
  font-family: Arial, "Helvetica Neue", sans-serif !important;
  font-size: 17px !important;
  line-height: 1.25 !important;
  font-weight: 400 !important;
}

.vg-account-dashboard-v25 .vg-account-menu-icon {
  flex-basis: 25px !important;
  width: 25px !important;
  font-size: 21px !important;
}

.vg-account-dashboard-v25 .vg-account-logout {
  margin-top: 4px !important;
  padding-top: 10px !important;
}

@media (max-width: 767px) {
  .vg-account-dashboard-v25 .vg-account-heading {
    margin: 14px 0 13px !important;
    font-size: 24px !important;
    line-height: 1.12 !important;
  }

  .vg-account-dashboard-v25 .vg-account-card-title {
    min-height: 62px !important;
    padding: 0 18px !important;
    font-size: 18px !important;
  }

  .vg-account-dashboard-v25 .vg-account-chevron {
    width: 34px !important;
    height: 34px !important;
    font-size: 24px !important;
  }

  .vg-account-dashboard-v25 .vg-account-menu {
    padding: 6px 20px 12px !important;
  }

  .vg-account-dashboard-v25 .vg-account-menu-item {
    min-height: 54px !important;
    gap: 13px !important;
    font-size: 16px !important;
  }

  .vg-account-dashboard-v25 .vg-account-menu-icon {
    flex-basis: 24px !important;
    width: 24px !important;
    font-size: 20px !important;
  }
}


/* =========================================================
   VG v35 — сповіщення «Успішно» після збереження даних
   ========================================================= */
.vg-account-success-toast {
  position: fixed;
  top: calc(env(safe-area-inset-top, 0px) + 86px);
  left: 50%;
  z-index: 10050;
  display: flex;
  align-items: center;
  gap: 14px;
  width: min(680px, calc(100% - 32px));
  min-height: 78px;
  padding: 16px 52px 16px 22px;
  border-radius: 0 0 18px 18px;
  background: #fff;
  box-shadow: 0 10px 30px rgba(25, 35, 45, .18);
  color: #676d73;
  font-family: Arial, "Helvetica Neue", sans-serif;
  font-size: 22px;
  font-weight: 400;
  opacity: 0;
  transform: translate(-50%, -120%);
  transition: transform .32s ease, opacity .25s ease;
  pointer-events: auto;
}
.vg-account-success-toast.is-visible {
  opacity: 1;
  transform: translate(-50%, 0);
}
.vg-account-success-toast.is-hiding {
  opacity: 0;
  transform: translate(-50%, -120%);
}
.vg-account-success-check {
  position: relative;
  flex: 0 0 32px;
  width: 32px;
  height: 32px;
  border-radius: 50%;
  background: #23bf2d;
}
.vg-account-success-check::after {
  content: "";
  position: absolute;
  left: 10px;
  top: 6px;
  width: 8px;
  height: 15px;
  border: solid #fff;
  border-width: 0 3px 3px 0;
  transform: rotate(45deg);
}
.vg-account-success-text {
  flex: 1 1 auto;
}
.vg-account-success-close {
  position: absolute;
  top: 8px;
  right: 14px;
  padding: 0;
  border: 0;
  background: transparent;
  color: #aeb3b8;
  font-size: 28px;
  line-height: 1;
}
@media (max-width: 767px) {
  .vg-account-success-toast {
    top: calc(env(safe-area-inset-top, 0px) + 76px);
    width: calc(100% - 24px);
    min-height: 70px;
    padding: 14px 46px 14px 18px;
    border-radius: 0 0 16px 16px;
    font-size: 20px;
  }
  .vg-account-success-check {
    flex-basis: 28px;
    width: 28px;
    height: 28px;
  }
  .vg-account-success-check::after {
    left: 9px;
    top: 5px;
    width: 7px;
    height: 13px;
  }
}


/* =========================================================
   VG v36 — іконка будиночка замість «Головна» у breadcrumbs
   ========================================================= */
.breadcrumb li:first-child .vg-breadcrumb-home {
  display: inline-flex !important;
  align-items: center;
  justify-content: center;
  width: 24px;
  height: 24px;
  color: #07996f !important;
  text-decoration: none !important;
  vertical-align: middle;
}

.breadcrumb li:first-child .vg-breadcrumb-home svg {
  display: block;
  width: 21px;
  height: 21px;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.9;
  stroke-linecap: round;
  stroke-linejoin: round;
}

@media (max-width: 767px) {
  .breadcrumb li:first-child .vg-breadcrumb-home {
    width: 23px;
    height: 23px;
  }

  .breadcrumb li:first-child .vg-breadcrumb-home svg {
    width: 20px;
    height: 20px;
  }
}

/* =========================================================
   VG v34 — адреси доставки у стилі кабінету
   ========================================================= */
.vg-address-book-v34 {
  max-width: 1180px;
}
.vg-address-account-menu,
.vg-address-content-card {
  background: #fff;
  border-radius: 12px;
  box-shadow: 0 2px 12px rgba(32, 52, 58, .04);
}
.vg-address-account-menu {
  margin-bottom: 28px;
  padding: 0 26px 18px;
}
.vg-address-menu-title {
  width: 100%;
  min-height: 74px;
  padding: 0 4px;
  border: 0;
  border-bottom: 1px solid #e8edef;
  background: transparent;
  display: flex;
  align-items: center;
  justify-content: space-between;
  color: #41464b;
  font-size: 21px;
  font-weight: 700;
  text-align: left;
}
.vg-address-menu-title i {
  font-size: 30px;
  color: #656a6e;
}
.vg-address-menu-list {
  display: grid;
  padding-top: 8px;
}
.vg-address-menu-list.is-collapsed {
  display: none;
}
.vg-address-menu-list a {
  min-height: 58px;
  display: flex;
  align-items: center;
  gap: 18px;
  color: #4b4f52;
  font-size: 19px;
  text-decoration: none;
}
.vg-address-menu-list a i {
  width: 28px;
  flex: 0 0 28px;
  font-size: 24px;
  text-align: center;
}
.vg-address-menu-list a.is-active {
  color: #f36c42;
}
.vg-address-menu-list .vg-address-logout {
  margin-top: 8px;
  padding-top: 10px;
  border-top: 1px solid #e8edef;
}
.vg-address-content-card {
  min-height: 420px;
  padding: 34px;
}
.vg-address-empty {
  min-height: 350px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
}
.vg-address-empty-icon {
  position: relative;
  width: 132px;
  height: 132px;
  margin-bottom: 34px;
  border-radius: 50%;
  background: #e6e7e7;
}
.vg-address-empty-icon span {
  position: absolute;
  left: 50%;
  top: 28px;
  width: 10px;
  height: 56px;
  border-radius: 8px;
  background: #ff9180;
  transform: translateX(-50%);
}
.vg-address-empty-icon b {
  position: absolute;
  left: 50%;
  bottom: 18px;
  color: #ff9180;
  font-size: 38px;
  line-height: 1;
  font-weight: 500;
  transform: translateX(-50%);
}
.vg-address-empty-text {
  color: #adb5bd;
  font-size: 24px;
  line-height: 1.35;
}
.vg-address-add {
  margin-top: 24px;
}
.vg-address-list .address-item {
  margin-bottom: 15px;
}

@media (max-width: 767px) {
  body:has(.vg-address-book-v34) {
    background: #f2f6f6;
  }
  .vg-address-book-v34 {
    width: 100%;
    padding: 0 20px 110px;
  }
  .vg-address-book-v34 .breadcrumb,
  .vg-address-book-v34 .vg-address-heading {
    display: none;
  }
  .vg-address-account-menu {
    margin: 18px 0 26px;
    padding: 0 20px 14px;
    border-radius: 10px;
  }
  .vg-address-menu-title {
    min-height: 64px;
    font-size: 19px;
  }
  .vg-address-menu-title i {
    font-size: 27px;
  }
  .vg-address-menu-list a {
    min-height: 52px;
    gap: 15px;
    font-size: 17px;
  }
  .vg-address-menu-list a i {
    width: 24px;
    flex-basis: 24px;
    font-size: 21px;
  }
  .vg-address-content-card {
    min-height: 360px;
    padding: 22px 18px;
    border-radius: 10px;
  }
  .vg-address-empty {
    min-height: 315px;
  }
  .vg-address-empty-icon {
    width: 112px;
    height: 112px;
    margin-bottom: 30px;
  }
  .vg-address-empty-icon span {
    top: 24px;
    height: 47px;
  }
  .vg-address-empty-icon b {
    bottom: 15px;
    font-size: 32px;
  }
  .vg-address-empty-text {
    font-size: 19px;
  }
  .vg-address-add {
    margin-top: 22px;
  }
}

/* =========================================================
 * VG PageSpeed/WCAG pass — contrast and mobile tap targets
 * ========================================================= */
.stock-status.instock {
	color: #157347 !important;
}
.stock-status.outofstock {
	color: #b63d20 !important;
}
.product-thumb .stock-status.instock:before {
	background-color: #157347 !important;
}
.vg-module-mobile-model,
.rs-date-added {
	color: #5f6670 !important;
}
.vg-module-mobile-actions.is-available .vg-module-mobile-cart .btn:not(.is-active) .text-cart-add {
	color: #087a3d !important;
}
#subcribe {
	color: #fff !important;
	background-color: #087a3d !important;
}
footer .footer-contact a {
	color: #147a43 !important;
}
@media (max-width: 767px) {
	footer .footer-contact a {
		display: inline-flex;
		align-items: center;
		min-height: 28px;
		padding-top: 4px;
		padding-bottom: 4px;
	}
}

/* =========================================================
 * VG Mobile category page — subcategories as a two-column grid
 * Scope: catalog/view/theme/chameleon/template/product/category.twig
 * ========================================================= */
@media (max-width: 767px) {
	#content > .row > .box-sub-cat {
		display: grid !important;
		grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
		gap: 10px !important;
		box-sizing: border-box;
		width: 100% !important;
		max-width: 100% !important;
		margin: 0 !important;
		padding: 4px 0 14px !important;
		overflow-x: hidden !important;
		overflow-y: visible !important;
		flex-wrap: wrap !important;
	}

	#content > .row > .box-sub-cat > .item-subc {
		display: block;
		float: none !important;
		flex: none !important;
		box-sizing: border-box;
		width: 100% !important;
		max-width: 100% !important;
		min-width: 0 !important;
		margin: 0 !important;
		padding: 0 !important;
	}

	#content > .row > .box-sub-cat > .item-subc > .subcategory {
		display: flex;
		flex-direction: column;
		align-items: center !important;
		justify-content: flex-start !important;
		min-height: 112px;
		padding: 10px 8px 9px;
		background: #fff;
		border: 1px solid #e7ebef;
		border-radius: 10px;
		box-shadow: 0 4px 14px rgba(21, 33, 43, .07);
		transition: border-color .2s ease, box-shadow .2s ease, transform .2s ease;
	}

	#content > .row > .box-sub-cat > .item-subc > .subcategory:active,
	#content > .row > .box-sub-cat > .item-subc > .subcategory:focus {
		border-color: #19a45b;
		box-shadow: 0 6px 18px rgba(21, 33, 43, .1);
		transform: translateY(-1px);
	}

	#content > .row > .box-sub-cat > .item-subc > .subcategory .sc-image {
		display: flex;
		align-items: center;
		justify-content: center;
		width: 100%;
		height: 62px;
		margin: 0 0 7px;
	}

	#content > .row > .box-sub-cat > .item-subc > .subcategory .sc-image img {
		display: block;
		width: auto !important;
		height: auto !important;
		max-width: 100% !important;
		max-height: 62px !important;
		object-fit: contain;
	}

	#content > .row > .box-sub-cat > .item-subc > .subcategory .sc-name {
		display: flex;
		align-items: center;
		justify-content: center;
		width: 100%;
		min-height: 30px;
		padding: 0 3px;
		color: #171b1f;
		font-size: 12px;
		font-weight: 500;
		line-height: 1.25;
		text-align: center;
		text-decoration: none;
	}

	#content > .row > .box-sub-cat > .item-subc > .subcategory:hover .sc-name,
	#content > .row > .box-sub-cat > .item-subc > .subcategory:focus .sc-name {
		color: #159354;
		text-decoration: none;
	}
}

/* Keep the category image available for category tiles, but hide it in
 * the category description block on category pages. */
body.product-category .category_description .psfl-l {
	display: none !important;
}

/* Desktop category tiles: four large image cards per row. */
@media (min-width: 992px) {
	#content > .row > .box-sub-cat {
		display: flex !important;
		flex-wrap: wrap !important;
		width: auto !important;
		margin-right: -7px;
		margin-left: -7px;
		overflow: visible !important;
	}

	#content > .row > .box-sub-cat > .item-subc {
		float: none !important;
		flex: 0 0 25% !important;
		box-sizing: border-box;
		width: 25% !important;
		max-width: 25% !important;
		margin-bottom: 14px !important;
		padding-right: 7px !important;
		padding-left: 7px !important;
	}

	#content > .row > .box-sub-cat > .item-subc > .subcategory {
		display: flex;
		flex-direction: column;
		min-height: 0;
		padding: 0 !important;
		overflow: hidden;
		background: #fff;
		border: 1px solid #e8edf1;
		border-radius: 9px;
		box-shadow: 0 3px 12px rgba(22, 36, 48, .08);
	}

	#content > .row > .box-sub-cat > .item-subc > .subcategory .sc-image {
		display: flex;
		align-items: center;
		justify-content: center;
		box-sizing: border-box;
		width: 100%;
		height: auto;
		margin: 0;
		padding: 8px;
		aspect-ratio: 1 / 1;
		background: #fff;
	}

	#content > .row > .box-sub-cat > .item-subc > .subcategory .sc-image img {
		display: block;
		width: 100% !important;
		height: 100% !important;
		max-width: 100% !important;
		max-height: 100% !important;
		margin: 0 auto;
		object-fit: contain;
	}

	#content > .row > .box-sub-cat > .item-subc > .subcategory .sc-name {
		display: flex;
		align-items: center;
		justify-content: center;
		box-sizing: border-box;
		width: 100%;
		min-height: 46px;
		padding: 8px 10px;
		color: #202722 !important;
		background: #f7f9f8;
		border-top: 1px solid #e8edf1;
		font-size: 13px;
		font-weight: 500;
		line-height: 1.3;
		text-align: center;
		text-decoration: none !important;
	}

	#content > .row > .box-sub-cat > .item-subc > .subcategory:hover {
		border-color: #159354;
		box-shadow: 0 6px 18px rgba(21, 147, 84, .16);
	}

	#content > .row > .box-sub-cat > .item-subc > .subcategory:hover .sc-name,
	#content > .row > .box-sub-cat > .item-subc > .subcategory:focus .sc-name {
		color: #117b47 !important;
		background: #f0f8f4;
		text-decoration: none !important;
	}
}


/* ===== VG Footer Builder for Chameleon v1.0.0 ===== */
footer .vg-footer-container{padding-top:34px;padding-bottom:26px}
footer .vg-footer-main{display:grid;grid-template-columns:minmax(240px,1.25fr) minmax(0,3fr);gap:46px;align-items:start}
footer .vg-footer-brand{min-width:0}
footer .vg-footer-logo{margin:0 0 20px}
footer .vg-footer-logo img{display:block;max-width:230px;max-height:72px;width:auto;height:auto}
footer .vg-footer-contacts{margin:0;padding:0}
footer .vg-footer-contacts li{margin:0 0 10px;line-height:1.45;color:inherit}
footer .vg-footer-contacts li:last-child{margin-bottom:0}
footer .vg-footer-contacts a{display:inline-flex;align-items:flex-start;gap:8px;color:inherit;text-decoration:none}
footer .vg-footer-contacts i{width:18px;margin-top:2px;text-align:center;opacity:.75}
footer .vg-footer-columns{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:28px}
footer .vg-footer-column-title{margin:0 0 15px;font-size:14px;font-weight:700;line-height:1.3;color:inherit}
footer .vg-footer-column ul{margin:0;padding:0}
footer .vg-footer-column li{margin:0 0 10px;line-height:1.35}
footer .vg-footer-column li:last-child{margin-bottom:0}
footer .vg-footer-column a{color:inherit;text-decoration:none;transition:color .18s ease}
footer .vg-footer-column a:hover{color:#0b9b50}
footer .vg-footer-socials{display:flex;align-items:center;justify-content:center;gap:18px;margin-top:30px;padding-top:24px;border-top:1px solid rgba(0,0,0,.08)}
footer.ch-dark-theme .vg-footer-socials{border-top-color:rgba(255,255,255,.12)}
footer .vg-footer-socials-title{font-size:14px;font-weight:700;text-transform:uppercase;letter-spacing:.02em}
footer .vg-footer-socials-list{display:flex;flex-wrap:wrap;gap:12px}
footer .vg-footer-social-icon{display:inline-flex;align-items:center;justify-content:center;width:46px;height:46px;border-radius:50%;color:#fff!important;text-decoration:none;box-shadow:0 5px 14px rgba(0,0,0,.12);transition:transform .18s ease,box-shadow .18s ease}
footer .vg-footer-social-icon:hover{transform:translateY(-2px);box-shadow:0 8px 18px rgba(0,0,0,.18)}
footer .vg-footer-social-icon svg{width:25px;height:25px;fill:currentColor}
footer .vg-footer-social-icon i{font-size:24px}
footer .vg-footer-social-icon.vg-tiktok{background:#000}
footer .vg-footer-social-icon.vg-youtube{background:#f00}
footer .vg-footer-social-icon.vg-instagram{background:radial-gradient(circle at 30% 110%,#ffd600 0 10%,#ff7a00 28%,#ff0169 52%,#d300c5 72%,#7638fa 100%)}
footer .vg-footer-social-icon.vg-facebook{background:#1877f2}
footer .copyright__payments #logo-footer{display:none!important}

@media (max-width:1199px){
  footer .vg-footer-main{grid-template-columns:minmax(220px,1fr) minmax(0,2.25fr);gap:30px}
  footer .vg-footer-columns{grid-template-columns:repeat(2,minmax(0,1fr));gap:28px 34px}
}
@media (max-width:767px){
  footer .vg-footer-container{padding-top:25px;padding-bottom:94px}
  footer .vg-footer-main{display:block}
  footer .vg-footer-brand{margin-bottom:28px}
  footer .vg-footer-logo{margin-bottom:18px}
  footer .vg-footer-logo img{max-width:205px;max-height:64px}
  footer .vg-footer-contacts li{margin-bottom:9px;font-size:13px}
  footer .vg-footer-columns{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:26px 18px}
  footer .vg-footer-column-title{margin-bottom:12px;font-size:13px}
  footer .vg-footer-column li{margin-bottom:9px;font-size:12px}
  footer .vg-footer-socials{display:block;margin-top:28px;padding-top:22px;text-align:left}
  footer .vg-footer-socials-title{margin-bottom:14px}
  footer .vg-footer-socials-list{gap:11px}
  footer .vg-footer-social-icon{width:44px;height:44px}
  footer .copyright__payments{padding-bottom:78px}
}
@media (max-width:420px){
  footer .vg-footer-columns{grid-template-columns:repeat(2,minmax(0,1fr));gap:24px 14px}
  footer .vg-footer-column-title{font-size:12px}
  footer .vg-footer-column li{font-size:11.5px}
}
/* ===== /VG Footer Builder ===== */

/* ===== VG Footer Logo Size Fix v1.0.2 ===== */
footer .vg-footer-brand .vg-footer-logo {
  display: block !important;
  width: 270px !important;
  max-width: 100% !important;
  margin: 0 0 20px !important;
}
footer .vg-footer-brand .vg-footer-logo img {
  display: block !important;
  width: 100% !important;
  max-width: none !important;
  max-height: none !important;
  height: auto !important;
  margin: 0 !important;
  object-fit: contain !important;
}
@media (max-width: 767px) {
  footer .vg-footer-brand .vg-footer-logo {
    width: 235px !important;
    margin-bottom: 18px !important;
  }
}
/* ===== /VG Footer Logo Size Fix v1.0.2 ===== */
