.swal-modal button {
    outline: none !important;
    box-shadow: none !important;
}

.swal-button--confirm {
    background-color: var(--main) !important;
}

.swal-button--confirm:hover {
    color: #fff !important;
    background-color: var(--primary) !important;
}

footer .footer-infor .footer-logo>a {
    display: inline-block;
}

.card-product {
    border: 1px solid #C5C2E3;
    border-radius: 4px;
    padding: 10px;
}

.cursor-pointer {
    cursor: pointer !important;
}

@media (max-width: 920px) {

    .wrap-slider,
    .wrap-slider img {
        height: auto !important;
    }

    .page-title .heading {
        font-size: 35px !important;
        line-height: 35px;
    }

    .page-title {
        padding: 30px 40px;
    }
}