/* 31651 start */
#side-filter .filter-group.filter-sekce_vv .group-header {
	text-transform: none;
	text-decoration: initial;
}
#side-filter .filter-group.filter-sekce_vv li::before {
	content: "\00a0\203A\00a0";
}
#side-filter .filter-group.filter-sekce_vv li.linkactive::before,
#side-filter .filter-group.filter-sekce_vv li.linkother::before {
	content: "\00a0\00ba\00a0";
	position: relative;
	top: 3px;
}
#side-filter .filter-group.filter-sekce_vv li.linkactive::before,
#side-filter .filter-group.filter-sekce_vv li.linkactive span {
	color:#f05a67;
}

#side-filter .menu_parent {
	padding: 12px 17px;
	border-bottom: 1px solid #cfcece;
}
#side-filter .menu_parent::before {
	content: "\2039\00a0";
}
#side-filter .menu_parent a {
	color:#333;
}
@media (min-width: 920px) {
	#side-filter .filter-header, 
	#main #side-filter .clear-filter {
		display:none;
	}
}
/* 31651 end */

/* 38261 - filtry */
.breadcrumb ul li{
    background: none;
    display: inline-block;
    vertical-align:top;
    padding-left: 0;
}
.breadcrumb ul li a{
    font-size: 14px;
    color: #d9a16e;
    font-family: 'Arial';    
}
.breadcrumb ul li.logo{
    position: relative;
    top: -2px;
}

.breadcrumb ul li.logo img{
    width: 20px;
    height: 20px;
}
.breadcrumb ul li.current{
    font-size: 14px;
    color: #4d413d;
    font-family: 'Arial';    
}
.breadcrumb ul li.current span.text{
    position: relative;
    top: 2px;
}
.breadcrumb ul li .vv-icon{
    -webkit-transform: rotate(-90deg);
    -moz-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    -o-transform: rotate(-90deg);
    transform: rotate(-90deg);
    display: inline-block;
    vertical-align:top;
    position: relative;
    top: 3px;
    padding-right: 10px;
    font-size: 9px;
}

.listing h1{
    font-size: 26px; 
    color: #4e433f;
    font-family: 'PlutoRegular';
    margin-bottom: 7px;
}
#main.listing #side-filter{
    float: none;
    display: inline-block;
    vertical-align:top;
    margin-top: 0;
}
#main.listing .product-list{
    border-top: 0;
}
#main.listing .product-list p{
    padding-bottom: 10px;
}
.listing .product-list > .right{
    display: inline-block;
    vertical-align: top;
    width: calc(100% - 327px);
    text-align: left;
    padding-left: 20px;
    padding-top: 7px;
}
.listing .product-list > .right .top .left{
    width: 77.5%;
    display: inline-block;
    vertical-align:top;
}
.listing .product-list > .right .top .left .tags{
    margin-top: 17px;
}
.listing .product-list > .right .top .left .tags a.link {
	font-size: 12px;
	margin-left: 3px;
	margin-right: 3px;
}
.listing .product-list > .right .top .left .tags .tag{
    font-size: 12px;
    color: rgba(76, 65, 61, 0.6);
    font-family: 'Arial';    
    border: 1px solid #d9d9d9;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px; /* future proofing */
    -khtml-border-radius: 3px; /* for old Konqueror browsers */
    display: inline-block;
    vertical-align:top;
    padding-left: 5px;
    padding-right: 7px;
    margin-left: 3px;
    margin-right: 3px;
    min-width: 80px;    
    margin-bottom: 5px;
}
.listing .product-list > .right .top .left .tags .name{
    font-size: 14px;
    color: rgba(76, 65, 61, 0.5);
    display: inline-block;
    vertical-align:top;
    margin-right: 10px;
}
.listing .product-list > .right .top .left .tags .tag .close{
    color: #4c413d;
    cursor: pointer;
    position: relative;
    left: 4px;
    font-weight: bold;
    font-size: 15px;
    float: right;
}
.listing .product-list > .right .top .right{
    width: 22.5%;
    display: inline-block;
    vertical-align:top;
    margin-top: 6px;
}
.listing .product-list > .right .top .right .cnt-products.pc {
    display: inline-block;
    position: static;
    margin-top: 11px;
    padding-right: 15px;
    color: rgba(76, 65, 61, 0.5);
    font-size: 12px;
    font-weight: bold;
}
.listing .product-list > .right .top .right #sort.narrower {
    position: static;
}
.listing .product-list > .right .top .right .order .ordering .head{
    border: 1px solid #e6e6e6;
    color: rgba(238, 93, 104, 0.6);
    font-weight: bold;
    font-size: 12px;
    padding: 10px 15px;
    position: relative;
    z-index: 2;
    cursor: pointer;
}
.listing .product-list > .right .top .right .order .ordering .head .icon{
    color: #909090;
    font-size: 19px;
    font-weight: bold;
    line-height: 0;
    position: relative;
    top: 1.5px;
}


.listing .product-list > .right .top .right .order  #sort .ordering .head .icon .opened{
    display: none;
    width: 10px;
    text-align: center;
    margin-top: 6px;
    padding-left: 5px;
}
.listing .product-list > .right .top .right .order  #sort .ordering .head .icon .closed{
    display: inline-block;
    vertical-align:top;  
    width: 10px;
    text-align: center;
    margin-top: 6px;
    padding-left: 5px;
}
.listing .product-list > .right .top .right .order.hover .ordering .subOrders{
    display: none;
}
.listing .product-list > .right .top .right .order .ordering .subOrders{
    display: none;
}
.listing .product-list > .right .top .right .order.hover .ordering:hover .subOrders{
    display: inline-block;
    vertical-align:top;
    position: absolute;
    right: 0;
    border: 1px solid #e6e6e6;
    margin-top: -1px;
    background: white;
    min-width: 200px;
}
.listing .product-list > .right .top .right .order.hover #sort .ordering:hover .subOrders a{
    display: block;
    padding: 10px;
    padding-right: 31px;
    color: rgba(76, 65, 61, 0.9);
    font-size: 12px;
    border-top: 1px solid white;
    border-bottom: 1px solid white;
    margin: 0;
}
.listing .product-list > .right .top .right .order.hover  #sort .ordering:hover .subOrders a:hover{
    background: #f6f6f6;
    text-decoration: none;
    border-top: 1px solid #e6e6e6;
    border-bottom: 1px solid #e6e6e6;
    color: rgba(238, 93, 104, 0.6);
}
.listing .product-list > .right .top .right .order.hover  #sort .ordering:hover .head .icon .opened{
    display: inline-block;
    vertical-align:top;
}
.listing .product-list > .right .top .right .order.hover  #sort .ordering:hover .head .icon .closed{
    display: none;  
}

.listing .product-list > .right .top .right .order.hover .ordering:hover .subOrders a span{
    font-weight: bold;  
}
.listing .product-list > .right .top .right .order.hover .ordering:hover .head{
    border-bottom: 1px solid white;
}


.listing .product-list > .right .top .right .order.opened .ordering .subOrders{
    display: inline-block;
    vertical-align:top;
    position: absolute;
    right: 0;
    border: 1px solid #e6e6e6;
    margin-top: -1px;
    background: white;
    min-width: 200px;
}
.listing .product-list > .right .top .right .order.opened #sort .ordering .subOrders a{
    display: block;
    padding: 10px;
    padding-right: 31px;
    color: rgba(76, 65, 61, 0.9);
    font-size: 12px;
    border-top: 1px solid white;:
    border-bottom: 1px solid white;
    margin: 0;
}
.listing .product-list > .right .top .right .order.opened  #sort .ordering .subOrders a:hover{
    background: #f6f6f6;
    text-decoration: none;
    border-top: 1px solid #e6e6e6;
    border-bottom: 1px solid #e6e6e6;
    color: rgba(238, 93, 104, 0.6);
}
.listing .product-list > .right .top .right .order.opened  #sort .ordering .head .icon .opened{
    display: inline-block;
    vertical-align:top;
}
.listing .product-list > .right .top .right .order.opened  #sort .ordering .head .icon .closed{
    display: none;  
}

.listing .product-list > .right .top .right .order.opened .ordering .subOrders a span{
    font-weight: bold;  
}
.listing .product-list > .right .top .right .order.opened .ordering .head{
    border-bottom: 1px solid white;
}


.listing .product-list > .right .top .right .order{
    display: inline-block;
    vertical-align:top;
    position: relative;
    z-index: 106;
}
.listing .product-list > .right .top .right .order form{
    position: static !important;
    top: 0 !important;
    right: 0 !important;
}
    
.listing .product-list > .right .top .right .order fieldset p span{
    display: none;
}
.listing .product-list > .right .paging .active{
    background: #4d413d;
    color: white;
    font-size: 16px;
    font-weight: bold;
}
.listing .product-list > .right .paging a:hover{
    border: 1px solid #625956;
    background: white;
    text-decoration: none !important;
}
.listing .product-list > .right .paging .next{
    background: #F05968;
    color: white;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    -khtml-border-radius: 5px;
    border: none;
    font-size: 14px;
    cursor: pointer;
}
.listing .product-list > .right .paging .next:hover{
    background: #F05968;
    border: none;
}
.listing .textVypisBottom{
    width: calc(100% - 327px);
    float: right;
}
.listing .textVypisBottom img{
    float: left;
    padding-right: 20px;
}
.listing .textVypisBottom a{
    color: #dca06d;
    font-weight: bold;
    text-decoration: underline !important;
}

.listing .textVypis{
    padding-left: 0;
    width: 80%;
}
.listing .textVypis p{
    margin: 0;
}
#main.listing .textVypis img{
    float: left;
    padding-right: 20px;
    max-height: 245px;
    width: auto;
    padding-bottom: 20px;
    max-width: 50%;
}
.listing .textVypis p.text{
    color: #4e433f;
    font-size: 14px;
    line-height: 21px;
    padding-left: 10px;
}
.listing .textVypis a{
    color: #dca06d;
    font-weight: bold;
    text-decoration: underline !important;
}
.listing .textVypis.withImage{
    border-bottom: 7px solid #f6f5f5;
    width: 100%;
    margin-bottom: 10px;
    padding-bottom: 0;
}
.listing .textVypis.withImage p.text{
    padding-left: 10px;
}
.listing #side-filter h4{
    text-transform: uppercase; 
    font-weight: bold;
    font-size: 16px;
    color: #4e433f;
}
.listing #side-filter{
    background: none;
} 
.listing #side-filter .back{
    font-size: 14px;
    color: #dca06d;
    border: none;
    padding: 6px 3px 3px 10px;
    background: #fdfcfc;
}
.listing #side-filter .back:before{
    content: '';
}
.listing #side-filter .back .wrap{
    font-size: 14px;
    color: #dca06d;
    border: none;
    padding: 6px 0 10px;
    margin-top: -5px;
}
.listing #side-filter .listed_sekce .back .wrap{
    border-right: none;
    margin-top: 0;
}
.listing #side-filter .back .wrap:before{
    font-size: 24px;
    position: relative;
    top: 1.5px;
    content: "\2039\00a0";
}
.listing #side-filter .back a{
    font-size: 14px;
    color: #dca06d;
}
.listing #side-filter .filter-group{
    border-top: 0;
    border-bottom: 0;
}
.listing #side-filter .filter-group .activedItems{
    border-top: 0;
    border-bottom: 0;
}
.listing #side-filter .filter-group .filter-group-content ul a{
    font-size: 14px;
}
.listing #side-filter .filter-group.tagViewing .filter-group-content ul li{
    background: #f0f0f0;
    padding: 2px 7px;
    display: inline-block;
    vertical-align:top;
    width: auto;
    margin-left: 2px;
    margin-right: 2px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px; /* future proofing */
    -khtml-border-radius: 3px; /* for old Konqueror browsers */
    line-height: initial;
    height: auto;
    border: 1px solid #f0f0f0;
    /*min-width: 56px;*/
    text-align: center;
    margin-bottom: 6px;
}

.listing #side-filter .filter-group.tagViewing .filter-group-content ul li.active{
    background: #4d413d;
    border: 1px solid #4d413d;
}
.listing #side-filter .filter-group.tagViewing .filter-group-content ul li.active a{
    color: white;
}
.listing #side-filter .filter-group.tagViewing .filter-group-content ul li:hover{
    border: 1px solid #948d8b;
}

.listing #side-filter .filter-group.tagViewing .filter-group-content ul li a{
    background: none;
    padding: 0;
    font-weight: bold;
    font-size: 15px;
    color: #4d413d;
    line-height: initial;
    height: auto;
}
.listing #side-filter .filter-group .filter-group-content h4 a {
	color: #4e433f;
}    
.listing #side-filter .filter-group .filter-group-content h4 a:hover,
.listing #side-filter .filter-group .filter-group-content ul a:hover{
    color: #f05a67;
	text-decoration: none;
}
.listing #side-filter .filter-group .filter-group-content ul a:hover{
    font-size: 14px;
}
.listing #side-filter .filter-group.filter-sekce_vv .filter-group-content ul li:hover > a{
    color: #f05a67;
    font-size: 14px;
    text-decoration: none;
    display: inline-block;
    vertical-align:top;
    width: 100%;
}
.listing #side-filter .filter-group .filter-group-content ul li{
    padding-left: 15px;
    line-height: inherit;
}
.listing #side-filter .filter-group .activedItems{
    color: rgba(77, 65, 61, 0.75);
    font-size: 12px;
    margin-bottom: 0;
    padding-left: 0;
    margin-top: 0;
}
.listing #side-filter .filter-group.colors .filter-group-content ul li{
    width: 32px;
    height: 32px;
    padding: 0;
    border-radius: 5px;
    margin-bottom: 4px;
    margin-left: 0px;
    border: 2px solid white;
    cursor: pointer;
}
.listing #side-filter .filter-group.colors .filter-group-content ul li:hover, .listing #side-filter .filter-group.colors .filter-group-content ul li.active{
    border: 2px solid #4d413d;
}

.listing #side-filter .filter-group.colors .filter-group-content ul li img{
    border: none;
    max-width: 100%;
    max-height: 100%;
    margin: 0;
    width: 17px;
    height: 17px;
    margin-left: 7px;
    margin-top: 7px;
    border: 1px solid #D2D1D1;
}
.listing #side-filter .filter-group.colors .filter-group-content ul li label.checked img{
    border-radius: 4px;
}
.listing #side-filter .filter-group .filter-group-content ul li:before{
    color: #918987;
    font-size: 18px;
    position: absolute;
    left: 0;
    top: -1px;
}
.listing #side-filter .filter-group .filter-group-content ul li.linkactive:before{
    color: #f05a67;
    font-size: 11px;
    position: absolute;
    left: 4px;
    top: 4px;
}
.listing #side-filter .filter-group .filter-group-content ul li.linkother:before{
    color: #918987;
    font-size: 11px;
    position: absolute;
    left: 4px;
    top: 4px;
}
.listing #side-filter .filter-group.filter-sekce_vv{
    background: #f9f9f9;
    padding-bottom: 10px;
}
.listing #side-filter .filter-group.filter-sekce_vv .filter-group-content{
    border-bottom: 1px solid rgba(77, 65, 61, 0.25);
    padding-bottom: 10px;
}
.listing #side-filter .filter-group.filter-sekce_vv{
    border-bottom: 1px solid rgba(77, 65, 61, 0.25);
}
.listing #side-filter .filter-group.filter-sekce_vv.visible{
    border-bottom: none;
    padding-bottom: 0;
}
.listing #side-filter form {
    background: white;
}
.listing #side-filter .filter-group.checkTags{
    padding-top: 0;
}
.listing #side-filter .filter-group.checkTags .filter-group-content{
    padding-top: 0;
}
.listing #side-filter .filter-group.checkTags .filter-group-content ul li input{
    display: none;
}
.listing #side-filter .filter-group.checkTags .filter-group-content ul li{
    width: 27%;
    margin-bottom: 10px;
    padding-left: 0;
    margin-right: 15px;
}
.listing #side-filter .filter-group.checkTags .filter-group-content ul li.blackfriday,
.listing #side-filter .filter-group.checkTags .filter-group-content ul li.transfree {
	width: 45%;
}
.listing #side-filter .filter-group.checkTags .filter-group-content ul li.disabled{
    opacity: 0.5;
}
.listing #side-filter .filter-group.checkTags .filter-group-content ul li.disabled{
    opacity: 0.5;
}
.listing #side-filter .filter-group.checkTags .filter-group-content ul li a{
    font-size: 12px;
    color: #342925;
    font-family: 'Arial';
    border: 1px solid #857e7c;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    -khtml-border-radius: 3px;
    display: inline-block;
    vertical-align: top;
    padding-left: 5px;
    padding-right: 7px;
    margin-left: 3px;
    margin-right: 3px;
    background: #f6f6f6;
    text-align: center;
    width: 90%;
    padding-top: 3px;
    padding-bottom: 3px;
}

.listing #side-filter .filter-group.checkTags .filter-group-content h4{
    margin-bottom: 15px;
}

.listing #side-filter .filter-group.checkTags .filter-group-content ul li:hover a{
    font-weight: 500;  
}
.listing #side-filter .filter-group.checkTags .filter-group-content ul li.novinka:hover a, .listing #side-filter .filter-group.checkTags .filter-group-content ul li.novinka.active a{
    background: #7db44c;
    color: white;
    border: 1px solid #7db44c;
}
.listing #side-filter .filter-group.checkTags .filter-group-content ul li.sklad:hover a, .listing #side-filter .filter-group.checkTags .filter-group-content ul li.sklad.active a{
    background: #75a9f9;
    color: white;
    border: 1px solid #75a9f9;
}
.listing #side-filter .filter-group.checkTags .filter-group-content ul li.akce:hover a, .listing #side-filter .filter-group.checkTags .filter-group-content ul li.akce.active a{
    background: #f05a67;
    color: white;
    border: 1px solid #f05a67;
}
.listing #side-filter .filter-group.checkTags .filter-group-content ul li.vyprodej:hover a, .listing #side-filter .filter-group.checkTags .filter-group-content ul li.vyprodej.active a{
    background: #f05a67;
    color: white;
    border: 1px solid #f05a67;
}
.listing #side-filter .filter-group.checkTags .filter-group-content ul li.darek:hover a, .listing #side-filter .filter-group.checkTags .filter-group-content ul li.darek.active a{
    background: #4d413d;
    color: white;
    border: 1px solid #4d413d;
}
.listing #side-filter .filter-group.checkTags .filter-group-content ul li.transfree:hover a, .listing #side-filter .filter-group.checkTags .filter-group-content ul li.transfree.active a{
    background: #73AEF4;
    color: white;
    border: 1px solid #73AEF4;
}
.listing #side-filter .filter-group.checkTags .filter-group-content ul li.blackfriday:hover a, .listing #side-filter .filter-group.checkTags .filter-group-content ul li.blackfriday.active a{
    background: #000;
    color: white;
    border: 1px solid #000;
}

.listing #side-filter .filter-group.checkTags .filter-group-content ul li.disabled:hover a, .listing #side-filter .filter-group.checkTags .filter-group-content ul li.disabled a{
    color: rgba(76, 65, 61, 0.6);
    border: 1px solid #bfbfbf;
    background: #f6f6f6;
}

.listing #side-filter .listed_sekce .wrap{
    border-right: 1px solid rgba(77, 65, 61, 0.25);
    margin-top: 20px;
    padding-right: 10px;
}
.listing #side-filter .wrap .filter-group{
    border-bottom: 1px solid rgba(77, 65, 61, 0.25);
}
.listing #side-filter .wrap .filter-group:last-of-type{
   border-top: none;
}

.listing input[type=checkbox].css-checkbox {
    position:absolute; z-index:-1000; left:-1000px; overflow: hidden; clip: rect(0 0 0 0); height:1px; width:1px; margin:-1px; padding:0; border:0;
}

.listing input[type=checkbox].css-checkbox + a.css-label {
    padding-left:23px;
    height:18px; 
    display:inline-block;
    line-height:18px;
    background-repeat:no-repeat;
    background-position: 0 0;
    font-size:18px;
    vertical-align:middle;
    cursor:pointer;
    color: #4d413d;
}

.listing input[type=checkbox].css-checkbox:checked + a.css-label {
    background-position: 0 -20px;
}

.listing a.css-label {
    background-image:url(/img/checkbox.png);
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
    
.listing #side-filter .filter-group.brands .filter-group-content ul li:hover > a{
    vertical-align: middle;
    width: auto;
}
.listing #side-filter .filter-group.brands .filter-group-content ul li .show-box .link-box a{
    color: #dca06d;
    font-weight: normal;
}
.listing #side-filter .filter-group.brands .filter-group-content ul li .show-box .link-box a:hover{
    font-weight: bold;
}

.listing #side-filter .filter-group.brands {
    overflow: visible;
}

.listing #side-filter .filter-group ul{
    max-height: 244px;
    overflow-x: hidden;
}
.listing #side-filter .filter-group.filter-sekce_vv ul{
    max-height: initial;
}
.listing #side-filter .filter-group.brands ul li{
    height: auto;
}

.listing .alphabet{
    margin-top: 10px;
    margin-bottom: 10px;
}
.listing .alphabet .char{
    background: #f6f6f6;
    padding: 5px 0;
    font-weight: bold;
    text-align: center;
    display: inline-block;
    vertical-align: top;
    margin-right: 5px;
    width: 23px;
    margin-bottom: 5px;
    cursor: pointer;
}
.listing .alphabet .char.active, .listing .alphabet .char:hover{
    background: #4d413d;
    color: white;
}
.listing .form .icon{
    display: inline-block;
    vertical-align:top;
    font-size: 16px;
    position: absolute;
    margin-top: -40px;
    margin-left: 7px;
}
.listing .form .icon .vv-icon{
    color: #a1a1a1;
}
.listing .form input{
    border: 1px solid #c3c3c3;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px; /* future proofing */
    -khtml-border-radius: 3px; /* for old Konqueror browsers */
    width: 89%;
    padding: 7px 0;
    margin-bottom: 10px;
    padding-left: 11%;
}
.listing .brands ul lí.hidden{
    display: none;  
}

.listing .form input::-webkit-input-placeholder {
   color: rgba(77, 65, 61, 0.65);
}

.listing .form input:-moz-placeholder { /* Firefox 18- */
   color: rgba(77, 65, 61, 0.65);
}

.listing .form input::-moz-placeholder {  /* Firefox 19+ */
   color: rgba(77, 65, 61, 0.65);
}

.listing .form input:-ms-input-placeholder {  
   color: rgba(77, 65, 61, 0.65);
}

/* Let's get this party started */
.listing #side-filter .filter-group  ul::-webkit-scrollbar {
    width: 6px;
}
 
/* Track */
.listing #side-filter .filter-group ul::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px #dcdcdc; 
    -webkit-border-radius: 10px;
    border-radius: 10px;
    -webkit-box-shadow: inset 0 0 6px rgba(255, 255, 255,0.5); 
    background: #dcdcdc;
}
 
/* Handle */
.listing #side-filter .filter-group  ul::-webkit-scrollbar-thumb {
    -webkit-border-radius: 10px;
    border-radius: 10px;
    background: #4d413d; 
    -webkit-box-shadow: inset 0 0 6px rgba(255, 255, 255,0.5); 
}
.listing #side-filter .filter-group  ul::-webkit-scrollbar-thumb:window-inactive {
    background: #4d413d; 
}

/* Let's get this party started */
.listing .brands ul li .sublist ul{
    overflow-x: visible !important;
    max-height: initial !important;
}
.listing .brands ul li .sublist ul{
    display: none;
}
.listing .brands ul li .sublist .headline{
    color: #dca06d;
    padding: 0 0 0 25px;
    cursor: pointer;
    margin-top: 5px;
}
.listing .brands ul li .sublist .headline:hover{
    font-weight: bold;  
}
.listing .brands ul li .sublist ul li{
    padding-left: 7px !important;  
}


.listing #side-filter .filter-group .opener {
    position: absolute;
    top: -3px;
    right: 0;
    font-size: 19px;
    color: #9a9999;
    font-style: italic;
    font-weight: normal;
    width: 13px;
    text-align: center;
    font-style: normal;
}
.listing #side-filter .filter-group .opener .minus{
    display: none;  
}
.listing #side-filter .filter-group .opener.active .minus{
    display: inline-block;
    vertical-align:top;
    margin-top: -2px;
}
.listing #side-filter .filter-group .opener.active .plus{
    display: none; 
}
.listing #side-filter .filter-group .hide-group{
    display: none;
}
.listing #side-filter .filter-group .group-header {
    text-decoration: none;
    text-transform: uppercase;
    font-weight: bold;
    font-size: 16px;
    color: #4e433f;
    padding-left: 0;
}
.listing #side-filter .filter-group .group-header:before{
    display: none;  
}
.listing #side-filter .filter-group.filter-sekce_vv .group-header {
    padding-left: 22px;
}
.listing #side-filter .filter-group.filter-sekce_vv .group-header:before{
    display: inline-block;
    vertical-align:top;
}
.listing #side-filter .slider-placeholder .slider-area-outer{
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    background: #f6f5f5;
    border-bottom: none;
    height: 5px;
}

.listing #side-filter .slider-placeholder .slider-area-outer .ui-slider-range{
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    background: #4d413d;
    border-bottom: none;
    height: 4px;
    border-bottom: 1px solid #7e7572;
    border-top: 1px solid #7e7572;
}
.listing #side-filter .ui-slider .ui-slider-handle span{
    background: white;
    border: 1px solid #837b78;
}
.listing #side-filter .ui-slider-text {
    font-weight: 300;
}
.listing #side-filter .ui-slider-text {
    font-weight: 300;
}
.listing .product-multi-item .product-fav {
    z-index: 105;
}
.listing .product-list > .mobileCopy{
    display: none;
}
.listing .product-list .mobileLeft{
    display: none;
}
.listing .infoStrip{
    margin-bottom: 20px;
    margin-top: 30px;
}
.listing .infoStrip span{
    font-weight: bold;
}
@media (max-width: 1270px) {
    .listing .product-list > .right .top .right{
        width: 35%;
    }
    .listing .product-list > .right .top .left {
        width: 63.5%;
    }
}
@media (max-width: 1229px) {
    .listing .product-list > .mobileCopy{
        display: block;
    }
    .listing .product-list .mobileLeft{
        display: block;
    }
    #main.listing #side-filter{
        width: 98%;
        border-bottom: none;
    }
    #main.listing #side-filter .filter-header{
        background: #f9f9f9;
        margin-top: 20px;
    }
    .listing .product-list > .right{
        width: 100%;
        padding: 0;
    }
    .listing .product-list > .right #radit{
        display: none;  
    }
    #side-filter .clear-filter {
        top: 28px !important;
    }
    .listing .product-list > .right .top .left {
        width: 100%;
    }
    .listing .product-list > .right .top .right{
        width: 65%;
    }
    .listing #side-filter .listed_sekce .wrap{
        border-right: none;
    }
    .breadcrumb ul li.current {
        font-size: 13px;
    }
    .listing .close{
        width: auto;
        background: none;
        text-align: left;
        padding-top: 0;
        padding-bottom: 0;
        margin-bottom: 0;
    }
    .listing .product-list > .mobileCopy.right .top .right .order form#sort {
        margin-bottom: 0;
    }
    .listing .product-list > .mobileCopy {
        margin-top: 13px;
    }
    .listing .product-list > .mobileCopy.right .top .mobileLeft{
        width: 33%;
        display: inline-block;
        vertical-align:top;
        margin-top: 8px;
    }
    .listing .product-list > .mobileCopy.right .top .mobileLeft .filter-header{
        background: #f9f9f9;
        text-transform: uppercase;
        font-size: 100%;
        margin: 0;
        padding: 10px 15px 10px 35px;
        position: relative;
        line-height: 20px;
        color: #4d413d;
        border-bottom: 1px solid #cfcfcf;
    }
    .listing .product-list > .mobileCopy.right .top .mobileLeft .filter-header .plus{
        font-size: 153.3333%;
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        padding: 10px 0;
        text-indent: 15px;
    } 
    .listing .product-list > .mobileCopy.right .top .mobileLeft .filter-header.opened .plus .opened{
        display: inline-block;
        vertical-align:top;
        float: left;
    }
    .listing .product-list > .mobileCopy.right .top .mobileLeft .filter-header.opened .plus .closed{
        display: none;  
    }
    .listing .product-list > .mobileCopy.right .top .mobileLeft .filter-header .plus .opened{
        display: none;  
    }
    .listing .product-list > .mobileCopy.right .top .mobileLeft .filter-header .plus .closed{
        display: inline-block;
        vertical-align:top;
        float: left;
    }
    .listing .product-list > .right .top .right .order {
        top: 1px;
    }
    .listing .product-list > .right .breadcrumb{
        display: none;
    }
    .listing .product-list > .right h1{
        display: none;
    }
    .listing .product-list > .right .top{
        display: none;
    }
    .listing .product-list > .mobileCopy.right .top{
        display: block;
    }
    .listing .product-list > .mobileCopy.right h1{
        display: block;
        margin-bottom: 0;
    }
    .listing .product-list > .mobileCopy.right .breadcrumb{
        display: inline-block;
        vertical-align:top;
    }
    .listing .product-list > .mobileCopy.right .top .mobileLeft{
        width: 33%;
        display: inline-block;
        vertical-align:top;
        margin-top: 0;
    }
    .listing .product-list > .right .top .right{
        margin-top: 0;
    }
    .listing .alphabet .char.active, .listing .alphabet .char:hover{
        background: #f6f6f6;
        color: #4d413d;
    }
    .listing .alphabet .char.active, .listing .alphabet .char.active{
        background: #4d413d;
        color: white;
    }
    .listing #side-filter .filter-header{
        display:none;
    }
    #category-desc.kolaz {
        float: none !important;
        width: 95%;
        padding: 0;
    }
    #category-desc.kolaz h2{
        margin-top: 0;
    }
    .listing .textVypis {
        padding-bottom: 5px;
        width: 100%;
    }
    .listing .product-list > .right > .text{
        display: none;
    }
    .listing .product-list > .right .top .left .tags {
        margin-top: 0;
    }
    .listing .product-list .mobileCopy > .text{
        display: block;
    }
    .listing .product-list .mobileCopy > .text p{
        margin: 0;
    }
    .listing .product-list > .mobileCopy.right .text h1{
        display: none;
    }
}
@media (max-width: 370px) {
    .listing .product-list > .right .top .right .cnt-products.pc{
        display: none;
    }
}
.SeeMoreText{
    color: #d9a16e;
    font-weight: normal;
}
.truncatingOriginal{
    display:none;
}

/* 38261 - filtry */
