html {
    scroll-behavior: smooth;
}

:root {
    /* alertBanner */
    --error: #ffecec;
    --warning: #fff8c4;
    --success: #e9ffd9;
    --error-border: #ee5d53;
    --warning-border: #d9ca59;
    --success-border: #61a52e;
    /* alertBanner */
}

a {
    text-decoration: none;
    color: #606975;
    transition: 0.2s;
}

.goto-link {
    color: #31bdf9;
}

img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.height-150 {
    height: 150px !important;
}

.content-logo img {
    width: 170px;
    margin: 0px 0 0 24px;
}

.max-heigth-p {
    min-height: 100px;
}

.product-card-ped-fact {
    display: block;
    position: relative;
    width: 343px;
    padding: 18px;
    border: 1px solid #e1e7ec;
    border-radius: 7px;
    background-color: #fff;
    height: 330px;
    margin: 0 auto;
    margin-bottom: 20px;
}

.h-240 {
    height: 240px;
    object-fit: contain;
    margin-bottom: 12px;
}

.z-index {
    z-index: 9 !important;
}

@media(max-width:1155px) {
    .product-card-ped-fact {
        width: 443px;
    }

    .responsive-center {
        display: flex;
        justify-content: center !important;
    }
}

.label-cargar-img {
    position: absolute;
    border-radius: 7px;
    top: 0;
    right: 0;
    bottom: 0;
    transition: .2s;
    left: 0;
}

.label-cargar-img:hover {
    background-color: #7c7f7e30;
    cursor: pointer;
}

.filter-content.max-height-250 {
    max-height: 250px !important;
    overflow-y: scroll !important;
    overflow-x: hidden !important;
}

.filter-content.max-height-200 {
    max-height: 200px !important;
    overflow-y: scroll !important;
    overflow-x: hidden !important;
}

/* width */
::-webkit-scrollbar {
    width: 5px;
}

/* Track */
::-webkit-scrollbar-track {
    background: #f1f1f1;
}

/* Handle */
::-webkit-scrollbar-thumb {
    background: #888;
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
    background: #555;
}

.sticky-sidebar-shop-list {
    position: sticky;
    top: 120px;
}

.loader-render-content {
    z-index: 50000;
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: #ffffffad;
}

.loader-content,
.loader-content-address {
    z-index: 50000;
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: #ffffffad;
}

.loader-content .loader,
.loader-render-content .loader,
.loader-content-address .loader {
    position: absolute;
    top: 40%;
    left: 48%;
    transform: translate(-50%, -50%);
    width: 60px;
    aspect-ratio: 1;
    border-radius: 50%;
    border: 8px solid #514b82;
    animation:
        l20-1 0.8s infinite linear alternate,
        l20-2 1.6s infinite linear;
}

.loader-fullscreen {
    position: fixed;
    width: 100%;
    height: 100%;
    background-color: #ffffffad;
    z-index: 50000;
    display: none;
}

.loader-fullscreen.show {
    display: block;
}

.custom-checkout-steps{
    justify-content: center;
    display: flex;
    flex-direction: row-reverse;
}


@keyframes l20-1 {
    0% {
        clip-path: polygon(50% 50%, 0 0, 50% 0%, 50% 0%, 50% 0%, 50% 0%, 50% 0%)
    }

    12.5% {
        clip-path: polygon(50% 50%, 0 0, 50% 0%, 100% 0%, 100% 0%, 100% 0%, 100% 0%)
    }

    25% {
        clip-path: polygon(50% 50%, 0 0, 50% 0%, 100% 0%, 100% 100%, 100% 100%, 100% 100%)
    }

    50% {
        clip-path: polygon(50% 50%, 0 0, 50% 0%, 100% 0%, 100% 100%, 50% 100%, 0% 100%)
    }

    62.5% {
        clip-path: polygon(50% 50%, 100% 0, 100% 0%, 100% 0%, 100% 100%, 50% 100%, 0% 100%)
    }

    75% {
        clip-path: polygon(50% 50%, 100% 100%, 100% 100%, 100% 100%, 100% 100%, 50% 100%, 0% 100%)
    }

    100% {
        clip-path: polygon(50% 50%, 50% 100%, 50% 100%, 50% 100%, 50% 100%, 50% 100%, 0% 100%)
    }
}

@keyframes l20-2 {
    0% {
        transform: scaleY(1) rotate(0deg)
    }

    49.99% {
        transform: scaleY(1) rotate(135deg)
    }

    50% {
        transform: scaleY(-1) rotate(0deg)
    }

    100% {
        transform: scaleY(-1) rotate(-135deg)
    }
}



.selected-item {
    background: #00a8ff1c;
    border-radius: 4px
}

.active-hover {
    color: #0da9ef !important;
}

.article-content {
    display: flex;
    height: 200px;
    margin-bottom: 20px;
}

.article-content .check-input {
    width: 75px;
    height: 200px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.article-content .check-input input {
    width: 20px;
    height: 20px;
    cursor: pointer;
}

.article-content .img-article {
    width: 200px;
    height: 200px;
}

.article-content .img-article img {
    width: 100%;
    padding: 10px;
    box-sizing: border-box;
}

.article-content .info-product-content h2 {
    font-size: 18px;
}

.article-content .price-content {
    font-size: 16px !important;
}

.article-content .info-product-content {
    max-width: 660px;
    width: 660px;
}

.article-content .info-product-content p:nth-child(2) {
    color: #919191;
    font-weight: 600;
    ;
}

.custom-success-text {
    color: #68b233;
    font-weight: 600;
}

.custom-info-text {
    color: var(--primary);
    font-weight: 600;
}

.custom-danger-text {
    color: var(--danger);
    font-weight: 600;
}

.article-content .info-product-content .button-grouper {
    display: flex;
    gap: 15px;
}

.article-content .info-product-content .button-grouper select {
    width: 125px;
    height: 35px;
    border-radius: 5px;
    padding: 5px;
    text-align: center;
    font-size: 15px;
}

.article-content .price-content {
    display: flex;
    align-items: center;
}

.plus-button {
    width: 100%;
    display: flex;
    justify-content: center;
}

.plus-button button {
    background: #0da9ef;
    width: 45px;
    height: 45px;
    border-radius: 25px;
    border: none;
    display: flex;
    justify-content: center;
    position: relative;
}

.plus-button button p {
    font-weight: 600;
    color: white;
    font-size: 43px;
    position: absolute;
    bottom: -23px;
}

.max-height-cart {
    max-height: 400px;
    overflow-y: scroll;
    padding-right: 18px;
}



/* AlertModal */

.custom-alert-banner {
    width: 500px;
    height: 120px;
    position: fixed;
    z-index: 150;
    right: -500px;
    bottom: 50px;
    display: flex;
    border-radius: 8px;
    transition: 0.4s;
    overflow: hidden;
    opacity: 0;
}

.custom-show-alert {
    right: 50px;
    opacity: 1;
}

.custom-alert-danger {
    background-color: var(--error);
    border: solid 2px var(--error-border);
}

.custom-alert-success {
    background-color: var(--success);
    border: solid 2px var(--success-border);
}

.custom-alert-warning {
    background-color: var(--warning);
    border: solid 2px var(--warning-border);
}

.custom-alert-text-danger {
    color: var(--error-border);
}

.custom-alert-text-warning {
    color: var(--warning-border);
}

.custom-alert-text-success {
    color: var(--success-border);
}

.custom-content-icon {
    width: 100px;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.custom-content-text {
    width: 300px;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.custom-content-exit {
    width: 100px;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.custom-content-icon i {
    font-size: 50px;
}

.custom-content-text p {
    font-size: 15px;
    font-weight: 600;
    margin: 0;
}

.custom-content-exit {
    font-weight: 600;
    cursor: pointer;
}

.custom-content-exit p {
    margin: 0;
}

.custom-content-exit i {
    font-size: 30px;
}

.custom-content-exit:active {
    overflow: unset;
    background-color: #ebebeb;
    transition: 0.2s;
}

/* AlertModal   */



#notification-area {
    position: fixed;
    top: 0px;
    right: 10px;
    width: 300px;
    display: none;
    flex-direction: column;
}

#notification-area .notification {
    position: relative;
    padding-left: 50px;
    padding-right: 10px;
    padding-top: 15px;
    padding-bottom: 15px;
    background: #111;
    color: #34495E;
    font-family: "Raleway";
    font-size: 14px;
    border-radius: 5px;
    margin: 5px 0px;
    opacity: 0;
    left: 20px;
    min-height: 6vh !important;
    animation: showNotification 500ms ease-in-out forwards;
}

@keyframes showNotification {
    to {
        opacity: 1;
        left: 0px;
    }
}


#notification-area .notification-color.success {
    position: absolute !important;
    width: 5px !important;
    height: 100%;
    top: 0px;
    left: 0px;
    border-bottom-left-radius: 5px;
    border-top-left-radius: 5px;
    background-color: #2ECC71 !important;
}

#notification-area .notification-color.danger {
    position: absolute !important;
    width: 5px !important;
    height: 100%;
    top: 0px;
    left: 0px;
    border-bottom-left-radius: 5px;
    border-top-left-radius: 5px;
    background-color: #E74C3C !important;

}


#notification-area .notification.success {
    background: white;
    box-shadow: 0 8px 16px 0 rgba(0, 0, 0, .2);
}

#notification-area .notification.danger {
    background: white;
    box-shadow: 0 8px 16px 0 rgba(0, 0, 0, .2);
}



#notification-area .notification-icon.success {
    position: absolute !important;
    left: 15px;
    top: 17px;
    color: #2ECC71 !important;
}

#notification-area .notification-icon.danger {
    position: absolute !important;
    left: 15px;
    top: 17px;
    color: #E74C3C !important;
}

.delete-hover {
    height: 20px;
    width: 20px;
    display: grid !important;
    place-content: center;
    border-radius: 25px;
    transition: 0.2s;
}

.delete-hover:hover {
    background: #00000020;
}

.stick-content {
    position: sticky;
    top: 124px;
}

.p-20 {
    padding: 20px !important;
}

.content-row {
    position: relative;
}

.delete-btn {
    position: absolute;
    right: 40px;
    top: -8px;
    font-size: 20px;
    cursor: pointer;
    display: flex;
    justify-content: center;
    padding: 6px;
    align-items: center;
    border-radius: 25px;
    transition: 0.2s;
}

.delete-btn:hover {
    background: red;
    color: white;
}

.delete-btn:active {
    background: rgb(204, 0, 0);
}

.articleDetail {
    cursor: pointer;
}

.cart-height {
    min-height: 80px;
}

.account.active>a {
    background: #0da9ef40 !important;
}

.cart.active>a {
    background: #0da9ef40 !important;
}

.active>i {
    color: black !important;
}

.list-group-item.active i {
    color: white !important;
}

.mh-400 {
    position: relative;
    min-height: 400px;
}

.mxh-5 {
    max-height: 500px;
}

.scroll-height {
    top: 110px;
    overflow-y: scroll;
    padding: 0 22px;
    max-height: 84vh;
}

.bold {
    font-weight: 500;
    font-size: 17px !important;
}

.search-content {
    border: solid 1px #b3b3b3cc;
    border-radius: 6px;
    background: white;
    display: grid;
    align-items: center;
    grid-template-columns: 10fr 1fr;
    position: relative;
}

.search-content input {
    border-radius: 6px;
    width: 100%;
    height: 42px;
    font-size: 20px;
    padding: 0 0 0 20px;
    border: none;
    outline: none;
}

.search-content button {
    width: 100%;
    height: 100%;
    display: grid;
    place-content: center;
    background: #ffbe45;
    border-radius: 0 5px 5px 0;
    cursor: pointer;
    font-size: 22px;
    border: none;
}

.search-content button:hover {
    background: #f3b033;
}

.search-content button:active {
    background: #eba626;
}

.search-content .searched-content {
    display: none;
    position: absolute;
    top: 43px;
    left: 0;
    padding: 10px;
    background-color: white;
    width: 91%;
    box-shadow: 0px 3px 5px 1px #00000050;
    z-index: 400000;
    border-radius: 4px;
}

.search-content .searched-content.show {
    display: block;
}

.search-content .searched-content .content-list {
    padding: 5px 10px;
    display: flex;
    align-items: center;
    cursor: pointer;
    transition: background-color 0.2s;
}

.search-content .searched-content .content-list:hover {
    background-color: #00000020;
}

.search-content .searched-content .content-list p {
    margin: 0;
    font-size: 16px;
    padding: 5px;
}

.head-search-content {
    display: grid !important;
    grid-template-columns: 1fr 4fr 1fr;
}

.article-img,
.article-name {
    cursor: pointer;
}

.slideIn {
    font-size: 16px !important;
}

.content-login-image {
    height: 100%;
    display: flex;
    overflow: hidden;
}

.slide-track {
    display: flex;
    -webkit-animation: scroll linear infinite;
    animation: scroll 30s linear infinite;
    width: calc(430px * 6);
}

@keyframes scroll {
    0% {
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }

    100% {
        -webkit-transform: translateX(calc(-430px * 3));
        transform: translateX(calc(-430px * 3));
    }
}

.login-image {
    width: 430px;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.wave-content {
    position: relative;
    width: 100%;
    height: 94%;
    /* background-color: #4300ff5c; */
    overflow: hidden;
    background-image: linear-gradient(157deg, #d1edff 24%, #0032ff59 87%);
    box-shadow: 6px 6px 10px 2px #00000050;
}

.wave-content .wave {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100px;
    background: url('../../img/components/wave.png');
    background-size: 1000px 100px;
}

.wave-content .wave1 {
    animation: animate 30s linear infinite;
    z-index: 1000;
    opacity: 1;
    animation-delay: 0s;
    bottom: 0;
}

.wave-content .wave2 {
    animation: animate2 15s linear infinite;
    z-index: 999;
    opacity: 0.5;
    animation-delay: -5s;
    bottom: 10px;
}

.wave-content .wave3 {
    animation: animate 20s linear infinite;
    z-index: 998;
    opacity: 0.2;
    animation-delay: -2s;
    bottom: 15px;
}

.wave-content .wave4 {
    animation: animate2 5s linear infinite;
    z-index: 997;
    opacity: 0.7;
    animation-delay: -5s;
    bottom: 20px;
}

@keyframes animate {
    0% {
        background-position-x: 0;
    }

    100% {
        background-position-x: 1000px;
    }
}

@keyframes animate2 {
    0% {
        background-position-x: 0;
    }

    100% {
        background-position-x: -1000px;
    }
}

@keyframes animate3 {
    0% {
        background-position-x: 0;
    }

    100% {
        background-position-x: 500px;
    }
}

@keyframes animate4 {
    0% {
        background-position-x: 0;
    }

    100% {
        background-position-x: -500px;
    }
}

.max-h300 {
    max-height: 300px;
}

.max-h400 {
    max-height: 400px;
}

.max-h500 {
    max-height: 500px;
}

.cursor-pointer {
    cursor: pointer;
}

.product-detail-img {
    height: 500px;
    max-height: 500px;
}

.principal-image-content {
    height: 350px;
}

.secondary-image-container {
    height: 100px;
    width: 100px;
    border: solid 1px #ccc;
    border-radius: 4px;
}

.iziToast {
    max-width: 500px;
}

.slideIn {
    font-size: 20px !important;
}

.iziToast>.iziToast-body>p {
    padding: 6px !important;
}

.product-image-modal {
    width: 90%;
    height: 90%;
}

.dropdown-product-item {
    grid-template-columns: 1fr !important;
}

.custom-input {
    padding: 0 28px;
    text-align: end;
    font-size: 20px;
    height: 30px !important;
}

.resume-content {
    position: sticky;
    top: 120px;
}


.articles-container {
    display: flex;
    gap: 10px;
    flex-wrap: wrap;
    margin-bottom: 14px;
    justify-content: center;
}

.reclaim-article-content {
    display: flex;
    position: relative;
    padding: 6px 20px;
    border: solid 1px #ccc;
    border-radius: 4px;
}

.reclaim-article-content p {
    margin: 0 !important;
}

.reclaim-article-content i {
    position: absolute;
    top: -6px;
    right: 3px;
    cursor: pointer;
    font-size: 20px;
    font-style: normal;
}

.text-pending {
    color: orange;
}

.text-dispatched {
    color: blue;
}

.text-delivered {
    color: black;
}

/* .text-process{
    color: blue;
} */

.card-content {
    background-color: #f5f5f5;
    padding: 10px 26px;
    border-radius: 6px;
    border: solid 1px #e1e7ec;
}

.fs-2 {
    font-size: 20px !important;
}

.text-green {
    color: green;
}

[data-modal="secondary"].show {
    background-color: #00000050 !important;
}

.position-total-order {
    position: absolute;
    width: 240px;
    right: 30px;
}

.custom-account-container {
    /* max-width: 300px;  */
    padding: 6px 10px;
    /* width: 238px !important;
    border-radius: 8px !important; */
}

.custom-account-container.active {
    background: #0da9ef40 !important;
}

.custom-account-container a {
    position: static !important;
}

.custom-account-container.active a {
    background-color: transparent !important;
}

.customer-available {
    display: flex;
    align-items: center;
    height: 100%;
    justify-content: center;
    gap: 50px;
}

.customer-available h5 {
    text-align: center;
    margin: 0;
    font-weight: 400;
}

.customer-available h5:hover span {
    opacity: 1;
}

.customer-available h5 span {
    font-weight: 500;
    transition: 0.4s;
    opacity: 0;
}

.topbar {
    height: 50px;
}

.icon-from-cart {
    font-size: 22px !important;
}

.edit-from-cart {
    color: #afc700;
    border: solid 2px #afc700 !important;
}

.delete-direction {
    color: rgb(209, 0, 0);
}

.activa-address {
    background: #b6fdf682;
}

.img-prescription-container {
    padding: 30px 0;
    border: solid 1px #7c7f7e30;
    border-radius: 6px;
}

.block-row {
    opacity: 0.5;
    background: #00000033;
    pointer-events: none;
}

.button-add-article-content {
    position: relative;
    top: 20px;
}

.notification {
    width: 14px;
    height: 14px;
    position: absolute;
    border-radius: 25px;
    top: 0;
    left: 0;
    transition: 0.2s;
}

.notification.show {
    background: #ff5858;
}

#modalAwaitOrderConfirmation {
    z-index: 8000000;
}

.general-loader {
    width: 100%;
    height: 100%;
    min-height: 100vh;
    min-width: 100%;
    position: fixed;
    z-index: 5000;
    background-color: rgb(255, 255, 255);
    opacity: 0;
    top: 0;
    left: 0;
    -webkit-user-select: none;
    user-select: none;
    z-index: 90000;
    visibility: hidden;
    transition: 0.4s;
}

.general-loader.show {
    opacity: 1;
    visibility: initial;
}

.general-loader .loading-container {
    width: 100%;
    max-width: 542px;
    height: 100%;
    max-height: 473px;
    min-width: 162px;
    min-height: 250px;
    position: absolute;
    left: 50%;
    top: 50%;
    overflow: visible;
    transform: translate(-50%, -50%);
}

.general-loader .loading-container img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.general-loader .loading-container .logo-container {
    width: 260px;
    max-width: 330px;
    height: 350px;
    max-height: 100px;
    min-width: 100px;
    min-height: 200px;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}

.general-loader .loading-container .logo-container img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: contain;
}


.message-content {
    width: 100%;
    text-align: center;
    display: flex;
    color: #ccc;
    position: relative;
    justify-content: center;
}

.p-relative {
    position: relative !important;
}

.p-fixed {
    position: fixed !important;
}

.custom-label {
    top: -20px;
    width: 100%;
    text-align: center;
    margin: 0;
    color: red;
    font-weight: 500;
    font-size: 14px;
}

.add-cart {
    min-width: 180px;
    min-height: 38px;
}

.add-loader {
    width: 26px;
    padding: 5px;
    aspect-ratio: 1;
    border-radius: 50%;
    background: #25b09b;
    --_m: conic-gradient(#0000 10%, #000), linear-gradient(#000 0 0) content-box;
    -webkit-mask: var(--_m);
    mask: var(--_m);
    -webkit-mask-composite: source-out;
    mask-composite: subtract;
    animation: l3 1s infinite linear;
    justify-self: center;
    position: absolute;
    top: 4px;
    left: 86px;
}

.cursor-block {
    cursor: no-drop;
}

.contact-card {
    box-shadow: 4px 4px 13px 2px #00000050;
    padding: 20px;
    border-radius: 12px;
    width: 100%;
    max-width: 400px;
    height: 400px;
}

.img-sucursal {
    width: 100%;
    height: 230px;
}

@keyframes l3 {
    to {
        transform: rotate(1turn)
    }
}

.product-card.product-list {
    min-height: 274px;
}

.border-none {
    border: none !important;
}

.loading {
    background: #0003;
    pointer-events: none;
}

.shopping-cart.mh-400 {
    max-height: 650px;
    overflow-y: auto;
    overflow-x: auto;
}

.widget-categories ul>li::before {
    border: solid 3px !important;
    border-radius: 20px !important;
}

.page-title {
    padding: 18px 0 !important;
}

.popover {
    z-index: 999999 !important;
    box-shadow: 2px 2px 4px 1px #00000030;
    pointer-events: none;
}

.popover.show {
    pointer-events: initial;
}

.popover-custom {
    position: absolute;
    top: 56px;
    left: 0px;
}

.cards-content {
    position: relative;
}

.popover-custom h3.popover-body {
    padding: 8px 20px;
    text-align: center;
    margin: 0;
}

/* .product-card{
    min-height: 390px !important;
}  */



/*SELECT 2 MY*/

.select2my {
    box-sizing: border-box;
    width: 100%;
    position: relative;
}

.select2my,
.select2my * {
    box-sizing: border-box;
}

.select2my[disabled] {
    pointer-events: none;
}

.select2my[disabled] .holder {
    background-color: #f5f5f5;
}

.select2my.open {
    z-index: 80;
}

.select2my .holder {
    height: 44px;
    border-radius: 8px;
    display: flex;
    align-items: center;
    width: 100%;
    border: 1px solid #e3e3e3;
    position: relative;
    padding: 0 0.875rem;
    cursor: pointer;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
}

.select2my .holder .show {
    width: 90%;
    overflow: hidden;
    height: 27.11px;
    display: flex;
    align-items: center;
    font-weight: 400;
    line-height: 1.47;
}

.select2my p {
    margin: 0;
}

.select2my .holder .drop {
    width: 10%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.select2my .dropdown-select2my {
    margin-top: 5px;
    width: calc(100% - 10px);
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 10px;
    padding: 0 10px;
    padding-top: 10px;
    overflow: hidden;
    position: absolute;
    z-index: 30;
    left: 5px;
    border: 1px solid #ccc;
    border-radius: 5px;
    visibility: hidden;
    opacity: 0;
    background-color: #fff;
}

.select2my.open .holder {
    border-color: #4679cc;
}

.select2my.open .holder i {
    color: #4679cc;
    transition: 0.2s;
    transform: rotate(180deg);
}

.select2my.open .dropdown-select2my {
    visibility: visible;
    transition: .3s opacity;
    opacity: 1;
    border-color: #4679cc;
    box-shadow: 0 3px 4px rgba(0, 0, 0, .2);
    padding-bottom: 5px;
    z-index: 81;
}

.select2my.open .dropdown-select2my .search-select2my {
    border-color: #4679cc;
}

.select2my-option {
    overflow-x: hidden;
    overflow-y: scroll;
    max-height: 200px;
    display: flex;
    flex-direction: column;
    gap: 8px;
    width: 100%;
    padding-right: 5px;
    padding-bottom: 10px;
}

.select2my-option::-webkit-scrollbar {
    width: 8px;
}

.select2my-option::-webkit-scrollbar-thumb {
    background-color: #4679cc;
}

.select2my .dropdown-select2my .search-select2my {
    width: 100%;
    display: flex;
    color: #495057;
    background-color: #fff;
    border: 2px solid #E5E5E5;
    border-radius: 4px;
    overflow: hidden;
}

.select2my .dropdown-select2my .search-select2my i {
    display: block;
    width: 20%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.select2my .dropdown-select2my .search-select2my input {
    width: 80%;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border: 0;
    overflow: hidden;
    height: 37.11px;
    display: flex;
    align-items: center;
    height: calc(1.47em + 1rem + 2px);
    padding: 0.5rem 0.875rem;
    font-weight: 400;
    line-height: 1.47;
    appearance: none;
}

.select2my .dropdown-select2my .search-select2my input:focus {
    appearance: none;
    outline: 0;
    border: 0;
}

.dropdown-select2my .option {
    border: 1px solid #ccc;
    width: 100%;
    padding: 8px 14px;
    border-radius: 5px;
    -webkit-user-select: none;
    user-select: none;
    cursor: pointer;
}

.select2my.open .dropdown-select2my .option:hover,
.select2my.open .dropdown-select2my .option.selected {
    color: #fff;
    font-weight: 500;
    background-color: #4679cc;
    transition: .2s;
    border-color: #2016ff;
}

.select2my.open .dropdown-select2my .option:active {
    transition: .2s;
    transform: scale(.98);
}

/*SELECT 2 MY*/

#featuredProductsContent .product-card {
    min-height: 388px !important;
}

.product-card .product-title {
    height: 44px !important;
}

.toolbar .inner,
.toolbar .tools,
.toolbar .cart {
    display: flex !important;
    align-items: center !important;
}

.option-content {
    margin-top: 20px !important;
}

.shipping-information {
    position: relative;
    min-height: 400px;
}

.delivery-method-content {
    position: absolute;
    width: 100%;
    height: 250px;
    text-align: center;
    background: white;
    z-index: 1;
}

.address-button-content {
    display: flex;
    justify-items: center;
    gap: 10px;
    align-items: center;
}

.edit-from-cart,
.custom-remove-from-cart {
    border: solid 1px;
    display: grid; 
    align-items: center;
    justify-content: center;
    padding: 6px;
    border-radius: 6px;
    justify-items: start;
    font-size: 18px !important;
    font-family: inherit;
    cursor: pointer;
    transition: 0.2s;
}

.edit-from-cart:hover {
    background-color: #afc700;
    color: white;
}

.custom-remove-from-cart:hover {
    background-color: red;
    color: white;
}

.custom-remove-from-cart i {
    font-size: 18px;
}

.custom-remove-from-cart {
    border: solid 2px red;
    color: red;
}

.map-container {
    width: 100%;
}

.map-container iframe {
    width: 60% auto;
}

.card-location-content {
    display: flex;
    align-items: center;
    justify-content: center;
}

.justify-content-evenly {
    justify-content: space-evenly;
}

.btn[disabled],
.btn.disabled {
    pointer-events: initial !important;
}

.no-result-content {
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 0 40px;
}

.no-result-content figure {
    width: 100%;
    max-width: 290px;
}

.disabled.pointer-none {
    pointer-events: none !important;
}

.side-bar-menu {
    display: none;
}

.card-icon-content {
    font-size: 28px;
    margin-right: 20px;
}

.card-icon-red {
    color: red;
}

.card-icon-green {
    color: green;
}

.m-b-md {
    margin-bottom: 26px !important;
}

.form-control {
    border-radius: 8px !important;
}

.decline-message {
    font-size: 18px;
}

.decline-message a {
    color: #0da9ef;
}

.is-invalid {
    border: solid 2px orange !important;
    border-radius: 8px !important;
}

.owl-carousel .item {
    position: relative;
    width: 100%;
    height: 100%;
}

.owl-carousel .item img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.max-he-580 {
    max-height: 580px;
    height: 580px;
}

.other-info-content .product-item {
    position: relative;
}

.other-info-content .product-item a label {
    position: absolute;
    right: 18px;
    top: 18px;
    background: white;
    height: 36px;
    width: 36px;
    padding: 0;
    margin: 0;
    box-shadow: 1px 1px 4px 1px #00000050;
    border-radius: 50px;
    display: grid;
    place-content: center;
    cursor: pointer;
    transition: 0.2s;
    z-index: 5;
}

.other-info-content .product-item a label:hover {
    background: #dcdcff;
}

.other-info-content .product-item a label span {
    font-size: 18px;
}

.other-info-content .product-item figure {
    width: 100%;
    height: 230px;
}

.other-info-content .product-item figure img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.btn-filter {
    display: none;
    position: fixed;
    top: 50%;
    width: 48px;
    height: 48px;
    margin-top: -24px;
    border: 1px solid #e1e7ec;
    background-color: #fff;
    color: #606975 !important;
    font-size: 20px;
    box-shadow: 0 3px 10px 0 rgba(55, 66, 80, 0.2);
    cursor: pointer;
    z-index: 990;
    text-decoration: none;
    text-align: center;
    border-radius: 0 26px 26px 0;
}

.product-card .product-buttons {
    display: flex !important;
    flex-direction: row;
}

.z-index-90000 {
    z-index: 90000 !important;
}

.article-without-stock {
    background: #d0f2ff !important;
}

.fs-inherit {
    font-size: inherit !important;
}

.light-input {
    height: 34px !important;
}

.mx-h-45 {
    max-height: 48px !important;
}

.itbis-label {
    position: absolute;
    top: -16px;
    right: 0;
    font-size: 12px;
    color: #f89420;
}

.iziToast a {
    color: #ef670d;
}

.w-full {
    width: 100%;
}

.cartIcon {
    opacity: 0 !important;
}

header .inner i {
    font-size: 18px;
}

.checkout-global-content {
  position: relative;
}
.sticky-bottom {
  position: sticky;
  bottom: 0;
  background: #fff;
  z-index: 999;
  box-shadow: 0 -2px 8px rgba(0,0,0,0.05);
  padding: 1rem;
  width: 100%;
}

.direction-content{
    padding: 10px;
    border: 1px solid #eee;
    border-radius: 8px;
    background: #f9f9f9;
    margin-bottom: 20px;
}

.direction-content a{
    text-align: right;
    width: 100%;
    display: inline-block;
    padding: 0 10px;
}

.direction-content .direction-details {
    margin: 10px;
    background-color: #fff;
    padding: 10px;
    border: solid #ccc 1px;
    border-radius: 8px;
}

.direction-details p{
    margin: 0;
}

.direction-details p{
    font-weight: 500;
}

.h-60px{
    height: 60px !important;
}

.delete-direction{
    color: red;
}

.cart-count-badge {
  position: absolute;
  top: -6px;
  right: 6px;
  width: 26px;
  height: 26px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #f26e21;
  color: #fff;
  border-radius: 50%;
  padding: 2px 7px;
  font-size: 13px;
  font-weight: bold;
  z-index: 10;
}
.btn-cart-icon {
  position: relative;
}

.min-w-120 {
    min-width: 120px;
}

.gap-1{
    gap: 1rem !important;
}

.btn-primary-custom{
    border: solid 1px #e3e3e3;
    border-radius: 7px;
    font-size: 26px;
    height: 45px;
    margin: 0;
    position: relative;
    top: 4px;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #495057;
    padding: 14px;
}

@media(max-width:992px) {

    .cartIcon {
        opacity: 1 !important;
    }

    .header-w-full {
        width: 100% !important;
    }

    #profileContent {
        display: none;
    }

    .btn-filter {
        display: block;
    }

    .toolbar {
        max-width: initial !important;
    }
}

@media(max-width:768px) {

    .page-title .container.head-search-content .column:nth-child(1),
    .page-title .container.head-search-content .column:nth-child(3) {
        display: none !important;
    }

    .head-search-content {
        grid-template-columns: 1fr !important;
    }

    .customer-available {
        flex-direction: column;
        gap: 10px;
        height: auto;
        justify-content: center;
        font-size: 20px;
    }

    .shopping-cart-footer>.column {
        text-align: center !important;
    }

    [data-content="quantity"] {
        justify-content: center;
        text-align: center;
    }

    [data-content="quantity"]+.mb-2 {
        text-align: center;
    }
}

@media(max-width:576px) {
    .checkout-steps {
        flex-direction: column-reverse !important;
        display: flex !important;
    }

    .product-card .product-buttons {
        flex-direction: column;
        gap: 10px;
    }
}