/* Theme Name: lowcarbcrew 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;
     background: #f1f1f1 !important 
}
 .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: 16.6666667%;
     clear: none !important;
}
 .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: #181818;
}
 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: #484848;
     text-indent: 0;
     opacity: 0.25;
}
 p.stars a:hover ~ a::before {
     content: "\53";
     color: #484848;
     opacity: 0.25;
}
 p.stars:hover a::before {
     content: "\53";
     color: #181818;
     opacity: 1;
}
 p.stars.selected a.active::before {
     content: "\53";
     color: #181818;
     opacity: 1;
}
 p.stars.selected a.active ~ a::before {
     content: "\53";
     color: #484848;
     opacity: 0.25;
}
 p.stars.selected a:not(.active)::before {
     content: "\53";
     color: #181818;
     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: 0.75em;
     font-size: 24px;
     line-height: 30px;
}
/** * 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: #181818;
     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: #181818;
}
 .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%;
}
 .product-col {
     background: #ffffff;
     padding: 10px;
     border: 1px solid #d8d8d8;
}
 .product-col .rate span, .woocommerce-variation-price span {
     color: #e7423c;
     font-size: 20px;
     line-height: 28px;
     font-weight: 700;
}
 .product-col .product-btn a {
     display: inline-block !important;
     background-color: #e7423c;
     color: #ffffff;
     font-size: 16px;
     line-height: 26px;
     font-weight: 800;
     width: auto;
     height: auto;
     padding: 10px 20px;
     letter-spacing: 0.2px;
    /*line-height: 50px;
     border-radius: 100% !important;
     text-indent: -99999px;
    */
     position: relative;
}
 .product-col .product-btn a:hover, .product-cat:hover .productcat-title a h2, .newsletterform input[type='submit']:hover {
     background-color: #e7423c;
     color: #ffffff;
}
 .product-cat .productcat-title {
     position: absolute;
     bottom: 15px;
     left: 15px;
}
 .product-cat .productcat-title a h2, .newsletter-content h4, .newsletter-content p {
     margin: 0px;
}
 .product-cat .productcat-title a h2 {
     padding: 10px 15px;
     font-size: 18px;
     line-height: 28px;
     color: #181818;
     background: #ffffff;
}
/* .product-col .product-btn a.add_to_cart_button, .product-col .product-btn a.product_type_external, .product-col .product-btn a.product_type_grouped, .product-col .product-btn a.product_type_simple {
     background-image: url(images/shopping-cart-dark.png);
     position: relative;
}
 .product-col .product-btn a.add_to_cart_button:hover, .product-col .product-btn a.product_type_external:hover, .product-col .product-btn a.product_type_grouped:hover, .product-col .product-btn a.product_type_simple:hover {
     background-image: url(images/shopping-cart-white.png);
}
*/
 .product-col .product-btn a.added_to_cart.wc-forward {
     position: absolute;
     background-color: #e7423c;
     font-size: 16px;
     top: 150px;
     left: 0px;
     text-indent: 0px;
     padding: 10px;
     color: #ffffff;
     min-width: 100%;
     text-align: center;
     height: auto;
     text-transform: uppercase;
     font-weight: 700;
     border-radius: 0px !important;
     text-decoration: none 
}
 .product-col .product-btn a.yith-wcqv-button {
     text-indent: -99999px !important;
     min-width: 50px;
     height: 50px;
     background-image: url(images/search-icon.png);
     border-radius: 100% !important;
     background-position: 48% 44% !important;
}
 .product-col .product-btn a.yith-wcqv-button:hover {
     background-image: url(images/search-icon-white.png);
}
 .product-col .product-btn .yith-wcwl-add-button a, .product-col .product-btn .yith-wcwl-wishlistexistsbrowse a, .product-col .product-btn .yith-wcwl-wishlistaddedbrowse a {
     background-image: url(images/wishlist-icon.png);
     margin-top: 0px !important;
}
 .product-col .product-btn .yith-wcwl-add-button a:hover, .product-col .product-btn .yith-wcwl-wishlistexistsbrowse a:hover, .product-col .product-btn .yith-wcwl-wishlistaddedbrowse a:hover {
     background-image: url(images/wishlist-icon-white.png);
}
 .product-col .product-btn .yith-wcwl-add-to-wishlist {
     display: inline-block;
     margin-top: 0px !important;
     line-height: 40px;
}
 .product-col .product-btn .yith-wcwl-wishlistexistsbrowse {
     line-height: 42px;
     width: 50px;
     height: 50px;
}
 .product-col .product-btn .yith-wcwl-wishlistexistsbrowse span.feedback, .product-col .product-btn .yith-wcwl-wishlistaddedbrowse span.feedback {
     display: none !important;
}
 .product-col .product-btn a::before, .product-col .product-btn a.add_to_cart_button::before, .product-col .product-btn a.product_type_external::before, .product-col .product-btn a.product_type_grouped::before, .product-col .product-btn a.product_type_simple::before, .woocommerce div.product .single_add_to_cart_button::before, .woocommerce .wishlist_table a.add_to_cart.button.alt::before, .wishlist_table .product-add-to-cart a::before {
     content: '\f07a';
     font-family: "Font Awesome 6 Free";
     margin-right: 6px;
     font-weight: 600;
}
 .leftsidebar .widget{
     margin-bottom: 15px;
}
 .leftsidebar #woocommerce_product_search-4 {
     padding: 0px;
     border: none;
}
 .leftsidebar .widget, .shopbybrandslist {
     padding: 15px;
     border: 1px solid #d8d8d8;
}
 .shopbybrandslist .title h4, .leftsidebar .widget .title h4 {
     font-weight: 800;
     line-height: 28px;
     font-size: 24px;
     margin: 15px 0px;
     text-transform: none;
}
 .shopbybrandslist ul li, .leftsidebar .widget ul li {
     border-bottom: 1px solid #d8d8d8;
     line-height: 30px;
     padding: 4px 0px;
     font-weight: 500;
}
 .shopbybrandslist ul li:last-child, .leftsidebar .widget ul li:last-child {
     border-bottom: none 
}
 .leftsidebar .widget_product_categories ul.product-categories ul.children{
     padding-left: 10px;
     margin-bottom: 10px;
}
.leftsidebar .widget_product_categories ul.product-categories ul li ul.children{
	margin-bottom: 5px;
}
 mark, ins {
     background: none !important;
     font-style: normal !important;
}
 .woocommerce #respond input#submit, .woocommerce a.button, .woocommerce button.button, .woocommerce input.button, .woocommerce button.button.alt, .yith-wcwl-add-button a {
     background-color: #e7423c;
     color: #ffffff !important;
     border-radius: 0px !important;
     padding: 10px 20px;
     text-transform:uppercase;
     line-height: 26px;
     font-weight: 800;
     font-size: 16px;
     opacity:1;
     display: inline-block;
     text-transform:uppercase;
     letter-spacing: 0.2px;
}
 .woocommerce #respond input#submit.alt:hover, .woocommerce a.button.alt:hover, .woocommerce button.button.alt:hover, .woocommerce input.button.alt:hover, .woocommerce #review_form #respond .form-submit input:hover, .woocommerce #respond input#submit:hover, .woocommerce a.button:hover, .woocommerce button.button:hover, .woocommerce input.button:hover {
     background-color: #181818 !important;
     color: #ffffff !important 
}
 .woocommerce-error, .woocommerce-info, .woocommerce-message, .woocommerce-error::before, .woocommerce-info::before, .woocommerce-message::before, .woocommerce-error a, .woocommerce-info a, .woocommerce-message a {
     color: #ffffff 
}
 .woocommerce #respond input#submit {
     font-size: 18px;
     margin-right: 0px;
     margin-top: 10px;
     letter-spacing: 0.3px 
}
 .woocommerce .woocommerce-ordering select {
     border: 1px solid #d8d8d8;
     padding: 5px 10px;
}
 .woocommerce span.onsale {
     height: 60px;
     width: 60px;
     padding: 0px;
     line-height: 60px;
     top: 1px;
     left: 1px;
     background-color: #e7423c;
     font-size: 16px;
     font-weight: 800;
     color: #ffffff;
}
 .woocommerce-cart table.cart img {
     width: 75px;
}
 .woocommerce a.remove {
     font-size: 27px;
     line-height: 24px;
     background: #e8e8e8;
}
 .woocommerce div.product form.cart div.quantity input.qty, .woocommerce .quantity .qty {
     padding: 8px 5px;
     width: 100px;
     margin-right: 10px;
     border: 1px solid #d8d8d8;
}
 nav.woocommerce-breadcrumb {
     display: inline-block;
     -ms-flex-wrap: wrap;
     flex-wrap: wrap;
     padding: 0.6rem 0.75rem !important;
     margin-bottom: 1rem;
     list-style: none;
     background-color: #ffffff;
     font-weight: 700;
     font-size: 14px;
     text-align: center;
}
 .woocommerce .woocommerce-breadcrumb a {
     color: #484848;
     padding: 0px 4px;
}
 .woocommerce .woocommerce-breadcrumb a:hover, .product-cat a:hover h2 {
     color: #e7423c 
}
 .woocommerce-error, .woocommerce-info, .woocommerce-message {
     background: #181818;
     border: 1px solid #181818;
     font-weight: 700;
     color: #ffffff 
}
 .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 {
     background: #e7423c !important;
     color: #ffffff !important;
     padding: 8px 15px;
     font-weight: 700;
}
 .woocommerce .woocommerce-error .button:hover, .woocommerce .woocommerce-info .button:hover, .woocommerce .woocommerce-message .button:hover, .woocommerce-page .woocommerce-error .button:hover, .woocommerce-page .woocommerce-info .button:hover, .woocommerce-page .woocommerce-message .button:hover {
     background: #ffffff !important;
     color: #e7423c !important;
}
 .woocommerce-cart table.cart td.actions .coupon .input-text {
     width: 50%;
     padding: 10px 15px;
}
 .woocommerce div.product p.price del, .woocommerce div.product span.price del, .product-col .product-detail .rate p.price del, .product-col .product-detail .rate span.price del {
     color: #e7423c !important;
     font-weight: 700 !important;
     font-size: 20px !important;
     opacity: .75;
     display: inline-block;
}
 .woocommerce div.product p.price, .woocommerce div.product p.price ins, .woocommerce div.product span.price ins {
     display: inline-block;
     font-size: 24px !important;
     font-weight: 800 !important;
     color: #e7423c !important;
}
 .product_meta > span {
     display: block;
     margin: 0 0 10px;
     font-weight: 700 
}
 .woocommerce .col2-set {
     margin: 0px -15px;
}
 .woocommerce .col2-set .col-1, .woocommerce-page .col2-set .col-1, .woocommerce .col2-set .col-2, .woocommerce-page .col2-set .col-2 {
     float: left;
     max-width: 50%;
     padding: 0px 15px;
}
 .woocommerce .input-text {
     padding: 10px 15px;
     border: 1px solid #d8d8d8;
     line-height: 28px !important;
}
.woocommerce div.product form.cart .variations tr{
	margin: 8px 0px;
	display: block;
}
 .woocommerce div.product form.cart .variations select {
     max-width: 100%;
     min-width: 75%;
     display: inline-block;
     margin-right: 1.25em;
     border: 1px solid #d8d8d8;
     padding: 5px 10px;
}
 .woocommerce form .form-row label, .woocommerce form .form-row .woocommerce-input-wrapper {
     width: 100%;
}
 .woocommerce form .form-row textarea {
     height: 175px;
}
 .select2-container--default .select2-selection--single, .select2-container--default .select2-selection--single .select2-selection__rendered, .select2-container .select2-selection--single, .select2-container--default .select2-selection--single .select2-selection__arrow {
     /*height: 45px;*/
     line-height: 45px;
     border-radius: 0px;
     border-color: #d8d8d8;
}
 .woocommerce form .form-row{
     display: block;
     text-align: left;
}
 .woocommerce form .form-row select {
     width: 100% !important;
}
 #add_payment_method #payment, .woocommerce-cart #payment, .woocommerce-checkout #payment {
     background: #e6fafb;
}
 .woocommerce form.checkout_coupon, .woocommerce form.login, .woocommerce form.register {
     border: 1px solid #d8d8d8;
     padding: 15px;
     margin: 1em 0;
     text-align: left;
     border-radius: 5px;
}
 nav.woocommerce-MyAccount-navigation {
     border: 1px solid #d8d8d8;
     background: #ffffff;
     margin:0px;
}
 nav.woocommerce-MyAccount-navigation ul {
     list-style:inside;
     text-align:left;
}
 nav.woocommerce-MyAccount-navigation ul li {
     padding:8px 12px;
     border-bottom:1px solid #e7423c;
}
 nav.woocommerce-MyAccount-navigation ul li a {
     font-weight: 600;
     text-decoration:none 
}
 nav.woocommerce-MyAccount-navigation ul li a:hover {
     color:#e7423c 
}
 .woocommerce #reviews #comments h2 {
     font-size: 30px;
}
 .woocommerce-noreviews, p.no-comments {
     background: none;
     margin: 15px 0px;
     font-weight: 600 
}
 .woocommerce #review_form #respond {
     width: 100%;
}
 .count {
     display: none;
}
 .woocommerce #content div.product div.images, .woocommerce div.product div.images, .woocommerce-page #content div.product div.images, .woocommerce-page div.product div.images {
     float: left;
     width: 40%;
}
 .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-tabs{
     float: right;
     width: 56.33333333%;
     clear: none;
}
 .woocommerce-tabs, .related, .contact-form, .map, .upsells, .cart-collaterals{
     margin: 30px 0px;
     width: 100%;
     float: left;
}
 .cart-collaterals .cross-sells .products .col-sm-6{
     flex: 0 0 50%;
     max-width: 50%;
}
 .woocommerce-checkout #customer_details{
     margin-bottom: 25px;
}
 .woocommerce-checkout #order_review_heading{
     margin-bottom: 15px;
     font-size: 28px;
     line-height: 32px;
}
 #add_payment_method #payment ul.payment_methods, .woocommerce-cart #payment ul.payment_methods, .woocommerce-checkout #payment ul.payment_methods, .woocommerce div.product .woocommerce-tabs ul.tabs::before, .woocommerce table.shop_table, #add_payment_method table.cart td.actions .coupon .input-text, .woocommerce-cart table.cart td.actions .coupon .input-text, .woocommerce-checkout table.cart td.actions .coupon .input-text, .woocommerce table.shop_table td, .wp-block-separator{
     border-color: #d8d8d8 
}
 .woocommerce div.product .woocommerce-tabs ul.tabs li {
     background: #e7423c;
     border: 1px solid #d8d8d8;
}
 .woocommerce div.product .woocommerce-tabs ul.tabs li a {
     color: #ffffff !important;
}
 .woocommerce div.product .woocommerce-tabs ul.tabs li.active {
     color: #ffffff !important;
     background: #181818;
     border-color: #181818 
}
 .woocommerce div.product .woocommerce-tabs ul.tabs li::before, .woocommerce div.product .woocommerce-tabs ul.tabs li::after {
     display: none;
}
 .woocommerce table.shop_attributes {
     border-right: 1px dotted #d8d8d8;
}
 .woocommerce table.shop_attributes td p {
     padding: 8px 10px;
}
 #tab-accessories .woocommerce .product-wrapper {
     margin-top: 0px;
}
 #tab-accessories .woocommerce .col-xl-4 {
     max-width: 25%;
}
 .woocommerce div.product form.cart .yith-wcwl-add-to-wishlist {
     margin-top: 0px;
}
 .woocommerce div.product form.cart .yith-wcwl-add-button a {
     text-indent: -99999px;
     background: url(images/wishlist-icon-white.png) no-repeat 50% 50% #181818 !important;
     min-width: 45px;
}
 .woocommerce div.product form.cart .yith-wcwl-add-button a:hover {
     background: url(images/wishlist-icon.png) no-repeat 50% 50% #e7423c !important;
}
 .woocommerce div.product form.cart .variations td.label {
     line-height: 45px !important;
     font-size: 16px !important 
}
 .tawcvs-swatches .swatch-label {
     font-size: 15px !important;
     background-color: #f6e3c3 !important;
     color: #3a465b !important;
     font-weight: 700;
}
 .tawcvs-swatches .swatch {
     -webkit-border-radius: 0% !important;
     -moz-border-radius: 0% !important;
     border-radius: 0% !important;
     width: 40px !important;
     height: 40px !important;
     line-height: 40px !important;
     text-align: center !important;
     margin-right: 15px !important;
     margin-bottom: 15px !important;
     border: none !important;
}
 .tawcvs-swatches .swatch__tooltip {
     min-width: 45px !important;
}
/*.woocommerce div.product form.cart .variations {
     margin-bottom: 0px !important;
}
*/
 .woocommerce div.product p.price, .woocommerce div.product span.price {
     color: #e7423c 
}
 .woocommerce #respond input#submit.alt, .woocommerce a.button.alt, .woocommerce button.button.alt, .woocommerce input.button.alt, .woocommerce button.button.alt.disabled {
     background-color: #e7423c;
     color: #ffffff !important;
     -webkit-font-smoothing: antialiased;
}
 table.shop_table_responsive tr td.product-remove a {
     text-align: center;
}
 h2.product_title {
     font-size: 30px;
     line-height: 36px;
     font-weight: 800;
}
 .woocommerce-MyAccount-content header, .woocommerce-MyAccount-content footer{
     background: none;
     padding: 0px;
}
 .woocommerce-account .addresses .title h3{
     text-transform: none;
}
/* QuickView Styling ------------------------ */
 #yith-quick-view-modal.open .yith-wcqv-main {
     padding: 15px !important;
     z-index: 99999 
}
 #yith-quick-view-modal #yith-quick-view-content {
     height: auto !important;
}
 #yith-quick-view-modal #yith-quick-view-content .woocommerce-product-gallery__wrapper {
     margin-right: 10px 
}
 #yith-quick-view-close {
     background: #e7423c;
     color: #ffffff;
     text-decoration: none;
}
 #yith-quick-view-close:hover {
     background: #181818;
     color: #ffffff 
}
 #yith-quick-view-modal.open .yith-wcqv-main form.cart .reset_variations {
     display: inline !important;
}
/* Wishlist Styling ---------------------------*/
 .woocommerce .wishlist-title {
     margin-bottom: 15px;
     display: none;
}
 .woocommerce table.shop_table {
     border-radius: 0px;
     font-size: 100%;
}
 .woocommerce table.shop_table.wishlist_table .yith-wcqv-button {
     display: none !important;
}
 .woocommerce .wishlist_table a.add_to_cart.button.alt {
     padding: 12px 15px !important;
     display: inline-block !important;
     min-width: 185px;
     font-size: 15px;
}
 .woocommerce table.shop_table thead th {
     border-color: #d8d8d8;
     font-size: 18px;
}
 .woocommerce table.shop_table thead th, .woocommerce table.shop_table tbody td {
     text-align: center;
}
 .woocommerce .woocommerce-cart-form__cart-item .product-name, .woocommerce table.shop_table.wishlist_table tr td.product-name, .woocommerce .woocommerce-checkout-review-order-table .product-name{
     font-weight: 600;
	 text-align: left;
}
 ul.wishlist_table.mobile {
     padding: 0px;
     margin: 0px;
}
 .wishlist_table.mobile li {
     border-bottom: 1px solid #d8d8d8;
     margin-bottom: 15px;
     padding: 20px 0px;
}
 .wishlist_table.mobile li .item-wrapper .product-thumbnail {
     display: inline-block;
     max-width: 125px;
     margin-right: 10px;
}
 .wishlist_table.mobile li .item-wrapper .item-details {
     display: inline-block;
     width: calc(100% - 140px);
     vertical-align: top;
}
 .wishlist_table.mobile li .additional-info-wrapper .move-to-another-wishlist, .wishlist_table.mobile li .additional-info-wrapper .product-add-to-cart {
     text-align: left;
     margin: 10px 0px;
     display: inline-block;
}
 .wishlist_table.mobile li .additional-info-wrapper .product-remove {
     float: right;
     margin-top: 20px;
}
 .wishlist_table.mobile .additional-info-wrapper .product-add-to-cart a.add_to_cart.button.alt, .wishlist_table.mobile .additional-info-wrapper a.yith-wcqv-button {
     font-size: 15px;
     min-width: auto;
}
 .wishlist_table.mobile .item-details a.button {
     margin-right: 0px;
     font-size: 14px;
}
 .wishlist_table.mobile li .product-name h3 {
     font-size: 26px;
}
 .wishlist_table.mobile li .item-details table.item-details-table td {
     font-size: 16px;
}
 .wishlist_table.mobile li .item-details table.item-details-table td.label {
     width: auto;
}
/* Stripe ------------ */
 #add_payment_method #payment, .woocommerce-cart #payment, .woocommerce-checkout #payment {
     background: #fbf1f1;
}
 #add_payment_method #payment div.payment_box::before, .woocommerce-cart #payment div.payment_box::before, .woocommerce-checkout #payment div.payment_box::before{
     border: 1em solid #d8d8d8;
     border-right-color: transparent;
     border-left-color: transparent;
     border-top-color: transparent;
}
 #add_payment_method #payment div.payment_box, .woocommerce-cart #payment div.payment_box, .woocommerce-checkout #payment div.payment_box{
     background: #d8d8d8;
}
#add_payment_method #payment div.payment_box, .woocommerce-cart #payment div.payment_box, .woocommerce-checkout #payment div.payment_box{
	color: #000000;
	font-weight: 600;
}
 #add_payment_method #payment ul.payment_methods .stripe-card-group, .woocommerce-checkout #payment ul.payment_methods .stripe-card-group {
     width: 100%;
}
 #stripe-payment-data .wc-stripe-elements-field {
     padding: 15px !important;
     width: 100%;
}
#stripe-payment-data div.form-row {
     padding: 0px !important;
     margin: 5px 0px !important;
}
 .woocommerce-checkout table.shop_table thead th, .woocommerce-checkout table.shop_table tbody td {
     text-align: left;
}
/*.woocommerce div.product div.images .flex-control-thumbs li{
     width: 100% !important;
     margin-bottom: 5px;
}
*/
.woocommerce nav.woocommerce-pagination{
    margin-top: 50px;
}
 .woocommerce nav.woocommerce-pagination ul li a:focus, .woocommerce nav.woocommerce-pagination ul li span.current {
     background: #e7423c;
     color: #ffffff;
     font-weight: 600 
}
}
 .woocommerce nav.woocommerce-pagination ul li a:hover{
     background: #181818;
     color: #ffffff;
}
 .single_variation_wrap .woocommerce-variation-add-to-cart{
     margin: 10px 0px;
}
 .wc-block-mini-cart__badge{
     background: red;
     color: #ffffff;
}
/* .woocommerce-checkout .col2-set {
     width: 47.8260869565%;
     float: left;
     margin-right: 4.347826087%;
}
 .woocommerce-checkout #order_review{
     width: 47.8260869565%;
     float: right;
     margin-right: 0;
}
 .woocommerce-checkout .col2-set .col-1, .woocommerce-checkout .col2-set .col-2{
     width: 100% !important;
     max-width: 100%;
}
 */
 .woocommerce-checkout .checkout .col-2 h3#ship-to-different-address span{
     font-weight: 800;
     font-size: 24px;
     line-height: 30px;
}
.woocommerce table.shop_attributes td{
	font-style: normal;
}
.woocommerce ul#shipping_method li input {
    margin: 6px .4375em 0 0;
    vertical-align: top;
}







 @media all and (max-width:1200px) {
    #tab-accessories .woocommerce .col-xl-4 {
         max-width: 33.33333%;
    }
    .shopbybrandslist .title h4, .leftsidebar .widget .title h4 {
         font-size: 20px;
         line-height: 28px;
    }
    .woocommerce #respond input#submit, .woocommerce a.button, .woocommerce button.button, .woocommerce input.button, .woocommerce button.button.alt, .yith-wcwl-add-button a{
    	font-size: 15px;
    	line-height: 24px;
    	padding: 10px 15px;
    }
    .product-col .rate span, .woocommerce-variation-price span{
    	font-size: 18px;
    	line-height: 28px;
    }
    .products .product-category .product-cat .productcat-title{
    	bottom: 10px;
    	left: 0px;
    }
    .products .product-category .product-cat .productcat-title a h2{
    	font-size: 18px;
    	list-height: 28px;
    	padding: 8px 10px;
    }



}
 @media all and (max-width:992px) {
     #tab-accessories .woocommerce .col-xl-4 {
         max-width: 50%;
    }
    .leftsidebar{
         margin-top: 40px 
    }
}

 @media all and (max-width:767px) {
 	.woocommerce #content div.product div.images, .woocommerce div.product div.images, .woocommerce-page #content div.product div.images, .woocommerce-page div.product div.images,
	.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-tabs {
    	float: left;
    	width: 100% !important;
    	margin-left: 0px;
    	margin-right: 0px;
	}
     .woocommerce .col2-set .col-1, .woocommerce-page .col2-set .col-1, .woocommerce .col2-set .col-2, .woocommerce-page .col2-set .col-2 {
         max-width: 100% !important;
         margin-bottom: 20px;
    }
    .cart_totals h2{
    	font-size: 30px;
    	line-height: 36px;
    }
}


 @media all and (max-width:575px) {
    #tab-accessories .woocommerce .col-xl-4 {
         max-width: 100%;
    }
    .woocommerce .productswrapper .col-sm-6{
		flex: 0 0 50% !important;
        max-width: 50% !important;
	}
	.woocommerce #respond input#submit, .woocommerce a.button, .woocommerce button.button, .woocommerce input.button, .woocommerce button.button.alt, .yith-wcwl-add-button a{
    	font-size: 14px;
    	line-height: 24px;
    	padding: 8px 10px;
    }
    .woocommerce .woocommerce-result-count, .woocommerce .woocommerce-ordering select{
    	font-size: 15px;
    	line-height: 24px;
    }
}



 @media all and (max-width:450px) {
 	.woocommerce .productswrapper .col-sm-6{
		flex: 0 0 100% !important;
        max-width: 100% !important;
	}
	.product-col {
	    padding: 15px;
	}
	.product-col .product-detail h6 {
         font-size: 20px;
         line-height: 28px;
    }
    .products .product-category .product-cat .productcat-title a h2{
    	font-size: 22px;
    	list-height: 28px;
    	padding: 10px 15px;
    }
    .woocommerce #respond input#submit, .woocommerce a.button, .woocommerce button.button, .woocommerce input.button, .woocommerce button.button.alt, .yith-wcwl-add-button a{
    	font-size: 16px;
    	line-height: 28px;
    	padding: 10px 20px;
    }
 	.woocommerce .woocommerce-result-count, .woocommerce .woocommerce-ordering select{
    	font-size: 14px;
    	line-height: 24px;
    }
     .woocommerce .result-ordering {
         width: 100%;
         text-align: center;
    }
     .woocommerce .woocommerce-result-count, .woocommerce-page .woocommerce-result-count, .woocommerce .woocommerce-ordering, .woocommerce-page .woocommerce-ordering {
         float: none !important;
         display: inline-block;
    }
     #stripe-payment-data .form-row-first, #stripe-payment-data .form-row-last {
         width: 100% 
    }
     h2.product_title {
		font-size: 28px;
		line-height: 36px;
 	}
 	.woocommerce .woocommerce-form-coupon .form-row-first, .woocommerce .woocommerce-form-coupon .form-row-last{
 		width: 100% !important;
 	}
 	.woocommerce-checkout .col2-set{
 		margin: 0px;
 	}
 	.woocommerce-checkout .col2-set .col-1, .woocommerce-checkout .col2-set .col-2{
 		padding: 0px;
 	}
 	.woocommerce-checkout .checkout .col-2 h3#ship-to-different-address span {
	    font-weight: 800;
	    font-size: 20px;
	    line-height: 28px;
	}
}


