update 05.11.13
This commit is contained in:
@@ -3,14 +3,17 @@
|
||||
/*******************************************************************
|
||||
Cart Block Styles
|
||||
********************************************************************/
|
||||
/* line 11, ../../../sass/modules/blockcart/blockcart.scss */
|
||||
#cart_block #cart_block_list .deleteCustomizableProduct, #cart_block #cart_block_list .remove_link {
|
||||
position: absolute;
|
||||
right: 10px;
|
||||
top: 19px;
|
||||
}
|
||||
/* line 17, ../../../sass/modules/blockcart/blockcart.scss */
|
||||
#cart_block #cart_block_list .remove_link a, #cart_block #cart_block_list .ajax_cart_block_remove_link {
|
||||
color: #777777;
|
||||
}
|
||||
/* line 20, ../../../sass/modules/blockcart/blockcart.scss */
|
||||
#cart_block #cart_block_list .remove_link a:before, #cart_block #cart_block_list .ajax_cart_block_remove_link:before {
|
||||
display: inline-block;
|
||||
content: "";
|
||||
@@ -18,76 +21,93 @@
|
||||
font-size: 18px;
|
||||
line-height: 18px;
|
||||
}
|
||||
/* line 28, ../../../sass/modules/blockcart/blockcart.scss */
|
||||
#cart_block #cart_block_list .remove_link a:hover, #cart_block #cart_block_list .ajax_cart_block_remove_link:hover {
|
||||
color: #515151;
|
||||
}
|
||||
/* line 32, ../../../sass/modules/blockcart/blockcart.scss */
|
||||
#cart_block .cart-images {
|
||||
float: left;
|
||||
margin-right: 20px;
|
||||
}
|
||||
/* line 37, ../../../sass/modules/blockcart/blockcart.scss */
|
||||
#cart_block .cart-info {
|
||||
overflow: hidden;
|
||||
position: relative;
|
||||
padding-right: 20px;
|
||||
}
|
||||
/* line 42, ../../../sass/modules/blockcart/blockcart.scss */
|
||||
#cart_block .cart-info .product-name {
|
||||
padding-bottom: 15px;
|
||||
margin-top: -4px;
|
||||
}
|
||||
/* line 46, ../../../sass/modules/blockcart/blockcart.scss */
|
||||
#cart_block .cart-info .product-name a {
|
||||
font-size: 13px;
|
||||
line-height: 18px;
|
||||
display: inline-block;
|
||||
}
|
||||
/* line 53, ../../../sass/modules/blockcart/blockcart.scss */
|
||||
#cart_block .cart-info .quantity-formated {
|
||||
display: inline-block;
|
||||
color: #9c9b9b;
|
||||
text-transform: uppercase;
|
||||
}
|
||||
/* line 60, ../../../sass/modules/blockcart/blockcart.scss */
|
||||
#cart_block dt {
|
||||
font-weight: normal;
|
||||
overflow: hidden;
|
||||
padding: 20px 10px 16px 20px;
|
||||
position: relative;
|
||||
}
|
||||
/* line 67, ../../../sass/modules/blockcart/blockcart.scss */
|
||||
#cart_block dd {
|
||||
position: relative;
|
||||
}
|
||||
/* line 70, ../../../sass/modules/blockcart/blockcart.scss */
|
||||
#cart_block dd li {
|
||||
padding: 10px 20px;
|
||||
}
|
||||
/* line 73, ../../../sass/modules/blockcart/blockcart.scss */
|
||||
#cart_block dd li .deleteCustomizableProduct {
|
||||
top: 12px !important;
|
||||
right: 15px !important;
|
||||
}
|
||||
/* line 80, ../../../sass/modules/blockcart/blockcart.scss */
|
||||
#cart_block #cart_block_no_products {
|
||||
margin: 0;
|
||||
padding: 10px 20px;
|
||||
}
|
||||
/* line 84, ../../../sass/modules/blockcart/blockcart.scss */
|
||||
#cart_block #cart-prices {
|
||||
border-top: 1px solid #d6d4d4;
|
||||
font-weight: bold;
|
||||
padding: 10px 20px 22px 20px;
|
||||
}
|
||||
/* line 89, ../../../sass/modules/blockcart/blockcart.scss */
|
||||
#cart_block #cart-prices .cart-prices-line {
|
||||
overflow: hidden;
|
||||
border-bottom: 1px solid #515151;
|
||||
padding: 7px 0;
|
||||
}
|
||||
/* line 94, ../../../sass/modules/blockcart/blockcart.scss */
|
||||
#cart_block #cart-prices .cart-prices-line.last-line {
|
||||
border: none;
|
||||
}
|
||||
/* line 99, ../../../sass/modules/blockcart/blockcart.scss */
|
||||
#cart_block #cart-buttons {
|
||||
overflow: hidden;
|
||||
padding: 20px 20px 10px 20px;
|
||||
margin: 0;
|
||||
background: #f6f6f6;
|
||||
}
|
||||
/* line 105, ../../../sass/modules/blockcart/blockcart.scss */
|
||||
#cart_block #cart-buttons a {
|
||||
float: left;
|
||||
margin-bottom: 10px;
|
||||
margin-right: 10px;
|
||||
}
|
||||
/* line 110, ../../../sass/modules/blockcart/blockcart.scss */
|
||||
#cart_block #cart-buttons a#button_order_cart {
|
||||
margin-right: 0;
|
||||
}
|
||||
@@ -95,6 +115,7 @@
|
||||
/*******************************************************************
|
||||
Cart Block(Header) Styles
|
||||
********************************************************************/
|
||||
/* line 121, ../../../sass/modules/blockcart/blockcart.scss */
|
||||
#header #cart_block {
|
||||
z-index: 10;
|
||||
display: none;
|
||||
@@ -106,73 +127,106 @@
|
||||
background: #484848;
|
||||
color: #fff;
|
||||
}
|
||||
@media (min-width: 480px) and (max-width: 767px) {
|
||||
/* line 121, ../../../sass/modules/blockcart/blockcart.scss */
|
||||
#header #cart_block {
|
||||
top: 69px;
|
||||
}
|
||||
}
|
||||
@media (max-width: 479px) {
|
||||
/* line 121, ../../../sass/modules/blockcart/blockcart.scss */
|
||||
#header #cart_block {
|
||||
top: 44px;
|
||||
left: 50%;
|
||||
margin-left: -135px;
|
||||
}
|
||||
}
|
||||
/* line 140, ../../../sass/modules/blockcart/blockcart.scss */
|
||||
#header #cart_block a {
|
||||
color: #fff;
|
||||
}
|
||||
/* line 143, ../../../sass/modules/blockcart/blockcart.scss */
|
||||
#header #cart_block a:hover {
|
||||
color: #9c9b9b;
|
||||
}
|
||||
/* line 148, ../../../sass/modules/blockcart/blockcart.scss */
|
||||
#header #cart_block #cart_block_list .remove_link a, #header #cart_block #cart_block_list .ajax_cart_block_remove_link {
|
||||
color: #fff;
|
||||
outline: none;
|
||||
text-decoration: none;
|
||||
}
|
||||
/* line 153, ../../../sass/modules/blockcart/blockcart.scss */
|
||||
#header #cart_block #cart_block_list .remove_link a:hover, #header #cart_block #cart_block_list .ajax_cart_block_remove_link:hover {
|
||||
color: #9c9b9b;
|
||||
}
|
||||
/* line 157, ../../../sass/modules/blockcart/blockcart.scss */
|
||||
#header #cart_block .price {
|
||||
color: #fff;
|
||||
}
|
||||
/* line 161, ../../../sass/modules/blockcart/blockcart.scss */
|
||||
#header #cart_block dt {
|
||||
background: url(../../../img/cart-shadow.png) repeat-x;
|
||||
}
|
||||
/* line 164, ../../../sass/modules/blockcart/blockcart.scss */
|
||||
#header #cart_block dt.first_item {
|
||||
background: none;
|
||||
}
|
||||
/* line 167, ../../../sass/modules/blockcart/blockcart.scss */
|
||||
#header #cart_block dd {
|
||||
background: url(../../../img/cart-shadow.png) repeat-x;
|
||||
}
|
||||
/* line 169, ../../../sass/modules/blockcart/blockcart.scss */
|
||||
#header #cart_block .product-atributes {
|
||||
padding-bottom: 10px;
|
||||
font-size: 11px;
|
||||
}
|
||||
/* line 173, ../../../sass/modules/blockcart/blockcart.scss */
|
||||
#header #cart_block .product-atributes a {
|
||||
color: #9c9b9b;
|
||||
}
|
||||
/* line 176, ../../../sass/modules/blockcart/blockcart.scss */
|
||||
#header #cart_block .product-atributes a:hover {
|
||||
color: #fff;
|
||||
}
|
||||
/* line 180, ../../../sass/modules/blockcart/blockcart.scss */
|
||||
#header #cart_block #cart-prices {
|
||||
border: none;
|
||||
background: url(../../../img/cart-shadow.png) repeat-x #3d3d3d;
|
||||
}
|
||||
/* line 185, ../../../sass/modules/blockcart/blockcart.scss */
|
||||
#header #cart_block #cart-buttons {
|
||||
background: url(../../../img/cart-shadow.png) repeat-x #333333;
|
||||
}
|
||||
|
||||
/* line 190, ../../../sass/modules/blockcart/blockcart.scss */
|
||||
#cart_block #cart_block_summary, #cart_block .title_block span, #header #cart_block h4, #header #cart_block .title_block, #header #cart_block h4 {
|
||||
display: none;
|
||||
}
|
||||
|
||||
/* line 193, ../../../sass/modules/blockcart/blockcart.scss */
|
||||
#cart_block #cart_block_shipping_cost,
|
||||
#cart_block #cart_block_total,
|
||||
#cart_block #cart_block_wrapping_cost {
|
||||
float: right;
|
||||
}
|
||||
|
||||
/* line 196, ../../../sass/modules/blockcart/blockcart.scss */
|
||||
#cart_block table#vouchers {
|
||||
clear: both;
|
||||
width: 80%;
|
||||
margin: 0 auto;
|
||||
margin-bottom: 10px;
|
||||
}
|
||||
/* line 202, ../../../sass/modules/blockcart/blockcart.scss */
|
||||
#cart_block table#vouchers tr td {
|
||||
padding: 2px;
|
||||
}
|
||||
/* line 205, ../../../sass/modules/blockcart/blockcart.scss */
|
||||
#cart_block table#vouchers tr td.quantity {
|
||||
margin-right: 5px;
|
||||
min-width: 18px;
|
||||
}
|
||||
/* line 210, ../../../sass/modules/blockcart/blockcart.scss */
|
||||
#cart_block table#vouchers tr td.delete {
|
||||
padding-left: 0;
|
||||
padding-right: 0;
|
||||
@@ -183,6 +237,7 @@
|
||||
/*****************************************************************************
|
||||
Layer Cart Css
|
||||
*****************************************************************************/
|
||||
/* line 222, ../../../sass/modules/blockcart/blockcart.scss */
|
||||
.layer_cart_overlay {
|
||||
background-color: #000;
|
||||
display: none;
|
||||
@@ -197,6 +252,7 @@
|
||||
filter: alpha(opacity=20);
|
||||
}
|
||||
|
||||
/* line 235, ../../../sass/modules/blockcart/blockcart.scss */
|
||||
* html .layer_cart_overlay {
|
||||
filter: alpha(opacity=20);
|
||||
position: absolute;
|
||||
@@ -204,6 +260,7 @@
|
||||
margin-left: -160px;
|
||||
}
|
||||
|
||||
/* line 241, ../../../sass/modules/blockcart/blockcart.scss */
|
||||
#layer_cart {
|
||||
background-color: #fff;
|
||||
position: absolute;
|
||||
@@ -218,11 +275,13 @@
|
||||
-o-border-radius: 4px;
|
||||
border-radius: 4px;
|
||||
}
|
||||
/* line 251, ../../../sass/modules/blockcart/blockcart.scss */
|
||||
#layer_cart .layer_cart_product {
|
||||
padding: 30px 30px 30px 30px;
|
||||
overflow: hidden;
|
||||
position: static;
|
||||
}
|
||||
/* line 256, ../../../sass/modules/blockcart/blockcart.scss */
|
||||
#layer_cart .layer_cart_product h2 {
|
||||
font: 400 23px/29px Arial, Helvetica, sans-serif;
|
||||
color: #46a74e;
|
||||
@@ -230,12 +289,14 @@
|
||||
padding-right: 100px;
|
||||
}
|
||||
@media (max-width: 767px) {
|
||||
/* line 256, ../../../sass/modules/blockcart/blockcart.scss */
|
||||
#layer_cart .layer_cart_product h2 {
|
||||
font-size: 18px;
|
||||
padding-right: 0;
|
||||
line-height: normal;
|
||||
}
|
||||
}
|
||||
/* line 266, ../../../sass/modules/blockcart/blockcart.scss */
|
||||
#layer_cart .layer_cart_product h2 i {
|
||||
font-size: 30px;
|
||||
line-height: 30px;
|
||||
@@ -243,11 +304,13 @@
|
||||
padding-right: 8px;
|
||||
}
|
||||
@media (max-width: 767px) {
|
||||
/* line 266, ../../../sass/modules/blockcart/blockcart.scss */
|
||||
#layer_cart .layer_cart_product h2 i {
|
||||
font-size: 22px;
|
||||
line-height: 22px;
|
||||
}
|
||||
}
|
||||
/* line 278, ../../../sass/modules/blockcart/blockcart.scss */
|
||||
#layer_cart .layer_cart_product .product-image-container {
|
||||
max-width: 178px;
|
||||
border: 1px solid #d6d4d4;
|
||||
@@ -256,25 +319,31 @@
|
||||
margin-right: 30px;
|
||||
}
|
||||
@media (max-width: 480px) {
|
||||
/* line 278, ../../../sass/modules/blockcart/blockcart.scss */
|
||||
#layer_cart .layer_cart_product .product-image-container {
|
||||
float: none;
|
||||
margin-right: 0;
|
||||
margin-bottom: 10px;
|
||||
}
|
||||
}
|
||||
/* line 291, ../../../sass/modules/blockcart/blockcart.scss */
|
||||
#layer_cart .layer_cart_product .layer_cart_product_info {
|
||||
padding: 38px 0 0 0;
|
||||
}
|
||||
/* line 294, ../../../sass/modules/blockcart/blockcart.scss */
|
||||
#layer_cart .layer_cart_product .layer_cart_product_info #layer_cart_product_title {
|
||||
display: block;
|
||||
padding-bottom: 8px;
|
||||
}
|
||||
/* line 299, ../../../sass/modules/blockcart/blockcart.scss */
|
||||
#layer_cart .layer_cart_product .layer_cart_product_info > div {
|
||||
padding-bottom: 7px;
|
||||
}
|
||||
/* line 302, ../../../sass/modules/blockcart/blockcart.scss */
|
||||
#layer_cart .layer_cart_product .layer_cart_product_info > div strong {
|
||||
padding-right: 3px;
|
||||
}
|
||||
/* line 306, ../../../sass/modules/blockcart/blockcart.scss */
|
||||
#layer_cart .layer_cart_cart {
|
||||
background: #fafafa;
|
||||
border-left: 1px solid #d6d4d4;
|
||||
@@ -287,21 +356,25 @@
|
||||
position: relative;
|
||||
}
|
||||
@media (min-width: 1200px) {
|
||||
/* line 306, ../../../sass/modules/blockcart/blockcart.scss */
|
||||
#layer_cart .layer_cart_cart {
|
||||
min-height: 318px;
|
||||
}
|
||||
}
|
||||
@media (min-width: 992px) and (max-width: 1199px) {
|
||||
/* line 306, ../../../sass/modules/blockcart/blockcart.scss */
|
||||
#layer_cart .layer_cart_cart {
|
||||
min-height: 360px;
|
||||
}
|
||||
}
|
||||
@media (max-width: 991px) {
|
||||
/* line 306, ../../../sass/modules/blockcart/blockcart.scss */
|
||||
#layer_cart .layer_cart_cart {
|
||||
border-left: none;
|
||||
border-top: 1px solid #d6d4d4;
|
||||
}
|
||||
}
|
||||
/* line 325, ../../../sass/modules/blockcart/blockcart.scss */
|
||||
#layer_cart .layer_cart_cart h2 {
|
||||
font: 400 23px/29px Arial, Helvetica, sans-serif;
|
||||
color: #333;
|
||||
@@ -310,13 +383,16 @@
|
||||
margin-bottom: 17px;
|
||||
}
|
||||
@media (max-width: 767px) {
|
||||
/* line 325, ../../../sass/modules/blockcart/blockcart.scss */
|
||||
#layer_cart .layer_cart_cart h2 {
|
||||
font-size: 18px;
|
||||
}
|
||||
}
|
||||
/* line 336, ../../../sass/modules/blockcart/blockcart.scss */
|
||||
#layer_cart .layer_cart_cart .layer_cart_row {
|
||||
padding: 0 0 7px 0;
|
||||
}
|
||||
/* line 340, ../../../sass/modules/blockcart/blockcart.scss */
|
||||
#layer_cart .layer_cart_cart .button-container {
|
||||
position: absolute;
|
||||
bottom: 0;
|
||||
@@ -324,16 +400,20 @@
|
||||
width: 100%;
|
||||
padding: 0px 30px 20px 30px;
|
||||
}
|
||||
/* line 347, ../../../sass/modules/blockcart/blockcart.scss */
|
||||
#layer_cart .layer_cart_cart .button-container .btn {
|
||||
margin-bottom: 10px;
|
||||
}
|
||||
/* line 349, ../../../sass/modules/blockcart/blockcart.scss */
|
||||
#layer_cart .layer_cart_cart .button-container span.exclusive-medium {
|
||||
margin-right: 5px;
|
||||
}
|
||||
/* line 352, ../../../sass/modules/blockcart/blockcart.scss */
|
||||
#layer_cart .layer_cart_cart .button-container span.exclusive-medium i {
|
||||
padding-right: 5px;
|
||||
color: #777777;
|
||||
}
|
||||
/* line 359, ../../../sass/modules/blockcart/blockcart.scss */
|
||||
#layer_cart .cross {
|
||||
position: absolute;
|
||||
right: 7px;
|
||||
@@ -344,6 +424,7 @@
|
||||
color: #333;
|
||||
z-index: 2;
|
||||
}
|
||||
/* line 369, ../../../sass/modules/blockcart/blockcart.scss */
|
||||
#layer_cart .cross:before {
|
||||
content: "";
|
||||
display: block;
|
||||
@@ -351,12 +432,15 @@
|
||||
font-size: 25px;
|
||||
line-height: 25px;
|
||||
}
|
||||
/* line 377, ../../../sass/modules/blockcart/blockcart.scss */
|
||||
#layer_cart .cross:hover {
|
||||
color: #515151;
|
||||
}
|
||||
/* line 381, ../../../sass/modules/blockcart/blockcart.scss */
|
||||
#layer_cart .continue {
|
||||
cursor: pointer;
|
||||
}
|
||||
/* line 384, ../../../sass/modules/blockcart/blockcart.scss */
|
||||
#layer_cart p {
|
||||
padding: 0px;
|
||||
}
|
||||
@@ -364,46 +448,56 @@
|
||||
/************************************************************************
|
||||
Layer Cart Caroucel
|
||||
*************************************************************************/
|
||||
/* line 393, ../../../sass/modules/blockcart/blockcart.scss */
|
||||
#layer_cart .crossseling .crossseling-content {
|
||||
border-top: 1px solid #d6d4d4;
|
||||
padding: 26px 30px 40px 30px;
|
||||
position: relative;
|
||||
}
|
||||
/* line 399, ../../../sass/modules/blockcart/blockcart.scss */
|
||||
#layer_cart .crossseling h2 {
|
||||
font: 400 23px/26px Arial, Helvetica, sans-serif;
|
||||
color: #333333;
|
||||
margin-bottom: 25px;
|
||||
}
|
||||
/* line 405, ../../../sass/modules/blockcart/blockcart.scss */
|
||||
#layer_cart .crossseling #blockcart_list {
|
||||
max-width: 773px;
|
||||
width: 84%;
|
||||
margin: 0 auto;
|
||||
overflow: hidden;
|
||||
}
|
||||
/* line 411, ../../../sass/modules/blockcart/blockcart.scss */
|
||||
#layer_cart .crossseling #blockcart_list ul {
|
||||
display: block;
|
||||
}
|
||||
/* line 414, ../../../sass/modules/blockcart/blockcart.scss */
|
||||
#layer_cart .crossseling #blockcart_list ul li {
|
||||
float: left;
|
||||
width: 178px;
|
||||
margin: 0 0px 0 0;
|
||||
}
|
||||
/* line 419, ../../../sass/modules/blockcart/blockcart.scss */
|
||||
#layer_cart .crossseling #blockcart_list ul li .product-image-container {
|
||||
border: 1px solid #d6d4d4;
|
||||
text-align: center;
|
||||
padding: 5px;
|
||||
margin-bottom: 15px;
|
||||
}
|
||||
/* line 425, ../../../sass/modules/blockcart/blockcart.scss */
|
||||
#layer_cart .crossseling #blockcart_list ul li .product-image-container img {
|
||||
width: 100%;
|
||||
}
|
||||
/* line 428, ../../../sass/modules/blockcart/blockcart.scss */
|
||||
#layer_cart .crossseling #blockcart_list ul li .product-name {
|
||||
padding-bottom: 5px;
|
||||
}
|
||||
/* line 431, ../../../sass/modules/blockcart/blockcart.scss */
|
||||
#layer_cart .crossseling #blockcart_list ul li .product-name a {
|
||||
font-size: 15px;
|
||||
line-height: 20px;
|
||||
}
|
||||
/* line 436, ../../../sass/modules/blockcart/blockcart.scss */
|
||||
#layer_cart .crossseling #blockcart_list a.bx-prev, #layer_cart .crossseling #blockcart_list a.bx-next {
|
||||
display: block;
|
||||
font-family: "FontAwesome";
|
||||
@@ -417,28 +511,36 @@
|
||||
top: 45%;
|
||||
margin-top: -20px;
|
||||
}
|
||||
/* line 449, ../../../sass/modules/blockcart/blockcart.scss */
|
||||
#layer_cart .crossseling #blockcart_list a.bx-prev:after, #layer_cart .crossseling #blockcart_list a.bx-next:after {
|
||||
display: block;
|
||||
text-indent: 0;
|
||||
}
|
||||
/* line 453, ../../../sass/modules/blockcart/blockcart.scss */
|
||||
#layer_cart .crossseling #blockcart_list a.bx-prev:hover, #layer_cart .crossseling #blockcart_list a.bx-next:hover {
|
||||
color: #c0c0c0;
|
||||
}
|
||||
/* line 454, ../../../sass/modules/blockcart/blockcart.scss */
|
||||
#layer_cart .crossseling #blockcart_list a.bx-prev.disabled, #layer_cart .crossseling #blockcart_list a.bx-next.disabled {
|
||||
display: none;
|
||||
}
|
||||
/* line 457, ../../../sass/modules/blockcart/blockcart.scss */
|
||||
#layer_cart .crossseling #blockcart_list a.bx-prev {
|
||||
left: 5%;
|
||||
}
|
||||
/* line 460, ../../../sass/modules/blockcart/blockcart.scss */
|
||||
#layer_cart .crossseling #blockcart_list a.bx-prev:after {
|
||||
content: "";
|
||||
}
|
||||
/* line 463, ../../../sass/modules/blockcart/blockcart.scss */
|
||||
#layer_cart .crossseling #blockcart_list a.bx-next {
|
||||
right: 5%;
|
||||
}
|
||||
/* line 466, ../../../sass/modules/blockcart/blockcart.scss */
|
||||
#layer_cart .crossseling #blockcart_list a.bx-next:after {
|
||||
content: "";
|
||||
}
|
||||
/* line 471, ../../../sass/modules/blockcart/blockcart.scss */
|
||||
#layer_cart .crossseling #blockcart_list .bx-controls {
|
||||
overflow: hidden;
|
||||
}
|
||||
|
||||
@@ -1,19 +1,24 @@
|
||||
/* block CONTACT ******************************************************************************* */
|
||||
/* line 4, ../../../sass/modules/blockcontact/blockcontact.scss */
|
||||
#contact_block .label {
|
||||
display: none;
|
||||
}
|
||||
/* line 6, ../../../sass/modules/blockcontact/blockcontact.scss */
|
||||
#contact_block .block_content {
|
||||
color: #888888;
|
||||
padding: 0 20px 20px;
|
||||
}
|
||||
/* line 11, ../../../sass/modules/blockcontact/blockcontact.scss */
|
||||
#contact_block p {
|
||||
margin-bottom: 4px;
|
||||
}
|
||||
/* line 13, ../../../sass/modules/blockcontact/blockcontact.scss */
|
||||
#contact_block p.tel {
|
||||
font: 400 17px/21px Arial, Helvetica, sans-serif;
|
||||
color: #fff;
|
||||
margin-bottom: 6px;
|
||||
}
|
||||
/* line 18, ../../../sass/modules/blockcontact/blockcontact.scss */
|
||||
#contact_block p.tel i {
|
||||
font-size: 25px;
|
||||
vertical-align: -2px;
|
||||
|
||||
@@ -1,23 +1,28 @@
|
||||
@import url(http://fonts.googleapis.com/css?family=Open+Sans:400,300,300italic,400italic,600,600italic,700,700italic,800,800italic);
|
||||
/* line 2, ../../../sass/modules/blocklayered/blocklayered-15.scss */
|
||||
#enabled_filters {
|
||||
background: #484848;
|
||||
padding: 16px 20px;
|
||||
margin-bottom: 16px;
|
||||
}
|
||||
/* line 7, ../../../sass/modules/blocklayered/blocklayered-15.scss */
|
||||
#enabled_filters span.layered_subtitle {
|
||||
color: #fff;
|
||||
display: block;
|
||||
padding-bottom: 11px;
|
||||
}
|
||||
/* line 13, ../../../sass/modules/blocklayered/blocklayered-15.scss */
|
||||
#enabled_filters li {
|
||||
padding: 1px 0;
|
||||
color: #9c9b9b;
|
||||
cursor: pointer;
|
||||
position: relative;
|
||||
}
|
||||
/* line 19, ../../../sass/modules/blocklayered/blocklayered-15.scss */
|
||||
#enabled_filters li:hover, #enabled_filters li:hover a {
|
||||
color: #fff;
|
||||
}
|
||||
/* line 23, ../../../sass/modules/blocklayered/blocklayered-15.scss */
|
||||
#enabled_filters li a {
|
||||
position: absolute;
|
||||
top: 1px;
|
||||
@@ -27,6 +32,7 @@
|
||||
text-indent: 0px;
|
||||
color: #888888;
|
||||
}
|
||||
/* line 32, ../../../sass/modules/blocklayered/blocklayered-15.scss */
|
||||
#enabled_filters li a:before {
|
||||
content: "";
|
||||
display: block;
|
||||
@@ -35,6 +41,7 @@
|
||||
height: 12px;
|
||||
}
|
||||
|
||||
/* line 46, ../../../sass/modules/blocklayered/blocklayered-15.scss */
|
||||
#layered_block_left .layered_subtitle_heading {
|
||||
border-bottom: 1px solid #d6d4d4;
|
||||
padding: 0 12px 6px 0;
|
||||
@@ -43,6 +50,7 @@
|
||||
position: relative;
|
||||
color: #333333;
|
||||
}
|
||||
/* line 54, ../../../sass/modules/blocklayered/blocklayered-15.scss */
|
||||
#layered_block_left .layered_subtitle_heading .layered_close {
|
||||
position: absolute;
|
||||
right: 0;
|
||||
@@ -50,6 +58,7 @@
|
||||
height: 14px;
|
||||
width: 12px;
|
||||
}
|
||||
/* line 61, ../../../sass/modules/blocklayered/blocklayered-15.scss */
|
||||
#layered_block_left .layered_subtitle_heading .layered_close a {
|
||||
display: block;
|
||||
height: 14px;
|
||||
@@ -60,6 +69,7 @@
|
||||
font-size: 12px;
|
||||
line-height: 14px;
|
||||
}
|
||||
/* line 71, ../../../sass/modules/blocklayered/blocklayered-15.scss */
|
||||
#layered_block_left .layered_subtitle_heading .layered_close a:after {
|
||||
content: "";
|
||||
display: block;
|
||||
@@ -72,35 +82,52 @@
|
||||
font-family: 'FontAwesome';
|
||||
vertical-align: 1px;
|
||||
}
|
||||
/* line 84, ../../../sass/modules/blocklayered/blocklayered-15.scss */
|
||||
#layered_block_left .layered_subtitle_heading .layered_close a:hover {
|
||||
color: #515151;
|
||||
}
|
||||
/* line 93, ../../../sass/modules/blocklayered/blocklayered-15.scss */
|
||||
#layered_block_left .layered_subtitle_heading .layered_close.closed a:after {
|
||||
content: "";
|
||||
}
|
||||
|
||||
/* line 103, ../../../sass/modules/blocklayered/blocklayered-15.scss */
|
||||
#layered_block_left label {
|
||||
font-weight: normal;
|
||||
}
|
||||
/* line 105, ../../../sass/modules/blocklayered/blocklayered-15.scss */
|
||||
#layered_block_left .layered_filter_ul {
|
||||
padding: 0 20px 5px;
|
||||
}
|
||||
@media (min-width: 768px) and (max-width: 991px) {
|
||||
/* line 105, ../../../sass/modules/blocklayered/blocklayered-15.scss */
|
||||
#layered_block_left .layered_filter_ul {
|
||||
padding-left: 0;
|
||||
padding-right: 0;
|
||||
}
|
||||
}
|
||||
/* line 112, ../../../sass/modules/blocklayered/blocklayered-15.scss */
|
||||
#layered_block_left .layered_filter_ul li {
|
||||
padding-bottom: 7px;
|
||||
}
|
||||
/* line 114, ../../../sass/modules/blocklayered/blocklayered-15.scss */
|
||||
#layered_block_left .layered_filter_ul li .checker span, #layered_block_left .layered_filter_ul li .radio span {
|
||||
top: 0;
|
||||
}
|
||||
/* line 116, ../../../sass/modules/blocklayered/blocklayered-15.scss */
|
||||
#layered_block_left .layered_filter_ul li label {
|
||||
margin-bottom: 0;
|
||||
}
|
||||
/* line 119, ../../../sass/modules/blocklayered/blocklayered-15.scss */
|
||||
#layered_block_left .layered_filter_ul li label a {
|
||||
font-weight: normal;
|
||||
}
|
||||
/* line 122, ../../../sass/modules/blocklayered/blocklayered-15.scss */
|
||||
#layered_block_left .layered_filter_ul li label a:hover {
|
||||
color: #333;
|
||||
}
|
||||
|
||||
/* line 128, ../../../sass/modules/blocklayered/blocklayered-15.scss */
|
||||
#layered_block_left ul li label {
|
||||
cursor: pointer;
|
||||
display: inline;
|
||||
@@ -110,10 +137,12 @@
|
||||
/******************************************************************************
|
||||
Color List Style
|
||||
*******************************************************************************/
|
||||
/* line 136, ../../../sass/modules/blocklayered/blocklayered-15.scss */
|
||||
#layered_block_left ul.color-group {
|
||||
padding-top: 2px;
|
||||
overflow: hidden;
|
||||
}
|
||||
/* line 140, ../../../sass/modules/blocklayered/blocklayered-15.scss */
|
||||
#layered_block_left ul.color-group li {
|
||||
width: 50%;
|
||||
float: left;
|
||||
@@ -121,6 +150,7 @@
|
||||
vertical-align: middle;
|
||||
padding-bottom: 9px;
|
||||
}
|
||||
/* line 147, ../../../sass/modules/blocklayered/blocklayered-15.scss */
|
||||
#layered_block_left ul.color-group li .color-option {
|
||||
border: 1px solid #d6d4d4;
|
||||
height: 15px;
|
||||
@@ -132,15 +162,18 @@
|
||||
-moz-box-shadow: white 0 0 1px 0px inset, white 0 0 0px 1px inset, white 0 0 0px 1px inset, white 0 0 1px 0px inset;
|
||||
box-shadow: white 0 0 1px 0px inset, white 0 0 0px 1px inset, white 0 0 0px 1px inset, white 0 0 1px 0px inset;
|
||||
}
|
||||
/* line 156, ../../../sass/modules/blocklayered/blocklayered-15.scss */
|
||||
#layered_block_left ul.color-group li .color-option.on {
|
||||
border-color: #000;
|
||||
}
|
||||
/* line 160, ../../../sass/modules/blocklayered/blocklayered-15.scss */
|
||||
#layered_block_left ul.color-group li .color-option.disable {
|
||||
opacity: 0.5;
|
||||
filter: alpha(opacity=50);
|
||||
-moz-opacity: 0.5;
|
||||
}
|
||||
|
||||
/* line 170, ../../../sass/modules/blocklayered/blocklayered-15.scss */
|
||||
#layered_block_left .nomargin a {
|
||||
display: inline;
|
||||
}
|
||||
@@ -148,6 +181,7 @@
|
||||
/**************************************************************************************
|
||||
Layered Form Selects Styles
|
||||
***************************************************************************************/
|
||||
/* line 178, ../../../sass/modules/blocklayered/blocklayered-15.scss */
|
||||
#layered_form .select {
|
||||
max-width: 230px;
|
||||
}
|
||||
@@ -155,6 +189,7 @@
|
||||
/**************************************************************************************
|
||||
Range Slider Styles
|
||||
***************************************************************************************/
|
||||
/* line 185, ../../../sass/modules/blocklayered/blocklayered-15.scss */
|
||||
.ui-state-default, .ui-widget-content .ui-state-default, .ui-widget-header .ui-state-default {
|
||||
background: #fbfbfb;
|
||||
border-color: #d6d4d4;
|
||||
@@ -166,16 +201,19 @@
|
||||
width: 15px;
|
||||
height: 15px;
|
||||
}
|
||||
/* line 192, ../../../sass/modules/blocklayered/blocklayered-15.scss */
|
||||
.ui-state-default.ui-state-hover, .ui-widget-content .ui-state-default.ui-state-hover, .ui-widget-header .ui-state-default.ui-state-hover {
|
||||
background: #555454;
|
||||
border-color: #333;
|
||||
}
|
||||
|
||||
/* line 197, ../../../sass/modules/blocklayered/blocklayered-15.scss */
|
||||
.ui-slider .ui-slider-range {
|
||||
background: #959595;
|
||||
border: none;
|
||||
}
|
||||
|
||||
/* line 201, ../../../sass/modules/blocklayered/blocklayered-15.scss */
|
||||
.ui-corner-all {
|
||||
-webkit-border-radius: 0px;
|
||||
-moz-border-radius: 0px;
|
||||
@@ -187,10 +225,12 @@
|
||||
height: 11px;
|
||||
}
|
||||
|
||||
/* line 207, ../../../sass/modules/blocklayered/blocklayered-15.scss */
|
||||
.ui-slider-horizontal .ui-slider-handle {
|
||||
top: -0.14em;
|
||||
}
|
||||
|
||||
/* line 208, ../../../sass/modules/blocklayered/blocklayered-15.scss */
|
||||
.layered_price_range {
|
||||
margin-left: 7px;
|
||||
}
|
||||
@@ -198,37 +238,45 @@
|
||||
/**************************************************************************************
|
||||
Range Input Styles
|
||||
***************************************************************************************/
|
||||
/* line 214, ../../../sass/modules/blocklayered/blocklayered-15.scss */
|
||||
.layered_price_range_unit {
|
||||
margin-right: 7px;
|
||||
}
|
||||
|
||||
/* line 217, ../../../sass/modules/blocklayered/blocklayered-15.scss */
|
||||
.layered_slider_container {
|
||||
margin: 6px 0 6px 7px;
|
||||
}
|
||||
|
||||
/* line 220, ../../../sass/modules/blocklayered/blocklayered-15.scss */
|
||||
.layered_input_range_min, .layered_input_range_max {
|
||||
width: 60px;
|
||||
display: inline;
|
||||
}
|
||||
|
||||
/* line 224, ../../../sass/modules/blocklayered/blocklayered-15.scss */
|
||||
.layered_list_selected {
|
||||
font-weight: bold;
|
||||
}
|
||||
|
||||
/* line 227, ../../../sass/modules/blocklayered/blocklayered-15.scss */
|
||||
.layered_list {
|
||||
display: block;
|
||||
cursor: pointer;
|
||||
}
|
||||
|
||||
/* line 231, ../../../sass/modules/blocklayered/blocklayered-15.scss */
|
||||
.layered_list:hover {
|
||||
font-weight: bold;
|
||||
}
|
||||
|
||||
/* line 234, ../../../sass/modules/blocklayered/blocklayered-15.scss */
|
||||
.layered_ajax_loader p {
|
||||
margin: 20px 0;
|
||||
text-align: center;
|
||||
}
|
||||
|
||||
/* line 238, ../../../sass/modules/blocklayered/blocklayered-15.scss */
|
||||
.hide-action {
|
||||
text-align: center;
|
||||
text-align: right;
|
||||
@@ -236,6 +284,7 @@
|
||||
cursor: pointer;
|
||||
}
|
||||
|
||||
/* line 244, ../../../sass/modules/blocklayered/blocklayered-15.scss */
|
||||
.hide-action:hover {
|
||||
font-weight: bold;
|
||||
}
|
||||
|
||||
@@ -1,12 +1,15 @@
|
||||
@import url(http://fonts.googleapis.com/css?family=Open+Sans:400,300,300italic,400italic,600,600italic,700,700italic,800,800italic);
|
||||
/* line 4, ../../../sass/modules/blocklayered/blocklayered.scss */
|
||||
#layered_block_left ul.layered_filter_ul {
|
||||
border-top: 1px solid #d6d4d4;
|
||||
}
|
||||
|
||||
/* line 9, ../../../sass/modules/blocklayered/blocklayered.scss */
|
||||
#layered_block_left div.block_content {
|
||||
padding: 6px;
|
||||
}
|
||||
|
||||
/* line 13, ../../../sass/modules/blocklayered/blocklayered.scss */
|
||||
#layered_block_left ul {
|
||||
padding-left: 0;
|
||||
max-height: 120px;
|
||||
@@ -16,95 +19,115 @@
|
||||
padding-right: 1px;
|
||||
}
|
||||
|
||||
/* line 22, ../../../sass/modules/blocklayered/blocklayered.scss */
|
||||
#layered_form > div > div {
|
||||
border-bottom: 1px dotted #CCCCCC;
|
||||
padding-bottom: 5px;
|
||||
margin-bottom: 5px;
|
||||
}
|
||||
|
||||
/* line 28, ../../../sass/modules/blocklayered/blocklayered.scss */
|
||||
#layered_block_left .hide-action {
|
||||
display: block;
|
||||
text-align: right;
|
||||
padding-right: 5px;
|
||||
}
|
||||
|
||||
/* line 33, ../../../sass/modules/blocklayered/blocklayered.scss */
|
||||
#layered_block_left .hide-action:hover {
|
||||
text-decoration: underline;
|
||||
}
|
||||
|
||||
/* line 37, ../../../sass/modules/blocklayered/blocklayered.scss */
|
||||
#layered_block_left ul li {
|
||||
margin-left: 15px;
|
||||
padding-left: 2px;
|
||||
list-style-type: none;
|
||||
}
|
||||
|
||||
/* line 43, ../../../sass/modules/blocklayered/blocklayered.scss */
|
||||
#layered_block_left #enabled_filters, #layered_url_filter_block {
|
||||
font-size: 10px;
|
||||
padding-bottom: 5px;
|
||||
}
|
||||
|
||||
/* Style moved form the template to the css */
|
||||
/* line 50, ../../../sass/modules/blocklayered/blocklayered.scss */
|
||||
#layered_block_left ul li .disabled {
|
||||
color: #666;
|
||||
}
|
||||
|
||||
/* line 53, ../../../sass/modules/blocklayered/blocklayered.scss */
|
||||
.product_list .warning {
|
||||
margin-top: 13px;
|
||||
}
|
||||
|
||||
/* line 57, ../../../sass/modules/blocklayered/blocklayered.scss */
|
||||
#layered_form .select {
|
||||
width: 165px;
|
||||
}
|
||||
|
||||
/* line 60, ../../../sass/modules/blocklayered/blocklayered.scss */
|
||||
#layered_block_left .color-option.disable {
|
||||
opacity: 0.5;
|
||||
filter: alpha(opacity=50);
|
||||
-moz-opacity: 0.5;
|
||||
}
|
||||
|
||||
/* line 65, ../../../sass/modules/blocklayered/blocklayered.scss */
|
||||
#layered_form .color-option.on {
|
||||
border: 1px solid red;
|
||||
}
|
||||
|
||||
/* line 68, ../../../sass/modules/blocklayered/blocklayered.scss */
|
||||
#layered_form input[type=radio] {
|
||||
margin-left: 2px;
|
||||
vertical-align: middle;
|
||||
}
|
||||
|
||||
/* line 72, ../../../sass/modules/blocklayered/blocklayered.scss */
|
||||
.layered_price_range {
|
||||
margin-left: 7px;
|
||||
}
|
||||
|
||||
/* line 75, ../../../sass/modules/blocklayered/blocklayered.scss */
|
||||
.layered_price_range_unit {
|
||||
margin-right: 7px;
|
||||
}
|
||||
|
||||
/* line 78, ../../../sass/modules/blocklayered/blocklayered.scss */
|
||||
.layered_slider_container {
|
||||
margin: 6px 0 6px 6px;
|
||||
width: 93%;
|
||||
}
|
||||
|
||||
/* line 81, ../../../sass/modules/blocklayered/blocklayered.scss */
|
||||
.layered_slider {
|
||||
margin-top: 5px;
|
||||
}
|
||||
|
||||
/* line 84, ../../../sass/modules/blocklayered/blocklayered.scss */
|
||||
.layered_input_range_min {
|
||||
width: 30px;
|
||||
}
|
||||
|
||||
/* line 87, ../../../sass/modules/blocklayered/blocklayered.scss */
|
||||
.layered_input_range_max {
|
||||
width: 40px;
|
||||
}
|
||||
|
||||
/* line 90, ../../../sass/modules/blocklayered/blocklayered.scss */
|
||||
.layered_list_selected {
|
||||
font-weight: bold;
|
||||
}
|
||||
|
||||
/* line 93, ../../../sass/modules/blocklayered/blocklayered.scss */
|
||||
.layered_ajax_loader p {
|
||||
margin: 20px 0;
|
||||
text-align: center;
|
||||
}
|
||||
|
||||
/* line 97, ../../../sass/modules/blocklayered/blocklayered.scss */
|
||||
.hide-action {
|
||||
text-align: center;
|
||||
text-align: right;
|
||||
@@ -112,6 +135,7 @@
|
||||
cursor: pointer;
|
||||
}
|
||||
|
||||
/* line 103, ../../../sass/modules/blocklayered/blocklayered.scss */
|
||||
.hide-action:hover {
|
||||
font-weight: bold;
|
||||
}
|
||||
|
||||
@@ -1,26 +1,39 @@
|
||||
@import url(http://fonts.googleapis.com/css?family=Open+Sans:400,300,300italic,400italic,600,600italic,700,700italic,800,800italic);
|
||||
/* Block newsletter */
|
||||
/* line 5, ../../../sass/modules/blocknewsletter/blocknewsletter.scss */
|
||||
#columns #newsletter_block_left .form-group {
|
||||
margin-bottom: 0;
|
||||
}
|
||||
/* line 8, ../../../sass/modules/blocknewsletter/blocknewsletter.scss */
|
||||
#columns #newsletter_block_left .form-group .form-control {
|
||||
max-width: 222px;
|
||||
display: inline-block;
|
||||
margin-right: 6px;
|
||||
}
|
||||
@media (min-width: 768px) and (max-width: 1199px) {
|
||||
/* line 8, ../../../sass/modules/blocknewsletter/blocknewsletter.scss */
|
||||
#columns #newsletter_block_left .form-group .form-control {
|
||||
margin-bottom: 10px;
|
||||
margin-right: 0;
|
||||
}
|
||||
}
|
||||
/* line 19, ../../../sass/modules/blocknewsletter/blocknewsletter.scss */
|
||||
#columns #newsletter_block_left .success_inline, #columns #newsletter_block_left .warning_inline {
|
||||
text-align: left;
|
||||
padding: 1px 0 0 0;
|
||||
margin-bottom: -19px;
|
||||
}
|
||||
/* line 25, ../../../sass/modules/blocknewsletter/blocknewsletter.scss */
|
||||
#columns #newsletter_block_left .success_inline {
|
||||
color: #418B19;
|
||||
}
|
||||
/* line 29, ../../../sass/modules/blocknewsletter/blocknewsletter.scss */
|
||||
#columns #newsletter_block_left .warning_inline {
|
||||
color: #f13340;
|
||||
}
|
||||
|
||||
/* Block newsletter footer */
|
||||
/* line 36, ../../../sass/modules/blocknewsletter/blocknewsletter.scss */
|
||||
#footer #newsletter_block_left {
|
||||
overflow: hidden;
|
||||
width: 50%;
|
||||
@@ -28,6 +41,14 @@
|
||||
padding: 13px 15px 7px 15px;
|
||||
margin-bottom: 0;
|
||||
}
|
||||
@media (max-width: 767px) {
|
||||
/* line 36, ../../../sass/modules/blocknewsletter/blocknewsletter.scss */
|
||||
#footer #newsletter_block_left {
|
||||
background: #3F3F3F;
|
||||
width: 100%;
|
||||
}
|
||||
}
|
||||
/* line 47, ../../../sass/modules/blocknewsletter/blocknewsletter.scss */
|
||||
#footer #newsletter_block_left h4 {
|
||||
background: none;
|
||||
float: left;
|
||||
@@ -37,12 +58,15 @@
|
||||
line-height: 25px;
|
||||
border: none;
|
||||
}
|
||||
/* line 57, ../../../sass/modules/blocknewsletter/blocknewsletter.scss */
|
||||
#footer #newsletter_block_left .block_content {
|
||||
overflow: hidden;
|
||||
}
|
||||
/* line 59, ../../../sass/modules/blocknewsletter/blocknewsletter.scss */
|
||||
#footer #newsletter_block_left .form-group {
|
||||
margin-bottom: 0;
|
||||
}
|
||||
/* line 62, ../../../sass/modules/blocknewsletter/blocknewsletter.scss */
|
||||
#footer #newsletter_block_left .form-group .form-control {
|
||||
height: 45px;
|
||||
max-width: 267px;
|
||||
@@ -52,11 +76,13 @@
|
||||
padding: 5px 43px 5px 12px;
|
||||
display: inline-block;
|
||||
}
|
||||
/* line 71, ../../../sass/modules/blocknewsletter/blocknewsletter.scss */
|
||||
#footer #newsletter_block_left .form-group .form-control:focus {
|
||||
-webkit-box-shadow: black 0px 0px 0px;
|
||||
-moz-box-shadow: black 0px 0px 0px;
|
||||
box-shadow: black 0px 0px 0px;
|
||||
}
|
||||
/* line 76, ../../../sass/modules/blocknewsletter/blocknewsletter.scss */
|
||||
#footer #newsletter_block_left .form-group .button-small {
|
||||
margin-left: -41px;
|
||||
border: none;
|
||||
@@ -64,18 +90,22 @@
|
||||
text-align: center;
|
||||
color: #908f8f;
|
||||
}
|
||||
/* line 83, ../../../sass/modules/blocknewsletter/blocknewsletter.scss */
|
||||
#footer #newsletter_block_left .form-group .button-small:before {
|
||||
content: "";
|
||||
font-family: 'FontAwesome';
|
||||
font-size: 28px;
|
||||
line-height: 28px;
|
||||
}
|
||||
/* line 90, ../../../sass/modules/blocknewsletter/blocknewsletter.scss */
|
||||
#footer #newsletter_block_left .form-group .button-small:hover {
|
||||
color: #fff !important;
|
||||
}
|
||||
/* line 94, ../../../sass/modules/blocknewsletter/blocknewsletter.scss */
|
||||
#footer #newsletter_block_left .form-group .button-small span {
|
||||
display: none;
|
||||
}
|
||||
/* line 98, ../../../sass/modules/blocknewsletter/blocknewsletter.scss */
|
||||
#footer #newsletter_block_left .warning_inline {
|
||||
display: inline-block;
|
||||
color: #f13340;
|
||||
|
||||
@@ -1,10 +1,40 @@
|
||||
@import url(http://fonts.googleapis.com/css?family=Open+Sans:400,300,300italic,400italic,600,600italic,700,700italic,800,800italic);
|
||||
/* block top search */
|
||||
/* line 3, ../../../sass/modules/blocksearch/blocksearch.scss */
|
||||
#search_block_top {
|
||||
position: absolute;
|
||||
right: 420px;
|
||||
top: 50px;
|
||||
}
|
||||
@media (min-width: 992px) and (max-width: 1199px) {
|
||||
/* line 3, ../../../sass/modules/blocksearch/blocksearch.scss */
|
||||
#search_block_top {
|
||||
right: 295px;
|
||||
}
|
||||
}
|
||||
@media (min-width: 768px) and (max-width: 991px) {
|
||||
/* line 3, ../../../sass/modules/blocksearch/blocksearch.scss */
|
||||
#search_block_top {
|
||||
right: 207px;
|
||||
}
|
||||
}
|
||||
@media (min-width: 480px) and (max-width: 767px) {
|
||||
/* line 3, ../../../sass/modules/blocksearch/blocksearch.scss */
|
||||
#search_block_top {
|
||||
right: 0;
|
||||
top: 85px;
|
||||
}
|
||||
}
|
||||
@media (max-width: 479px) {
|
||||
/* line 3, ../../../sass/modules/blocksearch/blocksearch.scss */
|
||||
#search_block_top {
|
||||
top: 56px;
|
||||
right: 50%;
|
||||
width: 270px;
|
||||
margin-right: -135px;
|
||||
}
|
||||
}
|
||||
/* line 24, ../../../sass/modules/blocksearch/blocksearch.scss */
|
||||
#search_block_top .btn.button-search {
|
||||
background: #333;
|
||||
float: left;
|
||||
@@ -14,18 +44,22 @@
|
||||
text-align: center;
|
||||
padding: 10px 0 11px 0;
|
||||
}
|
||||
/* line 33, ../../../sass/modules/blocksearch/blocksearch.scss */
|
||||
#search_block_top .btn.button-search span {
|
||||
display: none;
|
||||
}
|
||||
/* line 35, ../../../sass/modules/blocksearch/blocksearch.scss */
|
||||
#search_block_top .btn.button-search:before {
|
||||
content: "";
|
||||
display: block;
|
||||
font-family: "FontAwesome";
|
||||
font-size: 17px;
|
||||
}
|
||||
/* line 42, ../../../sass/modules/blocksearch/blocksearch.scss */
|
||||
#search_block_top .btn.button-search:hover {
|
||||
color: #6f6f6f;
|
||||
}
|
||||
/* line 45, ../../../sass/modules/blocksearch/blocksearch.scss */
|
||||
#search_block_top #search_query_top {
|
||||
padding: 0 13px;
|
||||
height: 45px;
|
||||
@@ -34,13 +68,33 @@
|
||||
float: left;
|
||||
margin-right: 1px;
|
||||
}
|
||||
@media (min-width: 768px) and (max-width: 991px) {
|
||||
/* line 45, ../../../sass/modules/blocksearch/blocksearch.scss */
|
||||
#search_block_top #search_query_top {
|
||||
width: 180px;
|
||||
}
|
||||
}
|
||||
@media (min-width: 480px) and (max-width: 767px) {
|
||||
/* line 45, ../../../sass/modules/blocksearch/blocksearch.scss */
|
||||
#search_block_top #search_query_top {
|
||||
width: 212px;
|
||||
}
|
||||
}
|
||||
@media (max-width: 479px) {
|
||||
/* line 45, ../../../sass/modules/blocksearch/blocksearch.scss */
|
||||
#search_block_top #search_query_top {
|
||||
width: 212px;
|
||||
}
|
||||
}
|
||||
|
||||
/* line 63, ../../../sass/modules/blocksearch/blocksearch.scss */
|
||||
.ac_results {
|
||||
background: #fff;
|
||||
border: 1px solid #d6d4d4;
|
||||
width: 271px;
|
||||
margin-top: -1px;
|
||||
}
|
||||
/* line 69, ../../../sass/modules/blocksearch/blocksearch.scss */
|
||||
.ac_results li {
|
||||
padding: 0 10px;
|
||||
font-weight: normal;
|
||||
@@ -48,22 +102,27 @@
|
||||
font-size: 13px;
|
||||
line-height: 22px;
|
||||
}
|
||||
/* line 76, ../../../sass/modules/blocksearch/blocksearch.scss */
|
||||
.ac_results li.ac_odd {
|
||||
background: #fff;
|
||||
}
|
||||
/* line 80, ../../../sass/modules/blocksearch/blocksearch.scss */
|
||||
.ac_results li:hover, .ac_results li.ac_over {
|
||||
background: #fbfbfb;
|
||||
}
|
||||
|
||||
/* line 87, ../../../sass/modules/blocksearch/blocksearch.scss */
|
||||
form#searchbox label {
|
||||
color: #333;
|
||||
margin-bottom: 1px;
|
||||
}
|
||||
/* line 92, ../../../sass/modules/blocksearch/blocksearch.scss */
|
||||
form#searchbox input#search_query_block {
|
||||
border: 1px solid #d6d4d4;
|
||||
height: 18px;
|
||||
margin-top: 10px;
|
||||
}
|
||||
/* line 98, ../../../sass/modules/blocksearch/blocksearch.scss */
|
||||
form#searchbox input#search_button {
|
||||
padding: 1px 4px;
|
||||
}
|
||||
|
||||
@@ -1,7 +1,9 @@
|
||||
@import url(http://fonts.googleapis.com/css?family=Open+Sans:400,300,300italic,400italic,600,600italic,700,700italic,800,800italic);
|
||||
/* line 4, ../../../sass/modules/blocktags/blocktags.scss */
|
||||
.tags_block .block_content {
|
||||
overflow: hidden;
|
||||
}
|
||||
/* line 7, ../../../sass/modules/blocktags/blocktags.scss */
|
||||
.tags_block .block_content a {
|
||||
display: inline-block;
|
||||
font-size: 13px;
|
||||
@@ -12,6 +14,7 @@
|
||||
float: left;
|
||||
margin: 0 3px 3px 0;
|
||||
}
|
||||
/* line 17, ../../../sass/modules/blocktags/blocktags.scss */
|
||||
.tags_block .block_content a:hover {
|
||||
color: #333;
|
||||
background: #f6f6f6;
|
||||
|
||||
@@ -1,15 +1,18 @@
|
||||
@import url(http://fonts.googleapis.com/css?family=Open+Sans:400,300,300italic,400italic,600,600italic,700,700italic,800,800italic);
|
||||
/*** ESSENTIAL STYLES ***/
|
||||
/* line 3, ../../../../sass/modules/blocktopmenu/css/superfish-modified.scss */
|
||||
.sf-contener {
|
||||
clear: both;
|
||||
}
|
||||
|
||||
/* line 8, ../../../../sass/modules/blocktopmenu/css/superfish-modified.scss */
|
||||
.sf-menu, .sf-menu * {
|
||||
margin: 0;
|
||||
padding: 0;
|
||||
list-style: none;
|
||||
}
|
||||
|
||||
/* line 13, ../../../../sass/modules/blocktopmenu/css/superfish-modified.scss */
|
||||
.sf-menu {
|
||||
margin: 50px 0 0;
|
||||
padding: 0;
|
||||
@@ -17,7 +20,20 @@
|
||||
border-bottom: 3px solid #e9e9e9;
|
||||
background: #f6f6f6;
|
||||
}
|
||||
@media (min-width: 480px) and (max-width: 767px) {
|
||||
/* line 13, ../../../../sass/modules/blocktopmenu/css/superfish-modified.scss */
|
||||
.sf-menu {
|
||||
margin-top: 80px;
|
||||
}
|
||||
}
|
||||
@media (max-width: 479px) {
|
||||
/* line 13, ../../../../sass/modules/blocktopmenu/css/superfish-modified.scss */
|
||||
.sf-menu {
|
||||
margin-top: 70px;
|
||||
}
|
||||
}
|
||||
|
||||
/* line 26, ../../../../sass/modules/blocktopmenu/css/superfish-modified.scss */
|
||||
.sf-menu ul {
|
||||
position: absolute;
|
||||
top: -999em;
|
||||
@@ -26,24 +42,29 @@
|
||||
background: #fff;
|
||||
}
|
||||
|
||||
/* line 32, ../../../../sass/modules/blocktopmenu/css/superfish-modified.scss */
|
||||
.sf-menu ul li {
|
||||
width: 100%;
|
||||
}
|
||||
|
||||
/* line 35, ../../../../sass/modules/blocktopmenu/css/superfish-modified.scss */
|
||||
.sf-menu li:hover {
|
||||
visibility: inherit;
|
||||
/* fixes IE7 'sticky bug' */
|
||||
}
|
||||
|
||||
/* line 38, ../../../../sass/modules/blocktopmenu/css/superfish-modified.scss */
|
||||
.sf-menu li {
|
||||
position: relative;
|
||||
}
|
||||
|
||||
/* line 41, ../../../../sass/modules/blocktopmenu/css/superfish-modified.scss */
|
||||
.sf-menu > li {
|
||||
float: left;
|
||||
border-right: 1px solid #d6d4d4;
|
||||
margin-bottom: -3px;
|
||||
}
|
||||
/* line 46, ../../../../sass/modules/blocktopmenu/css/superfish-modified.scss */
|
||||
.sf-menu > li > a {
|
||||
font: 600 18px/22px "Open Sans", sans-serif;
|
||||
text-transform: uppercase;
|
||||
@@ -52,12 +73,14 @@
|
||||
padding: 17px 20px;
|
||||
border-bottom: 3px solid #e9e9e9;
|
||||
}
|
||||
.sf-menu > li.sfHover > a, .sf-menu > li > a:hover, .sf-menu > li.sfHoverForce a {
|
||||
/* line 55, ../../../../sass/modules/blocktopmenu/css/superfish-modified.scss */
|
||||
.sf-menu > li.sfHover > a, .sf-menu > li > a:hover, .sf-menu > li.sfHoverForce > a {
|
||||
background: #333;
|
||||
border-bottom-color: #666666;
|
||||
color: #fff;
|
||||
}
|
||||
|
||||
/* line 61, ../../../../sass/modules/blocktopmenu/css/superfish-modified.scss */
|
||||
.sf-menu li li a {
|
||||
display: block;
|
||||
position: relative;
|
||||
@@ -67,16 +90,19 @@
|
||||
font-weight: bold;
|
||||
padding-bottom: 10px;
|
||||
}
|
||||
/* line 70, ../../../../sass/modules/blocktopmenu/css/superfish-modified.scss */
|
||||
.sf-menu li li a:before {
|
||||
content: "";
|
||||
display: inline-block;
|
||||
font-family: "FontAwesome";
|
||||
padding-right: 10px;
|
||||
}
|
||||
/* line 77, ../../../../sass/modules/blocktopmenu/css/superfish-modified.scss */
|
||||
.sf-menu li li a:hover {
|
||||
color: #333;
|
||||
}
|
||||
|
||||
/* line 81, ../../../../sass/modules/blocktopmenu/css/superfish-modified.scss */
|
||||
.sf-menu li ul {
|
||||
display: none;
|
||||
left: 0;
|
||||
@@ -90,11 +116,13 @@
|
||||
box-shadow: rgba(0, 0, 0, 0.2) 0px 5px 13px;
|
||||
}
|
||||
|
||||
/* line 91, ../../../../sass/modules/blocktopmenu/css/superfish-modified.scss */
|
||||
ul.sf-menu li:hover li ul,
|
||||
ul.sf-menu li.sfHover li ul {
|
||||
top: -999em;
|
||||
}
|
||||
|
||||
/* line 95, ../../../../sass/modules/blocktopmenu/css/superfish-modified.scss */
|
||||
ul.sf-menu li li:hover ul,
|
||||
ul.sf-menu li li.sfHover ul {
|
||||
left: 200px;
|
||||
@@ -102,11 +130,13 @@ ul.sf-menu li li.sfHover ul {
|
||||
top: 0;
|
||||
}
|
||||
|
||||
/* line 100, ../../../../sass/modules/blocktopmenu/css/superfish-modified.scss */
|
||||
ul.sf-menu li li:hover li ul,
|
||||
ul.sf-menu li li.sfHover li ul {
|
||||
top: -999em;
|
||||
}
|
||||
|
||||
/* line 104, ../../../../sass/modules/blocktopmenu/css/superfish-modified.scss */
|
||||
ul.sf-menu li li li:hover ul,
|
||||
ul.sf-menu li li li.sfHover ul {
|
||||
left: 200px;
|
||||
|
||||
@@ -1,24 +1,57 @@
|
||||
@import url(http://fonts.googleapis.com/css?family=Open+Sans:400,300,300italic,400italic,600,600italic,700,700italic,800,800italic);
|
||||
/* block top user information */
|
||||
/* line 5, ../../../sass/modules/blockuserinfo/blockuserinfo.scss */
|
||||
#header_right #header_user {
|
||||
clear: both;
|
||||
float: right;
|
||||
margin-top: 50px;
|
||||
}
|
||||
@media (min-width: 480px) and (max-width: 767px) {
|
||||
/* line 5, ../../../sass/modules/blockuserinfo/blockuserinfo.scss */
|
||||
#header_right #header_user {
|
||||
margin-top: 25px;
|
||||
}
|
||||
}
|
||||
@media (max-width: 479px) {
|
||||
/* line 5, ../../../sass/modules/blockuserinfo/blockuserinfo.scss */
|
||||
#header_right #header_user {
|
||||
float: none;
|
||||
margin-left: auto;
|
||||
margin-right: auto;
|
||||
margin-top: 95px;
|
||||
width: 270px;
|
||||
}
|
||||
}
|
||||
/* line 23, ../../../sass/modules/blockuserinfo/blockuserinfo.scss */
|
||||
#header_right #header_user #shopping_cart a {
|
||||
padding: 7px 10px 14px 16px;
|
||||
background: #333333;
|
||||
min-width: 270px;
|
||||
/* 200 */
|
||||
display: block;
|
||||
font-weight: bold;
|
||||
color: #777777;
|
||||
text-shadow: 1px 1px rgba(0, 0, 0, 0.2);
|
||||
overflow: hidden;
|
||||
}
|
||||
@media (min-width: 768px) and (max-width: 991px) {
|
||||
/* line 23, ../../../sass/modules/blockuserinfo/blockuserinfo.scss */
|
||||
#header_right #header_user #shopping_cart a {
|
||||
min-width: 190px;
|
||||
}
|
||||
}
|
||||
@media (min-width: 768px) and (max-width: 991px) {
|
||||
/* line 35, ../../../sass/modules/blockuserinfo/blockuserinfo.scss */
|
||||
#header_right #header_user #shopping_cart a span.ajax_cart_product_txt, #header_right #header_user #shopping_cart a span.ajax_cart_product_txt_s {
|
||||
display: none !important;
|
||||
}
|
||||
}
|
||||
/* line 41, ../../../sass/modules/blockuserinfo/blockuserinfo.scss */
|
||||
#header_right #header_user #shopping_cart a b {
|
||||
color: #fff;
|
||||
font: 600 18px/22px "Open Sans", sans-serif;
|
||||
padding-right: 5px;
|
||||
}
|
||||
/* line 47, ../../../sass/modules/blockuserinfo/blockuserinfo.scss */
|
||||
#header_right #header_user #shopping_cart a:before {
|
||||
content: "";
|
||||
font-family: "FontAwesome";
|
||||
@@ -28,6 +61,7 @@
|
||||
color: #fff;
|
||||
padding-right: 15px;
|
||||
}
|
||||
/* line 57, ../../../sass/modules/blockuserinfo/blockuserinfo.scss */
|
||||
#header_right #header_user #shopping_cart a:after {
|
||||
content: "";
|
||||
font-family: "FontAwesome";
|
||||
@@ -37,6 +71,7 @@
|
||||
color: #686666;
|
||||
padding: 6px 0 0 0;
|
||||
}
|
||||
/* line 68, ../../../sass/modules/blockuserinfo/blockuserinfo.scss */
|
||||
#header_right #header_user #shopping_cart .ajax_cart_total {
|
||||
display: none !important;
|
||||
}
|
||||
|
||||
@@ -1,4 +1,5 @@
|
||||
/* Block Viewed Products */
|
||||
/* line 4, ../../../sass/modules/blockviewed/blockviewed.scss */
|
||||
#viewed-products_block_left li.last_item {
|
||||
padding-bottom: 0;
|
||||
margin-bottom: 0;
|
||||
|
||||
@@ -1,9 +1,11 @@
|
||||
@import url(http://fonts.googleapis.com/css?family=Open+Sans:400,300,300italic,400italic,600,600italic,700,700italic,800,800italic);
|
||||
/* module blockwishlist */
|
||||
/* lnk on detail product page */
|
||||
/* line 5, ../../../sass/modules/blockwishlist/blockwishlist.scss */
|
||||
#primary_block #wishlist_button {
|
||||
font-weight: bold;
|
||||
}
|
||||
/* line 8, ../../../sass/modules/blockwishlist/blockwishlist.scss */
|
||||
#primary_block #wishlist_button:before {
|
||||
content: "";
|
||||
font-family: FontAwesome;
|
||||
@@ -23,48 +25,61 @@
|
||||
}
|
||||
|
||||
/* block */
|
||||
/* line 30, ../../../sass/modules/blockwishlist/blockwishlist.scss */
|
||||
#wishlist_block #wishlist_block_list {
|
||||
margin-bottom: 20px;
|
||||
}
|
||||
/* line 33, ../../../sass/modules/blockwishlist/blockwishlist.scss */
|
||||
#wishlist_block #wishlist_block_list dl {
|
||||
font-weight: normal;
|
||||
}
|
||||
/* line 36, ../../../sass/modules/blockwishlist/blockwishlist.scss */
|
||||
#wishlist_block #wishlist_block_list dl.products.no-products {
|
||||
font-weight: bold;
|
||||
padding-bottom: 15px;
|
||||
border-bottom: 1px solid #d6d4d4;
|
||||
}
|
||||
/* line 41, ../../../sass/modules/blockwishlist/blockwishlist.scss */
|
||||
#wishlist_block #wishlist_block_list dl.products.no-products dt {
|
||||
padding-top: 0px;
|
||||
border-top: none;
|
||||
}
|
||||
/* line 47, ../../../sass/modules/blockwishlist/blockwishlist.scss */
|
||||
#wishlist_block #wishlist_block_list dl.products {
|
||||
border-bottom: 1px solid #d6d4d4;
|
||||
}
|
||||
/* line 50, ../../../sass/modules/blockwishlist/blockwishlist.scss */
|
||||
#wishlist_block #wishlist_block_list dl.products dt {
|
||||
padding-top: 20px;
|
||||
border-top: 1px solid #d6d4d4;
|
||||
}
|
||||
/* line 55, ../../../sass/modules/blockwishlist/blockwishlist.scss */
|
||||
#wishlist_block #wishlist_block_list dl.products dd {
|
||||
padding-bottom: 20px;
|
||||
}
|
||||
/* line 59, ../../../sass/modules/blockwishlist/blockwishlist.scss */
|
||||
#wishlist_block #wishlist_block_list dl.products dt.first_item {
|
||||
padding-top: 0px;
|
||||
border-top: none;
|
||||
}
|
||||
/* line 65, ../../../sass/modules/blockwishlist/blockwishlist.scss */
|
||||
#wishlist_block #wishlist_block_list dl dt {
|
||||
position: relative;
|
||||
padding-right: 0px;
|
||||
}
|
||||
/* line 70, ../../../sass/modules/blockwishlist/blockwishlist.scss */
|
||||
#wishlist_block #wishlist_block_list dl dd {
|
||||
margin-left: 24px;
|
||||
}
|
||||
/* line 76, ../../../sass/modules/blockwishlist/blockwishlist.scss */
|
||||
#wishlist_block .lnk .form-group {
|
||||
margin-bottom: 20px;
|
||||
}
|
||||
/* line 79, ../../../sass/modules/blockwishlist/blockwishlist.scss */
|
||||
#wishlist_block .lnk .form-group select {
|
||||
max-width: 192px;
|
||||
}
|
||||
/* line 85, ../../../sass/modules/blockwishlist/blockwishlist.scss */
|
||||
#wishlist_block .ajax_cart_block_remove_link {
|
||||
font-size: 14px;
|
||||
line-height: 14px;
|
||||
@@ -73,56 +88,68 @@
|
||||
height: 14px;
|
||||
float: right;
|
||||
}
|
||||
/* line 93, ../../../sass/modules/blockwishlist/blockwishlist.scss */
|
||||
#wishlist_block .ajax_cart_block_remove_link:hover {
|
||||
color: #515151;
|
||||
}
|
||||
/* line 98, ../../../sass/modules/blockwishlist/blockwishlist.scss */
|
||||
#wishlist_block .cart_block_product_name {
|
||||
width: 85%;
|
||||
display: inline-block;
|
||||
font-weight: bold;
|
||||
}
|
||||
/* line 104, ../../../sass/modules/blockwishlist/blockwishlist.scss */
|
||||
#wishlist_block .quantity-formated {
|
||||
float: left;
|
||||
margin-right: 5px;
|
||||
width: 15px;
|
||||
}
|
||||
|
||||
/* line 110, ../../../sass/modules/blockwishlist/blockwishlist.scss */
|
||||
#wishlist_block_list .price {
|
||||
float: right;
|
||||
}
|
||||
|
||||
/* page in my account ************************************************************************* */
|
||||
/* line 116, ../../../sass/modules/blockwishlist/blockwishlist.scss */
|
||||
#mywishlist td.wishlist_delete a {
|
||||
font-size: 15px;
|
||||
}
|
||||
|
||||
/* wishlistLinkTop */
|
||||
/* line 122, ../../../sass/modules/blockwishlist/blockwishlist.scss */
|
||||
#module-blockwishlist-mywishlist #block-order-detail #hideSendWishlist {
|
||||
display: inline-block;
|
||||
}
|
||||
|
||||
/* line 126, ../../../sass/modules/blockwishlist/blockwishlist.scss */
|
||||
#module-blockwishlist-mywishlist .wishlistLinkTop ul.display_list {
|
||||
border-bottom: 1px solid #d6d4d4;
|
||||
margin-bottom: 20px;
|
||||
}
|
||||
/* line 130, ../../../sass/modules/blockwishlist/blockwishlist.scss */
|
||||
#module-blockwishlist-mywishlist .wishlistLinkTop ul.display_list a {
|
||||
display: inline-block;
|
||||
color: #333;
|
||||
margin: 10px 10px 10px 0px;
|
||||
font-weight: bold;
|
||||
}
|
||||
/* line 136, ../../../sass/modules/blockwishlist/blockwishlist.scss */
|
||||
#module-blockwishlist-mywishlist .wishlistLinkTop ul.display_list a:hover {
|
||||
color: #515151;
|
||||
}
|
||||
|
||||
/* line 142, ../../../sass/modules/blockwishlist/blockwishlist.scss */
|
||||
#module-blockwishlist-mywishlist .wishlistLinkTop li {
|
||||
float: left;
|
||||
}
|
||||
|
||||
/* line 144, ../../../sass/modules/blockwishlist/blockwishlist.scss */
|
||||
#module-blockwishlist-mywishlist .wishlistLinkTop #hideSendWishlist {
|
||||
float: right;
|
||||
}
|
||||
|
||||
/* line 148, ../../../sass/modules/blockwishlist/blockwishlist.scss */
|
||||
#module-blockwishlist-mywishlist .wishlistLinkTop #showBoughtProducts,
|
||||
#module-blockwishlist-mywishlist .wishlistLinkTop #hideBoughtProductsInfos {
|
||||
display: none;
|
||||
@@ -130,49 +157,60 @@
|
||||
|
||||
/* wlp_bought ****************************************** */
|
||||
/* wlp_bought_list */
|
||||
/* line 153, ../../../sass/modules/blockwishlist/blockwishlist.scss */
|
||||
ul.wlp_bought_list li {
|
||||
margin-bottom: 30px;
|
||||
/*> 992px*/
|
||||
/*768px x 991px*/
|
||||
}
|
||||
/* line 159, ../../../sass/modules/blockwishlist/blockwishlist.scss */
|
||||
ul.wlp_bought_list li .product_image {
|
||||
padding: 9px;
|
||||
border: 1px solid #d6d4d4;
|
||||
margin-bottom: 20px;
|
||||
max-width: 270px;
|
||||
}
|
||||
/* line 166, ../../../sass/modules/blockwishlist/blockwishlist.scss */
|
||||
ul.wlp_bought_list li .product-name {
|
||||
margin-bottom: 10px;
|
||||
padding-right: 20px;
|
||||
}
|
||||
/* line 170, ../../../sass/modules/blockwishlist/blockwishlist.scss */
|
||||
ul.wlp_bought_list li .product-name small {
|
||||
display: block;
|
||||
font-size: 11px;
|
||||
}
|
||||
/* line 174, ../../../sass/modules/blockwishlist/blockwishlist.scss */
|
||||
ul.wlp_bought_list li .product-name small a {
|
||||
font-size: 11px;
|
||||
}
|
||||
/* line 180, ../../../sass/modules/blockwishlist/blockwishlist.scss */
|
||||
ul.wlp_bought_list li .product_infos {
|
||||
position: relative;
|
||||
}
|
||||
/* line 183, ../../../sass/modules/blockwishlist/blockwishlist.scss */
|
||||
ul.wlp_bought_list li .btn_action .btn {
|
||||
margin-bottom: 10px;
|
||||
}
|
||||
@media (min-width: 992px) {
|
||||
/* line 186, ../../../sass/modules/blockwishlist/blockwishlist.scss */
|
||||
ul.wlp_bought_list li.first-in-line {
|
||||
clear: left;
|
||||
}
|
||||
}
|
||||
@media (min-width: 768px) and (max-width: 991px) {
|
||||
/* line 190, ../../../sass/modules/blockwishlist/blockwishlist.scss */
|
||||
ul.wlp_bought_list li.first-item-of-tablet-line {
|
||||
clear: left;
|
||||
}
|
||||
}
|
||||
|
||||
/* line 195, ../../../sass/modules/blockwishlist/blockwishlist.scss */
|
||||
.wishlistLinkTop .submit {
|
||||
margin-bottom: 30px;
|
||||
}
|
||||
|
||||
/* line 199, ../../../sass/modules/blockwishlist/blockwishlist.scss */
|
||||
ul.wlp_bought_list li .lnkdel {
|
||||
position: absolute;
|
||||
top: 0px;
|
||||
|
||||
@@ -1,73 +1,92 @@
|
||||
/* line 3, ../../../sass/modules/carriercompare/style.scss */
|
||||
#compare_shipping .form-group {
|
||||
line-height: normal;
|
||||
margin-bottom: 10px;
|
||||
}
|
||||
/* line 7, ../../../sass/modules/carriercompare/style.scss */
|
||||
#compare_shipping .form-group label {
|
||||
margin-bottom: 6px;
|
||||
}
|
||||
/* line 9, ../../../sass/modules/carriercompare/style.scss */
|
||||
#compare_shipping .form-group .form-control {
|
||||
width: 263px;
|
||||
}
|
||||
/* line 13, ../../../sass/modules/carriercompare/style.scss */
|
||||
#compare_shipping .form-group.last {
|
||||
margin-bottom: 20px;
|
||||
}
|
||||
/* line 15, ../../../sass/modules/carriercompare/style.scss */
|
||||
#compare_shipping .form-group.last input {
|
||||
margin-bottom: 3px;
|
||||
}
|
||||
/* line 19, ../../../sass/modules/carriercompare/style.scss */
|
||||
#compare_shipping .table {
|
||||
background: #fff;
|
||||
}
|
||||
/* line 26, ../../../sass/modules/carriercompare/style.scss */
|
||||
#compare_shipping .table thead tr th {
|
||||
background: #fff;
|
||||
padding: 4px 10px 3px 10px;
|
||||
}
|
||||
/* line 34, ../../../sass/modules/carriercompare/style.scss */
|
||||
#compare_shipping .table tbody td {
|
||||
margin: 0;
|
||||
}
|
||||
/* line 37, ../../../sass/modules/carriercompare/style.scss */
|
||||
#compare_shipping .table tbody td.carrier_action {
|
||||
width: 54px;
|
||||
padding-left: 0;
|
||||
padding-right: 0;
|
||||
text-align: center;
|
||||
}
|
||||
/* line 43, ../../../sass/modules/carriercompare/style.scss */
|
||||
#compare_shipping .table tbody td.carrier_action input {
|
||||
margin: 0;
|
||||
}
|
||||
|
||||
/* line 53, ../../../sass/modules/carriercompare/style.scss */
|
||||
#availableCarriers .table {
|
||||
margin-bottom: 20px;
|
||||
}
|
||||
|
||||
/* line 57, ../../../sass/modules/carriercompare/style.scss */
|
||||
#compare_shipping ul#carriercompare_errors_list {
|
||||
color: red;
|
||||
}
|
||||
|
||||
/* line 60, ../../../sass/modules/carriercompare/style.scss */
|
||||
#compare_shipping_form {
|
||||
padding-bottom: 20px;
|
||||
}
|
||||
|
||||
/* line 61, ../../../sass/modules/carriercompare/style.scss */
|
||||
#compare_shipping ul#carriercompare_errors_list li {
|
||||
margin-left: 30px;
|
||||
text-decoration: none;
|
||||
list-style: none;
|
||||
}
|
||||
|
||||
/* line 68, ../../../sass/modules/carriercompare/style.scss */
|
||||
#SE_AjaxDisplay {
|
||||
text-align: center;
|
||||
display: none;
|
||||
}
|
||||
|
||||
/* line 74, ../../../sass/modules/carriercompare/style.scss */
|
||||
#SE_AjaxDisplay img {
|
||||
width: 15px;
|
||||
}
|
||||
|
||||
/* line 79, ../../../sass/modules/carriercompare/style.scss */
|
||||
.SE_SubmitRefreshCard button {
|
||||
float: left;
|
||||
}
|
||||
/* line 82, ../../../sass/modules/carriercompare/style.scss */
|
||||
.SE_SubmitRefreshCard button#carriercompare_submit {
|
||||
margin-right: 10px;
|
||||
}
|
||||
|
||||
/* line 87, ../../../sass/modules/carriercompare/style.scss */
|
||||
#carriercompare_errors {
|
||||
display: none;
|
||||
}
|
||||
|
||||
@@ -1,3 +1,4 @@
|
||||
/* line 1, ../../../sass/modules/favoriteproducts/favoriteproducts.scss */
|
||||
#favoriteproducts_block_account .favoriteproduct {
|
||||
position: relative;
|
||||
margin-bottom: 14px;
|
||||
@@ -6,6 +7,7 @@
|
||||
border-radius: 3px 3px 3px 3px;
|
||||
}
|
||||
|
||||
/* line 9, ../../../sass/modules/favoriteproducts/favoriteproducts.scss */
|
||||
.favoriteproduct a.product_img_link {
|
||||
border: 1px solid #CCCCCC;
|
||||
display: block;
|
||||
@@ -15,35 +17,41 @@
|
||||
position: relative;
|
||||
}
|
||||
|
||||
/* line 17, ../../../sass/modules/favoriteproducts/favoriteproducts.scss */
|
||||
.favoriteproduct p.product_desc {
|
||||
line-height: 16px;
|
||||
overflow: hidden;
|
||||
padding: 0;
|
||||
}
|
||||
|
||||
/* line 23, ../../../sass/modules/favoriteproducts/favoriteproducts.scss */
|
||||
.favoriteproduct .remove {
|
||||
position: absolute;
|
||||
top: 10px;
|
||||
right: 10px;
|
||||
}
|
||||
|
||||
/* line 28, ../../../sass/modules/favoriteproducts/favoriteproducts.scss */
|
||||
.favoriteproduct .remove .icon {
|
||||
cursor: pointer;
|
||||
}
|
||||
|
||||
/* lnk fiche produit */
|
||||
/* line 33, ../../../sass/modules/favoriteproducts/favoriteproducts.scss */
|
||||
#usefull_link_block li#favoriteproducts_block_extra_add {
|
||||
padding-left: 20px;
|
||||
background: url(img/add_favorite.gif) no-repeat 0 0;
|
||||
cursor: pointer;
|
||||
}
|
||||
|
||||
/* line 39, ../../../sass/modules/favoriteproducts/favoriteproducts.scss */
|
||||
#usefull_link_block li#favoriteproducts_block_extra_remove {
|
||||
padding-left: 20px;
|
||||
background: url(img/del_favorite.gif) no-repeat 0 0;
|
||||
cursor: pointer;
|
||||
}
|
||||
|
||||
/* line 45, ../../../sass/modules/favoriteproducts/favoriteproducts.scss */
|
||||
ul#usefull_link_block li#favoriteproducts_block_extra_added {
|
||||
padding-left: 20px;
|
||||
background: url(img/add_favorite.gif) no-repeat 0 0;
|
||||
@@ -51,6 +59,7 @@ ul#usefull_link_block li#favoriteproducts_block_extra_added {
|
||||
display: none;
|
||||
}
|
||||
|
||||
/* line 51, ../../../sass/modules/favoriteproducts/favoriteproducts.scss */
|
||||
ul#usefull_link_block li#favoriteproducts_block_extra_removed {
|
||||
padding-left: 20px;
|
||||
background: url(img/add_favorite.gif) no-repeat 0 0;
|
||||
|
||||
@@ -12,6 +12,7 @@
|
||||
/******************************************************************************
|
||||
Home Page Slider
|
||||
*******************************************************************************/
|
||||
/* line 18, ../../../sass/modules/homeslider/bx_styles.scss */
|
||||
#homepage-slider {
|
||||
padding-left: 0;
|
||||
padding-right: 0;
|
||||
@@ -21,6 +22,7 @@
|
||||
position: relative;
|
||||
z-index: 1;
|
||||
}
|
||||
/* line 27, ../../../sass/modules/homeslider/bx_styles.scss */
|
||||
#homepage-slider #homeslider {
|
||||
margin: 0 auto;
|
||||
padding: 0;
|
||||
@@ -31,6 +33,7 @@
|
||||
********************************************************************************/
|
||||
/** RESET AND LAYOUT
|
||||
===================================*/
|
||||
/* line 37, ../../../sass/modules/homeslider/bx_styles.scss */
|
||||
#homepage-slider {
|
||||
/** THEME
|
||||
===================================*/
|
||||
@@ -41,27 +44,33 @@
|
||||
/* PAGER WITH AUTO-CONTROLS HYBRID LAYOUT */
|
||||
/* IMAGE CAPTIONS */
|
||||
}
|
||||
/* line 38, ../../../sass/modules/homeslider/bx_styles.scss */
|
||||
#homepage-slider .bx-wrapper {
|
||||
position: relative;
|
||||
padding: 0;
|
||||
*zoom: 1;
|
||||
}
|
||||
/* line 43, ../../../sass/modules/homeslider/bx_styles.scss */
|
||||
#homepage-slider .bx-wrapper a {
|
||||
display: block;
|
||||
}
|
||||
/* line 45, ../../../sass/modules/homeslider/bx_styles.scss */
|
||||
#homepage-slider .bx-wrapper img {
|
||||
display: block;
|
||||
max-width: 100%;
|
||||
}
|
||||
/* line 55, ../../../sass/modules/homeslider/bx_styles.scss */
|
||||
#homepage-slider .bx-wrapper .bx-viewport {
|
||||
width: 100%;
|
||||
}
|
||||
/* line 61, ../../../sass/modules/homeslider/bx_styles.scss */
|
||||
#homepage-slider .bx-wrapper .bx-pager,
|
||||
#homepage-slider .bx-wrapper .bx-controls-auto {
|
||||
position: absolute;
|
||||
bottom: -30px;
|
||||
width: 100%;
|
||||
}
|
||||
/* line 69, ../../../sass/modules/homeslider/bx_styles.scss */
|
||||
#homepage-slider .bx-wrapper .bx-loading {
|
||||
min-height: 50px;
|
||||
background: url(images/bx_loader.gif) center center no-repeat white;
|
||||
@@ -72,6 +81,7 @@
|
||||
left: 0;
|
||||
z-index: 2000;
|
||||
}
|
||||
/* line 82, ../../../sass/modules/homeslider/bx_styles.scss */
|
||||
#homepage-slider .bx-wrapper .bx-pager {
|
||||
text-align: center;
|
||||
font-size: .85em;
|
||||
@@ -80,12 +90,14 @@
|
||||
color: #666;
|
||||
padding-top: 20px;
|
||||
}
|
||||
/* line 92, ../../../sass/modules/homeslider/bx_styles.scss */
|
||||
#homepage-slider .bx-wrapper .bx-pager .bx-pager-item,
|
||||
#homepage-slider .bx-wrapper .bx-controls-auto .bx-controls-auto-item {
|
||||
display: inline-block;
|
||||
*zoom: 1;
|
||||
*display: inline;
|
||||
}
|
||||
/* line 98, ../../../sass/modules/homeslider/bx_styles.scss */
|
||||
#homepage-slider .bx-wrapper .bx-pager.bx-default-pager a {
|
||||
background: #666;
|
||||
text-indent: -9999px;
|
||||
@@ -98,22 +110,28 @@
|
||||
-webkit-border-radius: 5px;
|
||||
border-radius: 5px;
|
||||
}
|
||||
/* line 112, ../../../sass/modules/homeslider/bx_styles.scss */
|
||||
#homepage-slider .bx-wrapper .bx-pager.bx-default-pager a:hover,
|
||||
#homepage-slider .bx-wrapper .bx-pager.bx-default-pager a.active {
|
||||
background: #000;
|
||||
}
|
||||
/* line 118, ../../../sass/modules/homeslider/bx_styles.scss */
|
||||
#homepage-slider .bx-wrapper .bx-prev {
|
||||
right: 60px;
|
||||
}
|
||||
/* line 121, ../../../sass/modules/homeslider/bx_styles.scss */
|
||||
#homepage-slider .bx-wrapper .bx-prev:after {
|
||||
content: "";
|
||||
}
|
||||
/* line 126, ../../../sass/modules/homeslider/bx_styles.scss */
|
||||
#homepage-slider .bx-wrapper .bx-next {
|
||||
right: 10px;
|
||||
}
|
||||
/* line 129, ../../../sass/modules/homeslider/bx_styles.scss */
|
||||
#homepage-slider .bx-wrapper .bx-next:after {
|
||||
content: "";
|
||||
}
|
||||
/* line 134, ../../../sass/modules/homeslider/bx_styles.scss */
|
||||
#homepage-slider .bx-wrapper .bx-controls-direction a {
|
||||
position: absolute;
|
||||
bottom: 10px;
|
||||
@@ -124,6 +142,7 @@
|
||||
z-index: 9999;
|
||||
border: 2px solid #fff;
|
||||
}
|
||||
/* line 144, ../../../sass/modules/homeslider/bx_styles.scss */
|
||||
#homepage-slider .bx-wrapper .bx-controls-direction a:before {
|
||||
height: 48px;
|
||||
width: 48px;
|
||||
@@ -137,6 +156,7 @@
|
||||
top: 0;
|
||||
z-index: 1;
|
||||
}
|
||||
/* line 158, ../../../sass/modules/homeslider/bx_styles.scss */
|
||||
#homepage-slider .bx-wrapper .bx-controls-direction a:after {
|
||||
display: block;
|
||||
width: 48px;
|
||||
@@ -152,16 +172,20 @@
|
||||
z-index: 2;
|
||||
padding: 16px 0 0 0;
|
||||
}
|
||||
/* line 176, ../../../sass/modules/homeslider/bx_styles.scss */
|
||||
#homepage-slider .bx-wrapper .bx-controls-direction a:hover:before {
|
||||
background: #333;
|
||||
opacity: 0.83;
|
||||
}
|
||||
/* line 183, ../../../sass/modules/homeslider/bx_styles.scss */
|
||||
#homepage-slider .bx-wrapper .bx-controls-direction a.disabled {
|
||||
display: none;
|
||||
}
|
||||
/* line 189, ../../../sass/modules/homeslider/bx_styles.scss */
|
||||
#homepage-slider .bx-wrapper .bx-controls-auto {
|
||||
text-align: center;
|
||||
}
|
||||
/* line 193, ../../../sass/modules/homeslider/bx_styles.scss */
|
||||
#homepage-slider .bx-wrapper .bx-controls-auto .bx-start {
|
||||
display: block;
|
||||
text-indent: -9999px;
|
||||
@@ -171,10 +195,12 @@
|
||||
background: url(images/controls.png) -86px -11px no-repeat;
|
||||
margin: 0 3px;
|
||||
}
|
||||
/* line 204, ../../../sass/modules/homeslider/bx_styles.scss */
|
||||
#homepage-slider .bx-wrapper .bx-controls-auto .bx-start:hover,
|
||||
#homepage-slider .bx-wrapper .bx-controls-auto .bx-start.active {
|
||||
background-position: -86px 0;
|
||||
}
|
||||
/* line 208, ../../../sass/modules/homeslider/bx_styles.scss */
|
||||
#homepage-slider .bx-wrapper .bx-controls-auto .bx-stop {
|
||||
display: block;
|
||||
text-indent: -9999px;
|
||||
@@ -184,18 +210,22 @@
|
||||
background: url(images/controls.png) -86px -44px no-repeat;
|
||||
margin: 0 3px;
|
||||
}
|
||||
/* line 219, ../../../sass/modules/homeslider/bx_styles.scss */
|
||||
#homepage-slider .bx-wrapper .bx-controls-auto .bx-stop:hover,
|
||||
#homepage-slider .bx-wrapper .bx-controls-auto .bx-stop.active {
|
||||
background-position: -86px -33px;
|
||||
}
|
||||
/* line 225, ../../../sass/modules/homeslider/bx_styles.scss */
|
||||
#homepage-slider .bx-wrapper .bx-controls.bx-has-controls-auto.bx-has-pager .bx-pager {
|
||||
text-align: left;
|
||||
width: 80%;
|
||||
}
|
||||
/* line 230, ../../../sass/modules/homeslider/bx_styles.scss */
|
||||
#homepage-slider .bx-wrapper .bx-controls.bx-has-controls-auto.bx-has-pager .bx-controls-auto {
|
||||
right: 0;
|
||||
width: 35px;
|
||||
}
|
||||
/* line 237, ../../../sass/modules/homeslider/bx_styles.scss */
|
||||
#homepage-slider .bx-wrapper .bx-caption {
|
||||
position: absolute;
|
||||
bottom: 0;
|
||||
@@ -204,6 +234,7 @@
|
||||
background: rgba(80, 80, 80, 0.75);
|
||||
width: 100%;
|
||||
}
|
||||
/* line 246, ../../../sass/modules/homeslider/bx_styles.scss */
|
||||
#homepage-slider .bx-wrapper .bx-caption span {
|
||||
color: #fff;
|
||||
font-family: Arial;
|
||||
|
||||
@@ -1,4 +1,5 @@
|
||||
@import url(http://fonts.googleapis.com/css?family=Open+Sans:400,300,300italic,400italic,600,600italic,700,700italic,800,800italic);
|
||||
/* line 3, ../../../sass/modules/productcomments/productcomments.scss */
|
||||
#product_comments_block_extra {
|
||||
padding: 8px 10px 10px;
|
||||
font-weight: bold;
|
||||
@@ -8,20 +9,24 @@
|
||||
margin: 39px 0 22px;
|
||||
}
|
||||
|
||||
/* line 11, ../../../sass/modules/productcomments/productcomments.scss */
|
||||
.comments_advices {
|
||||
padding-top: 2px;
|
||||
}
|
||||
/* line 14, ../../../sass/modules/productcomments/productcomments.scss */
|
||||
.comments_advices li {
|
||||
display: inline-block;
|
||||
line-height: 30px;
|
||||
/*min 768px max 991px*/
|
||||
}
|
||||
@media (min-width: 768px) and (max-width: 991px) {
|
||||
/* line 14, ../../../sass/modules/productcomments/productcomments.scss */
|
||||
.comments_advices li {
|
||||
display: block;
|
||||
line-height: 20px;
|
||||
}
|
||||
}
|
||||
/* line 23, ../../../sass/modules/productcomments/productcomments.scss */
|
||||
.comments_advices a {
|
||||
text-decoration: none;
|
||||
color: #777;
|
||||
@@ -33,11 +38,13 @@
|
||||
/*min 768px max 991px*/
|
||||
}
|
||||
@media (min-width: 768px) and (max-width: 1199px) {
|
||||
/* line 23, ../../../sass/modules/productcomments/productcomments.scss */
|
||||
.comments_advices a {
|
||||
float: none;
|
||||
line-height: 20px;
|
||||
}
|
||||
}
|
||||
/* line 38, ../../../sass/modules/productcomments/productcomments.scss */
|
||||
.comments_advices a:before {
|
||||
background: #929292;
|
||||
border-radius: 50px;
|
||||
@@ -56,19 +63,24 @@
|
||||
/*max 1199px*/
|
||||
}
|
||||
@media (max-width: 1199px) {
|
||||
/* line 38, ../../../sass/modules/productcomments/productcomments.scss */
|
||||
.comments_advices a:before {
|
||||
display: none;
|
||||
}
|
||||
}
|
||||
/* line 62, ../../../sass/modules/productcomments/productcomments.scss */
|
||||
.comments_advices a.reviews:before {
|
||||
content: "";
|
||||
}
|
||||
/* line 63, ../../../sass/modules/productcomments/productcomments.scss */
|
||||
.comments_advices a.open-comment-form:before {
|
||||
content: "";
|
||||
}
|
||||
/* line 64, ../../../sass/modules/productcomments/productcomments.scss */
|
||||
.comments_advices a:hover {
|
||||
color: #333;
|
||||
}
|
||||
/* line 65, ../../../sass/modules/productcomments/productcomments.scss */
|
||||
.comments_advices a.reviews {
|
||||
border-right: 1px solid #d6d4d4;
|
||||
padding-right: 30px;
|
||||
@@ -76,6 +88,7 @@
|
||||
/* min 768px max 991px*/
|
||||
}
|
||||
@media (min-width: 768px) and (max-width: 991px) {
|
||||
/* line 65, ../../../sass/modules/productcomments/productcomments.scss */
|
||||
.comments_advices a.reviews {
|
||||
margin-right: 0;
|
||||
padding: 0;
|
||||
@@ -83,43 +96,53 @@
|
||||
}
|
||||
}
|
||||
|
||||
/* line 81, ../../../sass/modules/productcomments/productcomments.scss */
|
||||
#product_comments_block_extra .comments_note {
|
||||
margin-bottom: 5px;
|
||||
}
|
||||
/* line 83, ../../../sass/modules/productcomments/productcomments.scss */
|
||||
#product_comments_block_extra .comments_note span,
|
||||
#product_comments_block_extra .star_content {
|
||||
float: left;
|
||||
color: #333;
|
||||
}
|
||||
/* line 84, ../../../sass/modules/productcomments/productcomments.scss */
|
||||
#product_comments_block_extra .star_content {
|
||||
margin-top: 1px;
|
||||
}
|
||||
/* line 85, ../../../sass/modules/productcomments/productcomments.scss */
|
||||
#product_comments_block_extra div.star {
|
||||
background: url(img/star.png) no-repeat 0 0;
|
||||
}
|
||||
/* line 86, ../../../sass/modules/productcomments/productcomments.scss */
|
||||
#product_comments_block_extra div.star_on {
|
||||
background: url(img/star.png) no-repeat 0 -13px;
|
||||
}
|
||||
/* line 87, ../../../sass/modules/productcomments/productcomments.scss */
|
||||
#product_comments_block_extra .comments_advices {
|
||||
clear: both;
|
||||
}
|
||||
|
||||
/* pop-in add grade/advice ********************************************************************* */
|
||||
/* line 92, ../../../sass/modules/productcomments/productcomments.scss */
|
||||
#fancybox-wrap {
|
||||
width: 585px;
|
||||
}
|
||||
|
||||
/* line 93, ../../../sass/modules/productcomments/productcomments.scss */
|
||||
#fancybox-content {
|
||||
width: 585px;
|
||||
border-width: 0;
|
||||
}
|
||||
|
||||
/* line 97, ../../../sass/modules/productcomments/productcomments.scss */
|
||||
.new_comment_form_content .intro_form {
|
||||
padding-bottom: 10px;
|
||||
font-weight: bold;
|
||||
font-size: 12px;
|
||||
}
|
||||
|
||||
/* line 103, ../../../sass/modules/productcomments/productcomments.scss */
|
||||
#new_comment_form {
|
||||
width: 465px;
|
||||
overflow: hidden;
|
||||
@@ -128,13 +151,16 @@
|
||||
/*max 767px*/
|
||||
}
|
||||
@media (max-width: 767px) {
|
||||
/* line 103, ../../../sass/modules/productcomments/productcomments.scss */
|
||||
#new_comment_form {
|
||||
width: 275px;
|
||||
}
|
||||
}
|
||||
/* line 114, ../../../sass/modules/productcomments/productcomments.scss */
|
||||
#new_comment_form h2 {
|
||||
margin-bottom: 10px;
|
||||
}
|
||||
/* line 115, ../../../sass/modules/productcomments/productcomments.scss */
|
||||
#new_comment_form .title {
|
||||
padding: 10px;
|
||||
font-size: 13px;
|
||||
@@ -142,30 +168,38 @@
|
||||
text-transform: uppercase;
|
||||
background: #333333;
|
||||
}
|
||||
/* line 123, ../../../sass/modules/productcomments/productcomments.scss */
|
||||
#new_comment_form ul.grade_content {
|
||||
list-style-type: none;
|
||||
}
|
||||
/* line 124, ../../../sass/modules/productcomments/productcomments.scss */
|
||||
#new_comment_form .grade_content li {
|
||||
width: 50%;
|
||||
}
|
||||
/* line 125, ../../../sass/modules/productcomments/productcomments.scss */
|
||||
#new_comment_form .product {
|
||||
padding: 15px;
|
||||
}
|
||||
/* line 126, ../../../sass/modules/productcomments/productcomments.scss */
|
||||
#new_comment_form .product img {
|
||||
border: 1px solid #d6d4d4;
|
||||
}
|
||||
/* line 129, ../../../sass/modules/productcomments/productcomments.scss */
|
||||
#new_comment_form .product .product_desc {
|
||||
line-height: 18px;
|
||||
color: #666666;
|
||||
}
|
||||
/* line 133, ../../../sass/modules/productcomments/productcomments.scss */
|
||||
#new_comment_form .product .product_desc .product_name {
|
||||
padding: 10px 0 5px;
|
||||
font-size: 13px;
|
||||
color: black;
|
||||
}
|
||||
/* line 139, ../../../sass/modules/productcomments/productcomments.scss */
|
||||
#new_comment_form .grade_content {
|
||||
margin: 0 0 20px 0;
|
||||
}
|
||||
/* line 141, ../../../sass/modules/productcomments/productcomments.scss */
|
||||
#new_comment_form .grade_content span,
|
||||
#new_comment_form .grade_content span {
|
||||
display: inline-block;
|
||||
@@ -174,19 +208,23 @@
|
||||
/* 160 */
|
||||
font-weight: bold;
|
||||
}
|
||||
/* line 147, ../../../sass/modules/productcomments/productcomments.scss */
|
||||
#new_comment_form .grade_content .cancel {
|
||||
margin-right: 5px;
|
||||
}
|
||||
/* line 148, ../../../sass/modules/productcomments/productcomments.scss */
|
||||
#new_comment_form .new_comment_form_content {
|
||||
padding: 15px;
|
||||
background: #f8f8f8;
|
||||
}
|
||||
/* line 152, ../../../sass/modules/productcomments/productcomments.scss */
|
||||
#new_comment_form label {
|
||||
display: block;
|
||||
margin: 12px 0 4px 0;
|
||||
font-weight: bold;
|
||||
font-size: 12px;
|
||||
}
|
||||
/* line 159, ../../../sass/modules/productcomments/productcomments.scss */
|
||||
#new_comment_form input,
|
||||
#new_comment_form textarea {
|
||||
padding: 0 5px;
|
||||
@@ -195,122 +233,152 @@
|
||||
border: 1px solid #ccc;
|
||||
background: #fff;
|
||||
}
|
||||
/* line 166, ../../../sass/modules/productcomments/productcomments.scss */
|
||||
#new_comment_form textarea {
|
||||
height: 80px;
|
||||
}
|
||||
/* line 170, ../../../sass/modules/productcomments/productcomments.scss */
|
||||
#new_comment_form .submit {
|
||||
margin-top: 20px;
|
||||
padding: 0;
|
||||
font-size: 13px;
|
||||
text-align: right;
|
||||
}
|
||||
/* line 177, ../../../sass/modules/productcomments/productcomments.scss */
|
||||
#new_comment_form #criterions_list {
|
||||
border-bottom: 1px solid #CCC;
|
||||
padding-bottom: 15px;
|
||||
list-style-type: none;
|
||||
}
|
||||
/* line 182, ../../../sass/modules/productcomments/productcomments.scss */
|
||||
#new_comment_form #criterions_list li {
|
||||
margin-bottom: 10px;
|
||||
}
|
||||
/* line 185, ../../../sass/modules/productcomments/productcomments.scss */
|
||||
#new_comment_form #criterions_list label {
|
||||
display: inline;
|
||||
float: left;
|
||||
margin: 0 10px 0 0;
|
||||
}
|
||||
/* line 191, ../../../sass/modules/productcomments/productcomments.scss */
|
||||
#new_comment_form #criterions_list .star_content {
|
||||
float: left;
|
||||
}
|
||||
/* line 196, ../../../sass/modules/productcomments/productcomments.scss */
|
||||
#new_comment_form #new_comment_form_footer {
|
||||
margin-top: 20px;
|
||||
font-size: 12px;
|
||||
}
|
||||
|
||||
/* TAB COMMENTS ******************************************************************************** */
|
||||
/* line 202, ../../../sass/modules/productcomments/productcomments.scss */
|
||||
#product_comments_block_tab {
|
||||
margin: 0 0 20px 0;
|
||||
}
|
||||
/* line 204, ../../../sass/modules/productcomments/productcomments.scss */
|
||||
#product_comments_block_tab div.comment {
|
||||
margin: 0 0 14px;
|
||||
padding-top: 14px;
|
||||
border-top: 1px solid #d6d4d4;
|
||||
}
|
||||
/* line 210, ../../../sass/modules/productcomments/productcomments.scss */
|
||||
#product_comments_block_tab div.comment:first-child {
|
||||
padding: 0;
|
||||
border: none;
|
||||
}
|
||||
/* line 211, ../../../sass/modules/productcomments/productcomments.scss */
|
||||
#product_comments_block_tab div.comment div.comment_author {
|
||||
padding: 0 20px;
|
||||
line-height: 18px;
|
||||
}
|
||||
/* line 215, ../../../sass/modules/productcomments/productcomments.scss */
|
||||
#product_comments_block_tab div.comment div.comment_author span {
|
||||
font-weight: bold;
|
||||
}
|
||||
/* line 217, ../../../sass/modules/productcomments/productcomments.scss */
|
||||
#product_comments_block_tab div.comment div.comment_author span,
|
||||
#product_comments_block_tab div.comment .star_content {
|
||||
float: left;
|
||||
}
|
||||
/* line 220, ../../../sass/modules/productcomments/productcomments.scss */
|
||||
#product_comments_block_tab div.comment .star_content {
|
||||
margin: 0 0 0 5px;
|
||||
}
|
||||
/* line 222, ../../../sass/modules/productcomments/productcomments.scss */
|
||||
#product_comments_block_tab div.star,
|
||||
#product_comments_block_tab div.star_on {
|
||||
background: url(img/star.png) no-repeat 0 0;
|
||||
}
|
||||
/* line 225, ../../../sass/modules/productcomments/productcomments.scss */
|
||||
#product_comments_block_tab div.star_on {
|
||||
background-position: 0 -13px;
|
||||
}
|
||||
/* line 226, ../../../sass/modules/productcomments/productcomments.scss */
|
||||
#product_comments_block_tab .comment_author_infos {
|
||||
clear: both;
|
||||
padding-top: 9px;
|
||||
}
|
||||
/* line 228, ../../../sass/modules/productcomments/productcomments.scss */
|
||||
#product_comments_block_tab .comment_author_infos strong {
|
||||
display: block;
|
||||
color: #333;
|
||||
}
|
||||
/* line 229, ../../../sass/modules/productcomments/productcomments.scss */
|
||||
#product_comments_block_tab .comment_author_infos em {
|
||||
color: #adadad;
|
||||
}
|
||||
/* line 232, ../../../sass/modules/productcomments/productcomments.scss */
|
||||
#product_comments_block_tab div.comment div.comment_details {
|
||||
overflow: hidden;
|
||||
border-left: 1px solid #d6d4d4;
|
||||
/*max 767px */
|
||||
}
|
||||
@media (max-width: 991px) {
|
||||
/* line 232, ../../../sass/modules/productcomments/productcomments.scss */
|
||||
#product_comments_block_tab div.comment div.comment_details {
|
||||
border-left: none;
|
||||
}
|
||||
}
|
||||
/* line 244, ../../../sass/modules/productcomments/productcomments.scss */
|
||||
#product_comments_block_tab div.comment_details ul {
|
||||
list-style-type: none;
|
||||
margin: 0;
|
||||
}
|
||||
/* line 248, ../../../sass/modules/productcomments/productcomments.scss */
|
||||
#product_comments_block_tab div.comment_details li {
|
||||
padding: 2px 0 2px;
|
||||
}
|
||||
/* line 250, ../../../sass/modules/productcomments/productcomments.scss */
|
||||
#product_comments_block_tab div.comment_details li:before {
|
||||
font-family: FontAwesome;
|
||||
content: "";
|
||||
color: #333;
|
||||
margin-right: 8px;
|
||||
}
|
||||
/* line 259, ../../../sass/modules/productcomments/productcomments.scss */
|
||||
#product_comments_block_tab div.comment_details .title_block {
|
||||
text-transform: capitalize;
|
||||
}
|
||||
/* line 260, ../../../sass/modules/productcomments/productcomments.scss */
|
||||
#product_comments_block_tab a {
|
||||
text-decoration: none;
|
||||
font-weight: bold;
|
||||
}
|
||||
/* line 265, ../../../sass/modules/productcomments/productcomments.scss */
|
||||
#product_comments_block_tab span.report_btn {
|
||||
cursor: pointer;
|
||||
}
|
||||
/* line 266, ../../../sass/modules/productcomments/productcomments.scss */
|
||||
#product_comments_block_tab span.report_btn:hover {
|
||||
text-decoration: underline;
|
||||
}
|
||||
|
||||
/* line 270, ../../../sass/modules/productcomments/productcomments.scss */
|
||||
.fl {
|
||||
float: left;
|
||||
}
|
||||
|
||||
/* line 271, ../../../sass/modules/productcomments/productcomments.scss */
|
||||
.fr {
|
||||
float: right;
|
||||
}
|
||||
|
||||
@@ -1,73 +1,92 @@
|
||||
@import url(http://fonts.googleapis.com/css?family=Open+Sans:400,300,300italic,400italic,600,600italic,700,700italic,800,800italic);
|
||||
/* line 2, ../../../sass/modules/stripejs/stripe-prestashop.scss */
|
||||
#stripe-payment-form {
|
||||
line-height: 20px;
|
||||
padding-bottom: 7px;
|
||||
}
|
||||
/* line 6, ../../../sass/modules/stripejs/stripe-prestashop.scss */
|
||||
#stripe-payment-form .form-group {
|
||||
margin-bottom: 5px;
|
||||
}
|
||||
/* line 9, ../../../sass/modules/stripejs/stripe-prestashop.scss */
|
||||
#stripe-payment-form .form-group input.stripe-card-number {
|
||||
max-width: 263px;
|
||||
}
|
||||
/* line 12, ../../../sass/modules/stripejs/stripe-prestashop.scss */
|
||||
#stripe-payment-form .block-left {
|
||||
float: left;
|
||||
width: 188px;
|
||||
}
|
||||
/* line 16, ../../../sass/modules/stripejs/stripe-prestashop.scss */
|
||||
#stripe-payment-form .block-left .form-control {
|
||||
width: 72px;
|
||||
float: left;
|
||||
margin-right: 10px;
|
||||
}
|
||||
/* line 22, ../../../sass/modules/stripejs/stripe-prestashop.scss */
|
||||
#stripe-payment-form .block-left a {
|
||||
margin-top: 5px;
|
||||
}
|
||||
/* line 25, ../../../sass/modules/stripejs/stripe-prestashop.scss */
|
||||
#stripe-payment-form img.cc-icon {
|
||||
float: left;
|
||||
margin-right: 10px;
|
||||
}
|
||||
/* line 29, ../../../sass/modules/stripejs/stripe-prestashop.scss */
|
||||
#stripe-payment-form .stripe-card-cvc-info {
|
||||
display: inline-block;
|
||||
position: relative;
|
||||
font-style: italic;
|
||||
text-decoration: underline;
|
||||
}
|
||||
/* line 35, ../../../sass/modules/stripejs/stripe-prestashop.scss */
|
||||
#stripe-payment-form .stripe-card-cvc-info:hover {
|
||||
text-decoration: none;
|
||||
}
|
||||
/* line 37, ../../../sass/modules/stripejs/stripe-prestashop.scss */
|
||||
#stripe-payment-form #uniform-month, #stripe-payment-form .stripe-card-expiry-year.form-control, #stripe-payment-form #uniform-year, #stripe-payment-form .stripe-card-expiry-month.form-control {
|
||||
float: left;
|
||||
}
|
||||
/* line 38, ../../../sass/modules/stripejs/stripe-prestashop.scss */
|
||||
#stripe-payment-form .stripe-card-expiry-year.form-control {
|
||||
width: 68px;
|
||||
}
|
||||
/* line 39, ../../../sass/modules/stripejs/stripe-prestashop.scss */
|
||||
#stripe-payment-form #uniform-month, #stripe-payment-form .stripe-card-expiry-month.form-control {
|
||||
width: 115px;
|
||||
margin-right: 10px;
|
||||
}
|
||||
/* line 43, ../../../sass/modules/stripejs/stripe-prestashop.scss */
|
||||
#stripe-payment-form .stripe-line {
|
||||
margin-bottom: 11px;
|
||||
}
|
||||
@media (max-width: 479px) {
|
||||
/* line 46, ../../../sass/modules/stripejs/stripe-prestashop.scss */
|
||||
#stripe-payment-form .stripe-line .form-group {
|
||||
clear: left;
|
||||
width: 100%;
|
||||
}
|
||||
}
|
||||
/* line 53, ../../../sass/modules/stripejs/stripe-prestashop.scss */
|
||||
#stripe-payment-form .ckeckbox {
|
||||
margin-bottom: 11px;
|
||||
}
|
||||
/* line 55, ../../../sass/modules/stripejs/stripe-prestashop.scss */
|
||||
#stripe-payment-form .ckeckbox .checker {
|
||||
float: left;
|
||||
}
|
||||
/* line 55, ../../../sass/modules/stripejs/stripe-prestashop.scss */
|
||||
#stripe-payment-form .ckeckbox .checker span {
|
||||
top: 2px;
|
||||
}
|
||||
/* line 56, ../../../sass/modules/stripejs/stripe-prestashop.scss */
|
||||
#stripe-payment-form .ckeckbox label {
|
||||
font-weight: normal;
|
||||
cursor: pointer;
|
||||
color: #777777;
|
||||
}
|
||||
|
||||
/* line 58, ../../../sass/modules/stripejs/stripe-prestashop.scss */
|
||||
a.stripe-card-cvc-info div.cvc-info {
|
||||
background-color: #BDE5F8;
|
||||
border: #00529B solid 1px;
|
||||
@@ -85,32 +104,39 @@ a.stripe-card-cvc-info div.cvc-info {
|
||||
width: 300px;
|
||||
}
|
||||
|
||||
/* line 73, ../../../sass/modules/stripejs/stripe-prestashop.scss */
|
||||
a.stripe-card-cvc-info:hover div.cvc-info {
|
||||
display: block;
|
||||
}
|
||||
|
||||
/* line 74, ../../../sass/modules/stripejs/stripe-prestashop.scss */
|
||||
div.cvc-info:hover {
|
||||
cursor: default;
|
||||
}
|
||||
|
||||
/* line 75, ../../../sass/modules/stripejs/stripe-prestashop.scss */
|
||||
img.disable {
|
||||
opacity: 0.3;
|
||||
}
|
||||
|
||||
/* line 76, ../../../sass/modules/stripejs/stripe-prestashop.scss */
|
||||
img.enable {
|
||||
opacity: 1;
|
||||
}
|
||||
|
||||
/* line 77, ../../../sass/modules/stripejs/stripe-prestashop.scss */
|
||||
#stripe-payment-form-cc .stripe-submit-button-cc {
|
||||
margin-left: 5px;
|
||||
}
|
||||
|
||||
/* line 78, ../../../sass/modules/stripejs/stripe-prestashop.scss */
|
||||
#stripe-payment-form-cc a {
|
||||
display: inline;
|
||||
font-size: 11px;
|
||||
text-decoration: underline;
|
||||
}
|
||||
|
||||
/* line 79, ../../../sass/modules/stripejs/stripe-prestashop.scss */
|
||||
div.stripe-payment-errors {
|
||||
margin: 0 0 10px 0;
|
||||
padding: 10px;
|
||||
@@ -120,6 +146,7 @@ div.stripe-payment-errors {
|
||||
display: none;
|
||||
}
|
||||
|
||||
/* line 88, ../../../sass/modules/stripejs/stripe-prestashop.scss */
|
||||
div.stripe-card-deleted {
|
||||
margin: 0 0 10px 0;
|
||||
padding: 10px;
|
||||
@@ -130,22 +157,27 @@ div.stripe-card-deleted {
|
||||
text-transform: none;
|
||||
}
|
||||
|
||||
/* line 98, ../../../sass/modules/stripejs/stripe-prestashop.scss */
|
||||
#stripe-translations, #stripe-ajax-loader {
|
||||
display: none;
|
||||
}
|
||||
|
||||
/* line 99, ../../../sass/modules/stripejs/stripe-prestashop.scss */
|
||||
#stripe_save_token {
|
||||
vertical-align: top;
|
||||
}
|
||||
|
||||
/* line 100, ../../../sass/modules/stripejs/stripe-prestashop.scss */
|
||||
a#stripe_error {
|
||||
display: none;
|
||||
}
|
||||
|
||||
/* line 101, ../../../sass/modules/stripejs/stripe-prestashop.scss */
|
||||
#stripe-payment-form input, #stripe-payment-form select {
|
||||
margin-left: 0;
|
||||
}
|
||||
|
||||
/* line 102, ../../../sass/modules/stripejs/stripe-prestashop.scss */
|
||||
#stripe-replace-card, #stripe-delete-card {
|
||||
border: none;
|
||||
padding: 0;
|
||||
|
||||
Reference in New Issue
Block a user