* {
    margin: 0;
    padding: 0;
    border: 0px solid black;
}

h1 {
    font-size: 1.5rem;
    margin: 5px;
}

a {
    text-decoration: none;
}

a:hover {
    text-decoration: underline;
    color: #ff0000;
}

html, body {
    height: 100%;
    font-family: Tahoma, Arial, Helvetica, sans-serif;
    background-color: #ffa348;
}

#wrapper {
    min-height: 100%;
    width: 100%;
}

header {
    display: block;
    height: 210px;
    background: url(../images/bg-header.png) repeat-x center bottom transparent;
}

header ul.menu {
    position: relative;
    left: -180px;
    display: block;
    margin: 0 auto;
    height: 50px;
}

header ul.menu, ul.menu li {
    list-style-type: none;
    list-style-image: none;
}

header ul.menu li {
    float: left;
    margin-right: 12px;
    margin-top: 10px;
}

header ul.menu {
    font-weight: bold;
}

header ul.menu a {
    color: #000000;
    font-size: 0.95rem;
}

header ul.menu a:hover {
    color: #ff0000;
}

#slogan {
    text-align: center;
    position: relative;
    left: -260px;
    font-size: 2rem;
    font-weight: bold;
}

div.search {
    text-align: center;
    position: relative;
    left: -260px;
    margin-top: 35px;
}

#mod_virtuemart_search {
    background: transparent;
    font-size: 1rem;
    border: 2px solid #000000;
    padding: 3px;
    width: 300px;
    border-radius: 5px;
    margin-right: 10px;
}

div.search input.button {
    background: transparent;
    font-size: 1rem;
    border: 2px solid #000000;
    padding: 2px;
    border-radius: 5px;
    cursor: pointer;
}

#vmCartModule {
    position: absolute;
    top: 5px;
    left: 10px;
    background: url(../images/cart.png) no-repeat center top transparent;
    width: 160px;
    padding-top: 80px;
    text-align: center;
}

#vmCartModule div.total, #vmCartModule div a {
    float: none !important;
}

#vmCartModule div {
    margin-top: -2px;
    background: transparent;
}

#top_01 {
    float: left;
}

#top_03 {
    position: absolute;
    top: 0;
    right: 0;
}

#cleartop {
    clear: both;
    height: 10px;
}

aside {
    float: left;
    width: 265px;
    margin-left: 1%;
}

#menutop {
    text-align: center;
}

aside ul {
    margin: 0 0 5% 0;
    line-height: 180%;
}

aside div ul li {
    display: block;
}

aside div ul li a {
    color: #000000;
    font-weight: bold;
}

article {
    display: block;
    margin-left: 305px;
    margin-right: 1%;
    text-align: center;
}

#breadcrumbs {
    white-space: nowrap;
    overflow: hidden;
}

#breadcrumbs li {
    float: left;
    list-style-type: none;
    list-style-image: none;
    margin-left: 5px;
}

#breadcrumbs li a {
    color: #000000;
}

#breadcrumbs li a:hover {
    color: #ff0000;
}

div.top_content {
    background: url(../images/bg-breadcrumbs.png) repeat-x top center transparent;
    height: 46px;
    line-height: 300%;
}

img.round_01 {
    float: left;
}

img.round_02 {
    float: right;
}

div.content {
    background-color: #ffffff;
    margin-top: 2px;
    margin-left: 3px;
    padding: 7px 10px 12px 10px;
    box-shadow: inset 0 -2px 5px 2px rgba(0, 0, 0, 0.2), -1px 5px 8px 1px rgba(0, 0, 0, 0.2);
    border-radius: 0 0 22px 22px;
    font-size: 12px;
}

#clear {
    height: 30px;
    clear: both;
}

footer {
    height: 30px;
    margin-top: -30px;
    display: block;
    font-size: 0.75rem;
}

footer p {
    text-align: center;
    padding-top: 10px;
}

#cert {
    text-align: center;
    width: 520px;
    margin: 0 auto;
}

#cert table {
    width: 500px;
}

div.vm-product-media-container img {
    max-height: 500px;
    max-width: 500px;
}

a.catimg img {
    max-height: 200px;
    max-width: 200px;
}

div.catprice span.vm-price-desc {
    display: none;
}

div.catprice span.PricesalesPrice {
    margin-left: 15px;
    position: relative;
    top: 5px;
}

div.catbuy div.addtocart-bar {
    float: right;
    margin-right: 5%;
}

div.show_cart a {
    position: relative;
    z-index: 400;
}

table.model {
    display: block;
    margin: 0 auto;
    width: 600px;
}

table.model tr:nth-child(odd) {
    background-color: #f3f3ed;
}

table.model td {
    width: 300px;
    text-align: left;
    padding: 2px;
}

div.vm-product-container img {
    max-width: 500px;
    max-height: 500px;
}

a.catimg {
    width: 200px;
    height: 200px;
    display: block;
    margin: auto;
    line-height: 200px;
}

.attribute {
    border-collapse: collapse;
    width: 100%;
    border-top: 1px solid #DDDDDD;
    border-left: 1px solid #DDDDDD;
    margin-bottom: 20px;
}

.attribute thead td, .attribute thead tr td:first-child {
    color: #000000;
    font-size: 14px;
    background: #F7F7F7;
    text-align: left;
}

.attribute tr td:first-child {
    color: #000000;
    text-align: right;
    width: 20%;
}

.attribute td {
    padding: 7px;
    color: #4D4D4D;
    text-align: center;
    vertical-align: top;
    border-right: 1px solid #DDDDDD;
    border-bottom: 1px solid #DDDDDD;
}

#email_already_exists {
    display: none !important;
}

@media only screen and (max-width: 1025px) {

    body {
        width: 100%;
        overflow-x: hidden;
    }
    header {
        padding-top: 120px;
        height: 150px;
    }
    #top_03 {
        display: none;
    }
    #top_01 {
        position: absolute;
        top: -50px;
        left: 50%;
        -webkit-transform: translateX(-50%);
        -moz-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
        -o-transform: translateX(-50%);
        transform: translateX(-50%);
        width: 230px;
    }
    header div.menu {
        position: absolute;
        right: 15px;
        top: 50px;
    }
    .burger {
        width: 33px;
        height: 22px;
        position: relative;
        cursor: pointer;
    }
    .burger > div {
        position: absolute;
        width: 100%;
        height: 2px;
        background: #000;
        -webkit-transition: 0.3s;
        -o-transition: 0.3s;
        transition: 0.3s;
    }
    .burger .line-1 {
        top: 0;
    }
    .burger .line-2 {
        top: 10px;
    }
    .burger .line-3 {
        bottom: 0;
    }
    .burger.opened .line-1 {
        top: 5px;
        transform: rotate(45deg);
    }
    .burger.opened .line-2 {
        opacity: 0;
    }
    .burger.opened .line-3 {
        bottom: 5px;
        transform: rotate(135deg);
    }
    header ul.menu {
        position: absolute;
        top: 100%;
        right: 0;
        left: initial;
        height: initial;
        background: #ffa348;
        padding: 20px 10px;
        z-index: 100;
        opacity: 0;
        visibility: hidden;
        -webkit-transition: 0.3s;
        -moz-transition: 0.3s;
        -ms-transition: 0.3s;
        -o-transition: 0.3s;
        transition: 0.3s;
    }
    header ul.menu li {
        margin-right: 0px;
    }
    .burger.opened + ul.nav.menu {
        opacity: 1;
        visibility: visible;
    }
    #slogan {
        left: initial;
    }
    div.search {
        left: initial;
    }
    aside {
        width: calc(100% - 30px);
        margin-left: 15px;
    }
    article {
        margin-left: 15px;
        margin-right: 0;
        width: calc(100% - 30px);
        float: left;
    }
    article .content {
        min-height: initial !important;
    }
    #menutop {
        cursor: pointer;
        -webkit-border-radius: 50px;
        -moz-border-radius: 50px;
        border-radius: 50px;
        overflow: hidden;
    }
    #menutop > span {
        float: left;
    }
    #leftmenu {
        min-height: initial !important;
        display: none;
    }

}
@media only screen and (max-width: 769px) {

    .category-view .row .category {
        width: 50%;
        margin-bottom: 20px;
    }
    .item-page img {
        max-width: 100%;
        height: auto;
    }
    .item-page p + p {
        margin-top: 10px;
    }
    #cert {
        width: 100%;
    }
    #cert table {
        width: 100% !important;
    }
    #cert td {
        width: 50% !important;
        display: inline-block;
        margin-bottom: 10px;
    }
    .contact_map {
        width: calc(100% - 15px) !important;
    }
    .vm-product-media-container {
        width: 100%;
    }
    .vm-product-container > div {
        width: 100% !important;
    }
    .vm-product-media-container img {
        max-width: 100% !important;
        height: auto;
    }
    .vm-product-details-container {
        width: 100%;
        float: left;
        margin-bottom: 30px;
    }
    .product-description {
        overflow: scroll;
    }
    .payment_inner_html > div {
        margin: 10px 0 !important;
    }

}
@media only screen and (max-width: 650px) {

    div#basket_container div.op_basket_row div.op_col2_2, div.op_col2 {
        width: 34% !important;
        margin-left: 0px;
        padding-left: 0;
    }
    div#basket_container div.op_basket_row div.op_col3 {
        width: 0;
    }
    div#basket_container div.op_basket_row div.op_col6 {
        width: 36%;
    }
    div#basket_container div.op_basket_row div.op_col7 {
        width: 30%;
        padding-right: 0;
    }

}
@media only screen and (max-width: 550px) {

    header {
        padding-top: 200px;
        height: 220px;
    }
    #top_01 {
        top: 50px;
    }
    #vmCartModule {
        z-index: 2;
    }
    .category-view .row .category {
        width: 100%;
    }
    #mod_virtuemart_search {
        width: 100%;
        margin-bottom: 20px;
        width: calc(100% - 30px);
        margin-left: 15px;
    }
    footer {
        height: initial;
        padding: 0 15px 5px;
        height: initial;
    }
    div.row div.product {
        min-width: initial;
        width: 100% !important;
        padding-bottom: 20px;
    }
    div.spacer div.product-price {
        display: block;
        float: initial;
        text-align: center;
    }
    div.catbuy div.addtocart-bar {
        width: 90%;
        float: left;
        text-align: left;
        margin: 0 5%;
        text-align: center;
    }
    div#vmMainPageOPC .op_round {
        margin-left: 0;
    }
    div#vmMainPageOPC div.op_rounded div.op_rounded_fix > div {
        padding-left: 0;
    }
    .op_rounded_content div {
        width: 100% !important;
    }
    div#vmMainPageOPC textarea#customer_note_field {
        width: 95%;
    }
}