.site-logo:hover {
    text-decoration: none;
}

.site-logo small {
    font-size: 1.3rem;
    font-family: MonotypeCorsiva;
    text-transform: capitalize;
}


.container {
    margin: auto;
    padding: 0 24px;
}
.site-logo--text {
    font-size: 2.5rem;
}
.site-logo-img {
    width: 3.5rem;
    display: inline !important;
}
@media only screen and (max-width: 1100px) {
    .site-logo--text {
        font-size: 2.5rem;
    }
    .site-logo small {
        font-size: 0.9rem;
        text-transform: capitalize;
    }
    .site-logo-img {
        width: 3.5rem;
        display: inline !important;
    }
}
@media only screen and (max-width: 899px) {
    .site-logo--text {
        font-size: 2rem;
    }
    .site-logo small {
        font-size: 1rem;
        display: block;
        margin-left: 3.5rem;
        text-transform: capitalize;
    }
    .site-logo-img {
        width: 2.5rem;
        display: inline !important;
    }
}



.homapage-delivery .delivery-widget-img {
    width: 3rem;
}
.homapage-delivery .number {
    width: 4rem;
    background-image: url(/wp-content/themes/rosa-lite/assets/images/logo-small.png);
    height: 4;
    background-size: contain;
    padding: 2rem 1.5rem;
    background-repeat: no-repeat;
    font-weight: 700;
    font-size: 1.5rem;
    color: #ab0000;
    position: absolute;
    right: 0;
}

.homapage-delivery a card .card-text {
    color:#515150
}

a.grey {
    color: #515150;
}

a.grey:hover {
    color: #515150;
    text-decoration: none;
}


.homapage-delivery .card .card-img-top {
    margin: auto;
    margin-top: 1rem;
    width: 8rem;
}

.homapage-delivery .card .card-title {
    color: #ab0000;
    font-weight: bold;
    text-align: center;
}

.homapage-delivery h2 {
    text-align: center;
}

.homapage-delivery .card {
    margin-top: 1rem;
    min-height: 24rem;

}

.shadow-effect {
    transition: box-shadow 0.5s;
}

.shadow-effect:hover {
    -webkit-box-shadow: 0px 0px 18px 0px rgba(77,77,77,1);
    -moz-box-shadow: 0px 0px 18px 0px rgba(77,77,77,1);
    box-shadow: 0px 0px 18px 0px rgba(77,77,77,1);
}

.homapage-delivery .card-body {
    text-align: center;
}

.main-color {
    color: #ab0000;
}

.main-color-background {
    background-color: #ab0000;
    color: #ffffff
}

.middle-red-line {
    padding: 2rem 0;
    text-align: justify;
    font-size: 1.5rem;
    line-height: 2rem;
}

@media only screen and (min-width: 1053px) {
    .middle-red-line p  {
        position: absolute;
        padding-right: 1rem;
        bottom: 0;
    }
}

@media only screen and (max-width: 1053px) {
    .middle-red-line p  {
        margin-top: 1rem;
    }

}

@media only screen and (max-width: 768px) {
    .middle-red-line .label {
        margin-top: 1rem;
    }
}

.middle-red-line p {
    font-size: 0.8rem;
    text-align: justify;
    line-height: 1.1rem;
}

.home-offer .offer {
    min-height: 10rem;
    background-size: cover;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
}

.home-offer .offer img {
    transition: filter 0.5s;
}

.home-offer .offer img:hover {
    -webkit-filter: blur(5px);
    filter: blur(5px);
}

@media only screen and (max-width: 768px) {
    .home-offer .row .col-md-3:not(:first-child) {
        margin-top: 2rem;
    }
}

.home-offer .offer h5 {
    color: #ffffff;
    font-size: 1.2rem;
    font-weight: 500;
    text-shadow: 2px 2px #4a4a4a;
    position: absolute;
    max-width: 90%;
}

.margin-top {
    margin-top: 2rem;
}

.margin-bottom {
    margin-bottom: 2rem;
}

.color-white {
    color: #ffffff;
}

.b2b {

}


.footer-body {
    margin-bottom: 1rem;
}

@media only screen and (max-width: 768px) {
    .footer-body .col-md-4:not(:first-child) {
        margin-top: 1rem;
    }
}


.article__content h3 {
    margin-bottom: 0;
}

.article__content  {
    text-align: justify;
}

.shop-container {
    margin-top: 3rem;
}

.shop-menu .ticon {
    width:1rem;
    height:1rem;
}


.shop-menu .btn-cart {
    padding: 0.6rem 0.5rem;
}

.shop-menu .btn-cart .ticon {
    width:1.2rem;
    height:1.2rem;
}


.shopping-cart-icon {
    position: absolute;
    top: 1rem;
    right: 1rem;
    width: 2rem;
    height: 2rem;
}

.shopping-cart-icon .btn {
    padding: 0.3rem;
}

.shopping-cart-icon .ticon {
    width: 2rem;
    height: 2rem;
}

.shopping-cart-icon .number {
    font-weight: 700;
    font-size: 0.9rem;
    position: absolute;
    left: 0.6rem;
    top: 0.4rem;
    display: inline-block;
    width: 1rem;
    text-align: center;
}


.pulse-background {
    animation-name: color;
    animation-duration: 2s;
    animation-iteration-count: infinite;
    filter: blur(1rem);
    background-color: #ab0000;
}

@keyframes color {
    0% {
        filter: blur(1.2rem);
        background-color: #ab0000;
    }
    50% {
        filter: blur(6rem);
        background-color: #ab0000;
    }
    100% {
        filter: blur(1.2rem);
        background-color: #ab0000;
    }
}

.woocommerce .quantity .qty::after {
    content: " - Remember this";
}

.btn-tiny {
    padding: 0.3rem;
}



.card-with-title {
    min-height: 10rem;
    background-size: cover;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
}

@media only screen and (max-width: 991px) {
    .card-with-title {
        padding-top: 1rem;
    }
    .mobile-margin-top {
        margin-top: 2rem;
    }

}

.card-with-title  img {
    transition: filter 0.5s;
}

.card-with-title h5 {
    color: #ffffff;
    font-size: 1.2rem;
    font-weight: 500;
    padding: 0.7rem;
    text-shadow: 2px 2px #4a4a4a;
    position: absolute;
    max-width: 90%;
}

.a-clean {
    display: contents;
}

.a-clean:hover {
    text-decoration: none;
}

.footer-facebook img {
    width: 2.5rem;
    vertical-align: middle;
}

.footer-facebook {
    color: #919191;
    font-size: 1.2rem;
    vertical-align: middle;
    margin-top: 1rem;
    display: block;
}
.footer-facebook:hover {
    font-weight: 500;
    text-decoration: none;
}

a:hover {
    color: #ab0000;
}

.nav--main a:hover {
    color: #ab0000;
}

.article__content a:not([class]) {
    color: #ab0000;
    border: none;
}
.article__content a:not([class]):hover {
    color: #ab0000;
}

.mobile-only {
    display: none;
}

@media only screen and (max-width: 991px) {
    .mobile-only {
        display: inherit;
    }
}

.down-arrow {
    display: none;
}


.tags {
    font-size: 0.7rem;
    margin-top: 0.5rem;
}

.flash-messages {
    position: fixed;
    top: 1rem;
    width: 90%;
    left: 5%;
    z-index: 999999;
}