﻿@charset "utf-8";
/* CSS Document */
html {
	-webkit-font-smoothing: antialiased;
	-webkit-tap-highlight-color: rgba(0,0,0,0);
	overflow-y: scroll;
}
@media only screen and (max-width: 767px) {
    body {
        margin: 2%;
    }

    #wrapper {
        width: 100%;
        padding-left: 0;
        padding-right: 0;
    }

    #logo, #ContentPlaceHolder1_logo {
        height: 4%;
        text-align: center;
    }

    #logo a, #ContentPlaceHolder1_logo a, #ContentPlaceHolder1_dvImgLogo a {
        font-size: initial;
        position: initial;
        width: 91%;
    }

    img.mobile-logo {
        width: 90%;
        height: 50%;
        margin: 0 auto;
    }

    #cart {
        top: 0;
        padding: 0;
    }

    .mobile-cart img {
        width: 75%;
    }

    #site-info {
        clear: both;
    }

    #footer {
        background: none;
        text-align: center;
        margin-top: 4%;
    }

    .mobile-footer div {
        margin-bottom: 2%;
    }

    .mobile-footer div {
        margin-bottom: 2%;
    }

    #footer a {
        font-size: 2.7vw;
    }

        #footer a.desktop-switch {
            font-weight: bold;
            font-size: 2.5vw;
        }
        ul{
            padding-left: 5%;
        }
}
