/**
 * WooCommerce
 */
.button{
    font-family: Arial!important;
    font-weight: 700!important;
}
.cart-empty{
    margin-bottom: 20px;
}
.cart-empty i{
    margin-right: 20px;
    font-size: 20px;
}
.woocommerce-breadcrumb {
    display: none;
}
.woocommerce p {
    line-height: 25px;
}
.woocommerce form label {
    font-size: 13px;
    margin-bottom: 5px;
}
.woocommerce form input,
.woocommerce form textarea {
    border: 1px solid #eee;
    padding: 10px 15px;
    font-size: 13px;
}
input[type=checkbox] {
    margin-top: 9px!important;
}
.woocommerce-account form .button {
    border: 0;
}
.woocommerce .col2-set,
.woocommerce-page .col2-set {
    width: 100%;
}
.woocommerce .col2-set .col-1,
.woocommerce-page .col2-set .col-1 {
    float: left;
    width: 48%;
    padding: 0;
}
.woocommerce .col2-set .col-2,
.woocommerce-page .col2-set .col-2 {
    float: right;
    width: 48%;
    padding: 0;
}
.woocommerce .woocommerce-ordering,
.woocommerce-page .woocommerce-ordering {
    float: right;
}
.woocommerce ul.products li.product .woocommerce-loop-category__title,.woocommerce ul.products li.product .woocommerce-loop-product__title,.woocommerce ul.products li.product h3{
    font-size: 19px;
    line-height: 25px;
}
/**
 * General and globals
 */

.woocommerce .star-rating {
    width: 6em;
}
.widget_rating_filter {
    text-align: right;
}
.woocommerce .woocommerce-message,
.woocommerce .woocommerce-error,
.woocommerce .woocommerce-info {
    border: 1px solid #eee;
    margin-bottom: 40px !important;
    padding: 10px 25px !important;
    line-height: 2.1;
    font-size: 1rem;
    letter-spacing: -0.025em;
    font-size: 14px;
    -webkit-font-smoothing: antialiased;
}
.woocommerce .woocommerce-message .woocommerce-Button,
.woocommerce .woocommerce-error .woocommerce-Button,
.woocommerce .woocommerce-info .woocommerce-Button {
    padding: 10px 15px 7px;
    background: #111;
    font-size: 12px;
}
.woocommerce .woocommerce-message li,
.woocommerce .woocommerce-error li,
.woocommerce .woocommerce-info li {
    margin-bottom: 0;
}
.woocommerce .woocommerce-message:before,
.woocommerce .woocommerce-error:before,
.woocommerce .woocommerce-info:before {
    display: none!important;
}
.woocommerce .woocommerce-message {
    line-height: 2.2;
}
.woocommerce .star-rating:before,
.woocommerce .star-rating span:before {
    color: #111;
    letter-spacing: 1.4px;
}
.woocommerce .star-rating:before {
    color: #7a7a7a;
}
.woocommerce span.onsale {
    position: absolute;
    z-index: 1;
    border-radius: 50%;
    background: #ff2a2d;
    color: #fff;
    font-size: 11px;
    line-height: 52px;
    text-transform: uppercase;
    right: 0!important;
    width: 50px;
    height: 50px;
    min-height: 26px;
    padding: 0;
    margin: 0;
    top: -10px!important;
    right: -10px!important;
}
.woocommerce-result-count{
    margin-top: 10px!important;
}
/* forms */

.edit-account {
    margin-top: 0!important;
    padding-top: 0!important;
}
.woocommerce form .form-row {
    margin-bottom: 10px;
}
.woocommerce form h3 {
    margin-top: 0;
    font-size: 17px;
}
.woocommerce form .select2-container .select2-choice {
    border: 1px solid #e5e5e5;
    color: #b4b4b4;
}
.woocommerce form .select2-drop-active {
    border-color: #e5e5e5;
}
.woocommerce .woocommerce-ordering select {
    border: 1px solid #eee;
    padding: 11px 35px 11px 15px!important;
    font-size: 13px;
    outline: none;
    background: #fff url(../img/caret.png) 95% center no-repeat;
    -webkit-appearance: none;
    -moz-appearance: none;
}
.woocommerce form #ship-to-different-address-checkbox {
    display: inline-block;
    margin-top: 5px;
    margin-left: 10px;
    vertical-align: top;
}
.woocommerce form.login,
.woocommerce form.checkout_coupon,
.woocommerce form.register {
    border: 1px solid #ebebeb;
    border-radius: 0;
    padding: 30px;
}
.woocommerce a.button,
.woocommerce button.button,
.woocommerce input.button,
.woocommerce #respond input#submit {
    border: 0;
    border-radius: 0;
    background: #ff2a2d;
    color: #fff;
    padding: 11px 22px;
    font-size: 11px;
    text-transform: uppercase;
    font-weight: 700;
    border: none!important;
    -webkit-font-smoothing: initial;
}
.woocommerce a.button:hover {
    opacity: 0.9!important;
    -webkit-transition: all .2s;
    -moz-transition: all .2s;
    -o-transition: all .2s;
    -ms-transition: all .2s;
    transition: all .2s;
}
.woocommerce a.button.alt,
.woocommerce a.button.alt:hover,
.woocommerce button.button.alt,
.woocommerce button.button.alt:hover,
.woocommerce input.button.alt,
.woocommerce input.button.alt:hover,
.woocommerce #respond input#submit.alt,
.woocommerce #respond input#submit.alt:hover {
    background: #ff2a2d;
    color: #fff;
    -webkit-font-smoothing: initial;
}
.woocommerce a.button:hover,
.woocommerce button.button:hover,
.woocommerce input.button:hover,
.woocommerce #respond input#submit:hover {
    background: #ff2a2d;
    color: #fff;
}
.woocommerce a.button:disabled,
.woocommerce a.button.disabled,
.woocommerce a.button:disabled[disabled],
.woocommerce button.button:disabled,
.woocommerce button.button.disabled,
.woocommerce button.button:disabled[disabled],
.woocommerce input.button:disabled,
.woocommerce input.button.disabled,
.woocommerce input.button:disabled[disabled],
.woocommerce #respond input#submit:disabled,
.woocommerce #respond input#submit.disabled,
.woocommerce #respond input#submit:disabled[disabled] {
    padding: 11px 22px;
    opacity: 0.6;
    color: #fff;
}
.woocommerce .quantity {
    position: relative;
    padding-right: 25px;
}
.woocommerce .quantity .qty {
    padding: 0 10px;
    width: 40px;
    height: 40px;
    border-color: #ebebeb;
    -webkit-appearance: none;
    appearance: none;
    -moz-appearance: textfield;
    font-size: 13px;
}
.woocommerce .quantity .qty::-webkit-inner-spin-button,
.woocommerce .quantity .qty::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0;
}
/* amount */

.woocommerce .vertical-buttons {
    position: absolute;
    top: 0;
    right: 0;
    width: 26px;
}
.woocommerce .vertical-buttons input {
    display: block;
    float: none;
    width: 26px;
    height: 20px;
    padding: 0;
    margin: 0;
    border: 1px solid #ebebeb;
    box-sizing: border-box;
    background: #fafafa;
    color: #b4b4b4;
    font-size: 14px;
    line-height: 20px;
}
.woocommerce .vertical-buttons .minus {
    border-top: 0;
}
/* pagination */

.woocommerce nav.woocommerce-pagination ul {
    float: left;
}
.woocommerce nav.woocommerce-pagination ul li a.page-numbers {
    padding: 10px 16px!important;
    background: #fff;
    font-size: 13px;
    font-weight: 600!important;
}
.woocommerce nav.woocommerce-pagination ul,
.woocommerce nav.woocommerce-pagination ul li {
    border: none;
}
.woocommerce nav.woocommerce-pagination ul li span.current {
    background: #111;
    color: #fff;
    padding: 10px 16px;
}
.woocommerce nav.woocommerce-pagination ul li a:hover {
    background: none;
}
/* ordering */

.woocommerce .woocommerce-ordering,
.woocommerce-page .woocommerce-ordering {
    position: relative;
    margin: 0;
    margin-bottom: 40px;
}
.woocommerce .orderby {
    border: 1px solid;
    padding: 8px 12px!important;
    border: 1px solid #eee;
}
/**
 * Product loops & listings
 */

.woocommerce ul.products li {
    display: inline-block;
    float: none!important;
    vertical-align: top;
}
.woocommerce ul.products li.product {
    margin: 0;
    margin-bottom: 50px;
    width: 22.4%;
    text-align: left;
    margin-right: 3%;
}
.woocommerce ul.products li.product:nth-child(4n+4) {
    margin-right: 0;
}
.woocommerce ul.products li.product h2 {
    padding: 0;
    margin-top: 10px;
    margin-bottom: 10px;
}
.woocommerce ul.products li.product .star-rating {
    float: right!important;
    top: 4px!important;
}
.woocommerce ul.products li.product .onsale {
    top: 0px;
    margin: 0;
}

.woocommerce ul.products li.product .price del {
    display: inline-block;
    margin-right: 5px;
    opacity: 1;
}
.woocommerce ul.products li.product .price{
    color: #7a7a7a;
}
.woocommerce ul.products li.product .price del .amount {
    color: #7a7a7a;
    font-weight: 400;
}

.woocommerce-loop-product__link{

}
.woocommerce ul.products .add_to_cart_button,
.woocommerce ul.products .added_to_cart {
    text-transform: uppercase;
    background: #fff!important;
    padding: 15px 14px 0!important;
    color: #fff!important;
    opacity: 0;
    width: 100%;
    text-align: center;
    font-size: 12px!important;
    border-radius: 0!important;
    font-weight: 600;
    -webkit-transition: color 1s;
    -moz-transition: color 1s;
    -o-transition: color 1s;
    -ms-transition: color 1s;
    transition: color 1s;
    position: absolute;
}
.main-panel li.product:hover .add_to_cart_button,
.main-panel li.product:hover .added_to_cart {
    opacity: 1!important;
    color: #111!important;
    background: #fff!important;
    bottom: 60px;

}
.product .wp-post-image {
    float: left!important;
    width: 100%!important;
}
.woocommerce ul.products .add_to_cart_button.loading,
.woocommerce ul.products .added_to_cart.loading {
    opacity: 0.8;
}
.woocommerce ul.products .add_to_cart_button.loading:before,
.woocommerce ul.products .added_to_cart.loading:before {
    content: "\f1ce";
    -webkit-animation: fa-spin 2s infinite linear;
    animation: fa-spin 2s infinite linear;
}
.woocommerce ul.products .add_to_cart_button.loading:after,
.woocommerce ul.products .added_to_cart.loading:after {
    display: none;
}
.woocommerce ul.products .add_to_cart_button:before,
.woocommerce ul.products .added_to_cart:before {
    content: "\f07a";
    display: inline-block;
    font-family: FontAwesome;
    font-size: 12px;
    margin-right: 10px;
    font-weight: 400!important;
}
.woocommerce ul.products .add_to_cart_button.added{
    opacity: 0;
    display: none;
}
.woocommerce ul.products .add_to_cart_button.added:after {
    display: none;
}
.woocommerce ul.products .added_to_cart{
    margin: 12px 0;
}
.woocommerce ul.products .added_to_cart {
    -webkit-animation: 0.8s fade-in-up;
    animation: 0.8s fade-in-up;
}
/* Addresses */

.woocommerce-Addresses {
    margin-top: 15px;
}
.woocommerce-Addresses h3 {
    font-size: 20px;
    margin-right: 5px;
}
.woocommerce-Addresses a.edit {
    font-size: 11px;
    font-weight: 400;
    float: left!important;
    margin-bottom: 10px;
    color: #ff2a2d;
}
.woocommerce-Addresses address {
    font-size: 14px;
    line-height: 20px;
    color: #7a7a7a;
}
/**
   * Price filter widget
*/

.woocommerce .widget_price_filter .price_slider_amount {
    text-transform: uppercase;
    letter-spacing: 0.05em;
}
.woocommerce .widget_price_filter .price_slider_amount .button {
    border: 0;
    border-radius: 0;
    background: #eee;
    color: #7a7a7a!important;
    font-weight: 600;
    padding: 5px 20px 3px!important;
    float: right;
    font-size: 11px;
    line-height: 22px;
}
.woocommerce .widget_price_filter .price_label {
    color: #7a7a7a;
    line-height: 30px;
    text-align: left;
    font-size: 11px;
}
.woocommerce .widget_price_filter .price_label .from,
.woocommerce .widget_price_filter .price_label .to {
    color: #111;
    font-size: 12px;
    font-weight: 700;
}
.woocommerce .widget_price_filter .ui-slider .ui-slider-handle {
    width: 10px;
    height: 10px;
    top: -3px;
    background-color: #111;
    border-radius: 50%;
}
.woocommerce .widget_price_filter .ui-slider .ui-slider-range {
    background-color: #111;
}
.woocommerce .widget_price_filter .price_slider_wrapper .ui-widget-content {
    background-color: #eee;
    margin-bottom: 30px;
}
.woocommerce .widget_price_filter .ui-slider-horizontal {
    height: 4px;
}
/* list */
.button.product_type_simple {
    margin-bottom: 15px!important;
    bottom: -13px;
    width: 100%;
    text-align: center;
    background: #111!important;
}
.woocommerce ul.cart_list li,
.woocommerce ul.product_list_widget li {
    overflow: hidden;
    padding: 0;
    padding-bottom: 20px;
    margin-bottom: 20px;
    border-bottom: 1px solid #eee;
}
.woocommerce ul.cart_list li:last-child,
.woocommerce ul.product_list_widget li:last-child {
    padding-bottom: 0;
    margin-bottom: 0;
    border: 0;
}
.woocommerce ul.cart_list li img,
.woocommerce ul.product_list_widget li img {
    margin: 0;
    margin-right: 20px;
    margin-bottom: 0!important;
    float: left;
    width: 40px;
}
.main-panel .product .wp-post-image {
    width: 100%!important;
}
.woocommerce ul.cart_list .star-rating,
.woocommerce ul.product_list_widget .star-rating {
    margin-top: 8px;
    margin-bottom: 9px;
    float: none!important;
}
.woocommerce ul.cart_list .amount,
.woocommerce ul.product_list_widget .amount {
    color: #7a7a7a;
    line-height: 1.1;
    display: inline-block;
    padding-top: 8px!important;
}
.woocommerce ul.cart_list ins,
.woocommerce ul.product_list_widget ins {
    text-decoration: none;
}
.woocommerce ul.cart_list del .amount,
.woocommerce ul.product_list_widget del .amount {
    opacity: 0.8;
    font-weight: 400;
}
.woocommerce.widget_shopping_cart .cart_list li {
    padding-left: 0;
}
.woocommerce.widget_shopping_cart .cart_list li a.remove {
    color: #222 !important;
    line-height: 10px;
    border-radius: 0!important;
    right:-5px!important;
    left: auto!important;
    font-size: 17px;
    position: absolute;
    background: none;
    padding: 5px 0;
}
.woocommerce.widget_shopping_cart .quantity {
    font-size: 12px;
    font-weight: normal;
    color: #b4b4b4;
}
.woocommerce.widget_shopping_cart .total {
    border-top: 1px solid #eee;
    border-bottom: 1px solid #eee;
    margin-bottom: 20px;
    margin-top: 20px;
    padding: 15px 0;
}
.woocommerce.widget_shopping_cart .total > strong {
    margin-right: 5px;
    font-size: 10px;
    text-transform: uppercase;
    letter-spacing: 0.03em;
    color: #7a7a7a;
}
.widget_shopping_cart .total .amount {
    float: right;
}
.widget_shopping_cart a.button {
    text-align: center;
    padding: 13px 10px;
    background: #adadad;
    width: 49%!important;
    margin: 0!important;
}
.widget_shopping_cart a.button:hover {
    opacity: 0.9;
}
.widget_shopping_cart a.checkout {
    margin-left: 5px;
    float: right;
}
/* layered widget */

.wc-layered-nav-rating {
    margin-bottom: 10px;
    padding-bottom: 10px!important;
    border-bottom: 1px solid #eee;
}
.wc-layered-nav-rating .star-rating {
    margin-top: 3px;
}
/* My Account */

.woocommerce-MyAccount-navigation {
    border: 1px solid #eee;
    margin-bottom: 20px;
}
.woocommerce-MyAccount-content {
    padding-left: 20px;
}
.woocommerce-MyAccount-navigation li {
    padding: 10px 15px;
    list-style-type: none!important;
    margin-bottom: 0!important;
    border-bottom: 1px solid #eee;
}
/**
 * Single Product
 */

.woocommerce div.product .onsale,
.woocommerce #content div.product .onsale {
    display: none;
}
.single-product .product .woocommerce-product-gallery .woocommerce-product-gallery__image:first-child{
    width: 100%;
}
.single-product .product .woocommerce-product-gallery .wp-post-image {
    margin-bottom: 0px!important;
}
.woocommerce-product-gallery__image{
    margin: 0!important;
}
@media (min-width: 767px) {
    .single-product .products .product {
        width: 23%!important;
        margin-left: 2%!important;
        margin-right: 0!important;
    }

    .single-product .products .product:first-child {
        margin-left: 0!important;
    }
    .woocommerce div.product div.images,
    .woocommerce #content div.product div.images {
        float: left;
        width: 56%;
    }
    .woocommerce div.product div.images:after,
    .woocommerce div.product div.images:before,
    .woocommerce #content div.product div.images:after,
    .woocommerce #content div.product div.images:before {
        content: "";
        display: table;
    }
    .woocommerce div.product div.images:after,
    .woocommerce #content div.product div.images:after {
        clear: both;
    }
    .woocommerce div.product .woocommerce-main-image,
    .woocommerce #content div.product .woocommerce-main-image {
        float: right;
        width: 80%;
        width: calc(100% - 115px);
    }
    .woocommerce div.product div.thumbnails,
    .woocommerce #content div.product div.thumbnails {
        float: left;
        padding-top: 0 !important;
        width: 100px;
        margin-right: 15px;
    }
    .woocommerce div.product div.thumbnails a,
    .woocommerce #content div.product div.thumbnails a {
        display: block;
        float: none;
        width: auto !important;
        margin: 0;
        margin-bottom: 15px;
        opacity: 0.7;
    }
    .woocommerce div.product div.thumbnails a:hover,
    .woocommerce #content div.product div.thumbnails a:hover {
        opacity: 1;
    }
}
.woocommerce div.product div.summary,
.woocommerce #content div.product div.summary {
    padding-left: 30px;
    margin-top: -5px;
    float: right;
    width: 43%;
    box-sizing: border-box;
}
.woocommerce div.product div.summary p.price,
.woocommerce div.product div.summary span.price,
.woocommerce #content div.product div.summary p.price,
.woocommerce #content div.product div.summary span.price {
    margin-top: 40px;
    margin-bottom: 15px;
    font-size: 23px;
    line-height: 1;
}
.woocommerce div.product div.summary p.price del,
.woocommerce div.product div.summary span.price del,
.woocommerce #content div.product div.summary p.price del,
.woocommerce #content div.product div.summary span.price del {
    margin-right: 4px;
    color: #7a7a7a;
}
.woocommerce div.product p.price, .woocommerce div.product span.price{
    color: #7a7a7a;
}
.woocommerce div.product div.summary p.price del .amount,
.woocommerce div.product div.summary span.price del .amount,
.woocommerce #content div.product div.summary p.price del .amount,
.woocommerce #content div.product div.summary span.price del .amount {
    color: inherit;
}
.woocommerce div.product div.summary p.price ins,
.woocommerce div.product div.summary span.price ins,
.woocommerce #content div.product div.summary p.price ins,
.woocommerce #content div.product div.summary span.price ins {
    text-decoration: none;
}
.woocommerce div.product .product-cat,
.woocommerce #content div.product .product-cat {
    display: block;
    color: #b4b4b4;
    font-size: 11px;
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: 0.09em;
}
.woocommerce div.product .product-cat a + a,
.woocommerce #content div.product .product-cat a + a {
    margin-left: 10px;
}
.woocommerce div.product .woocommerce-product-rating,
.woocommerce #content div.product .woocommerce-product-rating {
    margin: 0;
}
.woocommerce div.product .product_title,
.woocommerce #content div.product .product_title {
    font-size: 30px;
}
.woocommerce div.product .woocommerce-review-link,
.woocommerce #content div.product .woocommerce-review-link {
    display: none;
}
.woocommerce div.product form.cart,
.woocommerce #content div.product form.cart {
    margin-top: 45px;
}
.woocommerce div.product form.cart .button,
.woocommerce #content div.product form.cart .button {
    float: right;
    height: 40px;
    width: 200px;
    width: calc(100% - 90px);
    box-sizing: border-box;
    font-size: 12px;
    line-height: 20px;
    font-family: 'Open Sans';
    font-weight: 700;
    letter-spacing: 0.05em;
}
.woocommerce div.product .product_meta,
.woocommerce #content div.product .product_meta {
    margin-top: 30px;
    padding-top: 25px;
    border-top: 1px solid #eee;
    font-size: 11px;
    text-transform: uppercase;
    letter-spacing: 0.06em;
}
.woocommerce div.product .product_meta > span,
.woocommerce #content div.product .product_meta > span {
    display: block;
    margin-bottom: 2px;
    color: #7a7a7a;
    font-weight: normal;
}
.woocommerce-product-gallery__image:first-child{
    margin-bottom: 53px;
    float: left;
    margin-right: 0;
}
.woocommerce-product-gallery__image{
    margin-right: 7px;
    float: left;
}
.woocommerce-product-gallery__image:last-child{
    margin-right: 0;
}
.woocommerce div.product .product_meta a,
.woocommerce #content div.product .product_meta a {
    color: inherit;
}
.woocommerce div.product .product_meta .label,
.woocommerce #content div.product .product_meta .label {
    color: #161616;
    font-weight: 600;
}
.woocommerce div.product .product_meta .posted_in,
.woocommerce #content div.product .product_meta .posted_in {
    display: none;
}
.woocommerce div.product .woocommerce-tabs,
.woocommerce #content div.product .woocommerce-tabs {
    padding-top: 55px;
}
.woocommerce div.product .woocommerce-tabs ul.tabs,
.woocommerce #content div.product .woocommerce-tabs ul.tabs {
    text-align: left;
    margin-bottom: 45px;
    padding-left: 4px!important;
}
.woocommerce div.product .woocommerce-tabs ul.tabs:before,
.woocommerce #content div.product .woocommerce-tabs ul.tabs:before {
    border-color: #eee;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li.active,
.woocommerce #content div.product .woocommerce-tabs ul.tabs li.active {
    padding-bottom: 1px;
    margin-bottom: -1px;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li:hover,
.woocommerce #content div.product .woocommerce-tabs ul.tabs li:hover {
    color: #7a7a7a;
    background: #f9f9f9;
    -webkit-transition: all .2s;
    -moz-transition: all .2s;
    -o-transition: all .2s;
    -ms-transition: all .2s;
    transition: all .2s;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li.active:hover,
.woocommerce #content div.product .woocommerce-tabs ul.tabs li.active:hover {
    background: #fff;
}
@media (max-width: 480px) {
    .woocommerce div.product .woocommerce-tabs ul.tabs li.active,
    .woocommerce div.product .woocommerce-tabs ul.tabs li:hover,
    .woocommerce #content div.product .woocommerce-tabs ul.tabs li.active,
    .woocommerce #content div.product .woocommerce-tabs ul.tabs li:hover {
        border-bottom: 0;
    }
}
.woocommerce div.product .woocommerce-tabs ul.tabs li,
.woocommerce #content div.product .woocommerce-tabs ul.tabs li {
    padding: 0;
    margin: 0 -4px;
    position: relative;
    z-index: 1;
    border: 1px solid #efefef;
    border-radius: 0;
    background: #fff;
}
@media (max-width: 480px) {
    .woocommerce div.product .woocommerce-tabs ul.tabs li,
    .woocommerce #content div.product .woocommerce-tabs ul.tabs li {
        display: block;
        margin: 0;
        border-bottom: 0;
    }
    .woocommerce div.product .woocommerce-tabs ul.tabs li:last-child,
    .woocommerce #content div.product .woocommerce-tabs ul.tabs li:last-child {
        border-bottom: 1px solid #efefef;
    }
}
.woocommerce div.product .woocommerce-tabs ul.tabs li:before,
.woocommerce div.product .woocommerce-tabs ul.tabs li:after,
.woocommerce #content div.product .woocommerce-tabs ul.tabs li:before,
.woocommerce #content div.product .woocommerce-tabs ul.tabs li:after {
    display: none;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li a,
.woocommerce #content div.product .woocommerce-tabs ul.tabs li a {
    padding: 0 20px;
    color: #b4b4b4;
    font-size: 11px;
    font-weight: 600;
    line-height: 34px;
    text-transform: uppercase;
    letter-spacing: 0.14em;
}
@media (max-width: 480px) {
    .woocommerce div.product .woocommerce-tabs ul.tabs li a,
    .woocommerce #content div.product .woocommerce-tabs ul.tabs li a {
        display: block;
    }
}
.woocommerce div.product .woocommerce-tabs ul.tabs li a:hover,
.woocommerce #content div.product .woocommerce-tabs ul.tabs li a:hover {
    color: inherit;
}
.woocommerce div.product .woocommerce-tabs .panel > h2,
.woocommerce #content div.product .woocommerce-tabs .panel > h2 {
    display: none;
}
.woocommerce .related.products,
.woocommerce .upsells.products {
    margin-top: 60px;
}
.woocommerce .related.products h2,
.woocommerce .upsells.products h2 {
    margin-bottom: 25px;
    font-size: 24px;
}
.woocommerce .related.products .block-heading,
.woocommerce .upsells.products .block-heading {
    display: block;
    margin-bottom: 50px;
}
.woocommerce table.shop_attributes {
    color: #b4b4b4;
    font-size: 11px;
    border-top: none;
}
.woocommerce table.shop_attributes th,
.woocommerce table.shop_attributes td {
    border: 0;
    padding: 15px 0;
    font-size: 13px;
    background: #fff;
    font-style: normal;
    color: #7a7a7a;
    font-weight: 600;
    text-align: center;
}
.woocommerce table.shop_attributes th p,
.woocommerce table.shop_attributes td p {
    padding: 0;
}
.woocommerce table.shop_attributes th {
    width: 200px;
    padding: 0 30px;
    box-sizing: border-box;
    color: #7a7a7a;
    font-weight: normal;
    text-align: left;
}
.woocommerce table.shop_attributes .alt th,
.woocommerce table.shop_attributes .alt td {
    background: #fafafa;
}
/**
 * Product Reviews
 */

.woocommerce #reviews #comments > h2 {
    display: none;
}
.woocommerce #reviews #comments .comment_container {
    border-bottom: 1px solid #eee;
    margin-bottom: 20px;
    padding: 0px 0 10px!important;
    margin-top: -20px;
    position: relative;
}
.woocommerce #reviews #comments ol.commentlist {
    padding-left: 0!important;
}
.woocommerce #reviews #comments ol.commentlist li {
    margin-bottom: 10px;
    padding-bottom: 20px;
}
.woocommerce #reviews #comments ol.commentlist li:last-child {
    margin-bottom: 0;
    padding-bottom: 0;
    border-bottom: 0;
}
.woocommerce #reviews #comments ol.commentlist li img.avatar {
    width: 60px;
    height: 60px;
    padding: 0;
    border-radius: 50%;
    border: 0;
}
.woocommerce #reviews #comments ol.commentlist li .comment-text {
    margin: 0;
    margin-left: 90px;
    border: 0;
    padding: 0;
}
.woocommerce #reviews #comments ol.commentlist li .comment-text p.meta {
    font-size: 0;
}
.woocommerce #reviews #comments ol.commentlist li .meta {
    color: #fff;
}
.woocommerce #reviews #comments ol.commentlist li .meta strong {
    display: block;
    float: left;
    width: 100%;
    color: #111;
    font-size: 14px;
    font-weight: 700;
    text-transform: uppercase;
    margin-top: 0px;
    position: absolute;
}
.woocommerce #reviews #comments ol.commentlist li .meta time {
    color: #b4b4b4;
    font-size: 12px;
    float: right;
    margin-top: 16px!important;
    right: 5px;
    position: absolute;
}
.woocommerce #reviews #comments ol.commentlist .description {
    margin-top: 4px;
    color: #535353;
    font-size: 15px;
    line-height: 21px;
    font-weight: 400;
    -webkit-font-smoothing: antialiased;
}
.woocommerce #reviews .section-head {
    text-align: left;
}
.woocommerce #reviews .comment-reply-title {
    font-size: 14px!important;
    font-weight: 600;
}
.woocommerce #reviews .section-head .title {
    padding-left: 0;
    padding-right: 40px;
}
.woocommerce #reviews .comment-form {
    margin-bottom: 0;
}
.woocommerce #reviews #comment {
    height: 120px;
    padding: 7px 15px;
}
.woocommerce #reviews .comment-form-rating {
    margin-bottom: 0px!important;
    color: #b4b4b4;
    font-size: 12px;
    font-weight: 400;
    line-height: 1;
    margin-top: 10px!important;
}
.woocommerce #reviews .comment-form-rating label {
    float: left;
    margin-right: 0px;
}
.woocommerce #reviews .comment-form-comment label {
    width: 100%!important;
    color: #b4b4b4;
}
.woocommerce #reviews label .required {
    display: inline-block;
    color: red;
}
.woocommerce #reviews #respond .stars {
    margin: 0;
}
.woocommerce #reviews #respond .stars a {
    color: #7a7a7a;
    padding-right: 2px;
}
.woocommerce #reviews .inline-field {
    width: 50%;
    padding: 0;
    padding-right: 13px;
    margin-bottom: 25px;
}
.woocommerce #reviews .inline-field:last-of-type {
    padding-right: 0;
    padding-left: 13px;
}
.woocommerce #reviews #respond .submit {
    margin-top: -10px;
}
.woocommerce #reviews .form-submit {
    clear: both;
}
/**
 * Shopping Cart Page
 */

.woocommerce-cart table.cart {
    margin-bottom: 50px;
    border-collapse: collapse;
    border: 0;
    -webkit-font-smoothing: initial;
    border: 1px solid #eee;
}
.woocommerce-cart table.cart .product-remove {
    width: 8%;
}
.woocommerce-cart table.cart .product-thumbnail {
    width: 12%;
}
.woocommerce-cart table.cart .product-name {
    width: 31%;
}
.woocommerce-cart table.cart .product-price {
    width: 16%;
}
.woocommerce-cart table.cart .product-quantity {
    width: 16%;
}
.woocommerce-cart table.cart .product-subtotal {
    width: 16%;
}
.woocommerce-cart table.cart thead th {
    background: #f9f9f9!important;
    border-bottom: 1px solid #eee;
    font-size: 16px;
    font-weight: 600;
    text-align: left!important;
    color: #111;
}
.woocommerce-cart table.cart .product-thumbnail {
    padding: 20px 0;
    min-width: 60px;
}
.woocommerce-cart table.cart tr {
    border: 1px solid #eee;
    border-right: 0;
    border-left: 0;
    background: none!important;
}
.woocommerce-cart table.cart td {
    padding: 30px 15px;
    background: transparent;
    border: 0;
}

.woocommerce-cart table.cart img {
    display: block;
    width: 80px;
    height: auto;
    margin-bottom: 0!important;
}
.woocommerce-cart table.cart .label {
    display: inline-block;
    margin-right: 15px;
    margin-bottom: -2px;
    vertical-align: middle;
    color: #b4b4b4;
    font-size: 11px;
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: 0.08em;
}
.woocommerce-cart table.cart .amount {
    display: inline-block;
    font-size: 23px;
    vertical-align: middle;
}
.woocommerce-cart table.cart .product-remove a {
    margin-left: 10px!important;
    font-weight: 400;
}
.woocommerce-cart table.cart .product-name {
    padding: 10px;
    min-width: 80px;
}
.woocommerce-cart table.cart .product-name > a {
    color: inherit;
    font-size: 17px;
    font-weight: 600;
    line-height: 24px;
    color: #111;
}
.woocommerce-cart table.cart .product-cat {
    display: block;
    line-height: 1.2;
    margin-bottom: 8px;
}
.woocommerce-cart table.cart .product-cat a {
    color: #b4b4b4;
    font-size: 11px;
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: 0.08em;
}
.woocommerce-cart table.cart .product-price .amount,
.woocommerce-cart table.cart .product-subtotal .amount {
    font-size: 17px!important;
    color: #111;
    font-weight: 400;
}
.woocommerce-cart table.cart .quantity {
    display: inline-block;
}
.woocommerce-cart table.cart a.remove {
    color: #c3c3c3 !important;
}
.woocommerce-cart table.cart a.remove:hover {
    background: transparent;
    color: #666;
}
.woocommerce-cart table.cart tr:last-child {
    border-bottom: 0;
}
.woocommerce-cart table.cart td.actions {
    padding: 20px 30px;
}
.woocommerce-cart table.cart td.actions .coupon .input-text {
    border-color: #ebebeb;
    padding: 0 15px;
    margin-right: 22px;
    width: 200px;
    height: 35px;
    line-height: 2.35rem;
}
.woocommerce-cart .cross-sells h2 {
    margin-top: 0;
    font-size: 17px;
}
.woocommerce-cart .cart-collaterals .cart_totals {
    float: right;
}
.woocommerce-cart .cart-collaterals .cart_totals > h2 {
    display: none;
}
.woocommerce-cart .cart-collaterals .cart_totals table {
    border-collapse: collapse;
    border: 1px solid #eee;
    margin: 0;
}
.woocommerce-cart .cart-collaterals .cart_totals tr th,
.woocommerce-cart .cart-collaterals .cart_totals tr td {
    background: transparent;
    border: 0;
    padding: 15px 30px!important;
    font-weight: 400;
    font-size: 13px;
    color: #111!important;
}
.woocommerce-cart .cart-collaterals .cart_totals tr {
    border: 0;
    border-bottom: 1px solid #eee;
    background: #fff;
}
.woocommerce-cart .cart-collaterals .cart_totals tr th:first-child {
    font-weight: 600;
    color: #111!important;
    font-size: 16px;
}
.woocommerce-cart .cart-collaterals .cart_totals tr:last-child {
    border-bottom: 0;
}
.woocommerce-cart .cart-collaterals .cart_totals .woocommerce-shipping-calculator {
    margin-top: 10px;
}
.woocommerce-cart .cart-collaterals .cart_totals .woocommerce-shipping-calculator > p {
    margin-bottom: 0;
}
.woocommerce-cart .cart-collaterals .cart_totals .cart-subtotal .amount {
    color: #111;
    line-height: 26px;
}
.woocommerce-cart .cart-collaterals .cart_totals .order-total td,
.woocommerce-cart .cart-collaterals .cart_totals .order-total th {
    padding: 35px 30px;
}
.woocommerce-cart .cart-collaterals .cart_totals .order-total .amount {
    font-size: 21px;
    font-weight: 700;
    line-height: 22px;
    color: #111;
}
.woocommerce-cart .cart-collaterals .cart_totals .shipping-calculator-form {
    margin-top: 25px;
}
.woocommerce-cart .cart-collaterals .cart_totals .form-row {
    padding: 0;
    margin-bottom: 15px;
}
.woocommerce-cart .cart-collaterals .cart_totals select {
    height: 36px;
}
.woocommerce-cart .cart-collaterals .cart_totals .button {
    font-weight: 700;
}
.woocommerce-cart .wc-proceed-to-checkout {
    padding: 0;
    margin-top: 25px;
}
.woocommerce-cart .wc-proceed-to-checkout a.checkout-button {
    padding: 0;
    height: 38px;
    font-size: 11px;
    line-height: 38px;
}
/* Pop-up */

.pp_woocommerce .ppt {
    display: none!important;
}
/**
 * Checkout Page
 */

.woocommerce #order_review_heading {
    margin-top: 40px;
}
.woocommerce .checkout {
    margin-top: 40px;
}
.woocommerce .checkout .shop_table {
    margin-top: 20px;
    margin-bottom: 30px;
    border: 1px solid #ebebeb;
    border-collapse: collapse;
}
.woocommerce .checkout .shop_table thead th {
    width: auto;
    padding: 16px 30px 14px;
    background: #fafafa;
    color: #161616;
    font-family: Poppins, Arial, sans-serif;
    font-size: 12px;
    text-transform: uppercase;
}
.woocommerce .checkout .shop_table thead th:first-child {
    width: 48%;
}
.woocommerce .checkout .shop_table td,
.woocommerce .checkout .shop_table th {
    border-color: #ebebeb;
    padding: 18px 30px;
    background: #fff!important;
}
.woocommerce .checkout .shop_table td.product-name {
    color: #b4b4b4;
}
.woocommerce .checkout .shop_table .product-quantity {
    color: #424242;
}
.woocommerce .checkout .shop_table * {
    color: #111;
}
.woocommerce .checkout .shop_table .amount {
    color: #161616;
    font-family: Poppins, Arial, sans-serif;
    font-size: 13px;
    letter-spacing: 0.1em;
}
.woocommerce .checkout .shop_table .product-name {
    border-right: 1px solid #eee;
}
.woocommerce .checkout .shop_table tfoot tr:last-child .woocommerce-Price-amount {
    font-weight: 700!important;
}
.woocommerce .checkout .shop_table tfoot th,
.woocommerce .checkout .shop_table tfoot td {
    border-color: #f6f6f6;
}
.woocommerce .checkout .shop_table tfoot tr:last-child th,
.woocommerce .checkout .shop_table tfoot tr:last-child td {
    border-bottom: 0;
}
.woocommerce-checkout #payment {
    background: transparent;
}
.woocommerce-checkout #payment ul li {
    list-style-type: none;
}
.woocommerce-checkout #payment ul.payment_methods {
    border-bottom: 1px solid #eee;
}
.woocommerce-checkout #payment ul.payment_methods li input {
    margin-right: 8px;
}
.woocommerce-checkout #payment div.payment_box {
    padding: 0;
    margin: 0;
    background: transparent;
    color: #b4b4b4;
}
.woocommerce-checkout #payment div.payment_box:before {
    display: none;
}
.woocommerce-checkout #payment div.place-order {
    padding: 0;
    margin-top: 30px;
}
.woocommerce-checkout #payment #place_order {
    float: none;
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 0.1em;
    margin-bottom: 20px;
}
.woocommerce-checkout .woocommerce-info {
    margin-bottom: 25px !important;
}
/**
 * Login / Register
 */

.woocommerce form.login #rememberme {
    margin: 0px 5px 5px 10px;
}

.woocommerce form.login label.inline {
    font-size: 13px;
}
.lost_reset_password {
    margin-top: 0!important;
}
.woocommerce-account .woocommerce h2 {
    margin-top: 0;
    margin-bottom: 25px;
    margin-left: 34px;
    font-size: 17px;
}
.woocommerce-account form.register,
.woocommerce-account form.login {
    margin: 0;
}
.woocommerce-account form.register label,
.woocommerce-account form.login label,
.lost_reset_password label {
    font-size: 13px;
    margin-bottom: 5px;
}
.woocommerce-account form.register input,
.woocommerce-account form.login input,
.lost_reset_password input {
    border: 1px solid #eee;
    padding: 10px 15px;
}
.woocommerce-account form.register .button,
.woocommerce-account form.login .button {
    border: 0;
}
.woocommerce-account form .lost_password a {
    font-size: 13px;
}
.woocommerce-account h3 {
    margin-top: 0;
}
.woocommerce-account .woocommerce-MyAccount-navigation ul {
    list-style-type: none;
    margin: 0;
}
/**
 * WooCommerce Small Screen implementation
 */

@media (max-width: 940px) {
    .woocommerce table.shop_table_responsive thead,
    .woocommerce-page table.shop_table_responsive thead {
        display: none;
    }
    .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: 0;
    }
    .woocommerce table.shop_table_responsive tbody th,
    .woocommerce-page table.shop_table_responsive tbody th {
        display: none;
    }
    .woocommerce table.shop_table_responsive tr,
    .woocommerce-page table.shop_table_responsive tr {
        display: block;
        padding: 30px!important;
        background: none!important;
    }
    .woocommerce table.shop_table_responsive tr:nth-child(2),
    .woocommerce-page table.shop_table_responsive tr:nth-child(2) td{
        background: none!important;
    }
    .woocommerce table.shop_table_responsive tr td,
    .woocommerce-page table.shop_table_responsive tr td {
        display: block;
        border-top: 1px solid #eee;
        text-align: right !important;
    }
    .woocommerce table.shop_table_responsive tr td:first-child,
    .woocommerce-page table.shop_table_responsive tr td:first-child,
    .woocommerce table.shop_table_responsive tr td:nth-child(2),
    .woocommerce-page table.shop_table_responsive tr td:nth-child(2){
        border: none;
    }
    .woocommerce table.shop_table_responsive tr td:nth-child(2),
    .woocommerce-page table.shop_table_responsive tr td:nth-child(2){
        text-align: center!important;
    }
    .woocommerce table.shop_table_responsive tr td .wp-post-image,
    .woocommerce-page table.shop_table_responsive tr .wp-post-image{
        float: none!important;
        display: inline-block;
        margin: -20px 0 30px!important;
    }
    .woocommerce table.shop_table_responsive tr td.order-actions,
    .woocommerce-page table.shop_table_responsive tr td.order-actions {
        text-align: left !important;
    }
    .woocommerce table.shop_table_responsive tr td:before,
    .woocommerce-page table.shop_table_responsive tr td:before {
        content: attr(data-title) ": ";
        margin-right: 15px;
        font-weight: 600;
        text-transform: uppercase;
        letter-spacing: 0.05em;
        font-size: 13px;
        line-height: 1.65;
        float: left;
    }
    .woocommerce table.shop_table_responsive tr td.product-remove .remove,
    .woocommerce table.shop_table_responsive tr td.actions .remove,
    .woocommerce-page table.shop_table_responsive tr td.product-remove .remove,
    .woocommerce-page table.shop_table_responsive tr td.actions .remove{
        margin: 20px;
    }
    .woocommerce table.shop_table_responsive tr td.product-remove:before,
    .woocommerce table.shop_table_responsive tr td.actions:before,
    .woocommerce-page table.shop_table_responsive tr td.product-remove:before,
    .woocommerce-page table.shop_table_responsive tr td.actions:before {
        display: none;
    }
    .woocommerce table.my_account_orders tr td.order-actions,
    .woocommerce-page table.my_account_orders tr td.order-actions {
        text-align: left;
    }
    .woocommerce table.my_account_orders tr td.order-actions:before,
    .woocommerce-page table.my_account_orders tr td.order-actions:before {
        display: none;
    }
    .woocommerce table.my_account_orders tr td.order-actions .button,
    .woocommerce-page table.my_account_orders tr td.order-actions .button {
        float: none;
        margin: .125em .25em .125em 0;
    }
    .woocommerce .col2-set .col-1,
    .woocommerce .col2-set .col-2,
    .woocommerce-page .col2-set .col-1,
    .woocommerce-page .col2-set .col-2 {
        float: none;
        width: 100%;
    }
    .woocommerce ul.products li.product,
    .woocommerce[class*="columns-"] ul.products li.product,
    .woocommerce-page ul.products li.product,
    .woocommerce-page[class*="columns-"] ul.products li.product {
        width: 50%;
        float: left;
        clear: both;
    }
    .woocommerce ul.products li.product:nth-child(2n),
    .woocommerce[class*="columns-"] ul.products li.product:nth-child(2n),
    .woocommerce-page ul.products li.product:nth-child(2n),
    .woocommerce-page[class*="columns-"] ul.products li.product:nth-child(2n) {
        float: right;
        clear: none !important;
    }
    .woocommerce div.product div.images,
    .woocommerce div.product div.summary,
    .woocommerce #content div.product div.images,
    .woocommerce #content div.product div.summary,
    .woocommerce-page div.product div.images,
    .woocommerce-page div.product div.summary,
    .woocommerce-page #content div.product div.images,
    .woocommerce-page #content div.product div.summary {
        float: none;
        width: 100%;
        padding-left: 0;
    }

    .woocommerce table.cart .product-thumbnail,
    .woocommerce #content table.cart .product-thumbnail,
    .woocommerce-page table.cart .product-thumbnail,
    .woocommerce-page #content table.cart .product-thumbnail {
        display: none;
    }
    .woocommerce table.cart .label,
    .woocommerce #content table.cart .label,
    .woocommerce-page table.cart .label,
    .woocommerce-page #content table.cart .label {
        display: none;
    }
    .woocommerce table.cart .cart_item,
    .woocommerce #content table.cart .cart_item,
    .woocommerce-page table.cart .cart_item,
    .woocommerce-page #content table.cart .cart_item {
        padding: 15px 0;
    }
    .woocommerce table.cart .cart_item td,
    .woocommerce #content table.cart .cart_item td,
    .woocommerce-page table.cart .cart_item td,
    .woocommerce-page #content table.cart .cart_item td {
        padding: 10px 0;
        width: 100%;
        vertical-align: top;
    }
    .woocommerce table.cart .product-name > a,
    .woocommerce #content table.cart .product-name > a,
    .woocommerce-page table.cart .product-name > a,
    .woocommerce-page #content table.cart .product-name > a {
        font-size: 15px;
    }
    .woocommerce table.cart .product-thumbnail,
    .woocommerce #content table.cart .product-thumbnail,
    .woocommerce-page table.cart .product-thumbnail,
    .woocommerce-page #content table.cart .product-thumbnail {
        display: block;
        text-align: center !important;
    }
    .woocommerce table.cart .product-thumbnail img,
    .woocommerce #content table.cart .product-thumbnail img,
    .woocommerce-page table.cart .product-thumbnail img,
    .woocommerce-page #content table.cart .product-thumbnail img {
        width: 30vw;
    }
    .woocommerce table.cart .product-thumbnail:before,
    .woocommerce #content table.cart .product-thumbnail:before,
    .woocommerce-page table.cart .product-thumbnail:before,
    .woocommerce-page #content table.cart .product-thumbnail:before {
        display: none;
    }
    .woocommerce table.cart .cart_item,
    .woocommerce #content table.cart .cart_item,
    .woocommerce-page table.cart .cart_item,
    .woocommerce-page #content table.cart .cart_item {
        position: relative;
    }
    .woocommerce table.cart a.remove,
    .woocommerce #content table.cart a.remove,
    .woocommerce-page table.cart a.remove,
    .woocommerce-page #content table.cart a.remove {
        position: absolute;
        top: 10px;
        right: 5px;
    }
    .woocommerce table.cart .amount,
    .woocommerce #content table.cart .amount,
    .woocommerce-page table.cart .amount,
    .woocommerce-page #content table.cart .amount {
        font-size: 15px;
        line-height: 1.7;
        vertical-align: top;
    }
    .woocommerce table.cart td.actions,
    .woocommerce #content table.cart td.actions,
    .woocommerce-page table.cart td.actions,
    .woocommerce-page #content table.cart td.actions {
        text-align: left;
    }
    .woocommerce table.cart td.actions .coupon,
    .woocommerce #content table.cart td.actions .coupon,
    .woocommerce-page table.cart td.actions .coupon,
    .woocommerce-page #content table.cart td.actions .coupon {
        float: none;
        padding-bottom: 10px;
    }
    .woocommerce table.cart td.actions .coupon:after,
    .woocommerce table.cart td.actions .coupon:before,
    .woocommerce #content table.cart td.actions .coupon:after,
    .woocommerce #content table.cart td.actions .coupon:before,
    .woocommerce-page table.cart td.actions .coupon:after,
    .woocommerce-page table.cart td.actions .coupon:before,
    .woocommerce-page #content table.cart td.actions .coupon:after,
    .woocommerce-page #content table.cart td.actions .coupon:before {
        content: "";
        display: table;
    }
    .woocommerce table.cart td.actions .coupon:after,
    .woocommerce #content table.cart td.actions .coupon:after,
    .woocommerce-page table.cart td.actions .coupon:after,
    .woocommerce-page #content table.cart td.actions .coupon:after {
        clear: both;
    }
    .woocommerce table.cart td.actions .coupon .button,
    .woocommerce #content table.cart td.actions .coupon .button,
    .woocommerce-page table.cart td.actions .coupon .button,
    .woocommerce-page #content table.cart td.actions .coupon .button {
        width: auto;
        margin: 0;
    }
    .woocommerce table.cart td.actions .button,
    .woocommerce #content table.cart td.actions .button,
    .woocommerce-page table.cart td.actions .button,
    .woocommerce-page #content table.cart td.actions .button {
        display: block;
        width: 100%;
        box-sizing: border-box;
        margin: 0 auto;
        margin-top: 50px;
    }
    .woocommerce .cart-collaterals .cart_totals,
    .woocommerce .cart-collaterals .shipping_calculator,
    .woocommerce .cart-collaterals .cross-sells,
    .woocommerce-page .cart-collaterals .cart_totals,
    .woocommerce-page .cart-collaterals .shipping_calculator,
    .woocommerce-page .cart-collaterals .cross-sells {
        width: 100%;
        float: none;
        text-align: left;
    }
    .woocommerce.woocommerce-checkout form.login .form-row,
    .woocommerce-page.woocommerce-checkout form.login .form-row {
        width: 100%;
        float: none;
    }
    .woocommerce #payment .terms,
    .woocommerce-page #payment .terms {
        text-align: left;
        padding: 0;
    }
    .woocommerce #payment #place_order,
    .woocommerce-page #payment #place_order {
        float: none;
        width: 100%;
        box-sizing: border-box;
        margin-bottom: 1em;
    }
    .woocommerce .lost_reset_password .form-row-first,
    .woocommerce .lost_reset_password .form-row-last,
    .woocommerce-page .lost_reset_password .form-row-first,
    .woocommerce-page .lost_reset_password .form-row-last {
        width: 100%;
        float: none;
        margin-right: 0;
    }
    .woocommerce-account .woocommerce-MyAccount-navigation,
    .woocommerce-account .woocommerce-MyAccount-content {
        position: relative;
        float: none;
        width: 100%;
    }
    .woocommerce-account .woocommerce-MyAccount-navigation {
        margin-bottom: 30px;
        padding-left: 5px;
        background: #fafafa;
        border-bottom: 1px solid #efefef;
        border-top: 1px solid #efefef;
        white-space: nowrap;
    }
    .woocommerce-account .woocommerce-MyAccount-navigation:after {
        content: "";
        position: absolute;
        background: -webkit-linear-gradient(right, #ffffff, rgba(255, 255, 255, 0));
        background: linear-gradient(to left, #ffffff, rgba(255, 255, 255, 0));
        top: 0;
        right: 0;
        width: 20px;
        height: 100%;
    }
    .woocommerce-account .woocommerce-MyAccount-navigation ul {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        overflow: auto;
    }
    .woocommerce-account .woocommerce-MyAccount-navigation ul li {
        margin: 0;
        padding: 5px;
        padding-right: 15px;
    }
}
@media (max-width: 480px) {
    .woocommerce ul.products li.product,
    .woocommerce[class*="columns-"] ul.products li.product,
    .woocommerce-page ul.products li.product,
    .woocommerce-page[class*="columns-"] ul.products li.product {
        width: 100%;
    }
}

/**
 * Woocommerce quantity buttons
 */
.quantity.mkd-quantity-buttons {
    display: inline-block;
    position: relative;
    margin-right: 24px;
    height: 40px;
    top: 2px;
    width: 70px;
}
.quantity.mkd-quantity-buttons span.mkd-quantity-minus span {
    border: 1px solid #ebebeb;
    position: absolute;
    color: #242625;
    font-size: 10px;
    background-color: #fff;
    right: 3px;
    bottom: 0px;
    padding: 5px;
    z-index: 10;
    -webkit-transition: background-color 0.15s ease-out;
    -moz-transition: background-color 0.15s ease-out;
    transition: background-color 0.15s ease-out;
    cursor: pointer;
}
.quantity.mkd-quantity-buttons span.mkd-quantity-minus span:hover {
    background-color: #ebebeb;
}
.quantity.mkd-quantity-buttons span.mkd-quantity-plus span {
    border: 1px solid #ebebeb;
    position: absolute;
    right: 3px;
    color: #242625;
    font-size: 10px;
    background-color: #fff;
    top: 0;
    padding: 5px;
    border-bottom: 0;
    -webkit-transition: background-color 0.15s ease-out;
    -moz-transition: background-color 0.15s ease-out;
    transition: background-color 0.15s ease-out;
    cursor: pointer;
}
.quantity.mkd-quantity-buttons span.mkd-quantity-plus span:hover {
    background-color: #ebebeb;
}
.quantity.mkd-quantity-buttons .mkd-quantity-input {
    height: 40px;
    line-height: 40px;
    width: 45px;
    display: inline-block;
    padding: 0;
    background-color: #fff;
    text-align: center;
    color: #999;
    font-weight: 400;
    font-size: 14px;
    border: 1px solid #ebebeb;
    border-right: none;
    font-family: "Raleway", sans-serif;
}
.single_variation_wrap .quantity.mkd-quantity-buttons {
    float: left;
}