/* Smartphones (portrait and landscape) ----------- */
@media only screen and (min-device-width : 320px) and (max-device-width : 480px) {
    body {
        font-size: 15px;
    }
    .section1 .display-3{
        font-size:3em;
    }
    .section2{
        background:url(../myImages/top-header2.jpg) no-repeat bottom center fixed;
    }
    .img2{
        max-width:100px;
    }
    .productsDetails{
        margin-top:50px;
    }
    .display-3 {
        font-size: 3rem;
    }
    .myBreadcrumb{
        font-size:85%;
    }
    .myBreadcrumb span:first-child{
        margin-left:0;
    }
    /*******************************************************************/
    .myPagination{
        border-top:.01em dashed #CCC;
        margin-top:40px;
        margin-bottom:40px;
        padding-top:20px;
        text-align:right !important;
    }
    .myPagination span a{
        padding-left:10px;
        padding-right:10px;
    }
    .myPagination span+span::before{
        content: "|";
        font-size:250%;
        font-weight:100;
        color:#CCC;
    }
    .myPagination span a:first-child{
        margin-left:0;
    }
    /*******************************************************************/
    .column-2{
        border-left:none;
    }
    .section2{
        background:url(../myImages/top-header22.jpg) no-repeat center fixed;
        border-top:.01em dashed #CCC;
        border-bottom:.01em dashed #CCC;
        -webkit-background-size: cover;
        -moz-background-size: cover;
        -o-background-size: cover;
        background-size: cover;
    }

    .myImage{
        max-width:100%;
        height:auto;
    }



}
