body {
    font-family: 'Poppins', sans-serif;
    font-size: 14px;
}
a {
    text-decoration: none;
}
a:hover {
    text-decoration: none;
}
.bg-red {
    background-color: #CD2028 !important;
}
.text-red {
    color: #CD2028 !important;
}
.skelekton {
    background-color: #f2f3f5;
    display: block;
}
.mini-loader {
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    position: fixed;
    background-color: rgba(0, 0, 0, .6);
    z-index: 9999;
    display: flex;
    justify-content: center;
    align-items: center;
    visibility:hidden;
}
.box-mini-loader {
    margin: auto;
    background-color: white;
    border-radius: 5px;
    padding: 20px;
    display: inline-block;
    color:#007bff;
}
.fade-scale {
    transform: scale(0);
    opacity: 0;
    transition: all .3s linear;
    display: block !important;
}
.fade-scale.show {
    opacity: 1;
    transform: scale(1);
}
.fade-up {
    transform: translate(0, 10%);
    opacity: 0;
    transition: all .3s linear;
    /* display: block !important; */
}
.fade-up.show {
    opacity: 1;
    transform: translate(0, 0);
}
#modalNotif .modal-notif-icon {
    padding:10px 15px;
    background-color: #F083A6;
    color: white;
}
#modalNotif .modal-content {
    border-radius: 0 !important;
}
#modalNotif .modal-notif-text {
    padding:10px;
    color: #000;
    display: flex;
    align-items: center;
    font-size: 14px;
}
.list-top {
    font-size: 11px;
    padding:5px;
    color: #fff;
    background-color: #EC3962;
}
.list-top ul {
    margin:0;
    padding:0;
    list-style: none;
    display: inline-block;
}
.list-top ul li {
    display: inline-block;
}
.list-top ul li i {
    margin-right: 5px;
}
.list-top ul li+li:before {
    padding: 8px;
    color: #fff;
    content: "|";
}
.list-top ul li span {
    letter-spacing: .5px;
}
.hero {
    display: block;
    height: 300px;
    border:1px solid #eee;
    border-radius: 5px;
    background-color: #FEDFE2;
}
.card-img-top {
    height:200px;
    width:100%;
    background-color: #f2f3f5;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}
@media (max-width: 992px){
    .card-img-top {
        height: 150px;
    }
}
.card-box-title {
    height: 43px;
    overflow: hidden;
    display: -webkit-box;
    text-overflow: ellipsis;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}
.card-box-title p,
.card-box-price p {
    margin:0;
    font-size: 14px;
    letter-spacing: 1px;
}
.breadcrumb {
    font-size: 13px;
}
.box-image {
    display: block;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}
.main {
    padding:50px 0;
}
.table-cart {
    font-size: 14px !important;
}
footer .social-links a {
    font-size: 22px;
    margin-right: 10px;
    color: #000;
}
footer h6 {
    letter-spacing: 1px;
    margin-bottom: 20px;
}
footer .footer-links {
    list-style: none;
    padding:0;
    margin:0;
    font-size: 14px;
}
footer .footer-links li {
    margin-bottom: 10px;
}
footer .footer-content {
    font-size: 14px;
}
.copyright {
    background-color: #FFF8FA;
    color: #C57A78;
}