@red: #ff037a; #column1-layout { padding: 10px 20px; min-height: 400px; } .breadcrumbs { margin: 5px 0; } .pagination { margin-right: 5px; .next, .previous { display: none; } .page { a { margin-left: 5px; font-size: 14px;} &.selected a { border: 1px solid @red; background: @red;} } } .category-menu { ul { list-style: none; margin: 5px 0 5px 0; padding: 0; clear: both; height: 52px; } li { list-style: none; float: left; background: url(../images/bgo.png); margin: 2px; width: 124px; float: left; height: 50px; text-align: center; a { color: white; line-height: 50px; } } } .product-model-description { margin: 0 0 20px 0; .image { float: left; background: url(../images/bgo.png); padding: 1px; } .details { float: left; padding-left: 10px; width: 430px; text-align: justify;} } .price-list-table { clear: both; margin-bottom: 30px; table { width: 100%; th,td { text-align: center; margin: 2px; padding: 5px; } th.align-left, td.align-left { text-align: left; } th { background: url(../images/bgo2.png); font-weight: normal; } tr:nth-child(even) td { background: url(../images/bgo.png); } tr:nth-child(odd) td { background: url(../images/bgo1.png); } } } .review { clear: both; padding: 10px 10px; margin-bottom: 2px; .from { &.comment { color: @red; margin-left: 20px;} } &.even { background: url(../images/bgo.png); } &.odd { background: url(../images/bgo1.png); } .date { margin-right: 10px; font-size: 12px;} .text { margin-top: 10px; margin-left: 10px;} .answer { margin-top: 10px; margin-left: 20px; font-style: italic; } } .news { .news-block { clear: both; padding: 10px 10px; margin-bottom: 2px; &:nth-child(even) { background: url(../images/bgo.png); } &:nth-child(odd) { background: url(../images/bgo1.png); } .news-date { margin-right: 10px; font-size: 12px; display: inline} .h2 {display: inline; font-size: 15px;} .news-anons { margin-top: 10px; margin-left: 10px;} } } .news-widget { border-bottom: 1px solid #b7c6cf; margin-bottom: 15px; .title { font-size: 18px; margin-top: 10px; margin-bottom: 10px; font-weight: normal; } .news-block { clear: both; padding: 10px 10px; margin-bottom: 2px; &:nth-child(even) { background: url(../images/bgo.png); } &:nth-child(odd) { background: url(../images/bgo1.png); } .news-date { margin-right: 10px; font-size: 12px; display: inline} .news-title { display: inline; font-size: 15px; } .news-anons { margin-top: 10px;} } .more-news { float: right; margin-top: 10px; } } #photo-gallery { list-style: none; margin: 20px 0 0 0; li { float: left; padding: 1px; background: url(../images/bgo.png); margin: 5px; } } #reviewForm { legend { color: white; margin-top: 30px;} label { float: left; width: 100px;} input, textarea { clear: right; display: block;} textarea { width: 520px;} input[type='submit'] { line-height:22px; border:7px solid @red; border-bottom:none; border-top:none; background:@red; color:#fff; text-align: center; font-size:11px; float: right; padding: 2px 20px 2px 20px; margin: 5px 5px 0 0; } .errorMessage {color: @red; margin-left: 100px; line-height: 14px; margin-bottom: 10px; } select.error, input.error { border:1px solid @red; } } .yashare-auto-init { padding-bottom: 15px; border-bottom: 1px solid #b7c6cf; margin-bottom: 15px; } #sitepages .sitepage { margin-bottom: 23px;} #sitepages .sitepage span { display: block; font-style: normal; font-size: small; font-family: arial,sans-serif;} #sitepages .sitepage a { font-size: medium; } #sitepages .sitepage span.link { color: #093; } #sitepages .sitepage span.keywords { font-size: 11px; margin-top: 5px;} @import "mixins.less"; @import "instagram.less"; .advantages ul { list-style-type: none; padding-left: 0; display: flex; justify-content: space-around; margin: 0; padding: 0; } .advantages ul li { display: flex; align-items: center; flex-direction: column; width: 17%; text-align: center; } .advantages__img-holder { width: 130px; height: 100px; display: flex; justify-content: center; align-items: center; background-color: rgba(10,10,10,0.3); border-bottom: 1px solid #b7c6cf; margin-bottom: 12px; svg { max-height: 85px; width: 110px; fill: #fff; } }