/*
Theme Name: Shawsofdarwen Theme
Template: Divi
Version: 1.0
Author:
Author URI:
Description:
Tags:
License: GNU General Public License
License URI: http://www.gnu.org/licenses/gpl.html
*/

@import url("../Divi/style.css");
@import url('https://fonts.googleapis.com/css2?family=Crimson+Text:ital,wght@0,400;0,600;0,700;1,400;1,600;1,700&display=swap');
@import url('https://fonts.googleapis.com/css?family=Crimson+Text:400,400i,600,600i,700,700i|Montserrat:400,700');

/*@font-face {
    font-family: "ETmodules";
    src: url("/wp-content/themes/Divi/core/admin/fonts/modules.ttf") format("truetype");
    font-weight: normal;
    font-style: normal;
}*/

body, input, textarea, select {
   -webkit-font-smoothing: antialiased;
	letter-spacing: .02em;
	font-display: swap
}

h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6, ol, p, ul {
	 -webkit-font-smoothing: antialiased;  
	font-display: swap
}
a, h1, h2, h3, p, span {
    text-decoration-thickness: .02em;
	text-underline-offset: 3px;
}

.entry-content a:hover,
.woocommerce-product-details__short-description a:hover,
.woocommerce-Tabs-panel a:hover {
    text-decoration: underline;
	text-decoration-thickness: .05em;
	text-underline-offset: 3px;
}

.link-underline:hover {
	text-decoration: underline;
	text-decoration-thickness: .05em;
	text-underline-offset: 3px;	
}


/* mega menu wp normal*/

.mm-menu {
	font-family: 'Lato',Helvetica,Arial,Lucida,sans-serif;
	text-transform: none!important;
	font-size: 26px!important;
	font-weight: 500!important;
}

/* menu menu-menu-glowne-1 */
.et-menu a:hover {
    opacity: 1;
}

/* -- menu icon -- */
.fa-lg {
	font-size: 1.7em;
}

.fa-bars{
	color:#cc0000;
}

/* icon cart */
.et_pb_menu__cart-button:after {
    content: "\e910";
    font-family: 'Woo-Side-Cart' !important;
}


.kontakt-mn {     /* menu kontakt koszyk */
	margin-right: 1.3em!important;
}	

a.et_pb_menu__icon,button.et_pb_menu__icon {
    padding: 0;
    margin: 0 1px!important;
            }


.et_pb_menu__cart-count {
	width: 24px;
	height: 24px;
	background: #a7734f;
	color: #fff;
	font-size: 11px;
	font-weight: 400;
	border-radius: 50%;
	align-items: center;
	justify-content: center;
	display: flex;
	-webkit-box-align: center;
    -ms-flex-align: center;
	top: 6px!important;
  	right: 6px!important;
	margin-bottom: 9px;
	margin-right: -8px!important;
	margin-top: -12px!important;
	order: 1
	
}

@media (max-width: 768px){
	.et_pb_menu .et_pb_menu__wrap {
		margin-top: 2vh;
		margin-bottom: 2vh;
	}
}

@media (max-width: 768px){
		.et_pb_menu_2_tb_header .et_pb_menu__icon.et_pb_menu__cart-button {
        display: flex;
		-webkit-box-align: center;
		-ms-flex-align: center;
        font-size: 20px;
        order: 2
    }
}

@media (max-width: 768px){
		.et_pb_menu .et_mobile_nav_menu {
         order: 2
	}
}

.et_pb_menu_0_tb_header .et_pb_menu__icon.et_pb_menu__search-button {
  margin-right: 2vw!important;
}

@media (max-width: 980px){ 
	.et_pb_menu__icon.et_pb_menu__search-button{ 
		margin-right: 12px!important; } 
}
/* button*/
.et_pb_scroll_top.et-pb-icon {
    text-align: center;
    background: #ddd;
    -webkit-border-top-left-radius: 0px;
    -webkit-border-bottom-left-radius: 0px;
    -moz-border-radius-topleft: 0px;
    -moz-border-radius-bottomleft: 0px;
    border-top-left-radius: 0px;
    border-bottom-left-radius: 0px;
    font-size: 30px;
    padding: 5px;
    color: #fff;
}
/* icon search */
.et_pb_menu__icon.et_pb_menu__search-button {
	transform: scaleX(-1);
	order: 3
}


/* line menu */
.menu-line {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    color: #5a5c60;
    text-decoration: none;
    border: 0;
    justify-content: left;
}

.menu-line .line-menu {
    width: 48px;
    height: 1px;
    background-color: rgba(90,92,96,.3);
    position: relative;
	margin-right: 12px;
	margin-bottom: 11px;
	
}

.menu-line:hover .line-menu {
    background-color: #5a5c60;
    -webkit-transition: .2s cubic-bezier(0,0,0,1);
    transition: .2s cubic-bezier(0,0,0,1);
}

/* usuwa tło przy kliknięciu / najechaniu w menu */

.et_mobile_menu li a {
  background-color: transparent !important;
  transition: opacity 0.25s ease;
  -webkit-tap-highlight-color: transparent !important;
  -webkit-touch-callout: none !important;
}


.et_mobile_menu li a:hover,
.et_mobile_menu li a:active,
.et_mobile_menu li a:focus {
  background-color: transparent !important;
  opacity: 0.7 !important;
  outline: none !important;
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
}

.et_mobile_menu li.current-menu-item > a,
.et_mobile_menu li.current_page_item > a {
  background-color: transparent !important;
  opacity: 1 !important;
}

.et_mobile_menu li a::before,
.et_mobile_menu li a::after {
  background: transparent !important;
}


* {
  -webkit-tap-highlight-color: rgba(0,0,0,0) !important;
}

.et_mobile_menu li a:focus-visible {
  background: transparent !important;
  outline: none !important;
}

/* Mobile Menu - Zamiana ikony hamburgera na SVG (CSS) - Wersja 2 */
	.mobile_menu_bar::before { 
		content: ""; 
		display: inline-block; 
		padding:0;
		width: 34px; 
		height: 8.6px; 
		 
		background-color: #5a5c60;	
		-webkit-mask: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 21 8.2'><rect x='0' y='0' width='21' height='1.2' fill='black'/><rect x='0' y='6' width='21' height='1.2' fill='black'/></svg>") no-repeat center / contain;
	mask: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 21 8.2'><rect x='0' y='0' width='21' height='1.2' fill='black'/><rect x='0' y='6' width='21' height='1.2' fill='black'/></svg>") no-repeat center / contain;
		
		background-size: contain; 
		background-repeat: no-repeat; 
		
}


/* menu kolor belki */
@media only screen and (max-width: 980px) {
 .et_pb_menu_1_tb_header.et_pb_menu .nav li ul,.et_pb_menu_1_tb_header.et_pb_menu .et_mobile_menu,.et_pb_menu_2_tb_header.et_pb_menu .nav li ul,.et_pb_menu_2_tb_header.et_pb_menu .et_mobile_menu {
     border-color: #fff!important;
	 margin-top: 10px!important;
    }
}

/* belka menu drugie */
#top-header .container {
	font-weight: 400;
}
#et-info-phone:before {
    content: "";
}
.et-cart-info span:before {    
    font-size: 20px;
}

#top-header a.et-cart-info span {    
    font-size: 20px;
	color: #a7734f!important;	
}

.et_mobile_menu {
	-webkit-box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 5px 0px;
}


/* - shipping cart - */


/* shipping table - cart */
.entry-content tr th {
    width: 15%;
}

td.product-price {
    color: #5a5c60 !important;
	font-family: 'Lato',Helvetica,Arial,Lucida,sans-serif;
	text-transform: none!important;
	font-weight: 500!important;
}

span.woocommerce-Price-amount.amount {
	font-size: 15px;
}

.woocommerce table.shop_table.cart th.product-remove,
.woocommerce table.shop_table.cart td.product-remove {
    width: 30px; 
    text-align: center;
}

.woocommerce a.remove {
	font-weight: 400!important;
}

.woocommerce a.remove:hover {
    background: #c73d62!important;
}



.woocommerce table.shop_table.cart th.product-name,
.woocommerce table.shop_table.cart td.product-name {
    width: auto!important; 
}

.woocommerce .includes_tax {
    display: block;
    margin-top: 4px; 
    font-size: 90%;  
}

p.woocommerce-shipping-destination {
    display: none;
}

/* Szerokość kolumn w koszyku (tylko desktop) */
@media (min-width: 768px) {
  .woocommerce-cart table.shop_table th.product-price,
  .woocommerce-cart table.shop_table td.product-price,
  .woocommerce-cart table.shop_table th.product-quantity,
  .woocommerce-cart table.shop_table td.product-quantity,
  .woocommerce-cart table.shop_table th.product-subtotal,
  .woocommerce-cart table.shop_table td.product-subtotal {
     /*text-align: center; */
      width: 130px;  
  }
}

/*------ button zaaktualizuj koszyk -----*/

@media (max-width: 767px) {
    .woocommerce-cart td.actions {
        display: flex !important;
        justify-content: right !important;
        border: none !important;
        padding-top: 10px !important;
    }

    .woocommerce-cart td.actions button[name="update_cart"] {
        margin: 0 auto !important;
        display: inline-block !important;
    }
}

/* ---- button przejdz do platnosci -cart-checkout ----*/
body #page-container .et_pb_section .et_pb_wc_cart_totals_0 a.checkout-button:hover,body #page-container .et_pb_section .et_pb_wc_cart_totals_0 button.button:hover {
    color: #FFFFFF!important;
    background-image: initial;
    background-color: #6d6d70!important;
}

body #page-container .et_pb_section .et_pb_wc_checkout_payment_info_0 #payment #place_order:hover {
    color: #FFFFFF!important;
    background-image: initial;
    background-color: #6d6d70!important;
}

/* ------ Cart - widoczne strzałki w polach ilości produktów ----- */

.quantity {
    display: flex !important;
	align-items: center;
    gap: 0!important;
}

.quantity input.qty {
    text-align: center;
    width: 30px !important;
    font-size: 16px;
	padding: 0 !important;
}


.qty-btn-plus {
    width: 10px!important;
    height: 30px!important;
	border: 1px solid #fff;
    background: #fff;
    font-size: 18px;
	color: #5a5c60;  
    cursor: pointer;
    text-align: center;
	justify-content: center!important;
	padding: 0 !important;
	margin-right:20px!important;
}

.qty-btn-minus {
    width: 32px!important;
    height: 30px!important;
	border: 1px solid #fff;
    background: #fff;
    font-size: 18px;
	padding: 0 7px 0 7px;
	color: #5a5c60;  
    cursor: pointer;
    text-align: center;
	padding: 0 !important;	
    align-items: center!important;
    justify-content: center!important; 
}

.qty-btn-minus:hover,
.qty-btn-plus:hover {
    border: 1px solid #fff;
	color: #5a5c60;
    align-items: center!important;
    justify-content: center!important; 
 
}
  .woocommerce-page .et_pb_wc_cart_products .quantity input.qty, .woocommerce .et_pb_wc_cart_products .quantity input.qty {
        text-align: center;
		
    }

 /* ukrywa minus przy rabacie */
tr.cart-discount td {
    font-size: 0; /* ukrywa cały tekst w td */
}

tr.cart-discount td .amount,
tr.cart-discount td a {
    font-size: 16px; 
}
/* Niebieski kolor dla kuponu TEST — koszyk + checkout */
tr.cart-discount.coupon-test th,
tr.cart-discount.coupon-test td .amount,
tr.cart-discount.coupon-test td a {
    color: #7ab6d7 !important;
}

/* USUNIĘCIE STRZAŁEK Z INPUT NUMBER */
.quantity input.qty::-webkit-outer-spin-button,
.quantity input.qty::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}
.quantity input.qty[type="number"] {
    -moz-appearance: textfield;
}



/* ---- cart - mobile ----- */


/* ------- style do kuponu cart - */
/* Usuń margines tylko przed kuponem */
@media (max-width: 768px) { 
table.cart tr.coupon,
  #main-content table.cart tr.coupon,
  #content-area table tr.coupon {
    margin-top: 0;
  }

  /* Układ pola i przycisku kuponu w kolumnie */
 /* .woocommerce-cart .coupon {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    width: 100%;
  }

  .woocommerce-cart .coupon #coupon_code {
    width: 100%;
    margin-bottom: 10px;
  }

  .woocommerce-cart .coupon button[name="apply_coupon"] {
    float: none !important;
    margin: 0;
    text-align: left;
    width: auto;
  }*/
}
	

@media (max-width: 768px) { 
td.actions {
	display: hidden!important;
    border: inherit !important; /* usuniecie kreski w td action przed kuponem*/
}
}


@media (max-width: 767px) { 
    .woocommerce table.shop_table_responsive tr:nth-child(2n) td, .woocommerce-page table.shop_table_responsive tr:nth-child(2n) td{
        background-color: inherit!important;
    }
}

@media (max-width: 767px) { 
span.woocommerce-Price-amount.amount {
	font-size: 13px!important;
	font-weight: 400;
	}
}
@media (max-width: 767px) { 
.woocommerce table.shop_table.cart th.product-remove,
.woocommerce table.shop_table.cart td.product-remove {
	border: 0; /* usuwa border nad remove */
	margin-top: 2vh;
}
}
@media (max-width: 768px) {
    .woocommerce-page .et_pb_wc_cart_products .quantity input.qty, .woocommerce .et_pb_wc_cart_products .quantity input.qty {
        text-align: center;
	}
	
	td.product-quantity {
    display: flex !important;
    align-items: center !important;
    justify-content: space-between !important;
    width: 100% !important;
    padding: 7px  !important;
    }

	.quantity {
    display: flex !important;
	flex-direction: row !important;
	align-items: center;
}
	.qty-btn-plus {
	display: flex !important;
	height: 10px!important;
	margin-right:0px!important;
	align-items: center!important;
    justify-content: center!important; 
}
	.qty-btn-minus {
	display: flex !important;
	height: 10px!important;
	
}
	.et_pb_wc_cart_products .quantity .qty {
    min-width: 30px;
		 
}
}


p#coupon-error-notice {
    color: #c73d62;
    font-size: 11px;
    line-height: normal;
}


/* Dodanie napisu USUŃ w koszyku WooCommerce (mobile) */
@media (max-width: 980px) {
   .woocommerce-cart-form__cart-item .product-remove {
    display: flex;
    align-items: center; 
  }

   .woocommerce-cart-form__cart-item .product-remove .remove::after {
    content: "Usuń";
    font-size: 11px;
	font-weight: 500;
    color: #5a5c60;  
    white-space: nowrap;
  }

	.woocommerce-cart-form__cart-item .product-remove .remove:hover::after {
    text-decoration: underline;
  }

    .woocommerce-cart-form__cart-item .product-remove .remove {
    display: inline-flex;
    align-items: center;
	gap: 10px;
  }

    .woocommerce-cart-form__cart-item .product-name {
    vertical-align: middle;
  }
	.woocommerce a.remove {
	font-weight: 400!important;
}
	
	.woocommerce a.remove:hover {
    background: inherit!important;
	color: #5a5c60!important;
	text-decoration: none;
	font-weight: 400!important;
}
}



/* ---------------------KUPON ------------------------ */

/* Ukryj pole kuponu + przycisk "Zastosuj kupon" w koszyku */
.woocommerce-cart .coupon,
.woocommerce-cart .cart_totals .wc-proceed-to-checkout .button:not(.checkout-button) {
    display: none !important;
}

/* Cart - podkreślenie pola kuponu */
/*.woocommerce-cart .coupon #coupon_code {
	border: none;
	border-bottom: 1px solid #e5e5e5!important;
	border-radius: 0;
	padding: 6px 0 6px 6px;
	margin-top: 5px;
	transition: all 0.3s ease; 
	width: 190px;
	font-size: 11px;
}

.woocommerce-cart .coupon #coupon_code::placeholder {
	transition: color 0.3s ease;
	color: #999999;
}
.woocommerce-cart .coupon #coupon_code:focus::placeholder {
	color: #fff;
}

.woocommerce-cart .coupon #coupon_code:focus {
	outline: none;
	border-bottom-color: #e5e5e5;
	color: #5A5C60;
}

@media (max-width: 767px) {
.woocommerce-cart .coupon #coupon_code {
	border: none;
	border-bottom: 1px solid #e5e5e5!important;
	border-radius: 0;
	padding: 6px 0;
	margin-left: 8px!important;
	margin-top: 0;
	transition: all 0.3s ease; 
	font-size: 11px;
	width: 50%;
	max-width: 100%;

}
}

@media (max-width: 768px) {
  form.checkout_coupon, 
  form.woocommerce-form-coupon {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
  }

  #coupon_code {
    width: 100%;
    margin-bottom: 0;
  }

  button[name="apply_coupon"] {
    width: auto;
    float: none !important;
    margin-top: 0;
    text-align: left;
  }
}

*/

@media (max-width: 767px) {
    .woocommerce-cart .woocommerce-message {
        text-align: center!important;
        justify-content: center!important;
        align-items: center!important;
    }
}


/* wyświetlenie kuponu drukowanymi literami */
.woocommerce-cart .cart-discount th .coupon-code,
.woocommerce-checkout-review-order-table .cart-discount th .coupon-code {
    text-transform: uppercase!important;
	
}



/* Checkout – podkreślenie pola kuponu */

.woocommerce-checkout .checkout_coupon #coupon_code {
	border: none;
	border-bottom: 1px solid #e5e5e5;
	padding: 6px 0 3px 0; 
	width: 143px; 
	font-size: 11px;
}

.woocommerce-checkout .checkout_coupon #coupon_code:focus {
  outline: none;
  border-bottom-color: #e5e5e5;
}

.woocommerce form.checkout_coupon .coupon-error-notice {
	color: #c73d62!important;
}

@media (max-width: 767px) {
.woocommerce-checkout .checkout_coupon #coupon_code {
	border: none;
	border-bottom: 1px solid #e5e5e5;
	padding: 6px 0; 
	width: 100px; 
	font-size: 11px;
}
}

@media (max-width: 767px) {
	.woocommerce form.checkout_coupon,.woocommerce form.login,.woocommerce form.register {
    padding:5px; 
    margin: 1em 0; 
}
}


/* Checkout - Dostosowanie szerokości kolumn kuponu */
.woocommerce-checkout form.checkout_coupon p.form-row-first {
  width: auto !important; 
  margin-right: 10px; 
  float: left; 
}

.woocommerce-checkout form.checkout_coupon p.form-row-last {
  width: auto !important; 
  float: left; 
}

/* Checkout - Dostosowanie szerokości kolumn kuponu - MOBILE */
@media (max-width: 767px) {
  .woocommerce-checkout form.checkout_coupon {
    display: flex; 
    flex-wrap: wrap; 
  }

  .woocommerce-checkout form.checkout_coupon p.form-row {
    width: auto !important; 
  
    box-sizing: border-box; 
    margin: 0 !important; 
    padding: 5px; 
  }

  .woocommerce-checkout form.checkout_coupon p.form-row-last {
    text-align: right; 
  }

  .woocommerce-checkout form.checkout_coupon .clear {
    display: none; 
  }
}



/* -------- checkout ---------- */
/* Radiobutton w metodach płatności */
.woocommerce-checkout input[type="radio"].input-radio {
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  width: 18px;
  height: 18px;
  border: 1px solid #a7734f;
  border-radius: 50%;
  cursor: pointer;
  position: relative;
}


.woocommerce-checkout input[type="radio"].input-radio:checked::before {
  content: "";
  position: absolute;
  top: 4px;
  left: 4px;
  width: 8px;
  height: 8px;
  background: #a7734f;
  border-radius: 50%;
}

.woocommerce table.shop_table td small {
	font-size: 13px;
}

dl.variation {
    font-style: italic;
    font-size: 14px;
}

.woocommerce-checkout .checkout .checkout-inline-error-message {
	color: #c73d62;
}

.woocommerce form .form-row.woocommerce-invalid label {
	color: #c73d62;
}
.woocommerce-invalid #terms {
    outline: 1px solid #c73d62;
    outline-offset: 2px;
}
.checkout-inline-error-message {
	  font-size: 11px;
}


/* Przeniesienie ilości produktu do nowej linii w checkout */
.woocommerce-checkout table.shop_table td.product-name dl.variation,
.woocommerce-checkout table.shop_table td.product-name p.wc-gzd-additional-info,
.woocommerce-checkout table.shop_table td.product-name {
	flex-direction: column;
}

.woocommerce-checkout table.shop_table td.product-name .product-quantity {
  font-weight: normal; 
	font-size: 13px;
}

.woocommerce-checkout table.shop_table td.product-name .product-quantity::before {
  content: "Ilość: ";
  font-weight: bold; 
	font-style: italic;
    font-size: 14px;
}

@media (max-width: 767px) {
.woocommerce-checkout table.shop_table td.product-name .product-quantity::before {
  content: "Ilość: ";
  font-weight: bold; 
	font-style: italic;
    font-size: 13px;
}
}

.woocommerce-checkout table.shop_table td.product-name small + strong.product-quantity {
    display: block!important;
    margin-left: 0;
}

.woocommerce-checkout table.shop_table td.product-name {
  width: 60% !important; 
}

.woocommerce-checkout table.shop_table td.product-total {
  width: 40% !important; 
}

.woocommerce table.shop_table tbody th,.woocommerce table.shop_table tfoot td,.woocommerce table.shop_table tfoot th {
    font-weight: 500;
}


/* checkout info */
.woocommerce-info {   
    font-size: 13px !important;
    color: #c73d62 !important;
    padding: 15px !important;
    border: none;
}

@media (max-width: 767px) {
	.woocommerce-info {   
    font-size: 13px !important;
    color: #c73d62 !important;
    padding: 13px !important;
    border: none;
		
}
	
}


.woocommerce-error li, .woocommerce-info li, .woocommerce-message li {
    color: #c73d62!important;
    font-size: 14px;
}
a.woocommerce-terms-and-conditions-link {
    color: #A7734F!important;
}
a.woocommerce-privacy-policy-link {
	color: #A7734F!important;
}

.checkout-inline-error-message {
    color: #c73d62!important;
}

.woocommerce form .form-row label {
    line-height: 0.5
}
span.woocommerce-terms-and-conditions-checkbox-text {
	font-size: 13px;
}
span.woocommerce-input-wrapper {
	font-size: 13px;
}

.woocommerce-NoticeGroup-checkout .woocommerce-error li {
  color: #c73d62 !important; 
}


.woocommerce-notices-wrapper .woocommerce-message,
.woocommerce-notices-wrapper .woocommerce-info,
.woocommerce-notices-wrapper .woocommerce-error,
.woocommerce-message,
.woocommerce-info,
.woocommerce-error,
.woocommerce-message strong,
.woocommerce-info strong,
.woocommerce-error strong {
    color: #c73d62 !important;
}


/* platności tPay */
.tpay-pbl-container .tpay-pbl .tpay-item>div>div .name {
    display: none;
}

.et_pb_wc_checkout_payment_info_0 .wc_payment_method p {
	color: #5a5c60 !important;
	font-family: 'Lato',Helvetica,Arial,Lucida,sans-serif;
	text-transform: none!important;
	font-weight: 500!important;
	font-size: 14px!important;
	padding-bottom: 0;
}

.tpay-pbl-container .tpay-pbl .tpay-item input:checked+div>div {
    border: 1px solid #A7734F;
	border-radius: 0px;
    box-shadow: none;
}

.et_pb_wc_checkout_payment_info form .form-row
 {
    margin: 0.5em 0 0;
}

.tpay-pbl-container .tpay-pbl .tpay-item>div>div {
	border-radius: 0px;
}


/* placeholder - adres, ulica*/
#billing_address_1::placeholder {
    color: transparent !important;
}

#billing_address_1::-webkit-input-placeholder {
    color: transparent !important;
}

#billing_address_1:-moz-placeholder { /* Firefox 4-18 */
    color: transparent !important;
}

#billing_address_1::-moz-placeholder { /* Firefox 19+ */
    color: transparent !important;
}

#billing_address_1:-ms-input-placeholder {
    color: transparent !important;
}

#billing_address_2_field {
    display: none !important;
}

/* podsumowanie zamówienia */
h2.woocommerce-order-details__title {
    font-size: 18px;
}

h2.woocommerce-column__title {
	font-size: 18px;
}
 

/*woocommerce*/
.product-row {
	display: grid;
	grid-template-columns: 100%;
}


.product-description {
	display: flex;
	flex-direction: column;
	align-items: center;
	order: 2;
	padding-top: 10%;
	height: 370px;
}

.product-image {
	display: flex;
	flex-direction: column;
	align-items: center;
	order: 1;
}

.woocommerce-variation-price {
	font-size: 26px;
	font-family: 'Lato',Helvetica,Arial,Lucida,sans-serif;
	padding-bottom: 18px;
}

@media (max-width: 767px) {
    span.woocommerce-Price-amount.amount {
        font-size: 13px !important;
		font-family: 'Lato',Helvetica,Arial,Lucida,sans-serif;
		padding-bottom: 18px;
    }
}


.woocommerce-variation-description {
	font-weight: 300;
	color: #5a5c60!important;
	margin-bottom: 2.2em!important;
}



/* układ siatki produktów z jedną kolumną */
@media (max-width: 768px) {
	#page-container #main-content .woocommerce .product {
		float: none !important;
		width: 100% !important;
	}
}

.product-short-description {
	color: #6d6d70;
	font-size: 14px;
	font-family: 'Lato', serif;
    margin-bottom: 20px;
    line-height: 160%;
}

.view-product-details {
	color: #6d6d70;
	text-transform: uppercase;
	font-family: 'Lato', serif;
    font-size: 13px;
	letter-spacing: 1px;
	margin-bottom: 10px!important;
}

.availability-name {
	color: #6d6d70;
	text-transform: uppercase;
    font-size: 12px;
}
.availability-value {
	color: #6d6d70;
	text-transform: uppercase;
    font-size: 12px;
}

.woocommerce-variation-description {
	font-size: 16px;
	margin-bottom: 3em;
}

.reset_variations {
	visibility: hidden!important;
}

.et_pb_wc_add_to_cart_0_tb_body.et_pb_module .et_pb_module_inner form.cart .variations td select {
	padding: 12px;
}

th.label {
    margin-top: 20px;
}
.woocommerce div.product form.cart .variations th {
    line-height: 0.06em;
}

section.up-sells.upsells.products h2 {
    text-align: center;
    margin-bottom: 1em;
    font-size: 2.4rem;
}

.pswp__bg { 
    background: #323232; 
}
.pswp__caption {
    display: none;
}

/* poznaj ArtGallery button*/
.art-gallery {
	font-weight: 500;
}

/* pagination */
.woocommerce nav.woocommerce-pagination ul li a, .woocommerce nav.woocommerce-pagination ul li span {   
    font-size: 14px!important;
}

.woocommerce nav.woocommerce-pagination ul {
    border: 0px solid #f5f5f5;   
}

.woocommerce nav.woocommerce-pagination ul li span.current {
	/*background: #f5f5f5;*/
	background: inherit!important;
    color: #a7734f;
}

.woocommerce nav.woocommerce-pagination ul li a:hover {
	background: inherit!important;
}

.woocommerce nav.woocommerce-pagination ul li {
	border-right: 0px solid #f5f5f5;
}

.woocommerce nav.woocommerce-pagination ul li a, .woocommerce nav.woocommerce-pagination ul li span {
    padding: 2px 18px 6px 18px;
    font-size: 24px;
	line-height: 1.6em;
}




/* - footer - */
#footer-widgets .footer-widget a, #footer-widgets .footer-widget li a, #footer-widgets .footer-widget li a:hover{
	font-family: 'Lato', sans-serif;
	font-weight: 300;
	letter-spacing: 1px;
}

.footer-widget .et_pb_widget div, .footer-widget .et_pb_widget ul, .footer-widget .et_pb_widget ol, .footer-widget .et_pb_widget label {
	font-family: 'Lato', sans-serif;
	font-weight: 300;
	letter-spacing: 1px;
    -webkit-font-smoothing: antialiased;
}

.et_pb_contact_form_container .et_pb_contact_field_0_tb_footer.et_pb_contact_field .input {
	color: #f5f5f5!important;
}

@media only screen and (max-width: 767px) {
    .et_pb_column_1_tb_footer {
        padding-top: 10px!important; 
        padding-bottom: 1vh;
    }
}



/* ------- */

.woocommerce-product-gallery__image {
    pointer-events: none!important;
}

.cta-line {
    padding-top: 1rem;
    padding-bottom: 1rem;
    font-size: 14px;
    font-size: .755rem;
    line-height: 14px;
    line-height: .875rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    color: #5a5c60;
    text-transform: uppercase;
    text-decoration: none;
    font-family: 'Lato',Helvetica,Arial,sans-serif;
    background-color: transparent;
    border: 0;
    letter-spacing: .06em;
    justify-content: center;
}

.cta-line .line {
    width: 48px;
    height: 1px;
    background-color: rgba(90,92,96,.3);
    position: relative;
    margin-right: 12px;
}

.cta-line:hover .line {
    background-color: #5a5c60;
    -webkit-transition: .2s cubic-bezier(0,0,0,1);
    transition: .2s cubic-bezier(0,0,0,1);
}

.cta-line-gw {
    padding-top: 0rem;
    padding-bottom: 0rem;
	margin-bottom: 2px;
	margin-top: 0px;
    font-size: 14px;
    font-size: .755rem;
    line-height: 1.1;
    display: flex;
    align-items: center;
    justify-content: left;
    color: #5a5c60;
    text-transform: uppercase;
    text-decoration: none;
    font-family: 'Lato', Helvetica, Arial, sans-serif;
    background-color: transparent;
    border: 0;
    letter-spacing: 0.06em;
    cursor: pointer;
}

.cta-line-gw .line-gw {
    width: 36px;
    height: 1px;
    background-color: rgba(90,92,96,.3);
    position: relative;
    margin-right: 10px;
}

.cta-line-gw:hover .line-gw {
    background-color: #5a5c60;
    transition: 0.2s cubic-bezier(0,0,0,1);
}

.cta-line-gw .gw-text {
    margin-right: 2vw;
}


.woocommerce ul.products li.product:hover {
    background-color: #f5f5f5;
}

.download-text {
	text-decoration: underline;
}

.after-wrapper svg {
    position: absolute;
    top: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    height: 16px;
    width: auto;
}

.wrapper a.download {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 15px 15px 15px 20px;
    color: #5a5c60;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.wrapper a.download div svg {
    width: 19px;
    height: 19px;
    margin-left: 12px;
}

div.img-zoom {
    width: 100%;
    height: 100%;
	overflow: hidden;
}

div.img-zoom img {
  transition: transform 0.25s;
}

div.img-zoom img:hover {
	transform: scale(1.1);
}

.et_shop_image {
    width: 100%;
    height: 100%;
	overflow: hidden;
}

.et_shop_image img {
  transition: transform 0.25s;
}

.et_shop_image img:hover {
	transform: scale(1.1);
}

.orderby {
	background-color: rgba(0, 0, 0, 0);
	color: #5A5C60;
	font-size: 12px;
	font-weight: 300;
	font-family: 'Lato', sans-serif;

}
p.woocommerce-result-count {
    font-weight: 300;
    font-size: 12px;
    color: #5A5C60;
}

/* tło lightboxa / Photoswipe */
.pswp, .pswp__bg, .pswp__zoom-wrap {
  background-color: #f5f5f5 !important;
}
.pswp__img--placeholder--blank {
    background: #f5f5f5;
}

/* --------- plugin - Variation Swatches for WooCommerce Settings --------- */
span.woo-selected-variation-item-name {
	letter-spacing: .06em;
	color: #5A5C60;
}

.woo-variation-swatches .wvs-style-squared.variable-items-wrapper .variable-item:not(.radio-variable-item){
	border-radius: 0px;
}

span.woocommerce-Price-amount.amount {
	color: #a7734f!important;
}

.woo-variation-swatches .variable-item-contents:before {
	background-size: 40%!important;
}

.et_pb_wc_add_to_cart_0_tb_body label {
	padding-bottom: 10px;
}

.woocommerce div.product form.cart .variations label {
    font-weight: 400;
}

span.variable-item-span.variable-item-span-color::after {
	display: none!important;
}

.woo-selected-variation-item-name {
	text-transform: uppercase;
	color: #5a5c60;
	font-size: 14px;
	font-weight: 400;
	-webkit-font-smoothing: antialiased;
}

.woo-variation-swatches .variable-items-wrapper .variable-item:not(.radio-variable-item).selected, .woo-variation-swatches .variable-items-wrapper .variable-item:not(.radio-variable-item).selected:hover {
	webkit-box-shadow: var(--wvs-selected-item-box-shadow, 0 0 0 2px #5a5c60);
    box-shadow: var(--wvs-selected-item-box-shadow, 0 0 0 2px #5a5c60);
    color: var(--wvs-selected-item-text-color, #5a5c60);
}

.woocommerce div.product form.cart .variations {
    margin-bottom: 0em;
}

.woocommerce-variation-description {
    margin-bottom: 1em;
}
.woocommerce div.product form.cart .woocommerce-variation-description p {
	margin-top: 0em;
    margin-bottom: 0em;
}


.woocommerce div.product form.cart .variations td {
    line-height: 0.3em;
}

.learn-button:hover {
	text-decoration: underline!important;
	text-decoration-thickness: .05em!important;
	text-underline-offset: 3px!important;
}

.et_pb_wc_add_to_cart form.cart .variations td.value .reset_variations {
    margin-top: 0em;
} 

th.label {
    margin-top: 10px;
}

.woocommerce div.product form.cart .reset_variations {
    visibility: hidden;
    font-size: .13em;
}


/* Styling the li elements for diamond shape */
.variable-item {
    list-style: none;
}

.woo-variation-swatches .variable-items-wrapper .variable-item:not(.radio-variable-item) {
    margin: 7px;
    padding: 2px;
	/*transform: rotate(45deg);*/
	width: 44px;
	height: 44px;
}

.woo-variation-swatches .variable-items-wrapper .variable-item:not(.radio-variable-item).color-variable-item.selected:not(.no-stock) .variable-item-contents:before {
	background-image: none;
}
.woo-variation-swatches .variable-items-wrapper .variable-item:not(.radio-variable-item).image-variable-item.selected:not(.no-stock) .variable-item-contents:before {
	background-image: none;}

.woo-variation-swatches .variable-items-wrapper .variable-item:not(.radio-variable-item).selected {
	color: #5a5c60;
}


/* Styling the checkmark */
.variable-item.color-variable-item.selected .variable-item-contents::after {
	content: '\2713';
    font-size: 18px;
    color: #5a5c60;
   /* transform: rotate(-45deg);*/
    position: absolute;
    top: 50%;
    left: 50%;
   transform: translate(-50%, -50%) rotate(0deg);
}


.variable-item.image-variable-item.selected .variable-item-contents::after {
 	content: '\2713';
    font-size: 18px;
    color: #5a5c60;
    /*transform: rotate(-45deg);*/
    position: absolute;
    top: 50%;
    left: 50%;
 	transform: translate(-50%, -50%) rotate(0deg);
}

/*------------------------- plugin side cart xoo ---------------------------------*/
a.xoo-wsc-ft-btn.button.btn.xoo-wsc-ft-btn-checkout {
    background-color: #5a5c60;
	border-color: #5a5c60;
	color: #fff;
	font-family: 'Lato', sans-serif;
	font-size: 14px;
	font-weight: 400;
	padding: 9px 0px 9px 0px;
}

 a.xoo-wsc-ft-btn.button.btn.xoo-wsc-ft-btn-checkout:hover {
    background-color: #6d6d70!important;
	 color: #fff!important;
}


a.xoo-wsc-ft-btn.xoo-wsc-btn.button.btn.xoo-wsc-ft-btn-cart {
	background-color: #fff;
	border: 1px solid rgba(90,92,96,0.6)!important;
	color: #9c9d9f!important;
	font-size: 14px;
	font-weight: 400;
	padding: 7px 0px 7px 0px;
}


a.xoo-wsc-ft-btn.xoo-wsc-btn.button.btn.xoo-wsc-ft-btn-cart:hover {
	background-color: #fff!important;
	border: 1px solid #5a5c60!important;
	color: #5a5c60!important;
	font-size: 14px;
	font-weight: 400;
	padding: 7px 0px 7px 0px;
}

a.xoo-wsc-ft-btn.xoo-wsc-btn.button.btn.xoo-wsc-cart-close.xoo-wsc-ft-btn-continue {
	background-color: #fff;
	border: 1px solid rgba(90,92,96,0.6)!important;
	color: #9c9d9f!important;
	font-size: 14px;
	font-weight: 400;
	padding: 7px 0px 7px 0px;
}
a.xoo-wsc-ft-btn.xoo-wsc-btn.button.btn.xoo-wsc-cart-close.xoo-wsc-ft-btn-continue:hover {
	background-color: #fff!important;
	border: 1px solid #5a5c60!important;
	color: #5a5c60!important;
	padding: 7px 0px 7px 0px;
	/*text-decoration: underline;
	text-decoration-thickness: .05em;
	text-underline-offset: 3px;*/
}
.xoo-wsc-qty-price {
    font-size: 11px;
}
.xoo-wsc-products .xoo-wsc-product {
    display: flex !important;
    flex-wrap: nowrap !important;
    align-items: flex-start;
}

.xoo-wsc-products .xoo-wsc-product .xoo-wsc-product-det {
    flex: 1 1 auto !important;
    min-width: 0 !important;
}

/* Kolor kwoty w przycisku KUPUJĘ TERAZ */
a.xoo-wsc-ft-btn.xoo-wsc-ft-btn-checkout .woocommerce-Price-amount {
    color: #ffffff !important;
    font-style: normal !important;
    font-weight: 600 !important;
}

/* -------- */
.xoo-wsc-qty-price > span {
    min-width: 0 !important;
}
.xoo-wsc-qty-price span {
    display: inline;
}

.xoo-wsc-notice-success {
    background-color: #d9ebf6!important;
    color: #7ab6d7!important;
}

.xoo-wsc-tooltip{
    display: none;
   
}
span.xoo-wsc-ft-amt-label {
    font-weight: 400;
}

.xoo-wsc-icon-pencil:before {
    display: none;
}



/* rabat */
body .xoo-wsc-ft-amt-discount .xoo-wsc-ft-amt-label {
    text-transform: uppercase !important;
}

.xoo-wsc-ft-amt.xoo-wsc-less, .xoo-wsc-psavings, .xoo-wsc-psavings * {
	color: #7ab6d7!important;
}
.xoo-wsc-ft-amt.xoo-wsc-less, .xoo-wsc-psavings, .xoo-wsc-psavings * {
    color: #7ab6d7!important;
}
.xoo-wsc-ft-amt.xoo-wsc-less .woocommerce-Price-amount,
.xoo-wsc-ft-amt.xoo-wsc-less .woocommerce-Price-amount bdi {
    color: #7ab6d7 !important;
}

@media (max-width: 480px) {
    .xoo-wsc-product-name,
    .xoo-wsc-product-name a {
        font-size: 13px !important;
        line-height: 1.3 !important;
    }
	
    .xoo-wsc-variation,
    .xoo-wsc-variation span,
    .xoo-wsc-variation dd,
    .xoo-wsc-variation dt {
        font-size: 12px !important;
        line-height: 1.2 !important;
    }
.xoo-wsc-qty-price {
    font-size: 10px;
}  
}

@media only screen and (max-width: 600px){
span.xoo-wsc-items-count {
	font-size: 13px;
    width: 26px;
    height: 26px;
    line-height: 26px;
    text-align: center;
    overflow: hidden;
	top: -10px;
	left: -10px;
}
	
.xoo-wsc-bki {
font-size: 18px;
}
}



/*----------------------- search plugin -----------------------------------*/

.aws-search-result .aws_result_title {
	color: #a7734f;
}
	.aws-search-result .aws_search_more a {
	color: #5a5c60;
}

#et-boc .aws-container .aws-search-field {
    border: none !important;
    border-bottom: 1px solid #efefef !important;
    background-color: #fff;
    border-radius: 0;
  }

.et_pb_menu__search {
	display: flex;
	justify-content: flex-end!important;
	align-items: center;
	margin-right: 18px!important;
}

.et_pb_menu__search .aws-container {
	width: 70%;
	max-width: 500px;
}

.aws-container .aws-search-field {
    font-size: 11px;
    }

.aws-container .aws-search-form {
    height: 18px!important;
}

.aws-container .aws-search-form .aws-search-clear {
    color: #cbcbcb;
    width: 24px;
    text-align: right;
}

/* Placeholder search */
.aws-container .aws-search-field::placeholder {
	color: #5a5c60;
	transition: color 0.3s ease;
}

.aws-container .aws-search-field:focus::placeholder {
	color: #d1d0d0;
}

.aws-container .aws-search-field:focus {
	color: #5a5c60;
}

/* search plugin - mobile*/


@media only screen and (max-width: 981px), (hover: none) and (pointer: coarse) {
.et_pb_menu__search {
    justify-content: center!important; 
	margin-right: 0px!important;
  }

.et_pb_menu__search .aws-container {
    width: 75%;
    position: relative;
  }
	
.et_pb_menu__search .aws-container .aws-search-close {
    position: absolute;
    right: 10px;
    top: 50%;
    transform: translateY(-50%);
  }
}

.et_pb_menu .et_pb_menu__close-search-button:after {
	content: "M";
	font-size: 1.5em;
	font-weight: 300!important;
}

#et-boc .aws-container .aws-search-form .aws-form-btn {
    background-color: inherit;
    border: 1px solid #ffffff;
}

.aws-container .aws-search-form .aws-form-btn {
	background-color: inherit;
    border: 1px solid #ffffff;
}

/* Dodaj ikonę lupki taka jak w menu divi */
.aws-search-form svg {
    display: none !important;
}

.aws-search-form::after {
    content: "U"; 
    font-family: "ETmodules";
    font-size: 15px;
    color: inherit;
    position: absolute;
    right: 8px;
    top: 50%;
    transform: translateY(-50%) scaleX(-1);
    pointer-events: none;
}

.aws-search-form {
    position: relative;
}

@media only screen and (max-width: 981px), (hover: none) and (pointer: coarse){
	.aws-mobile-search {
	border-top: 0px;
	}
}

/* -----  formularz kontaktowy ------  */

.et_pb_contact_form_label {
	display: block!important;
	margin-bottom: 2px;
	text-transform: uppercase;
	font-size: 0.65rem;
	letter-spacing: 0.06em;
}

.et_pb_contact p .et_contact_error {
    border: 1px solid #c73d62 !important;
}

.et_pb_contact .et_pb_contact_form p.et_contact_error input[type=checkbox]+label {
    color: #c73d62 !important;
}

/*formularz kontaktowy */
.et_pb_contact_form_3 .input,
.et_pb_contact_form_3 .input[type="checkbox"]+label i,
.et_pb_contact_form_4 .input,
.et_pb_contact_form_4 .input[type="checkbox"]+label i{
	border: 1px solid #000;
}

.et_pb_contact_field_checkbox {
	font-family: 'Lato', sans-serif;
	font-weight: 400;
	  -webkit-font-smoothing: antialiased;
}

.et_pb_contact_field_options_wrapper .et_pb_contact_field_options_title {
	font-family: 'Lato', sans-serif;
	font-weight: 500;
	font-size: 11px; 
}

.et_pb_contact_select {
	padding: 5px 20px 5px 20px;
}

.et_contact_bottom_container {
	float: left;
	text-align: left;
}

span.et_pb_contact_field_options_title {
    display: none;
}

.et-pb-contact-message:not(.et-pb-contact-error) {
	text-align: left;
	color: #c73d62;
}

.et-pb-contact-message.et-pb-contact-error {
    text-align: center;
	font-size: 22px;
	color: #a7734f;
}



/* zoom icon woo product image */
.woocommerce div.product div.images .woocommerce-product-gallery__trigger {
	bottom: 10px !important;
  	display: flex !important;
  	align-self: flex-end !important;
}

.woocommerce div.product div.images .woocommerce-product-gallery__trigger
 {
    background: inherit!important;
}

.woocommerce div.product div.images .woocommerce-product-gallery__trigger::before {
	border: 1px solid #5a5c60;
}
.woocommerce div.product div.images .woocommerce-product-gallery__trigger::after{
    background: #5a5c60;
    border-radius: 6px;
    height: 6px;
    left: 21px;
    top: 19px;
    transform: rotate(-45deg);
    width: 1px;

}

/* moje konto - pliki do pobrania*/
li.woocommerce-MyAccount-navigation-link.woocommerce-MyAccount-navigation-link--downloads.is-active {
    display: none;
}


/* mailer lite formularz */

/* Styl dla pól formularza MailerLite */
#mlb2-32635128 input[type="text"],
#mlb2-32635128 input[type="email"] {
  border: none; /* usuwa wszystkie obramowania */
  border-bottom: 1px solid #efefef; /* zostawia tylko dolną linię */
  background-color: transparent; /* brak wypełnienia */
  border-radius: 0; /* bez zaokrągleń */
  padding: 8px 0; /* odrobina miejsca od tekstu */
  box-shadow: none; /* usuwa cień, jeśli był */
  transition: border-color 0.3s ease;
}

/* Efekt po kliknięciu (focus) */
#mlb2-32635128 input[type="text"]:focus,
#mlb2-32635128 input[type="email"]:focus {
  border-bottom: 1px solid #999; 
  outline: none; 
  background-color: transparent; 
	text-align: center;
  box-shadow: none;
}

/* Po wpisaniu danych – brak zmiany tła */
#mlb2-32635128 input[type="text"]:not(:placeholder-shown),
#mlb2-32635128 input[type="email"]:not(:placeholder-shown) {
  background-color: transparent;
}

/* Styl etykiet, jeśli chcesz, żeby pasowały */
#mlb2-32635128 label {
  font-weight: 400;
  color: #5a5c60;
}


/* Stylizuj przycisk w formularzu MailerLite jak .cta-line */
#mlb2-32635128 button,
#mlb2-32635128 input[type="submit"] {
  padding-top: 2rem;
  padding-bottom: 2rem;
  font-size: .755rem;
  line-height: .875rem;
  display: flex;
  align-items: center;
  justify-content: right;

  color: #5a5c60;
  text-transform: uppercase;
  text-decoration: none;
  font-family: 'Lato', Helvetica, Arial, sans-serif;
  background-color: transparent;
  border: 0;
  letter-spacing: .06em;
  cursor: pointer;
  position: relative;
}

/* Dodaj linię przed napisem */
#mlb2-32635128 button::before,
#mlb2-32635128 input[type="submit"]::before {
  content: "";
  width: 48px;
  height: 1px;
  background-color: rgba(90, 92, 96, .3);
  margin-right: 12px;
  display: inline-block;
  transition: background-color .2s cubic-bezier(0,0,0,1);
}

/* Efekt hover */
#mlb2-32635128 button:hover::before,
#mlb2-32635128 input[type="submit"]:hover::before {
  background-color: #5a5c60;
}

/* --- Moje konto ----- */
.woocommerce-account .woocommerce-MyAccount-content {
    width: 70%;
}

.woocommerce-account .woocommerce-MyAccount-navigation {
    width: 30%;
}

@media (max-width: 767px) {
.woocommerce-account .woocommerce-MyAccount-navigation {
    width: auto;
}
	.woocommerce-account .woocommerce-MyAccount-content {
    width: auto;
}
}

.woocommerce-account .woocommerce table.my_account_orders .button {
    background: none !important;       
    border: none !important; 
    box-shadow: none !important; 
    color: #5a5c60 !important;  
    font-size: 13px !important;  
    padding: 4px 8px !important;  

}

.woocommerce-account .woocommerce table.my_account_orders .button:hover {
    color: #5a5c60 !important;   
    background: none !important;  
	text-decoration: underline!important;
	text-decoration-thickness: .05em;
	text-underline-offset: 3px;
}


/* szczegóły zamówienia */
.woocommerce-order table.shop_table,
.woocommerce table.order_details {
    border-width: 0 !important;
    box-shadow: none !important;
}


/* adres rozliczeniowy */
.woocommerce .woocommerce-customer-details address {
	border:none;
    text-align: left;
}

.woocommerce-account .woocommerce-Address h2 {
    font-size: 18px !important;
}

.woocommerce-account .addresses .title .edit {
    float: left;
    margin-right: 4vw;
	padding-bottom: 15px;
    font-size: 11px;
    color: #999;
}

.woocommerce-account .woocommerce-MyAccount-content form .woocommerce-form-row label {
	text-transform: uppercase;
    font-size: 10px;
    letter-spacing: 0.06em;
	line-height: 2.1em;
	
}
.woocommerce-account .woocommerce-MyAccount-content form input[type="text"] {
	text-transform: uppercase !important;
	font-size: 13px !important;
	border-width: 1px;
	border-color: rgba(109, 109, 112, 0.2);
	background-color: RGBA(255, 255, 255, 0);
	padding-top: 1vh;
    padding-bottom: 1vh;
}
.woocommerce-account .woocommerce-MyAccount-content form input[type="text"],
.woocommerce-account .woocommerce-MyAccount-content form input[type="email"],
.woocommerce-account .woocommerce-MyAccount-content form input[type="password"] {
	text-transform: uppercase !important;
	font-size: 13px !important;
	border-width: 1px;
	border-color: rgba(109, 109, 112, 0.2);
	background-color: RGBA(255, 255, 255, 0);
	padding-top: 1vh;
    padding-bottom: 1vh;
}

.woocommerce-account .woocommerce-MyAccount-content form .woocommerce-Button.button {
	display: block;
    width: 100%; 
	color: #FFFFFF !important;
    letter-spacing: 1px;
    font-size: 13px;
    text-transform: uppercase !important;
    background-color: #5A5C60;
    padding-top: 1vh !important;
    padding-right: 1em !important;
    padding-bottom: 1vh !important;
	padding-left: 1em !important;
}
.woocommerce-account .woocommerce-MyAccount-content form .woocommerce-Button.button:hover {
	background-color: rgba(109,109,112,0.74) !important;
}

.woocommerce-order-details {
	margin-top: 2em;
}

.woocommerce-customer-details {
	margin-top: 4em;
}



.woocommerce-account .woocommerce-order-details .order-again .button {
    border: none !important;
    background: #6d6d70 !important;
    color: #fff !important;
	text-transform: uppercase !important;
}

.woocommerce-account .woocommerce-order-details .order-again .button:hover {
    background-color: #5b5c60 !important;
	text-transform: uppercase !important;
}

/* moje konto ustawienia hasła svg oko */
.woocommerce form .show-password-input::before, .woocommerce-page form .show-password-input::before {   
    height: 16px;
    width: 16px;
}


/* ---- wishlist ----*/


.wishlist-menu {
    position: relative;
    display: inline-block;
}

.wishlist-menu::before {
   /* font-family: "ETmodules";
    content: "\e030";*/
	font-family: 'Woo-Side-Cart' !important;
	content: "\e92d";
    font-size: 18px;
    color: #5a5c60 !important;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    pointer-events: auto; 
    width: 21px;  
    height: 21px;
}

span.icon-heart {
    margin: 10px;
}

.wpmozo_wishlist_enabled .wpmozo_wishlists .wpmozo_wishlisted_product {
    border: 1px solid #f5f5f5;
    border-radius: 0;
    padding: 15px;
}

.wpmozo_wishlists .wpmozo_wishlisted_product_stock_status span {
    display: none;
}

.wpmozo_wishlist_enabled .wpmozo_wishlists .wpmozo_wishlisted_product .add_to_cart_button, .wpmozo_wishlist_enabled .wpmozo_wishlists .wpmozo_wishlisted_product .button {
    display: block;
    text-align: center;
 	color: #5a5c60 !important;
	background: transparent !important;   	
}

.wpmozo_wishlist_enabled .wpmozo_wishlists .wpmozo_wishlisted_product {
    border: 0px solid #f5f5f5;
   
}

a.wpmozo_add_to_wishlist_button.wpmozo_wishlist_button_only_icon {
	border-radius: 50px;
	background: transparent !important;
}


.wpmozo_wishlist_enabled.single-product .wpmozo_wishlist_button_wrapper {
    text-align: right;
}
.woocommerce.single-product .product .wpmozo_add_to_wishlist_button,.wpmozo_wishlist_button_after_add_to_cart .outofstock .wpmozo_wishlist_button_wrapper,.wpmozo_wishlist_button_before_add_to_cart .outofstock .wpmozo_wishlist_button_wrapper,.wpmozo_wishlist_enabled .wpmozo_add_to_wishlist_button:not(.wpmozo_wishlist_button_on_image) {
    margin: 0px 10px 0px 0px;
}

.woocommerce .product .wpmozo_add_to_wishlist_button:not(.wpmozo_wishlisted):hover, .wpmozo_wishlist_enabled .wpmozo_add_to_wishlist_button:not(.wpmozo_wishlisted):hover {
    transform: none;
}

body .wpmozo_wishlisted_product_current_price,
body .wpmozo_wishlisted_product_current_price span,
body .wpmozo_wishlisted_product_current_price .woocommerce-Price-amount,
body .wpmozo_wishlisted_product_current_price .amount,
body .wpmozo_wishlisted_product_current_price .woocommerce-Price-currencySymbol {
    color: #5a5c60 !important;
}

 /* Ukryj SVG w ikonie usuwania */
.wpmozo_remove_wishlisted_product svg {
    display: none !important;
}

.wpmozo_remove_wishlisted_product::before {
    content: "\e908" !important;
	font-family: 'Woo-Side-Cart' !important;
    font-size: 15px; 
    line-height: 1;
    display: inline-block;
    color: #6d6d70;
}


/* ukryj wishlist w koszyku i checkout */
.woocommerce-cart .wpmozo_wishlist_button_wrapper,
.woocommerce-cart .wpmozo_add_to_wishlist_button {
    display: none !important;
}

.woocommerce-checkout .wpmozo_wishlist_button_wrapper,
.woocommerce-checkout .wpmozo_add_to_wishlist_button {
    display: none !important;
}
/* -----------------------------------------------------------*/