/*** RESET WYŚWIETLANIA TABEL ***/

body table tbody>tr:nth-child(odd)>td, body table tbody>tr:nth-child(odd)>th {
	background-color: transparent;
}

body table tbody tr:hover>td, body table tbody tr:hover>th {
	background-color: transparent;
}

body table td, body table thead:first-child tr:first-child th, body table th {
    border: none;
    border-top: none;
}

body table{
	border-radius: 0px!important;
}

body table div.coupon input.input-text#coupon_code {
    width: 120px;
}

body .woocommerce .quantity input.qty {
	padding: 8px;
}

/*** PRZYCISKI WOOCOMMERCE ***/

body .woocommerce #content input.button.alt:hover,
body .woocommerce #respond input#submit.alt:hover,
body .woocommerce a.button.alt:hover,
body .woocommerce button.button.alt:hover,
body .woocommerce input.button.alt:hover,
body .woocommerce-page #content input.button.alt:hover,
body .woocommerce-page #respond input#submit.alt:hover,
body .woocommerce-page a.button.alt:hover,
body .woocommerce-page button.button.alt:hover,
body .woocommerce-page input.button.alt:hover {

background:white;
background-color:white;
color:#753D20;
text-shadow: transparent;
box-shadow: none;
border-color:#753D20;
	

}

body .woocommerce #content input.button:hover,
body .woocommerce #respond input#submit:hover,
body .woocommerce #respond input#submit.alt:hover,
body .woocommerce a.button:hover,
body .woocommerce button.button:hover,
body .woocommerce input.button:hover,
body .woocommerce-page #content input.button:hover,
body .woocommerce-page #respond input#submit:hover,
body .woocommerce-page a.button:hover,
body .woocommerce-page button.button:hover,
body .woocommerce-page input.button:hover {

background:#753D20;
background-color:#753D20;
color:white;
text-shadow: transparent;
box-shadow: none;
border-color:#753D20;

}

body .woocommerce #content input.button,
body .woocommerce #respond input#submit,
body .woocommerce a.button,
body .woocommerce button.button,
body .woocommerce input.button,
body .woocommerce-page #content input.button,
body .woocommerce-page #respond input#submit,
body .woocommerce a.button.alt,
body .woocommerce #respond input#submit.alt,
body .woocommerce a.button.alt,
body .woocommerce button.button.alt,
body .woocommerce input.button.alt
body .woocommerce-page a.button,
body .woocommerce-page button.button,
body .woocommerce-page input.button {

background:white;
background-color: white;	
color:#753D20;
text-shadow: transparent;
border-color:#753D20;
border: solid 1px;	
border-radius: 100px;
transition: all 0.2s ease;

}

body .woocommerce li button.button,
body .woocommerce li a.button {
	border-radius: 0px;
	color: #fff;
	border: none!important;
	background-color: #ccc;
	
	
}

body .woocommerce li button.button:hover,
body .woocommerce li a.button:hover {
	border-radius: 0px;
	color: #fff;
	border: none!important;
	border-color: #753D20;
	background-color: #753D20;
}

body .woocommerce #content input.button.alt:hover,
body .woocommerce #respond input#submit.alt:hover,
body .woocommerce a.button.alt:hover,
body .woocommerce button.button.alt:hover,
body .woocommerce input.button.alt:hover,
body .woocommerce-page #content input.button.alt:hover,
body .woocommerce-page #respond input#submit.alt:hover,
body .woocommerce-page a.button.alt:hover,
body .woocommerce-page button.button.alt:hover,
body .woocommerce-page input.button.alt:hover {

background: #753D20;
background-color: #753D20;	
box-shadow: none;
text-shadow: transparent;
color:white;
border-color:#753D20;

}

/*** GALERIA ACF ***/
.galeria-acf:nth-child(4n) {
    margin-right: 0px;
}
.galeria-acf {
    float: left;
    margin-right: 20px;
}

/*** ORTH LINK W STOPCE ***/
.orth-container{
	width:100%;
	font-size: 12px;
	color: #ffffff;
}

@media only screen and (max-width: 768px) {
	body .orth-container {
		text-align: center;
	}
}

.orth-right{
	text-align: right;
}


#orthLink,
#orthLink:visited,
#orthLink:hover,
#orthLink:active {
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    position: relative;
    transition: 3s all ease 1.5s;
    text-decoration: none;
    color: #ffffff;
	font-size: 12px;
}

#orthLink:hover {
    color: #ffd500;
    transition: 0.5s all ease 0s;
}

#orthLink:after {
    content: "";
    transition: 3s all ease 1.5s;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    position: absolute;
    bottom: -0.25em;
    height: 1px;
    width: 0;
    background: #ffd500;
    right: 0;
}

#orthLink:hover:after {
    width: 100%;
    transition: 0.5s all ease 0s;
}

/* test */

.showme a , .showme i , .showme img, .closebutton a, .closebutton i, .closebutton img{
cursor: pointer;
-webkit-transition: transform 0.34s ease;
transition : transform 0.34s ease;
}
.opened i , .opened img{
transform: rotate(90deg);
}

/* Budkot */
/* button pod tabelą charakterystyki urządzenia */
.button-spec, .button-spec:visited {
    display: block;
    color: #7a7a7a;
    background: #f7f7f7;
    padding: 10px;
    text-align: center;
    font-weight: 600;
    transition: all 0.5s ease;

}

.button-spec:hover, .button-spec:active {
    color: #fff;
    background: #f3630d;
}

/* menu boczne */

.elementor-1041 .elementor-element.elementor-element-7a6e0a9 .elementor-nav-menu--dropdown a.highlighted {
	background-color: #f3630d;
    color: #fff;
}
