.toolbar-bottom {
    display: none;
}

.header {
    padding: 0;
}

.banner .container h2 {
    text-align: left;
}

.banner .container p {
    text-align: left;
}

.banner .container {

}
.banner .container .button {
    float: left;
}

.button {
    float: left;
}

.embed-container {
    position: relative;
    padding-bottom: 56.25%; /* 16/9 ratio */
    padding-top: 30px; /* IE6 workaround*/
    height: 0;
    overflow: hidden;
}

.embed-container iframe,
.embed-container object,
.embed-container embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

input, select, textarea {
    border: 1px solid #E0DDE0;
}

.menu-last {
    border-right: 1px solid #FFFFFF;
}

.category-full .col-main .page-title {
    display: block;
    margin-top: 25px;
}

.product-view .product-shop .availability {
    float: left;
}

.banner .bx-wrapper .bx-controls-direction a {
    opacity: 0.45;
    filter: alpha(opacity=45); /* For IE8 and earlier */
}

.banner .bx-wrapper .bx-controls-direction a:hover {
    opacity: 1.0;
    filter: alpha(opacity=100); /* For IE8 and earlier */
}

.products-grid .product-image {
    background: none repeat scroll 0 0 rgba(0, 0, 0, 0);
}

.fancy.product-view a.product-image img {
    background: none;
}
.footer_link .link_box {
    width: 23.7%;
    float: left;
    margin-right: 20px;
    text-align: left;
}

@media only screen and (max-width: 1200px) {
    .footer_link .link_box {
        width: 100% !important;
        margin-right: 0!important;
        text-align: center;
        margin-top: 20px;
    }
    .footer ul {
        display: grid;
    }

    .footer_link .link_box li {
        float: none;
    }

    .footer ul li:before {
        display: none;
    }

    .footer_link .link_box li a {
        padding-left: 0!important;
    }
}

.footer_link .link_box:last-child {
    margin-right: 0px;
}

.footer_link .link_box li {
    line-height: 1.9em;
    font-family: 'FontAwesome';
    float: left;
    clear: both;
}
.footer_link .link_box li a {
    padding-left: 15px;
}

.footer_link .link_box li:before {
    content: "\f105";
}
.wrapper-opc .shipping-block dt {
    margin-top: 30px;
}