.page-wrapper .page-footer {
    padding-bottom: 0;
}

.page-wrapper .page-footer .block-search {
    float: none;
    padding-left: 0;
}

.page-wrapper .page-footer .footer-social {
    padding-left: 0;
}

.page-wrapper .page-footer .footer-social li {
    display: inline-block;
    margin: 0 7px 10px 0;
}

.page-wrapper .page-footer .footer-social li a {
    display: block;
    width: 50px;
    height: 50px;
    border: 1px solid #242424;
    text-align: center;
    line-height: 46px;
    color: #333;
}

.page-wrapper .page-footer .footer-social li a:hover {
    color: #ccc;
    border-color: #ccc;
    text-decoration: none;
}

.page-wrapper .page-footer .footer-social li a span {
    display: block;
    font-size: 7pt;
}

/*product view page*/
.catalog-product-view .product.attribute.sku strong{
    display: none;
}
.catalog-product-view .product.attribute.sku {
    text-align: left;
}

.catalog-product-view .product.attribute.sku .value {
    font-size: 40px;
    font-weight: 300;
    line-height: 1.1;

}
.catalog-product-view  .additional-attributes-wrapper.table-wrapper .title {
    font-size: 2rem;
    padding-bottom: 10px;
}
.catalog-product-view .product.media .gallery-placeholder {
    margin-top: 30px;
    margin-bottom: 30px;
}
.catalog-product-view .product.media .additional-attributes-wrapper.table-wrapper  {
    padding: 35px 35px 35px 35px;
    border: 1px solid #cccccc;
    margin-right: 20px;
}
.product .category-images .category-image {
    display: inline-block;
}
.product .product-item-photo.list .product-image-container{
    width: 100px !important;
}
.product .product-item-info .product-attr-parts {
    display: inline-block;
}
.products.wrapper.list {
    /*overflow-x: auto;*/
}
#amasty-shopby-product-list .products.wrapper.list  {
    font-size: 9pt!important;
}
#amasty-shopby-product-list .products.wrapper.list .attr-names {
    border-left: 1px solid #7e7979;
}

#amasty-shopby-product-list .products.wrapper.list .product-item {
    font-size: 9pt!important;
}
#amasty-shopby-product-list .products.wrapper.list .product-item .price-container .price{
    font-size: 9pt!important;
}

.attr-names .product-item .price-box {
    margin: 0;
}
table.attr-names > tbody > tr > td, table.attr-names > tfoot > tr > td {
    vertical-align: middle;
    border-right: 1px solid #7e7979;
}
table.attr-names > thead > tr > th {
    border-right: 1px solid #7e7979;
    border-top: 1px solid #7e7979;
    vertical-align: middle;
}
table.attr-names tr.item.product.product-item {
    border-top: 1px solid #7e7979;
    border-bottom: 1px solid #7e7979;
}
.attr-names thead tr {
    background-color: #cc0033;
    color: #ffffff;
}
.return-to-cart {
    text-align: right;
    margin-bottom: 20px;
}
.elink-forms #invoice_items_search_form ul li>div input {
    width: 95%;
}
@media (min-width: 769px){
    .page-layout-1column.catalog-product-view .product-info-main {
        width: 50%;
    }
    .page-layout-1column.catalog-product-view .product.media {
        width: 50%;
    }
}

.shipping-addresses-block{
    padding-bottom: 15px;
}

.shipping-addresses-block .control .select2 .selection {
    font-size: 1.4rem;
}
