.container {
    background-color: white;
}


/*=============== Section 2 =================*/
.secondSection {
    margin-top: 95px;
    position: relative;
}

.pageTitle {
    color: black;
    font-size: 44px;
    font-family: 'montserrat';
    text-align: center;
    font-weight: bold;
}

.pageTitleUnderline {
    border-color: #CC2227;
    color: #CC2227;
    width: 145px;
    height: 4px;
    margin-top: -5px;
    background-color: #CC2227;
    margin-right: auto;
    margin-left: auto;
}

.productContainer {
    position: relative;
    cursor: pointer;
}

.bannerTopLeft {
    position: absolute;
    z-index: 5;
    width: 30%;
    margin-top: 1%;
}

.gridItemContainer {
    justify-content: center;
    display: flex;
    flex-wrap: wrap;
}

.productImage {
    margin: auto
}

.grid-item {
    position: relative;
    border-width: 3px;
    border-style: solid;
    border-color: #e0e0e0;
    font-size: 14px;
    text-align: center;
    font-family: 'Barlow Condensed';
    margin-top: 1vw;
    margin-right: 0%;
    margin-left: 1%;
    padding-bottom: 40px;
    display: flex;
    flex-direction: column;
    transition: width .3s;
}

    .grid-item ul {
        list-style-type: disc;
        margin-bottom: 1vw;
        padding-left: 2.4vw;
    }

    .grid-item li {
        color: black;
        margin-right: 2px;
        font-size: 14px;
        text-align: left;
    }

    .grid-item:hover {
        border-color: black;
        border-width: 3px;
        width: 25.5%;
    }

.outOfStock {
    font-size: 1.5vw;
    color: #CC2227;
    margin-bottom: -1vw;
    font-weight: bold;
}


.shopButtons {
    display: flex;
    color: black;
}

.shopButton {
    color: black;
    border-color: black;
    border-style: solid;
    display: flex;
    justify-content: center;
    width: 32%;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 1vw;
    padding-top: .1vw;
    padding-bottom: .1vw;
    box-shadow: 3px 3px #808080;
    border-radius: .5vw;
    font-size: 1.1vw;
}

    .shopButton:hover {
        width: 33%;
        font-size: 1.2vw;
        color: black;
    }

    .shopButton p {
        font-weight: 800;
        margin: 0;
    }

.awardsRedText {
    font-size: 10px;
    color: #CC2227;
    font-weight: 800;
    margin-right: 15%;
    margin-left: 15%;
    margin-bottom: 10px;
    height: 35px;
}

.price {
    margin-top: 10px;
    /*margin-bottom: 15px;*/
}

.specs {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: baseline;
    padding-left: 1vw;
    padding-right: 1vw;
}

    .specs p {
        color: black;
        margin-top: -2px;
        font-weight: 800;
        float: left;
    }

    .specs h4 {
        margin-bottom: -2px;
        font-weight: 400;
        text-align: left;
        padding-left: 1.5em;
        text-indent: -1.0em;
    }

.specsContainer {
    margin: auto;
    width: 100%;
}

.moreSpecsContainer {
    bottom: 2%;
    position: absolute;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
}

.moreSpecs {
    color: #CC2227;
    font-weight: 800;
    font-size: 12px;
    cursor: pointer;
}

/*===== Tabs =====*/
.tabsHeader {
    font-weight: 600;
}

.tabsTitles {
    display: flex;
    justify-content: space-around;
    border-bottom: none !important;
}

    .tabsTitles a {
        color: #999;
    }

.highlighted {
    color: black !important;
    text-decoration: none !important;
}

    .highlighted:hover {
        color: black !important;
    }

.tabsTitles a:hover {
    color: #999;
}


.tabsHeader h4 {
    font-weight: 800 !important;
    color: #999 !important;
    font-size: 1.1vw;
}

.tabsUnderline {
    border-color: #c6c6c6;
    color: #CC2227;
    height: 1.5px;
    width: 35.3vw;
    margin-top: 0%;
    background-color: #c6c6c6;
    height: 1.5px;
    width: 35.3vw;
}

.redTabsUnderline {
    border-color: #CC2227;
    color: #CC2227;
    background-color: #CC2227;
    width: 29%;
    height: 1.5px;
    margin-top: -1.8%;
    margin-left: 5%;
    transition: .3s ease-in-out;
}





.productName {
    font-family: 'Montserrat';
    color: black;
    font-size: 3vw;
    font-weight: 900;
    margin-top: -1px;
}

.productUnderline {
    border-color: #CC2227;
    color: #CC2227;
    width: 90%;
    height: 0px;
    margin-top: -1%;
    background-color: #CC2227;
    margin-bottom: 0;
    margin: auto;
}

.price p {
    font-size: 1.5vw;
    font-weight: 800;
    color: #CC2227;
    margin-bottom: 0vw;
    margin-top: .5vw;
    margin-bottom: -1vw;
}

.start-price {
    text-decoration: line-through;
    color: #717171;
    font-size: 2.2vw;
    text-transform: uppercase;
}

#web-price {
    text-decoration: line-through;
    color: #CC2227;
    font-size: 15px;
    text-transform: uppercase;
    line-height: 5px;
}

.redLineThorugh {
    color: black;
}

.sale-price {
    font-size: 3.5vw;
    color: black;
}

.priceTitleMSRP {
    margin-bottom: -0.5vw;
    font-weight: 700;
    font-size: 1vw;
}

.priceTitleWeb {
    font-size: 1.4vw;
    margin-bottom: 1vw;
    font-weight: 700;
}

.priceTitle {
    margin-bottom: 1vw;
    font-weight: 700;
    font-size: 1vw;
}

.badges {
    position: relative;
    margin-bottom: 1vw;
    margin-top: -9%;
    height: 30px;
    display: flex;
    flex-direction: row-reverse;
}

.goldBadges {
    width: 20%;
}


.secondRow {
    margin-top: 3%;
}

.rr_cat_ratings {
    margin-bottom: 15px;
}

/*====== Screen Width 750px - 1200px ==========*/
@media (min-width: 750px) {
    .secondSection {
        margin-top: 100px;
    }

    .grid-item li {
        font-size: 1.8vw;
    }

    .awardsRedText {
        font-size: 1.35vw;
        height: 4vw;
    }

    .moreSpecs {
        font-size: 1.55vw;
    }

    /*===== Tabs =====*/

    .productName {
        height: 5vw;
        font-size: 2.42vw;
        /* text-align: center; */
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .badges {
        height: 3vw;
    }
}

/*====== Screen Width 1200px ==========*/
@media (min-width: 1200px) {
    .secondSection {
        margin-top: 8vw;
    }

    .pageTitle {
        font-size: 3.7vw;
    }

    .pageTitleUnderline {
        width: 12vw;
        height: 6px;
    }

    .grid-item li {
        font-size: 1.6vw;
    }

    .price {
        margin-top: 1.5vw;
    }

    #web-price {
        font-size: 2.2vw;
    }

    .specsContainer {
        margin-bottom: 2vw;
    }

    .productName {
        font-size: 2.58vw;
        height: 5.5vw;
    }
}

/*====== Screen Width 1800px ==========*/
@media (min-width: 1800px) {
    .grid-item li {
        font-size: 1.6vw;
    }

    .productName {
        font-size: 2.625vw;
    }
}
/*====== Screen Width 2800px ==========*/
@media (min-width: 2800px) {
    .specs h4 {
        font-size: 1.1vw;
        margin-bottom: 2vh;
    }

    .productName {
        font-size: 2.7vw;
    }
}
