.mobileLogo, .logoDesktop {
    height:55px;
}

.payment_accepted_logo {
    width:30px;
    height:23px;
}

.payments_accepted_header {
    float:right;
}

.thank_you_message {
    border: 1px solid black;
    padding: 5px;
    border-radius: 10px;
    background-color: green;
    color: white;
    font-size: 16px;
    margin-top: 35px;
}

.fa-shopping-basket, .total_items {
    cursor: pointer;
}

footer {
    margin-top:20px;
}

.product_div .img-thumbnail {
    background-color: #fff;
    border:none;
    height: 316px;
    width: 316px;
    object-fit: cover;
}

.add-on-product-name {
    height:80px;
    font-size: 1.2rem !important;
}

.product_name {
    height:80px;
}

#catNavH4 {
    margin-bottom: 20px;
    margin-top: 21px;
    font-size: 2.1rem;
}

.catLink {
    display: block;
}

#catNavH4 {
    display: none;
}

a.shopCategoryLink {
    margin-top: 25px !important;
    border-bottom: 1px solid #dedede;
    padding-bottom: 12px;
}

.product_name_div, .product_pricing_div {
    height:50px;
}

/* Extra small devices (phones, 600px and down) */
@media only screen and (max-width: 600px) {
    .banner_image {
        min-height: 160px;
    }

    .about_us img {
        min-height: 90px;
    }

    .product_div .img-thumbnail {
        height: 316px;
        width: 316px;
    }
}


/* Small devices (portrait tablets and large phones, 600px and up) */
@media only screen and (min-width: 600px) {
    .banner_image {
        height:244px;
    }

    .about_us img {
        min-height: 90px;
    }
}

/* Medium devices (landscape tablets, 768px and up) */
@media only screen and (min-width: 768px) {
    .banner_image {
        height:326px;
    }

    .about_us img {
        min-height: 180px;
    }
}

@media only screen and (max-width: 991px) {
    .product_div .img-thumbnail {
        height: 250px;
        width: 250px;
    }

    .main_body {
        min-height: calc(100vh - 567px);
    }
}



/* Large devices (laptops/desktops, 992px and up) */
@media only screen and (min-width: 992px) {
    .banner_image {
        height:435px;
    }

    .about_us img {
        min-height: 245px;
    }

    .main_body {
        min-height: calc(100vh - 460px);
        }
}

/* Extra large devices (large laptops and desktops, 1200px and up) */
@media only screen and (min-width: 1200px) {
    .banner_image {
        height:520px;
    }

    .about_us img {
        min-height: 290px;
    }
}

@media (orientation: landscape) and (min-width: 992px) {
    .main_body {
        min-height: calc(100vh - 385px);
    }
}


