﻿@media screen and (max-width: 1199px) {

    .fixture-card {
/*        max-height: 550px !important;
        min-height: 550px !important;
        margin-bottom: 40px !important;*/
    }

    .fixture-image {
        text-align: center;
        max-height: 220px !important;
        min-height: 220px !important;
        /*max-width: 80%;*/
    }

    .click-to-enlarge {
        font-size: .7rem !important;
        color: black;
        margin-top: 2px;
        margin-bottom: 0;
        margin-left: 26%;
        font-weight: 100;
        text-align: left;
    }

    .add-to-cart-from-fixture-list {
        max-width: 30%;
        height: auto;
    }

    .card-footer-add-to-cart {
        margin: 1px;
    }
}

/*------------------------------------------------------------------------------------*/

@media screen and (max-width: 991px) {

    .click-to-enlarge {
        margin-left: 17%;
    }
}

@media screen and (max-width: 767px) {

    .click-to-enlarge {
        margin-left: 29%;
    }
}

/*------------------------------------------------------------------------------------*/

@media (min-width: 1px) {
    .font-size-nav {
        font-size: 6vw !important;
    }
}

@media (min-width: 767px) {
    .font-size-nav {
        font-size: 3vw !important;
    }
}

/*@media (max-width: 1399px) {
    .font-size-nav {
        font-size: 4vw !important;
    }
}*/

@media (min-width: 1400px) {
    .font-size-nav {
        font-size: 12px !important;
    }
}

/*------------------------------------------------------------------------------------*/


