/*
Theme Name: nlfb-apparel

WooCommerce styles override
*/

/**
 * Shop tables
 */
table.shop_table_responsive thead {
    display: none;
}

table.shop_table_responsive tbody th {
    display: none;
}

table.shop_table_responsive tr td {
    display: block;
    text-align: right;
    clear: both;
}

table.shop_table_responsive tr td::before {
    content: attr(data-title) ": ";
    float: left;
}

table.shop_table_responsive tr td.product-remove a {
    text-align: left;
}

table.shop_table_responsive tr td.product-remove::before {
    display: none;
}

table.shop_table_responsive tr td.actions::before,
table.shop_table_responsive tr td.download-actions::before {
    display: none;
}

table.shop_table_responsive tr td.download-actions .button {
    display: block;
    text-align: center;
}

@media screen and (min-width: 48em) {

    table.shop_table_responsive thead {
        display: table-header-group;
    }

    table.shop_table_responsive tbody th {
        display: table-cell;
    }

    table.shop_table_responsive tr th,
    table.shop_table_responsive tr td {
        text-align: left;
    }

    table.shop_table_responsive tr td {
        display: table-cell;
    }

    table.shop_table_responsive tr td::before {
        display: none;
    }
}

/**
 * Products
 */
ul.products {
    margin: 0;
    padding: 0;
}

ul.products li.product {
    list-style: none;
    position: relative;
    margin-bottom: 2em;
}

ul.products li.product img {
    display: block;
}

ul.products li.product .button {
    display: block;
}

@media screen and (min-width: 48em) {

    ul.products li.product {
        width: 30.79667%;
        float: left;
        margin-right: 3.8%;
    }

    ul.products li.product.first {
        clear: both;
    }

    ul.products li.product.last {
        margin-right: 0;
    }

    ul.products.columns-1 li.product {
        float: none;
        width: 100%;
    }

    ul.products.columns-2 li.product {
        width: 48.1%;
    }

    ul.products.columns-3 li.product {
        width: 30.79667%;
    }

    ul.products.columns-4 li.product {
        width: 22.15%;
    }

    ul.products.columns-5 li.product {
        width: 16.96%;
    }

    ul.products.columns-6 li.product {
        width: 13.49333%;
    }
}

/**
 * Single product
 */
.single-product div.product {
    position: relative;
}

.single-product div.product .woocommerce-product-gallery {
    position: relative;
    float: left;
}

.single-product div.product .woocommerce-product-gallery .woocommerce-product-gallery__trigger {
    position: absolute;
    top: 2em;
    right: 1em;
    display: block;
    z-index: 99;
}

.single-product div.product .woocommerce-product-gallery .flex-viewport {
    margin-bottom: 1em;
}

.single-product div.product .woocommerce-product-gallery .flex-control-thumbs {
    margin: 0;
    padding: 0;
}

.single-product div.product .woocommerce-product-gallery .flex-control-thumbs li {
    list-style: none;
    cursor: pointer;
    float: left;
}

.single-product div.product .woocommerce-product-gallery .flex-control-thumbs li img {
    opacity: 0.5;
}

.single-product div.product .woocommerce-product-gallery .flex-control-thumbs li img.flex-active {
    opacity: 1;
}

.single-product div.product .woocommerce-product-gallery .flex-control-thumbs li:hover img {
    opacity: 1;
}

.single-product div.product .woocommerce-product-gallery.woocommerce-product-gallery--columns-2 .flex-control-thumbs li {
    width: 48.1%;
}

.single-product div.product .woocommerce-product-gallery.woocommerce-product-gallery--columns-2 .flex-control-thumbs li:nth-child(2n) {
    margin-right: 0;
}

.single-product div.product .woocommerce-product-gallery.woocommerce-product-gallery--columns-2 .flex-control-thumbs li:nth-child(2n+1) {
    clear: both;
}

.single-product div.product .woocommerce-product-gallery.woocommerce-product-gallery--columns-3 .flex-control-thumbs li {
    width: 30.79667%;
}

.single-product div.product .woocommerce-product-gallery.woocommerce-product-gallery--columns-3 .flex-control-thumbs li:nth-child(3n) {
    margin-right: 0;
}

.single-product div.product .woocommerce-product-gallery.woocommerce-product-gallery--columns-3 .flex-control-thumbs li:nth-child(3n+1) {
    clear: both;
}

.single-product div.product .woocommerce-product-gallery.woocommerce-product-gallery--columns-4 .flex-control-thumbs li {
    width: 22.15%;
}

.single-product div.product .woocommerce-product-gallery.woocommerce-product-gallery--columns-4 .flex-control-thumbs li:nth-child(4n) {
    margin-right: 0;
}

.single-product div.product .woocommerce-product-gallery.woocommerce-product-gallery--columns-4 .flex-control-thumbs li:nth-child(4n+1) {
    clear: both;
}

.single-product div.product .woocommerce-product-gallery.woocommerce-product-gallery--columns-5 .flex-control-thumbs li {
    width: 16.96%;
}

.single-product div.product .woocommerce-product-gallery.woocommerce-product-gallery--columns-5 .flex-control-thumbs li:nth-child(5n) {
    margin-right: 0;
}

.single-product div.product .woocommerce-product-gallery.woocommerce-product-gallery--columns-5 .flex-control-thumbs li:nth-child(5n+1) {
    clear: both;
}

.stock:empty::before {
    display: none;
}

.stock.in-stock {
    color: #0f834d;
}

.stock.out-of-stock {
    color: #e2401c;
}

/**
 * Checkout
 */
@media screen and (min-width: 768px) {

    .col2-set .form-row-first {
        float: left;
        margin-right: 3.8%;
    }

    .col2-set .form-row-last {
        float: right;
        margin-right: 0;
    }

    .col2-set .form-row-first,
    .col2-set .form-row-last {
        width: 48.1%;
    }
}

/**
 * General WooCommerce components
 */

/**
 * Header cart
 */
.site-header-cart {
    position: relative;
    margin: 0;
    padding: 0;
}

.site-header-cart .cart-contents {
    text-decoration: none;
}

.site-header-cart .widget_shopping_cart {
    display: none;
}

.site-header-cart .product_list_widget {
    margin: 0;
    padding: 0;
}

/**
 * Star rating
 */
.star-rating {
    overflow: hidden;
    position: relative;
    height: 1.618em;
    line-height: 1.618;
    width: 5.3em;
    font-family: star;
    font-weight: 400;
}

.star-rating::before {
    content: "\53\53\53\53\53";
    opacity: 0.25;
    float: left;
    top: 0;
    left: 0;
    position: absolute;
}

.star-rating span {
    overflow: hidden;
    float: left;
    top: 0;
    left: 0;
    position: absolute;
    padding-top: 1.5em;
}

.star-rating span::before {
    content: "\53\53\53\53\53";
    top: 0;
    position: absolute;
    left: 0;
    color: #4169e1;
}

p.stars a {
    position: relative;
    height: 1em;
    width: 1em;
    text-indent: -999em;
    display: inline-block;
    text-decoration: none;
    margin-right: 1px;
    font-weight: 400;
}

p.stars a::before {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 1em;
    height: 1em;
    line-height: 1;
    font-family: star;
    content: "\53";
    color: #404040;
    text-indent: 0;
    opacity: 0.25;
}

p.stars a:hover ~ a::before {
    content: "\53";
    color: #404040;
    opacity: 0.25;
}

p.stars:hover a::before {
    content: "\53";
    color: #4169e1;
    opacity: 1;
}

p.stars.selected a.active::before {
    content: "\53";
    color: #4169e1;
    opacity: 1;
}

p.stars.selected a.active ~ a::before {
    content: "\53";
    color: #404040;
    opacity: 0.25;
}

p.stars.selected a:not(.active)::before {
    content: "\53";
    color: #4169e1;
    opacity: 1;
}

/**
 * Tabs
 */
.woocommerce-tabs ul.tabs {
    list-style: none;
    margin: 0;
    padding: 0;
    text-align: left;
}

.woocommerce-tabs ul.tabs li {
    display: block;
    margin: 0;
    position: relative;
}

.woocommerce-tabs ul.tabs li a {
    padding: 1em 0;
    display: block;
}

.woocommerce-tabs .panel h2:first-of-type {
    margin-bottom: 1em;
}

/**
 * Password strength meter
 */
.woocommerce-password-strength {
    text-align: right;
}

.woocommerce-password-strength.strong {
    color: #0f834d;
}

.woocommerce-password-strength.short {
    color: #e2401c;
}

.woocommerce-password-strength.bad {
    color: #e2401c;
}

.woocommerce-password-strength.good {
    color: #3d9cd2;
}

/**
 * Forms
 */
.form-row.woocommerce-validated input.input-text {
    box-shadow: inset 2px 0 0 #0f834d;
}

.form-row.woocommerce-invalid input.input-text {
    box-shadow: inset 2px 0 0 #e2401c;
}

.required {
    color: #f00;
}

/**
 * Notices
 */
.woocommerce-message,
.woocommerce-info,
.woocommerce-error,
.woocommerce-noreviews,
p.no-comments {
    background-color: #0f834d;
    clear: both;
}

.woocommerce-info,
.woocommerce-noreviews,
p.no-comments {
    background-color: #3d9cd2;
}

.woocommerce-error {
    background-color: #e2401c;
}

.demo_store {
    position: fixed;
    left: 0;
    bottom: 0;
    right: 0;
    margin: 0;
    padding: 1em;
    background-color: #3d9cd2;
    z-index: 9999;
}

@media screen and (min-width: 48em) {

    /**
     * Header cart
     */
    .site-header-cart .widget_shopping_cart {
        position: absolute;
        top: 100%;
        width: 100%;
        z-index: 999999;
        left: -999em;
        display: block;
        box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
    }

    .site-header-cart:hover .widget_shopping_cart,
    .site-header-cart.focus .widget_shopping_cart {
        left: 0;
        display: block;
    }
}

/**
 * WooCommerce widgets
 */

/**
 * WooCommerce Price Filter
 */
.widget_price_filter .price_slider {
    margin-bottom: 1.5em;
}

.widget_price_filter .price_slider_amount {
    text-align: right;
    line-height: 2.4;
}

.widget_price_filter .price_slider_amount .button {
    float: left;
}

.widget_price_filter .ui-slider {
    position: relative;
    text-align: left;
}

.widget_price_filter .ui-slider .ui-slider-handle {
    position: absolute;
    z-index: 2;
    width: 1em;
    height: 1em;
    cursor: ew-resize;
    outline: none;
    background: #4169e1;
    box-sizing: border-box;
    margin-top: -0.25em;
    opacity: 1;
}

.widget_price_filter .ui-slider .ui-slider-handle:last-child {
    margin-left: -1em;
}

.widget_price_filter .ui-slider .ui-slider-handle:hover,
.widget_price_filter .ui-slider .ui-slider-handle.ui-state-active {
    box-shadow: 0 0 0 0.25em rgba(0, 0, 0, 0.1);
}

.widget_price_filter .ui-slider .ui-slider-range {
    position: absolute;
    z-index: 1;
    display: block;
    border: 0;
    background: #4169e1;
}

.widget_price_filter .price_slider_wrapper .ui-widget-content {
    background: rgba(0, 0, 0, 0.1);
}

.widget_price_filter .ui-slider-horizontal {
    height: 0.5em;
}

.widget_price_filter .ui-slider-horizontal .ui-slider-range {
    height: 100%;
}




/*customn css*/


span.woocommerce-Price-currencySymbol {
    float: left;
    padding-top: 0 !important;
}



.woocommerce-product-gallery.woocommerce-product-gallery--with-images.woocommerce-product-gallery--columns-4.images {
    width: 50% !important;
    float: left !important;
}

.woocommerce-product-gallery__image img.wp-post-image {
    height: 100% !important;
    /*width: 80% !important;*/
    margin-left: auto !important;
    margin-right: auto !important;
}

.single-product div.product .woocommerce-product-gallery .woocommerce-product-gallery__trigger {
    right: 9em !important;
}

.summary.entry-summary {
    width: 50% !important;
    float: left !important;
    margin-top: 25px;
}

.woocommerce-tabs.wc-tabs-wrapper, section.related.products {
    width: 100% !important;
    float: left !important;
    margin-top: 25px;
}

.summary.entry-summary h1 {
    color: #363636;
    font-size: 65px;
    font-family: 'Allura', cursive;
    font-weight: 400;
    margin-left: 0px;
    margin-top: 0;
    margin-bottom: 0;
}

span.onsale {
    display: none !important;
}

.summary.entry-summary p.price, section.related.products ul li a span.price {
    color: #eac163;
    font-size: 35px;
    font-family: 'Montserrat', sans-serif;
    font-weight: 500;
}

.summary.entry-summary p.price del, section.related.products ul li a span.price del {
    font-size: 18px;
    color: #241305;
    padding-right: 8px;
}

.woocommerce-product-rating a {
    display: none;
}

.woocommerce-product-rating .star-rating {
    float: left;
    position: absolute;
    top: -5px;
}

.star-rating span::before {
    color: #ede045 !important;
}

ul.charas {
    margin: 7% 15px !important;
}

form.cart div label {
    display: none;
}

form.cart {
    float: left !important;
    width: 100%;
}

/*form.cart .quantity {
    width: 26% !important;
    float: left !important;
    margin-right: 0px !important;
}*/

button.single_add_to_cart_button.button.alt {
    background: #eac163;
    border: 1px solid transparent;
    border-radius: 5px;
    color: #fff;
    font-size: 15px;
    width: 94%;
    font-family: 'Raleway', sans-serif;
    font-weight: 800;
    display: block;
    padding: 16px 0;
    margin-bottom: 30px;
    margin-top: 25px;
    margin-left: 3px;
    text-align: center;
}

/*form.cart .quantity input[type="number"] {
    width: 100%;
}*/

form.cart .quantity input[type="number"] {
    border: 1px solid #ccc;
    background: transparent;
    padding: 13px 15px;
    width: 75px;
}

.product_meta {
    display: none;
}

.woocommerce-tabs.wc-tabs-wrapper li a {
    margin-right: 0px;
    line-height: 1.42857143;
    border-top: 0 !important;
    border-left: 0 !important;
    border-right: 0 !important;
    border-bottom: 3px solid #f5f5f5 !important;
    border-radius: 4px 4px 0 0;
    font-family: 'Montserrat', sans-serif;
    font-weight: 600;
    color: #313131;
    font-size: 23px;
    padding: 10px 46px;
}


ol.commentlist {
    list-style: none;
}

ol.commentlist li {
    display: inline;
}

ol.commentlist li div#comment-2 {
    width: 100%;
    float: left;
}

ol.commentlist li div#comment-2 .comment-text {
    width: 90%;
    float: left;
}

ol.commentlist li div#comment-2 img {
    float: left;
    margin-right: 12px;
}

ol.commentlist li div#comment-2 .comment-text .star-rating {
    float: right;
}

ol.commentlist li div#comment-2 .comment-text p.meta {
    float: right;
    margin-right: 12px;
}

ol.commentlist li div#comment-2 .comment-text .description {
    width: 100%;
    float: left;
}

/*.woocommerce-tabs ul.tabs li a {
    padding: 0 12px 0px 0 !important;
    display: inline !important;
    color: #000;
}*/

.woocommerce-tabs ul.tabs li {
    display: inline !important;
}

.woocommerce-product-details__short-description {
    margin-top: 20px;
}

div#comments h2 {
    color: #363636;
    font-family: 'Raleway', sans-serif;
    font-weight: 800;
    font-size: 28px;
    padding: 40px 0 0px;
    text-transform: uppercase;
}

p.comment-form-comment label {
    width: 100%;
    float: left;
}

p.form-submit input#submit {
    background: #eac163;
    border: 1px solid transparent;
    border-radius: 5px;
    color: #fff;
    font-size: 15px;
    width: 94%;
    font-family: 'Raleway', sans-serif;
    font-weight: 800;
    display: block;
    padding: 16px 0;
    margin-bottom: 30px;
    margin-top: 25px;
    margin-left: 3px;
    text-align: center;
}

textarea#comment {
    width: 94%;
}

section.related.products h2 {
    color: #363636;
    font-family: 'Raleway', sans-serif;
    font-weight: 800;
    font-size: 28px;
    padding: 40px 0 0px;
    text-transform: uppercase;
    text-align: center;
}

img.attachment-woocommerce_thumbnail.size-woocommerce_thumbnail {
    width: 78%;
    height: 100%;
    /* margin: auto; */
    object-fit: cover;
}

h2.woocommerce-loop-product__title {
    padding: 5% 0 0 !important;
    font-size: 20px !important;
    color: #241305 !important;
    font-weight: 500 !important;
    font-family: 'Roboto', sans-serif ;
    text-align: left !important;
}

a.button.product_type_simple.add_to_cart_button.ajax_add_to_cart {
    background: #eac163;
    border: 1px solid transparent;
    border-radius: 5px;
    color: #fff;
    font-size: 15px;
    width: 100%;
    float: left;
    font-family: 'Raleway', sans-serif;
    font-weight: 800;
    display: block;
    padding: 16px 0;
    margin-bottom: 30px;
    margin-top: 25px;
    margin-left: 3px;
    text-align: center;
}

section.related.products span.price {
    color: #000 !important; 
    float: left;
    font-size: 18px !important;
}

section.related.products ul li a span.price {
    width: 100%;
    float: left;
}

.woocommerce-message, .woocommerce-info, .woocommerce-error, .woocommerce-noreviews, p.no-comments {
    background-color: #eac163 !important;
    clear: both !important;
    height: 50px !important;
    margin-bottom: 20px !important;
    padding: 14px !important;
    color: #fff !important; 
}

.woocommerce-message a {
    color: #fff;
    margin-right: 16px;
}

table.shop_table.shop_table_responsive.cart.woocommerce-cart-form__contents {
    width: 100% !important;
    float:left !important;
}

table.shop_table.shop_table_responsive.cart.woocommerce-cart-form__contents thead {
    background: #eac163;
    color: #fff;
    font-size: 14px;
    text-transform: uppercase;
}

table.shop_table.shop_table_responsive.cart.woocommerce-cart-form__contents thead tr th {
    padding: 16px;
}

table.shop_table.shop_table_responsive.cart.woocommerce-cart-form__contents tbody tr {
    border-bottom: 1px solid #00000038;
}

table.shop_table.shop_table_responsive.cart.woocommerce-cart-form__contents tbody tr:last-child {
    border-bottom: none;
}

table.shop_table.shop_table_responsive.cart.woocommerce-cart-form__contents tbody tr td.product-thumbnail a img {
    width: 60% !important;
}

table.shop_table.shop_table_responsive.cart.woocommerce-cart-form__contents tbody tr td.product-name a {
    color: #000 !important;
}

table.shop_table.shop_table_responsive.cart.woocommerce-cart-form__contents tbody tr td.product-quantity div label {
    display: none;
}

table.shop_table.shop_table_responsive.cart.woocommerce-cart-form__contents tbody tr td.product-quantity div input {
    width: 64%;
}

.cart a {
    background: transparent !important;
    border: transparent !important;
}

/*table.shop_table.shop_table_responsive.cart.woocommerce-cart-form__contents tbody tr td.actions div {
    margin-top: 20px;
}*/

table.shop_table.shop_table_responsive.cart.woocommerce-cart-form__contents tbody tr td.product-remove a {
    color: #eac163;
    font-size: 24px;
}

input#coupon_code {
    border: 1px solid #cccc;
    padding: 18px 10px;
    float: left;
    margin-top: 22px;
}

.coupon {
    width: 78% !important;
    float: left !important;
}

.coupon label {
    display: none;
}

div.coupon button.button {
    background: #eac163;
    color: #fff;
    font-size: 15px;
    border: 1px solid transparent;
    border-radius: 35px;
    /*text-align: center;*/
    padding: 20px 75px;
    display: table;
    /*margin: 0 auto;*/
    /*float: left;*/
    font-family: 'Lato', sans-serif;
    font-weight: 400;
    display: inline;
}

button.button {
    /*color: #fff;
    font-family: 'Poppins';
    font-weight: 500;
    font-size: 14px;
    background: #eac163;
    border: 2px solid #eac163;
    text-align: center;
    padding: 10px 30px;
    border-radius: 0px;
    display: inline-block;
    width: max-content;
    text-transform: capitalize;*/

    background: #eac163;
    color: #fff;
    display: inline;
    font-size: 15px;
    border: 1px solid transparent;
    border-radius: 35px;
    /*text-align: right;*/
    padding: 20px 75px;
    font-family: 'Lato', sans-serif;
    font-weight: 400;
}

.woocommerce-notices-wrapper div a {
    background: #fff !important;
    color: #eac163 !important;
    padding: 8px 15px !important;
    float: right !important;
    margin-top: -7px !important;
}

td.actions button {
    margin-top: 20px !important;
    margin-bottom: 20px !important;
}

.cart-collaterals {
    width: 100%;
    float: left ;
}

.cart-collaterals div.cart_totals {
    float: right;
    width: 40%;
}

.cart-collaterals .cart_totals h2 {
    color: #222222;
    font-size: 18px;
    text-transform: uppercase;
    font-weight: 500;
    float: right;
}

form.woocommerce-cart-form table.shop_table.shop_table_responsive.cart.woocommerce-cart-form__contents tbody tr td.product-price, form.woocommerce-cart-form table.shop_table.shop_table_responsive.cart.woocommerce-cart-form__contents tbody tr td.product-subtotal {
    font-family: 'Open Sans', sans-serif;
    font-weight: 800;
    font-size: 28px;
    color: #eac163;
    padding: 15px 0;
}

.cart-collaterals .cart_totals table.shop_table.shop_table_responsive {
    /*border: 1px solid #ddd;*/
    width: 100%;
    float: right;
}

.cart-collaterals .cart_totals table.shop_table.shop_table_responsive tbody {
    float: right;
}

.cart-collaterals .cart_totals table.shop_table.shop_table_responsive tbody tr.order-total th, .cart-collaterals .cart_totals table.shop_table.shop_table_responsive tbody tr.order-total td {
    font-family: 'Lato', sans-serif;
    font-weight: 400;
    font-size: 28px;
    color: #eac163;
    /*float: right;*/
    margin: 0;
    padding: 5px 5px 30px;
}

.cart-collaterals .cart_totals table.shop_table.shop_table_responsive tbody tr.cart-subtotal th, .cart-collaterals .cart_totals table.shop_table.shop_table_responsive tbody tr.cart-subtotal td {
    font-family: 'Lato', sans-serif;
    font-weight: 400;
    font-size: 19px;
    color: #4e4e4e;
    margin-left: -32px;
}

.cart-collaterals .cart_totals table.shop_table.shop_table_responsive tbody tr td {
    /*border-left: 1px solid #ddd !important;*/
    text-align: right !important;
}

.wc-proceed-to-checkout {
    width: 100%;
    float: right;
    margin-top: 14px;

}

.wc-proceed-to-checkout a.checkout-button.button.alt.wc-forward {
    background: #eac163;
    color: #fff;
    font-size: 15px;
    border: 1px solid transparent;
    border-radius: 35px;
    text-align: center;
    padding: 23px 44px;
    display: table;
    margin: 0 auto;
    float: right;
    margin-right: -7px;
    font-family: 'Lato', sans-serif;
    font-weight: 400;
}

.woocommerce-form-coupon-toggle .woocommerce-info {
    border-top: 2px solid #eac163 !important;
    padding-top: 15px !important;
    margin-bottom: 2% !important;
    margin-top: 2% !important;
    font-size: 18px !important;
    color: #555555 !important;
    background: transparent !important;
    padding-left: 0px !important;
}

.woocommerce-form-coupon-toggle .woocommerce-info a.showcoupon {
    color: #222222;
    font-weight: 600;
}

table.shop_table.woocommerce-checkout-review-order-table {
    /*border: 1px solid #ddd !important;*/
    background: #1a1a1a;
    color: #fff;
    padding: 45px 105px 35px 105px;
    width: 100% !important;
    float: left !important;
    text-align: center;
}

table.shop_table.woocommerce-checkout-review-order-table thead tr th, table.shop_table.woocommerce-checkout-review-order-table tbody tr td, table.shop_table.woocommerce-checkout-review-order-table tfoot tr th, table.shop_table.woocommerce-checkout-review-order-table tfoot tr td {
    line-height: 2.428571 !important;
    vertical-align: top !important;
    /*border-top: 1px solid #ddd !important;*/
    text-align: center;
    /*width: 50%;*/
}

table.shop_table.woocommerce-checkout-review-order-table thead tr th:first-child, table.shop_table.woocommerce-checkout-review-order-table tbody tr td:first-child, table.shop_table.woocommerce-checkout-review-order-table tfoot tr td:first-child {
    padding: 8px 0px 8px 54px !important;
    width: 60%;
}

table.shop_table.woocommerce-checkout-review-order-table thead tr th:last-child, table.shop_table.woocommerce-checkout-review-order-table tbody tr td:last-child, table.shop_table.woocommerce-checkout-review-order-table tfoot tr td:last-child {
    padding: 8px 54px  8px 0 !important;
    text-align: left;
    width: 40%;
}

div#order_review table.shop_table.woocommerce-checkout-review-order-table tfoot tr.order-total {
    background: #2c2c2c;
    padding: 30px 0 30px 155px;
}

div#payment ul li input {
    width: auto;
    height: auto;
    display: inline-block;
    float: left;
    margin-top: 5px;
    margin-right: 10px;
}

.payment_box.payment_method_cheque {
    width: 100%;
    float: left;
    color: #fff;
    background: #0c9379;
    padding: 30px 54px;
    font-size: 20px;
    line-height: 32px;
    font-family: 'Lato', sans-serif;
    font-weight: 400;
    margin-bottom: 40px;
}

div#payment {
    width: 100%;
    float: left;
    background: #eac163;
    padding: 40px 55px 50px !important;
    color: #fff;
}

ul.wc_payment_methods.payment_methods.methods {
    list-style: none;
    padding: 0;
}

div#payment ul li label {
    float: left;
    width: 90%;
    margin-bottom: 20px;
}

li.wc_payment_method.payment_method_paypal label a {
    float: right;
}

.form-row.place-order {
    width: 100%;
    float: left;
}

/*.form-row.place-order button#place_order {
    float: right;
    width: 20%;
}*/

ul.woocommerce-error {
    height: 100% !important;
}

div#customer_details {
    width: 60%;
    float: left;
    border: 1px solid #eac163;
    padding: 17px;
}

div#order_review {
    width: 40%;
    float: left;
    padding-left: 20px;
}

/*.woocommerce-billing-fields {
    width: 50%;
    float: left;
}*/

/*.woocommerce-additional-fields {
    width: 50%;
    float: left;
    padding-left: 20px;
}*/


h3#order_review_heading {
    width: 40%;
    float: left;
    margin-top: 20px;
    padding-left: 20px;
}

.woocommerce-billing-fields__field-wrapper p, .woocommerce-additional-fields__field-wrapper p {
    border: none !important;
}

span.select2-selection.select2-selection--single {
    display: block;
    width: 100%;
    height: 40px;
    border: 1px solid #ddd;
}

.woocommerce-billing-fields__field-wrapper p span.woocommerce-input-wrapper input {
    background: #f7f7f7;
    border-radius: 25px;
    border: 1px solid #dfdfdf;
    padding: 15px;
    margin-bottom: 16px;
    width: 100%;
}

.woocommerce-additional-fields__field-wrapper p span.woocommerce-input-wrapper textarea#order_comments {
    width: 100% !important;
    height: 84px !important;

}

nav.woocommerce-breadcrumb {
    display: none !important;
}

header.woocommerce-products-header, p.woocommerce-result-count, form.woocommerce-ordering, aside#secondary {
    display: none !important;
}

.productDetail .shop_box h2 {
    left: 45%;
}

p.woocommerce-form-row.woocommerce-form-row--wide.form-row.form-row-wide, p.woocommerce-form-row.woocommerce-form-row--wide.form-row.form-row-wide label {
    width: 100%;
    float: left;
}

p.woocommerce-form-row.woocommerce-form-row--wide.form-row.form-row-wide input {
    width: 100%;
    float: left;
    border-radius: 25px;
    height: 55px;
    margin-bottom: 20px;
}

p.woocommerce-form-row.woocommerce-form-row--wide.form-row.form-row-wide p.form-row label {
    width: 100%;
    float: left;
}



nav.woocommerce-MyAccount-navigation ul li {
    padding: 5px;
}

.woocommerce nav.woocommerce-MyAccount-navigation {
    width: 30%;
    float: left;
}
nav.woocommerce-MyAccount-navigation ul {
    list-style: none;
}

.woocommerce-MyAccount-content {
    width: 70%;
    float: left;
}

footer {
    float: left;
    width: 100%;
}

header.woocommerce-Address-title.title {
    background: none;
}

fieldset {
    float: left;
}

form.woocommerce-EditAccountForm.edit-account p input {
    width: 100%;
    float: left;
    border-radius: 25px;
    height: 55px;
    margin-bottom: 20px;
}

ul.page-numbers {
    list-style: none;
    width: 100%;
    text-align: center;
}

ul.page-numbers li {
    display: inline;
    margin-right: 14px;
}

ul.page-numbers li a.next.page-numbers, ul.page-numbers li a.prev.page-numbers {
    display: inline-block;
    background: #2f2f2f;
    color: #fff;
    border: 1px solid transparent;
    border-radius: 50px;
    width: 50px;
    height: 50px;
    padding: 14px;
    margin-top: 85px;
}

ul.page-numbers li a.page-numbers {
    position: relative;
    /* float: left; */
    padding: 6px 12px;
    margin-left: -1px;
    line-height: 1.42857143;
    color: #3f3f3f;
    text-decoration: none;
    background-color: #fff;
    border: 0 !important;
    position: relative;
    /* bottom: -30px; */
}

.woocommerce-message, p.cart-empty.woocommerce-info {
    margin: 3% 15% 0;
}

p.return-to-shop {
    margin: 0 15% 6%;
}

section.productDetails .woocommerce-message, section.cartDetail .woocommerce-message {
    margin: 0 !important;
}

ul.tabs.wc-tabs li a {
    display: inline;
    margin-right: 25px;
}

div#tab-additional_information {
    margin-top: 20px;
}

table.woocommerce-product-attributes.shop_attributes tbody tr td {
    padding-top: 10px !important;
    padding-left: 10px !important;
}



@media only screen and (min-width: 967px)and (max-width: 1200px)
{
  form.woocommerce-ordering {
        width: 30%;
        float: right;
    }

    nav.woocommerce-MyAccount-navigation {
        width: 20%;
        float: left;
        margin-left: 88px;
        margin-top: 93px;
        margin-bottom: 50px;
    }

.productDetail .productDetailBox h2 {
    top: 26%;
}

.woocommerce-account-fields, .woocommerce-shipping-fields {
       padding-left: 18px;
    width: 100%;
    float: left;
}







}


@media only screen and (min-width: 768px) and (max-width: 966px)
{
    .responsive .slicknav_menu {display: block;}
    
    
    nav.woocommerce-MyAccount-navigation {
        width: 20%;
        float: left;
        margin-left: 78px;
        margin-top: 93px;
        margin-bottom: 50px;
    }
    
    ul.products.columns-4 li a.button.product_type_variable.add_to_cart_button {
        float: left;
        border: 1px solid #000;
        padding: 5px 6px;
    }
    
    form.woocommerce-ordering {
        width: 38%;
        float: right;
    }
    
    form.woocommerce-cart-form {
        width: 100%;
        float: left;
    }
    
    .cart-collaterals {
        width: 100%;
    }
    
    .woocommerce-MyAccount-content {
        margin-right: 60px;
    }

.productDetail .productDetailBox h2 {
    top: 22%;
}


.woocommerce-account-fields, .woocommerce-shipping-fields {
       padding-left: 18px;
    width: 100%;
    float: left;
}

div#payment {
    padding: 40px 27px 50px !important;
}

button.button {
    padding: 20px 38px;
}











}



@media only screen and (min-width: 300px) and (max-width: 767px)
{
    div#customer_login .u-column1.col-1 {
        width: 100%;
        float: left;
    }

    form.woocommerce-ordering {
        width: 100%;
        float: right;
    }

    ul.products.columns-4 li {
        width: 100%;
        float: left;
    }
    
    .woocommerce-product-gallery.woocommerce-product-gallery--with-images.woocommerce-product-gallery--columns-4.images {
        width: 84%;
        float: left;
    }
    
    .summary.entry-summary h1 {
        width: 100%;
        float: left;
    }
    
    .summary.entry-summary {
        width: 87% !important;
    }
    
    .summary.entry-summary form.cart .quantity label {
        width: 50%;
    }
    
    .summary.entry-summary form.cart .quantity input {
        width: 28% !important;
    }
    
    form.woocommerce-cart-form {
        width: 100%;
        float: left;
    }
    
    .cart-collaterals {
        width: 100%;
        margin-top: 0;
        float: right;
    }
    
    .wc-proceed-to-checkout {
        position: static;
    }
    
    form.checkout.woocommerce-checkout div#customer_details {
        width: 100%;
        float: left;
    }
    
    form.checkout.woocommerce-checkout div#order_review {
        width: 100%;
        float: left;
        margin-left: 0;
    }


    .woocommerce-MyAccount-content {
        width: 89%;
        float: left;
        margin-right: 25px;
        margin-top: 0;
        margin-left: 25px;
    }
    
    nav.woocommerce-MyAccount-navigation {
        width: 89%;
        float: left;
        margin-left: 25px;
        margin-top: 30px;
        margin-bottom: 50px;
        margin-right: 25px;
    }


.coupon {
    width: 100% !important;
    float: left !important;
}

input#coupon_code {
    width: 48%;
}

div.coupon button.button {
    padding: 20px 20px;
    width: 48%;
}

.cart-collaterals div.cart_totals {
    float: right;
    width: 100%;
}

div#order_review {
    padding-left: 0;
}

table.shop_table.shop_table_responsive.cart.woocommerce-cart-form__contents tbody tr td.product-quantity div input {
    width: 19%;
}

section.productDetail {
    height: 300px;
}

.woocommerce-message, .woocommerce-info, .woocommerce-error, .woocommerce-noreviews, p.no-comments {
    height: 100% !important;
}

.single-product div.product .woocommerce-product-gallery.woocommerce-product-gallery--columns-4 .flex-control-thumbs li {
    width: 34.15%;
}

ul.tabs.wc-tabs li a {
    display: block;
    margin-right: 0px;
}

div#payment {
    padding: 40px 15px 50px !important;
}



button.button {
    background: #2c2c2c;
    padding: 20px 61px;
}


.woocommerce-account-fields, .woocommerce-shipping-fields {
        padding-left: 18px;
    width: 100%;
    float: left;
}

h3#order_review_heading {
    width: 100%;
}













    
}


button.button {
    background: #2c2c2c;
    padding: 20px 61px;
}

li.wc_payment_method.payment_method_paypal img {
    width: 100%;
    height: 100%;
}