html{
    margin:0!important;
}
body
{
    text-align: left;
}
#sidebar_right
{
    border-left: 1px solid black;
}

.title {
    font-size: 11pt;
    font-family: verdana;
    font-weight: bold;
}
#main {
    margin-bottom: 50px;
}
a {
    text-decoration: none;
}
.woocommerce ul.products li.product .price {
    display: block;
    font-weight: 400;
    margin-bottom: .5em;
    font-size: 1.2em;
}
.woocommerce ul.products li.product .woocommerce-loop-product__title{
    font-size:1.5em;
}
.woocommerce nav.woocommerce-pagination ul{
    border:none;
}
.woocommerce .woocommerce-pagination ul.page-numbers li, .woocommerce-page .woocommerce-pagination ul.page-numbers li {
    display: inline-block;
    margin: 5px;
}
.woocommerce nav.woocommerce-pagination ul li span.current {
    background: #337ab7;
    color: #fff;
    padding: 12px;
}
.woocommerce-pagination ul.page-numbers a.page-numbers {
    color: #444;
    padding: 12px;
    margin: 0px;
    background: #ddd;
}

.woocommerce .product-header {
    margin-bottom: 12px;
}

@media(min-width:768px) {
    .woocommerce-MyAccount-navigation {
        width: 25%;
        float: left
    }
    .woocommerce-MyAccount-content {
        width: 75%;
        float: right;
    }
}

.woocommerce .col-1,
.woocommerce .col-2 {
    max-width: inherit;
}

.woocommerce textarea {
    min-height: 250px;
}

.woocommerce-input-wrapper,
.woocommerce form :not(.input-group) > input:not([type=checkbox]):not([type=radio]), 
.woocommerce form textarea, 
.woocommerce form select {
    min-width: 100%;
    max-width: 100%;
}

.woocommerce form input[type=checkbox] {
    min-width: 0;
}

.woocommerce-shipping-fields {
    margin-top: 35px;
}

.menu-item .wpmenucart-contents {
    line-height: 50px;
    display: block;
    padding: 0.5rem 0;
}