/*
	Theme Name: Hello Elementor
	Theme URI: https://elementor.com/hello-theme/?utm_source=wp-themes&utm_campaign=theme-uri&utm_medium=wp-dash
	Description: Hello Elementor is a lightweight and minimalist WordPress theme that was built specifically to work seamlessly with the Elementor site builder plugin. The theme is free, open-source, and designed for users who want a flexible, easy-to-use, and customizable website. The theme, which is optimized for performance, provides a solid foundation for users to build their own unique designs using the Elementor drag-and-drop site builder. Its simplicity and flexibility make it a great choice for both beginners and experienced Web Creators.
	Author: Elementor Team
	Author URI: https://elementor.com/?utm_source=wp-themes&utm_campaign=author-uri&utm_medium=wp-dash
	Version: 3.4.4
	Stable tag: 3.4.4
	Requires at least: 6.0
	Tested up to: 6.8
	Requires PHP: 7.4
	License: GNU General Public License v3 or later.
	License URI: https://www.gnu.org/licenses/gpl-3.0.html
	Text Domain: hello-elementor
	Tags: accessibility-ready, flexible-header, custom-colors, custom-menu, custom-logo, featured-images, rtl-language-support, threaded-comments, translation-ready,
*/
/**
Theme Name: Child Theme
Author: Webpanda
Author URI: https://webpanda.pl/
Description: This is a child theme. Do not delete.
Version: 1.3.7
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(//azimex.store/wp-content/themes/theme-child/fonts/Poppins.eot);
    src: url(//azimex.store/wp-content/themes/theme-child/fonts/Poppins.eot#iefix) format("embedded-opentype"),
		 url(//azimex.store/wp-content/themes/theme-child/fonts/Poppins.woff2) format("woff2"),
		 url(//azimex.store/wp-content/themes/theme-child/fonts/Poppins.woff) format("woff"),
		 url(//azimex.store/wp-content/themes/theme-child/fonts/Poppins.ttf) format("truetype"),
		 url(//azimex.store/wp-content/themes/theme-child/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;}

body {text-underline-position:under;text-underline-offset: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;
}
.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;
}

embed, 
iframe,
object, 
video {
max-width: 100%;
width: 100%;
margin: 0;
line-height: 1;
border: none;
min-height: 700px;
}
.elementor-widget-google_maps .elementor-widget-container iframe {
min-height: inherit;	
max-height: inherit;
}
@media screen and (max-width:767px){
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 --- */


/* --- Pages --- */
/* Home */
.elementor .home-slider .elementor-slide-button{
text-shadow:none;
}
/* End Home */



/* --- End Pages --- */

/* --- ELEMENTOR --- */
/* Header */
.elementor .search-custom .elementor-search-form__input{
border: 1px solid #999;
border-right: none;
padding-left: 15px;
border-radius: 30px 0px 0px 30px;
}

.elementor .search-custom .elementor-search-form__submit, .elementor .search-custom .elementor-search-form__submit:hover{
border-radius: 0px 30px 30px 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: 7px;
margin-left: -7px;
}
/* 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;
}

/*wpml*/
.elementor .wpml-ls-item .sub-menu.elementor-nav-menu--dropdown.sm-nowrap {
    min-width: 0 !important;
}
.elementor .wpml-ls-item .wpml-ls-flag {
    margin-right: 4px;
    padding-right: 0px;
}
/*end wpml*/
/* 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 */

.footer-copyright-block .elementor-widget-container a {
color:#fff;
}

.footer-copyright-block .elementor-widget-container a:hover {
color:#FF2B6B;
}
/* End Elementor Footer */
/*--- END ELEMENTOR ---*/

/* --- Pages --- */
/* sitemap */
.elementor .e-sitemap a {
    color: #000;
}
.elementor .e-sitemap a:hover {
    color: #FF2B6B;
}
/* end sitemap */
/* ---End Pages --- */

/* --- 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: 5px 0px 0px 5px !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 5px 5px 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: 90px;
background-color: #216FE6;
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;
}}
/* 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: #ED4D2D;
}
.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: #ED4D2D;	
}
.woocommerce .woocommerce-tabs #review_form_wrapper p.stars a:hover, .woocommerce .woocommerce-tabs #review_form_wrapper p.stars a:active {
color: #ED4D2D;
}


.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: 5px;
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: #FACA23;	
}

.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: 5px;
-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: #FACA23;
}
.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: #E01017;	
}
.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: #E01017;
}

.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: 5px;
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: #216FE6;
color:#fff;
border-radius: 5px;
padding: 10px 20px;
}

.single-product.woocommerce .wooreviews-custom #review_form_wrapper #review_form .form-submit input:hover{
background-color: #216FE6;	
}

.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: 5px;	
}

@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: 14px;
line-height: 1em;
margin-bottom: 0px;
}

.woocommerce div.product .stock {
color: #01bc3c;
}
.woocommerce div.product .stock.out-of-stock {
color: #cc0000;
}
.woocommerce div.product .stock.available-on-backorder{
color:#01bc3c;	
}

.single-product .elementor-add-to-cart p.stock {
    display: none;
}
.single-product .stock-single-product-custom p.stock {
    display: inline-block;
    margin: 0;
    padding: 0;
    font-size: 14px;
    font-weight: 700;
}

.single-product .stock-single-product-custom {
    font-size: 14px;
    text-transform: uppercase;
    font-weight: 700;
   /* border-bottom: 1px solid #ccc;*/
}


/* 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: 5px;
}
.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*/


/* out of stock form */
.single-product .cwginstock-subscribe-form .panel-primary {
border: 1px solid #999;
border-radius: 5px !important;
}
.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;
border-radius: 5px !important;
}
.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;
text-transform: uppercase;
font-weight: 700;
}
.single-product .cwginstock-subscribe-form .form-group{
margin-bottom: 0;
}
.single-product .cwginstock-subscribe-form .form-group.center-block input{
border: 1px solid #999;
border-radius: 5px;
}
.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 #FACA23;
border-radius: 5px;
color: #fff;
background: #FF2B6B;
}
.single-product .cwginstock-subscribe-form .form-group .cwgstock_button:hover{
border: 1px solid #216FE6 !important;
color: #fff;
background: #216FE6;    
}
.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;
}
/*
.single-product .woocommerce-variation-add-to-cart.variations_button.woocommerce-variation-add-to-cart-disabled{
display:none !important;
}
*/
/* end out of stock form */
.single-product .elementor .s-product-cont-cust img{
    margin-top: 40px;
    margin-bottom: 40px;
}


/* 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;
}

.woocommerce-checkout .woocommerce-checkout-review-order-table tr.cart-discount td {
    text-align:right;
}


/* 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,
.woocommerce-checkout .woocommerce .woocommerce-checkout-review-order table.shop_table tr.tax-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;
}

/* inpost */
#paczkomat_id {
width: 100%;
max-width: 500px;
}
.paczkomaty-shipping label {
display: block;
font-weight: 400;
}

@media screen and (min-width: 768px){
	
.woocommerce-checkout .woocommerce .woocommerce-checkout-review-order .shipping.paczkomaty-shipping{
padding-top: 0;
padding-bottom: 0;
margin-top: -20px !important;	
display: table;
width: 100%;

}
	
.woocommerce-checkout .checkout-custom .paczkomaty-shipping .select2.select2-container.select2-container--default .select2-selection.select2-selection--single{
margin-top: 10px;
margin-bottom: 0px
}
.woocommerce-checkout .woocommerce .woocommerce-checkout-review-order table.shop_table tr.shipping.paczkomaty-shipping td {
text-align: left;
}
.woocommerce-checkout .shipping.paczkomaty-shipping .select2.select2-container.select2-container--default + div{
margin-top: 10px;
margin-bottom: 10px !important;
font-weight: 400;
}
.woocommerce-checkout .woocommerce-checkout-review-order-table tr.shipping.paczkomaty-shipping td {
padding-right: 0;
} 
.woocommerce-checkout .checkout-custom .select2-container--default .select2-selection--single .select2-selection__rendered#select2-paczkomat_id-container {
line-height: 2;
padding: 0px 10px 0px 10px;
}

/*
.woocommerce-checkout .checkout-custom .shipping.paczkomaty-shipping .select2.select2-container.select2-container--default.select2-container--below,
.woocommerce-checkout .checkout-custom .shipping.paczkomaty-shipping .select2.select2-container.select2-container--default.select2-container--below.select2-container--focus {
width: 100% !important;	
}
*/

.woocommerce-checkout .checkout-custom .woocommerce-checkout-review-order-table tr.shipping.paczkomaty-shipping .select2.select2-container.select2-container--default{
width: 100% !important;
max-width: 340px !important;
}
.woocommerce-checkout .checkout-custom .woocommerce-checkout-review-order-table tr.shipping.paczkomaty-shipping .select2-selection__rendered#select2-paczkomat_id-container{
width: 100% !important;
max-width: 340px !important;
white-space: nowrap;
overflow: hidden;
-o-text-overflow: "ellipsis";
   text-overflow: "ellipsis";
margin: 0;
resize: none;
}

.woocommerce-checkout .checkout-custom .shipping.paczkomaty-shipping .select2-container--default .select2-selection--single .select2-selection__arrow {
top: 10px;
right: 6px;
}
.woocommerce-checkout .checkout-custom .shipping.paczkomaty-shipping .select2-container--default .select2-selection--single .select2-selection__clear {
position: relative;
float: none;
left: -5px;
}
}



@media screen and (max-width: 767px){
.woocommerce-checkout .checkout-custom .paczkomaty-shipping .select2.select2-container.select2-container--default .select2-selection.select2-selection--single{
margin-top: 10px;
margin-bottom: 0px
}
.shop_table tr.shipping.paczkomaty-shipping td {
text-align: left;
}
.shipping.paczkomaty-shipping .select2.select2-container.select2-container--default + div{
margin-top: 10px;
margin-bottom: 10px !important;
font-weight: 400;
}
.woocommerce-checkout-review-order-table tr.shipping.paczkomaty-shipping td {
padding-right: 0;
} 
.woocommerce-checkout .checkout-custom .woocommerce-checkout-review-order-table tr.shipping.paczkomaty-shipping .select2-container--default #select2-paczkomat_id-container {
line-height: 2;
padding: 0px 0px 0px 10px;
}
.woocommerce-checkout .checkout-custom .woocommerce-checkout-review-order-table tr.shipping.paczkomaty-shipping .select2.select2-container.select2-container--default{
width: 300px !important;
}
.woocommerce-checkout .checkout-custom .woocommerce-checkout-review-order-table tr.shipping.paczkomaty-shipping .select2-selection__rendered#select2-paczkomat_id-container{
width: 260px;
white-space: nowrap;
overflow: hidden;
-o-text-overflow: ellipsis;
   text-overflow: ellipsis;
margin: 0;
resize: horizontal;	
}
.woocommerce-checkout .checkout-custom .shipping.paczkomaty-shipping .select2-container--default .select2-selection--single .select2-selection__arrow {
top: 10px;
right: 6px;
}
.woocommerce-checkout .checkout-custom .shipping.paczkomaty-shipping .select2-container--default .select2-selection--single .select2-selection__clear {
position: relative;
float: none;
left: -5px;
}}
/* end inpost */

.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;
}

/* 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;
}
}
.woocommerce-order-received .checkout-custom.elementor-widget-woocommerce-checkout-page .woocommerce .shop_table td, 
.woocommerce-order-received .checkout-custom.elementor-widget-woocommerce-checkout-page .woocommerce .shop_table th, 
.woocommerce-order-received .checkout-custom.elementor-widget-woocommerce-checkout-page .woocommerce .shop_table tr {
width: 50% !important;
}
@media screen and (max-width:768px){
.woocommerce-checkout .woocommerce-table.woocommerce-table--order-details.shop_table.order_details tr td{
    font-size: 14px;
}}
/* 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 */





/* 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;	
}


/* end add to cart */




/* single product plus minus quantity */
.single-product form .quantity input[type="number"]::-webkit-inner-spin-button,
.single-product form .quantity input[type="number"]::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0;
}
.single-product .elementor form.cart .quantity .woo-product-quantity-b {
    margin: 0;
    font-size: 18px;
    line-height: 1;
    font-weight: 400;
    background: transparent;
    color: #000;
    border: 0;
    padding: 0;
    width: 40px;
    height: 100%;
    border-radius: 6px;
}
.single-product .elementor form.cart .quantity .woo-product-quantity-b:hover{
    background: #f4f4f4;
    color:#282828;
    border-radius: 6px;
}
.single-product .elementor form.cart .quantity .woo-product-quantity-b div {
    line-height: 1;
    height: auto;
    display:-webkit-box;
    display:-ms-flexbox;
    display:flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    position: relative;
    top: 0em;
    
}
.single-product .elementor form.cart .quantity .qty {
    width: auto;
    max-width: 50px;
    min-width: 50px;
    text-align: center;
    padding: 0;
    border:0 !important;
    border-radius: 6px;
}

.single-product .elementor form.cart .quantity {
    border: 1px solid #000 !important;
    border-radius: 6px;
}

@media screen and (max-width: 767px){
    .single-product .elementor form.cart .quantity .woo-product-quantity-b {
    font-size: 3vh;
    width: 5vh;
    height: 100%;
}
.single-product .elementor form.cart .quantity .qty {
    width: auto;
    max-width: 5vh;
    min-width: 5vh;
}
}
/* end single product plus minus quantity */



/* Cart Plus Minus Buttons */
/* Firefox */
.woocommerce-cart .elementor-widget-woocommerce-cart input[type='number'] {
    -moz-appearance: textfield;
}
/* WebKit browsers like Safari and Chrome */
.woocommerce-cart .elementor-widget-woocommerce-cart input[type='number']::-webkit-inner-spin-button,
.woocommerce-cart .elementor-widget-woocommerce-cart input[type='number']::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0;
}
.woocommerce-cart .elementor-widget-woocommerce-cart .quantity input[type="number"]::-webkit-inner-spin-button,
.woocommerce-cart .elementor-widget-woocommerce-cart .quantity input[type="number"]::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

.woocommerce-cart .elementor .elementor-widget-woocommerce-cart .cart .quantity .woo-product-quantity-b {
    margin: 0;
    font-size: 20px;
    line-height: 1;
    font-weight: 700;
    background: #fff;
    color: #000;
    border: 0;
    padding: 0;
    width: 30px;
    height: 30px;
    background: #fff;
    border-radius: 6px;
}
.woocommerce-cart .elementor .elementor-widget-woocommerce-cart .cart .quantity .woo-product-quantity-b:hover{
    background: #f4f4f4;
    border-color: #f4f4f4;
    color:#000;
    border-radius: 6px;
}

.woocommerce-cart .elementor .elementor-widget-woocommerce-cart .woocommerce-cart-form .product-quantity .quantity {
display:-webkit-box;
display:-ms-flexbox;
display:flex;
-ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
-webkit-box-pack: flex-start;
    -ms-flex-pack: flex-start;
        justify-content: flex-start;
-webkit-box-align: center;
    -ms-flex-align: center;
        align-items: center;
}

.woocommerce-cart .elementor .elementor-widget-woocommerce-cart .woocommerce-cart-form .product-quantity .quantity .input-text.qty {
    background-color: transparent;
    color: #000;
    border: 0;
    border-radius: 0px;
    padding: 0;
    text-align: center;
    font-size: 16px;
    line-height: 1;
    min-height: 30px;
    max-height: 30px;
    width: 40px;
    font-weight: 400;
    margin: 0;
}
.woocommerce-cart .elementor .elementor-widget-woocommerce-cart .cart .quantity .woo-product-quantity-b div {
    line-height: 1;
    height: auto;
    display:-webkit-box;
    display:-ms-flexbox;
    display:flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    position: relative;
    top: 0;
}

.woocommerce-cart .woocommerce-cart-form__cart-item.cart_item .product-quantity .quantity {
    border: 1px solid #000;
    border-radius: 6px;
}
/* End Cart Plus Minus Buttons */



@media screen and (max-width:767px){
.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-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;
}

.woocommerce-cart .cart-custom.elementor-widget-woocommerce-cart .woocommerce table.cart tr {
padding: 0;
}

.woocommerce-cart .elementor .elementor-widget-woocommerce-cart .cart .woocommerce-cart-form__cart-item.cart_item .quantity {
    width: 100%;
    max-width: 110px;
    text-align: center;
    margin: 10px auto 0;
    float: none;
    display:-webkit-box;
    display:-ms-flexbox;
    display:flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -ms-flex-line-pack: center;
        align-content: center;
}
 
.woocommerce-cart .cart-custom tr.woocommerce-cart-form__cart-item.cart_item {
    border-bottom: 1px solid #ccc;
    padding: 0px 0px 20px 0px !important;
}
 .woocommerce-cart .cart-custom tr.woocommerce-cart-form__cart-item.cart_item:nth-last-child(2) {
        border-bottom: 0px solid #ccc !important;
        padding: 0px 0px 20px 0px !important;
    }



.woocommerce-cart .elementor .cart-custom tr.woocommerce-cart-form__cart-item.cart_item td.product-name{
    font-size: 20px;
    line-height: 1.4;
    font-weight: 700;
}

	.woocommerce-cart .elementor .cart-custom dl.variation {
    font-size: 14px !important;
    margin-top: 20px;
}

.woocommerce-cart .elementor .cart-custom dl.variation dt {
    font-weight: bold;
    float:none !important;
    text-align:center !important;
    width: 100%;
    display: block-inline;
}

.woocommerce-cart .elementor .cart-custom dl.variation dd {
    text-align:center !important;
    margin-bottom: 10px !important;
    margin-top: 5px !important;
    font-size: 16px !important;
}
 
.woocommerce-cart .elementor .cart-custom .e-cart-totals.e-cart-section {
    background: #f4f4f4 !important;
    margin-top: 20px !important;
    padding: 20px 10px 20px 10px;
}
 
.woocommerce-cart .elementor .cart-custom .e-cart-totals.e-cart-section .order-total td {
    padding: 20px 0px 0px 0px !important;
} 
 
.woocommerce-cart .elementor .cart-custom .e-cart-totals.e-cart-section .shop_table.shop_table_responsive td {
    padding: 0px 0px 0px 0px;
} 
}
/* End Plus Minus Buttons */




/* --- END WOOCOMMERCE --- */


/* --- 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 --- */


/* out of stock form */
.single-product .cwginstock-subscribe-form .panel.panel-primary.cwginstock-panel-primary {
  border-radius: 6px !important;  
   border: 1px solid #ccc !important;
}

.single-product .cwginstock-subscribe-form .form-group.center-block input {
    border: 1px solid #ccc !important;
    border-radius: 90px !important;
}

.single-product .cwginstock-subscribe-form .form-group .cwgstock_button {
    border: 1px solid #216FE6 !important;
    color: #fff !important;
    border-radius: 90px !important;
}

.single-product .cwginstock-subscribe-form .form-group .cwgstock_button:hover {
    background: #000 !important;
    color: #fff !important;
}

.single-product .cwginstock-subscribe-form .panel-heading.cwginstock-panel-heading {
    background: #fff !important;
    border: 0 !important;
    padding-bottom: 0;
}

.single-product .cwginstock-subscribe-form .panel-heading.cwginstock-panel-heading h4 {
    font-size: 16px;
    margin-bottom: 0;
}

.single-product .cwginstock-subscribe-form .panel-body.cwginstock-panel-body {
    padding-bottom: 0;
}
/* out of stock form */


/* single product price */
.wp-omnibus-custom #omnibus-price-data{
    font-size: 14px;
}

.single-product-price-custom ins {
text-decoration: none;
}

.single-product-price-custom .price {
    border-bottom: 2px solid #216FE6;
    padding-bottom: 4px;
}
/* end single product price */


/* search custom */
.fsearch-custom .dgwt-wcas-sf-wrapp input[type=search].dgwt-wcas-search-input {
    border-radius: 90px !important;
    -webkit-border-radius: 90px !important;
}

.fsearch-custom .dgwt-wcas-sf-wrapp button.dgwt-wcas-search-submit {
    border-radius: 90px !important;
    -webkit-border-radius: 90px !important;
}
/* end search custom */


/* --- Fixes --- */
.elementor .swiper-pagination {
z-index: 1;
}

.jet-form-builder .jet-form-builder__field-label>span::before {
    margin-right:5px;
    margin-top:-1px;
}




.woocommerce-checkout .shop_table.woocommerce-checkout-review-order-table tr.fee td {
    text-align:right;
}

.elementor .header-lp {
    max-height:90px !important;
}

/* Hide Elemenor Notes from Admin Bar */
#wp-admin-bar-elementor_notes {
white-space: nowrap;
text-overflow: ellipsis;
overflow: hidden;
width: 100%;
display: none;
}

/* elementor cart menu */
.elementor .elementor-menu-cart__toggle_button {
    background: rgba(0,0,0,0) !important;
}
/* end elementor cart menu */

/* underline links custom */
.elementor .text-desc-custom-style a{
    text-decoration: underline !important;
}


.elementor .jet-woo-products__item .jet-woo-products__inner-box .jet-woo-product-badges .onsale {
    background: rgba(255, 43, 107, 0.8);
    color: #fff;
    padding: 0px 6px !important;
    top: 5px;
    left: 5px;
    position:relative;
    font-size:16px;
    line-height: 1em;
    font-weight: 700;
    border-radius: 90px;
}


/* --- End Fixes --- */

/* Shop page */
/* Shop page categories */
.elementor .product-cat-cust .woocommerce.widget_product_categories h5{
    text-transform: uppercase;
    font-size: 16px;
    font-weight: 700;
    margin-bottom: 10px;
    padding-bottom: 10px;
    border-bottom: 1px solid #ddd;
}
.elementor .product-cat-cust .woocommerce.widget_product_categories ul li a{
    text-transform: uppercase;
}

.elementor .product-cat-cust .woocommerce.widget_product_categories a{
    color: #000;
}

.elementor .product-cat-cust .woocommerce.widget_product_categories a:hover {
    color: #216FE6;
}


.woocommerce .elementor .product-cat-cust .widget_product_categories .product-categories li li, .woocommerce .elementor .product-cat-cust .wc-block-product-categories li ul li {
    padding-left: 0px;
}

.elementor .product-cat-cust ul.product-categories {
    list-style-type: none;
    padding-left: 0;
}
.elementor .product-cat-cust ul.product-categories li ul.children {
    list-style-type: none;
    padding-left: 16px;
    margin-bottom: 0px;
}
.elementor .product-cat-cust ul.product-categories li ul.children li:before{
content: "•";
color: #216FE6;
margin-right: 4px;
}
.elementor .product-cat-cust ul.product-categories li a {
    font-size: 16px;
    line-height: 1.8;
}
/* End Shop page categories */
/* End Shop page */


/* shipping bar */
.woocommerce-info .fs-free-shipping-notice-and-button-wrapper .fs-free-shipping-notice-text-and-progress-bar-wrapper .fs-free-shipping-notice-progress-bar {
    border: 1px solid #000;
}

.woocommerce-info .fs-free-shipping-notice-and-button-wrapper .fs-free-shipping-notice-text-and-progress-bar-wrapper .fs-free-shipping-notice-progress-bar>span {
    background-color: #000;
}
/* end shipping bar */


/* Mob Menu */
.elementor .mmenu-custom li a{
text-align:center;
}
.elementor .mmenu-custom ul.sub-menu li ul.sub-menu li a.elementor-sub-item{
font-size:16px;
}
/* End Mob Menu */


/* omnibus */
.single-product .jet-woo-products .iworks-omnibus{
display: none;    
}
.single-product .woocommerce-variation-price .iworks-omnibus {
font-size: 12px;  
}
.single-product .woocommerce-variation-price .iworks-omnibus {
font-size: 12px;  
}
.single-product .elementor-widget-woocommerce-product-price .iworks-omnibus {
font-size: 12px;  
}
.single-post .products.elementor-grid .iworks-omnibus {
    display:none;
}



/* 11-2024 */

body {text-underline-position:under;text-underline-offset:0px;}



/* Single Post Product Content */
.single.single-post .post-content-custom h2,
.single.single-post .post-content-custom h3,
.single.single-post .post-content-custom h4,
.single.single-post .post-content-custom h5,
.single.single-post .post-content-custom h6,
.single-product .single-product-desc-cust h2,
.single-product .single-product-desc-cust h3,
.single-product .single-product-desc-cust h4,
.single-product .single-product-desc-cust h5,
.single-product .single-product-desc-cust h6{
    margin-top: 40px;
    margin-bottom: 20px;
}

.single.single-post .post-content-custom blockquote,
.single-product .single-product-desc-cust blockquote{
font-size: 18px;
line-height: 1.4em;
padding: 20px 20px 20px 20px;
margin: 40px 0px 40px 0px;
background-color: #f8f8f8 !important;
border-left: none;
font-style: normal;
}

.single.single-post .post-content-custom blockquote p:last-child,
.single-product .single-product-desc-cust p:last-child{
padding-bottom: 0px !important;
margin-bottom: 0px !important;
}

.single.single-post .post-content-custom ul,
.single.single-post .post-content-custom ol,
.single-product .single-product-desc-cust ul,
.single-product .single-product-desc-cust ol{
    margin-top: 20px;
    margin-bottom: 20px;
}

.single.single-post .post-content-custom ul li::marker,
.single-product .single-product-desc-cust ul li::marker {
  color: #216FE6;
}



.single.single-post .post-content-custom p,
.single-product .single-product-desc-cust p{
    margin-top: 0px !important;
    margin-bottom: 20px !important;
}

.single.single-post .post-content-custom p img,
.single.single-post .post-content-custom img,
.single-product .single-product-desc-cust p img,
.single-product .single-product-desc-cust img{
    margin-top: 40px;
    margin-bottom: 40px;
    border-radius: 0px;
}

/* post table additional custom */

.single.single-post .post-content-custom table,
.single-product .single-product-desc-cust table{
border-radius: 0px !important;
background: #fff;
border: 1px solid #ccc;
margin-top: 30px;
margin-bottom: 30px;
}

.single.single-post .post-content-custom table td,
.single.single-post .post-content-custom table th,
.single-product .single-product-desc-cust table td,
.single-product .single-product-desc-cust table th{
    font-style: normal;
    padding: 10px 10px 10px 20px;
    border-top: 0;
    border-bottom: 1px solid #ccc ;
    margin: 0;
    line-height: 1;
    vertical-align:middle;
    line-height: 1.4em;
}


.single.single-post .post-content-custom table th, 
.single.single-post .post-content-custom table td,
.single-product .single-product-desc-cust table th, 
.single-product .single-product-desc-cust table td{
vertical-align: middle;
border: none;
border: 1px solid #ccc;
text-align: left;
}

.single.single-post .post-content-custom table th,
.single-product .single-product-desc-cust table th{
border-right: 1px solid #ccc !important;	
border-bottom: 1px solid #ccc !important;	
}


/* single post table */
.single-post .post-content-custom table, .single-product .single-product-desc-cust table,
.single-post .post-content-custom table p strong, .single-product .single-product-desc-cust table p strong, 
.single-post .post-content-custom table p, .single-product .single-product-desc-cust table p, 
.single-post .post-content-custom table span, .single-product .single-product-desc-cust table span, 
.single-post .post-content-custom table strong, .single-product .single-product-desc-cust table strong, 
.single-post .post-content-custom table h1, .single-product .single-product-desc-cust table h1, 
.single-post .post-content-custom table h2, .single-product .single-product-desc-cust table h2, 
.single-post .post-content-custom table h3, .single-product .single-product-desc-cust table h3, 
.single-post .post-content-custom table h4, .single-product .single-product-desc-cust table h4, 
.single-post .post-content-custom table h5, .single-product .single-product-desc-cust table h5, 
.single-post .post-content-custom table h6, .single-product .single-product-desc-cust table h6 {
word-wrap: normal;
word-break: normal;
}

.single-post .post-content-custom table, .single-product .single-product-desc-cust table, 
.single-post .post-content-custom .table.primary, .single-product .single-product-desc-cust .table.primary {
background-color: #fff;
overflow: auto;
overflow-x: auto;
overflow-y: hidden;
width: 100%;
max-width: 100%;
min-width: auto;
border: 1px solid #ccc;
border-spacing: 0px;
background: #ffffff;
border-collapse: collapse;
}

.single-post .post-content-custom table tbody, .single-post .post-content-custom table td, .single-post .post-content-custom table tr, .single-post .post-content-custom table th,
.single-product .single-product-desc-cust table tbody, .single-product .single-product-desc-cust table td, .single-product .single-product-desc-cust table tr, .single-product .single-product-desc-cust table th {
width: auto; 
max-width: auto; 
min-width: auto;
}

.single-post .post-content-custom table tr, .single-post .post-content-custom table tbody, .single-post .post-content-custom table td, .single-post .post-content-custom table th,
.single-product .single-product-desc-cust table tr, .single-product .single-product-desc-cust table tbody, .single-product .single-product-desc-cust table td, .single-product .single-product-desc-cust table th {
border: 1px solid #ccc !important; 
}


.single-post .post-content-custom table tr th,
.single-product .single-product-desc-cust table tr th {
background-color: #E8E8E8;
}
.single-post .post-content-custom table tr:hover th,
.single-product .single-product-desc-cust table tr:hover th {
background-color: #E8E8E8;
}

.single-post .post-content-custom table tbody tr>td, 
.single-product .single-product-desc-cust table tbody tr>td, 
.single-post .post-content-custom table tbody tr>th,
.single-product .single-product-desc-cust table tbody tr>th {
background-color: #fff;
}
.single-post .post-content-custom table tbody tr:hover>td,
.single-product .single-product-desc-cust table tbody tr:hover>td, 
.single-post .post-content-custom table tbody tr:hover>th,
.single-product .single-product-desc-cust table tbody tr:hover>th {
background-color: #fff;
}

.single-post .post-content-custom table tbody>tr:nth-child(odd)>td, 
.single-post .post-content-custom table tbody > tr:nth-child(odd) > td,
.single-post .post-content-custom table tbody>tr:nth-child(odd)>th,
.single-post .post-content-custom table tbody > tr:nth-child(odd) > th,

.single-product .single-product-desc-cust table tbody>tr:nth-child(odd)>td, 
.single-product .single-product-desc-cust table tbody > tr:nth-child(odd) > td,
.single-product .single-product-desc-cust table tbody>tr:nth-child(odd)>th,
.single-product .single-product-desc-cust table tbody > tr:nth-child(odd) > th {
background-color: #fff;
}
 
.single-post .post-content-custom table tbody>tr:nth-child(even)>td, 
.single-post .post-content-custom table tbody > tr:nth-child(even) > td,
.single-post .post-content-custom table tbody>tr:nth-child(even)>th,
.single-post .post-content-custom table tbody > tr:nth-child(even) > th,

.single-product .single-product-desc-cust table tbody>tr:nth-child(even)>td, 
.single-product .single-product-desc-cust table tbody > tr:nth-child(even) > td,
.single-product .single-product-desc-cust table tbody>tr:nth-child(even)>th,
.single-product .single-product-desc-cust table tbody > tr:nth-child(even) > th{
background-color: #f2f2f2;
}


.single-post .post-content-custom table tbody>tr:nth-child(odd):hover>td, 
.single-post .post-content-custom table tbody > tr:nth-child(odd):hover > td,
.single-post .post-content-custom table tbody>tr:nth-child(odd):hover>th,
.single-post .post-content-custom table tbody > tr:nth-child(odd):hover > th,
  
.single-post .post-content-custom table tbody>tr:nth-child(even):hover > td, 
.single-post .post-content-custom table tbody > tr:nth-child(even):hover > td,
.single-post .post-content-custom table tbody>tr:nth-child(even):hover > th,
.single-post .post-content-custom table tbody > tr:nth-child(even):hover > th,

.single-product .single-product-desc-cust table tbody>tr:nth-child(odd):hover>td, 
.single-product .single-product-desc-cust table tbody > tr:nth-child(odd):hover > td,
.single-product .single-product-desc-cust table tbody>tr:nth-child(odd):hover>th,
.single-product .single-product-desc-cust table tbody > tr:nth-child(odd):hover > th,
  
.single-product .single-product-desc-cust table tbody>tr:nth-child(even):hover > td, 
.single-product .single-product-desc-cust table tbody > tr:nth-child(even):hover > td,
.single-product .single-product-desc-cust table tbody>tr:nth-child(even):hover > th,
.single-product .single-product-desc-cust table tbody > tr:nth-child(even):hover > th{
background-color: #e2e2e2;
}


@media screen and (max-width: 768px){
.single-post .post-content-custom table,
.single-product .single-product-desc-cust table {
display: block;
border: none;
width: 100%;
max-width: 100%;
min-width: auto;
overflow: auto;
overflow-x: auto;
overflow-y: hidden;
table-layout: fixed;
border-collapse: collapse; 
}    

.single-post .post-content-custom table th, .single-post .post-content-custom table td, .single-post .post-content-custom table tr,
.single-product .single-product-desc-cust table th, .single-product .single-product-desc-cust table td, .single-product .single-product-desc-cust table tr {
padding: 6px;
font-size: 16px;
line-height: 1.4em;
vertical-align: middle;
width: 100%;
max-width: auto;
min-width: auto;
}

.single.single-post .post-content-custom table thead th, 
.single.single-post .post-content-custom table tfoot th,
.single-product .single-product-desc-cust table thead th, 
.single-product .single-product-desc-cust table tfoot th{
    font-size: 16px;
}

.single.single-post .post-content-custom table tr td,
.single-product .single-product-desc-cust table tr td{
width: auto;  
font-size: 16px;
padding: 5px;
}}

/* Single Post Product Content */

/* Single Product Short description  */
.single-product .product-short-desc-cust blockquote{
font-size: 16px;
line-height: 1.4em;
padding: 10px;
margin: 20px 0px 20px 0px;
background-color: #f8f8f8 !important;
border-left: none;
font-style: normal;
}

.single-product .product-short-desc-cust p:last-child{
padding-bottom: 0px !important;
margin-bottom: 0px !important;
}

.single-product .product-short-desc-cust ul,
.single-product .product-short-desc-cust ol{
    margin-top: 10px !important;
    margin-bottom: 10px !important;
}

.single-product .product-short-desc-cust p{
    margin-top: 0px !important;
    margin-bottom: 10px !important;
}

.single-product .product-short-desc-cust ul li::marker {
  color: #216FE6;
}
/* End Single Product Short description */


/* Single Product Swatches */
.single.single-product .reset_variations {
display:none !important;
}

.single.single-product .woocommerce-variation.single_variation {
margin-top:-16px;
}

.single.single-product .woocommerce-variation.single_variation .woocommerce-variation-description {
font-size: 16px;
line-height: 1.4em;
margin-bottom: 20px !important;
}

.single.single-product .woocommerce-variation.single_variation .woocommerce-variation-price span.price {
border-bottom: 2px solid #216FE6;
margin-bottom: 10px !important;
border-radius: 0 !important;
display: inline-block;
}
/* End Single Product Swatches */





@media screen and (min-width: 768px){
.elementor .jet-woo-products__item.jet-woo-builder-product .jet-woo-product-title {
    min-height: 70px;
}}




.single-product .elementor form.cart .quantity.quantity-disabled {
    border: 0px !important;
}


/*cart in header*/
.header-cart-cust .woofc-cart-link .woofc-cart-link-inner .woofc-cart-link-inner-subtotal {
    display:none;
}
.header-cart-cust .woofc-cart-link .woofc-cart-link-inner:after {
    background-color: #216FE6;
    color: #ffffff;
    font-size: 10px;
    font-weight: 700;
    width: 16px;
    height: 16px;
    line-height: 16px;
    left: 12px;
    top: -6px;
}
.header-cart-cust .woofc-cart-link.woofc-cart-link .woofc-cart-link-inner i {
    font-size: 24px;
    line-height: 24px;
    display: inline-block;
    margin-right: 0px;
    width: 20px;
    color: #000;
    position: relative;
    bottom: -3px;
}


/*fly cart */
.woofc-count span {
    background-color: #216FE6 !important;
    font-weight: 700 !important;
}
body .woofc-count {
    z-index: 9;
}

@media screen and (max-width:768px){
    body .woofc-count {
    bottom: 10px;
    left: 10px;
}

body .woofc-count span {
    position: absolute;
    top: 6px;
    right: 6px;
    height: 20px;
    width: 20px;
    font-size: 12px;
    line-height: 20px;
}}

/*cart modal*/
 .woofc-inner .woofc-area-bot .woofc-action .woofc-action-inner > div a {
    border-radius: 90px !important;
    border: 1px solid !important;
    font-size: 16px !important;
    line-height: 38px !important;
}

.woofc-area-bot .woofc-action .woofc-action-inner .woofc-action-left a {
    border-color: #000 !important;
    background: #fff !important;
    color: #000 !important;
}

.woofc-area-bot .woofc-action .woofc-action-inner .woofc-action-left a:hover {
    border-color: #000 !important;
    background: #000 !important;
    color: #fff !important;
}

.woofc-area-bot .woofc-action .woofc-action-inner .woofc-action-right a {
    border-color: #216FE6 !important;
    background: #216FE6 !important;
    color: #fff !important;
}

.woofc-area-bot .woofc-action .woofc-action-inner .woofc-action-right a:hover {
    border-color: #000 !important;
    background: #000 !important;
    color: #fff !important;
}

@media screen and (max-width: 768px){
 .woofc-inner .woofc-area-bot .woofc-action .woofc-action-inner > div a {
    border-radius: 90px !important;
    border: 1px solid !important;
    font-size: 14px !important;
    line-height: 38px !important;
}}


/*fix buuton loading przelewy issue */
.woocommerce .button.loading {
min-height: 0px;    
}
.jet-woo-builder-product .jet-woo-product-button .button.product_type_simple.add_to_cart_button.ajax_add_to_cart.added {
width: 100%;
}

/* --jet-unfold */

.elementor .jet-unfold.jet-unfold-state .jet-unfold__mask{
    height: auto !important;
}
/*
.elementor .jet-unfold .jet-unfold__trigger {
    margin-top: 0px;
}
*/


/* search */
.dgwt-wcas-product-details .product.woocommerce.add_to_cart_inline .button.add_to_cart_button {
    background: #216FE6;
    color: #fff;
    font-size: 16px;
    line-height: 1em;
    text-transform: uppercase;
    font-weight: 400;
    border-radius: 6px;
}

.dgwt-wcas-product-details .product.woocommerce.add_to_cart_inline .button.add_to_cart_button:hover {
    background: #000 !important;
    color: #fff;
    opacity: 1 !important;
}

.dgwt-wcas-product-details .dgwt-wcas-pd-addtc input[type=number] {
    border: solid 1px #666666;
    border-radius: 6px;
    padding: 5px;
}


/*checkout-fix*/
.woocommerce-page .woocommerce ul#shipping_method.woocommerce-shipping-methods li {
    display: inline-block;
    margin: 0px 0px 0px 0px;
    width: 100%;
    min-width: 0% !important;
}

.woocommerce-page .woocommerce ul#shipping_method li label {
    display: inline-block;
    width: 94%;
}

.woocommerce-page .woocommerce ul#shipping_method.woocommerce-shipping-methods li {
    margin: 0px 0px 6px 0px;
    line-height: 1.4em;
    width: 100%;
    min-width: 0% !important;
}

.woocommerce-page .woocommerce ul#shipping_method.woocommerce-shipping-methods li input {
    margin: 0px 10px 0px 0px;
    vertical-align: baseline;
}

.woocommerce-page .woocommerce ul#shipping_method.woocommerce-shipping-methods li .rpsmdw_shipping_container {
    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;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -ms-flex-line-pack: center;
        align-content: center;
    margin: 0px 6px 0px 0px;
    vertical-align: baseline;
    width: 100%;
}

.woocommerce-page .woocommerce ul#shipping_method.woocommerce-shipping-methods li .rpsmdw_shipping_container .rpwsdt_estimated_date {
    text-transform: none;
}

.woocommerce-page .woocommerce ul#shipping_method li span#paczkomat_id_wrapper.paczkomat_id_wrapper {
    display:block !important;
    text-align:center !important;
    width: 100% !important;
    min-width: 100% !important;
    background-color: #f4f4f4;
    margin: 6px 0px 6px 24px;
    border-radius: 10px;
    padding: 14px 0px;
}

.woocommerce-page .woocommerce ul#shipping_method li span#paczkomat_id_wrapper.paczkomat_id_wrapper .select2.select2-container.select2-container--default {
    min-width: 0px;
}

.woocommerce-page .woocommerce ul#shipping_method li span#paczkomat_id_wrapper.paczkomat_id_wrapper label {
    font-weight: 700;
    font-size: 14px;
    line-height: 1.2em;
    margin-bottom: 6px;
}

.woocommerce-page .woocommerce ul#shipping_method li span#paczkomat_id_wrapper.paczkomat_id_wrapper a.button#open-geowidget {
    text-decoration: underline;
    font-size: 14px;
    line-height: 1.2em;
    text-transform: lowercase;
}

.woocommerce-page .woocommerce ul#shipping_method li span#paczkomat_id_wrapper.paczkomat_id_wrapper span.selection span.select2-selection.select2-selection--single {
    border-color:#444 !important;
    min-width: 100%;
}

.woocommerce-page .woocommerce ul#shipping_method li span#paczkomat_id_wrapper.paczkomat_id_wrapper span.selection span.select2-selection.select2-selection--single span {
    color: #444;
}

.woocommerce-page .woocommerce #dhl24-shipping-sap button.btn-find-service-point {
    background-color: #FECC00;
    border-color: #FECC00 !important;
    color:#D21F34;
    font-weight: 700;
    text-transform: uppercase;
}


@media screen and (max-width:767px) {
.woocommerce-page .woocommerce ul#shipping_method.woocommerce-shipping-methods li {
    display: inline-block;
    margin: 0px 0px 20px 0px !important;
    width: 100%;
}

.woocommerce-page .woocommerce ul#shipping_method.woocommerce-shipping-methods li label {
    display: inline-block;
    width: 90%;
}

.woocommerce-page .woocommerce ul#shipping_method.woocommerce-shipping-methods li .rpsmdw_shipping_container .rpsmdw_icon {
    display: inline-block;
}

.woocommerce-page .woocommerce ul#shipping_method.woocommerce-shipping-methods li .rpsmdw_shipping_container .rpsmdw_title_desc_container {
    display: block;
}

.woocommerce-page .woocommerce ul#shipping_method.woocommerce-shipping-methods li {
    margin: 0px 0px 6px 0px;
    line-height: 1.4em;
    width: 100%;
    min-width: 0% !important;
}

.woocommerce-page .woocommerce ul#shipping_method.woocommerce-shipping-methods li input {
    margin: 0px 10px 0px 0px;
    vertical-align: baseline;
}

.woocommerce-page .woocommerce ul#shipping_method.woocommerce-shipping-methods li .rpsmdw_shipping_container {
    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;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -ms-flex-line-pack: center;
        align-content: center;
    margin: 0px 6px 0px 0px;
    vertical-align: baseline;
    width: 100%;
}}


/*Search fix */
.dgwt-wcas-details-inner.dgwt-wcas-details-inner-product.dgwt-wcas-details-inner-active .dgwt-wcas-details-space a.dgwt-wcas-details-product-title{
    font-size: 18px;
    line-height: 1.2em;
    margin-bottom: 4px;
}

.dgwt-wcas-details-inner.dgwt-wcas-details-inner-product.dgwt-wcas-details-inner-active .dgwt-wcas-details-product-sku {
display:none;    
}

.dgwt-wcas-details-inner.dgwt-wcas-details-inner-product.dgwt-wcas-details-inner-active .quantity {
    display:none;
}

.dgwt-wcas-details-inner.dgwt-wcas-details-inner-product.dgwt-wcas-details-inner-active .dgwt-wcas-pd-addtc.js-dgwt-wcas-pd-addtc .product.woocommerce.add_to_cart_inline a {
    padding: 4px 12px;
}


/*cart-fix*/
@media screen and (max-width:768px){
#woofc-area.woofc-area {
    width: 100vw !important;
    height: 100vh !important;
    padding: 0 !important;
    z-index: 99999999999999999999 !important;

}
.woofc-overlay {
    background: #fff !important;
    z-index: 99999998;
    opacity: 1 !important;
    width: 100vw !important;
    height: 100vh !important;
}}







/* --- 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: 5px;
-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: #000;
color: #fff;
}
::selection {
background-color: #000;
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:#216FE6;border:0 none #216FE6;border-radius:0}
::-webkit-scrollbar-thumb:hover{background:#216FE6}
::-webkit-scrollbar-thumb:active{background:#216FE6}
::-webkit-scrollbar-track{background:#eee;border:0 none #216FE6;border-radius:0}
::-webkit-scrollbar-track:hover{background:#eee}
::-webkit-scrollbar-track:active{background:#eee}
::-webkit-scrollbar-corner{background:transparent}
/* --- END SCROLL BAR --- */