.single .woocommerce-page-wrap.ruby-page-wrap {
    margin-top: 60px;
}

.woocommerce-page-inner {
    display: block;
    overflow: hidden;
    padding-left: 20px;
    padding-right: 20px;
}

.woocommerce ul.products li.last, .woocommerce-page ul.products li.last {
    margin-right: 0 !important;
}

.woocommerce span.onsale {
    color: #fff;
    z-index: 99;
    background-color: #111;
    font-size: 12px;
    line-height: 1;
    display: block;
    padding: 5px 10px;
    left: auto !important;
    right: -5px !important;
    top: 15px !important;
    border-radius: 0;
    min-height: 0;
    font-weight: 400;
    text-transform: uppercase;
    margin: 0 !important;
}

.woocommerce .type-product.product > span.onsale {
    left: -5px !important;
    right: auto !important;
}

.woocommerce #respond input#submit, .woocommerce a.button, .woocommerce button.button, .woocommerce input.button {
    border: none;
    border-radius: 0;
    padding: 10px 15px;
    font-weight: 400;
    line-height: 1;
    font-size: 13px !important;
    text-transform: uppercase;
    background-color: #333;
    color: #fff !important;
    -webkit-transition: all .3s linear !important;
    -moz-transition: all .3s linear !important;
    -ms-transition: all .3s linear !important;
    -o-transition: all .3s linear !important;
    transition: all .3s linear !important;
}

.woocommerce input.button.alt {
    background-color: #fff;
    color: #333;
}

.woocommerce a.button.checkout {
    background: #333;
    color: #fff;
}

.woocommerce ul.products li.product .price {
    padding: 0;
    margin: 0;
    font-weight: 700;
    font-size: 18px;
    color: #111;
}

.woocommerce ul.products li.product .price del, .woocommerce ul.products li.product .price ins {
    display: inline-block;
    margin-right: 5px;
}

.woocommerce ul.products li.product .price del {
    font-size: 14px;
}

.woocommerce ul.products li.product {
    text-align: center;
}

.related.products .block-title {
    margin-left: 20px;
    margin-right: 20px;
}

.woocommerce ul.products li.product h3,
.woocommerce ul.products li.product h2 {
    display: block;
    margin-top: 20px;
    padding: 0;
    margin-bottom: 10px;
    font-size: 18px;
    line-height: 1.3;
}

.woocommerce .star-rating {
    overflow: hidden;
    box-shadow: none;
    -webkit-box-shadow: none;
    margin: 15px auto !important;
}

.woocommerce ul.products li.product a img {
    display: block;
    margin-bottom: 5px !important;
    position: relative;
}

.woocommerce ul.products li.product .button {
    display: inline-block;
    vertical-align: middle;
    position: absolute;
    width: 166px;
    font-weight: 400;
    text-align: center;
    bottom: 20px;
    font-size: 12px !important;
    left: 0;
    margin: 0 auto !important;
    right: 0;
    line-height: 20px;
    top: auto;
    padding: 10px 5px !important;
    letter-spacing: 1px !important;
    visibility: hidden;
    opacity: 0;
    -webkit-transition: all .3s linear !important;
    -moz-transition: all .3s linear !important;
    -ms-transition: all .3s linear !important;
    -o-transition: all .3s linear !important;
    transition: all .3s linear !important;
}

.woocommerce #respond input#submit.loading::after, .woocommerce a.button.loading::after,
.woocommerce button.button.loading::after, .woocommerce input.button.loading::after {
    top: 9px !important;
    right: 0.9em !important;
}

.woocommerce ul.products li.product .add_to_cart_button:before {
    content: "\f290";
    font-family: FontAwesome;
    display: inline-block;
    margin-right: 5px;
    font-size: 12px;
    line-height: inherit;
    vertical-align: top;
}

.woocommerce #respond input#submit.added:after, .woocommerce a.button.added:after, .woocommerce button.button.added:after, .woocommerce input.button.added:after {
    position: relative;
    line-height: inherit;
    display: inline-block;
    vertical-align: top;
}

.woocommerce #respond input#submit:hover, .woocommerce a.button:hover, .woocommerce button.button:hover, .woocommerce input.button:hover {
    color: #fff !important;
    background: #111 !important;
    opacity: .7;
}

.woocommerce ul.products li.product:hover .button, .woocommerce ul.products li.product:focus .add_to_cart_button, .woocommerce ul.products li.product .add_to_cart_button.added, .woocommerce ul.products li.product .button.loading {
    visibility: visible !important;
    opacity: 1 !important;
}

.woocommerce-ordering {
    font-size: 13px !important;
}

.woocommerce .woocommerce-ordering select {
    font-weight: inherit !important;
    padding: 7px 15px;
    border: 1px solid #f2f2f2;
    line-height: 1em !important;
    outline: none;
    border-radius: 0;
}

.woocommerce .woocommerce-result-count, .woocommerce-page .woocommerce-result-count,
.woocommerce .woocommerce-ordering, .woocommerce-page .woocommerce-ordering {
    margin-bottom: 40px;
}

.woocommerce .woocommerce-result-count, .woocommerce-page .woocommerce-result-count {
    font-size: 13px;
    margin: 7px 0;
    text-transform: capitalize;
    color: #aaa;
}

.woocommerce #respond input#submit.loading, .woocommerce a.button.loading, .woocommerce button.button.loading, .woocommerce input.button.loading {
    padding-right: 2.618em !important;
}

.woocommerce .woocommerce-error, .woocommerce .woocommerce-info, .woocommerce .woocommerce-message {
    background: #fff;
    text-transform: capitalize;
    font-weight: 700;
    border: 3px solid #f2f2f2 !important;
}

.woocommerce .woocommerce-error a, .woocommerce .woocommerce-info a, .woocommerce .woocommerce-message a {
    text-decoration: underline;
    margin-left: 7px;
}

.woocommerce .woocommerce-info:before {
    color: #aaa;
}

.woocommerce a.added_to_cart {
    position: absolute;
    top: 0;
    left: 0;
    background-color: #111;
    color: #fff;
    padding: 10px;
    font-size: 12px;
    text-transform: uppercase;
    -webkit-transition: all .3s linear;
    -moz-transition: all .3s linear;
    -ms-transition: all .3s linear;
    -o-transition: all .3s linear;
    transition: all .3s linear;
}

.woocommerce ul.products li.product .add_to_cart_button.product_type_variable {
    width: 160px;
}

.woocommerce a.added_to_cart:hover, .woocommerce a.added_to_cart:focus {
    background-color: #333;
    color: #fff;
}

.woocommerce form.checkout_coupon, .woocommerce form.login, .woocommerce form.register {
    background: #f2f2f2;
    border-radius: 0;
    border: none;
}

.woocommerce-cart .cart-collaterals .cross-sells ul.products li.product {
    width: 48% !important;
}

.woocommerce table.shop_table {
    border: none;
    border-left: 1px solid #f2f2f2;
    border-bottom: 1px solid #f2f2f2;
    font-size: 15px;
    border-radius: 0;
}

#add_payment_method #payment, .woocommerce-checkout #payment {
    border-radius: 0;
}

.woocommerce-checkout #payment ul.payment_methods {
    padding: 30px 30px 10px 30px;
}

.woocommerce-checkout #payment div.form-row {
    padding: 30px;
}

.woocommerce .cart-subtotal {
    border-bottom: 1px solid #f2f2f2;
}

.woocommerce table.shop_table td {
    border-top: 0;
    padding: 20px 10px;
    text-align: center;
}

.woocommerce .order-total {
    font-size: 1.3em;
}

.woocommerce-cart table.cart img {
    width: 70px;
    height: auto;
}

.woocommerce a.remove {
    font-size: 18px !important;
    display: inline-block !important;
    width: 18px !important;
    line-height: 14px !important;
    height: 18px !important;
    color: #aaa !important;
    padding: 0 !important;
    font-weight: normal;
    text-decoration: none !important;
    text-align: center !important;
    margin: 0 !important;
    transition: all .3s;
    -webkit-transition: all .3s;
}

.woocommerce a.remove:hover {
    background: #333;
}

.woocommerce table.shop_table th {
    text-align: center;
    text-transform: uppercase;
    padding: 20px 0;
    border-bottom: 1px solid #f2f2f2;
}

.woocommerce .quantity .qty {
    padding: 7px 0;
    outline: none;
    margin-left: 5px;
    margin-right: 5px;
    border: 2px solid #f2f2f2;
}

.woocommerce .widget_rating_filter ul li .star-rating {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
    margin-right: 4px !important;
}

.woocommerce ul.product_list_widget li .star-rating {
    margin: 7px 0 !important;
}

.woocommerce .woocommerce-widget-layered-nav-list .woocommerce-widget-layered-nav-list__item,
.woocommerce .widget_rating_filter ul li {
    display: block;
    text-transform: capitalize;
    font-size: 13px;
    padding-bottom: 15px;
    margin-bottom: 15px;
    border-bottom: 1px solid rgba(24, 24, 24, .05);
    -webkit-transition: all .3s linear;
    -moz-transition: all .3s linear;
    -ms-transition: all .3s linear;
    -o-transition: all .3s linear;
    transition: all .3s linear;
}

.woocommerce .woocommerce-widget-layered-nav-list .woocommerce-widget-layered-nav-list__item:last-child,
.woocommerce .widget_rating_filter ul li:last-child {
    border-bottom: none;
    margin-bottom: 0;
    padding-bottom: 0;
}

.woocommerce-cart table.cart td.actions .coupon .input-text {
    padding: .618em 1em;
    border: 2px solid #f2f2f2;
    font-size: 13px !important;
    line-height: 1em !important;
    min-width: 120px;
    margin-right: 10px;
}

.woocommerce table.shop_table td.actions {
    border-top: 1px solid #f2f2f2;
    padding: 20px;
}

.woocommerce-page .cart-collaterals .cart_totals h2, .woocommerce-page .cart-collaterals .cross-sells h2 {
    text-transform: uppercase;
    font-size: 18px;
    line-height: 1.2;
    padding-bottom: 5px;
    margin-bottom: 20px;
    border-bottom: 2px solid;
}

.woocommerce .cart-collaterals .cart_totals {
    font-size: 14px;
}

.woocommerce-cart .cart-collaterals .cart_totals tr th {
    width: 40%;
    border-lefT: 1px solid #f2f2f2;
    padding: 10px 15px;
}

.woocommerce-cart .cart-collaterals .cart_totals tr td, .woocommerce-cart .cart-collaterals .cart_totals tr th {
    border-bottom: 0;
}

.woocommerce ul.cart_list li img, .woocommerce ul.product_list_widget li img {
    width: 80px;
    height: auto;
}

.woocommerce ul.cart_list li, .woocommerce ul.product_list_widget li {
    padding: 0;
    margin-bottom: 30px;
}

.woocommerce ul.cart_list li:last-child, .woocommerce ul.product_list_widget li:last-child {
    margin-bottom: 0;
}

.woocommerce-cart .wc-proceed-to-checkout a.checkout-button {
    background: #333;
    color: #fff;
    font-size: 16px;
    font-weight: 400;
    letter-spacing: 1px;
    padding: 15px;
    border: none;
    -webkit-transition: all .3s linear;
    -moz-transition: all .3s linear;
    -ms-transition: all .3s linear;
    -o-transition: all .3s linear;
    transition: all .3s linear;
}

.woocommerce-cart .cart-collaterals .cart_totals table {
    border-bottom: 1px solid #f2f2f2;
    border-top: 1px solid #f2f2f2;
    border-right: 1px solid #f2f2f2;
    border-left: none;
}

.woocommerce-cart .cart-collaterals .cart_totals table tr td, .woocommerce-cart .cart-collaterals .cart_totals table tr th {
    border-left: 1px solid #f2f2f2;
    padding: 15px 10px;
}

.woocommerce-cart .cart-collaterals .cart_totals tr td, .woocommerce-cart .cart-collaterals .cart_totals tr th {
    border-top: 1px solid #f2f2f2;
}

.woocommerce-cart .wc-proceed-to-checkout a.checkout-button:hover, .woocommerce-cart .wc-proceed-to-checkout a.checkout-button:focus {
    opacity: .7;
    text-decoration: none;
}

.woocommerce #review_form .form-submit {
    border: 0;
}

.woocommerce ul.cart_list li a, .woocommerce ul.product_list_widget li a {
    text-transform: uppercase !important;
    padding: 5px 0 !important;
    line-height: 1.5em !important;
    font-size: 13px !important;
    font-weight: 300 !important;
}

.woocommerce ul.cart_list li a:hover, .woocommerce ul.product_list_widget li a:hover, .woocommerce ul.cart_list li a:focus, .woocommerce ul.product_list_widget li a:focus {
    text-decoration: underline;
}

.woocommerce ul.product_list_widget li del {
    margin-right: 7px;
}

.woocommerce ul.cart_list li span.reviewer, .woocommerce ul.product_list_widget li span.reviewer {
    font-size: 14px;
    margin-top: 5px;
    font-style: italic;
    line-height: 1.5em;
    display: block;
}

.woocommerce ul.cart_list li .star-rating, .woocommerce ul.product_list_widget li .star-rating {
    font-size: 11px;
    margin-top: 4px;
    margin-bottom: 4px;
}

.woocommerce ul.product_list_widget li span.amount {
    display: inline-block;
    margin-top: 5px;
    line-height: 1em !important;
    font-weight: bold;
}

.woocommerce ul.product_list_widget li del span.amount {
    display: inline-block;
    margin-top: 5px;
    line-height: 1em !important;
    font-weight: normal;
    text-decoration: line-through;
}

.woocommerce .widget_shopping_cart .total, .woocommerce.widget_shopping_cart .total {
    border-top: 0;
    padding: 10px;
    background: #e2e2e2;
    margin-top: 10px;
    font-size: 16px;
    margin-bottom: 15px;
}

.woocommerce .widget_shopping_cart .cart_list li a.remove, .woocommerce.widget_shopping_cart .cart_list li a.remove {
    height: 18px !important;
    width: 18px !important;
    display: block;
    line-height: 18px !important;
    padding: 0 !important;
    margin-top: 18px !important;
}

.woocommerce .widget_price_filter .price_slider_amount .button {
    font-size: 13px;
}

.woocommerce .widget_price_filter .price_slider {
    margin-bottom: 30px;
}

.woocommerce .widget_price_filter .ui-slider-horizontal {
    height: 4px !important;
}

.woocommerce .widget_price_filter .ui-slider .ui-slider-handle {
    top: -6px;
    border-radius: 0;
    border: 1px solid #333;
    background-color: #fff;
}

.woocommerce #reviews #comments ol.commentlist li .comment-text {
    border-radius: 0;
    border: 1px solid #f2f2f2;
}

.woocommerce .widget_price_filter .ui-slider .ui-slider-range {
    background-color: #333;
}

.woocommerce .widget_price_filter .price_slider_wrapper .ui-widget-content {
    background-color: #aaa;
}

.widget_product_search form {
    position: relative;
    overflow: hidden;
}

.woocommerce #review_form #respond p {
    margin: 0 !important;
    padding: 10px 0 !important;
}

.woocommerce #review_form #respond p.stars {
    padding: 0 !important;
}

.woocommerce .comment-respond label {
    display: block;
    margin-bottom: 7px;
}

.woocommerce .comment-respond .required {
    color: #e54747;
}

.woocommerce .comment-form-email {
    padding: 0;
}

.widget_product_search input[type="search"] {
    display: block;
    padding: 0;
    height: 46px;
    width: 100%;
    margin-right: 40px;
    border: none;
    border-bottom: 1px solid #f2f2f2;
    color: #aaa;
    outline: none;
}

.widget_product_search input[type="submit"] {
    position: absolute;
    right: 0;
    top: 0;
    background: #333;
    height: 48px;
    text-transform: uppercase;
    border: 0;
    padding: 0;
    width: 90px;
    color: #fff;
    outline: none;
}

.woocommerce div.product div.images, .woocommerce div.product div.summary {
    margin-bottom: 60px;
}

.woocommerce div.product .woocommerce-tabs ul.tabs {
    padding: 0 0 0 0;
}

.woocommerce div.product .woocommerce-tabs ul.tabs li {
    border-radius: 0;
    text-transform: uppercase;
    background: #f7f7f7;
    border: none !important;
    margin: 0;
}

.woocommerce div.product .woocommerce-tabs ul.tabs li.reviews_tab {
    margin-left: -5px;
}

.woocommerce div.product .woocommerce-tabs ul.tabs li.active {
    background: #333;
    color: #fff;
    border-color: #333;
}

.woocommerce div.product .woocommerce-tabs ul.tabs li:after, .woocommerce div.product .woocommerce-tabs ul.tabs li:before {
    border: 0;
    border-radius: 0;
    height: 0;
    width: 0;
}

.woocommerce div.product .woocommerce-tabs ul.tabs li a {
    font-size: 12px;
}

.woocommerce-tabs h2 {
    text-transform: uppercase;
    font-size: 18px;
    margin-top: 40px !important;
    line-height: 1.2;
    font-weight: bold;
    margin-bottom: 30px;
}

.woocommerce-tabs h2.woocommerce-Reviews-title > * {
    display: inline-block !important;
}

.woocommerce.single .entry {
    margin-left: 0;
    margin-top: 30px;
}

.woocommerce #reviews #comments ol.commentlist li img.avatar {
    border-radius: 50%;
    width: 42px;
    padding: 0;
    height: auto;
    display: block;
}

.woocommerce-noreviews {
    font-size: 14px;
    font-weight: 400;
    color: #aaa;
    margin-bottom: 15px;
}

.woocommerce div.product .product_title {
    display: block;
    position: relative;
    padding-bottom: 30px;
    margin-bottom: 30px;
    font-size: 32px;
    line-height: 1.15;
}

.woocommerce div.product .product_title:after {
    content: '';
    display: block;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 50px;
    height: 1px;
    background-color: #f2f2f2;
}

.woocommerce div.product p.price {
    font-size: 32px !important;
    line-height: 1;
    display: block;
    margin: 30px 0 40px 0 !important;
    color: #111;
    font-weight: 700;
}

.woocommerce div.product .cart {
    display: block;
    margin-top: 40px;
    margin-bottom: 40px;
}

.woocommerce div.product .quantity .qty {
    font-size: 18px;
    line-height: 28px !important;
    border: 2px solid #f2f2f2;
}

.woocommerce div.product .cart .button {
    font-weight: 700;
    font-size: 13px;
    background-color: #111;
    line-height: 45px !important;
    padding: 0 30px;
    -webkit-transition: all .3s linear;
    -moz-transition: all .3s linear;
    -ms-transition: all .3s linear;
    -o-transition: all .3s linear;
    transition: all .3s linear;
}

.woocommerce-tabs .comment-form {
    margin-left: 0;
    margin-right: 0;
}

.woocommerce .woocommerce-error .button, .woocommerce .woocommerce-info .button, .woocommerce .woocommerce-message .button {
    text-decoration: none !important;
    background-color: #111;
    color: #fff;
}

.woocommerce div.product .woocommerce-product-rating {
    margin-top: 10px;
    margin-bottom: 0;
}

.product_meta a {
    display: inline-block;
    margin-right: 7px;
}

.woocommerce #respond input#submit.alt.disabled, .woocommerce #respond input#submit.alt.disabled:hover, .woocommerce #respond input#submit.alt:disabled, .woocommerce #respond input#submit.alt:disabled:hover, .woocommerce #respond input#submit.alt:disabled[disabled], .woocommerce #respond input#submit.alt:disabled[disabled]:hover, .woocommerce a.button.alt.disabled, .woocommerce a.button.alt.disabled:hover, .woocommerce a.button.alt:disabled, .woocommerce a.button.alt:disabled:hover, .woocommerce a.button.alt:disabled[disabled], .woocommerce a.button.alt:disabled[disabled]:hover, .woocommerce button.button.alt.disabled, .woocommerce button.button.alt.disabled:hover, .woocommerce button.button.alt:disabled, .woocommerce button.button.alt:disabled:hover, .woocommerce button.button.alt:disabled[disabled], .woocommerce button.button.alt:disabled[disabled]:hover, .woocommerce input.button.alt.disabled, .woocommerce input.button.alt.disabled:hover, .woocommerce input.button.alt:disabled, .woocommerce input.button.alt:disabled:hover, .woocommerce input.button.alt:disabled[disabled], .woocommerce input.button.alt:disabled[disabled]:hover {
    background-color: #fff;
    color: #111;
}

.widget_product_search .woocommerce-product-search label {
    display: none;
}

.woocommerce div.product p.price del {
    margin-bottom: 15px;
    font-size: .9em;
}

.product_meta a {
    display: inline-block;
    padding: 6px 9px;
    margin: 1px 6px;
    border: 1px solid #f2f2f2;
    line-height: 1em;
    font-size: 13px;
    text-transform: none;
    color: #111;
    font-weight: 300;
    letter-spacing: 1px;
}

.product_meta a:hover, .product_meta a:focus {
    text-decoration: underline;
}

.product_meta {
    padding-top: 12px;
    padding-bottom: 12px;
    border-top: 1px solid #f2f2f2;
    border-bottom: 1px solid #f2f2f2;
    margin-bottom: 12px;
    margin-top: 30px;
    display: block;
}

.product_meta .posted_in, .product_meta .sku_wrapper {
    display: block;
}

.product_meta .sku_wrapper {
    margin-bottom: 12px;
}

.woocommerce .single_variation span.price {
    display: block;
    color: #111 !important;
    font-size: 18px !important;
}

.woocommerce div.product .cart .variations {
    margin-bottom: 30px;
}

.woocommerce div.product .cart .variations select {
    width: auto;
    float: left;
    padding: 5px 10px;
    letter-spacing: 1px;
    min-width: auto;
    font-size: 12px;
    line-height: 18px;
    color: #111;
    font-weight: bold;
    border: 2px solid #f2f2f2;
    outline: none;
}

.woocommerce .woocommerce-variation-price {
    font-size: 15px;
    margin-top: 30px;
    margin-bottom: 40px;
}

.woocommerce div.product .cart .variations label {
    padding: 3px 0;
    display: inline-block;
    line-height: 1em;
    font-size: 12px;
    margin-right: 7px;
    text-transform: uppercase;
}

.reset_variations {
    color: #aaa;
    font-size: 12px;
    white-space: nowrap;
    margin-left: 7px;
}

.woocommerce .widget_shopping_cart .total strong, .woocommerce.widget_shopping_cart .total strong {
    margin-right: 7px;
}

.select2-container .select2-choice {
    padding: 12px;
    border: 1px solid #f2f2f2;
    font-size: 14px !important;
    border-radius: 0;
    font-weight: inherit;
    text-transform: capitalize;
    line-height: 1;
}

.woocommerce-checkout #payment ul.payment_methods li {
    list-style: none !important;
}

.woocommerce-checkout #customer_details {
    padding: 0 30px 20px 30px;
    background-color: #f7f7f7;
    margin-bottom: 30px;
}

.woocommerce-checkout .woocommerce h3 {
    text-transform: uppercase;
    font-size: 18px;
    line-height: 1.2;
    padding-bottom: 5px;
    margin-bottom: 20px;
    border-bottom: 2px solid #f2f2f2;
}

.woocommerce table.shop_table tbody th, .woocommerce table.shop_table tfoot td, .woocommerce table.shop_table tfoot th {
    border-top: 0;
}

form.checkout_coupon input[type="submit"] {
    padding: 10px 15px;
    margin-top: 5px;
    margin-bottom: 5px;
    font-size: 14px !important;
}

.woocommerce .woocommerce-error li, .woocommerce .woocommerce-info li, .woocommerce .woocommerce-message li {
    margin-top: 0 !important;
}

.woocommerce .woocommerce-error > *:last-child {
    margin-bottom: 0;
}

.woocommerce form .form-row:last-child {
    margin-bottom: 0;
}

.woocommerce form .form-row label.inline {
    margin-left: 7px;
}

.woocommerce-billing-fields, .woocommerce-shipping-fields {
    margin-top: 32px;
}

.woocommerce #payment #place_order, .woocommerce-page #payment #place_order {
    background: #111;
    font-size: 18px;
    color: #fff;
}

div.pp_woocommerce div.ppt {
    text-transform: uppercase;
    font-weight: 300;
}

.woocommerce-page h1.page-title {
    display: block;
    text-align: center;
    margin-top: 40px;
    margin-bottom: 80px;
    text-transform: uppercase;
    font-weight: 700;
}

.woocommerce-page.page-template-default .single-title.post-title {
    margin-bottom: 80px;
}

.woocommerce form .form-row input.input-text {
    font-size: 14px;
    line-height: 1.1;
    padding: 10px 15px;
    margin: 5px 0;
}

.woocommerce form .form-row textarea {
    height: 6em;
    font-size: 14px;
    line-height: 1.5;
    padding: 20px 15px;
}

.woocommerce form .form-row {
    margin-bottom: 10px;
}

.woocommerce legend {
    display: none;
}

.woocommerce .edit-account input[type="submit"] {
    margin-top: 20px;
}

.woocommerce form .form-row label, .woocommerce-page form .form-row label {
    padding: 5px 0;
}

.widget.woocommerce.widget_shopping_cart .widget-title h3:before {
    content: "\f218";
}

.widget_shopping_cart .empty {
    padding-left: 0 !important;
    font-style: italic;
    color: #aaa;
}

.woocommerce-account .woocommerce h2, .woocommerce-account .woocommerce h3 {
    text-transform: uppercase;
    font-size: 18px;
    line-height: 1.2;
    border-bottom: 2px solid;
    padding-bottom: 5px;
    font-weight: bold;
    margin-bottom: 30px;
}

.woocommerce .lost_reset_password {
    background-color: #f7f7f7;
    padding: 30px;
}

.lost_reset_password > p:last-of-type {
    margin-bottom: 0;
}

.woocommerce .woocommerce-product-rating .star-rating {
    margin: 6px 10px 0 0 !important;
}

.woocommerce .entry-summary p {
    color: #aaa;
}

.woocommerce div.product .woocommerce-tabs ul.tabs:before {
    border-bottom: 2px solid #f2f2f2;
}

.woocommerce #review_form_wrapper {
    display: block;
    margin-top: 30px;
    padding-top: 30px;
    border-top: 1px solid #f2f2f2;
}

.woocommerce-page .cart-collaterals .cart_totals h2, .woocommerce-page .cart-collaterals .cross-sells h2 {
    border-bottom: 4px solid #f2f2f2;
}

.woocommerce .content-without-sidebar ul.products li.product,
.woocommerce-page .content-without-sidebar ul.products li.product {
    width: 25%;
    padding: 0 20px 50px 20px;
    margin: 0 !important;
}

.woocommerce .products,
.woocommerce-page .products {
    display: block;
    overflow: hidden;
    padding-top: 0 !important;
    margin-left: -20px !important;
    margin-right: -20px !important;
    margin-bottom: 0 !important;
}

.woocommerce section.related,
.woocommerce section.up-sells,
.woocommerce section.cross-sells {
    clear: both;
}

section.cross-sells h2, section.up-sells h2 {
    padding-left: 20px;
    padding-right: 20px;
    margin-top: 0;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-weight: 700;
    font-style: normal;
    font-size: 12px;
}

.woocommerce .content-with-sidebar ul.products li.product,
.woocommerce-page .content-with-sidebar ul.products li.product {
    width: 33.3333%;
    padding: 0 20px 50px 20px;
    margin: 0 !important;
}

.single-product .entry-summary p {
    font-size: .9em;
    line-height: 1.7;
}

.woocommerce #review_form #respond textarea {
    min-height: 120px;
    margin-bottom: 10px;
}

.comment-form-rating {
    display: block;
    margin-top: 15px;
    margin-bottom: 15px;
}

.woocommerce .comment-reply-title {
    text-transform: uppercase;
}

.related ul.products {
    padding-left: 20px;
    padding-right: 20px;
}

.product-thumb {
    display: block;
    position: relative;
}

@media only screen and (max-width: 991px) {
    .woocommerce-page h1.page-title {
        margin-top: 20px;
        margin-bottom: 40px;
    }

    .woocommerce .content-without-sidebar ul.products li.product, .woocommerce-page .content-without-sidebar ul.products li.product {
        width: 50%;
    }

    .woocommerce ul.products li.product:nth-child(2n+1), .woocommerce-page ul.products li.product:nth-child(2n+1) {
        clear: both;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .woocommerce .content-without-sidebar ul.products li.product, .woocommerce-page .content-without-sidebar ul.products li.product {
        padding: 0 5px 20px 5px;
    }
}

@media only screen and (max-width: 767px) {
    .woocommerce-page h1.page-title {
        margin-top: 10px;
        margin-bottom: 30px;
    }

    .woocommerce table.shop_table_responsive tbody tr:first-child td:first-child, .woocommerce-page table.shop_table_responsive tbody tr:first-child td:first-child {
        border-top: 1px solid #eee;
    }

    .woocommerce ul.products li.product, .woocommerce-page ul.products li.product, .woocommerce-page[class*=columns-] ul.products li.product, .woocommerce[class*=columns-] ul.products li.product {
        float: none;
        width: 100% !important;
    }

    .woocommerce-cart .cart-collaterals .cross-sells ul.products li.product {
        display: block;
        float: none;
        width: 100% !important;
        margin-left: 0 !important;
        margin-right: 0 !important;
    }
}