.error {
    color: #dc3545!important
}
.alert-success {
    position: fixed;
    bottom: -100%;
    left: 20px;
    z-index: 9999;
    padding: 8px;
    border-radius: 4px;
    box-shadow: 0 5px 10px -5px rgba(0, 0, 0, .15), 0 10px 10px -5px rgba(0, 0, 0, .1);
    font-size: 14px !important;
    width: 300px;
    visibility: hidden;
    opacity: 0;
    transition: all 1s ease;
}

.alert-success.active {
    bottom: 80px;
    visibility: visible;
    opacity: 1;
}

.alert-success a {
    color: var(--link_color) !important;
}

.alert-success a:hover {
    text-decoration: underline;
}
.section_coupons .swiper_coupons .swiper-slide .box-coupon .content_wrap .info-button{
    cursor: pointer;
}
header.header .main-header .align-items-center .header-logo a img{
    height: 60px;
    object-fit: contain;
}
.product-option-radio{
    margin-left:4px;
}
.product-option-mau-sac .product-option-radio span, .product-option-mau .product-option-radio span, .product-option-color .product-option-radio span {
    height: 26px !important;
}
.product-option-value-xanh-duong span {
    background: #68bdde;
}