/**
 * Theme Name: ATV Mausser
 * Template:   hello-elementor
 * Author: WebNET - Uroš
 * Author website: www.web-net.si
 */
.custom-search-form {
    display: inline-flex;
    width: 100%;
    column-gap: 20px;
}
.custom-iskalnik-polje {
    font-family: 'Poppins';
    font-weight: 300;
    font-size: 14px;
	width: 20%;
    border: none;
    border-radius: 20px;
    padding: 12px 25px;
	-webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background-image: url('/wp-content/uploads/2024/05/Expand_down.svg');
    background-size: 20px;
    background-position-x: 95%;
    background-position-y: center;
    background-repeat: no-repeat;
}
.isci-pnevmatike {
    font-family: 'Poppins';
    font-weight: 600;
    font-size: 16px;
    background-color: #4B5320;
    color: #fff;
    border: none;
    border-radius: 20px;
    padding: 10px 30px;
	cursor: pointer;
	transition: 300ms;
}
.isci-pnevmatike:hover {
    background-color: #fff;
    color: #4B5320;
    box-shadow: 0px 0px 14px 2px rgba(0, 0, 0, 0.2);
}
@media only screen and (max-width: 767px) {
  .custom-iskalnik-polje {
    width:100%;
  }
	.custom-search-form{
		flex-direction: column;
    	row-gap: 20px;
	}
}
select#dimenzije {
    padding: 8px 16px;
}
table.variations {
    margin-bottom: 20px !important;
}