h4, h5, h6,
h1, h2, h3 {margin-top: 0;}
ul, ol {margin: 0;}
p {margin: 0;}
.main-container label {font-weight: normal;}
.page .label {
    color: inherit;
    font-size: 100%;
    border-radius: 0;
    display: inline-block;
    text-align: left;
    white-space:normal;
    line-height: normal;
}
.main-container .data-table .label {display: table-cell;}
.main-container .radio, .main-container .checkbox {display: inline-block; margin-top: 0;}
@media (min-width: 1200px) {
    .container {
        max-width: 1200px;
    }
}
@media only screen and (min-width: 768px) {
    span.toggle {display: none;}
    .footer-col-content,
    .block .block-content,
    .box-collateral-content {
        height: 100% !important;
        display: block !important;
        opacity: 1!important;
    }
}
h4, h5, h6,
h1, h2, h3 {margin-top: 0;}
ul, ol {margin: 0;}
p {margin: 0;}
.main-container label {font-weight: normal;}
.page .label {
    color: #fff;
    font-size: 100%;
    border-radius: 0;
    display: inline-block;
    text-align: left;
    white-space:normal;
    line-height: normal;
}
.main-container .data-table .label {display: table-cell;}
.main-container .radio, .main-container .checkbox {display: inline-block; margin-top: 0;}

.orderlistcontainer {
    font-size: 12px;
    line-height: 18px;
    color: #818181;
    margin: 0px 20px 0px 0px;
    position: relative;
    float: left;
}

.orderlistcontainer:first-child div.activeOrder {
    margin-top: 0px;
}

.orderlistcontainer:first-child div.activeOrder {
    min-width: 100px;
}

.orderlistcontainer div.activeOrder {
    margin-top: 0px;
    background: none repeat scroll 0% 0% #FFF;
    border: 1px solid #7D7D7D;
    font-size: 12px;
    padding: 0px 25px 1px 3px;
    color: #BEBEBA;
    float: left;
    min-width: 110px;
    height: 19px;
    text-decoration: none;
    border-radius: 0px;
    position: relative;
    z-index: 10;
    cursor: default;
}

.orderlistcontainer div.orderlist {
    display: none;
    position: absolute;
    top: 23px;
    left: 0px;
    border: 1px solid #7D7D7D;
    background: none repeat scroll 0% 0% #FFF;
    cursor: pointer;
    min-width: 106%;
    padding: 2px 0px 2px 4px;
    z-index: 200;
}

.orderlistcontainer div.activeOrder.block {
    background: url('../images/virtuemart/arrow_down.png') no-repeat scroll right 1px #FFF;
    cursor: pointer;
}

.header_logo {
    position: relative;
    float: left;
    width: 45%;
    height: auto;
}

.sneaky_text {
    position: relative;
    float:left;
    width: 35%;
    margin-top: 15px;
    text-align: center;
    font-size: 16px;
}

.sneaky_text_hidden {
    position: relative;
    float:left;
    width: 100%;
    margin-top: 15px;
    text-align: center;
    font-size: 16px;
    display:none;
}

.sneaky_text a, .sneaky_text_hidden a{
    color: #757575;
}

.sneaky_text a:hover, .sneaky_text_hidden a:hover {
    color: #BCBDC0;
}

@media (min-width: 1200px) {
    .container {
        max-width: 1200px;
    }
}

@media (max-width: 1200px) {
    .sneaky_text_hidden {
        display: block;
    }
    .sneaky_text {
        display: none;
    }
}

@media (min-width: 768px) {
    span.toggle {display: none;}
    .footer-col-content,
    .block .block-content,
    .box-collateral-content {
        /*        height: 100% !important;
                display: block !important;
                opacity: 1!important;*/
    }

}

@media (max-width: 768px) {
    .header_logo {
        width:100%;
    }

    .sneaky_text {
        width: 100%;
    }
}

@media (max-width: 960px) {
    .sneaky_text {
        width: 100%;
    }
}

.header-contact-section {
    position: relative;
    width: 25%;
    float: right;
    text-align: right;
    position: relative;
    margin: 19px 0px 0px;
}

.header-contact-section ul {
    position: relative;
    float: left;
    width: 100%;
    height: auto;
    margin-bottom: 10px;
}

.header-contact-section li {
    position: relative;
    float: right;
    width: auto;
    height: auto;
    margin: 0px 0px 0px 10px;
}

.header-contact-section a {
    position: relative;
    float: right;
    height: auto;
    font-family: "Roboto Slab",serif;
    font-size: 13px;
    font-weight: 400;
}

.image-container {
    position: relative;
    float: left;
    width: 100%;
    height: auto;
    clear: right;
    border: 1px solid #E6E6E6;
    text-align:center;
}

.logo-container {
    position: relative;
    float: left;
    width: auto;
    text-align: left;
    height: auto;
}

#search_mini_form .search_link_container {
    position: relative;
    float: right;
    width: auto;
}

#search_mini_form a {
    color: #fff;
    font-size: 16px;
    line-height: 26px;
    cursor: pointer;
}

.logo-container img {
    max-width: 100%;
}

#post_order_delivery_method_layer table {
    width: 100%;
}

.shipping_comments {
    resize: none;
    box-sizing: border-box;
    width: 100%;
}

.showcart_image img {
    min-width: 65px;
}

@media screen and (min-width: 767px) and (max-width: 991px) {
    .logo-container, .header-contact-section {
        width: 50%;
        text-align: center;
    }
    #search_mini_form a i {
        color: #333;
        height: auto;
        line-height: 34px;
    }
    #search_mini_form .search_link_container {
        border: 1px solid #E6E6E6;
        padding: 0px 12px;
        background-color: #F8F8F8;
        height: 36px;
    }
    .header .welcome-msg {
        font-size: 13px !important;
    }
}

@media screen and (max-width: 991px) {
    #categories {
        display: none;
    }
    #products_layer {
        width: 100% !important;
    }
    .product-shop {
        float: left;
        padding: 0px 10px;
    }
}

@media screen and (max-width: 767px) {
    .logo-container, .header-contact-section {
        width: 100%;
        text-align: center;
    }
    #search_mini_form .search_link_container {
        padding: 0px 12px;
        height: 36px;
        position: absolute;
        right: 0px;
        top: 8px;
        color: #333;
    }
    #search_mini_form a i {
        color: #333;
        height: auto;
        line-height: 34px;
    }
}