﻿
.font-size-12 {
    font-size: 12px !important;
}

.font-size-14 {
    font-size: 14px !important;
}

    .font-size-14 strong {
        font-size: 14px !important;
    }

/* CSS used here will be applied after bootstrap.css */
.carousel {
    margin-top: 20px;
}

.item .thumb {
    width: 25%;
    cursor: pointer;
    float: left;
}

    .item .thumb img {
        width: 100%;
        margin: 2px;
    }

.item img {
    width: 100%;
}

.arrow-right {
    width: 0;
    height: 0;
    border-top: 50px solid transparent;
    border-bottom: 58px solid transparent;
    border-left: 130px solid #232126;
}

#breadcrumb-section {
    padding-top: 25px;
    padding-bottom: 25px;
    z-index: 0 !important;
}

    #breadcrumb-section .container {
        padding-top: 30px;
    }

#breadcrumbSectionGraphic {
    position: absolute;
    top: 0px;
    right: 0px;
    left: 85%;
    height: 108px;
    background-color: #E01C24;
    z-index: 1 !important;
    opacity: 1;
}

    #breadcrumbSectionGraphic.special-height {
        height: 109px;
    }

.featured-product .override{
    font-family: 'Poppins', sans-serif;
    float: left;
    font-size: 28px;
    font-weight: 700;
    line-height: 28px;
    letter-spacing: 0.04em;
    text-transform: uppercase;
    margin-right: 14px;
    margin-bottom: 0;
    color: #333333;
}
