.blink_me {
    animation: blinker 1s linear infinite;
}

@keyframes blinker {
    50% {
        opacity: 0;
    }
}

.header1 .top-header {
    background: #eb0811 !important;
}

@media (max-width: 1199px) {
    .offcanvas-collapse .offcanvas-body .navbar-nav .nav-item {
        border: none;
        padding-top: 12px;
    }
}


@media only screen and (min-width: 1200px) {
    .mr-desk {
        margin-right: 130px !important;
    }
}

.box-show {
    box-shadow: 0 3px 10px rgb(0 0 0 / 0.2);
    padding: 20px 10px;
    margin-right: 10px;
    margin-left: 10px;
}

.card-tittle {
    font-weight: 600;
    color: #000 !important;
    font-size: 16px;
}

.box-shadow {
    box-shadow: 0 3px 10px rgb(0 0 0 / 0.2);
}

.gift-box-h {
    height: 300px;
    border-bottom-right-radius: 0px;
    border-bottom-left-radius: 0px;
}

.mobile-cart {
    position: absolute;
    top: -22px;
    left: 52%;
    width: 40px;
    height: 40px;
    border-radius: 100%;
    font-size: 20px !important;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    color: #fff !important;
    background-color: var(--theme-color);
}

@media only screen and (max-width: 575px) {
    .mobile-whatsapp {
        bottom: 180px !important;

    }
}

@media (max-width: 1024px) {
    .mobile-btn-cart {
        display: flex;
        flex-direction: row-reverse;

    }

    .mobile-disk-none {
        display: none !important;
    }
}
.product-card{
    height: 100%;
}