/*--------------------------------------
WooCommerce Custom CSS template for
MyThemeShop.com Themes.
---------------------------*/
.shop-background {
    float: left;
    width: 100%;
    clear: both;
    text-align: center;
    padding-top: 60px;
    padding-bottom: 60px;
}
.shop-title .title {
    font-size: 68px;
    line-height: 1;
    margin-bottom: 0;
    color: #fff;
}
html .shop-product-categories {
    float: left;
    width: 100%;
    clear: both;
    margin-top: 15px;
    text-align: center;
    font-family: inherit;
    font-size: inherit;
    line-height: 1.4;
}
.mts-category-nav {
    display: inline-block;
    vertical-align: middle;
    position: relative;
}
.mts-category-nav-link {
    padding: 10px 15px;
    text-align: center;
    color: inherit;
    display: block;
}
.mts-category-nav-link:hover { color: inherit }
.mts-category-nav .category-icon {
    font-size: 40px;
    width: auto;
    height: 40px;
    vertical-align: middle;
    margin-right: 10px;
}
.mts-category-nav .category-name {
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: .2px;
    line-height: 1.3;
    position: relative;
}
.mts-category-nav .category-name:after {
    content: '';
    position: absolute;
    top: 100%;
    left: 0;
    width: 0;
    height: 2px;
    background: #83b735;
    transition: width .4s cubic-bezier(.175,.885,.32,1.15);
}
.mts-category-nav:hover .category-name:after { width: 100% }
.mts-category-summary {
    display: inline-block;
    vertical-align: middle;
    text-align: left;
}
.mts-category-nav .category-count {
    font-size: 12px;
    margin-top: 5px;
    opacity: 0.6;
    text-transform: capitalize;
}
.woocommerce .woocommerce-breadcrumb {
    float: left;
    font-size: 14px;
    color: #333;
    font-weight: 600;
    margin-bottom: 20px;
}
.woocommerce .woocommerce-breadcrumb a {
    font-weight: normal;
    color: inherit;
}
.woocommerce .woocommerce-result-count {
    float: right;
    margin-bottom: 30px;
    margin-right: 30px;
    color: #2d2a2a;
    font-weight: 600;
}
.woocommerce .woocommerce-ordering, .woocommerce-page .woocommerce-ordering {
    float: right;
    margin-bottom: 30px;
    position: relative;
}
.woocommerce .woocommerce-ordering select {
    border: 0;
    padding-left: 2px;
    padding-bottom: 5px;
    padding-right: 20px;
    height: auto;
    font-weight: 600;
    width: auto;
    background: none;
    border-bottom: 2px solid rgba(129,129,129,.2);
}
.woocommerce-ordering:after {
    content: "\f107";
    position: absolute;
    top: 50%;
    right: 4px;
    font-size: 16px;
    height: 16px;
    line-height: 16px;
    margin-top: -9px;
    color: #bbb;
    font-family: FontAwesome;
}
.woocommerce .article, .woocommerce-page .article {
    width: 74.36%;
    max-width: 870px;
}
.single-product .article, .mts-wishlist-page .article {
    width: 100%;
    max-width: 100%;
}
.woocommerce a.button, .woocommerce-page a.button, .woocommerce button.button, .woocommerce-page button.button, .woocommerce input.button, .woocommerce-page input.button, .woocommerce #respond input#submit, .woocommerce-page #respond input#submit, .woocommerce #content input.button, .woocommerce-page #content input.button {
    padding: 15px 20px 13px;
    line-height: 1.1;
    color: #fff;
    font-size: 13px;
    font-weight: 600;
    border-radius: 0;
    background: #83b735;
    letter-spacing: .3px;
    width: auto;
    text-transform: uppercase;
    box-sizing: border-box;
}
.woocommerce form .form-row-first, .woocommerce form .form-row-last, .woocommerce-page form .form-row-first, .woocommerce-page form .form-row-last { width: 48% }
.woocommerce button.button:hover, .woocommerce-page button.button:hover, .woocommerce input.button:hover, .woocommerce-page input.button:hover, .woocommerce #respond input#submit:hover, .woocommerce-page #respond input#submit:hover, .woocommerce #content input.button:hover, .woocommerce-page #content input.button:hover { color: #fff }
.woocommerce #respond input#submit { margin-top: 15px }
.woocommerce a.button:hover, .woocommerce-page a.button:hover, .woocommerce button.button:hover, .woocommerce-page button.button:hover, .woocommerce input.button:hover, .woocommerce-page input.button:hover, .woocommerce #respond input#submit:hover, .woocommerce-page #respond input#submit:hover, .woocommerce #content input.button:hover, .woocommerce-page #content input.button:hover { background: #6ca300; color: #fff; }
.woocommerce ul.products li.product .price, .woocommerce .upsells .product-data .price, .woocommerce .related-products .product-data .price, .cross-sells .product-data .price {
    font-size: 15px;
    font-weight: bold;
    color: #83b735;
    margin-bottom: 6px;
}
.woocommerce ul.products li.product .price del, .woocommerce-page ul.products li.product .price del, .product-data .price del {
    opacity: 1;
    font-size: 90%;
    display: inline-block;
    color: #BDBDBD;
}
.woocommerce ul.products li.product .price ins, .woocommerce-page ul.products li.product .price ins, .product-data .price ins { text-decoration: none }
.woocommerce ul.products li.product .button {
    margin-top: 0;
    border-radius: 0;
}
.woocommerce ul.products li.product .button:after { display: none }
.woocommerce-main-image.zoom img { margin-bottom: 12px }
.woocommerce #content div.product div.thumbnails a.last, .woocommerce div.product div.thumbnails a.last, .woocommerce-page #content div.product div.thumbnails a.last, .woocommerce-page div.product div.thumbnails a.last { margin-right: 0!important }
.woocommerce ul.cart_list li img, .woocommerce-page ul.cart_list li img, .woocommerce ul.product_list_widget li img, .woocommerce-page ul.product_list_widget li img {
    width: 75px;
    float: left;
    margin-left: 0;
    margin-right: 15px;
}
.woocommerce ul.cart_list li a, .woocommerce ul.product_list_widget li a { color: #333; margin-bottom: 5px; }
.woocommerce ul.cart_list li, .woocommerce ul.product_list_widget li { margin-bottom: 15px }
.woocommerce ul.product_list_widget li:last-child { margin-bottom: 0 }
.woocommerce .widget_shopping_cart .cart_list li a.remove, .woocommerce.widget_shopping_cart .cart_list li a.remove { top: -10px; left: -10px; }
.woocommerce .widget_shopping_cart .total, .woocommerce.widget_shopping_cart .total {
    padding-top: 10px;
    margin-bottom: 10px;
    margin-top: 16px;
    color: #333;
    font-weight: bold;
    font-size: 16px;
    border-top-color: rgba(129,129,129,0.2);
}
.woocommerce .widget_shopping_cart .total > span, .woocommerce.widget_shopping_cart .total > span { float: right }
.woocommerce .widget_shopping_cart .buttons a, .woocommerce.widget_shopping_cart .buttons a {
    font-size: 13px;
    width: 49%;
    margin-right: 2%;
}
.woocommerce .widget_shopping_cart .buttons a.checkout, .woocommerce.widget_shopping_cart .buttons a.checkout { margin-right: 0 }
.woocommerce .widget_shopping_cart .total, .woocommerce.widget_shopping_cart .total { padding-top: 16px }
.woocommerce .related ul.products, .woocommerce-page .related ul.products, .woocommerce .upsells.products ul.products, .woocommerce-page .upsells.products ul.products, .woocommerce .related ul, .woocommerce-page .related ul, .woocommerce .cross-sells.products ul.products, .woocommerce-page .cross-sells.products ul {
    margin-bottom: 0;
    border-top: 1px solid #ebe0d8;
}
.woocommerce form .form-row select, .woocommerce-page form .form-row select, .woocommerce form .form-row input.input-text, .woocommerce-page form .form-row input.input-text, .woocommerce form .form-row textarea, .woocommerce-page form .form-row textarea {
    height: 42px;
    border: 2px solid rgba(129,129,129,.2);
}
.woocommerce table.cart input, .woocommerce-page table.cart input, .woocommerce #content table.cart input, .woocommerce-page #content table.cart input { line-height: 42px }
.mts-cart > span:first-child { margin-right: 10px }
#coupon_code {
    width: 230px;
    margin-right: 10px;
    border: 2px solid rgba(129,129,129,.2);
    font-size: 14px;
    padding: 0 15px;
    height: 42px;
}
.checkout_coupon .form-row.form-row-first { margin-bottom: 0 }
.woocommerce div.product div.images div.thumbnails a, .woocommerce-page div.product div.images div.thumbnails a, .woocommerce #content div.product div.images div.thumbnails a, .woocommerce-page #content div.product div.images div.thumbnails a {
    width: 22.75%;
    margin-right: 3%;
}
.woocommerce .star-rating, .woocommerce .woocommerce-product-rating .star-rating {
    margin: 0;
    min-width: 82px;
    margin-right: 5px;
    font-size: 12px;
    letter-spacing: 2px;
}
.woocommerce ul.products li.product .star-rating {
    font-size: 14px;
    margin-top: 8px;
    margin-bottom: 10px;
}
.woocommerce .star-rating::before { color: #c9c9c9 }
.woocommerce .star-rating span::before { color: #eabe12 }
.woocommerce .star-rating, .woocommerce-page .star-rating, .woocommerce .products .star-rating, .woocommerce-page .products .star-rating {
    margin-top: 12px;
    margin-bottom: 20px;
    float: none;
    margin-left: auto;
    margin-right: auto;
}
.woocommerce #commentform p label {
    float: none;
    clear: both;
    padding: 0;
    vertical-align: middle;
    color: #464646;
}
.comment-text .star-rating {
    margin-top: 4px;
    margin-right: 0;
    float: right;
}
.woocommerce table.shop_attributes td { vertical-align: middle }
.product_list_widget del .amount {
    font-size: 15px;
    color: rgba(145, 145, 145, 0.5);
    font-weight: normal;
}
.woocommerce ul.cart_list li .star-rating, .woocommerce-page ul.cart_list li .star-rating, .woocommerce ul.product_list_widget li .star-rating, .woocommerce-page ul.product_list_widget li .star-rating {
    float: right;
    margin-top: 2px;
    font-weight: normal;
    margin-right: 0;
}
.star-rating { color: #f37324 }
.woocommerce .widget_layered_nav ul li, .woocommerce-page .widget_layered_nav ul li { margin-left: 0 }
.woocommerce .widget_layered_nav ul small.count, .woocommerce-page .widget_layered_nav ul small.count {
    font-weight: normal;
    background: #222;
    color: #fff;
    padding: 0;
    width: 29px;
    text-align: center;
    border-radius: 2px;
}
.product-wrap {
    width: 100%;
    float: left;
    position: relative;
    text-align: center;
}
.woocommerce ul.products li.product:hover .product-hover-wrap, .woocommerce-page ul.products li.product:hover .product-hover-wrap {
    position: absolute;
    left: 0;
    right: 0;
    top: -15px;
    bottom: 0;
    visibility: hidden;
    opacity: 0;
    background-color: #fff;
    transform: scale(.98);
    box-shadow: 0 0 10px rgba(0,0,0,.15);
}
.mts-product-badges {
    position: absolute;
    top: 7px;
    left: 7px;
}
.woocommerce span.onsale, .woocommerce-page span.onsale, .onsale-badge, .outstock-badge, .new-badge {
    width: 50px;
    height: 50px;
    color: #fff;
    top: 0;
    left: 0;
    margin-bottom: 10px;
    font-weight: 600;
    word-break: break-all;
    letter-spacing: .4px;
    line-height: 50px;
    text-align: center;
    text-transform: uppercase;
    font-size: 14px;
    display: block;
    border-radius: 35px;
    background: #83b735;
    min-width: 1px;
    min-height: 1px;
    padding: 0;
}
.new-badge { background: #438e44 }
.outstock-badge {
    width: auto;
    padding: 0 15px;
    height: 36px;
    line-height: 36px;
    font-size: 12px;
    margin-bottom: 0;
    background: #e22d2d;
}
.woocommerce ul.products li.product .onsale {
    margin: 0;
    right: auto;
    left: 7px;
    top: 7px;
}
.mts-product-categories {
    float: left;
    width: 100%;
    clear: both;
}
.mts-shop-products {
    float: left;
    width: 100%;
    clear: both;
}
.woocommerce ul.products li.product, .woocommerce-page ul.products li.product {
    float: left;
    width: 25%;
    font-size: 14px;
    padding: 10px;
    padding-bottom: 0;
    margin: 0;
    margin-bottom: 10px;
    text-align: center;
    box-sizing: border-box;
    webkit-transition: transform .3s ease;
    transition: transform .3s ease;
}
.archive.woocommerce ul.products li.product, .archive.woocommerce-page ul.products li.product { width: 33.33333% }
.woocommerce ul.products li:nth-of-type(4n+1).product, .woocommerce-page ul.products li:nth-of-type(4n+1).product { clear: left }
.archive.woocommerce ul.products li:nth-of-type(4n+1).product, .archive.woocommerce-page ul.products li:nth-of-type(4n+1).product { clear: none }
.archive.woocommerce ul.products li:nth-of-type(3n+1).product, .archive.woocommerce-page ul.products li:nth-of-type(3n+1).product { clear: left }
.woocommerce .products ul, .woocommerce ul.products {
    margin-left: -10px;
    margin-right: -10px;
}
.woocommerce ul.products li.product a img { margin-bottom: 10px }
.woocommerce ul.products li.first { clear: none }
.woocommerce-pagination {
    margin-bottom: 15px;
    overflow: hidden;
}
.mts-cart {
    z-index: 1;
    float: right;
}
.mts-cart span a {
    display: inline-block;
    padding: 8px;
}
.article .woocommerce-error {
    margin-top: 0;
    margin-left: 0;
}
.woocommerce .bypostauthor {
    padding: 0!important;
    width: 100%!important;
}
.woocommerce .bypostauthor:after { display: none!important }
.woocommerce .widget_price_filter .price_slider_wrapper .ui-widget-content {
    background-color: #888;
    margin-bottom: 20px;
}
.woocommerce .widget_price_filter .ui-slider .ui-slider-range, .woocommerce .widget_price_filter .ui-slider .ui-slider-handle { background: #333; cursor: pointer; }
.woocommerce .widget_price_filter .price_slider_amount .button {
    font-size: 13px;
    color: #fff!important;
    padding: 12px 20px 10px;
}
.woocommerce .widget_price_filter .price_slider_amount {
    line-height: 36px;
    font-size: 100%;
    font-weight: 600;
    color: #333;
}
.woocommerce #reviews #comments ol.commentlist li img.avatar, .woocommerce-page #reviews #comments ol.commentlist li img.avatar {
    padding: 0;
    border: 0;
    width: 60px;
    border-radius: 50%;
    margin-right: 20px;
    position: relative;
    background: transparent;
}
.woocommerce #reviews #comments ol.commentlist li .comment-text, .woocommerce-page #reviews #comments ol.commentlist li .comment-text {
    border-radius: 0;
    border: 0;
    margin: 0;
    padding: 0;
    overflow: hidden;
}
.add_review { float: left }
.woocommerce-review-link {
    float: left;
    line-height: 1;
    font-size: 13px;
    color: inherit;
}
.woocommerce-review-link:hover {
    color: #2d2a2a;
}
.woocommerce #comments {
    float: left;
    width: 50%;
    padding-right: 30px;
    margin-bottom: 0;
    box-sizing: border-box;
    overflow: hidden;
}
.woocommerce #review_form_wrapper {
    float: right;
    width: 50%;
    padding-left: 30px;
    margin-bottom: 0;
    box-sizing: border-box;
}
.widget.woocommerce .buttons {
    padding: 0;
    margin: 0;
    width: 100%;
    border-radius: 0;
}
.woocommerce nav.woocommerce-pagination ul li span.current, .woocommerce-page nav.woocommerce-pagination ul li span.current, .woocommerce #content nav.woocommerce-pagination ul li span.current, .woocommerce-page #content nav.woocommerce-pagination ul li span.current {
    border: 0;
    padding: 0;
    float: left;
    color: #fff;
    display: inline-block;
    min-width: 32px;
    height: 34px;
    line-height: 34px;
    text-align: center;
    background: #83b735;
    font-weight: 600;
}
.woocommerce nav.woocommerce-pagination ul li a:hover, .woocommerce-page nav.woocommerce-pagination ul li a:hover, .woocommerce #content nav.woocommerce-pagination ul li a:hover, .woocommerce-page #content nav.woocommerce-pagination ul li a:hover, .woocommerce nav.woocommerce-pagination ul li a:focus, .woocommerce-page nav.woocommerce-pagination ul li a:focus, .woocommerce #content nav.woocommerce-pagination ul li a:focus, .woocommerce-page #content nav.woocommerce-pagination ul li a:focus {
    background: #eee;
    color: #2d2a2a;
}
.woocommerce nav.woocommerce-pagination ul li, .woocommerce-page nav.woocommerce-pagination ul li, .woocommerce #content nav.woocommerce-pagination ul li, .woocommerce-page #content nav.woocommerce-pagination ul li {
    float: none;
    border: 0;
    margin: 0;
    background: transparent;
}
.woocommerce nav.woocommerce-pagination ul, .woocommerce-page nav.woocommerce-pagination ul, .woocommerce #content nav.woocommerce-pagination ul, .woocommerce-page #content nav.woocommerce-pagination ul {
    border: 0;
    display: block;
    float: left;
    width: 100%;
    margin: 0;
}
.woocommerce nav.woocommerce-pagination ul li a {
    margin: 0;
    padding: 0;
}
.woocommerce #reviews #comments ol.commentlist li .comment-text p.meta, .woocommerce-page #reviews #comments ol.commentlist li .comment-text p.meta {
    font-size: 14px;
    margin-bottom: 0;
    color: #2d2a2a;
}
.woocommerce #reviews #comments h2, .woocommerce-page #reviews #comments h2, .woocommerce #respond .comment-reply-title {
    font-size: 14px;
    margin-bottom: 20px;
    text-transform: uppercase;
    clear: both;
}
.woocommerce-product-search input[type="search"] {
    float: left;
    width: 100%;
    text-indent: 0;
    padding: 0 12px 2px;
}
.woocommerce-product-search button[type="submit"], .woocommerce .woocommerce-widget-layered-nav-dropdown__submit {
    float: left;
    width: 100%;
    margin-top: 10px;
    padding: 0 20px;
    box-sizing: border-box;
    color: #fff;
    border: 0;
    font-size: 13px;
    font-weight: 600;
    text-transform: uppercase;
    line-height: 42px;
    font-family: inherit;
    cursor: pointer;
    letter-spacing: 0.3px;
    transition: all 0.25s ease;
}
.woocommerce .woocommerce-widget-layered-nav-dropdown__submit {
    width: auto;
    line-height: 38px;
}
#searchform #searchsubmit { width: 30% }
.woocommerce-widget-layered-nav-dropdown .select2-container--default .select2-search--inline .select2-search__field {
    height: 26px;
    padding: 0px 12px 4px;
}
#searchform #searchsubmit:hover { background: #222 }
.added_to_cart {
    clear: both;
    float: left;
    width: 100%;
}
.woocommerce #page { float: none }
/*My Account Page*/
.woocommerce-account .woocommerce-MyAccount-navigation {
    background: transparent;
    width: 25%;
    padding-top: 10px;
    padding-bottom: 10px;
    padding-right: 30px;
    box-sizing: border-box;
    border: 1px solid rgba(129,129,129,.2);
}
.woocommerce-account .single_page > .breadcrumb, .woocommerce-account .single_page > header, .woocommerce-order-received .breadcrumb, .woocommerce-cart .breadcrumb, .woocommerce-checkout .breadcrumb { display: none }
body .shop-single-background .woocommerce-breadcrumb {
    font-size: 11px;
    letter-spacing: .3px;
    text-transform: uppercase;
    font-weight: 600;
}
body .shop-single-background .woocommerce-breadcrumb a { color: inherit }
.widget_product_categories .select2-container--default .select2-selection--single .select2-selection__rendered {
    line-height: 36px;
    padding-left: 12px;
}
.widget_product_categories .select2-container--default .select2-selection--single, .widget_product_categories .select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 38px;
}
.woocommerce-MyAccount-content > p { font-size: 110% }
.woocommerce-MyAccount-content > p:first-child {
    padding-bottom: 30px;
    margin-bottom: 30px;
    border-bottom: 1px solid rgba(129,129,129,.2);
}
.mts-myAccount-title {
    font-size: 18px;
    font-weight: 600;
    padding-bottom: 10px;
    padding-left: 15px;
    margin-bottom: 0!important;
    margin-right: -30px;
    text-transform: uppercase;
    border-bottom: 1px solid rgba(129,129,129,.2);
}
.woocommerce-account .woocommerce-MyAccount-navigation ul {
    width: 100%;
    list-style-type: none;
    padding: 0;
    margin: 0;
}
.woocommerce-account .woocommerce-MyAccount-navigation li {
    padding: 10px 15px;
    font-size: 14px;
    margin-right: -30px;
}
.woocommerce-account .woocommerce-MyAccount-navigation li.is-active { background: rgba(136,136,136,.12) }
.woocommerce-account .woocommerce-MyAccount-navigation li a {
    color: rgba(0,0,0,.9);
    font-weight: 600;
}
.woocommerce-account .woocommerce-MyAccount-content {
    width: 75%;
    padding-top: 10px;
    padding-left: 30px;
    padding-bottom: 10px;
    box-sizing: border-box;
}
.woocommerce table.my_account_orders .button {
    line-height: 32px;
    text-transform: uppercase;
    color: #fff!important;
}
.woocommerce table.my_account_orders { font-size: inherit }
.woocommerce-account .woocommerce-pagination a {
    line-height: 32px;
    text-transform: uppercase;
    color: #fff!important;
}
.woocommerce .col2-set .col-1, .woocommerce-page .col2-set .col-1 {
    float: left;
    width: 50%;
    padding-right: 15px;
    box-sizing: border-box;
}
.woocommerce .col2-set .col-2, .woocommerce-page .col2-set .col-2 {
    float: right;
    width: 50%;
    padding-left: 15px;
    box-sizing: border-box;
}
.woocommerce-account .addresses .title h3 {
    font-size: 22px;
    text-transform: uppercase;
}
.woocommerce-account .addresses .title .edit, .woocommerce-account ul.digital-downloads li .count {
    float: none;
    padding-right: 5px;
    font-size: 12px;
    font-weight: 600;
    padding-left: 5px;
    margin-bottom: 5px;
}
.woocommerce-EditAccountForm fieldset {
    margin-top: 40px;
    padding: 20px 40px;
    margin-bottom: 20px;
    box-sizing: border-box;
    border: 2px solid #E6E6E6;
}
.woocommerce-EditAccountForm fieldset legend {
    padding-right: 15px;
    padding-left: 15px;
    font-size: 22px;
    color: #2d2a2a;
    font-weight: 600;
    text-transform: uppercase;
}
/*Single Product*/
.woocommerce #content div.product div.images, .woocommerce div.product div.images, .woocommerce-page #content div.product div.images, .woocommerce-page div.product div.images {
    width: 48.718%;
    margin-bottom: 40px;
}
.woocommerce #content div.product div.summary, .woocommerce div.product div.summary, .woocommerce-page #content div.product div.summary, .woocommerce-page div.product div.summary { width: 48.718%; margin-bottom: 40px; }
.woocommerce div.product { clear: both }
.woocommerce div.product .product_title {
    clear: both;
    margin-bottom: 25px;
}
.woocommerce div.product .woocommerce-product-rating { margin-bottom: 20px }
.woocommerce div.product p.stock {
    font-size: 14px;
    color: #2d2a2a;
    font-weight: 600;
}
.woocommerce-product-details__short-description {
    float: left;
    width: 100%;
    clear: both;
}
.woocommerce div.product p.price, .woocommerce div.product span.price {
    color: #83b735;
    font-size: 22px;
    font-weight: 600;
    line-height: 1.2;
    margin-bottom: 22px;
}
.woocommerce div.product p.price del, .woocommerce div.product span.price del {
    color: #BDBDBD;
    font-size: 90%;
    opacity: 1;
}
.woocommerce div.product p.price ins, .woocommerce div.product span.price ins {
    background: inherit;
    font-weight: 600;
    color: #83b735;
    text-decoration: none;
}
/*Single Product Tabs*/
.woocommerce #content div.product .woocommerce-tabs {
    float: left;
    width: 100%;
    clear: both;
    margin-bottom: 40px;
    padding-bottom: 40px;
    background-color: #fff;
    border-top: 1px solid rgba(129,129,129,.2);
    border-bottom: 1px solid rgba(129,129,129,.2);
}
.woocommerce div.product .woocommerce-tabs ul.tabs {
    padding: 0;
    margin: 0;
    margin-bottom: 30px;
    text-align: center;
}
.woocommerce #content div.product .woocommerce-tabs ul.tabs li, .woocommerce div.product .woocommerce-tabs ul.tabs li, .woocommerce-page #content div.product .woocommerce-tabs ul.tabs li, .woocommerce-page div.product .woocommerce-tabs ul.tabs li {
    border: 0;
    border-radius: 0;
    margin: 0;
    padding: 0;
    margin-right: 30px;
    background: transparent;
}
.woocommerce #content div.product .woocommerce-tabs ul.tabs li:last-child, .woocommerce div.product .woocommerce-tabs ul.tabs li:last-child, .woocommerce-page #content div.product .woocommerce-tabs ul.tabs li:last-child, .woocommerce-page div.product .woocommerce-tabs ul.tabs li:last-child { margin-right: 0 }
.woocommerce div.product .woocommerce-tabs ul.tabs li::before, .woocommerce div.product .woocommerce-tabs ul.tabs li::after { display: none }
.woocommerce div.product .woocommerce-tabs ul.tabs::before { border: 0 }
.woocommerce div.product .woocommerce-tabs ul.tabs li a {
    padding: 0;
    position: relative;
    display: inline-block;
    font-size: 16px;
    text-transform: uppercase;
    font-weight: 600;
    color: #777;
    padding-top: 30px;
    padding-bottom: 10px;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li.active a { color: #2d2a2a }
.woocommerce div.product .woocommerce-tabs ul.tabs li a:after {
    content: '';
    position: absolute;
    bottom: 100%;
    margin-bottom: -2px;
    left: 0;
    width: 0;
    background: #83b735;
    height: 3px;
    transition: width .3s cubic-bezier(.175,.885,.32,1.15);
    -webkit-transition: width .3s cubic-bezier(.175,.885,.32,1.15);
}
.woocommerce div.product .woocommerce-tabs ul.tabs li.active a:after { width: 100% }
.woocommerce div.product .woocommerce-tabs .panel h2, .woocommerce div.product .woocommerce-tabs .panel h3, .woocommerce div.product .woocommerce-tabs .panel h4, .woocommerce div.product .woocommerce-tabs .panel h5, .woocommerce div.product .woocommerce-tabs .panel h6 { text-transform: uppercase }

/****Featured Product Category****/
.featured-categories-products {
    float: left;
    width: 100%;
    clear: both;
    padding-top: 60.640px;
    text-align: center;
}
.featured-product-categories {
    padding-top: 10px;
    margin-left: -10px;
    margin-right: -10px;
    overflow: hidden;
}
.featured-product-categories .product-category {
    list-style: none!important;
    float: left;
    width: 25%;
    overflow: hidden;
    padding-left: 10px;
    padding-right: 10px;
    margin-bottom: 20px;
    box-sizing: border-box;
}
.featured-product-categories .product-category a {
    float: left;
    width: 100%;
    color: inherit;
    position: relative;
    box-shadow: 1px 1px 2px rgba(0,0,0,.12);
}
.featured-product-categories .product-category img { float: left }
.featured-product-categories .product-category.first:nth-of-type(1), .featured-product-categories .product-category:nth-of-type(1) { width: 50% }
.featured-product-categories .product-category:nth-of-type(4n+2) { clear: left }
.featured-product-categories .product-category:nth-of-type(2) { clear: none }
.featured-product-categories .product-category.first:nth-of-type(1) img, .featured-product-categories .product-category:nth-of-type(1) img { width: 100% }
.product-category-info {
    position: absolute;
    bottom: 15px;
    left: 20px;
    right: 20px;
    text-align: left;
}
.product-category-title {
    font-size: 20px;
    line-height: 1.5;
    text-transform: uppercase;
    position: absolute;
    left: 0;
    color: inherit;
    bottom: 100%;
    margin-bottom: 0;
}
.product-category.first:nth-of-type(1) .product-category-title { font-size: 28px }
.product-number {
    color: #8E8E8E;
    margin-top: 5px;
}
/*Homepage Tabs*/
.featured-product-tabs {
    float: left;
    width: 100%;
    clear: both;
    text-align: center;
    padding-top: 60.640px;
}
.featured-product-tabs ul.tabs {
    margin-left: -15px;
    margin-right: -15px;
    padding-top: 5px;
}
.product-view-content { color: #777 }
.featured-product-tabs li.tab {
    display: inline-block;
    font-size: 16px;
    line-height: 1.4;
    font-weight: 600;
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 15px;
    padding-right: 15px;
    text-transform: uppercase;
    transition: color .25s ease;
}
.featured-product-tabs li.tab a {
    color: inherit;
    position: relative;
    padding: 1px 0;
    display: inline-block;
}
.featured-product-tabs li.tab.active { color: #333 }
.featured-product-tabs li.tab a:after {
    content: '';
    position: absolute;
    top: 100%;
    left: 0;
    width: 0;
    height: 2px;
    background-color: #83b735;
    transition: width .4s cubic-bezier(.175,.885,.32,1.15);
    -webkit-transition: width .4s cubic-bezier(.175,.885,.32,1.15);
}
.featured-product-tabs li.tab.active a:after, .featured-product-tabs li.tab a:hover:after { width: 100% }
.featured-product-tabs .tabs-content { margin: 0 -10px }
.product-wrap-inner {
    float: left;
    width: 100%;
    clear: both;
}
.woocommerce ul.products li.product h3, .woocommerce-page ul.products li.product h3, .product-title {
    font-size: 14px;
    color: #333;
    padding: 0;
    line-height: 1.3;
    font-weight: 500;
    margin-bottom: 5px;
    transition: all 0.25s ease;
}
.widget .product-title { font-weight: bold }
.product-title a { color: inherit!important }
.product-title:hover, .product-title a:hover { opacity: 0.8 }
.related-products .product-title, .upsells .product-title, .cross-sells .product-title {
    margin-top: 10px;
    font-size: 14px!important;
}
.product-category-type {
    line-height: 1.3;
    color: #9E9E9E;
    margin-bottom: 2px;
}
.product-category-type a { color: inherit }
.product-category-type a:hover { color: #5c5c5c }
.product-buttons {
    display: flex;
    align-items: center;
    margin-top: 12px;
}
.woocommerce a.button.mts-add-to-wishlist, .woocommerce-page a.button.mts-add-to-wishlist {
    width: 40px;
    height: 40px;
    padding: 0;
    line-height: 40px;
    font-size: 20px;
    flex: 1 0 0;
    color: #333;
    text-align: left;
    background: transparent!important;
    transition: opacity .15s ease;
}
a.button.mts-add-to-wishlist i { font-weight: 600 }
.woocommerce a.button.mts-add-to-wishlist.added, .woocommerce-page a.button.mts-add-to-wishlist.added { color: #83b735 }
.woocommerce a.button.mts-add-to-wishlist.added:after, .woocommerce-page a.button.mts-add-to-wishlist.added:after { display: none }
.single-wishlist-button {
    float: left;
    width: 100%;
    clear: both;
    margin-top: 12px;
}
.woocommerce .single-wishlist-button a.button.mts-add-to-wishlist, .woocommerce-page .single-wishlist-button a.button.mts-add-to-wishlist {
    width: auto;
    height: auto;
    line-height: 1;
    font-size: 14px;
    font-weight: 600;
    background: transparent!important;
}
.single-wishlist-button a.button.mts-add-to-wishlist i { margin-right: 5px }
.woocommerce a.button.add_to_cart_button,
.woocommerce-page a.button.add_to_cart_button,
.woocommerce a.button.ajax_add_to_cart,
.woocommerce-page a.button.ajax_add_to_cart,
.woocommerce div.product form.cart button.single_add_to_cart_button[type="submit"],
.woocommerce-page div.product form.cart button.single_add_to_cart_button[type="submit"],
.product-buttons .button.product_type_simple,
.product-buttons .button.product_type_grouped,
.product-buttons .button.product_type_external {
    color: #fff;
    background: #83b735;
    text-align: center;
    padding: 12px 14px;
    min-width: 110px;
    margin-left: 8px;
    margin-right: 8px;
    font-size: 12px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.3px;
    border-radius: 0;
    transition: all 0.2s ease;
    box-shadow: inset 0 -2px 0 rgba(0,0,0,.15);
}
.button.product_type_variable.ec_action_button {
    text-transform: uppercase;
    line-height: 36px;
}
a.button.add_to_cart_button i { font-weight: bold }
.woocommerce a.button.add_to_cart_button.added, .woocommerce-page a.button.add_to_cart_button.added { display: none }
.woocommerce .added_to_cart.wc-forward, .woocommerce-page .added_to_cart.wc-forward, .woocommerce .button.wc-forward, .woocommerce-page .button.wc-forward {
    color: #fff;
    font-size: 20px;
    background: #83b735;
    text-align: center;
    line-height: 36px;
    height: 36px;
    padding: 0;
    width: auto;
    min-width: 110px;
    text-transform: uppercase;
    font-size: 12px;
    font-weight: 600;
    letter-spacing: 0.3px;
    transition: all 0.25s ease;
    box-shadow: inset 0 -2px 0 rgba(0,0,0,.15);
}
.woocommerce .added_to_cart.wc-forward, .woocommerce-page .added_to_cart.wc-forward {
    clear: none;
}
.woocommerce div.product form.cart button.single_add_to_cart_button[type="submit"], .woocommerce-page div.product form.cart button.single_add_to_cart_button[type="submit"] {
    font-size: 13px;
    line-height: 44px;
    padding: 0 18px;
    height: 43px;
    box-sizing: border-box;
    display: block;
    width: auto;
}
.woocommerce a.button.quick-look-link, .woocommerce-page a.button.quick-look-link {
    width: 40px;
    height: 40px;
    padding: 0;
    line-height: 40px;
    font-size: 20px;
    flex: 1 0 0;
    color: #333;
    text-align: right;
    background: transparent!important;
    transition: opacity .25s ease;
}
.woocommerce #respond input#submit.loading:after, .woocommerce a.button.loading:after, .woocommerce button.button.loading:after, .woocommerce input.button.loading:after {
    top: 0;
    right: 15px;
    font-size: 14px
}
.single_quantity_label {
    float: left;
    line-height: 42px;
    font-weight: 600;
    color: #2d2a2a;
    margin-right: 20px;
}
.woocommerce .quantity .qty {
    min-width: 50px;
    height: 40px;
    padding: 0 8px;
    padding-right: 0;
    margin-right: 10px;
    margin-bottom: 10px;
}
.woocommerce div.product form.cart, .woocommerce div.product p.cart { margin-bottom: 0 }
.summary.entry-summary .product_meta { padding-top: 15px }
.woocommerce div.product div.images .woocommerce-product-gallery__trigger {
    width: 50px;
    height: 50px;
    background: rgba(255,255,255,.9);
    box-shadow: 0 0 5px rgba(0,0,0,.08);
    top: inherit;
    bottom: 20px;
    right: 20px;
}
.woocommerce div.product div.images img.emoji { display: none!important }
.woocommerce div.product div.images .woocommerce-product-gallery__trigger:before { display: none!important }
.woocommerce div.product div.images .woocommerce-product-gallery__trigger:after {
    content: "\f0b2";
    font-family: FontAwesome;
    background: transparent;
    top: 0;
    left: 0;
    color: rgba(0,0,0,.7);
    font-size: 18px;
    width: 50px;
    height: 50px;
    line-height: 50px;
    transform: rotate(0);
    text-align: center;
    text-indent: 0;
}
.woocommerce div.product div.images .woocommerce-product-gallery__wrapper { margin: 0 }
/*...Single Product Slider...*/
.woocommerce div.product div.images .flex-control-thumbs {
    float: left;
    width: 21.76%;
    max-height: 432px;
    overflow-y: scroll;
}
.woocommerce div.product div.images .flex-control-thumbs li {
    padding: 7px 0;
    width: 100%!important;
}
.woocommerce div.product div.images .flex-control-thumbs li:first-child { padding-top: 0 }
.woocommerce div.product div.images .flex-control-thumbs li:last-child { padding-bottom: 0 }
.woocommerce div.product div.images .flex-viewport {
    float: right;
    width: 75.79%;
}
.woocommerce div.product div.images .flex-control-thumbs li { width: 100% }
.woocommerce div.product form.cart .variations { margin-bottom: 20px }
.woocommerce div.product form.cart .variations select {
    width: auto;
    width: auto;
    min-width: auto;
    padding-right: 30px;
}
.woocommerce div.product form.cart .variations label {
    margin-bottom: 0;
    text-transform: capitalize;
}
.woocommerce div.product form.cart .variations td.label {
    padding-right: 0;
    line-height: 1;
    vertical-align: middle;
}
.woocommerce div.product form.cart .variations td, .woocommerce div.product form.cart .variations th {
    padding: 5px 10px;
    padding-left: 0;
}
.woocommerce div.product form.cart .reset_variations i { margin-right: 5px }
.woocommerce-variation-description, .woocommerce-variation-price, .woocommerce-variation-availability { margin-bottom: 20px }

.commentlist .comment_container, .commentlist .review_comment_container { padding: 15px 0 }
.woocommerce #reviews #comments ol.commentlist li {
    padding-bottom: 15px;
    margin-bottom: 15px;
    border-bottom: 1px solid rgba(129,129,129,.2);
}
.woocommerce #reviews #comments .commentlist li:last-child {
    border: none;
    margin-bottom: 0;
    padding-bottom: 0;
}
.woocommerce .comment-form {
    margin: 0;
    margin-top: 18px;
}
.woocommerce #review_form #respond p { padding: 0 }
.woocommerce #review_form #respond p.comment-notes {
    margin-bottom: 20px;
    font-style: normal;
}
.woocommerce #review_form #respond p.comment-form-rating {
    float: left;
    width: 100%;
    margin-bottom: 15px;
}
.woocommerce #review_form #respond p.comment-form-rating label {
    padding: 0;
    margin-right: 15px;
    display: inline-block
}
.woocommerce #review_form #respond p.stars { line-height: 1 }
.woocommerce #review_form #respond p.comment-form-author {
    width: 50%;
    padding-right: 10px;
    box-sizing: border-box;
}
.woocommerce #review_form #respond p.comment-form-email {
    width: 50%;
    padding-left: 10px;
    box-sizing: border-box;
}
/*Related Product & Up Sells & Cross-Sells*/
.related-products, .upsells, .cross-sells {
    float: left;
    width: 100%;
    clear: both;
    margin-bottom: 35px;
}
.upsells, .cross-sells { margin-bottom: 0 }
.related-products h4, .upsells h4, .cross-sells h4 {
    font-size: 22px;
    font-weight: 600;
    margin-bottom: 30px;
    padding-bottom: 10px;
    position: relative;
    text-transform: uppercase;
}
.related-products h4:after, .upsells h4:after, .cross-sells h4:after {
    position: absolute;
    content: " ";
    top: 100%;
    left: 0;
    width: 40px;
    height: 2px;
    background: #83b735;
}
.woocommerce .related-products a.button.add_to_cart_button,
.woocommerce-page .related-products a.button.add_to_cart_button,
.woocommerce .upsells a.button.add_to_cart_button,
.woocommerce-page .upsells a.button.add_to_cart_button,
.woocommerce .related-products a.button.ajax_add_to_cart,
.woocommerce-page .related-products a.button.ajax_add_to_cart,
.woocommerce .upsells a.button.ajax_add_to_cart,
.woocommerce-page .upsells a.button.ajax_add_to_cart,
.woocommerce .cross-sells a.button.add_to_cart_button,
.woocommerce-page .cross-sells a.button.add_to_cart_button,
.woocommerce .cross-sells a.button.ajax_add_to_cart,
.woocommerce-page .cross-sells a.button.ajax_add_to_cart,
.related-products .button.product_type_simple,
.upsells .button.product_type_simple,
.cross-sells .button.product_type_simple,
.related-products .button.product_type_variable,
.upsells .button.product_type_variable,
.cross-sells .button.product_type_variable,
.related-products .button.product_type_external,
.upsells .button.product_type_external,
.cross-sells .button.product_type_external {
    text-indent: -9999px;
    background: transparent !important;
    box-shadow: none;
    position: relative;
    min-width: 50px;
}
.woocommerce .related-products a.button.add_to_cart_button:before,
.woocommerce-page .related-products a.button.add_to_cart_button:before,
.woocommerce .upsells a.button.add_to_cart_button:before,
.woocommerce-page .upsells a.button.add_to_cart_button:before,
.woocommerce .related-products a.button.ajax_add_to_cart:before,
.woocommerce-page .related-products a.button.ajax_add_to_cart:before,
.woocommerce .upsells a.button.ajax_add_to_cart:before,
.woocommerce-page .upsells a.button.ajax_add_to_cart:before,
.woocommerce .cross-sells a.button.add_to_cart_button:before,
.woocommerce-page .cross-sells a.button.add_to_cart_button:before,
.woocommerce .cross-sells a.button.ajax_add_to_cart:before,
.woocommerce-page .cross-sells a.button.ajax_add_to_cart:before,
.related-products .button.product_type_simple:before,
.upsells .button.product_type_simple:before,
.cross-sells .button.product_type_simple:before,
.related-products .button.product_type_variable:before,
.upsells .button.product_type_variable:before,
.cross-sells .button.product_type_variable:before,
.related-products .button.product_type_external:before,
.upsells .button.product_type_external:before,
.cross-sells .button.product_type_external:before {
    font-family: FontAwesome;
    content: "\f07a";
    position: absolute;
    left: 0;
    bottom: 0;
    color: #333;
    width: 50px;
    text-indent: 0;
    font-size: 20px;
}
.related-products .product-buttons, .upsells .product-buttons, .cross-sells .product-buttons {
    position: absolute;
    top: 10px;
    right: 10px;
    opacity: 0;
    transform: translateX(20px);
    background: #fff;
    -webkit-transform: translateX(20px);
    box-shadow: 1px 1px 1px rgba(0,0,0,.1);
    flex-direction: column;
    transition: all .3s ease;
}
.related-products .product-buttons > a.button, .upsells .product-buttons > a.button, .cross-sells .product-buttons > a.button {
    text-align: center;
    font-weight: normal;
    width: 50px;
    height: 50px;
    line-height: 50px;
}
.related-products a.button.mts-add-to-wishlist i, .upsells a.button.mts-add-to-wishlist i, .cross-sells a.button.mts-add-to-wishlist i { font-weight: normal }
.related-products .product-view-content, .upsells .product-view-content, .cross-sells .product-view-content { display: none }
/*Cart Page*/
.shop-single-background {
    float: left;
    width: 100%;
    clear: both;
    text-align: center;
    padding-top: 60px;
    padding-bottom: 60px;
}
.mts-checkout-item {
    opacity: 0.8;
    margin: 5px 0;
    display: inline-block;
    line-height: 1.2;
    position: relative;
}
.mts-checkout-item.active {
    opacity: 1;
}
.mts-checkout-item a {
    color: inherit!important;
    position: relative;
}
.mts-checkout-item.active a:after {
    content: '';
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    height: 2px;
    background: #7eb934;
}
.mts-checkout-item i { margin: 0 15px }
.woocommerce-cart-form {
    float: left;
    width: 65.812%;
    max-width: 770px;
    padding-top: 20px;
}
.woocommerce .cart-collaterals, .woocommerce-page .cart-collaterals {
    float: right;
    width: 31.624%;
    max-width: 370px;
}
.woocommerce .cart-collaterals .cart_totals, .woocommerce-page .cart-collaterals .cart_totals {
    float: left;
    width: 100%;
    padding: 25px;
    box-sizing: border-box;
    border: 3px solid #EFEFEF;
}
.woocommerce table.shop_table th { padding: 15px 10px }
.woocommerce table.shop_table {
    border: 0;
    margin: 0;
    border-radius: 0;
    margin-bottom: 35px;
    border-collapse: collapse;
}
.woocommerce table.shop_table thead { background: transparent }
th.product-remove { width: 40px }
th.product-thumbnail { width: 10px }
.woocommerce table.shop_table td {
    padding: 15px 12px;
    border-top: 0;
    border-bottom: 1px solid #E6E6E6;
}
.woocommerce table.shop_table td.product-remove {
    padding: 0;
    position: relative;
    text-align: center;
}
.woocommerce a.remove {
    height: 30px;
    width: 30px;
    line-height: 30px;
    color: #3f3f3f!important;
}
.woocommerce a.remove:hover {
    opacity: 0.6;
    color: #3f3f3f!important;
    background: transparent!important;
}
#add_payment_method table.cart .product-thumbnail, .woocommerce-cart table.cart .product-thumbnail, .woocommerce-checkout table.cart .product-thumbnail, .mts-wishlist-table .product-thumbnail { min-width: 80px }
#add_payment_method table.cart img, .woocommerce-cart table.cart img, .woocommerce-checkout table.cart img, .mts-wishlist-table .product-thumbnail img { width: 80px }
.woocommerce td.product-name a {
    color: #333;
    font-size: 14px;
    font-weight: 500;
}
td.product-subtotal {
    font-size: 16px;
    font-weight: 600;
    color: #83b735;
}
.woocommerce #respond input#submit.disabled, .woocommerce #respond input#submit:disabled, .woocommerce #respond input#submit:disabled[disabled], .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] {
    padding: 15px 20px 13px;
    line-height: 1.1;
    opacity: 0.6;
    background: #f7f7f7;
    color: #333!important;
}
.woocommerce-cart-form .button[name="update_cart"], .woocommerce-cart-form .button[name="update_cart"]:hover, .woocommerce-cart-form .button[name="update_cart"]:focus, .widget_shopping_cart .buttons .btn-cart:hover, .widget_shopping_cart .buttons .btn-cart:focus, .widget_price_filter .price_slider_amount .button:hover, .widget_price_filter .price_slider_amount .button:focus, .yith-woocompare-widget > a.compare:hover, .yith-woocompare-widget > a.compare:focus, .cart-totals-inner .shipping-calculator-form .button:hover, .cart-totals-inner .shipping-calculator-form .button:focus { background: #efefef; color: #333 }
.woocommerce .cart-collaterals .cart_totals h2, .woocommerce-page .cart-collaterals .cart_totals h2 {
    font-size: 22px;
    font-weight: 600;
    margin-bottom: 5px;
    padding-left: 6px;
    color: #2d2a2a;
    text-transform: uppercase;
}
.woocommerce #payment #place_order, .woocommerce-page #payment #place_order {
    font-size: 14px;
    padding: 0;
    line-height: 48px;
    height: 48px;
}
.woocommerce .post-content h2, .woocommerce-page .post-content h2, .woocommerce .post-content h3, .woocommerce-page .post-content h3 {
    font-size: 22px;
    font-weight: 600;
    margin-bottom: 5px;
    color: #2d2a2a;
    text-transform: uppercase;
}
#add_payment_method .cart-collaterals .cart_totals table, .woocommerce-cart .cart-collaterals .cart_totals table, .woocommerce-checkout .cart-collaterals .cart_totals table {
    border-collapse: collapse;
    margin-bottom: 10px;
}
#add_payment_method .cart-collaterals .cart_totals table td, .woocommerce-cart .cart-collaterals .cart_totals table td, .woocommerce-checkout .cart-collaterals .cart_totals table td { text-align: right }
#add_payment_method .cart-collaterals .cart_totals table th, .woocommerce-cart .cart-collaterals .cart_totals table th, .woocommerce-checkout .cart-collaterals .cart_totals table th { text-transform: none }
.woocommerce ul#shipping_method li {
    padding: 0;
    margin-bottom: 10px;
}
.woocommerce ul#shipping_method li:last-child { margin-bottom: 0 }
.woocommerce-shipping-calculator {
    margin-top: 10px;
    font-weight: 600;
}
.woocommerce-shipping-calculator p { margin-bottom: 0 }
.shipping-calculator-form p { margin-bottom: 20px }
.order-total th, .order-total td { font-size: 24px!important }
.order-total strong { color: #83b735; }
.cart_totals table tr:last-child td, .cart_totals table tr:last-child th { border-bottom: none }
#add_payment_method .wc-proceed-to-checkout, .woocommerce-cart .wc-proceed-to-checkout, .woocommerce-checkout .wc-proceed-to-checkout { padding: 0 }
#add_payment_method .cart-collaterals .cart_totals table td, #add_payment_method .cart-collaterals .cart_totals table th, .woocommerce-cart .cart-collaterals .cart_totals table td, .woocommerce-cart .cart-collaterals .cart_totals table th, .woocommerce-checkout .cart-collaterals .cart_totals table td, .woocommerce-checkout .cart-collaterals .cart_totals table th { vertical-align: middle;
    width: auto;
    font-size: 14px;
}
#add_payment_method .wc-proceed-to-checkout a.checkout-button, .woocommerce-cart .wc-proceed-to-checkout a.checkout-button, .woocommerce-checkout .wc-proceed-to-checkout a.checkout-button {
    margin-bottom: 0;
    padding: 0 20px;
    font-size: 13px;
    height: 44px;
    background: #83b735;
    transition: all .25s ease;
    text-transform: uppercase;
    box-sizing: border-box;
    box-shadow: inset 0 -2px 0 rgba(0,0,0,.15);
}
.woocommerce #respond input#submit.alt:hover, .woocommerce a.button.alt:hover, .woocommerce button.button.alt:hover, .woocommerce input.button.alt:hover { background: #6ca300 }
.shipping-calculator-form { margin-top: 20px }
.woocommerce form .form-row  {
    padding: 0;
    margin-bottom: 20px;
}
.woocommerce .shipping-calculator-form button.button, .woocommerce-page .shipping-calculator-form button.button {
    font-size: 12px;
    line-height: 16px;
    padding: 10px 14px;
    background: #f7f7f7;
    color: #333;
    text-transform: uppercase;
    transition: all 0.25s ease;
}
.woocommerce .shipping-calculator-form button.button:hover, .woocommerce-page .shipping-calculator-form button.button:hover { background: #efefef }
.woocommerce #content table.cart td.actions, .woocommerce table.cart td.actions, .woocommerce-page #content table.cart td.actions, .woocommerce-page table.cart td.actions {
    padding-left: 0;
    padding-right: 0;
    border-bottom: 0;
    padding-top: 35px;
}
.cross-sells {
    clear: both;
    margin-top: 70px;
    margin-bottom: 50px;
}
.shop_table tr td:last-child, .shop_table tr th:last-child { text-align: right }
/*Checkout Page*/
.checkout-left {
    float: left;
    width: 50%;
    padding-right: 30px;
    box-sizing: border-box;
    background: #fff;
}
.woocommerce-checkout-review-order {
    position: relative;
    float: right;
    width: 50%;
    padding: 30px;
    margin-bottom: 40px;
    background: #f8f8f8;
    box-sizing: border-box;
}
.woocommerce-checkout-review-order:before, .woocommerce-checkout-review-order:after {
    content: "";
    position: absolute;
    left: 0;
    width: 100%;
    height: 10px;
    background-color: transparent;
    background-size: 15px 15px;
    top: -10px;
    background-position: -3px -5px,0 0;
    background-image: radial-gradient(farthest-side,rgba(0,0,0,0) 6px,#f8f8f8 0);
}
.woocommerce-checkout-review-order:after {
    top: inherit;
    bottom: -10px;
    background-position: -3px 2px,0 0;
}
.woocommerce-billing-fields h3, #order_review_heading {
    font-size: 22px;
    font-weight: 600;
    text-transform: uppercase;
}
#order_review_heading { text-align: center }
.woocommerce table.shop_table.woocommerce-checkout-review-order-table { margin-bottom: 0 }
.woocommerce table.shop_table tfoot th { text-transform: none }
.woocommerce-checkout-review-order-table tfoot tr:last-child td, .woocommerce-checkout-review-order-table tfoot tr:last-child th { border-bottom: 0 }
.mts-order_review-wrapper {
    background-color: #fff;
    padding: 5px 15px;
    margin-bottom: 20px;
    box-shadow: 1px 1px 2px rgba(0,0,0,.05);
    overflow-x: auto;
}
.mts-order_review-wrapper .mts-order_review-wrapper {
    background: transparent;
    padding: 0;
    margin: 0;
    box-shadow: none;
}
#add_payment_method #payment, .woocommerce-cart #payment, .woocommerce-checkout #payment {
    background: transparent;
    border-radius: 0;
}
#add_payment_method #payment ul.payment_methods, .woocommerce-cart #payment ul.payment_methods, .woocommerce-checkout #payment ul.payment_methods {
    padding: 0;
    border: 0;
    margin-bottom: 20px;
}
#add_payment_method #payment div.payment_box, .woocommerce-cart #payment div.payment_box, .woocommerce-checkout #payment div.payment_box {
    padding: 15px;
    background: #fff;
    color: inherit;
    margin-top: 15px;
    font-size: inherit;
    border-radius: 0;
    box-shadow: 1px 1px 2px rgba(0,0,0,.05);
}
#add_payment_method #payment div.payment_box::before, .woocommerce-cart #payment div.payment_box::before, .woocommerce-checkout #payment div.payment_box::before {
    border-bottom-color: #fff;
}
#add_payment_method #payment ul.payment_methods li, .woocommerce-cart #payment ul.payment_methods li, .woocommerce-checkout #payment ul.payment_methods li {
    line-height: inherit;
    margin-bottom: 15px;
}
#add_payment_method #payment ul.payment_methods li img, .woocommerce-cart #payment ul.payment_methods li img, .woocommerce-checkout #payment ul.payment_methods li img {
    float: none;
    margin: 0;
    max-height: 40px;
    margin-left: 10px;
    margin-right: 5px;
}
#add_payment_method #payment .payment_method_paypal .about_paypal, .woocommerce-cart #payment .payment_method_paypal .about_paypal, .woocommerce-checkout #payment .payment_method_paypal .about_paypal {
    float: none;
    line-height: 40px;
    font-size: inherit;
    margin-left: 15px;
    text-decoration: underline;
}
#add_payment_method #payment div.form-row.place-order, .woocommerce-cart #payment div.form-row, .woocommerce-checkout #payment div.form-row.place-order { padding: 0 }
.woocommerce #respond input#submit.alt, .woocommerce a.button.alt, .woocommerce button.button.alt, .woocommerce input.button.alt {
    background: #83b735;
    width: 100%;
    line-height: 44px;
    box-shadow: inset 0 -2px 0 rgba(0,0,0,.15);
}
.woocommerce #payment .terms, .woocommerce #payment .wc-terms-and-conditions, .woocommerce-page #payment .terms, .woocommerce-page #payment .wc-terms-and-conditions {
    padding: 0;
    padding-top: 20px;
    border-top: 1px solid rgba(129,129,129,.2);
}
.wc-terms-and-conditions a { font-weight: 600 }
.woocommerce-error, .woocommerce-info, .woocommerce-message {
    padding: 0;
    color: #2d2a2a;
    font-weight: 600;
    background-color: transparent;
    margin: 0;
    margin-bottom: 25px;
    border: 0;
    padding-left: 30px;
    clear: both;
}
.woocommerce-error::before, .woocommerce-info::before, .woocommerce-message::before {
    top: 0;
    left: 0;
}
.woocommerce-error a, .woocommerce-info a, .woocommerce-message a {
    text-decoration: underline;
    color: #83b735;
}
.woocommerce-message .button.wc-forward { margin-top: -12px }
body.woocommerce-checkout .woocommerce>.woocommerce-info .showcoupon, body.woocommerce-checkout .woocommerce>.woocommerce-info .showlogin { margin-left: 5px }
.woocommerce form.checkout_coupon {
    margin: 0;
    text-align: center;
    max-width: 450px;
    padding: 30px 25px 10px 25px;
    border: 2px dashed #ddd;
    border-radius: 0;
    box-sizing: border-box;
}
.woocommerce form.login, .woocommerce form.register {
    border: 0;
    padding: 0;
    margin: 0;
    border-radius: 0;
}
.woocommerce-thankyou-order-received {
    border: 2px dashed #7a9c59;
    color: #7a9c59;
    font-weight: 600;
    width: 100%;
    text-align: center;
    font-size: 22px;
    padding: 3%;
    box-sizing: border-box;
    margin: 0 auto;
    max-width: 800px;
    margin-bottom: 30px;
    line-height: 1.4;
}
.woocommerce-billing-fields {
    margin-top: 30px;
    margin-bottom: 30px;
}
.woocommerce-account-fields { margin-bottom: 30px }
.woocommerce form .form-row label.checkbox, .woocommerce-page form .form-row label.checkbox {
    color: #333;
    cursor: pointer;
    font-weight: 600;
}
#ship-to-different-address label {
    color: #2d2a2a;
    font-size: 22px;
    font-weight: 600;
    cursor: pointer;
    text-transform: uppercase;
}
.woocommerce-shipping-fields {
    padding-top: 30px;
    margin-bottom: 8px;
    border-top: 1px solid rgba(129,129,129,.2);
}
/*Login Form & Register Form*/
.woocommerce-account form.login, .woocommerce-account form.register {
    position: relative;
    border: 3px solid #EFEFEF;
    padding: 30px;
    max-width: 100%;
    margin: 0;
    margin-bottom: 30px;
    box-sizing: border-box;
    border-radius: 0;
}
.woocommerce-account form.login, .woocommerce-account form.register { margin-top: 20px }
.woocommerce-account form.login p, .woocommerce-account form.register p {
    width: 100%;
    clear: both;
    margin-bottom: 15px;
}
.woocommerce-account form.login p.lost_password {
    position: absolute;
    bottom: 28px;
    width: auto;
    right: 30px;
}
.woocommerce form .form-row .required {
    color: #E01020;
    font-size: 16px;
    text-decoration: none;
}
.login .button, .lost_reset_password .button, .register .button { width: 100%!important }
.login input[type="submit"], .lost_reset_password input[type="submit"], .register input[type="submit"] {
    margin-bottom: 15px;
    width: 100%;
}
.woocommerce form .form-row label { line-height: 1 }
/*Wishlist Page*/
.woocommerce.mts-wishlist-page a.button.add_to_cart_button, .woocommerce.mts-wishlist-page a.button.ajax_add_to_cart {
    margin: 5px;
    padding-top: 0;
    font-size: 13px;
    height: 42px;
    line-height: 42px;
    min-width: 130px;
}
.mts-wishlist-table th:not(.product-name) { text-align: center }
.woocommerce table.mts-wishlist-table tbody td { padding: 16px 12px }
.woocommerce table.mts-wishlist-table tr td.product-remove { padding: 16px 0 }
.mts-wishlist-table tr td { text-align: center }
.mts-wishlist-table tr td.product-thumbnail, .mts-wishlist-table tr td.product-name { text-align: left }
.mts-wishlist-table .product-stock-status {
    color: #333;
    font-size: 14px;
    font-weight: 600;
    margin-left: 5px;
    position: relative;
}
.mts-wishlist-table .product-stock-status span { position: relative }
.mts-wishlist-table .product-stock-status span:before {
    content: "\f00c";
    position: absolute;
    font-family: FontAwesome;
    left: -24px;
    top: -3px;
    color: #6ca300;
    font-weight: normal;
    font-size: 20px;
}
.mts-wishlist-table .product-stock-status span.out-of-stock:before {
    content: "\f00d";
    left: -20px;
    color: #ff0000;
}
.woocommerce table.mts-wishlist-table tbody td.product-add-to-cart { padding-right: 0 }
/*Order Received*/
.woocommerce table.shop_table.woocommerce-table--order-details {
    float: left;
    width: 50%;
    padding-right: 30px;
    box-sizing: border-box;
    background: #fff;
}
.woocommerce-customer-details {
    position: relative;
    float: right;
    width: 50%;
    padding: 30px;
    margin-bottom: 40px;
    background: #f8f8f8;
    box-sizing: border-box;
}
.woocommerce-order-details h2 {
    padding-left: 0;
    margin-bottom: 10px;
}
.woocommerce table.shop_table.woocommerce-table--order-details th, .woocommerce table.shop_table.woocommerce-table--order-details td { padding-left: 0;
    padding-right: 30px;
    text-transform: uppercase;
}
.woocommerce table.shop_table.woocommerce-table--customer-details th {
    padding-left: 0;
    padding-right: 30px;
}
.woocommerce-customer-details:before, .woocommerce-customer-details:after {
    content: "";
    position: absolute;
    left: 0;
    width: 100%;
    height: 10px;
    background-color: transparent;
    background-size: 15px 15px;
    top: -10px;
    background-position: -3px -5px,0 0;
    background-image: radial-gradient(farthest-side,rgba(0,0,0,0) 6px,#f8f8f8 0);
}
.woocommerce-customer-details:after {
    top: inherit;
    bottom: -10px;
    background-position: -3px 2px,0 0;
}
.woocommerce-customer-details .woocommerce-column--shipping-address h3 , .woocommerce-customer-details .woocommerce-column--shipping-address address{ text-align: right }
.woocommerce ul.order_details {
    text-align: center;
    margin-bottom: 30px;
}
.woocommerce ul.order_details li {
    float: none;
    display: inline-block;
    border-color: rgba(129,129,129,.2);
}

.woocommerce ul.products li.product:hover, .woocommerce-page ul.products li.product:hover {
    z-index: 20;
    background: #fff;
    box-shadow: 0 0 10px rgba(0,0,0,.15);
    transform: translateY(-5px) translateZ(0);
}
li.product .product-information {
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    visibility: hidden;
    opacity: 0;
    background: #fff;
    margin-left: -10px;
    margin-right: -10px;
    padding-left: 10px;
    padding-right: 10px;
    padding-bottom: 10px;
    box-shadow: 0 5px 10px rgba(0,0,0,.15);
}
li.product .product-buttons a {
    transition: transform 0.35s;
    transform: translate3d(0,200%,0);
}
li.product.type-product:hover .product-information {
    opacity: 1;
    visibility: visible;
    transform: translateY(-5px) translateZ(0);
    transition: opacity .3s ease,visibility 0s ease,transform .3s ease;
}
li.product.type-product:hover .product-wrap-inner, li.product.type-product:hover .product-buttons a {
    transform: translate3d(0,0,0);
}
/*Social Share*/
.shareit-product {
    float: left;
    width: 100%;
    clear: both;
}
.shareit-product span {
    vertical-align: middle;
    font-weight: 600;
    color: #1B1919;
    margin-right: 5px;
}
.shareit-product .share-item {
    float: none;
    margin: 0;
    display: inline-block;
    vertical-align: middle;
}
.shareit-product .share-item a {
    background: transparent!important;
    color: rgba(0,0,0,.6)!important;
    width: auto;
    height: auto;
    padding: 6px;
}
.shareit-product .share-item i {
    font-size: 14px;
    line-height: 1;
}
.shareit-product .share-item.buffer svg, .shareit-product .share-item.mix svg {
    fill: rgba(0,0,0,.6)!important;
    width: 14px;
    height: 14px;
    transition: all 0.25s ease;
}
.shareit-product .share-item a:hover { color: rgba(0,0,0,.8)!important }
.shareit-product .share-item.buffer svg:hover, .shareit-product .share-item.mix svg:hover {
    fill: rgba(0,0,0,.8)!important;
}
p.wishlist-disabled {
    color: #333;
    font-size: 20px;
    font-weight: 600;
    text-align: left;
}
.woocommerce table.mts-wishlist-table tbody td.mts-wishlist-empty, p.cart-empty {
    color: #333;
    font-size: 16px;
    font-weight: 600;
    text-align: left;
}
p.return-to-shop { text-transform: uppercase }
.woocommerce .widget_layered_nav_filters ul li { width: 100% }
.woocommerce .widget_layered_nav ul li.chosen a::before, .woocommerce .widget_layered_nav_filters ul li a::before { margin-right: 5px }
.woocommerce .woocommerce-error .button, .woocommerce .woocommerce-info .button, .woocommerce .woocommerce-message .button, .woocommerce-page .woocommerce-error .button, .woocommerce-page .woocommerce-info .button, .woocommerce-page .woocommerce-message .button { text-transform: uppercase }
.woocommerce div.product .woocommerce-tabs .panel { margin: 0 }
.review-count {
    float: left;
    line-height: 1;
    margin-right: 15px;
}

@media screen and (max-width:1170px) {
    .woocommerce-cart-form { width: 64% }
    .woocommerce .cart-collaterals, .woocommerce-page .cart-collaterals { width: 34% }
}

@media screen and (max-width:1024px) {
    .product-category-title { font-size: 16px }
    .product-category.first:nth-of-type(1) .product-category-title { font-size: 20px }
    .product-category-info { left: 10px }
    .related-products .product-buttons, .upsells .product-buttons, .cross-sells .product-buttons {
        opacity: 1;
        transform: none;
        -webkit-transform: none;
        top: 0;
        right: 0;
        margin-top: 0;
    }
    .woocommerce div.product .woocommerce-tabs ul.tabs li a { padding-top: 15px }
}

@media screen and (max-width:768px) {
    .featured-product-tabs .woocommerce .products ul, .woocommerce ul.products { margin: 0 }
    .woocommerce ul.products li.product, .woocommerce-page ul.products li.product {
        width: 33.33333%;
        max-width: 100%;
    }
    .woocommerce .featured-product-tabs ul.products li.product:nth-child(2n), .woocommerce-page .featured-product-tabs ul.products li.product:nth-child(2n), .featured-product-tabs .woocommerce-page[class*=columns-] ul.products li.product:nth-child(2n), .woocommerce[class*=columns-] .featured-product-tabs ul.products li.product:nth-child(2n) { float: left }
    .woocommerce .featured-product-tabs ul.products li.product:nth-child(3n), .woocommerce-page .featured-product-tabs ul.products li.product:nth-child(3n), .woocommerce-page[class*=columns-] .featured-product-tabs ul.products li.product:nth-child(3n), .woocommerce[class*=columns-] .featured-product-tabs ul.products li.product:nth-child(3n) {
        clear: none;
    }
    .woocommerce ul.products li:nth-of-type(4n+1).product, .woocommerce-page ul.products li:nth-of-type(4n+1).product { clear: none }
    .archive.woocommerce ul.products li.product, .archive.woocommerce-page ul.products li.product {
        float: left!important;
        clear: none!important;
    }
    .woocommerce #content div.product div.summary, .woocommerce div.product div.summary, .woocommerce-page #content div.product div.summary, .woocommerce-page div.product div.summary { width: 49%; float: right; }
    .woocommerce #content div.product div.images, .woocommerce div.product div.images, .woocommerce-page #content div.product div.images, .woocommerce-page div.product div.images { width: 49%; float: left; }
    .woocommerce div.product .product_title {
        font-size: 22px;
        margin-bottom: 12px;
    }
    .woocommerce .woocommerce-breadcrumb { margin-bottom: 12px }
    .woocommerce-cart-form { width: 100% }
    .woocommerce .cart-collaterals, .woocommerce-page .cart-collaterals {
        width: 100%;
        float: none;
        margin: 0 auto;
    }
    .woocommerce table.shop_table_responsive tr:nth-child(2n) td, .woocommerce-page table.shop_table_responsive tr:nth-child(2n) td { background: transparent }
    .checkout-left { width: 100%; padding-right: 0; }
    .woocommerce-checkout-review-order { width: 100% }
    .woocommerce table.shop_table.woocommerce-table--order-details, .woocommerce-customer-details { width: 100% }
    .woocommerce-account .woocommerce-MyAccount-content, .woocommerce-account .woocommerce-MyAccount-navigation { float: left }
    .woocommerce table.shop_table td.product-remove { padding: 10px 0 }
    .woocommerce div.product div.images .woocommerce-product-gallery__trigger { bottom: inherit; top: 20px; width: 40px; height: 40px; }
    .woocommerce div.product div.images .woocommerce-product-gallery__trigger:after { width: 40px; height: 40px; line-height: 40px; }
    .woocommerce span.onsale, .woocommerce-page span.onsale, .onsale-badge, .outstock-badge, .new-badge { width: 40px; height: 40px; line-height: 40px; font-size: 13px; }
}
@media screen and (max-width:720px) {
    .woocommerce-account .woocommerce-MyAccount-navigation { width: 100%; border: 0; padding-right: 0; }
    .woocommerce-account .woocommerce-MyAccount-navigation li {
        float: left;
        display: inline-block;
        width: 50%;
        margin-right: 0;
        box-sizing: border-box;
    }
    .woocommerce-account .woocommerce-MyAccount-content {
        width: 100%;
        border-left: 0;
        padding-left: 0;
    }
    .woocommerce-MyAccount-content > p { font-size: 100% }
    .woocommerce-MyAccount-content > p:first-child {
        padding-bottom: 15px;
        margin-bottom: 15px;
    }
    .mts-myAccount-title { text-align: center; margin-right: 0; border-bottom: 0; }
    .featured-categories-products { padding-top: 40px }
    .featured-product-tabs { padding-top: 30px }
    .homepage-blog-section { padding-top: 40px }
    .woocommerce .article, .woocommerce-page .article {
        width: 100%;
        max-width: 100%;
    }
    .woocommerce form.login, .woocommerce form.register { padding: 15px }
    .woocommerce form.login p.lost_password {
        position: relative;
        bottom: 0;
        right: 0;
    }
    .woocommerce .col2-set .col-1, .woocommerce-page .col2-set .col-1 { width: 100%; padding-right: 0; }
    .woocommerce .col2-set .col-2, .woocommerce-page .col2-set .col-2 { width: 100%; padding-left: 0; }
    body .mts-checkout-item { font-size: 18px }
    .woocommerce #comments {
        width: 100%;
        padding-right: 0;
        margin-bottom: 20px;
    }
    .woocommerce #review_form_wrapper {
        width: 100%;
        padding-left: 0;
    }
}
@media screen and (max-width:640px) {
    .archive.woocommerce ul.products li.product, .archive.woocommerce-page ul.products li.product { width: 50% }
    .archive.woocommerce ul.products li.product:nth-of-type(2n+1), .archive.woocommerce-page ul.products li.product:nth-of-type(2n+1) { clear: left!important }
}
@media screen and (max-width:600px) {
    .woocommerce #content div.product div.summary, .woocommerce div.product div.summary, .woocommerce-page #content div.product div.summary, .woocommerce-page div.product div.summary, .woocommerce #content div.product div.images, .woocommerce div.product div.images, .woocommerce-page #content div.product div.images, .woocommerce-page div.product div.images {
        width: 100%;
        clear: both;
        margin-bottom: 25px;
        overflow: hidden;
    }
}
@media screen and (max-width:550px) {
    .woocommerce ul.products li.product, .woocommerce-page ul.products li.product { width: 50% }
    .woocommerce .woocommerce-ordering, .woocommerce-page .woocommerce-ordering { margin-bottom: 20px }
    .woocommerce .woocommerce-result-count {
        float: left;
        clear: both;
        margin-right: 0;
        margin-bottom: 10px;
    }
}
@media screen and (max-width:480px) {
	.woocommerce div.product div.images, .woocommerce-page div.product div.images, .woocommerce #content div.product div.images, .woocommerce-page #content div.product div.images { width: 100% }
	.woocommerce div.product div.summary, .woocommerce-page div.product div.summary, .woocommerce #content div.product div.summary, .woocommerce-page #content div.product div.summary { width: 100% }
    .featured-product-categories .product-category { width: 50% }
    .featured-product-categories .product-category.first:nth-of-type(1), .featured-product-categories .product-category:nth-of-type(1) { width: 100% }
    #coupon_code { width: 100%; margin-bottom: 7px; }
    .woocommerce #content table.cart td.actions .coupon .button.alt, .woocommerce #content table.cart td.actions .coupon .input-text+.button, .woocommerce table.cart td.actions .coupon .button.alt, .woocommerce table.cart td.actions .coupon .input-text+.button, .woocommerce-page #content table.cart td.actions .coupon .button.alt, .woocommerce-page #content table.cart td.actions .coupon .input-text+.button, .woocommerce-page table.cart td.actions .coupon .button.alt, .woocommerce-page table.cart td.actions .coupon .input-text+.button { width: 100% }
    .woocommerce span.onsale, .woocommerce-page span.onsale, .onsale-badge, .outstock-badge, .new-badge { width: 44px; height: 44px; line-height: 44px; font-size: 12px; }
}
@media screen and (max-width:430px) {
    .woocommerce div.product div.images .flex-viewport { float: left;width: 100%; }
    .woocommerce div.product div.images .flex-control-thumbs { width: 100% }
    .woocommerce div.product div.images .flex-control-thumbs li { width: 25%!important; padding-right: 7px; padding-bottom: 0; box-sizing: border-box; }
    .woocommerce div.product div.images .flex-control-thumbs li:first-child { padding-top: 7px }
    .woocommerce div.product div.images .flex-control-thumbs li:nth-child(4n) { padding-right: 0 }
    .woocommerce div.product div.images .flex-control-thumbs li:nth-child(4n+1) { clear: both }
}
@media screen and (max-width:400px) {
    .woocommerce ul.products li.product, .woocommerce-page ul.products li.product { width: 100% }
    .archive.woocommerce ul.products li.product, .archive.woocommerce-page ul.products li.product { width: 100% }
    .archive.woocommerce ul.products li.product:nth-of-type(2n+1), .archive.woocommerce-page ul.products li.product:nth-of-type(2n+1) { clear: none!important }
}
