/**
Theme Name: Child Theme
Author: Webpanda
Author URI: https://webpanda.pl/
Description: This is a child theme. Do not delete.
Version: 2.0.6
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: theme-child
Template: hello-elementor
*/

html {
scroll-behavior: smooth;
}

body, body h1, body h2, body h3, body h4, body h5, body h6, body p, body blockquote p, body div, body span {
  font-family: "Poppins", sans-serif;
}

@font-face {
    font-family: "Poppins";
    src: url("fonts/Poppins.eot");
    src: url("fonts/Poppins.eot#iefix") format("embedded-opentype"),
		 url("fonts/Poppins.woff2") format("woff2"),
		 url("fonts/Poppins.woff") format("woff"),
		 url("fonts/Poppins.ttf") format("truetype"),
		 url("fonts/Poppins.svg") format("svg");
		 font-weight: normal;
         font-style: normal;
		 font-display: swap;
}

/* GLOBAL STYLE */
h1, h2, h3, h4, h5, h6,
.elementor h1, .elementor h2, .elementor h3, .elementor h4, .elementor h5, .elementor h6 {
margin-top: 10px;
margin-bottom: 10px;
}

h1.elementor-heading-title, 
h2.elementor-heading-title, 
h3.elementor-heading-title, 
h4.elementor-heading-title, 
h5.elementor-heading-title, 
h6.elementor-heading-title {
margin-top: 0px;
margin-bottom: 0px;
}

ul, ol, .elementor-widget-text-editor ul, .elementor-widget-text-editor ol{
margin-bottom: 10px;
padding-left: 30px;
}

.elementor-widget-text-editor p:last-child, .textwidget p:last-child, p.elementor-heading-title {margin-bottom:0px;}
/* END GLOBAL STYLE */


/* BLOG POST */
img {
height: auto;
max-width: 100%;
}
b,
strong {
font-weight: bold;
}
blockquote {
border-left: 4px solid rgba(0, 0, 0, 0.06);
padding: 10px 20px;
font-size: 1.1em;
font-style: italic;
margin: 10px 0px;
position: relative;
}
blockquote p:last-child {
margin: 0;
}
pre {
background: rgba(0, 0, 0, 0.06);
font-family: inherit;
font-size: inherit;
line-height: inherit;
margin: 10px 0px;
padding: 10px 20px;
overflow: auto;
max-width: 100%;
}
hr, .elementor hr {
background-color: rgba(0,0,0,1);
border: 0;
height: 1px;
margin-bottom: 10px;
margin-top: 10px;
}
fieldset {
padding: 0;
border: 0;
min-width: inherit;
}
fieldset legend {
padding: 0;
margin-bottom: 0;
}
/* Galleries */
.wp-block-gallery,
ul.blocks-gallery-grid {
margin-left: 0;
}
.wp-block-gallery .blocks-gallery-image figcaption,
.wp-block-gallery .blocks-gallery-item figcaption {
background: rgba(255, 255, 255, 0.4);
color: #000;
padding: 0;
-webkit-box-sizing: border-box;
        box-sizing: border-box;
}
.gallery {
margin-left: -6px;
margin-right: -6px;
margin-top: 20px;
margin-bottom: 20px;
}
.gallery-item {
display: inline-block;
text-align: center;
vertical-align: top;
width: 100%;
padding: 6px;
}

.single-post .gallery{
    display:-webkit-box;
    display:-ms-flexbox;
    display:flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center
}

.gallery-icon {
padding: 0;
}
.gallery .gallery-item img{
border-radius: 0px;
vertical-align: top;
}
.gallery-columns-2 .gallery-item {
max-width: 50%;
}
.gallery-columns-3 .gallery-item {
max-width: 33.33%;
}
.gallery.gallery-columns-4 .gallery-item {
max-width: 25%;
}
.gallery-columns-5 .gallery-item {
max-width: 20%;
}
.gallery-columns-6 .gallery-item {
max-width: 16.66%;
}
.gallery-columns-7 .gallery-item {
max-width: 14.28%;
}
.gallery-columns-8 .gallery-item {
max-width: 12.5%;
}
.gallery-columns-9 .gallery-item {
max-width: 11.11%;
}
.gallery-caption {
display: block;
padding: 5px;
background: rgba(0,0,0,0.04);
background-color: rgba(0,0,0,0.04);
color: #000;
font-size: 12px;
line-height: 1em;
}
.elementor embed, 
.elementor iframe, 
.elementor object, 
.elementor video,
embed, 
iframe,
object, 
video {
max-width: 100%;
width: 100%;
margin: 0;
line-height: 1;
border: none;
min-height: 700px;
}
.elementor .el-map-custom.elementor-widget-google_maps iframe {
min-height: inherit;	
}
@media screen and (max-width:767px){
.elementor embed, 
.elementor iframe, 
.elementor object, 
.elementor video,
embed, 
iframe, 
object, 
video {
max-width: 100%;
width: 100%;
min-height: 300px;
max-height: 300px;
}}
figure {
margin: 0;
}
@media screen and (max-width: 767px){
.gallery.gallery-columns-2 .gallery-item, 
.gallery.gallery-columns-3 .gallery-item,
.gallery.gallery-columns-4 .gallery-item,
.gallery.gallery-columns-5 .gallery-item,
.gallery.gallery-columns-6 .gallery-item,
.gallery.gallery-columns-7 .gallery-item,
.gallery.gallery-columns-8 .gallery-item,
.gallery.gallery-columns-9 .gallery-item {
max-width: 100%;
}}
/* End Galleries */
/* Single Post Image*/
.single-post p img {
margin-top: 20px;
margin-bottom: 20px;
border-radius: 0px;
}
figure.wp-caption{
margin-top: 20px;
margin-bottom: 20px;
}
figcaption.wp-caption-text{
display: block;
padding: 10px;
background: rgba(0,0,0,0.04);
background-color: rgba(0,0,0,0.04);
color: #000;
font-size: 12px;
line-height: 1em;
font-style: normal;
border-radius: 0px !important;
}
.wp-caption img[class*="wp-image-"] {
display: block;
margin: 0 auto 0;
max-width: 100%;
}
.wp-caption img {
position: relative;
vertical-align: bottom;
border-radius: 0px;
}
.wp-caption.alignleft {
margin: 5px 20px 10px 0;
}
.wp-caption.alignright {
margin: 5px 0px 10px 20px;
}
.wp-caption.aligncenter{
margin: 20px auto;
}
@media screen and (max-width:768px){
.wp-caption.alignleft, .wp-caption.alignright, .wp-caption.aligncenter {
margin: 20px auto;
display: block;
width: 100% !important;
float: none;
}
.wp-caption.alignleft img, .wp-caption.alignright img, .wp-caption.aligncenter img{
width: 100%;	
}}
/* End Single Post Image*/

/* Comments */
.comments-area .comment-form-cookies-consent input, 
.comments-area .comment-form-cookies-consent label{
vertical-align: middle;
display: inline;	
}

.comments-area .comment-form-cookies-consent input{
width: 14px;
display: inline-block;
}
.comments-area .comment-form-cookies-consent label{
width: 90%;	
display: inline-block;
}

.comments-area .form-submit input[type="submit"], .comments-area .form-submit .elementor-button{
font-size: 16px;
line-height: 1em;
font-weight: 400;
padding: 10px 20px;
color: #000;
border: 1px solid #000;
background: #fff;
}

.comments-area .form-submit input[type="submit"]:hover, .comments-area .form-submit .elementor-button:hover{
color: #fff;
border: 1px solid #000;
background: #000;
}

.comments-area .comment-form-cookies-consent #wp-comment-cookies-consent{
display: inline-block;
position: relative;
top: 2px !important;
margin: 0px 4px 4px 0px;
}

.comments-area .comment-form-cookies-consent{
margin: 20px 0px;	
}

.comments-area .comment-metadata, .comments-area .comment-metadata a {
color: #000;	
}

#comments.comments-area .comment-list{
margin-bottom: 20px;	
}
#comments.comments-area .comment-respond {
margin-top: 20px;	
}
#comments.comments-area .comment-respond small{
display:block;
margin: 10px 0;
width: 100%;
}
#comments.comments-area .comment-reply-title {
display: block;
width: 100%;
}
#comments.comments-area a#cancel-comment-reply-link {
font-size: 14px;
line-height: 1em;
color: rgba(0,0,0,0.4);
border: 1px solid rgba(0,0,0,0.4);
padding: 5px 10px;
}
#comments.comments-area a#cancel-comment-reply-link:hover{
color: rgba(0,0,0,1);
border: 1px solid rgba(0,0,0,1);
}
/* End Comments */


/* Accessibility -----------------------*/
.screen-reader-text {
border: 0;
clip: rect(1px, 1px, 1px, 1px);
-webkit-clip-path: inset(50%);
clip-path: inset(50%);
height: 1px;
margin: -1px;
overflow: hidden;
padding: 0;
position: absolute !important;
width: 1px;
word-wrap: normal !important;
}
.screen-reader-text:focus {
background-color: #f1f1f1;
border-radius: 3px;
-webkit-box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
        box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
clip: auto !important;
-webkit-clip-path: none;
clip-path: none;
color: #21759b;
display: block;
font-size: 0.875rem;
font-weight: 700;
height: auto;
left: 5px;
line-height: normal;
padding: 15px 23px 14px;
text-decoration: none;
top: 5px;
width: auto;
z-index: 100000;
}
/* Do not show the outline on the skip link target. */
#primary[tabindex="-1"]:focus {
outline: 0;
}
/* End Accessibility */
/* Clearings */
.clear:after,
.entry-content:after,
.comment-content:after,
.site-header:after,
.site-content:after,
.paging-navigation:after,
.site-footer:after,
.site-info:after,
.page-header-content-container:after,
.inside-navigation:not(.grid-container):after,
.inside-header:not(.grid-container):after,
.inside-top-bar:not(.grid-container):after,
.inside-footer-widgets:not(.grid-container):after {
content: "";
display: table;
clear: both;
}
/* End Clearings */
/* END BLOG POST & GLOBAL */

/* --- TABLE --- */
table,
table p strong, 
table p, 
table span, 
table strong, 
table h1, 
table h2, 
table h3, 
table h4, 
table h5, 
table h6 {
word-wrap: normal;
word-break: normal;
}

table, 
.table.primary {
overflow: auto;
overflow-x: auto;
overflow-y: hidden;
width: 100%;
max-width: 100%;
min-width: auto;
border: 1px solid #eee;
border-spacing: 0px;
}

tbody, td, tr, th {
width: auto; 
max-width: auto; 
min-width: auto;
}

tr, tbody, td, th {
border: 1px solid #eee; 
}

@media screen and (max-width: 768px){
table {
padding: 5px;
text-align: center;  
border: none;
}    
table tbody, table thead  {
width: auto;
max-width: auto;
min-width: auto;
padding: 0px;
}
table th, table td, table tr {
padding: 5px;
font-size: 10px;
line-height: 10px;
vertical-align: middle;
width: 100%;
max-width: 100%;
min-width: auto;
}} 

@media screen and (max-width: 400px){
table th, table td, table tr {
font-size: 8px;
line-height: 1em;
}}

@media screen and (max-width: 310px){
table {
word-break:break-word;
}
table th, table td, table tr {
font-size: 3vw;
line-height: 1em;
}}
/* --- END TABLE --- */



/* --- ELEMENTOR --- */
/* Header */
.elementor .search-custom .elementor-search-form__input{
border: 1px solid #999;
border-right: none;
padding-left: 15px;
border-radius: 0px 0px 0px 0px;
}

.elementor .search-custom .elementor-search-form__submit, .elementor .search-custom .elementor-search-form__submit:hover{
border-radius: 0px 0px 0px 0px;	
}

.elementor .elementor-nav-menu ul ul a, .elementor .elementor-nav-menu ul ul a:active, .elementor .elementor-nav-menu ul ul a:focus, .elementor .elementor-nav-menu ul ul a:hover {
border-left: 8px solid transparent;
}

.cart-menu-custom.elementor-menu-cart--items-indicator-bubble .elementor-menu-cart__toggle .elementor-button-icon[data-counter]:before {
display: block;
position: absolute;
min-width: 2.4em;
height: 2.4em;
border-radius: 100%;
text-align: center;
font-size: 10px;
line-height: 2.4;
}

/* Fix Elementor Cart */
.elementor .elementor-menu-cart__products {
    max-height: auto;
    overflow: hidden;
    overflow-y: hiddin;
    -webkit-overflow-scrolling: touch;
}
/* End Fix Elementor Cart */

/* jet hamburger panel icon fix */
.elementor .jet-hamburger-panel.open-state .jet-hamburger-panel__icon.icon-active {
display: inline-block !important;
margin-right: 0px;
margin-left: 0px;
margin-bottom: -3px;
}
/* end jet hamburger panel icon fix */

/* Header Menu */
.elementor ul.elementor-nav-menu--dropdown a, .elementor ul.elementor-nav-menu--dropdown a:focus, .elementor ul.elementor-nav-menu--dropdown a:hover {
    text-shadow: none;
    border-left: 0px;
}

.elementor .elementor-nav-menu .select-menu-point a {
color: #ee7f4b;
}
.elementor .elementor-nav-menu .select-menu-point a:hover{
color: #fff; 
background: #ee7f4b;
}

/* End Header Menu */
/* End Header */


/* Fix Elementor icons widget custom */
.icon-list-fix.elementor-widget .elementor-icon-list-item, .icon-list-fix.elementor-widget .elementor-icon-list-item a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: start;
    font-size: inherit;
}

.icon-list-fix.elementor-widget .elementor-icon-list-item .elementor-icon-list-icon {
  margin-top: 3px
}
/* End fix Elementor icons widget custom */

/* Elementor Footer */
/* Fix Elementor icon footer */
.fix-icon-list-custom.elementor-widget.elementor-align-left .elementor-icon-list-item, .fix-icon-list-custom.elementor-widget.elementor-align-left .elementor-icon-list-item a {
-webkit-box-pack: inherit;
-ms-flex-pack: inherit;
justify-content: inherit;
text-align: inherit;
}
.fix-icon-list-custom .elementor-icon-list-item a .elementor-icon-list-text,
.fix-icon-list-custom .elementor-icon-list-item .elementor-icon-list-text{
display: inline !important;
}  
.fix-icon-list-custom .elementor-icon-list-item a .elementor-icon-list-icon,
.fix-icon-list-custom .elementor-icon-list-item .elementor-icon-list-icon{
display:inline-block;
bottom: -2px;
position:relative;
}
.fix-icon-list-custom .elementor-icon-list-item a, 
.fix-icon-list-custom .elementor-icon-list-item {
display: block !important;
} 
/* End fix Elementor icon footer */

/* Website Footer */

.elementor .website-footer .elementor-widget-container a {
color:#000;
}

.elementor .website-footer .elementor-widget-container a:hover {
color:#1F6C36;
}

/* End Website Footer */

/* End Elementor Footer */
/*--- END ELEMENTOR ---*/



/* --- WOOCOMMERCE --- */

/* Add to cart */
.woocommerce #respond input#submit.loading::after, .woocommerce a.button.loading::after, 
.woocommerce button.button.loading::after, .woocommerce input.button.loading::after,
.woocommerce .jet-woo-products .jet-woo-product-button.is--default .ajax_add_to_cart.loading::after {
content: "";
font-weight: 400;
position: relative;
display:inline-block;
top: 1px;
bottom: auto;
padding:0;
margin:0;
left: 4px;
right: auto;
text-align:center;
border: 3px solid #000;
border-top: 3px solid #eee;
width: 14px;
height: 14px;
border-radius: 50%;
opacity: 1 !important;
-webkit-animation: cartspin 1s linear infinite;
        animation: cartspin 1s linear infinite;
}
@-webkit-keyframes cartspin {
0% { -webkit-transform: rotate(0deg); transform: rotate(0deg); }
100% { -webkit-transform: rotate(360deg); transform: rotate(360deg); }
}
@keyframes cartspin {
0% { -webkit-transform: rotate(0deg); transform: rotate(0deg); }
100% { -webkit-transform: rotate(360deg); transform: rotate(360deg); }
}

.woocommerce #respond input#submit.added::after, .woocommerce a.button.added::after, 
.woocommerce button.button.added::after, .woocommerce input.button.added::after,
.woocommerce .jet-woo-products .jet-woo-product-button.is--default .ajax_add_to_cart.added::after {
margin-left: 4px;
margin-right: -2px;
font-size: 14px;
vertical-align: baseline;
}

.woocommerce .added_to_cart {
display:none !important;	
}

.add-to-cart-custom form.cart .qib-container + button[type='submit']:focus:not(#qib_id):not(#qib_id) {
outline-width: 0px;
outline-offset: -2px;
outline-style: solid;
}
.woocommerce .qib-container .minus.qib-button {
border-top: 1px solid !important;
border-right: 0px solid !important;
border-bottom: 1px solid !important;
border-left: 1px solid !important;
border-color: #000 !important;
border-radius: 0px 0px 0px 0px !important;
}
.woocommerce .qib-container .plus.qib-button {
border-top: 1px solid !important;
border-right: 1px solid !important;
border-bottom: 1px solid !important;
border-left: 0px solid !important;
border-color: #000 !important;
border-radius: 0px 0px 0px 0px !important
}
.woocommerce .qib-container .quantity input.qty:not(#qib_id):not(#qib_id) {
border-color: #000;
}
form.cart .qib-container + button[type='submit']:not(#qib_id):not(#qib_id), form.cart .qib-container + div:not(#qib_id):not(#qib_id):not(_) {
margin-left: 5px !important;
}
.woocommerce .qib-button:not(#qib_id):not(#qib_id) {
color: #000;
background: rgba(0,0,0,0);
background-color: rgba(0,0,0,0);
line-height: 1;
display: inline-block;
margin: 0;
padding: 0;
-webkit-box-sizing: border-box;
        box-sizing: border-box;
color: #000;
float: left;
font-size: 16px;
}
.woocommerce .qib-button:not(#qib_id):not(#qib_id):hover {
background: rgba(0,0,0,0.1);
background-color: rgba(0,0,0,0.1);
	
}
.woocommerce .qib-container .quantity input.qty:not(#qib_id):not(#qib_id) {
line-height: 1;
font-size: 16px;
border-radius: 0;
}
.woocommerce form.cart button[type='submit']:not(#qib_id):not(#qib_id):not(_):not(_) {
height: 40px;
text-align: center;
}
/* end add to cart */

/* Image Popup */
.single-product .pswp__caption pswp__caption--fake, .pswp__caption__center, .pswp__caption {
display: none !important;	
}
.single-product .pswp__bg {
background: #000 !important;
opacity: 0.8 !important;
}
/* End Image Pppup*/

/* product price fix */
.woocommerce div.product p.price, .woocommerce div.product span.price {
color: inherit;
font-size: inherit;
}
/* end product price fix */
/* Sale Badge Single Product */
.single-product.woocommerce span.onsale {
min-height: auto;
min-width: auto;
padding: 5px 10px !important;
font-size: 14px;
font-weight: 400;
position: absolute;
text-align: center;
line-height: 1;
top: 10px;
left: 10px;
margin: 0;
border-radius: 0px;
background-color: #F19953;
color: #fff;
z-index: 9;
}
/* End Sale Badge Single Product */
/* Star rating Fix*/
.woocommerce .star-rating span::before {
font-family: star;
}
/* End Star rating Fix */

/* single product tabs */
.single-product.woocommerce div.product .woocommerce-tabs ul.tabs {
padding: 0;
margin: 0px 0px 20px 0px;
}
.single-product .woocommerce-tabs .tabs.wc-tabs li.active a{
font-weight:700 !important;	
}
.single-product .woocommerce-Tabs-panel h2:first-child {
display: none !important;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li{
background: rgba(0,0,0,.02);
color: inherit;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li.active {
background: rgba(0,0,0,.04);
color: inherit;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li {
border: 0px solid #fff;
background: rgba(0,0,0,0.02);	
color: inherit;
display: inline-block;
position: relative;
z-index: 0;
border-radius: 0;
margin: 0;
padding:0;
}

@media screen and (max-width: 767px){
.woocommerce div.product .woocommerce-tabs ul.tabs li {
width: 100%;
border-bottom: 2px solid #fff;
}}

/* out of stock form */
.single-product .cwginstock-subscribe-form .panel-primary {
border: 1px solid #ccc;
}
.single-product .cwginstock-subscribe-form .panel {
margin-bottom: 20px;
border-radius: 0px;
}
.single-product .cwginstock-subscribe-form .panel-primary>.panel-heading {
background-color: #f4f4f4;
border-color: #f4f4f4;
}
.single-product .cwginstock-subscribe-form .panel-heading {
padding: 10px 15px;
border-bottom: 1px solid #f4f4f4;
}
.single-product .cwginstock-subscribe-form .cwginstock-panel-heading h4 {
color: #000;
font-size: 18px;
line-height: 1.2em;
}
.single-product .cwginstock-subscribe-form .form-group{
margin-bottom: 0;
}
.single-product .cwginstock-subscribe-form .form-group .cwgstock_button {
font-size: 16px;
line-height: 1px;
text-transform: uppercase;
padding: 15px 20px;
margin-top: 0px;
margin-bottom: 0px;
border: 1px solid #1F6C36;
color: #fff;
background: #1F6C36;
}
.single-product .cwginstock-subscribe-form .form-group .cwgstock_button:hover{
border: 1px solid #23B84F !important;
color: #fff;
background: #23B84F;    
}
.single-product .cwginstock-subscribe-form .cwgstock_output{
margin-top:20px;
text-align:center;
font-size: 14px !important;
line-height: 1em;
}
.single-product .cwginstock-subscribe-form .cwgstock_output .cwginstockerror {
color: #000 !important;
}
/* end out of stock form */


/* end single product tabs */


/* single product review form */
.woocommerce .woocommerce-Tabs-panel {
margin: 10px 0px 30px 0px !important;
padding: 0 !important;
}
.woocommerce .woocommerce-Tabs-panel .clear {
display:none;	
}
.woocommerce .woocommerce-Tabs-panel .woocommerce-Reviews {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-orient: horizontal;
-webkit-box-direction: normal;
    -ms-flex-direction: row;
        flex-direction: row;
-webkit-box-pack: justify;
    -ms-flex-pack: justify;
        justify-content: space-between;
-webkit-box-align: start;
    -ms-flex-align: start;
        align-items: flex-start;
-ms-flex-line-pack: start;
    align-content: flex-start;
}

.woocommerce .woocommerce-tabs #comments, .woocommerce .woocommerce-tabs #review_form_wrapper {
width: 49% !important;
border: 1px solid #eee;
border-radius: 0px;
-ms-flex-item-align: start;
    align-self: flex-start;
-webkit-box-shadow: 0px 3px 10px -3px rgba(0,0,0,0.2);
        box-shadow: 0px 3px 10px -3px rgba(0,0,0,0.2);
}
.woocommerce .woocommerce-tabs #comments {
padding: 20px 20px 20px 20px;
}
.woocommerce .woocommerce-tabs #review_form_wrapper {
padding: 0px 20px 20px 20px;
}

.woocommerce .woocommerce-tabs #comments .comment_container {
border-bottom: 1px solid #eee;	
}
.woocommerce .woocommerce-tabs #comments .woocommerce-Reviews-title {
font-size: 20px;
margin-top: 10px;
}
.woocommerce .woocommerce-tabs #comments .woocommerce-Reviews-title:after {
content: "";	
display:block;
width: 100%;
height: 1px;
background: #eee;
margin-top: 10px
}
.woocommerce .woocommerce-tabs #comments .star-rating {
color: #F19953;
}
.woocommerce .woocommerce-Tabs-panel #reviews .commentlist {
padding-left: 5px;	
}
.woocommerce .woocommerce-Tabs-panel #reviews #comments ol.commentlist li .comment-text {
margin: 0 0 0 0px !important;
border: none;
border-radius: 0px;
padding: 0em 0em 0 !important;
}

.woocommerce .woocommerce-tabs #review_form_wrapper .comment-reply-title {
font-size: 20px;	
margin-top: 10px;
display:block;

}
.woocommerce .woocommerce-tabs #review_form_wrapper .comment-reply-title:after {
content: "";	
display:block;
width: 100%;
height: 1px;
background: #eee;
margin: 10px 0px 10px 0px;

}
.woocommerce .woocommerce-tabs #review_form_wrapper .comment-form-rating {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-orient: horizontal;
-webkit-box-direction: normal;
    -ms-flex-direction: row;
        flex-direction: row;
-webkit-box-pack: start;
    -ms-flex-pack: start;
        justify-content: flex-start;
-ms-flex-line-pack: center;
    align-content: center;	
margin-top: 20px;
}
.woocommerce .woocommerce-tabs #review_form_wrapper .comment-form-rating label[for="rating"]{
margin-right: 10px;	
}
.woocommerce .woocommerce-tabs #review_form_wrapper p.stars a {
color: #F19953;	
}
.woocommerce .woocommerce-tabs #review_form_wrapper p.stars a:hover, .woocommerce .woocommerce-tabs #review_form_wrapper p.stars a:active {
color: #F19953;
}


.woocommerce .woocommerce-tabs #review_form_wrapper .comment-form-comment label[for="comment"]{
margin: 10px 0px 10px 0px;
}
.woocommerce .woocommerce-tabs #review_form_wrapper input[type=date], 
.woocommerce .woocommerce-tabs #review_form_wrapper input[type=email], 
.woocommerce .woocommerce-tabs #review_form_wrapper input[type=number], 
.woocommerce .woocommerce-tabs #review_form_wrapper input[type=password], 
.woocommerce .woocommerce-tabs #review_form_wrapper input[type=search], 
.woocommerce .woocommerce-tabs #review_form_wrapper input[type=tel], 
.woocommerce .woocommerce-tabs #review_form_wrapper input[type=text], 
.woocommerce .woocommerce-tabs #review_form_wrapper input[type=url], 
.woocommerce .woocommerce-tabs #review_form_wrapper select, 
.woocommerce .woocommerce-tabs #review_form_wrapper textarea {
width: 100%;
border: 1px solid #eee;
border-radius: 0px;
padding: 10px;
}


/* submit button */
.woocommerce .woocommerce-tabs #review_form_wrapper #review_form .form-submit input {
max-width: auto;
width: auto;
font-weight: 400;
text-transform: uppercase;
background-color: #000;
color:#fff;
border-radius: 0px;
padding: 10px 20px;
}

.woocommerce .woocommerce-tabs #review_form_wrapper #review_form .form-submit input:hover{
background-color: #F19953;	
}

.woocommerce .woocommerce-tabs #review_form_wrapper #review_form #respond p.form-submit {
margin-top: 1em;
text-align:left !important;  
}
/* end submit button */

.woocommerce .woocommerce-tabs #review_form_wrapper .comment-form-cookies-consent {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-orient: horizontal;
-webkit-box-direction: normal;
    -ms-flex-direction: row;
        flex-direction: row;
-webkit-box-pack: start;
    -ms-flex-pack: start;
        justify-content: flex-start;
-ms-flex-line-pack: start;
    align-content: flex-start;
-webkit-box-align: start;
    -ms-flex-align: start;
        align-items: flex-start;
margin-top: 20px !important;
}


.woocommerce .woocommerce-tabs #review_form_wrapper .comment-form-cookies-consent label[for="wp-comment-cookies-consent"] {
display:block;
margin: -1px 0px 0px 10px;
}

@media screen and (max-width:767px){
.woocommerce .woocommerce-tabs #comments {
width: 100% !important;
}
.woocommerce .woocommerce-tabs #review_form_wrapper {
width: 100% !important;	
margin-top: 20px;
}
.woocommerce .woocommerce-Tabs-panel .woocommerce-Reviews {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
    -ms-flex-direction: column;
        flex-direction: column;
-webkit-box-pack: justify;
    -ms-flex-pack: justify;
        justify-content: space-between;
-webkit-box-align: start;
    -ms-flex-align: start;
        align-items: flex-start;
-ms-flex-line-pack: start;
    align-content: flex-start;
}}
/* end single product review form */
/* Single product review form V2 */
.single-product.woocommerce .wooreviews-custom .woocommerce-Reviews {
display: block;
}
.single-product.woocommerce .wooreviews-custom #comments, .woocommerce .wooreviews-custom #review_form_wrapper {
width: 100% !important;
border: 1px solid #ddd;
border-radius: 0px;
-webkit-box-shadow: 0px 3px 10px -3px rgba(0,0,0,0.2);
        box-shadow: 0px 3px 10px -3px rgba(0,0,0,0.2);
}
.single-product.woocommerce .wooreviews-custom #comments {
padding: 10px 20px 10px 20px;
}
.single-product.woocommerce .wooreviews-custom #review_form_wrapper {
padding: 10px 20px 10px 20px;
margin-top: 20px;
}

.single-product.woocommerce .wooreviews-custom #comments .comment_container {
margin-top: 2px;
}

.single-product.woocommerce .wooreviews-custom .woocommerce-Reviews .commentlist li.review{
border-bottom: 1px solid #ddd !important;
}
.single-product.woocommerce .wooreviews-custom .woocommerce-Reviews .commentlist li.review:last-child{
border-bottom: 0px solid #ddd !important;
margin-bottom: 0 !important;
}

.single-product.woocommerce .wooreviews-custom #comments .comment_container .woocommerce-review__author{
font-size: 14px;
line-height: 1em;
font-weight: 400;
font-style: italic;
color: #000;
}
.single-product.woocommerce .wooreviews-custom #comments .comment_container .woocommerce-review__dash,
.single-product.woocommerce .wooreviews-custom #comments .comment_container .woocommerce-review__published-date{
display:none;	
}

.single-product.woocommerce .wooreviews-custom #comments .woocommerce-Reviews-title {
font-size: 18px;
line-height: 1.2em;
font-weight:700;
text-transform: uppercase;
margin-top: 10px;
margin-bottom: 10px;
display:block;
}

.single-product.woocommerce .wooreviews-custom #comments .woocommerce-Reviews-title:after {
content: "";	
display:block;
width: 100%;
height: 0.1px;
background: #ddd;
margin-top: 15px
}

.single-product.woocommerce .wooreviews-custom #comments .star-rating {
color: #F19953;
}
.single-product.woocommerce .wooreviews-custom #reviews .commentlist {
padding-left: 0px;	
}
.single-product.woocommerce .wooreviews-custom #reviews #comments ol.commentlist li .comment-text {
margin: 0 !important;
border: none;
border-radius: 0px;
padding: 0px !important;
}
.single-product.woocommerce .wooreviews-custom #reviews #comments ol.commentlist li .comment-text p {
margin: 0px 0px 10px 0px;
}

.single-product.woocommerce .wooreviews-custom #review_form_wrapper .comment-reply-title {
font-size: 18px;
line-height: 1.2em;
font-weight:700;
text-transform: uppercase;
margin-top: 10px;
margin-bottom: 10px;
display:block;
}
.single-product.woocommerce .wooreviews-custom #review_form_wrapper .comment-reply-title:after {
content: "";	
display:block;
width: 100%;
height: 0.1px;
background: #ddd;
margin: 15px 0px 10px 0px;
}

.single-product.woocommerce .wooreviews-custom #review_form_wrapper .comment-form-rating {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-orient: horizontal;
-webkit-box-direction: normal;
    -ms-flex-direction: row;
        flex-direction: row;
-webkit-box-pack: start;
    -ms-flex-pack: start;
        justify-content: flex-start;
-ms-flex-line-pack: center;
    align-content: center;	
margin-top: 20px;
}
.single-product.woocommerce .wooreviews-custom #review_form_wrapper .comment-form-rating label[for="rating"]{
margin-right: 10px;	
}
.single-product.woocommerce .wooreviews-custom #review_form_wrapper p.stars a {
color: #F19953;
}
.single-product.woocommerce .wooreviews-custom #review_form_wrapper p.stars a:hover, 
.single-product.woocommerce .woocommerce-tabs #review_form_wrapper p.stars a:active {
color: #FFB377;
}

.single-product.woocommerce .wooreviews-custom #review_form_wrapper .comment-form-comment label[for="comment"]{
margin: 10px 0px 10px 0px;
}
.single-product.woocommerce .wooreviews-custom #review_form_wrapper input[type=date], 
.single-product.woocommerce .wooreviews-custom #review_form_wrapper input[type=email], 
.single-product.woocommerce .wooreviews-custom #review_form_wrapper input[type=number], 
.single-product.woocommerce .wooreviews-custom #review_form_wrapper input[type=password], 
.single-product.woocommerce .wooreviews-custom #review_form_wrapper input[type=search], 
.single-product.woocommerce .wooreviews-custom #review_form_wrapper input[type=tel], 
.single-product.woocommerce .wooreviews-custom #review_form_wrapper input[type=text], 
.single-product.woocommerce .wooreviews-custom #review_form_wrapper input[type=url], 
.single-product.woocommerce .wooreviews-custom #review_form_wrapper select, 
.single-product.woocommerce .wooreviews-custom #review_form_wrapper textarea {
width: 100%;
border: 1px solid #ddd;
border-radius: 0px;
padding: 10px;
}

/* submit button */
.single-product.woocommerce .wooreviews-custom #review_form_wrapper #review_form .form-submit input {
max-width: auto;
width: auto;
font-weight: 400;
text-transform: uppercase;
background-color: #F19953;
color:#fff;
border-radius: 0px;
padding: 10px 20px;
}

.single-product.woocommerce .wooreviews-custom #review_form_wrapper #review_form .form-submit input:hover{
background-color: #FFB377;	
}

.single-product.woocommerce .wooreviews-custom #review_form_wrapper #review_form #respond p.form-submit {
margin-top: 1em;
text-align:left !important;  
}
/* end submit button */

.single-product.woocommerce .wooreviews-custom #review_form_wrapper .comment-form-cookies-consent {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-orient: horizontal;
-webkit-box-direction: normal;
    -ms-flex-direction: row;
        flex-direction: row;
-webkit-box-pack: start;
    -ms-flex-pack: start;
        justify-content: flex-start;
-ms-flex-line-pack: start;
    align-content: flex-start;
-webkit-box-align: start;
    -ms-flex-align: start;
        align-items: flex-start;
margin-top: 20px !important;
}

.single-product.woocommerce .wooreviews-custom #review_form_wrapper 
.single-product.comment-form-cookies-consent label[for="wp-comment-cookies-consent"] {
display:block;
margin: 0px 0px 0px 10px;
}
.single-product.woocommerce .wooreviews-custom .woocommerce-Reviews .comment-form input#wp-comment-cookies-consent {
margin-right: 0px;	
}

@media screen and (max-width:767px){
.single-product.woocommerce .wooreviews-custom #comments {
width: 100% !important;
}
.single-product.woocommerce .wooreviews-custom #review_form_wrapper {
width: 100% !important;	
margin-top: 20px;
}
.single-product.woocommerce .wooreviews-custom .woocommerce-Reviews {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
    -ms-flex-direction: column;
        flex-direction: column;
-webkit-box-pack: justify;
    -ms-flex-pack: justify;
        justify-content: space-between;
-webkit-box-align: start;
    -ms-flex-align: start;
        align-items: flex-start;
-ms-flex-line-pack: start;
    align-content: flex-start;
}}

/* End Single product review form V2 */







/* product table additional info */
.single-product .woocommerce-Tabs-panel table.woocommerce-product-attributes.shop_attributes {
border-radius: 0px !important;
background: #fff;
border: none;
}

.single-product .woocommerce-Tabs-panel table.woocommerce-product-attributes.shop_attributes td,
.single-product .woocommerce-Tabs-panel table.woocommerce-product-attributes.shop_attributes th {
    font-style: normal;
    padding: 10px 10px 10px 20px;
    border-top: 0;
    border-bottom: 1px solid #fff;
    margin: 0;
    line-height: 1;
    vertical-align:middle;
}

/*
.single-product .woocommerce-Tabs-panel table.woocommerce-product-attributes.shop_attributes tbody{
-webkit-box-shadow: 0px 3px 10px -3px rgba(0,0,0,0.2);
        box-shadow: 0px 3px 10px -3px rgba(0,0,0,0.2);
}
*/

.single-product .woocommerce-Tabs-panel table.woocommerce-product-attributes.shop_attributes th, 
.single-product .woocommerce-Tabs-panel table.woocommerce-product-attributes.shop_attributes td {
vertical-align: middle;
border: none;
border-bottom: 1px solid #fff !important;
text-align: left;
}

.single-product .woocommerce-Tabs-panel table.woocommerce-product-attributes.shop_attributes th {
border-right: 1px solid #fff !important;	
border-bottom: 1px solid #fff !important;	
}


.woocommerce table.shop_attributes tr:nth-child(odd) td, .woocommerce table.shop_attributes tr:nth-child(odd) th {
background: rgba(0,0,0,.02);
}

.woocommerce table.shop_attributes tr:nth-child(even) td, .woocommerce table.shop_attributes tr:nth-child(even) th {
background: rgba(0,0,0,.04);
}
/* end product table additional info */
/* end product table info */

.single-product .elementor .jet-woo-products__not-found {
padding-left: 10px;	
}

/* Stock */
.woocommerce div.product p.stock {
font-size: 16px;
line-height: 1em;
margin-bottom: 20px;
}
.woocommerce div.product .stock {
color: #008E74;
}
.woocommerce div.product .stock.out-of-stock {
color: #cc0000;
}
.woocommerce div.product .stock.available-on-backorder{
color:#008E74;	
}
/* End Stock */


/* Swatches */
.single-product.woocommerce .elementor form.cart table.variations{
border: 0;
background-color: transparent;
margin-top:-10px;
}
.single-product.woocommerce form.cart table.variations tr, 
.single-product.woocommerce form.cart table.variations tbody, 
.single-product.woocommerce form.cart table.variations td, 
.single-product.woocommerce form.cart table.variations th {
border: none;
background-color: transparent;
}
.single-product.woocommerce form.cart table.variations tbody > tr:nth-child(odd) > td, 
.single-product.woocommerce form.cart table.variations tbody > tr:nth-child(odd) > th {
background-color: transparent;
}
.single-product.woocommerce form.cart table.variations td, 
.single-product.woocommerce form.cart table.variations th {
border: 0;
line-height: 1em;
vertical-align: middle;
text-align: left;
}
.single-product.woocommerce form.cart table.variations th.label{
padding-left: 0;
font-size: 14px;
line-height: 1em;
}
.single-product.woocommerce form.cart table.variations a.reset_variations{
margin-top: 10px;
display:block;
font-size: 14px;
color: #ddd;
}
.single-product.woocommerce form.cart table.variations a.reset_variations:hover{
color: #000;
}
.single-product.woocommerce.woo-variation-swatches.wvs-show-label form.cart table.variations td .woo-selected-variation-item-name, 
.single-product.woocommerce.woo-variation-swatches.wvs-show-label form.cart table.variations td label, 
.single-product.woocommerce.woo-variation-swatches.wvs-show-label form.cart table.variations th .woo-selected-variation-item-name, 
.single-product.woocommerce.woo-variation-swatches.wvs-show-label form.cart table.variations th label {
display: inline-block;
font-size: 16px !important;
font-weight: 700;
line-height: 1em ;
padding: 0;
margin: 0px 0px 2px 2px;
}
/* End Swatches */

/* Single Product Variation Price*/
.single-product .single_variation_wrap .woocommerce-variation.single_variation .woocommerce-variation-price span.price {
font-size: 20px;
line-height: 1em;
font-weight: 700;
background: #f4f4f4;
padding: 5px 10px;
border-radius: 0px;
}
.single-product .single_variation_wrap .woocommerce-variation.single_variation .woocommerce-variation-price{
margin-top: 10px !important;
margin-bottom: 20px !important;
}
/* End Single Product Variation Price*/


/* End Single Product*/

/* Cart page */
.woocommerce-cart .woocommerce-shipping-destination{
margin: 0px 0;
padding: 10px 0px;
}

@media screen and (max-width:768px){
.woocommerce-cart .woocommerce a.remove {
display: block;
font-size: 36px;
height: auto;
width: 36px;
text-align: center;
line-height: 1;
border-radius: 0;
color: #ddd;
text-decoration: none;
font-weight: 700;
border: 0;
}
.woocommerce-cart .woocommerce a.remove:hover {
color: #000;
}
.woocommerce-cart .woocommerce-cart-form__contents td.product-remove {
padding: 0 !important;
}

.woocommerce-cart .cart-custom .woocommerce table.cart td.product-quantity .qib-container:not(#qib_id):not(#qib_id) {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-pack: center;
    -ms-flex-pack: center;
        justify-content: center;
}

.woocommerce-page .e-shop-table.e-cart-section table.shop_table_responsive tr td::before {
font-weight: 700;
float: none;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-pack: center;
    -ms-flex-pack: center;
        justify-content: center;
text-align: center;
margin-bottom: 6px;
width: 100% !important;
}

.woocommerce-cart .cart-custom .product-remove:before,
.woocommerce-cart .cart-custom .product-thumbnail:before {
display:none !important;	
}
.woocommerce-cart .cart-custom.elementor-widget-woocommerce-cart .woocommerce table.shop_table.cart tbody tr:last-child td:before{
display: none;
}

.woocommerce #content table.cart .product-thumbnail, 
.woocommerce table.cart .product-thumbnail, 
.woocommerce-page #content table.cart .product-thumbnail, 
.woocommerce-page table.cart .product-thumbnail {
display: block !important;
}

.woocommerce-cart .cart-custom.elementor-widget-woocommerce-cart .woocommerce table.cart img {
width: 60%;
border: 1px solid rgba(0,0,0,0.1);
height: auto;
display: block;
text-align:center !important;
}

.woocommerce-cart .cart-custom .woocommerce-cart-form .product-thumbnail:before{
display: none;	
}
.woocommerce-cart .cart-custom .woocommerce-cart-form .product-thumbnail a{
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-pack: center;
    -ms-flex-pack: center;
        justify-content: center;
text-align: center;
}

.woocommerce-cart .cart-custom .woocommerce-cart-form .product-name a,
.woocommerce-cart .cart-custom .woocommerce-cart-form .product-price ,
.woocommerce-cart .cart-custom .woocommerce-cart-form .product-subtotal {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-pack: center;
    -ms-flex-pack: center;
        justify-content: center;
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
    -ms-flex-direction: column;
        flex-direction: column;
text-align: center;
}

.woocommerce-cart .cart-custom .woocommerce-cart-form .woocommerce-Price-amount.amount {
text-align: center;	
}

.woocommerce-cart .cart-custom.elementor-widget-woocommerce-cart .woocommerce table.shop_table.cart .actions .button {
display: block !important;
float: none;
width: 100% !important;
}
.woocommerce-cart .cart-custom.elementor-widget-woocommerce-cart .woocommerce .button.e-apply-coupon{
display: block !important;
width: 100% !important;
}}

@media screen and (max-width: 767px){
.woocommerce-cart .cart-custom.elementor-widget-woocommerce-cart .woocommerce table.cart tr {
padding: 0;
}}

.woocommerce-cart .cart-custom .woocommerce-shipping-estimate-html.e-checkout-message.e-cart-content,
.woocommerce-cart .cart-custom .cart_totals.calculated_shipping .woocommerce-shipping-destination{
display:block;
margin-top: 20px;
margin-bottom: 20px;
}
/* End Cart page */

/* Checkout Page */
.woocommerce-checkout .checkout-custom.elementor-widget-woocommerce-checkout-page .lost_password {
font-size: 16px;
line-height: 1;
margin-top: 5px;
}

.woocommerce-checkout .checkout-custom.elementor-widget-woocommerce-checkout-page #ship-to-different-address {
margin-top: 16px;
margin-bottom: 10px;
padding-left: 0;
}
.woocommerce-checkout .checkout-custom .woocommerce-terms-and-conditions-wrapper {
margin-bottom: 10px;
}

.woocommerce-checkout .checkout-custom.elementor-widget-woocommerce-checkout-page .woocommerce .shop_table td, 
.woocommerce-checkout .checkout-custom.elementor-widget-woocommerce-checkout-page .woocommerce .shop_table th, 
.woocommerce-checkout .checkout-custom.elementor-widget-woocommerce-checkout-page .woocommerce .shop_table tr {
width: 100%;	
}

@media screen and (max-width:768px){
.woocommerce-checkout .checkout-custom.elementor-widget-woocommerce-checkout-page .woocommerce .shop_table td, 
.woocommerce-checkout .checkout-custom.elementor-widget-woocommerce-checkout-page .woocommerce .shop_table th, 
.woocommerce-checkout .checkout-custom.elementor-widget-woocommerce-checkout-page .woocommerce .shop_table tr {
width: auto;	
}}


.woocommerce-checkout .checkout-custom .coupon-container-grid #coupon_code {
display:block;
width: 96%;
}

@media screen and (max-width:768px){
.woocommerce-checkout .checkout-custom .coupon-container-grid #coupon_code {
display:block;
width: 100%;
}}

.woocommerce-checkout .checkout-custom .coupon-container-grid .woocommerce-button.button.e-apply-coupon {
display:block;
width: 100%;
}

.woocommerce-shipping-totals.shipping th{
display:block;
margin-top: 10px;
}
.woocommerce-shipping-totals.shipping td{
width: 100% !important;	
display: inline;

}


/* select dropdown */
.select2-container--default .select2-results__option[aria-selected=true]{
background-color: #000;
color: #fff;
}
.select2-container--default .select2-results__option[data-selected=true]{
background-color: #eee;	
color: #000;
}
/* end select dropdown */

.woocommerce-checkout .woocommerce-checkout-review-order th.product-total{
min-width: 140px;
}
.woocommerce-checkout .woocommerce .woocommerce-checkout-review-order table.shop_table tr th.product-total,
.woocommerce-checkout .woocommerce .woocommerce-checkout-review-order table.shop_table tr td.product-total,
.woocommerce-checkout .woocommerce .woocommerce-checkout-review-order table.shop_table tr.cart-subtotal td,
.woocommerce-checkout .woocommerce .woocommerce-checkout-review-order table.shop_table tr.order-total td{
text-align: right;
width: 100%;
}

@media screen and (max-width:768px){
.woocommerce-checkout .woocommerce-checkout-review-order th.product-total{
min-width: auto;
}	
.woocommerce-checkout .woocommerce .woocommerce-checkout-review-order table.shop_table tr th.product-total,
.woocommerce-checkout .woocommerce .woocommerce-checkout-review-order table.shop_table tr td.product-total,
.woocommerce-checkout .woocommerce .woocommerce-checkout-review-order table.shop_table tr.cart-subtotal td,
.woocommerce-checkout .woocommerce .woocommerce-checkout-review-order table.shop_table tr.order-total td{
width: auto;
}}


.woocommerce-checkout .woocommerce-checkout-review-order .order-total .includes_tax{
font-size:12px;
line-height: 1.2em;	
display: block;
}

.woocommerce-checkout .checkout-custom.elementor-widget-woocommerce-checkout-page .woocommerce-checkout #payment .payment_methods li {
line-height: 2;
}
.woocommerce-checkout .checkout-custom.elementor-widget-woocommerce-checkout-page .woocommerce .woocommerce-privacy-policy-text p {
margin-top: 10px;
}

/* stripe fix*/
.woocommerce-checkout .wc-stripe_cc-container.wc-stripe-gateway-container {
max-height: 120px;
}
/* end stripe fix*/

/* mailpoet fix */
.woocommerce-checkout #mailpoet_woocommerce_checkout_optin_field{
margin-bottom: -20px !important;
}
.woocommerce-checkout #mailpoet_woocommerce_checkout_optin_field .woocommerce-form__label-for-checkbox span {
font-size: 14px !important;
font-weight: 400;
line-height: 1.2em;
top: 0px;
}
.woocommerce-checkout .woocommerce form .form-row #mailpoet_woocommerce_checkout_optin_field label {
font-size: 14px !important;
line-height: 1.2em !important;
}
/* end mailpoet fix */


/* End Checkout Page */

/* My Account */
.woocommerce-account .my-account-custom .woocommerce-form-login .woocommerce-form-login__rememberme {
display: block;
}
.woocommerce-account .my-account-custom .woocommerce-form-login .woocommerce-form-login__rememberme .woocommerce-form__input.woocommerce-form__input-checkbox {
top: -2px;
position:relative;
margin-right: 2px;
}
.woocommerce-account .my-account-custom.elementor-widget-woocommerce-my-account .e-my-account-tab:not(.e-my-account-tab__dashboard--custom) .woocommerce .woocommerce-form.woocommerce-form-login.login p:nth-child(3) {
margin-top: 0px;
}
/* Reset Password */
.woocommerce-account .my-account-custom.elementor-widget-woocommerce-my-account .e-my-account-tab:not(.e-my-account-tab__dashboard--custom) .woocommerce .woocommerce-ResetPassword {
width: 50%;
margin: 20px auto 40px;
}
@media screen and (max-width:767px){ 
.woocommerce-account .my-account-custom.elementor-widget-woocommerce-my-account .e-my-account-tab:not(.e-my-account-tab__dashboard--custom) .woocommerce .woocommerce-ResetPassword {
width: 90%;
margin: 20px auto 40px;
}}
/* End Reset Password */
/* End My Account */

/* Thank you page */
.woocommerce-order-received .woocommerce-notice.woocommerce-notice--success.woocommerce-thankyou-order-received {
font-size: 26px;
line-height: 1.2;
color: #000;
margin-bottom: 20px;
}

.woocommerce-order-received ul.woocommerce-order-overview.woocommerce-thankyou-order-details.order_details{
padding-left: 0;
color: #000;
}

.woocommerce-order-received .elementor-widget-woocommerce-checkout-page {
background-color: transparent;
font-family: inherit;
font-size: 14px;
line-height: 1.2;
color: #000;
}

.woocommerce-order-received .woocommerce-order-details h2.woocommerce-order-details__title {
margin-top: 20px;
margin-bottom: 10px;
}

.woocommerce-order-received table.woocommerce-table.woocommerce-table--order-details.shop_table order_details,
.woocommerce-order-received .elementor-widget-woocommerce-checkout-page .woocommerce .shop_table {
margin-bottom: 0;
border: 1px solid rgba(0,0,0,.2);
font-size: 14px;
border-radius: 0;
padding: 10px;
}

.woocommerce-order-received .elementor-widget-woocommerce-checkout-page .woocommerce .shop_table tfoot td, 
.woocommerce-order-received .elementor-widget-woocommerce-checkout-page .woocommerce .shop_table tfoot th {
color: #000;
}
.woocommerce-order-received .elementor-widget-woocommerce-checkout-page .woocommerce .shop_table thead {
background-color: transparent;
}
.woocommerce-order-received .elementor-widget-woocommerce-checkout-page .woocommerce .shop_table thead tr th {
font-weight: 700;	
font-size: 14px;
line-height: 1;
border-bottom: 0px solid rgba(0,0,0,.2);
width: 50%;
padding: 0px 0px 10px 0px;
}
.woocommerce-order-received .elementor-widget-woocommerce-checkout-page .woocommerce .shop_table tbody tr td {
font-weight: 400;	
font-size: 14px;
line-height: 1;
border-bottom: .04px solid rgba(0,0,0,.2);
width: 50%;
padding: 10px 0px 10px 0px;
}
.woocommerce-order-received .elementor-widget-woocommerce-checkout-page .woocommerce .shop_table tfoot tr th {
font-weight: 700;	
font-size: 14px;
line-height: 1;
border-bottom: 0px solid rgba(0,0,0,.2);
width: 50%;
padding: 10px 0px 10px 0px;
}
.woocommerce-order-received .elementor-widget-woocommerce-checkout-page .woocommerce .shop_table tfoot tr:last-child th,
.woocommerce-order-received .elementor-widget-woocommerce-checkout-page .woocommerce .shop_table tfoot tr:last-child td{
border-top: 0.04px solid rgba(0,0,0,.2);
padding: 10px 0px 0px 0px !important;
font-size: 14px;
line-height: 1;
}


.woocommerce-order-received .woocommerce .woocommerce-customer-details address {
font-style: normal;
margin-bottom: 0;
border: 0px solid rgba(0,0,0,.1);
border-bottom-width: 0px;
border-right-width: 0px;
text-align: left;
width: 100%;
border-radius: 5px;
padding: 0px 0px;
}
.woocommerce-order-received .woocommerce .woocommerce-customer-details .woocommerce-customer-details--phone::before,
.woocommerce-order-received .woocommerce .woocommerce-customer-details .woocommerce-customer-details--email::before {
font-family: inherit;
font-weight: 400;
font-variant: normal;
text-transform: none;
line-height: 1;
margin-right: 0;
content: "";
text-decoration: none;
margin-left: 0;
line-height: 1;
position: absolute;
display:none;
}
.woocommerce-order-received .woocommerce .woocommerce-customer-details .woocommerce-customer-details--email, 
.woocommerce-order-received .woocommerce .woocommerce-customer-details .woocommerce-customer-details--phone {
margin-bottom: 0;
padding-left: 0;
}


@media screen and (max-width:768px) {
.woocommerce-order-received .woocommerce-notice.woocommerce-notice--success.woocommerce-thankyou-order-received {
font-size: 20px;
font-weight: 700;
}
.woocommerce-order-received .woocommerce ul.order_details li {
float: none;
margin-right: 0;
text-transform: uppercase;
font-size: 12px;
line-height: 1;
border-right: none;
padding-right: 0;
margin-left: 0;
padding-left: 0;
list-style-type: none;
}
.woocommerce-order-received .woocommerce ul.order_details li strong {
margin-bottom: 10px;	
}

.woocommerce-order-received .elementor-widget-woocommerce-checkout-page {
background-color: transparent;
font-family: inherit;
font-size: 14px;
line-height: 1.2;
color: #000;
}

.woocommerce-order-received .woocommerce-order-details h2.woocommerce-order-details__title {
margin-top: 10px;
margin-bottom: 10px;
}

.woocommerce-order-received table.woocommerce-table.woocommerce-table--order-details.shop_table order_details,
.woocommerce-order-received .elementor-widget-woocommerce-checkout-page .woocommerce .shop_table {
margin-bottom: 0;
border: 1px solid rgba(0,0,0,.2);
font-size: 14px;
border-radius: 0;
padding: 10px;
}
.woocommerce-order-received .elementor-widget-woocommerce-checkout-page .woocommerce .shop_table thead tr th:last-child {
padding: 0px 0px 10px 10px;
}	
.woocommerce-order-received .elementor-widget-woocommerce-checkout-page .woocommerce .shop_table tbody tr td {
font-size: 14px;
line-height: 1;
width: 60%;
padding: 10px 0px 10px 0px;
}
.woocommerce-order-received .elementor-widget-woocommerce-checkout-page .woocommerce .shop_table tbody tr td:last-child{
padding: 10px 0px 10px 10px;
}
.woocommerce-order-received .elementor-widget-woocommerce-checkout-page .woocommerce .shop_table tfoot tr td{
padding: 10px 0px 10px 10px;	
}
.woocommerce-order-received .elementor-widget-woocommerce-checkout-page .woocommerce .shop_table tfoot tr:last-child th{
font-size: 14px;
line-height: 1;
}

.woocommerce-order-received .elementor-widget-woocommerce-checkout-page .woocommerce .shop_table tfoot tr:last-child td{
padding: 10px 0px 0px 10px !important;
font-size: 14px;
line-height: 1;
}
}

/* new fixes */
.woocommerce-order-received .wc-bacs-bank-details.order_details.bacs_details {
    padding-left:0;
}

.woocommerce-order-received .woocommerce-table__product-name.product-name .wc-item-meta {
    padding-left:0;
    padding-top: 10px;
}

.woocommerce-order-received .woocommerce-table__product-name.product-name .wc-item-meta li{
padding-top: 5px;
padding-bottom: 5px;
}

.woocommerce-order-received th.woocommerce-table__product-table.product-total {
    min-width: 160px;
}

@media screen and (max-width:767px){
.woocommerce-order-received th.woocommerce-table__product-table.product-total {
    min-width: 100px;
}}
/* end new fixes */



/* End thank you page */

/* Notices */
.woocommerce-error, .woocommerce-info, .woocommerce-message {
margin: 0px 0px 10px 0px;
}
@media screen and (max-width:767px){
.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 {
    float: none;
    display:inline-block;
    position:relative;
    bottom: 0px;
    top: 100% !important;
    width: 100%;
    text-align:center;
    margin-bottom: 10px;
}}

/* End Notices */

/* Shop Grid */
/* filter */
/*
.elementor .jet-smart-filters-sorting.jet-filter option {
background-color: #eee;
}
.elementor .jet-smart-filters-sorting.jet-filter option:hover{
background-color:#ddd;
}
*/
/* end filter */
/* End Shop Grid */


/* --- END WOOCOMMERCE --- */



/* Password page */
.wp-singular .post-password-form {
    margin: 50px auto;
    max-width: 620px;
    text-align:center;
    padding: 0 20px;
}

.wp-singular .post-password-form p {
    align-items: center;
    display: flex;
    width: 100%;
    justify-content: center;
    margin: 20px auto;
    
}

.wp-singular .post-password-form p label{
    display:block;
    text-align: left;
    padding-bottom: 30px;
    font-weight: 700;
    font-size: 20px;
    line-height: 1;
    
}

.wp-singular .post-password-form input[type="password"] {
    margin-top: 10px;
}

.wp-singular .post-password-form input[type="submit"] {
    padding: 12px 20px !important;
    margin-top:0px;
    margin-left: 10px;
}
/* End Password page */











/* --- JETFORMS --- */
.elementor .jetform-custom .wp-block-columns {
margin-bottom: 0;
}

/* JetForms spinner */
.elementor .jet-form-builder.is-loading {
opacity: 1;
}

.elementor .jet-form-builder.is-loading:before{
content: "";	
background: rgba(255,255,255,.8);	
width:100%;
height:100%;
display:block;
position: absolute;
z-index: 1;
}


.elementor .jet-form-builder.is-loading:after {
content: "";	
background: transparent;
position: absolute;
z-index: 2;
top: 25%;
bottom: auto;
left: 0; 
right: 0;
margin: 0 auto;
opacity: 1 !important;
border: 8px solid #ccc;
border-radius: 50%;
border-top: 8px solid #000;
width: 60px;
height: 60px;
-webkit-animation: spin 1s linear infinite;
        animation: spin 1s linear infinite;
}

@-webkit-keyframes spin {
  0% { -webkit-transform: rotate(0deg); transform: rotate(0deg); }
  100% { -webkit-transform: rotate(360deg); transform: rotate(360deg); }
}

@keyframes spin {
  0% { -webkit-transform: rotate(0deg); transform: rotate(0deg); }
  100% { -webkit-transform: rotate(360deg); transform: rotate(360deg); }
}
/* End JetForms spinner */
/* --- END JETFORMS --- */

/* --- Fixes --- */
.elementor .swiper-pagination {
z-index: 1;
}

.single-product .elementor-product-variable .variable-item.button-variable-item {
    border-radius: 0px !important;
}
.single-product .comment-form-cookies-consent label {padding-left: 5px}

.single-product .elementor .sku_wrapper.detail-container {
    display:none;
}
/* --- End Fixes --- */

/* --- BACK-TO-TOP --- */
.backtotopout {
width: 40px;
height: 40px;
position:fixed;
right: 10px;
left: auto;
top: auto;
bottom: 10px;
z-index: 999;
display: none;
}
.backtopin {
width: 40px;
height: 40px;
background-color: rgba(0,0,0,.4);
margin: 0 auto;  
text-align: center;
-webkit-box-sizing: border-box;
        box-sizing: border-box;
display: block;
padding-top: 6px;
border-radius: 0px;
-webkit-box-shadow: 0px 6px 20px -6px rgba(0,0,0,0.3);
        box-shadow: 0px 6px 20px -6px rgba(0,0,0,0.3);
} 
.backtopin:hover {
background-color: rgba(0,0,0,.9);	
}
.b-arrow-one {
height: 15px;
width: 15px;
border-left: 2px solid #ccc;
border-top: 2px solid #ccc;
margin-left: auto; 
margin-right: auto; 
margin-top: 10px;
-webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
        transform: rotate(45deg);
}
.backtopin:hover .b-arrow-one {
border-left: 2px solid #fff;
border-top: 2px solid #fff;
}
@media screen and (max-width:767px){
.backtopin {display:none;}
}
/* --- END BACK-TO-TOP --- */

/* --- SELECTION --- */
::-moz-selection {
background-color: #1F6C36;
color: #fff;
}
::selection {
background-color: #1F6C36;
color: #fff;
}
/* --- END SELECTION --- */

/* --- FOCUS --- */
input[type=search]:focus {
outline: none;
}
:focus {
outline: none;
}
a:focus {
outline: none;
}
[type=button]:focus, [type=submit]:focus, button:focus,
body [type=button]:focus, body [type=submit]:focus, body button:focus{
outline: none !important;
outline: 0px auto -webkit-focus-ring-color !important;
}
/* --- END FOCUS --- */

/* --- SCROLL BAR --- */
::-webkit-scrollbar{width:6px;height:12px}
::-webkit-scrollbar-button{width:0;height:0}
::-webkit-scrollbar-thumb{background:#1F6C36;border:0 none #1F6C36;border-radius:0}
::-webkit-scrollbar-thumb:hover{background:#1F6C36}
::-webkit-scrollbar-thumb:active{background:#1F6C36}
::-webkit-scrollbar-track{background:#eee;border:0 none #1F6C36;border-radius:0}
::-webkit-scrollbar-track:hover{background:#eee}
::-webkit-scrollbar-track:active{background:#eee}
::-webkit-scrollbar-corner{background:transparent}
/* --- END SCROLL BAR --- */