/*User menu mobile*/
.content-wrapper {
    height: calc(100vh - 86px);
    min-height: 400px;
    overflow: hidden;
}

.customer-wrapper {
    min-height: calc(100vh - 86px);
}

.cart-product-row:focus-within .btn-remove-product {
    opacity: 1;
}

.flex-wrapper > .left-menu {
    display: flex;
    flex-direction: column;
    height: 100%;
    width: 270px;
    background-color: #2E1E39;
}

.flex-wrapper > .content-main-part {
    position: relative;
    display: flex;
    flex: 1;
    flex-direction: column;
    min-width: 1px;
    overflow-y: auto;
    height: 100%;
}

.top-nav-btns li .cart-btn .product-cart-qty {
    font-size: 16px;
    height: 20px;
    min-width: 20px;
    right: -7px;
    top: 0;
}

.mobile-menu-toggle {
    margin-top: 25px;
    display: inline-block;
}

@media (min-width: 1440px) {
    .main-header .delivery-types-container {
        padding-right:0;
    }
}

@media (min-width: 1400px) {
    .profile-pic-modal {
        width: 200px;
        height: 200px;
    }

    .main-page-search {
        min-width: 520px;
    }

    .flex-box-5r-xl {
        width: 20%;
    }
}

@media (max-width: 1800px) {
    .main-page-why-block {
        background-position: right 0 bottom 0;
    }

    .main-page-why-block .main-page-padding {
        background-position: left -50px top -350px;
    }
}

@media (max-width: 1600px) {
    .main-page-why-block {
        background-position: right -270px bottom 0;
    }
}

@media (max-width: 1200px) {
    .sms-code {
        position: relative;
        left: unset;
        padding: 0;
    }
}

@media (min-width: 1200px) {
    .flex-box-5r-lg {
        width: 20%;
    }
    .app-banners-slider .slick-arrow{
        opacity: 0;
    }
    .app-banners-slider:hover .slick-arrow{
        opacity: 1;
    }
    .row-link .right-part svg:hover * {
        stroke: #EF6425;
    }
    .row-link .quantity-wrapper .minus:hover {
        transform: translateX(-50%) scale(1.1);
    }
    .row-link .quantity-wrapper .plus:hover {
        transform: translateX(-50%) scale(1.1);
    }
    .search-dep li:hover {
        color: #EF6425;
    }
    .search-dep li:hover:before {
        width: calc(100% - 25px);
    }
    .product-cards-wrapper .product-card-slide .product-image-wrapper:focus {
        outline: 1px solid var(--main-color);
        outline-offset: 1px;
    }

    .table-products-2-col .reorder a{
        margin-top: 20px;
    }

    .shipping-option-container:hover, .shipping-option-container:hover input[type=radio].shippingRadio:before {
        border-color: var(--main-color);
    }

    .shipping-option-container:hover{
        background-color: rgba(var(--main-color-rgb), 0.2);
    }
}

@media screen and (max-width: 1500px){
    .two-cols-content .main-col-container {
        padding: 30px 0 25px 16px;
    }
}

@media screen and (max-width: 1450px) {
    .featured-block.full-width .product-card-cart-wrapper .round-svg-btn {
        bottom: 20px;
    }
}

@media (max-width: 1440px) {
    .main-page-partner-block .container-fluid {
        background-position: right -60px bottom 40px;
    }

    /* Checkout  */
    .checkout-steps-wrapper {
        padding-left: 50px;
    }

    .checkout-step-wrapper::before {
        left: -36px;
    }

    .checkout-step-state {
        width: 30px;
        left: -50px;
    }

    .stores-head-second-col {
        padding-top: 0;
    }

    .container-fluid-md {
        max-width: 1294px;
    }

    .product-white-bg{
        width: 25%;
    }
}

@media (max-width: 1400px){
    .product-page-wrapper .similar-block .product-card-wrapper{
        margin: 0 20px 0 0;
    }
}

@media screen and (max-width: 1152px) {
    .mp-flex-container .delivery-types-container {
        width: 100%;
        margin-right: 5px;
    }

    .mp-flex-container .filters-store-delivery-type {
        width: 100%;
    }

    .mp-address-col {
        margin-left: 20px;
        flex-grow: 1;
        margin-bottom: 20px;
    }
    .form-dropdown-link-wrapper input.address-filter-input.input-mp {
        width: 100%;
    }
}

@media (max-width: 1199px) {
    .main-page-why-block {
        background-position: right -370px bottom 0;
    }

    .filters-compact-wrapper .filters-compact {
        margin-top: 20px;
    }

    .filters-compact-wrapper .filters-compact:not(:last-child) {
        padding-right: 20px;
    }

    .right-info-section {
        border-top: 1px solid #eee;
    }

    .product-card-wrapper .product-card-cart-wrapper .cart-btn-like {
        display: none;
    }

    .product-image-wrapper ~ p {
        word-break: break-all;
    }

    .main-page-partner-block .container-fluid {
        background-position: right -165px bottom 40px;
    }

    /*    Checkout replacement*/
    .checkout-note-wrapper a.add-note-btn {
        margin: 0;
    }

    .checkout-step-body .product-inline-wrapper .price-box {
        padding-top: 10px;
    }

    .department-slider-wrapper {
        margin: 20px -15px;
        border-radius: 0;
    }

    .products-cards-slider {
        overflow-x: auto;
        flex-wrap: nowrap;
    }

    .sale-apply .view-all{
        margin-bottom: 0;
    }

    .gift-card{
        max-width: 100%;
        margin-right: 0;
        padding: 10px 15px;
    }
}

@media (min-width: 1100px) {
    .product-card-add-line.hidden-des{
        display: none;
    }

    .product-card-wrapper:hover .product-pic {
        -webkit-filter: blur(2px);
        filter: blur(2px);
    }

    .product-card-wrapper:hover .product-card-cart-wrapper,
    .product-card-wrapper:focus-within .product-card-cart-wrapper {
        opacity: 1;
        background-color: rgba(255, 255, 255, 0.7);
    }
}

@media screen and (min-width: 768px) and (max-width: 1300px) {
    .table-customer-orders .product-pics .product-pic:not(:nth-of-type(odd)){
        margin-right: 0;
    }

    .table-products-2-col > .row{
        display: flex;
    }

    .table-products-2-col .info-wrapper{
        display: flex;
        flex-direction: column;
    }

    .table-products-2-col .info-wrapper > div{
        width: 100%;
    }

    .table-products-2-col .info-wrapper .td-custom{
        padding: 15px 0;
    }

    .table-products-2-col .reorder a{
        margin: 0 0 20px;
    }

    .table-products-2-col .total-price{
        display: flex;
        flex-direction: column;
        justify-content: space-between;
        align-items: flex-end;
        height: 100%;
    }

    .table-products-2-col .total-price{
        padding: 20px 5px;
    }

    .table-products-2-col .total-price a{
        white-space: nowrap;
    }

    .container-fluid-md {
        max-width: 1216px;
    }
}

@media screen and (min-width: 992px) and (max-width: 1199.9px) {
    .container-fluid-md {
        max-width: 1086px;
    }

    .icons-table-action .td-custom {
        padding: 25px 5px;
    }
}

@media screen and (min-width: 992px) and (max-width: 1200px), (max-width: 480px) {
    .row-link > div {
        display: block;
    }

    .row-link .right-part .info-wrapper {
        margin-left: 0;
    }

    .row-link .right-part .basket {
        margin-left: auto;
    }

    .row-link .quantity-wrapper{
        position: static;
    }

    .not-available, .row-link .quantity-wrapper .info {
        top: 0;
        left: -15px;
        right: unset;
        width: 0 !important;
        padding: 15px 0;
        transform: translateY(0);
        overflow: hidden;
        text-align: center;
        color: #fff;
        background: #EF6325;
        border-radius: 0;
        box-shadow: none;
    }

    .not-available.active, .row-link .quantity-wrapper.active .info {
        padding: 15px 40px;
        width: calc(100% + 30px) !important;
    }

    .not-available:after, .not-available:before, .row-link .quantity-wrapper .info:after, .row-link .quantity-wrapper .info:before {
        display: none;
    }

    .product-white-bg{
        width: 33.3%;
    }
}

@media (min-width: 992px) {
    /* Product Modal    */
    .modal-product .product-pic-modal {
        height: 400px;
    }

    .pagination-filter-header {
        padding: 35px 0 0;
    }

    .cart-unit-price {
        width: 100%;
    }
}

@media (max-width: 1100px) {
    #suggestions .product-card-wrapper > .product-card-add-line {
        position: static;
        margin-top: unset;
    }

    #suggestions .product-card-wrapper {
        justify-content: space-between;
    }

    .cart-suggestion-item {
        margin-bottom: 20px;
    }

    .product-card-add-line.visible-des{
        display: none;
    }

    .product-card-slide{
        height: auto;
    }

    .product-card-description{
        margin-bottom: 5px;
    }

    .padding-inner-wrapper .slick-arrows-wrapper{
        right: 30px;
    }

    .product-card-wrapper{
        display: flex;
        flex-direction: column;
        height: 100%;
        width: 163px;
        margin: 0 auto;
    }

    .product-card-description .old-value{
        padding: 0 4px;
    }

    .product-card-description .old-value,
    .product-card-wrapper .h5:not(.product-title-card),
    .product-card-wrapper .product-title-card{
        font-size: 14px;
    }

    .product-card-description .text-primary,
    .product-card-wrapper .product-title-card + p{
        font-size: 12px;
    }

    .product-card-wrapper > .product-card-add-line {
        position: sticky;
        position: -webkit-sticky;
        margin-top: auto;
        box-shadow: none;
    }

    .two-cols-content .main-col-container{
        width: 100%;
        padding: 0;
    }

    .product-white-bg{
        width: 20%;
    }

    .product-card-qty.inline-wrapper {
        position: relative;
    }

    .pc-cart-inner {
        display: none;
    }

    .mp-filters {
        flex-direction: column;
        padding: 0 15px;
        width: 100%;
    }

    .mp-flex-container .filter-stores-head-second-col {
        padding-left: 0;
    }


    .main-page-partner-block .container-fluid {
        background-position: right -245px bottom 40px;
    }

    .row-tfooter .btn-primary {
        width: 100%;
        margin: 5px 0;
        height: 36px;
        padding: 6px 25px;
    }

    .row-tfooter .right-content .flex-wrapper {
        justify-content: center;
    }

    .table-order-footer-row .table-order-footer-td:not(:last-child) {
        padding-right: 10px;
        display: inline-block;
        width: 50%;
    }

    .table-order-footer-row .table-order-footer-td:nth-child(2n+2) {
        text-align: right;
        padding-right: 0;
    }

    .qty-input-wrapper {
        display: block;
    }

    .qty-controls-wrapper .flex-wrapper {
        justify-content: flex-end;
    }

    .qty-controls-wrapper .flex-wrapper .form-control {
        font-size: 14px;
        max-width: 100px;
    }

    .qty-controls-wrapper .flex-wrapper .qty-controls {
        width: 17%;
        min-width: 36px;
        max-width: 45px;
    }

    .qty-controls-wrapper {
        width: calc(100% - 72px);
        text-align: right;
    }

    /* Tracking order */
    .delivery-status-wrapper {
        min-width: 155px;
    }

    /* Checkout  */
    .card-number-wrapper {
        padding: 0 5px;
    }

    .card-number-wrapper .card-number-block {
        padding: 0 10px;
    }

    /* Store head    */
    .store-header-block .first-title {
        font-size: 20px;
    }

    .store-header-block .store-logo {
        height: 80px;
        width: 80px;
    }

    .store-head-search-wrapper {
        margin: 20px 0 0;
    }

    .store-head-search-wrapper.fixed {
        z-index: 1111;
    }

    .store-desc-wrapper .btn {
        font-size: 13px;
        padding: 8px 12px;
        border-radius: 4px;
    }
}

@media screen and (min-width: 1440px) {
    .delivery-types-col {
        max-width: 530px;
    }
}

@media screen and (min-width: 993px) {
    .filter-stores-head-second-col .filters-store-delivery-type .filters-store-delivery-type-button {
        width: 150px;
    }

    .mp-filters {
        flex-grow: 1;
    }
}

@media screen and (max-width: 993px) {
    .product-info-modification.lb-each-switch-wrapper {
        padding: 4px;
    }
}

@media (max-width: 991.9px) {

    h1, .h1 {
        font-size: 32px;
    }

    .main-content-wrapper h1 {
        font-size: 50px;
    }

    .padding-wrapper-width-sm {
        padding: 0 15px;
    }

    .header-user-logo {
        margin-right: 0;
    }

    .box-how-wrapper.box-content {
        padding: 25px 20px;
    }

    .main-page-how-block .laptop-img {
        margin: 35px auto;
        max-width: 80%;
    }

    .main-page-apps-block p.text-grey {
        padding-top: 20px;
    }

    .partner-block-content {
        padding: 80px 0 200px;
        width: 100%;
    }

    .main-page-partner-block .container-fluid {
        background-position: right -146px bottom 15px;
        background-size: 100%;
    }

    .partner-block-content p {
        max-width: 100%;
    }

    .main-page-subscribe-block form {
        padding: 20px 0;
    }

    .title-bg-main-page {
        font-size: 70px;
    }

    .content-body > h1 {
        margin-top: 0;
    }

    .pagination-filter-header {
        padding: 25px 0 10px;
    }

    .customer-wrapper .box-content-head {
        padding: 10px;
    }

    .content-padding {
        padding: 5px 0;
    }

    .flex-wrapper > .left-menu {
        position: absolute;
        top: 0;
        z-index: 107;
        display: none;
    }

    .left-menu-body {
        height: calc(100% - 86px);
    }

    .left-menu-head {
        padding: 35px 30px 23px;
    }

    .header-block h1 {
        font-size: 32px;
    }

    .total-price-wrapper {
        display: block;
        padding: 10px 0;
    }

    .status-wrapper {
        padding: 13px;
    }

    .product-table-action,
    .icons-table-action {
        text-align: right;
    }

    .product-table-action .link-default {
        padding: 4px 0;
    }

    .pagination-wrapper {
        text-align: center;
    }

    .search-navigation-wrapper .pagination-wrapper {
        text-align: right;
    }

    /* Aside Cart */
    .cart-wrapper .content-table-tbody .cart-product-row {
        padding: 10px 15px 10px 15px;
    }

    .card-product-description-block {
        width: 100%;
    }

    .card-product-price-block {
        width: 100%;
        margin-top: 10px;
    }

    .cart-products-qty {
        width: 50%;
        text-align: left;
    }

    .cart-unit-price {
        width: 50%;
        padding-top: 7px;
    }

    .cart-products-qty .product-qty-btn {
        background-color: #fff;
        border: 1px solid #dadada;
        line-height: 14px;
        width: 30px;
        height: 30px;
        padding: 6px 0;
    }

    .cart-products-qty .product-qty-btn:first-child {
        border-right: 0;
        border-radius: 4px 0 0 4px;
    }

    .cart-products-qty .product-qty-btn:last-child {
        border-left: 0;
        border-radius: 0 4px 4px 0;
    }

    .cart-products-qty .product-qty-btn:hover {
        background-color: #f8f8f8;
    }

    .cart-wrapper .content-products-tbody input.form-control {
        width: 30px;
        display: inline-block;
        padding: 2px 0;
        font-size: 11px;
        margin: 0;
        border-radius: 0;
        height: 30px;
        text-align: center;
        box-shadow: none;
        border: 1px solid #dadada;
    }

    .cart-product-row .btn-remove-product, .cart-product-row .cart-note-wrapper {
        opacity: 1;
    }

    /* Store head */
    .store-head-section .store-head-search-wrapper {
        margin-top: 0;
    }

    /* Stores search page*/
    .stores-list-wrapper {
        width: 100%;
    }

    .stores-map-wrapper .flash-messages-wrappper {
        right: 10px;
        width: calc(100% - 20px);
    }

    .stores-map-wrapper {
        width: 100%;
    }

    .stores-list-body .search-navigation-wrapper,
    .stores-list-body .pagination-wrapper {
        text-align: center;
    }

    .stores-list-body .search-navigation-wrapper .flex-box {
        padding: 5px 0;
    }

    /* Checkout */
    .checkout-cart-wrapper .row-num {
        display: none;
    }

    .checkout-cart-wrapper .td-custom .product-inline-wrapper {
        width: 100%;
    }

    .checkout-store-wrapper .product-inline-wrapper .product-pic-lg {
        vertical-align: top;
        margin-top: 15px;
    }

    .checkout-cart-wrapper .td-custom .product-inline-wrapper .product-desc {
        padding-left: 10px;
        vertical-align: top;
    }

    .checkout-cart-wrapper .td-custom .product-inline-wrapper .product-desc h5 {
        max-width: 100%;
        overflow-x: hidden;
        white-space: nowrap;
        overflow-y: visible;
        line-height: 1.4;
    }

    .checkout-cart-wrapper .price-box {
        padding: 0 60px 15px 0px;
        text-align: right;
        margin: 0;
    }

    .checkout-product-row .btn-remove-product {
        opacity: 1;
    }

    /* Product page*/
    .product-to-cart-line .product-page-product-qty {
        width: 105px;
    }

    .product-to-cart-line .btn {
        width: calc(100% - 120px);
    }

    .product-page-aside {
        margin-left: 0;
    }

    /* Contact page */
    .wide-map-wrapper iframe {
        height: 340px;
        min-height: 340px;
    }

    .store-head-search-wrapper {
        margin: 40px 0 0;
    }

    .banner-row-wrapper {
        margin-left: -15px;
        margin-right: -15px;
        box-shadow: none;
    }

    .banner-row-wrapper .flex-wrapper > .flex-xs-12:first-child .box-small-banner,
    .banner-row-wrapper .flex-wrapper > .flex-xs-12:last-child .box-small-banner,
    .box-small-banner {
        border-radius: 4px;
    }

    .box-small-banner {
        margin: 0 15px;
        box-shadow: 0 1px 5px 0 rgba(0, 0, 0, 0.15);
        min-height: 87px;
    }

    .green-banner {
        padding: 40px 30px 30px;
    }

    .also-buy-box-title {
        margin: 0;
        font-size: 19px;
    }

    .slider-arrow {
        height: 30px;
        width: 30px;
    }

    .product-page-wrapper .product-page-aside .also-buy-box {
        margin: 20px -15px;
        border-radius: 0;
    }

    .product-gift-info-tip {
        position: fixed;
        top: 0;
        right: -300px;
        bottom: 0;
        display: flex;
        width: 172px;
        height: auto;
        padding-left: 30px;
        padding-right: 30px;
    }

    .product-gift-info-tip-content {
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        text-align: center;
    }

    .product-gift-info-tip-title {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }

    .product-gift-info-tip-title img {
        display: inline-block;
    }

    .product-gift-info-tip-desc {
        white-space: normal;
    }

    .product-gift-info-tip-image {
        position: static;
        margin-bottom: 5px;
    }

    .store-header-inner {
        display: block;
    }

    .search-wraper{
        max-width: 100%;
        padding: 0;
    }

    .checkout-cart-switch.lb-each-switch-wrapper {
        height: 30px;
    }

    .checkout-product-price .product-sq-qty.product-card-qty .product-qty-btn,
    .checkout-product-price .product-sq-qty.product-card-qty .form-control {
        height: 30px;
    }

    .modal-product-box .product-card-wrapper {
        margin: 0 20px 0 0;
    }

    .also-bought-card .product-card-wrapper{
        width: 163px;
    }

    .also-bought-card:not(:last-of-type) .product-card-wrapper{
        margin: 0 20px 0 0;
    }
}

@media screen and (max-width: 900px){
    .product-white-bg{
        width: 25%;
    }

    #LocationMapStatic{
        height: 148px;
    }
}

@media (min-width: 768px) {
    .product-table-qty,
    .product-table-price {
        text-align: center;
    }

    .modal-dialog {
        margin: 100px auto;
    }

    #show-not-shippable-products-popup .modal-dialog {
        width: 695px;
    }
}

@media (max-width: 767.9px), (max-width: 900px) and (orientation: landscape) {
    .le-fixed-menu{
        display: block;
    }
    .cart-empty{
        padding: 20px;
    }
}

@media (max-width: 900px) and (orientation: landscape) {
    .cart-wrapper{
        width: 100vw;
        z-index: 999;
    }
    .cart-wrapper .cart-full, .cart-wrapper .cart-empty{
        position: relative;
        height: calc(100% - 125px)!important;
    }
    .cart-wrapper .cart-footer-wrapper{
        max-width: 60vw;
        bottom: 65px;
        border-top: 0;
    }
    .cart-store-header:not(.track){
        position: absolute;
        right: 0;
        width: 60vw;
    }
    .cart-products-list, #suggestions{
        width: 40vw;
    }
    .no-delivery-available{
        width: 40vw;
    }
    .cart-empty-icon{
        height: 80px;
        margin: 0 auto;
    }
    .cart-body-wrapper{
        height: 100% !important;
    }
}

@media (max-width: 767.9px) {
    #order-shipping-raw-info-popup .modal-dialog {
        margin: 25px auto;
    }

    .delivery-options-block{
        margin-top: 20px;
    }

    .customer-wrapper {
        padding-bottom: 90px;
    }

    .header {
        padding: 10px 15px;
    }

    .left-menu-head {
        padding: 35px 15px 23px;
    }

    .main-page-search {
        margin: 50px 0 250px;
    }

    a.store-lm-header {
        padding: 20px 15px;
    }

    .store-balance-info,
    .lm-ul-wrapper h5 {
        padding: 0 15px;
    }

    .lm-ul-wrapper ul li a {
        padding: 6px 20px 6px 30px;
    }

    .content-main-part {
        padding: 20px 15px;
    }

    .main-page-padding {
        padding: 60px 0;
    }

    .main-content-wrapper h1 {
        font-size: 40px;
    }

    .main-first-block p {
        font-size: 16px;
    }

    .box-how-wrapper.box-content {
        font-size: 16px;
    }

    .main-page-why-block .title-what-block .title-bg-main-page {
        font-size: 60px;
        top: 0px;
    }

    .title-bg-main-page {
        font-size: 50px;
    }

    .header-block h1 {
        font-size: 32px;
        padding-bottom: 5px;
    }

    .box-content-head-desc {
        border-bottom: 1px solid #7F7F7F;
        padding: 10px 0;
    }

    .box-content-head-desc * {
        font-size: 13px;
    }

    .box-content-head-desc .label {
        margin-top: 0;
    }

    .table-title-wrapper {
        border-bottom: 1px solid #DADADA;
    }

    .table-title {
        padding-bottom: 10px;
    }

    .content-staff-tbody,
    .content-products-tbody {
        padding-top: 10px;
    }

    .content-staff-tbody .btn-remove-line {
        position: absolute;
        right: 5px;
        top: 3px;
    }

    .cart-products-list .content-products-tbody {
        padding-top: 0;
    }

    .td-custom {
        padding: 5px;
    }

    .table-products-2-col .info-wrapper .td-custom{
        padding: 5px 0;
    }

    .td-padding-lg {
        padding: 5px 15px;
    }

    .row-link .td-custom {
        padding: 10px 5px;
    }

    .td-merged.td-product-table > * {
        display: block;
        padding-left: 0;
    }

    .product-pics-wrapper {
        width: auto;
        position: relative;
        overflow: hidden;
        height: 40px;
        margin-top: 30px;
    }

    .product-pics-wrapper:after {
        background: linear-gradient(90deg, rgba(255, 255, 255, 0) 0%, #FFFFFF 100%);
        position: absolute;
        content: '';
        height: 100%;
        width: 40px;
        right: 0;
    }

    .product-pics {
        width: 400px;
        max-width: 400px;
        position: absolute;
        float: none;
    }

    .td-delivery-time p,
    .order-num {
        font-size: 13px;
    }

    .order-num {
        color: #ef6325;
    }

    .table-products-2-col {
        text-align: right;
    }

    .row-num {
        display: none;
    }

    .product-table-wrapper {
        width: 100%;
    }

    .product-table-price {
        text-align: right;
    }

    .product-table-price-left .td-small-padding {
        padding-left: 40px;
    }

    .product-table-qty .td-custom,
    .product-table-price .td-custom {
        padding: 8px 5px;
    }

    .toggle-col {
        text-align: right;
    }

    .search-product-wrapper input {
        width: 100%;
    }

    .search-product-box:not(.search-product-box-active) {
        display: none;
    }

    .search-product-box-active .search-product-wrapper .icon-i.icon-times {
        display: inline-block !important;
    }

    .search-product-box-active .search-product-wrapper input {
        background-color: #fff;
        max-width: calc(100% - 50px);
        display: block;
        width: 100%;
    }

    .content-header-inline h1 {
        display: block;
    }

    .stores-wrapper {
        height: auto;
        min-height: calc(100vh - 149px);
    }

    .stores-map-wrapper {
        height: calc(100vh - 149px);
    }

    /* Header with search and title    */
    .header-search-box .search-product-box-active .padding-wrapper {
        padding: 0;
    }

    /* Store. Store creation    */
    .store-header-wrapper {
        padding: 10px 0;
    }

    .store-head-section .store-logo,
    .store-header-block .store-logo,
    .store-header-wrapper .store-logo {
        display: block;
        margin: 0 auto;
    }

    .store-header-block .store-actions-wrapper,
    .store-header-wrapper .store-actions-wrapper {
        display: block;
        text-align: center;
        margin: 0 auto;
    }

    .header-store-toggles {
        text-align: center;
    }

    .header-store-toggles .store-status-toggle {
        text-align: center;
    }

    .store-status-toggle {
        padding: 15px 0 0;
    }

    .customer-wrapper .store-desc-wrapper,
    .customer-wrapper .box-content-head-inner .store-desc-wrapper,
    .box-content-head-inner .store-desc-wrapper,
    .store-desc-wrapper {
        width: 100%;
        text-align: center;
        padding: 20px 0;
    }

    .customer-wrapper .box-content-head-inner .store-desc-wrapper,
    .box-content-head-inner .store-desc-wrapper {
        padding: 10px 0;
    }

    .store-desc-wrapper .inline-wrapper{
        display: flex;
        flex-direction: column-reverse;
    }

    .store-header-block{
        padding: 20px 0;
    }

    .store-head-section .store-desc-wrapper h4 {
        margin: 7px 0;
    }

    .store-desc-wrapper .btn {
        width: max-content;
        margin: 5px auto 0;
    }

    .store-desc-wrapper .store-hours {
        width: 100%;
        padding-top: 10px;
        padding-left: 0;
    }

    .store-header-block .store-hours {
        padding-top: 0;
    }

    .store-head-search-wrapper {
        margin: 0;
    }

    .color-pick-btn {
        position: relative;
        margin: 0 auto;
        display: block;
        right: 0;
        bottom: 0;
    }

    .calendar-days-wrapper,
    .calendar-time-wrapper {
        padding: 5px 10px 5px 0;
    }

    .calendar-row-plus {
        padding: 5px 0;
    }

    .calendar-wrapper .btn-primary {
        width: 100%;
        max-width: 400px;
        display: block;
        margin: 0 auto;
    }

    .icons-table-action .td-custom {
        padding: 10px 5px;
    }

    .icons-table-action .link-svg {
        margin: 0;
    }

    .btn-search-icon {
        padding: 3px 5px;
        height: 36px;
        position: absolute;
        right: 15px;
        z-index: 101;
        background-color: transparent;
        border: none;
        border-radius: 4px;
        box-shadow: none;
    }

    .form-group-white .search-box-wrapper.search-input-wrapper .bootstrap-select .btn span.filter-option {
        max-width: 80px;
    }

    .filters-btns-wrapper .box-btn:not(.mobile-filter-btn),
    .filters-btns-wrapper .btn-group.bootstrap-select {
        display: none;
    }

    .map-toggle-btn {
        display: none;
    }

    /* Category page    */
    .filter-head,
    .filter-head .filters-text {
        text-align: left;
    }

    /* Product Modal    */
    .products-similar-wrapper .container-fluid {
        text-align: center;
    }

    .products-similar-wrapper h3 {
        text-align: left;
    }

    .products-similar-wrapper .product-card-wrapper {
        text-align: left;
    }

    .cart-wrapper .cart-full, .cart-wrapper .cart-empty{
        height: calc(100% - 60px);
    }

    /* Checkout   */

    .checkout-cart-wrapper .price-box {
        padding: 20px 45px 15px 0;
    }

    .terms-wrapper {
        margin: 20px 0;
    }

    /* Customer profile    */
    .table-customer-orders .store-title {
        font-size: 16px;
    }

    .btns-icons-wrapper {
        text-align: right;
    }

    .text-left-xs {
        text-align: left;
    }

    /* Tracking order */
    .delivery-status-wrapper {
        display: none;
    }

    .delivery-status-wrapper.active {
        display: block;
    }

    /*Help center*/
    .faq-box-wrapper > i,
    .faq-box-wrapper > img {
        display: block;
        margin: 20px auto 10px auto;
        text-align: center;
    }

    .faq-box-wrapper.inline-wrapper .faq-description {
        width: 100%;
    }

    .right-info-box {
        padding-bottom: 15px;
    }

    /* Promo page */
    .page-wrapper-promo .content-wrapper {
        min-height: 100vh;
        height: auto;
    }

    .promo-content-wrapper {
        padding: 10vh 10px;
    }

    .page-wrapper-promo {
        min-height: 100vh;
        height: auto;
    }

    /*    Footer*/
    .footer-copyright p,
    .content-footer {
        font-size: 13px;
    }

    .content-footer ul {
        padding: 20px 5px 5px;
        text-align: center;
    }


    .footer-copyright p {
        padding: 20px 5px 5px;
    }

    .content-footer ul.soc-icons {
        text-align: left;
    }

    .stores-wrapper.stores-map-view-wrapper,
    .stores-map-wrapper #stores-map,
    .store-map-wrapper #stores-map {
        min-height: 450px;
    }

    .box-small-banner {
        min-height: 110px;
    }

    /* mobile menu */

    .dropdown-menu-user{
        width: 220px;
        position: absolute;
        right: 0;
        top: 0;
        padding-top: 70px;
        z-index: 0;
        margin: 0;
        border-radius: 0;
        overflow: hidden;
    }

    .dropdown-menu-wrapper > li{
        width: 220px;
    }

    .dropdown-menu-wrapper > li > a {
        font-size: 15px;
        font-weight: 500;
    }

    .logo-wrapper.lemarketly a img {
        margin-top: 0;
    }

    .top-nav-btns{
        margin: 0;
    }

    .top-nav-btns li.dropdown{
        position: unset;
    }

    .top-nav-btns li .cart-btn svg{
        width: 26px;
    }

    .top-nav-btns li .cart-btn .product-cart-qty{
        padding-top: 4px;
        width: 15px;
        height: 14px;
        font-size: 8px;
        min-width: 14px;
        top: 2px;
        line-height: 0.8;
        right: -6px;
    }

    .header-user-logo{
        height: 28px;
        width: 28px;
    }

    .user-menu-mobile{
        font-size: 24px;
    }

    .header-user-nopic span{
        line-height: 1;
    }

    .header-user-menu .info-mark i{
        left: 22px;
    }

    .link-svg.header-user-menu svg{
        width: 9px;
        margin-right: 0;
        margin-left: 5px;
    }

    .dropdown-menu-user .le-logout{
        text-align: left;
    }

    .dropdown-menu-wrapper > li{
        word-wrap: break-word;
        width: 220px;
        white-space: normal;
    }

    .hidden-sm{
        display: none!important;
    }

    .dropdown-menu-wrapper{
        height: 100%;
        position: relative;
        overflow-y: auto;
        overflow-x: hidden;
    }

    .top-nav-wrapper.open .top-nav-btns.le-nav-btns .header-user-menu{
        position: fixed;
        top: 10px;
        right: 15px;
    }

    .hide-scroll{
        max-height: 100vh;
        height: 100%;
        overflow: hidden !important;
    }
    .modal-dialog {
        margin: 100px 10px;
    }
    .header-col-last {
        text-align: left;
    }

    .category-products-wrapper h5 {
        font-size: 17px !important;
    }

    .unsupported-item_btn[role=remove-not-shippable-products] {
        margin-top: 10px;
    }

    .not-shippable-products-info_text {
        font-size: 14px;
        line-height: 18px;
    }

    .not-shippable-products-info {
        padding: 12px;
    }

    .unsupported-item_title,
    #show-not-shippable-products-popup .info-wrapper{
        font-size: 14px;
    }

    #show-not-shippable-products-popup .modal-content {
        border-radius: 5px;
    }

    #show-not-shippable-products-popup .first-title {
        font-size: 18px;
    }

    #show-not-shippable-products-popup .modal-header {
        padding: 16px;
    }
}

@media screen and (max-width: 992px){
    .header-fixed{
        position: relative!important;
    }
    .cart-head{
        height: 60px;
        padding: 15px 20px;
    }
}

@media screen and (max-width: 992px) and (orientation: landscape), (max-width: 767px){
    .product-card-wrapper{
        width: 136px!important;
        margin: 0 20px 0 0;
    }

    .product-white-bg .product-card-wrapper{
        margin: auto;
    }

    .also-bought-card:last-of-type .product-card-wrapper{
        margin: 0;
    }

    .department-slider-wrapper .padding-inner-wrapper{
        margin-right: -15px;
        padding: 25px 0 15px;
    }

    .padding-inner-wrapper .first-title{
        display: flex;
        align-items: center;
        justify-content: space-between;
        padding: 0;
    }

    .department-slider-wrapper .view-all{
        font-size: 13px;
        margin-right: 15px;
    }
}

@media (max-width: 640px) {
    .box-small-banner {
        min-height: 130px;
        display: block;
    }

    .banner-inline-description,
    .banner-inline-icon {
        display: block;
        width: 100%;
    }


    .banner-inline-icon img {
        max-width: 40px;
        margin: 0 auto 15px;
    }

    .banner-inline-description {
        padding-left: 0;
        text-align: center;
        font-size: 13px;
    }

    .product-white-bg{
        width: 33.3%;
    }
}

@media (max-width: 600px) {
    .filters-store-delivery-type-button svg{
        display: none;
    }

    .filter-stores-head-second-col .filters-store-delivery-type .filters-store-delivery-type-button {
        font-size: 12px;
    }

    .sale-apply .item-wrapper > div{
        width: 50%;
    }

    .filters-store-delivery-type-button svg{
        display: none;
    }

    .filter-stores-head-second-col .filters-store-delivery-type .filters-store-delivery-type-button {
        font-size: 12px;
    }

    .header-top-container {
        display: none;
    }

    #modifications-popup .modal-content-section .modal-content-wrapper > div.modification-product-description .main-description .modification-product-price-quantity-row {
        flex-direction: column !important;
    }

}

@media screen and (min-width: 575px) and (max-width: 991.9px) {
    .checkout-cart-switch.lb-each-switch-wrapper {
        margin-left: 20px;
    }
}

@media screen and (min-width: 575px) and (max-width: 768px){
    .col-sm-50 {
        width: 50% !important;
    }
}

@media (max-width: 575px) {
    .product-to-cart-line .product-page-product-qty{
        width: 100%;
    }

    .product-page-wrapper .btn.icons-wrap.btn-primary {
        display: block;
        margin: 10px 0 0;
        padding: 10px;
        width: unset;
    }

    .product-to-cart-line .product-page-product-qty .product-card-qty .inline-wrapper{
        display: flex;
        justify-content: space-between;
    }

    .payment-desc {
        font-size: 14px;
    }

    .orders-cols {
        padding-right: 0;
        margin: 6px 0;
    }

    .orders-cols .status-wrapper .status-text {
        font-size: 20px;
    }

    .order-cols-container {
        display: flex;
        flex-direction: column;
    }

    .padding-wrapper.content-sm-wrapper {
        padding-bottom: 0;
    }

    .orders-cols .text-bigger {
        font-size: 20px;
    }

    .done-track-order,
    .done-back-btn {
        width: 100%;
    }

    .done-back-btn {
        margin-top: 12px;
    }

    .modal-product-qty .product-qty-btn {
        flex-shrink: 0;
    }

    .cart-full .checkout-cart-switch.lb-each-switch-wrapper {
        margin-left: 10px;
    }

    .modal-product-qty .product-card-qty {
        flex-direction: column;
    }

    .product-info.lb-each-switch-wrapper {
        margin-left: 0;
        margin-top: 10px;
        width: 100%;
        max-width: unset;
    }

    .card-payment-form.ebt{
        padding: 25px 10px;
    }

    .cart-wrapper,
    .cart-footer-wrapper{
        width: 100%;
    }

    .cart-footer-wrapper{
        position: sticky !important;
        max-width: 575px !important;
        bottom: 0;
    }

    .main-content-wrapper h1 {
        font-size: 32px;
    }

    .main-content-wrapper h2 {
        font-size: 24px;
    }

    .logo-miniature.box-content {
        height: 65px;
        width: 65px;
        padding: 10px;
    }

    .partner-block-content {
        padding: 60px 0 210px;
        width: 100%;
    }

    .main-page-partner-block .container-fluid {
        background-position: center bottom 15px;
        background-size: 100%;
    }

    .stores-filters-head:not(.mp-head) .filters-address-line {
        width: 100%;
        padding-right: 0;
        padding-bottom: 10px;
    }

    .partner-block-content p {
        max-width: 100%;
    }

    .partner-block-content .btn {
        width: 100%;
    }

    /* Checkout */
    .checkout-steps-wrapper {
        padding-left: 0;
    }

    .checkout-step-wrapper::before {
        display: none;
    }

    .checkout-step-state {
        display: none;
    }

    .card-back-wrapper {
        border-radius: 0 0 4px 4px;
    }

    .checkout-unit-price {
        font-size: 14px;
        text-align: right;
        padding-top: 5px;
    }

    .favorite-line-wrapper .dropdown .btn {
        width: 100%;
        margin-top: 10px;
    }

    .banner-row-wrapper {
        margin-left: 0;
        margin-right: 0;
        box-shadow: 0 1px 5px 0 rgba(0, 0, 0, 0.15);
    }

    .banner-row-wrapper .flex-wrapper > .flex-xs-12:first-child .box-small-banner,
    .banner-row-wrapper .flex-wrapper > .flex-xs-12:last-child .box-small-banner,
    .box-small-banner {
        border-radius: 4px;
    }

    .box-small-banner {
        margin: 0;
        box-shadow: none;
        min-height: unset;
        -ms-flex-align: center;
        align-items: center;
        display: -ms-flexbox;
        display: flex;
    }


    .banner-inline-icon {
        width: 30px;
        vertical-align: middle;
        display: inline-block;
    }

    .banner-inline-icon img {
        max-width: 100%;
        display: block;
        margin: 0;
    }

    .banner-inline-description {
        width: calc(100% - 30px);
        padding-left: 15px;
        vertical-align: middle;
        display: inline-block;
        text-align: left;
        font-size: 16px;
    }

    .content-footer ul.soc-icons,
    .footer-copyright p {
        text-align: center;
    }

    .footer-copyright p {
        padding: 5px 5px 5px;
    }

    .categories-inline-wrapper .box-content:not(.msg-wrapper) {
        margin: 10px;
        width: calc(100% - 20px);
        height: calc(100% - 20px);
    }

    .tracking-order-btns .btn{
        min-width: 130px !important;
        padding: 9px;
    }

    .tracking-order-btns .btn {
        margin-left: 0 !important;
    }

    .category-products-wrapper h5,
    .box-sale-wrapper .text-normal {
        font-size: 14px;
    }

    *:focus {
        outline: none !important;
    }

    .table-customer-orders .label-error {
        max-width: 110px;
    }

    .dropdown-track-order .dropbtn-print-order {
        font-size: 14px;
        min-width: 130px;
    }

    .dropdown-track-order {
        order: -1;
    }

    .tracking-order-btns a {
        font-size: 14px;
    }

    .tracking-order-btns {
        display: flex;
        justify-content: space-between;
        align-items: center;
        flex-wrap: wrap;
    }

    .checkout-title {
        font-weight: 400;
        font-size: 18px;
        margin: 15px 0;
        line-height: 21px;
    }

    .app-banners-slider, .box-content.banner-wrapper {
        width: calc(100% + 30px);
        margin-left: -15px;
        border-radius: 0;
    }
    .categories-inline-wrapper .box-content:not(.msg-wrapper) {
        margin: 10px;
        width: calc(100% - 20px);
        height: calc(100% - 20px);
    }

    .category-products-wrapper h5,
    .box-sale-wrapper .text-normal {
        font-size: 14px;
    }

    *:focus {
        outline: none !important;
    }

    .unsupported-items-list {
        height: calc(100vh - 400px);
    }

    .checkout-cart-left-block {
        flex-direction: column;
    }

}

@media screen and (min-width: 480px){
    .shipping-option-container > div{
        flex-wrap: nowrap;
    }
}

@media screen and (max-width: 480px){
    .card-payment-form .form-group{
        margin: 10px 0;
    }
    .form-group.ebt-balance-block{
        justify-content: space-between;
        max-width: unset;
    }
    .form-group.ebt-balance-block > div{
        width: 49%;
        margin: 0;
    }
    .payment-ebt-amount-inp.form-control{
        max-width: unset;
        width: 100%;
    }
    .ebt-wrapper .btn-show-balance.btn-primary{
        min-width: unset;
        width: 100%;
    }
    .show-balance-btn-block .input-group{
        width: 100%;
    }
    .card-payment-form input{
        height: 30px;
    }
    .card-front-inner {
        padding: 10px 0 5px;
    }
    .card-back-inner {
        padding: 0 0 5px;
    }
    .card-back-wrapper{
        position: relative;
        margin-top: 20px;
    }
    .card-back-inner::before{
        height: 30px;
        margin-top: 20px;
    }
    .card-back-inner .container-fluid{
        padding-right: 15px;
    }
    .card-back-inner .checkbox-label-wrapper{
        margin-top: 30px;
    }
    .ebt-padding-wrapper .card-back-wrapper{
        display: none;
    }
    .card-payment-form > .flex-wrapper > div{
        width: 100%;
    }
    .mob-flex{
        display: flex;
    }
    .mob-flex .checkbox-wrapper{
        margin: 0 8px 0 0;
    }
    .triple-btns-wrapper{
        display: flex;
        flex-wrap: wrap;
    }
    .triple-btns-wrapper .btn {
        flex: 1 50%;
    }
    .triple-btns-wrapper .btn-first, .triple-btns-wrapper .btn:nth-of-type(3){
        border-radius: 2px 0 0 2px;
    }
    .triple-btns-wrapper .btn-last, .triple-btns-wrapper .btn:nth-of-type(2){
        border-radius: 0 2px 2px 0;
    }
    .triple-btns-wrapper .btn-first, .triple-btns-wrapper .btn:nth-of-type(2){
        margin-bottom: 4px;
    }
    #sign-up-popup .checkbox-label-wrapper{
        align-items: flex-start;
    }
    #sign-up-popup .checkbox-label-wrapper .checkbox-label{
        flex: 1;
    }
    .card-payment-form.card-payment-cvv-required .card-back-wrapper{
        min-height: 177px;
        margin-top: 0;
    }

    .product-gift-info-popup .modal-dialog {
        bottom: 0;
        top: auto;
        right: 0;
        left: 0;
        width: 100%;
        margin: 0;
        transform: translate(0, 0) !important;
    }

    .product-gift-info-popup .modal-content {
        border-radius: 0;
    }

    .social-login div{
        display: flex;
        flex-direction: column;
        align-items: center;
    }

    .social-login div div{
        width: 100%;
    }
    .product-white-bg{
        width: 50%;
    }

    .checkout-step-body > .padding-wrapper{
        padding: 10px;
    }

    .payment-box-btn img{
        margin: 0 20px;
    }

    .payment-type .payment-box-btn{
        padding: 10px 16px;
    }

    .payment-type:not(:first-of-type){
        margin-top: 15px;
    }

    .light-bg-box.payment-lightbox {
        padding: 16px 16px 16px 50px;
    }

    .payment-lightbox .attention{
        left: 16px;
        width: 20px;
        height: 20px;
    }

    .payment-lightbox .attention span{
        font-size: 15px;
    }
    .payment-btns-wrapper .checkout-done-wrapper a, .google-pay-wrapper .google-pay-button-wrapper-1{
        width: 100% !important;
    }

    .saved-cards-wrapper .box-btn,
    .payment-btns-wrapper .box-btn {
        width: 100%;
    }
    .box-btn-wrapper{
        width: 100%;
        padding: 16px;
        box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.1);
        border-radius: 4px;
    }
    .box-btn-wrapper .box-btn{
        display: none;
    }
    .saved-title{
        display: flex;
        justify-content: center;
        align-items: center;
        margin: 6px 0;
    }
    .saved-title span{
        margin: 0 4px 0 12px;
    }
    .saved-title .fa-credit-card{
        color: #ef6325;
    }
    .saved-cards-wrapper .box-btn{
        font-size: 14px;
        margin: 16px 0 0;
        padding-left: 46px;
    }
    .saved-cards-wrapper .box-btn span{
        font-size: 12px;
    }
    .saved-cards-wrapper .add-card-btn{
        margin-bottom: 16px;
        padding: 23px 25px;
        box-shadow: none;
        text-align: center;
    }
    .saved-cards-wrapper .box-btn .fa-credit-card{
        font-size: 18px;
        left: 16px;
    }
    .box-btn-wrapper.active .box-btn{
        display: block;
    }
    .box-btn-wrapper.active .fa-angle-down{
        transform: rotate(180deg);
    }
    .gift-pin-block{
        margin-top: 24px;
    }
    .gift-pin-block > *{
        width: 49%;
    }
    .gift-card .gift-pin-block .btn-primary{
        width: 100%;
    }
    .modal-content.first-atlantic-modal{
        height: 420px;
        padding: 15px;
        border: 0;
    }
    .modal-content.first-atlantic-modal iframe{
        border: 0;
    }
}

@media (min-width: 440px) {
    .store-hours.store-hours-mobile {
        display: none;
    }
}

@media (max-width: 440px) {
    .stores-map-view-wrapper .store-hours {
        display: none;
    }

    .stores-box-content .store-logo {
        width: 50px;
        height: 50px;
    }

    .stores-box-content .store-logo .delivery-soon-msg {
        padding-top: 15px;
    }

    .stores-box-content .store-logo .delivery-soon-msg span {
        display: none;
    }

    .store-box-description {
        width: calc(100% - 50px);
    }

    .stores-coming-box .store-logo::before {
        display: none;
    }

    .store-hours.store-hours-mobile {
        display: block;
    }

    .app-btns-wrapper .btn {
        display: block;
        margin-right: 0;
        text-align: center;
    }

    .title-howto-block h1,
    .title-howto-block .title-bg-main-page {
        text-align: left;
    }

    .main-content-wrapper h1 {
        font-size: 24px;
    }

    .main-content-wrapper h2 {
        font-size: 18px;
    }

    /* Checkout */
    .checkout-step-body .product-inline-wrapper .product-pic-lg {
        margin: 0 auto;
        width: 100%;
    }

    .checkout-cart-wrapper .td-custom .product-inline-wrapper .product-desc {
        width: 100%;
        padding-left: 0;
        padding-top: 10px;
    }

    .checkout-steps-wrapper .product-inline-wrapper .product-desc {
        width: 100%;
        padding: 0;
    }

    .saved-cards-wrapper .box-btn:not(:first-child),
    .payment-btns-wrapper .box-btn:not(:first-child) {
        margin-right: 0;
    }

    .checkout-steps-inner .form-control {
        font-size: 14px;
    }

    .card-number-wrapper {
        padding: 0 10px;
    }

    .card-number-wrapper .card-number-block {
        padding: 0 5px;
    }
}

@media (max-width: 400px) {
    .product-cards-wrapper > .flex-box {
        width: 100%;
    }

    .product-list-wrapper .product-cards-wrapper > .flex-box {
        width: 50%;
    }

    .top-nav-btns .header-user-menu svg {
        display: none;
    }

    .product-to-cart-line .product-page-product-qty .bootstrap-select{
        min-width: 100%;
    }

    .product-to-cart-line .product-page-product-qty .dropdown-toggle{
        width: 100%;
    }

}

@media (max-width: 350px) {

    .checkout-store-wrapper .product-inline-wrapper .product-pic-lg {
        margin: 0 auto;
        width: 100%;
    }

    .table-products-2-col,
    .dates-wrapper p {
        font-size: 13px;
    }

    .product-list-wrapper .product-cards-wrapper > .flex-box {
        width: 100%;
    }

    .product-list-wrapper .product-cards-wrapper > .flex-box .product-card-wrapper {
        width: 100%;
        max-width: 100%;
    }

    .checkout-cart-wrapper .price-box {
        padding: 20px 0 15px 0;
    }

    .table-products-2-col .reorder{
        padding-left: 0;
    }

    .product-white-bg{
        width: 100%;
    }
}

@media (min-width: 991.9px) {
    .cart-item-qty-ws {
        flex-direction: column;
    }
}

@media (max-width: 991px) {
    .also-buy-box .arrows-wrapper {
        display: none;
    }
}

.product-card-wrapper .btn-pending,
.product-card-wrapper .btn-pending:hover,
.product-card-wrapper .btn-pending:focus,
.modal-product .btn-pending,
.modal-product .btn-pending:hover,
.modal-product .btn-pending:focus,
.product-to-cart-line .btn-pending,
.product-to-cart-line .btn-pending:hover,
.product-to-cart-line .btn-pending:focus {
    background-color: white;
    color: #ef6325;
    border-color: #ef6325;
    cursor: not-allowed;
    pointer-events: none;
}
