/*Mobile*/
@media screen and (max-width: 600px){
    .pc {
        display: none !important;
    }
    .mob {
        height: 8%;
        width: 100%;
        position: absolute;
        border: solid 0;
        top: 0;
        left: 0;
        background-color: #E8651A;
    }
    .hamburger{
        height: 92%;
        z-index: 4;
        width: 100%;
        position: fixed;
        background-color: #E8651A;
        border: solid 0;
        bottom: 0;

    }
    .fotoHolder {
        height: 20%;
        width: 100%;
        position: absolute;
        left: 0;
        top: 0;
        border: solid 0;
        background-color: transparent;
    }
    .fotoHolder img {
        height: 100%;
        width: 100%;
    }
    .urlHolder {
        height: 80%;
        width: 100%;
        position: absolute;
        border: solid 0;
        bottom: 0;
        background-color: transparent;
    }
    .prodNameItem {
        color: white;
        font-size: 18px;
        text-decoration: none;
        margin-left: 22px;
        text-decoration: none !important;
    }
    a:link {
        text-decoration: none;
    }

    a:visited {
        text-decoration: none;
    }

    a:hover {
        text-decoration: none;
    }

    a:active {
        text-decoration: none;
    }
    .hamburgermenu {
        right: 0;
        position: absolute;
        background-color: transparent;
        color: white;
        height: 100%;
        width: 20%;
        border: solid 0;
    }
    .hamburgermenu i {
        font-size: 2rem;
    }
}
/*PC*/
@media screen and (min-width: 600px){
    .mob {
        display: none !important;
    }
    .pc {
        height: 5%;
        width: 100%;
        position: absolute;
        border: solid 0;
        top: 0;
        left: 0;
        background-color: #E8651A;
    }
    .pc a {
        float: left;
        color: #f2f2f2;
        text-align: center;
        padding: 14px 16px;
        text-decoration: none;
        font-size: 17px;
    }
}
