.catalog-section.tile {
    display: block;
    margin-bottom: 100px;
}

.catalog-section.tile .catalog-section-wrapper {
    display: block;
    margin: -8px;
}

.catalog-section.tile .product {
    display: block;
    position: relative;
    padding: 8px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.catalog-section.tile .product:hover {
    z-index: 700;
}

.color-prew { 
    width: 75px;
    position: absolute;
    top: -2px;
    left: -82px;
    background: white;
	padding: 0px
}

.color-prew-img { 
    width: 100%;
	vertical-align: unset;
}

.catalog-section.tile .product .image-normalizer {
    display: block;
    padding-top: 100%;
}

.catalog-section.tile .product .information-normalizer {
    padding-top: 95px;
}

.catalog-section.tile .product .product-wrapper {
    display: block;
    position: relative;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing:  border-box;
}

.catalog-section.tile .product .shadow {
    display: block;
    position: absolute;
    top: 0px;
    left: 0px;
    right: 0px;
    bottom: auto;
    -webkit-transition-property: box-shadow;
    -moz-transition-property: box-shadow;
    -ms-transition-property: box-shadow;
    -o-transition-property: box-shadow;
    transition-property: box-shadow;
    border: 1px solid transparent;
    background: #ffffff;
}

.catalog-section.tile .product .shadow .shadow-wrapper {
    display: block;
  /*  margin: 5px;*/
}

.catalog-section.tile .product:hover .shadow {
    border-color: #e2e2e2;
}

.catalog-section.tile .product .marks {
    display: block;
    position: absolute;
    top: 30px;
    left: 30px;
    right: 80px;
    bottom: auto;
}

.catalog-section.tile .product .min-buttons {
    display: block;
    position: absolute;
    top: 30px;
    left: auto;
    right: 30px;
    bottom: auto;
}

.catalog-section.tile .product .min-buttons .min-buttons-wrapper {
    display: block;
    margin: -5px;
}

.catalog-section.tile .product .min-buttons .min-button {
    margin: 5px;
}

.catalog-section.tile .product .image {
    display: block;
    position: relative;
    padding-top: 100%;
    text-decoration: none;
}

.catalog-section.tile .product .image .image-wrapper {
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0px;
    left: 0px;
    right: 0px;
    bottom: 0px;
}

.catalog-section.tile .product .information {
    display: block;
    position: relative;
    margin: 20px;
}

.catalog-section.tile .product .information .brand {
    display: block;
    font-size: 8px;
    line-height: 12px;
    height: 12px;
    overflow: hidden;
    text-transform: uppercase;
    text-decoration: none;
}

.catalog-section.tile .product .information .name {
    display: block;
    font-size: 16px;
    line-height: 20px;
    height: 40px;
    overflow: hidden;
    text-decoration: none;
}

.catalog-section.tile .product .information .price {
    display: inline-block;
    font-size: 14px;
    line-height: 22px;
    height: 22px;
    font-weight: bold;
    overflow: hidden;
    text-decoration: none;
}

.catalog-section.tile .product .hideable {
    display: none;
    padding-top: 20px;
    margin:20px;	
 }
 
 .catalog-section.tile .product:hover .hideable {
    display: block;
 }

.catalog-section.tile .product .hideable .button-buy {
    width: 100%;
}

.catalog-section.tile .product .hideable .button-buy .button {
    display: block;
    text-align: center;
    text-decoration: none;
    width: 100%;
    padding: 10px 0px;
    font-size: 14px;
    line-height: 14px;
}  
/* �������� �����������: �������� */
.catalog-section.tile .product .hideable .offers.properties {
    display: block;
    overflow: hidden;
    padding-bottom: 20px;
}

.catalog-section.tile .product .hideable .offers.properties .properties-wrapper {
    display: block;
    margin: -8px;
    min-width: 14px;
    min-height: 14px;
}

.catalog-section.tile .product .hideable .offers.properties .property {
    display: block;
    margin: 8px;
    white-space: normal;
}

.catalog-section.tile .product .hideable .offers.properties .property .property-name {
    display: inline-block;
    vertical-align: middle;
    margin-right: 14px;
    font-size: 12px;
    color: #000000;
}

.catalog-section.tile .product .hideable .offers.properties .values {
    display: inline-block;
    vertical-align: middle;
    overflow: hidden;
}

.catalog-section.tile .product .hideable .offers.properties .values .values-wrapper {
    display: block;
    margin: -4px;
    font-size: 0px;
    min-width: 14px;
    min-height: 14px;
}

.catalog-section.tile .product .hideable .offers.properties .property .values .value {
    display: inline-block;
    vertical-align: middle;
    cursor: pointer;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    margin: 4px;
}.catalog-section.tile .product .hideable .offers.properties .property .values .value.hidden {
    display: none;
}

.catalog-section.tile .product .hideable .offers.properties .property.text .property-name {
    height: 34px;
    line-height: 34px;
}

.catalog-section.tile .product .hideable .offers.properties .property.text .values .value {
    padding: 9px;
    font-size: 10px;
    line-height: 10px;
    border-radius: 3px;
    border:  1px solid transparent;
    min-width: 30px;
    text-align: center;
    color: #000000;
}.catalog-section.tile .product .hideable .offers.properties .property.text .values .value:hover {
    border-color: #f1f1f1;    
}.catalog-section.tile .product .hideable .offers.properties .property.text .values .value.disabled {
    border-color: #fcfcfc;
    background: #fcfcfc;    
}.catalog-section.tile .product .hideable .offers.properties .property.text .values .value.selected {
    color: #fff;
    background: #b2b2b2;
    border-color: #b2b2b2;
}

.catalog-section.tile .product .hideable .offers.properties .property.text .values .value.cp {
    padding: 0px;

}

.catalog-section.tile .product .hideable .offers.properties .property.picture .property-name {
    height: 24px;
    line-height: 24px;
}

.catalog-section.tile .product .hideable .offers.properties .property.picture .values .value {
    position: relative;
    border-radius: 50%;
    width: 24px;
    height: 24px;
    background: #f1f1f1;
}.catalog-section.tile .product .hideable .offers.properties .property.picture .values .value.disabled {
    display: none;
}

.catalog-section.tile .product .hideable .offers.properties .property.picture .values .value .value-image {
    position: absolute;
    border-radius: 50%;
    top: 4px;
    left: 4px;
    right: 4px;
    bottom: 4px;
    overflow: hidden;
}.catalog-section.tile .product .hideable .offers.properties .property.picture .values .value.selected .value-image {
    top: 1px;
    left: 1px;
    right: 1px;
    bottom: 1px;
}

.catalog-section.tile .product .hideable .offers.properties .property.picture .values .value .value-image img {
    width: 100%;
    height: 100%;
}

.catalog-section.tile .product .hideable .offers.properties .property.picture .values .value .sprite {
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    background: url('images/sku.properties.pictures.sprite.png') no-repeat;
    background-position: 24px 24px;
}

.catalog-section.tile .product .hideable .offers.properties .property.picture .values .value.selected .sprite {
    background-position: 0px 0px;
}
.catalog-section.tile .product .shadow .uni-button-quickview {
	display:none;
}
.catalog-section.tile .product .shadow:hover .uni-button-quickview {
	display:block;
}
.catalog-section.tile .original {
    display: inline-block;
    vertical-align: baseline;
    font-size: 12px;
    line-height: 22px;
    height: 22px;
    margin-left: 5px;
    color: #f33f40;
    text-decoration: line-through;
	font-weight: normal;
	overflow: hidden;
}
.bx-android .catalog-section.tile .product:hover .hideable,
.bx-touch .catalog-section.tile .product:hover .hideable {
	display: none;
}
