/*
 * Custom code goes here.
 * A template should always ship with an empty custom.css
 */


.block.products_block.exclusive.appagebuilder.title_block.ApProductCarousel:before {
    display: none;
}

@media (max-width: 992px){
    .ApQuicklogin {
        margin-top: 10px;
    }
}

.check-price-modal:hover {
    background-color: #121212;
    color: white;
}

.check-price-modal {
    padding: 3px 15px;
    font-size: 12px;
    letter-spacing: 2px;
    background: #db9b2e;
    color: #FFFFFF;
}