@charset "utf-8";


#header .header_logo_area {
    float: left;
    margin-right: 265px;
    margin-right: 100px;
    position: relative;
    position: relative;
    z-index: 10;
    min-height: 54px;
}

#header .copy {
    font-size: 1.6rem;
    margin-top: 0;
    margin-bottom: 0;
}

.header_logo_area .header_logo {
    font-size: 40px;
    font-size: 4rem;
    margin: 0;
}



#header #cart_area {
    width: auto;
    top: 0;
    right: 16px;
    width: 100%;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 11;
}


#header #cart_area p.cart-trigger a {
    position: relative;
    float: left;
}

#cart_area p {
    border: 1px solid #D9D9D9;
    float: right;
    min-width: 256px;
    right: 0!important;
}

#header #cart_area p.cart-trigger .badge {
    position: relative;
    left: 15px;
    top: 0;
}
#header #cart_area p.cart-trigger .cb-shopping-cart {
    position: relative;
    left: 9px;
}





#header #cart_area .cart_price {
    float: right;
    height: 44px;
    line-height: 44px;
    vertical-align: middle;
    margin-right: 16px;
}



#header .header_bottom_area {
    clear: both;
    padding-top: 16px;
    width: 430px;
    height: 50px;
    position: absolute;
    top: 32px;
    right: 0px!important;
}

#search {
    display: block;
    margin: 0 0 0 auto;
    position: relative;
    width: 100%;
    height: 50px;
    background: none;
    padding: 0;
}


#header #searchform select, #header #searchform input {
    float: left;
}

#search select {
    width: auto;
    max-width: 180px;
    height: 32px;
    border: 1px solid #ccc;
    font-size: 16px;
    font-size: 1.6rem;
    padding: 0.1em 0.5em;
    border-radius: 0;
    box-shadow: none;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    width: auto!important;
}


#header .search .input_search {
    float: left;
    height: 32px;
    padding: 0 50px 0 1em;
    border-bottom: 1px solid #ccc;
    position: relative;
    margin-left: 1%;
    width: 57%;
}





#contents {
    padding-top: 30px;
}





#btn_menu {
display: none;
}


#side_left {
    float: left!important;
    width: 25%!important;
    padding-right: 16px!important;
}


.theme_side_left #main {
    width: 75%;
    float: right;
}

