.catalog-search {
    margin: 10px 0;
}

.catalog-section {
    display: inline-block;
    text-align: center;
    margin: 4px;
}

.catalog-element {
    -webkit-transition: .2s;
    -o-transition: .2s;
    transition: .2s;
    float: left;
    padding: 10px;
}

.catalog-element:hover {
    box-shadow: 0 0 20px rgba(0, 0, 0, .5);
    -webkit-transition: .2s;
    -o-transition: .2s;
    transition: .2s;
    padding: 10px;
}

.tile-wrapper {
    display: inline-block;
}

.catalog-search .button {
    margin-right: 3px;
}
.aksessuary  .button {
    float: right;
}

.catalog-filter select.property-filter.manufacturer-select {
    background: #D01F23;
    color: #fff;
    font-size: 16px;
    padding: 1px 0;
    border-radius: 0;
    border: 0;
}

.catalog-search input {
    font-size: 17px;
    margin-right: 3px;
    border-radius: 4px;
    padding: 2px 0 3px 7px;
}

.catalog-section .catalog-item {
    display: inline-block;
    -webkit-transition: .2s;
    -o-transition: .2s;
    transition: .2s;
    position: relative;
    width: 196px;
    height: 162px;
    border: 1px solid #676767;
}

.catalog-section .catalog-item:hover {
    -o-transition: .2s;
}

.catalog-section .catalog-title {
    text-align: center;
    display: block;
    background: rgba(200,32,35,0.7);
    max-height: 38px;
    position: absolute;
    color: #fff;
    width: 100%;
    bottom: 0;
}

.catalog-section .catalog-filter {
    margin-top: 50px;
    overflow: auto;
}

.catalog-search .view-type {
    display: inline-block;
    float: right;
}

.view-type .tile-view {
    border: 2px solid transparent;
    width: 32px;
    height: 32px;
    background: url("images/tile-view.2485591aee4b.png") no-repeat center;
    display: inline-block;
    padding: 0 1px;
}

.view-type .list-view {
    border: 2px solid transparent;
    width: 32px;
    height: 32px;
    background: url("images/list-view.012118fca6e8.png") no-repeat center;
    display: inline-block;
    padding: 0 1px;
}

.filter-item {
    float: left;
    border: 1px solid #676767;
    padding: 0 0 0 10px;
    margin-right: 10px;
}

.view-type {
    float: right;
}

.view-type .active {
    border: 2px solid #D31F24;
}

#catalog {
    list-style: none;
    width: 750px;
    overflow: hidden;
    margin: 0;
    padding: 0;
}

#catalog li {
    -webkit-transition: .2s;
    -o-transition: .2s;
    transition: .2s;
    width: 340px;
    font-size: 16px;
    float: left;
    margin: 0;
    padding: 0 8px 8px 0;
}

#catalog li a {
    display: block;
    position: relative;
    text-decoration: none;
    font-family: PFDinText, sans-serif;
}

#catalog li a img {
    float: left;
    margin-right: 10px;
}

#catalog li a span {
    display: table-cell;
    height: 64px;
    vertical-align: middle;
}

#catalog li a:hover {
    text-decoration: underline;
}

.catalog-products {
    list-style: none;
    width: 951px;
    overflow: auto;
    margin: 0;
    padding: 0;
}

.catalog-products li {
    border-radius: 3px;
    -webkit-transition: .2s;
    -o-transition: .2s;
    transition: .2s;
    position: relative;
    overflow: auto;
    clear: both;
    min-height: 120px;
    min-width: 239px;
    max-width: 888px;
    margin: 10px 5px;
    padding: 10px;
}

.catalog-products .name {
    font-size: 18px;
    padding: 0 0 2px;
    max-height: 48px;
    overflow: hidden;
}

.detail .name h3 {
    margin: 4px 0 10px;
}

.catalog-products .name a {
    text-decoration: none;
    word-break: break-all;
    font-size: 13px;
}

.catalog-products .name a:hover {
    text-decoration: underline;
}

.catalog-products .image {
    left: 0;
    top: 0;
    float: left;
    position: relative;
    margin-right: 10px;
}

.catalog-products .image img {
    display: table-cell;
    vertical-align: middle;
    margin: 0 auto;
}

.catalog-products .detail {
    display: inline-block;
}

.catalog-products .detail .manufacturer-image {
    display: inline;
    float: left;
    margin-right: 5px;
    position: relative;
    top: -5px;
}

.catalog-products .image a {
    display: table-cell;
    outline: none;
    width: 196px;
    height: 160px;
    text-align: center;
    vertical-align: middle;
    border: 1px solid #676767;
    border-radius: 3px;
    background: #fff;
}

.catalog-products .manufacturer-number {
    font-size: 17px;
}

.catalog-products.list-view .manufacturer-number {
    margin-bottom: 15px;
}

.catalog-products .image a:hover {
    word-break: break-all;
    border-color: #676767;
}

.catalog-products .properties {
    padding-left: 0;
}

.catalog-products .description {
    padding-left: 0;
    overflow: hidden;
    max-height: 76px;
    display: inline-block;
}

.catalog-products .description ul {
    list-style: disc;
    margin: 0;
    padding: 0 0 0 15px;
}

.catalog-products .description ul li {
    min-height: 0;
    margin: 0;
    padding: 0;
}

.catalog-products .properties p {
    margin: 0;
    padding: 0;
}

.catalog-products .price {
    margin-right: 10px;
    font-size: 18px;
    font-weight: 700;
    color: #04990b;
    float: left;
}

.catalog-products .buy {
    padding: 4px 0 0;
    display: inline-table;
    padding: 0 7px;
    margin-top: 2px;
}

.catalog-products .delivery {
    padding: 0 7px;
    width: 93%;
    margin-top: 2px;
}

.catalog-product {
    width: 100%;
    overflow: hidden;
}

.catalog-product img {
    float: left;
}

.product-image .image-box img {
    height: 250px;
    width: 250px;
}

.images .image-box img {
    height: 72px;
    width: 72px;
}

.catalog-product-image img a {
    display: table-cell;
}
.catalog-product-image img {
    display: table-cell;
    outline: none;
    width: 250px;
    height: 250px;
    text-align: center;
    vertical-align: middle;
    border: 1px solid #cfdfe7;
    border-radius: 3px;
    background: #fff;
}

.catalog-product .image a:hover {
    border-color: #676767;
}

.catalog-product .description {
    margin: 0 0 4px;
}

.catalog-product .properties {
    margin: 0;
}

.catalog-product .properties p {
    margin: 0 0 2px;
    padding: 0;
}

.catalog-product .price {
    font-size: 18px;
    font-weight: 700;
    color: #0ea512;
    margin: 16px 0 16px 210px;
}

.catalog-product .buy {
    margin: 4px 0 4px 210px;
}

.round {
    border-radius: 4px;
    display: block;
    overflow: hidden;
}

#product-image {
    position: relative;
    float: left;
    width: 275px;
}

#product-image a {
    float: left;
    position: relative;
    border: 2px solid #6B4F4E;
    border-radius: 8px;
    overflow: hidden;
    line-height: 0;
}

#product-image a:hover {
    border-color: #85c8e4;
}

#product-image .images {
    clear: left;
    padding-top: 4px;
    width: 100%;
    overflow: hidden;
}

#product-image .images a {
    margin-right: 4px;
}

.catalog-products li:hover {
    box-shadow: 0 0 10px rgba(0, 0, 0, .5);
    -webkit-transition: .2s;
    -o-transition: .2s;
    transition: .2s;
}

.catalog-products.tile-view li {
    float: left;
    clear: none;
    -webkit-transition: .2s;
    -o-transition: .2s;
    transition: .2s;
    max-width: 198px;
    min-width: 198px;
    height: 382px;
    overflow: visible;
}
.catalog-products.list-view .price-block {
    float: right;
    display: inline-block;
    width: 170px;
    height: 162px;
    text-align: center;
    position: absolute;
    right: 10px;
    top: 0;
    /*background: #F2F3F5;*/
}

.catalog-products.tile-view .price-block {
    position: absolute;
    bottom: 0;
    display: inline-block;
    width: 100%;
    left: 0;
}

.catalog-products.tile-view .buy {
    width: 90%;
    /*background: #F2F3F5;*/
}

.catalog-products.list-view .description-block {
    float: left;
    width: 500px;
}

.catalog-products.list-view .detail {
    display: inline-block;
    width: 500px;
    height: 162px;
    /*background-color: antiquewhite;*/
}

.catalog-products.list-view .delivery {
    margin-top: 30px;
}

.catalog-products.list-view .price {
    float: none;
    margin-bottom: 5px;
}

.catalog-products.list-view .button {
    float: left;
}

.catalog-products.list-view .description {
    width: 500px;
}

.catalog-products .image img {
    max-width: 196px;
    max-height: 160px;
}
