bebeboutik/themes/site/css/less/product.less

243 lines
3.3 KiB
Plaintext
Raw Normal View History

2016-01-04 12:48:08 +01:00
#product {
#jqi {
top: 30% !important;
div.jqi .jqimessage {
height: 35px;
text-align: center;
font-size: 14px;
}
h1 {
display: none;
}
}
.product_info {
border-bottom: 1px solid #cac7be;
padding: 0px 0px 15px;
margin: 0px 0px 20px;
text-align: center;
clear: both;
}
#views_block {
background: #EBE8E9;
ul {
margin: 0px;
list-style: none outside;
overflow: auto;
width: auto !important;
padding: 10px 10px 0px 0px;
li {
float: left;
margin-left: 10px;
margin-bottom: 10px;
width: 92px;
height: 113px;
font-size: 0px;
line-height: 0px;
a {
display: block;
width: 92px;
height: 113px;
font-size: 0px;
line-height: 0px;
img {
border: 5px solid #ffffff;
}
&.shown img {
border: 5px solid #796dc7;
}
}
}
}
}
#pb-right-column {
width: 420px;
min-height: 750px;
float: left;
> p.align_center.clear {
padding: 10px 0px;
text-align: center;
span#wrapResetImages {
color: #444d52;
font-size: 12px;
img {
vertical-align: middle;
}
a {
color: #444d52;
}
}
}
}
#pb-left-column {
width: 560px;
float: left;
}
#primary_block {
overflow: auto;
width: 980px;
padding-bottom: 20px;
position: relative;
}
#short_description_block {
padding: 0px 0px 0px 20px;
#short_description_content {
//border-bottom: 1px solid #cac7bf;
padding: 20px 20px 10px 0px;
width : 345px;
float : left;
> *:first-child {
margin-top: 0px;
}
p {
font-size: 12px;
line-height: 1.5em;
margin-bottom: 10px;
color: #444d52;
}
a {
color: #5081f7;
}
h2 {
font-size: 18px;
color: #444d52;
margin-top: 20px;
}
h3 {
font-size: 16px;
color: #444d52;
margin-top: 20px;
}
ul {
list-style: disc outside;
margin-left: 20px;
li {
color: #444d52;
padding-left: 5px;
line-height: 1.5em;
}
}
}
}
#buy_block {
padding: 20px 0px 20px 0px;
float : left;
width : 165px;
div.clear {
margin-top: 10px;
//border-bottom: 1px solid #cac7bf;
}
#attributes p {
margin-bottom: 20px;
}
}
#image-block {
background: #e4e4e4;
width: 420px;
//height: 525px;
}
.title_block {
padding-top: 20px;
> a {
float: left;
border-top: 6px solid #527de3;
text-align: center;
height: 108px;
background: #ffffff;
width: 260px;
}
}
p.price, p#old_price, p#reduction_percent, p#reduction_amount {
padding: 5px 0px 0px;
}
p#quantity_wanted_p {
padding-bottom : 30px;
border-bottom: 1px solid #cac7bf;
}
p.price {
padding-top: 20px;
font-size: 20px;
.our_price_display, #our_price_display {
color: @color_price;
font-weight: bold;
font-size: 20px;
}
}
p#old_price {
font-size: 14px;
color: @color_price_old;
text-decoration: line-through;
}
p#reduction_percent, p#reduction_amount {
font-size: 14px;
color: #4e83f3;
}
#add_to_cart {
padding: 20px 0px;
input[type="submit"] {
opacity: .5 !important;
}
input.exclusive[type="submit"] {
opacity: 1 !important;
}
}
#more_info_block {
clear: both;
padding: 10px 0px 20px 20px;
}
#quantity_wanted {
width: 50px;
}
#more_info_tabs {
background: #ffffff;
.selected {
font-weight: bold;
color: #444D52;
}
}
}