﻿/*--- products Start --*/

.products {
    margin-bottom: 6em;
}

    .products h3 {
        text-align: left;
        font-size: 3em;
        font-weight: 500;
        margin-bottom: 0.6em;
        padding-bottom: 0.6em;
        border-bottom: 3px solid #004183;
        color: #004183
    }

    .products h4 {
        text-align: left;
        font-size: 2em;
        font-weight: 500;
        margin-bottom: 0.6em;
        padding-bottom: 0.6em;
        color: #004183
    }

.swap_product {
    margin-bottom: 4em;
}

    .swap_product img {
        max-width: 100%;
    }
/*--- products End --*/


.productitem {
    position: relative;
    margin-bottom: 6em;
    float:left;
}

    .productitem .photo {
        background: #fafafa;
    }

        .productitem .photo img {
            max-width: 100%;
        }

    .productitem .text {
        width: 100%;
        line-height: 3em;
        text-align: center;
    }

        .productitem .text a {
            font-size: 1.0em;
            color: #333
        }


@media(max-width:1024px) {
    .products {
        margin-bottom: 1em;
    }

        .products h3 {
            font-size: 1.8em;
            margin-bottom: 0.6em;
            padding-bottom: 0.6em;
        }

        .products h4 {
            font-size: 1.4em;
            margin-bottom: 0.6em;
            padding-bottom: 0.6em;
        }

    .productitem {
        left: 1%;
        width: 31%;
        margin-bottom: 2em;
    }

        .productitem .photo {
            background: #fafafa;
        }

            .productitem .photo img {
                max-width: 100%;
            }

        .productitem .text {
            width: 100%;
            line-height: 3em;
            text-align: center;
        }

            .productitem .text a {
                font-size: 1.0em;
                color: #333
            }
}

@media (max-width: 768px) {
    .products {
        margin-bottom: 1em;
    }

        .products h3 {
            font-size: 1.8em;
            margin-bottom: 0.6em;
            padding-bottom: 0.6em;
        }

        .products h4 {
            font-size: 1.4em;
            margin-bottom: 0.6em;
            padding-bottom: 0.6em;
        }

    .productitem {
        left: 1%;
        width: 31%;
        margin-bottom: 2em;
    }

        .productitem .photo {
            background: #fafafa;
        }

            .productitem .photo img {
                max-width: 100%;
            }

        .productitem .text {
            width: 100%;
            line-height: 3em;
            text-align: center;
        }

            .productitem .text a {
                font-size: 1.0em;
                color: #333
            }
}

@media (max-width: 640px) {
    .products {
        margin-bottom: 1em;
    }

        .products h3 {
            font-size: 1.8em;
            margin-bottom: 0.6em;
            padding-bottom: 0.6em;
        }

        .products h4 {
            font-size: 1.4em;
            margin-bottom: 0.6em;
            padding-bottom: 0.6em;
        }

    .productitem {
        left: 1%;
        width: 31%;
        margin-bottom: 2em;
    }

        .productitem .photo {
            background: #fafafa;
        }

            .productitem .photo img {
                max-width: 100%;
            }

        .productitem .text {
            width: 100%;
            line-height: 3em;
            text-align: center;
        }

            .productitem .text a {
                font-size: 1.0em;
                color: #333
            }
}

@media (max-width: 480px) {
    .products {
        margin-bottom: 1em;
    }

        .products h3 {
            font-size: 1.8em;
            margin-bottom: 0.6em;
            padding-bottom: 0.6em;
        }

        .products h4 {
            font-size: 1.4em;
            margin-bottom: 0.6em;
            padding-bottom: 0.6em;
        }

    .productitem {
        left:2%;
        width: 46%;
        margin-bottom: 2em;
    }

        .productitem .photo {
            background: #fafafa;
        }

            .productitem .photo img {
                max-width: 100%;
            }

        .productitem .text {
            width: 100%;
            line-height: 3em;
            text-align: center;
        }

            .productitem .text a {
                font-size: 1.0em;
                color: #333
            }
}

@media (max-width: 320px) {
    .products {
        margin-bottom: 1em;
    }

        .products h3 {
            font-size: 1.8em;
            margin-bottom: 0.6em;
            padding-bottom: 0.6em;
        }

        .products h4 {
            font-size: 1.4em;
            margin-bottom: 0.6em;
            padding-bottom: 0.6em;
        }

    .productitem {
        left: 2%;
        width: 46%;
        margin-bottom: 2em;
    }

        .productitem .photo {
            background: #fafafa;
        }

            .productitem .photo img {
                max-width: 100%;
            }

        .productitem .text {
            width: 100%;
            line-height: 3em;
            text-align: center;
        }

            .productitem .text a {
                font-size: 1.0em;
                color: #333
            }
}
