/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : Apr 1, 2019, 3:25:45 PM
    Author     : gasper
*/


@media screen and (max-width: 991px){

}

@media screen and (max-width: 768px){

    .navbar{
        background-color: #06438f;
        padding-bottom: 20px;
    }

    .navbar-right{
        padding: 30px;
    }

    .navbar-collapse{
        box-shadow: none;
    }

    .header h1{
        font-size: 45px;
    }

    .header h2{
        font-size: 20px;
    }

    .headerButton1{
        width: 100%;
        margin-bottom: 20px;
    }

    .headerButton2{
        width: 100%;
        margin-left: 0px;
    }

    .landing2 .card{
        padding: 20px;
    }

    .landing2 .card ul li{
        font-size: 13px;
    }

    .landing2{
        padding-bottom: 30px;
    }

    .landing5 .card .text{
        font-size: 14px;
    }

    .landing4{
        padding-top: 0px;
    }

    .landing4 .title{
        font-size: 25px;
    }

    .landing4 .text{
        font-size: 14px;
        margin-bottom: 20px;
    }


    .landing4 .image2 img{
        max-width: 100%;
        height: auto;
        margin-left: 0px;
        margin-top: 0px;
        position: relative;
        text-align: right;
        float: right;
    }

    .opinionBox .left{
        padding-bottom: 0px;
        margin-bottom: 0px;
    }

    .opinionBox .right{
        border: none;
        border-bottom: 1px solid #d9d9d9;
        padding-left: 0;
        padding-bottom: 30px;
    }

    .productCard .imageContainer{
        height: 135px;
    }


    .productCard .textContainer .price{
        font-size: 13px;
    }

    .productCard .textContainer .price span{
        font-size: 13px;
    }

    .productCard .textContainer{
        padding: 13px;
    }


    .productCard .textContainer .bag{
        position: absolute;
        right: 24px;
        bottom: 25px;
    }

    .productImage{
        height: 200px;
    }

    .productImageNav{
        margin-top: 0px;
        height: 70px;
    }

    .productImageNav img{
        max-width: 100%;
    }

    .productTitle{
        margin-top: 50px;
    }


    .cartOverViewProductImage{
        height: 75px;
    }

    .cartButton1{
        padding: 10px 10px;
        font-size: 12px;
    }

    .cartButton3{
        margin-top: 0px;
    }

    .shoppingCartBox{
        border: none;
        position: absolute;
        right: 90px;
        margin-top: 3px;
    }

    .numberInCart{
        padding-top: 4px;
    }

    .pageNav{
        background-color: #ffffff;
        padding-bottom: 20px;
    }

    .productCard{
        min-height: 225px;
    }
    
    .landing1Button{
        width: 100%;
    }

}
