.woocommerce .product .images figure {
	margin-bottom: 30px;
}

.opcje {
	display: block;
	position: relative;
}

.opcje input, .opcje select, .opcje textarea {
	width: 100%;
	display: block;
	padding: 10px;
	box-shadow: none;
	outline: none;
	border: 1px solid #818181;
	background: #FFF;
	margin-bottom: 15px;
	border-radius: 0;
	font-family: inherit;
	font-size: 1em;
	box-sizing: border-box;
	color: #818181;
}

.opcje ::placeholder {
	color: #818181;
}

.opcje label {
	color: #303030;
	text-transform: uppercase;
	font-size: 0.85em;
	display: block;
	margin-bottom: 3px;
	font-weight: 600;
}

.fc_galeria { width: 100%; display: block; }
.woocommerce .product .images .fc_galeria > img { display: inline-block; margin: 20px 10px 0 10px; padding: 0; }

.zestaw
{
	position: relative;
	/*width: 300px;
	height: 300px;*/
  width: 100%;
  height: 0;
  padding-bottom: 100%;
	/*border: solid 2px red;*/
}
.zestaw > IMG {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
}


.shop-search {
    margin-bottom: 15px;
}

.shop-search .btn {
    background-color: #FFF;
    border: 1px solid #e6e6e6 !important;
    padding: 15px 13px;
    cursor: pointer;
    border: 0;
    color: #777;
    outline: 0;
    font-size: 13px;
    line-height: 17px;
    -webkit-transition: all .2s ease-in-out;
	-moz-transition: all .2s ease-in-out;
	-o-transition: all .2s ease-in-out;
	transition: all .2s ease-in-out;
}

.shop-search input {
    border: 1px solid #e6e6e6 !important;
}

.shop-search .btn:hover {
    color: #FFF;
    background-color: #777;
}