/*
Theme Name: Gslegacy
Description: This is a child theme for Flatsome Theme
Author: UX Themes
Template: flatsome
Version: 3.01112121
*/
/*************** ADD CUSTOM CSS HERE.   ***************/
.libre-baskerville-regular {
    font-family: "Libre Baskerville", serif;
    font-weight: 400;
    font-style: normal;
}
.libre-baskerville-bold {
    font-family: "Libre Baskerville", serif;
    font-weight: 700;
    font-style: normal;
}
.libre-baskerville-regular-italic {
    font-family: "Libre Baskerville", serif;
    font-weight: 400;
    font-style: italic;
}
.dm-sans-regular {
    font-family: "DM Sans", sans-serif;
    font-optical-sizing: auto;
    font-weight: 400;
    font-style: normal;
}
.absolute-footer.dark {
    display: none;
}
body {
    font-size: var(--p2-font-size);
    font-weight: 400;
    line-height: 1.6;
    font-family: var(--p-font-family);
}
/*  .page-template-default h1.entry-title {
      max-width: 600px;
      margin: 0 auto 2rem auto;
  } */
.page-template-default h1.entry-title {
    text-align: left;
    font-family: var(--h-font-family);
    font-weight: 400;
    font-size: var(--h-font-size);
    color: rgb(var(--color-5));
}
.nav-line-bottom>li>a:before,
.nav-line-grow>li>a:before,
.nav-line>li>a:before {
    background-color: rgba(10, 14, 31);
    height: 2px;
}
.header-bottom {
    padding-top: 12px
}
.header {
    border-bottom: 1px solid rgba(var(--color-5), 0.08);
    padding-bottom: 12px
}
.header-bottom-nav>li>a {
    opacity: 0.7
}
.nav-column li.active>a,
.nav-column li>a:hover,
.nav-dropdown li.active>a,
.nav-dropdown>li>a:hover,
.nav-vertical-fly-out>li>a:hover,
.nav>li.active>a,
.nav>li.current>a,
.nav>li>a.active,
.nav>li>a.current,
.nav>li>a:hover {
    opacity: 1;
}
.header-top .nav-small.nav>li.html {
    font-size: 14px;
    font-weight: 800;
}
h1.product-title {
    font-family: var(--h-font-family);
    font-weight: var(--h-font-weight);
    font-size: 24px;
    text-align: center;
}
.minus-ic {
    display: inline-block;
    border-top-style: solid;
    border-top-width: 1px;
    width: 8px;
}
.rank-math-breadcrumb {
    font-size: 14px;
    color: rgba(var(--breadcrumb-text-color));
}
.rank-math-breadcrumb>p {
    display: flex;
    gap: 8px;
}
.rank-math-breadcrumb a,
.rank-math-breadcrumb .separator {
    color: rgba(var(--breadcrumb-text-color), 0.5);
}
.ux-quantity {
    height: 40px;
    vertical-align: middle;
    display: flex;
    max-width: 180px;
    border: 1px solid rgba(10, 14, 31, 0.2);
    margin-bottom: 24px;
}
.ux-quantity .ux-quantity__button {
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0;
    margin: 0;
    background: transparent;
    border: 0;
}
.ux-quantity input {
    width: 100%;
    height: 100%;
    box-shadow: none;
    border: 0;
    max-width: max-content;
}
.quantity .button.is-form {
    background: transparent !important;
    box-shadow: none;
}
.add_to_cart_quantity-label {
    padding-bottom: 8px;
}
.plus-ic {
    position: relative;
    left: -4px;
}
.plus-ic:before {
    content: "";
    position: absolute;
    display: inline-block;
    border-top-style: solid;
    border-top-width: 1px;
    width: 8px;
}
.plus-ic:after {
    content: "";
    position: absolute;
    display: inline-block;
    border-top-style: solid;
    border-top-width: 1px;
    width: 8px;
    transform: rotate(90deg);
}
form.cart {
    gap: 0;
    margin-bottom: 0;
}
.product-summary ins span {
    color: rgba(var(--price-color));
    font-size: 28px;
    font-weight: 400;
    margin-right: 5px;
}
.product-summary del {
    font-size: 18px;
    /*     text-decoration: line-through; */
    color: rgba(var(--color-5), .48);
}
.product-summary .price-wrapper .price {
    display: flex;
    align-items: center;
    gap: 8px;
	margin-bottom: 1rem;
}
.product-summary .woocommerce-Price-currencySymbol {
    font-size: 1em;
    vertical-align: baseline;
}
.home .message-wrapper {
    display: none;
}
.product-footer .woocommerce-tabs {
    border-top: 0;
}
.product-footer .woocommerce-tabs .wc-tabs a {
    text-transform: uppercase;
    position: relative;
    font-size: 14px;
    font-weight: 600;
    color: rgb(var(--color-5))
}
.product-footer .woocommerce-tabs .wc-tabs {
    border-bottom: 1px solid rgba(var(--color-5), 0.08)
}
.woocommerce-tabs .nav-line li a:before {
    display: none;
}
.woocommerce-tabs .nav-line>li.active>a:after,
.woocommerce-tabs .nav-line>li:hover>a:after {
    background-color: rgb(var(--color-5), 1);
    content: " ";
    height: 2px;
    left: 0;
    opacity: 1;
    position: absolute;
    transition: all .3s;
    width: 100%;
    bottom: 0;
}
/* .nav-line>li.active>a:after{
      bottom: 0;
  } */
/* button.single_add_to_cart_button {
      width: 48%;
      margin-right: 4%;
      float: left;
  }
  .sg_wrapper_add_to_cart_quantity .ux-buy-now-button {
      width: 48%;
      margin-left: 0;
      margin-right: 0;
      flex: 1 1 0;
  } */
.hnc_add_to_cart_button_group {
    display: flex;
    gap: 0.5rem;
    justify-content: center;
    align-items: center;
    margin-top: 1.5rem;
    margin-bottom: 0.5rem;
}
.hnc_add_to_cart_button_group button {
	display: flex;
    justify-content: center;
    align-items: center;
    gap: 0.5rem;
    flex: 1 1;
    padding: 0;
    width: 100%;
    margin: 0;
    border: 0;
    box-shadow: none;
    height: 48px;
    font-size: 16px;
    font-weight: 400;
}
/* .hnc_add_to_cart_button_group button:before {
      font-family: fontAwesome;
  } */
.product-people-viewing span {
    background-color: rgba(231, 83, 69, 1);
    padding: 0 3px;
    border-radius: 3px;
}
.block-countdown-progress progress {
    width: 100%;
}

.hnc_add_to_cart_button_group button:not(.ux-buy-now-button) {
    background-color: #000;
}
.hnc_add_to_cart_button_group button.ux-buy-now-button {
    background-color: rgba(224, 8, 8, 1);
}
.product-people-viewing {
    font-size: 14px;
    padding: 10px 0
}
/* .hnc_add_to_cart_button_group button:not(.ux-buy-now-button)::before {
      content: "\f0a9\00a0";
  }
  .hnc_add_to_cart_button_group button.ux-buy-now-button::before {
      content: "\f0a9\00a0";
  } */
.product-main .badge-container {
    display: none;
}
.block-countdown-progress {
    display: block;
    line-height: 0;
    margin-top: 4px;
}
.block-stock_countdown svg {
    min-width: 16px;
    height: 16px;
    margin-right: 8px;
}
.block-stock_countdown svg path {
    fill: rgba(221, 60, 60, 1);
}
.block-stock_countdown .p3 {
    font-size: 14px;
    color: rgba(221, 60, 60, 1);
}
.block-countdown-progress progress[value] {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    height: 4px;
    width: 100%;
    color: rgba(221, 60, 60, 1);
    border-radius: 2px;
    border: none;
}
.block-countdown-progress progress[value]::-webkit-progress-value {
    background: rgba(221, 60, 60, 1);
    box-shadow: inset 0 -1px 2px rgba(0, 0, 0, .1), inset 0 1px 2px rgba(255, 255, 255, .25);
    border-radius: 2px
}
.block-countdown-progress progress[value]::-webkit-progress-bar {
    background-color: rgba(8, 23, 8, .05);
    border-radius: 2px
}
.block-countdown-progress progress[value]::-moz-progress-bar {
    background-color: rgba(8, 23, 8, .05);
    box-shadow: inset 0 -1px 2px rgba(0, 0, 0, .1), inset 0 1px 2px rgba(255, 255, 255, .25);
    border-radius: 2px
}
.salesgen-bmsm-heading {
    border: 0;
    padding: 0;
}
.salesgen-bmsm-heading .sgbox1 {
    display: none;
}
.sgbmsm-title,
.salesgen-upsell-bundle h2 {
    color: rgb(var(--color-5));
    font-size: 24px;
    font-family: var(--h-font-family);
    font-weight: 400;
    /* 	margin-bottom: 15px; */
}
.salesgen-bmsm-heading .sgbox2,
.sgbmsm-price-checkbox-wrp {
    padding-left: 0;
}
.salesgen-bmsm-items li {
    /*     padding: 0;
      margin: 0!important;
      background: transparent; */
    border-radius: 0;
    padding-left: 16px;
    padding-right: 16px;
    padding-top: 8px;
    padding-bottom: 8px;
    background: rgba(var(--color-5), 4%);
}
.salesgen-bmsm-item-label {
    display: none;
}

.salesgen-bmsm-item-title {
    display: block;
    color: rgb(var(--color-5));
    font-weight: 400;
}
.reviews h3.product-section-title, .related h3.product-section-title{
    color: rgb(var(--color-5));
    font-size: 32px;
    font-family: var(--h-font-family);
    font-weight: 400;
/* 	text-align: center */
}
span.salesgen-bmsm-items-add {
    border: 1px solid rgba(var(--color-5), 1);
    background-color: transparent;
    color: rgba(var(--color-5), 1);
    font-weight: 400;
    font-size: 16px;
}
span.salesgen-bmsm-items-add:hover {
    cursor: pointer;
    transform: scale(1.04);
    transition: all .15s ease-in-out;
}
.salesgen-upsell-bundle del .woocommerce-Price-amount.amount {
    text-decoration: line-through;
}
.big-row {
    padding-left: 80px;
    padding-right: 80px;
}
.footer-wrapper .dark .ux-menu-link__link {
    color: rgb(240 250 248 / 70%);
    font-size: 14px;
}
.footer-wrapper .social-icons {
    padding: 12px;
}
.copyright>*:not(style) {
    font-size: 14px;
    margin-bottom: 0;
}
.woo-sctr-shortcode-countdown-timer-wrap.woo-sctr-shortcode-countdown-timer-wrap-shortcode-salescountdowntimer .woo-sctr-countdown-timer-1 .woo-sctr-countdown-value {
    border: 0;
    height: auto;
    width: auto;
    font-weight: 700;
}
.product-summary .woo-sctr-shortcode-countdown-timer-wrap {
    border: 1px solid rgba(32, 43, 96, 0.08);
    border-radius: 8px;
    border-width: 1px;
    padding: 16px 0;
    margin-bottom: 1rem;
}
.product-summary .woo-sctr-countdown-timer-text-before {
    color: rgb(var(--color-5));
    font-weight: 800;
    font-family: var(--h-font-family);
    font-size: 24px;
}
.product-summary .woo-sctr-countdown-time-separator {
    font-weight: 700;
    color: #dd3c3c;
    font-size: 20px;
    margin: 0 5px;
}
.product-summary .woo-sctr-countdown-unit-wrap {
    align-items: baseline;
}
.badge-container .badge {
    margin: 0;
    height: auto;
}
.badge-container .badge-inner {
    background: #dd3c3c;
    color: #fff;
    font-size: 14px;
    padding-left: 8px;
    padding-right: 8px;
    padding-top: 2px;
    padding-bottom: 2px;
    text-transform: uppercase;
    border: 0;
    font-weight: 400;
    line-height: 1.5;
}
.badge-container {
    top: 10px;
    right: 10px;
    margin: 0;
}
.footer-wrapper .payment-icons {
    display: inline-flex;
    gap: 5px;
}
.footer-wrapper .payment-icons .payment-icon {
    background-color: transparent;
    border-radius: 0;
    padding: 0;
    opacity: 1;
    margin: 0;
    line-height: 0;
    height: auto;
    width: auto;
    display: inline-block;
}
.footer-wrapper .payment-icons .payment-icon svg {
    height: 26px;
    width: 40px !important;
    border-radius: 8px;
    overflow: hidden;
}
#message-purchased p.wn-notification-message-container {
    color: #606060;
    font-size: 12px;
    font-weight: 400;
    font-family: var(--p-font-family);
}
#message-purchased p a,
#message-purchased p .wn-popup-product-title {
    font-size: 14px;
    font-weight: 700;
    display: inline-block;
}
#message-purchased.wn-product-with-image {
    bottom: 100px;
    max-width: 360px;
    min-width: 300px;
}
#message-purchased #notify-close:before {
    background: #bcbcbc;
    border-radius: 100px;
    color: #fff;
    font-size: 9px;
    line-height: 2.5;
}
#message-purchased.wn-rounded-corner #notify-close {
    right: 15px !important;
}
.header-nav .cart-count,
.mobile-nav .cart-count {
    background: rgba(var(--color-5), 1);
    border-radius: 99px;
    box-shadow: 1px 1px 3px 0 rgba(0, 0, 0, .3);
    color: #fff;
    height: 17px;
    min-width: 17px;
    position: absolute;
    right: -8px;
    text-align: center;
    top: 0px;
    transition: transform .2s;
/*     z-index: 1; */
    font-weight: 400;
    opacity: 1;
    font-size: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.header-nav .account-link,
.header-nav .header-search,
.mobile-nav .account-link-mobile {
    color: rgba(var(--color-5), 1);
}
.account-item a{
    color: rgba(var(--color-5), 1)!important;
	
}
.header-nav .header-account-title {
    margin-left: 8px;
    font-size: 14px;
    font-weight: 400;
}
.cart-popup-inner {
    padding: 1rem 1rem 0 1rem;
}
.cart-popup-title>span {
    font-family: var(--p-font-family);
    font-weight: 700;
    font-size: 1rem;
    margin-bottom: 1rem;
}
.off-canvas-cart .ux-mini-cart-footer {
    border-top: 1px solid rgba(0, 0, 0, 0.08);
    margin-left: -1rem;
    margin-right: -1rem;
    padding: 1rem;
}
.widget_shopping_cart .woocommerce-mini-cart__total.total {
    align-items: center;
    border: 0;
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 400;
    color: rgba(var(--color-5));
}
.widget_shopping_cart p.total span.amount {
    font-size: 18px;
    font-weight: 400;
    color: rgba(var(--color-5));
}
.woocommerce-mini-cart__buttons.buttons {
    display: flex;
    gap: 0.5rem;
}
.rank-math-breadcrumb>p {
    display: block;
    width: 100%;
}
.widget_shopping_cart .woocommerce-mini-cart__buttons .button{
	 font-weight: 400;
    font-size: 1rem;
    line-height: 48px;
    height: auto;
    min-height: 48px;
    letter-spacing: 0;
}
.widget_shopping_cart .woocommerce-mini-cart__buttons .button:not(.checkout) {
    background: transparent;
    color: rgba(var(--color-5), 1);
    border-color: rgba(var(--color-5), 1);
   
}
ul.product_list_widget li a.remove, table.cart .product-remove a.remove{
	color: rgb(8 23 8 / 50%);
    bottom: 0;
    border: 0;
    display: flex;
    width: 40px;
    height: 40px;
    justify-content: center;
    align-items: center;
    background: rgba(0, 0, 0, .04);
    border-radius: 100%;
}
.woocommerce-mini-cart-item .ux-mini-cart-qty {flex-direction: column-reverse;align-items: self-start;gap: 0.7rem;margin: 0;}
.cart-popup-inner .widget_shopping_cart_content .price-wrapper {
    font-size: 0.9rem;
    opacity: 1;
}

.cart-popup-inner .widget_shopping_cart_content .price-wrapper span.amount {
    font-weight: 400;
    color: rgb(var(--color-4));
}
ul.product_list_widget li .quantity, .woocommerce-cart-form__cart-item .quantity.ux-quantity {
    opacity: 1;
    color: rgba(var(--color-5));
    width: 60%;
    border: 1px solid rgba(var(--color-5),.12);
    border-radius: 8px;
}
.woocommerce-cart-form__cart-item .quantity.ux-quantity {
    width: 100%;
	margin-bottom: 1rem;
}
ul.product_list_widget li a:not(.remove) {
    font-size: 14px;
    color: rgb(var(--color-5));
    margin-bottom: 0.7rem;
}

.widget_shopping_cart ul.product_list_widget li {
    padding-right: 0;
    padding-top: 1rem;
    padding-bottom: 0;
    margin-top: 1rem;
}
.widget_shopping_cart ul.product_list_widget li:first-child {
    padding-top: 0;
    margin-top: 0;
}
ul.product_list_widget li img {
    margin-bottom: 0;
    top: 1rem;
}
ul.product_list_widget li:first-child img {
	top: 0
}

table.shop_table.cart thead {
    display: none;
}
table.cart td.actions .button {
    border-width: 1px;    font-weight: 400;
    font-size: 1rem;
    line-height: 40px;
    height: auto;
    min-height: 40px;
    letter-spacing: 0;
}
table.cart .product-remove {
    display: flex;
    justify-content: flex-end;
}
table.cart tr.cart_item {
    vertical-align: top;
}

table.cart .product-name-inner {
    gap: 1rem;
}

table.cart .product-thumbnail {
    max-width: 160px;
}

table.cart .product-name-details {
    flex-basis: fit-content;
}

table.cart td.product-price .amount, table.cart .product-name-details .amount {
    color: rgb(var(--color-4));
    font-weight: 600;
    font-size: 15px;
}

.cart_totals tr.cart-subtotal th {
    text-transform: uppercase;
    font-size: 14px;
    color: rgba(var(--color-5));
    font-weight: 600;
}

.cart_totals .order-total td, .cart_totals .order-total th, .cart_totals thead th {
    border-width: 0;
}

table.shop_table {
    margin-bottom: 2rem;
}

.cart_totals tbody tr td span.amount {
    font-size: 17px;
    color: rgba(var(--color-4));
    font-weight: 600;
}
.cart-sidebar .widget-title {
    border-width: 1px;
}
 .has-off-canvas-right .off-canvas .mfp-content.off-canvas-cart {
        background: #fff;
    }
.wc-proceed-to-checkout a.checkout-button {
    border-width: 0;
    font-weight: 300;
    font-size: 1rem;
    line-height: 48px;
    height: auto;
    min-height: 48px;
    letter-spacing: 0;
}

.coupon input#coupon_code {
    height: 2.5rem;
    border-color: rgba(var(--color-5), 0.24);
    border-radius: 8px;
    box-shadow: none;
    width: 70%;
    margin: 0;
    font-size: 0.9rem;
    color: var(--fs-color-secondary);
    font-weight: 500;
}

.coupon {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0.5rem;
    margin-bottom: 1rem;
}

.coupon button.button {
    flex: 1 1;
    height: 2.5rem;
    border-radius: 8px;
    margin: 0;
    padding: 0;
    color: var(--fs-color-secondary);
}
.w-50{
	width: 50%;
}
.w-40{
	width: 40%;
}
.w-60{
	width: 60%;
}
.w-70{
	width: 70%;
}
.w-100{
	width: 100%;
}
.woo-variation-swatches.wvs-show-label .variations td .woo-selected-variation-item-name, .woo-variation-swatches.wvs-show-label .variations th .woo-selected-variation-item-name {
    font-weight: 400;
    font-size: 14px;
    color: rgba(var(--color-5), 1)
}

.woo-variation-swatches.wvs-show-label .variations td .woo-selected-variation-item-name, .woo-variation-swatches.wvs-show-label .variations td label, .woo-variation-swatches.wvs-show-label .variations th .woo-selected-variation-item-name, .woo-variation-swatches.wvs-show-label .variations th label {
    font-weight: 400;
    font-size: 14px;
    color: rgba(var(--color-5), 1)
}
.woo-variation-swatches .wvs-style-squared.variable-items-wrapper .variable-item:not(.radio-variable-item) {
    border-radius: 0;
}

.woo-variation-swatches .variable-items-wrapper .variable-item:not(.radio-variable-item).button-variable-item {
    font-size: 14px;
    font-weight: 400;
    transition: all ease-in-out .3s
}

.woo-variation-swatches .variable-items-wrapper .variable-item:not(.radio-variable-item).button-variable-item.selected:not(.no-stock), .woo-variation-swatches .variable-items-wrapper .variable-item:not(.radio-variable-item):focus, .woo-variation-swatches .variable-items-wrapper .variable-item:not(.radio-variable-item):hover {
    background: rgb(var(--color-4));
    color: #fff;
    box-shadow: none;
}
.header-bottom>.flex-row>.flex-grow::-webkit-scrollbar {
      
    width: 4px;
    height: 4px
        }
.header-bottom>.flex-row>.flex-grow::-webkit-scrollbar-thumb {
background: rgba(82,92,101,.298);
     /*            border-radius: 6px;
            border: 2px solid #f1f1f1; */
        }
.woo-variation-swatches .variable-items-wrapper .variable-item:not(.radio-variable-item) {
    --wvs-single-product-item-height: 40px;
    padding-left: 10px;
    padding-right: 10px;
}
.salesgen-upsell-bundle .salesgen-total .woocommerce-Price-amount.amount, .salesgen-upsell-bundle ins .woocommerce-Price-amount.amount {
    font-size: 20px;
    font-weight: 700;
}

.salesgen-upsell-bundle ins .woocommerce-Price-amount.amount span {
    font-size: 20px;
    margin-right: 0;
}

.salesgen-upsell-bundle del .woocommerce-Price-amount.amount {
    font-size: 14px;
}
.salesgen-upsell-bundle .button.salesgen-add-bundle {
    font-size: 1rem;
    min-height: 48px;
    line-height: 48px;
    font-weight: 400;
    color: #fff;
}

.salesgen-upsell-bundle .salesgen-saved {
    background: transparent;
    text-align: right;
}

.salesgen-upsell-bundle .salesgen-total {
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-top: 1px solid rgba(var(--color-5), .06);
    padding-top: 10px;
}
.sticky-add-to-cart__product .product-title-small {
    max-width: 500px;
    font-size: 12px;
    color: rgb(var(--color-5));
    text-transform: uppercase;
}
.sticky-add-to-cart__product .product-title-small * {
    font-weight: 400;
    line-height: 1.5;
}
li.salesgen-upsell-item-list a {
    text-overflow: unset;
    max-width: none;
    white-space: normal;
    overflow: auto;
    display: inline-block;
    max-height: fit-content;
    font-weight: 400;
    color: rgb(var(--color-5));
    line-height: 1.5;
}
a.sticky-add-to-cart-select-options-button {
    border-radius: 0.5rem;
    min-height: 40px;
    line-height: 40px;
    padding-left: 20px;
    padding-right: 20px;
    text-transform: uppercase;
    font-weight: 400;
}
.product-short-description > p:last-of-type {
    margin-bottom: 0;
}
.woocommerce-variation-description, .woocommerce-variation-price {
    display: none;
}
.product-short-description {
    margin-bottom: 1rem;
}
.sticky-add-to-cart--active {
    background: #fff;
}
.sticky-add-to-cart .product-people-viewing, .sticky-add-to-cart .block-stock_countdown, .sticky-add-to-cart .add_to_cart_quantity-label {
	display: none;
}

.sticky-add-to-cart .sg_wrapper_add_to_cart_quantity {
    display: flex;
    align-items: center;
    gap: 10px;
    flex: auto;
}
/* .sticky-add-to-cart__product{
	width: 100%;
} */



.sticky-add-to-cart form.cart {
    min-width: 500px;
}


.sticky-add-to-cart .hnc_add_to_cart_button_group {
    width: 100%;
}


.sticky-add-to-cart .ux-quantity {
    min-width: 100px;
    height: 48px;
}

select.wmc-select-currency-js {
    padding-right: 0;
    margin: 0;
    border: 0;
    box-shadow: none;
    height: auto;
    font-size: 0.9rem;
    border-radius: 2px;
}
.sg_wrapper_add_to_cart_quantity .cs_pp_element {
    display: none;
}
.cart_totals .wc-proceed-to-checkout {
    margin-bottom: 14px;
}
.product-summary .variations_button {
    padding-bottom: 0;
}
.sticky-add-to-cart #mecom-paypal-credit-form-container-custom {
    display: none;
}
.sticky-add-to-cart .hnc_add_to_cart_button_group {
    margin-top: 0.5rem;
}
@media (min-width: 576px) {
	.w-sm-70{
		width: 70%;
	}
}
@media (max-width: 849px) {
    .big-row {
        padding-left: 30px;
        padding-right: 30px;
    }
}
@media only screen and (max-width: 48em) {
	
	
	.sticky-add-to-cart form.cart {
    min-width: fit-content;
}

.sticky-add-to-cart .ux-quantity {
/*     min-width: auto; */
    height: 40px;
}
.sticky-add-to-cart .hnc_add_to_cart_button_group {
    margin: 0;
}
	.sticky-add-to-cart__product {
    width: 100%;
    justify-content: center;
}
	.sticky-add-to-cart .hnc_add_to_cart_button_group button.ux-buy-now-button {
    display: none;
}
	
	.sticky-add-to-cart .hnc_add_to_cart_button_group button {
    padding-left: 1rem;
    padding-right: 1rem;
    height: 40px;
    min-height: 40px;
    border-radius: 0.5rem;
    text-transform: uppercase;
    font-weight: 400;
    background-color: var(--fs-color-secondary)!important;
    font-size: 0.9rem;
}
	
	.product-main {
    padding-bottom: 0;
}
	body #message-purchased {
    top: 1rem !important;
    bottom: unset !important;
}
	.salesgen-bmsm-items.sg-has-button li {
    height: auto;
}

.sg-has-button .salesgen-bmsm-item-text {
    padding: 0;
}

.sg-has-button .salesgen-bmsm-item-title-wrp {
    padding-bottom: 0;
}
	.hnc_add_to_cart_button_group {
    flex-direction: column;
}
	.hnc_add_to_cart_button_group button {
    min-height: 48px;
}
	ul.nav.header-bottom-nav {
    display: block;
    white-space: nowrap;
}
.header-bottom>.flex-row>.flex-grow {
    overflow-x: scroll;
    overflow-y: hidden;
}
ul.nav.header-bottom-nav li {
    margin: 0 8px;
}
ul.nav.header-bottom-nav li a{
    opacity: 1
}
	table.cart .product-name-details > a, table.cart .product-name-details .amount {
    margin-bottom: 12px;
    display: block;
}
	
/* 	table.cart .product-name-details {
    position: relative;
} */
	table.cart .product-remove {
    display: block;
    width: 100%;
    position: relative;
}
	table.cart .product-remove a.remove {
    top: unset;
    right: 0;
    left: unset;
}

table.cart .product-name-details .quantity.ux-quantity {
    margin-bottom: 0;
}
    /*************** ADD MOBILE ONLY CSS HERE  ***************/
	    .shop_table .product-quantity {
        display: none;
    }
	table.cart .product-thumbnail {
    max-width: 80px;
}
    .big-row {
        padding-left: inherit;
        padding-right: inherit;
    }
    .has-off-canvas-right .off-canvas .mfp-content.off-canvas-cart {
        --drawer-width: 100%;
    }
	.rank-math-breadcrumb>p {
    display: block;
    width: 100%;
}
}