@media all and (max-width: 1024px) {
  
  .home-page-body h4 {
    font-size: .875rem !important;
  }
  
  .admin-header-links {
    width: 100%;
  }
  .responsive-nav-wrapper.header-mobile ~ .margin-header {
    margin-top: 122px;
  }
  .responsive-nav-wrapper.header-mobile.page-header ~ .margin-header {
    margin-top: 76px;
  }
  .responsive-nav-wrapper.header-mobile.header-title ~ .margin-header {
    margin-top: 56px;
  }
  .responsive-nav-wrapper.header-mobile.product-detail-page ~ .margin-header {
    margin-top: 80px;
  }

/*  .master-column-wrapper{
      height: calc(100vh - 119px);
      overflow-x: hidden;
      overflow-y: auto;
  }
*/

  .product-details-page-body .prices .discount-rate{
      margin-top: 8px;
  }

  .master-column-wrapper .side-2 {
    display: none !important;
  }

  .master-wrapper-page {
    display: flex;
    flex-direction: column;
  }
  .master-column-wrapper .master-row {
    height: 100%;
  }

  .master-wrapper-content {
    margin-bottom: 70px;
  }

  .html-login-page .master-wrapper-content,
  .html-register-page .master-wrapper-content {
    margin-bottom: 0;
    overflow-y: hidden;
  }

  .master-column-wrapper {
    height: 100%;
  }

  .footer-category {
    position: fixed;
    bottom: 0;
    width: 100%;
    z-index: 1;
  }
  #mobile-home-btn{
      display: none;
  }

  .contact-channels-page #history-back,
  .notification-page #history-back,
  .promotion-page #history-back
  {
      display: none !important;
  }

  .shopping-cart-page-body #mobile-home-btn {
    display: block !important;
  }

  .footer-category .footer-category-content {
    padding-bottom: 15px !important;
  }

  .order-list-page .order-tab{
      position: sticky;
      top: 0;
      z-index: 1020;
  }

  .mobile-selector {
    overflow: hidden;
  }

  .header-selectors-wrapper > div {
    margin: 0;
    display: block;
    position: absolute;
    right: 30px;
    bottom: 30px;
  }
    .header-selectors-wrapper > div a.btn {
      height: 35px;
      line-height: 20px;
    }

    .selector-title {
      display: block;
      padding: 15px 20px;
      line-height: 18px;
      font-size: 13px;
      color: #8c8c8c;
      font-weight: 700;
      background-color: #f6f6f6;
      border-top: 3px solid #fff;
      cursor: pointer;
    }

  .selector-title:after {
    font-family: "emporium-icons";
    content: "\6a";
    display: inline-block;
    float: right;
    font-size: 9px;
    transform: rotate(90deg);
    text-transform: none;
    color: #8c8c8c;
    transition: all .3s ease;
  }

  .selector-title.open:after { transform: rotate(-90deg); }

  .mobile-collapse {
    display: none;
    background-color: #efefef;
    padding: 10px 0;
  }

  .header-selectors-wrapper > div input[type="radio"] { display: none; }

  .header-selectors-wrapper > div label {
    display: flex;
    padding: 7px 23px;
    color: #F9F5EB;
    gap: 5px;
  }

  .header-selectors-wrapper > div input[type="radio"]:checked + label { color: var(--bs-primary); }

  .header-selectors-wrapper > div input[type="radio"] + label:before {
    content: none;
    display: none;
  }


  /* RESPONSIVE NAV WRAPPER */


  .header-logo { display: none; }
  
  .mobile-logo {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
  }
  
  .mobile-logo .logo {
    position: relative;
    display: block;
    height: 100%;
    width: 155px;
    margin: 0 auto;
  }

  .mobile-logo img {
    position: absolute;
    display: inline-block;
    width: auto;
    max-width: 100%;
    max-height: 35px;
    height: auto;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
  }

  /* RESPONSIVE MENU */

  .overlayOffCanvas {
    background-color: rgba(0, 0, 0, 0);
    transition: background 0.3s ease;
  }

  .overlayOffCanvas.show { background-color: rgba(0, 0, 0, 0.4); }

  .scrollYRemove {
    overflow: hidden !important;
    -ms-touch-action: none !important;
    -webkit-overflow-scrolling: touch !important;
  }

  .scroll-hide::-webkit-scrollbar {
    display: none;
  }

  .header-menu.ps-container .ps-scrollbar-y-rail {
    visibility: hidden !important; /*scroll is active, but invisible*/
  }

  .header-menu {
    position: fixed;
    top: 0;
    left: -100%;
    width: 100%;
    max-width: 100%;
    height: 100%;
    overflow: hidden;
    background-color: #fff;
    text-align: left;
    margin-top: 0 !important;
    opacity: 1;
    padding: 0;
    border-radius: 0;
    pointer-events: auto;
    transition: all 0.3s ease;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
    z-index: 1070 !important;
  }

  .header-menu.open { left: 0; }

  .header-menu .close-menu,
  .close-side-menu,
  .mobile-flyout-wrapper .close-side-menu {
    display: block;
    padding: 15px 20px;
    color: #fff;
  }

  .header-menu .all-categories,
  .header-menu .all-categories li { background-color: #f6f6f6; }

  .header-menu > ul li:after {
    content: "";
    display: block;
    clear: both;
  }
  
  .header-menu > ul li > a,
  .header-menu > ul li > span,
  .profile-menu-box > a,
  .header-form-holder > a {
    display: block;
    padding: 0.5rem;
    font-size: 0.875rem;
    font-weight: 700;
  }

  .profile-menu-box > a {
    margin: 15px 20px;
    border-radius: 0px;
  }

    .header-menu > ul li > div.sublist-wrap > ul li.menu-item-title {
      margin: 0;
      border: unset;
      text-align: left;
    }
  .header-menu > ul li > div.sublist-wrap {
    display: none;
  }
  .header-menu > ul li > div.sublist-wrap.active {
    display: block;
  }
  .header-menu > ul li > div.sublist-wrap > ul li {
      padding: 0 1rem;
      border-bottom: 1px solid #66666666;
  }
    .header-menu > ul li > div.sublist-wrap > ul li:last-child {
      border-bottom: unset;
    }

  .header-menu .top-menu > li { border-bottom: 0; }

  .header-menu .all-categories > span {
    float: left;
    width: calc(100% - 50px);
    cursor: default;
  }

  .header-menu .all-categories > span:before {
    content: "\66";
    display: inline-block;
    margin-right: 10px;
    font-size: 17px;
    vertical-align: bottom;
    font-family: "emporium-icons";
    color: #8c8c8c;
    font-weight: normal;
    text-transform: none;
    transition: all .2s ease;
  }
  .mobile-flyout-wrapper .menu-title,
  .profile-menu-box .menu-title {
    font-size: 18px;
    line-height: 25px;
    color: var(--bs-primary);
    padding: 20px 30px;
    font-weight: 600;
  }


  .plus-button [class^="ico-"] {
    font-size: 0.75rem;
  }

  /* END ACCOUNT STYLING */

  .wishlist-qty { display: none; }

  /*********** MOBILE FLYOUT CART ************/

  .mobile-flyout-wrapper .flyout-cart-scroll-area {
    max-height: calc(100vh - 118px) !important;
    overflow-y: scroll;
  }

  .mobile-flyout-wrapper,
  .profile-menu-box {
    position: fixed;
    top: 0;
    right: -100%;
    width: 400px;
    max-width: 100%;
    height: 100%;
    padding: 0;
    border-radius: 0;
    overflow: hidden;
    background-color: #fff;
    transition: all 0.3s ease;
    transform: none;
    z-index: 1070 !important;
  }

    .mobile-flyout-wrapper.open,
    .profile-menu-box.open {
      right: 0;
    }

  .mobile-flyout-wrapper .close-side-menu { display: block; }


  /******** LOGIN FORM IN HEADER ********/


  .profile-menu-box.login-form-in-header {
    padding: 0;
    width: 100%;
  }

  .login-form-in-header form { padding: 20px 20px 0; }



  /* SEARCH BOX */

  .home-page-body .admin-header-links  ~ .search-header {
    top: 85px;
  }

  .home-page-body .master-wrapper-content {
    padding-top: .5rem;
  }

  .search-box input.search-box-text,
  #mobile-header-menu input.search-box-text {
    border-color: var(--bs-primary);
    border-radius: 5px !important;
    padding: 0 5px 0 15px;
  }

  .icon-cart {
     min-width: unset; 
     font-size: unset; 
     margin-right: 3px;
  }

  .shopping-cart-link .header-badge {
    margin-left: -10px;
    margin-top: 8px;
  }
  #mobile-header-menu .search-box-button,
  .search-box .search-box-button {
    background: transparent !important;
    border: 0 !important;
  }
  
  .search-box-inline {
    position: absolute;
    top: 0;
    width: 100%;
    transform: translateY(-50%);
  }

  .search-box-inline .search-header {
    width: 0 !important;
    display: block;
    transition: .2s;
    overflow: visible;
    visibility: hidden;
  }
  
  .search-box-inline .search-header.collapsing,
  .search-box-inline .search-header.show {
    width: 100% !important;;
    visibility: visible;
  }
  
  .search-box-inline .search-box {
    width: calc(100% + 30px + .5rem);
  }
  
  .ui-autocomplete { width: calc(100% - 40px) !important; }

  /* ACCOUNT PAGES */

  .wishlist-btn-wrapper .btn-wrapper {
    position: absolute;
    top: 10px;
    left: 10px;
    display: none;
  }

  .wishlist-btn-wrapper .btn-wrapper .quick-view-button { display: none; }
  .wishlist-btn-wrapper .btn-wrapper button { margin-left: 0; }
  .wishlist-btn-wrapper .btn-wrapper button { background-color: transparent !important; }
  .wishlist-btn-wrapper .btn-wrapper button:before { color: var(--bs-primary); }
  .add-to-wishlist-button.active:before,
  .add-to-wishlist-button-mobile.active i:before { content: "\f004"; }
  @media (hover: hover) and (pointer: fine) {
    .wishlist-btn-wrapper .btn-wrapper .add-to-wishlist-button:hover:before { content: "\f004"; }
    .wishlist-btn-wrapper .btn-wrapper .add-to-wishlist-button.active:hover:before { content: "\e908"; }
  }

  .item-box { border: 0; }

  .item-box .buttons { display: block; }

  .page-body .order-overview .progressbar { display: none; }

  .events li { display: flex !important; }

  .select-home-model select { width: 100%; }

  .item-box > .product-item .gross-weight {
    position: absolute;
    bottom: 15px;
    left: calc(100% - 55px);
    min-width: 45px;
    height: 30px;
    background: white;
    border: 1px solid;
    border-radius: 20px;
    color: #908C8C;
    font-size: 12px;
    line-height: 30px;
  }

  .footer {
    --safe-area-inset-bottom: env(safe-area-inset-bottom);
    padding-bottom: calc(77px + var(--safe-area-inset-bottom)); 
  }

  .filter-block .title {
    color: var(--bs-black);
    font-size: 0.875rem;
    text-align: left;
    font-weight: normal;
  }

  .filtersGroupPanel {
    --collapse-height: 94px
  }
  
  .filtersGroupPanel .checkbox-list {
    display: flex;
    margin: 1rem 0 0;
    flex-wrap: wrap;
    gap: .3rem .3rem;
  }

    .filtersGroupPanel .checkbox-list .checkbox-item label {
      padding: .375rem .75rem;
      border: 1px solid #66666680;
      border-radius: var(--bs-border-radius-pill-mobile);
      font-size: 0.75rem;
      color: #666666;
    }

/*  .filtersGroupPanel .checkbox-list .checkbox-item input:checked+label,
  .filtersGroupPanel .checkbox-list .checkbox-item.checked label {
    background-color: var(--bs-secondary);
    color: var(--bs-white)
  }
*/
  .filtersGroupPanel .checkbox-list .checkbox-item label:before { display: none; }

  .priceRangeFilterPanel7Spikes {
    color: var(--bs-info);
  }
  
  .filtersGroupPanel .form-control {
    border-color: var(--bs-info) !important;
    border-radius: var(--bs-border-radius-pill);
    color: var(--bs-info);
    text-align: center;
  }
  .filtersGroupPanel .form-control::placeholder {
    color: rgba(var(--bs-info-rgb), .6);
  }

  button.slick-prev-custom, button.slick-next-custom {
    display: none;
  }

  .section.cart-panel.shipping-option .shipping-clt {
      text-align: left;
  }
  .cart td.product {
      padding: 0!important;
  }
  #listPromotionSpecialProduct div.table {
    border: var(--bs-border-width) var(--bs-border-style) var(--bs-border-color) !important;
    border-radius: 0.3rem !important;
  }
  #listPromotionSpecialProduct .cart td {
      min-width: unset;
      padding: 0;
  }
  #listPromotionSpecialProduct .cart td.check-box {
      margin-top: 2rem;
  }
  .cart td.remove-from-cart {
    margin-top: -30px;
    padding: 0;
    min-width: 20px;
  }

  .fieldset .title strong, .section .title strong {
    color: #000000;
    font-weight: 400;
  }

  .section.cart-panel.shipping-option .shipping-name {
    color: #000000;
    font-weight: 600;
  }
  .cart-address .change, .section.cart-panel.shipping-option div a {
      font-size: .75rem;
  }
  .shipping-description strong {
    font-weight: 400;
  }
  td.product-picture + td.product .product-name {
    font-size: .75rem
  }

  td.product-picture + td.product > div {
    line-height: 1rem;
    font-size: 14px;
  }
  .method-list li {
    padding: 12px 12px 12px 60px;
  }
  .shopping-cart-page .cart-right .cart-payment .shipping-info .title {
    font-weight: 600;
    padding: 16px 0 0 16px;
    font-size: 12px !important;
  }

  .vendor-item .title a,
  .manufacturer-item .title a,
  .category-grid .item-box .title a {
    font-weight: normal;
    font-size: 10px !important;
  }

  .add-to-cart-qty-wrapper {
    height: auto;
  }
    .add-to-cart-qty-wrapper .plus,
    .add-to-cart-qty-wrapper .minus {
      padding: 0;
      height: 35px;
      line-height: 35px;
    }
  .cart-grid .cart-item-row .add-to-cart-qty-wrapper .plus,
  .cart-grid .cart-item-row .add-to-cart-qty-wrapper .minus {
      width: 20px;
  }

    .add-to-cart-qty-wrapper .qty-input {
      height: 35px;
    }

  .product-grid .item-box .add-to-cart-qty-wrapper .qty-input,
  .product-grid .item-box .add-to-cart-qty-wrapper .plus,
  .product-grid .item-box .add-to-cart-qty-wrapper .minus {
    height: 30px;
    line-height: 30px;
  }

  .ajax-cart-button-wrapper .cart-icon button {
    height: 30px;
    width: 30px;
    line-height: 30px;
  }
  .item-box .buttons .out-of-stock-button {
    height: 30px;
    line-height: 30px;
  }

  .hide-xs-arrows .nop-jcarousel .slick-carousel > button {
      display: none !important;
  }

  .checkbox-item {
   /* width: 30%;
    text-align: center;
    overflow: hidden;
    --bs-bg-opacity: 1;*/
    background-color: #f6f6f6 !important;
  }

 /* .filter-item-name {
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
  }*/

 /* .checkbox-item > label {
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
  }
*/

  .filtersGroupPanel .checkbox-list .checkbox-item input:checked + label {
    background-color: var(--bs-white);
    color: var(--bs-primary);
    border: 1px solid var(--bs-primary);
  }


  .left-check-mobile {
    border-top-right-radius: 3px;
  }

  .filtersGroupPanelBusinessType {
    --collapse-height: 130px !important;
  }

  .fa-angle-left{
      font-size: 25px; 
  }

  .arrow-sm-left{
      font-size: 25px !important;
  }

  .header-border {
    border-bottom: 10px solid;
    /*box-shadow: 0 4px 6px rgba(0,0,0,0.45);*/
  }

  .modal-header{
      padding: 0.5rem 0.5rem 0.5rem 0.5rem;
  }

  .modal-body {
    padding-top: 0.5rem !important;
  }

  .funnel-mr {
    margin-left: 83%;
  }

  .product-grid-margin{
      margin-bottom: 80px;
  }

  .master-column-wrapper-margin {
    margin-top: calc(var(--margin-height) / 2);
  }

  .home-page-products .homepage_category.active img, .home-page-products .homepage_category img:hover {
    background-color: var(--bs-primary) !important;
  }
  .homepage_category.active, .homepage_category :hover {
    color: var(--bs-primary) !important;
  }
  .home-page-products .nav.nav-tabs {
      border: unset !important;
  }
    .home-page-products .nav.nav-tabs .homepage_category img {
      border: 1px solid var(--bs-border-color);
      border-radius: 5px;
    }
  .ribbon-main .ribbon-context {
    clip-path: polygon(0 0, 100% 0, 100% 100%, 50% calc(100% - 4px), 0 100%);
    padding: 3px 0 8px;
    background: radial-gradient(100% 100% at 50% 0%, #CD0A0A 0%, #FA563A 100%), linear-gradient(0deg, #CD0A0A, #CD0A0A);
    min-width: 25px;
    font-size: 10px;
  }
  .gap-sm-5 {
    --bs-gutter-y: 3rem !important;
    --bs-gutter-x: 3rem !important;
  }

  .margin-sm-top-5{
      margin-top: 3rem !important;
  }

  .product-essential .slick-dots {
    display: block !important;
  }

 .ps-absolute-mobile{
      position: absolute !important;
  }

  .mt-mobile {
    margin-top: 18% !important;
  }

 .voucher-header{
     margin-left: 32px !important;
 }

  .voucher-logo {
    width: 25px;
    height: 25px;
    display: block;
    background: url(../img/promotion.png) no-repeat center;
    border: none;
  }
  .section.cart-panel.shipping-option .shipping-description input[type="radio"] + label:before {
    margin-top: 0px;
    margin-top: 8px;
  }

  .section.cart-panel.shipping-option .delivery-instruction {
    border-top: unset !important;
    border-bottom: var(--bs-border-width) var(--bs-border-style) var(--bs-border-color) !important;
  }
    .section.cart-panel.shipping-option .delivery-instruction input {
      border: 0 !important;
      box-shadow: unset;
      text-align: right;
      color: #908C8C;
    }

  .cart-total td, .cart-panel .cart-collaterals .title {
    padding: 4px;
  }
  .method-list li label {
      font-size: 12px;
  }
  .vat-invoice-form .form-group input {
      height: 35px;
      font-size: 12px;
  }

  .border-radius-none { 
    border-radius: 0px !important;
  }

  .promotion-header {
    margin-left: 32px !important;
  }

  .label-logo {
    width: 20px;
    height: 21px;
    display: block;
    background: url(../img/label.png) no-repeat center;
    border: none;
  }

  .modal-content-fixed-height {
    height: 100% !important;
  }

  .btn-backto-product-detail {
    position: absolute;
    bottom: 0.5rem;
  }

  .promotion-gift-title {
    margin-left: 32px !important;
  }

  .promotion-bundled-title {
    margin-left: 32px !important;
  }

  .mw-promotion-type{
     max-width: 35% !important;
  }
  .reward-type {
    width: 20px;
  }

  .order-details-page .order-details .billing-info-wrap {
    border-bottom: var(--bs-border-width) var(--bs-border-style) var(--bs-border-color) !important;
  }

  .reward-type-voucher-account {
    width: 70px;
  }

  .bg-white-mobile{
      opacity: 1;
      background-color: #FFFFFF;
  }

  body:has(.order-completed-page),
  body:has(.shipment-details-page) {
    background-color: #FFFFFF;
  }

  #chooseStateProvince .modal-content {
      border-radius: 5px !important;
      border: 0 !important;
  }
  #chooseStateProvince .modal-content .title {
      text-align: center;
  }
  .bar-notification {
    padding: 15px 6%;
  }
  .reward-container .reward {
      height: 100px;
  }

  #voucher-list .reward .reward-info,
  #voucher-modal .reward .reward-info {
    height: 120px;
  }

  .filter-funnel:before {
    content: "\e907" !important;
  }

  #select-store-form .picture img {
    width: 270px;
  }
  #related-product .prices .price {
      display: block;
  }
  #text-name-product-detail {
    width: calc(100% - 21px);
  }
}