﻿.product-btn,
.product-image img,
.product-image .product-panel,
.product-image .product-name,
.product-thumb,
.product-thumb .product-prices,
.product-thumb .product-image-link,
.product-interface-panel{
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
}
#content h2{
	margin-top:0px;
}
.cat-description{

}
.cat-description img{
	max-width:100%;
}
#content p{
	margin-top:0px;
	margin-bottom:10px;
}
#category-name{
	margin-bottom: 20px;
}
#category-name h1{
	margin: 0px;
	font-size: 36px;
	font-weight: 700;
	color:#112432;
}
.category-content{
	padding-top: 15px;
	margin-bottom: 50px;
}
.product-image{
	position:relative;
	background:#fff;
	overflow:hidden;
	text-align:center;
}
.mod-product-image{
	text-align:center;
}

.thumb-hover{
	position: absolute;
	top:0px;
	left: 0px;
	right: 0px;
	transition: all 0.3s ease;
	opacity:0;
	z-index: 10;
}

.product-thumb:hover .thumb-hover{
	opacity:1;
}

.product-buttons{
	text-align:center;
}
.img-circle{
	-webkit-border-radius: 50%;
	border-radius: 50%;
}
.product-filters{
	padding-top: 15px;
	margin-bottom: 40px;
}

.product-filters{
	display: flex;
    justify-content: space-between;
    align-items: center;
    border-top: 1px solid #eee;
    border-bottom: 1px solid #eee;
    padding: 10px 0;
}

.product-filters .form-group{
	display: flex;
    align-items: center;
	margin: 0px;
}

.product-filters label{
	padding-left: 10px;
	padding-right: 10px;
	white-space: nowrap;
}

.product-layout{
	position: relative;
	min-height: 440px;
}
.product-thumb{
	padding: 10px;
	position: static;
}
.product-thumb:hover{
	-webkit-box-shadow: 0 0 15px 0 rgba(0,0,0,0.2);
	box-shadow: 0 0 15px 0 rgba(0,0,0,0.2);
	background: #fff;

}
.product-description{
	text-align: center;
	line-height: 26px;
	margin-bottom: 15px;
}
.product-thumb .product-buttons,
.product-thumb .caption{

}

.product-thumb:hover .product-buttons,
.product-thumb:hover .caption{
	display:block;
}
.product-thumb .product-prices{
	margin-bottom: 7px;
	margin-top: 10px;
	text-align: left;
}

.product-price, .product-price-special{
	color: #000;
    font-size: 14px;
    font-weight: 700;
}

.product-price-special{
	color: #ff0073;
}

.product-price-old{
	font-size:14px;
	color:#bfbfbf;
	text-decoration:line-through;
	font-weight: 300;
}
.product-price-tax{
	font-size:14px;
	color:#ccc;
	display:block;
	font-weight: 700;
}
.separator-cols-3, .separator-cols-2, .separator-cols-1{
	display:block;
	clear:both;
	padding-top:20px;
	padding-bottom:20px;
}
.product-grid{

}
.product-grid .product-btns{
	display:none;
}
.product-grid .product-description{

}
.product-list .product-data{
	padding-left:35px;
	float:left;
	overflow:hidden;
}
.product-list .product-btns{
	display:block;
}
.product-thumb{

}
.product-grid .product-image a{
	display:block;
}
.product-grid .product-image a img{
	margin:0 auto 0 auto;
}
.product-grid .product-image{

}
.product-list .product-thumb{
	margin-bottom:15px;
}
.product-list .product-image{
	max-width:180px;
	float:left;
}

.product-info-panel{
    padding: 0px 10px 10px 10px;

}

.product-name a h3{
	color: #000000;
    font-size: 14px;
    font-weight: 700;
	margin: 0px;
	padding: 0px;
	text-align: left;
}

.product-interface-panel{
	position: absolute;
    right: 15px;
    top: 15px;
	opacity: 0;
	z-index: 10;
}

.product-thumb:hover .product-interface-panel{
	opacity:1;
}

.product-btn{
    -webkit-border-radius: 50%;
    border-radius: 50%;
    height: 40px;
    width: 40px;
    margin-bottom: 0px;
    margin-left: 4px;
    margin-right: 4px;
    display: inline-block;
}

.product-btn .fa{
	.font-size: 14px;
}

.product-btn-cart{
	background: #f05b8a;
    color: #ffffff;
    font-size: 14px;
    font-weight: 400;
    border: 1px #f05b8a solid;
    box-shadow: none;
}

.product-btn-cart:hover{
	background: #ffffff;
    color: #f05b8a;
    border: 1px #f05b8a solid;
}

.product-btn-wishlist{
	background: #fec54b;
    color: #ffffff;
    font-size: 14px;
    font-weight: 400;
    border: 1px #fec54b solid;
    box-shadow: none;
}

.product-btn-wishlist:hover{
	background: #ffffff;
    color: #fec54b;
    border: 1px #fec54b solid;
}

.product-name, .product-prices{
	padding-left: 10px;
}
.product-list .product-btn{
	color:#fff;
	margin-top:10px;
	padding: 0px;
}

.product-list  .product-description{
	display:block;
	max-width:80%;
	overflow:hidden;
}

#product-category .page-breadcrumb{
	margin-bottom: 30px;
}
#product-category .page-breadcrumb,
#product-category .page-title{
	float:none;
}
#product-category .page-title h1{
	width: 100%;
	text-align: center;
	font-weight: 300;
	font-size: 30px;
}
.mod-product-image{
	position: relative;
}
.mod-product-image img{
	max-width: 100%;
}

/* ################################## */
/* ########## FILTERS  ############## */
/* ################################## */
.checkbox-image{
	width: 23%;
	display: inline-block;
}
.image-checkbox {
    cursor: pointer;
	display: inline-block;
}

.image-checkbox input[type="checkbox"] {
    display: none; /* Ukrywa standardowe checkboxy */
}

.image-checkbox img {
    border: 1px solid #eaddd4;
    transition: border 0.3s ease;
	max-width: 100%;
}

.image-checkbox input[type="checkbox"]:checked + img {
    border-color: #ffcb05; /* Kolorowy obramowanie po zaznaczeniu */
	border: 8px solid #ffcb05;
}

.border-active {
    border-color: #ffcb05; /* Kolorowy obramowanie dla aktywnego checkboxa */
	border: 8px solid #ffcb05;
}

#column-left .rs-container .rs-selected {
    background-color: #ffcb05;
    border: 1px solid #8e8f8c;
}

#column-left .rs-scale{
	display:none;
}

@media all and (max-width: 767px){
	#content h2{
		text-align:center;
		margin-top:30px;
	}
}
@media (max-width: 991px) and (min-width: 768px){
	#content .col-sm-2:nth-child(6n+1), #content .col-sm-3:nth-child(4n+1), #content .col-sm-4:nth-child(3n+1), #content .col-sm-6:nth-child(2n+1) {
    	clear:  none;
	}
}
