/* TOSTER NOTIFICATION START */
.colored-toast.swal2-icon-success {
    background-color: #a5dc86 !important;
}

.colored-toast.swal2-icon-error {
    background-color: #f27474 !important;
}

.colored-toast.swal2-icon-warning {
    background-color: #f8bb86 !important;
}

.colored-toast.swal2-icon-info {
    background-color: #3fc3ee !important;
}

.colored-toast.swal2-icon-question {
    background-color: #87adbd !important;
}

.colored-toast .swal2-title {
    color: white;
}

.colored-toast .swal2-close {
    color: white;
}

.colored-toast .swal2-html-container {
    color: white;
}

/* TOSTER NOTIFICATION END */

.slick-prev,
.slick-next {
    display: none !important;
}

/* Start CSS Product Round Style  */
/* .theme-product-3 {
    border: 3px dashed #FA869B !important;
    border-radius: 15px !important;
}

.add-cart-btn:hover {
    background-color: #ee526e !important;
    border-color: #e2d1d4 !important;
}

.theme-product-3:hover {
    border: 3px dotted #FA869B !important;
    animation: moveMent 2s;
    animation-iteration-count: infinite;
} */


.theme-product-3 {
    border: 3px dashed #FA869B;
    border-radius: 15px;
    background:
        linear-gradient(90deg, #FA869B 50%, transparent 50%) 0 0 / 16px 3px repeat-x,
        linear-gradient(90deg, #FA869B 50%, transparent 50%) 0 100% / 16px 3px repeat-x,
        linear-gradient(0deg, #FA869B 50%, transparent 50%) 0 0 / 3px 16px repeat-y,
        linear-gradient(0deg, #FA869B 50%, transparent 50%) 100% 0 / 3px 16px repeat-y;
    animation: ants 0.8s linear infinite;
}

@keyframes ants {
    to {
        background-position: 16px 0, -16px 100%, 0 16px, 100% -16px;
    }
}


/* .theme-product-3 {
    border: 3px dashed #FA869B !important;
    border-radius: 15px !important;
    transition: all 0.3s ease;
}

.add-cart-btn:hover {
    background-color: #ee526e !important;
    border-color: #e2d1d4 !important;
}

.theme-product-3:hover {
    border: 3px dotted #FA869B !important;
    animation: pulseRound 2s infinite ease-in-out;
}

@keyframes pulseRound {
    0% {
        border-radius: 15px;
        transform: scale(1);
    }
    50% {
        border-radius: 25px;
        transform: scale(1.02);
    }
    100% {
        border-radius: 15px;
        transform: scale(1);
    }
} */



/* End CSS Product Round Style  */

.top-header {
    background-color: #ffffff !important;
}

.sub-footer {
    background-color: #f15822;
}

.sub-footer p {
    color: #fff;
}

.top-header .header-contact li {
    color: #fff !important;
    font-weight: bold !important;
}

.top-header .header-contact li i {
    color: #fff !important;
}

.top-header .header-dropdown li a i {
    color: #fff !important;
}

.top-header .header-dropdown li {
    color: #fff !important;
}

.pixelstrap a,
.pixelstrap a:hover,
.pixelstrap a:active {
    letter-spacing: 0 !important;
    padding: 14px !important;
}

.pixelstrap a .sub-arrow {

    display: none !important;
}

.category-nft .category-image {
    border: 1px solid #fff !important;
}

.theme-modal .modal-dialog .modal-content .modal-body {
    background-image: none !important;
}

.theme-modal .modal-dialog .modal-content .modal-body .modal-bg {
    padding: 20px !important;
}

.categorymedia {
    margin-left: 20px !important;
    margin-right: 20px !important;
}


.cart-count {
    background-color: red;
    /* Change this to your desired color */
    color: white;
    font-size: 12px;
    font-weight: bold;
    padding: 10px 7px;
    border-radius: 50%;
    position: absolute;
    top: -5px;
    right: -10px;
    min-width: 20px;
    text-align: center;
}

/* Top Sliding Preloader */
#top-preloader {
    position: fixed;
    top: 0;
    left: 0;
    width: 0;
    height: 5px;
    background: #fcb5c2;
    z-index: 9999;
}

/* Topbar */
.topbar {
    background: #333;
    color: #fff;
    text-align: center;
    padding: 10px 0;
    font-size: 14px;
    position: relative;
    z-index: 10;
}

/* APP BLADE CSS  */
.float {
    position: fixed;
    height: 60px;
    bottom: 40px;
    right: 40px;
    color: #FFF;
    text-align: center;
    font-size: 30px;
    z-index: 100;
}

header {
    position: sticky;
    top: 0;
    color: #fff;
    z-index: 1030;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.3);
}

.btn-solid,
.add-cart-btn {
    padding: 13px 29px;
    color: #fff;
    letter-spacing: 0.05em;
    font-size: calc(14px + (16 - 14) * ((100vw - 320px) / (1920 - 320)));
    border: 2px solid #f04967 !important;
    background-image: linear-gradient(30deg, #f04967 50%, transparent 50%) !important;
}

/* HOME BLADE PAGE CSS */
/* .container .card {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: flex-start;
    width: 350px;
    max-width: 100%;
    height: 300px;
    background: white;
    border-radius: 20px;
    transition: 1.5s;
    box-shadow: 0 35px 80px rgba(0, 0, 0, 0.15);
} */
del {
    font-weight: 400;
    color: #000000;
}

.container .card .img-box {
    border-radius: 12px;
    overflow: hidden;
    transition: 1.5s;
}

.container .card:hover .img-box {
    top: -100px;
    scale: 0.75;
    box-shadow: 0 15px 45px rgba(0, 0, 0, 0.2);
}

.category-nft .category-image {
    border: 1px solid #fff !important;
}

.theme-modal .modal-dialog .modal-content .modal-body {
    background-image: none !important;
}

.categorymedia {
    margin-left: 20px !important;
    margin-right: 20px !important;
}

/* CATEGORY WISE PRODUCTS PAGE START */
.no-products {
    text-align: center;
    color: red;
    font-size: 18px;
    font-weight: bold;
    margin-top: 20px;
}

.collection-collapse-block .collection-accordion .accordion-item .accordion-body {
    max-height: none !important;
}

/* CATEGORY WISE PRODUCTS PAGE END */

@media (max-width: 577px) {

    .top-header .header-dropdown .mobile-wishlist i {

        margin-left: -13px !important;
    }

    .top-header .header-dropdown .mobile-account i,
    .top-header .header-dropdown .mobile-wishlist i {
        display: none !important;
        margin-right: -60px !important;
    }

    .main-menu .menu-right .icon-nav .mobile-cart i {
        display: none !important;
        margin-right: -900px !important;
    }

    .main-menu .menu-right .icon-nav .mobile-search i {
        display: none !important;
    }

    .cart_qty_cls {
        display: none !important;
    }
}

@media only screen and (max-width: 768px) {
    .carrermedia {
        font-size: 14px !important;
    }

    .accountuser {
        display: none !important;
    }

    .ri-search-line {
        margin-left: 250px;
    }

    .cookie-bar {
        display: none !important;
    }

    .onhover-div {
        display: none !important;
    }

    .toptext {
        font-size: 12px !important;
    }

    .ri-shopping-cart-line {
        color: #f15822 !important;
    }

    .ri-user-fill {
        color: #f15822 !important;
    }

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

    .shipmentclickmobile {
        margin-top: -60px !important;
        margin-bottom: 30px !important;
    }

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

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

    .chooseyour {
        margin-top: 0px !important;
    }

    .bycategory {
        margin-top: -30px !important;
    }

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

    .ourstore {
        margin-top: -50px !important;
    }

    .article {
        margin-top: -15px !important;
    }

    .shipmentclick {
        margin-bottom: 30px !important;
        margin-top: 10px !important;
    }

    .categorymedia {
        margin-left: 20px !important;
        margin-right: 20px !important;
    }

}