update 5.11.13
This commit is contained in:
@@ -3,17 +3,14 @@
|
||||
/*******************************************************************
|
||||
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: "";
|
||||
@@ -21,93 +18,76 @@
|
||||
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;
|
||||
}
|
||||
@@ -115,7 +95,6 @@
|
||||
/*******************************************************************
|
||||
Cart Block(Header) Styles
|
||||
********************************************************************/
|
||||
/* line 121, ../../../sass/modules/blockcart/blockcart.scss */
|
||||
#header #cart_block {
|
||||
z-index: 10;
|
||||
display: none;
|
||||
@@ -128,105 +107,84 @@
|
||||
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;
|
||||
@@ -237,7 +195,6 @@
|
||||
/*****************************************************************************
|
||||
Layer Cart Css
|
||||
*****************************************************************************/
|
||||
/* line 222, ../../../sass/modules/blockcart/blockcart.scss */
|
||||
.layer_cart_overlay {
|
||||
background-color: #000;
|
||||
display: none;
|
||||
@@ -252,7 +209,6 @@
|
||||
filter: alpha(opacity=20);
|
||||
}
|
||||
|
||||
/* line 235, ../../../sass/modules/blockcart/blockcart.scss */
|
||||
* html .layer_cart_overlay {
|
||||
filter: alpha(opacity=20);
|
||||
position: absolute;
|
||||
@@ -260,7 +216,6 @@
|
||||
margin-left: -160px;
|
||||
}
|
||||
|
||||
/* line 241, ../../../sass/modules/blockcart/blockcart.scss */
|
||||
#layer_cart {
|
||||
background-color: #fff;
|
||||
position: absolute;
|
||||
@@ -275,13 +230,11 @@
|
||||
-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;
|
||||
@@ -289,14 +242,12 @@
|
||||
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;
|
||||
@@ -304,13 +255,11 @@
|
||||
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;
|
||||
@@ -319,31 +268,25 @@
|
||||
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;
|
||||
@@ -356,25 +299,21 @@
|
||||
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;
|
||||
@@ -383,16 +322,13 @@
|
||||
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;
|
||||
@@ -400,20 +336,16 @@
|
||||
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;
|
||||
@@ -424,7 +356,6 @@
|
||||
color: #333;
|
||||
z-index: 2;
|
||||
}
|
||||
/* line 369, ../../../sass/modules/blockcart/blockcart.scss */
|
||||
#layer_cart .cross:before {
|
||||
content: "";
|
||||
display: block;
|
||||
@@ -432,15 +363,12 @@
|
||||
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;
|
||||
}
|
||||
@@ -448,56 +376,46 @@
|
||||
/************************************************************************
|
||||
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";
|
||||
@@ -511,36 +429,28 @@
|
||||
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,28 +1,23 @@
|
||||
@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;
|
||||
@@ -32,7 +27,6 @@
|
||||
text-indent: 0px;
|
||||
color: #888888;
|
||||
}
|
||||
/* line 32, ../../../sass/modules/blocklayered/blocklayered-15.scss */
|
||||
#enabled_filters li a:before {
|
||||
content: "";
|
||||
display: block;
|
||||
@@ -41,7 +35,6 @@
|
||||
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;
|
||||
@@ -50,7 +43,6 @@
|
||||
position: relative;
|
||||
color: #333333;
|
||||
}
|
||||
/* line 54, ../../../sass/modules/blocklayered/blocklayered-15.scss */
|
||||
#layered_block_left .layered_subtitle_heading .layered_close {
|
||||
position: absolute;
|
||||
right: 0;
|
||||
@@ -58,7 +50,6 @@
|
||||
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;
|
||||
@@ -69,7 +60,6 @@
|
||||
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;
|
||||
@@ -82,52 +72,41 @@
|
||||
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;
|
||||
@@ -137,12 +116,10 @@
|
||||
/******************************************************************************
|
||||
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;
|
||||
@@ -150,7 +127,6 @@
|
||||
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;
|
||||
@@ -162,18 +138,15 @@
|
||||
-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;
|
||||
}
|
||||
@@ -181,7 +154,6 @@
|
||||
/**************************************************************************************
|
||||
Layered Form Selects Styles
|
||||
***************************************************************************************/
|
||||
/* line 178, ../../../sass/modules/blocklayered/blocklayered-15.scss */
|
||||
#layered_form .select {
|
||||
max-width: 230px;
|
||||
}
|
||||
@@ -189,7 +161,6 @@
|
||||
/**************************************************************************************
|
||||
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;
|
||||
@@ -201,19 +172,16 @@
|
||||
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;
|
||||
@@ -225,12 +193,10 @@
|
||||
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;
|
||||
}
|
||||
@@ -238,45 +204,37 @@
|
||||
/**************************************************************************************
|
||||
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;
|
||||
@@ -284,7 +242,6 @@
|
||||
cursor: pointer;
|
||||
}
|
||||
|
||||
/* line 244, ../../../sass/modules/blocklayered/blocklayered-15.scss */
|
||||
.hide-action:hover {
|
||||
font-weight: bold;
|
||||
}
|
||||
|
||||
@@ -1,15 +1,12 @@
|
||||
@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;
|
||||
@@ -19,115 +16,95 @@
|
||||
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;
|
||||
@@ -135,7 +112,6 @@
|
||||
cursor: pointer;
|
||||
}
|
||||
|
||||
/* line 103, ../../../sass/modules/blocklayered/blocklayered.scss */
|
||||
.hide-action:hover {
|
||||
font-weight: bold;
|
||||
}
|
||||
|
||||
@@ -1,39 +1,32 @@
|
||||
@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%;
|
||||
@@ -42,13 +35,11 @@
|
||||
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;
|
||||
@@ -58,15 +49,12 @@
|
||||
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;
|
||||
@@ -76,13 +64,11 @@
|
||||
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;
|
||||
@@ -90,22 +76,18 @@
|
||||
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,32 +1,27 @@
|
||||
@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%;
|
||||
@@ -34,7 +29,6 @@
|
||||
margin-right: -135px;
|
||||
}
|
||||
}
|
||||
/* line 24, ../../../sass/modules/blocksearch/blocksearch.scss */
|
||||
#search_block_top .btn.button-search {
|
||||
background: #333;
|
||||
float: left;
|
||||
@@ -44,22 +38,18 @@
|
||||
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;
|
||||
@@ -69,32 +59,27 @@
|
||||
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;
|
||||
@@ -102,27 +87,22 @@
|
||||
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,9 +1,7 @@
|
||||
@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;
|
||||
@@ -14,7 +12,6 @@
|
||||
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,18 +1,15 @@
|
||||
@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;
|
||||
@@ -21,19 +18,16 @@
|
||||
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;
|
||||
@@ -42,29 +36,24 @@
|
||||
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;
|
||||
@@ -73,14 +62,12 @@
|
||||
padding: 17px 20px;
|
||||
border-bottom: 3px solid #e9e9e9;
|
||||
}
|
||||
/* 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;
|
||||
@@ -90,19 +77,16 @@
|
||||
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;
|
||||
@@ -116,13 +100,11 @@
|
||||
box-shadow: rgba(0, 0, 0, 0) 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;
|
||||
@@ -130,13 +112,11 @@ 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,19 +1,16 @@
|
||||
@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;
|
||||
@@ -22,7 +19,6 @@
|
||||
width: 270px;
|
||||
}
|
||||
}
|
||||
/* line 23, ../../../sass/modules/blockuserinfo/blockuserinfo.scss */
|
||||
#header_right #header_user #shopping_cart a {
|
||||
padding: 7px 10px 14px 16px;
|
||||
background: #333333;
|
||||
@@ -34,24 +30,20 @@
|
||||
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";
|
||||
@@ -61,7 +53,6 @@
|
||||
color: #fff;
|
||||
padding-right: 15px;
|
||||
}
|
||||
/* line 57, ../../../sass/modules/blockuserinfo/blockuserinfo.scss */
|
||||
#header_right #header_user #shopping_cart a:after {
|
||||
content: "";
|
||||
font-family: "FontAwesome";
|
||||
@@ -71,7 +62,6 @@
|
||||
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,11 +1,9 @@
|
||||
@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;
|
||||
@@ -25,61 +23,48 @@
|
||||
}
|
||||
|
||||
/* 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;
|
||||
@@ -88,68 +73,56 @@
|
||||
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;
|
||||
@@ -157,60 +130,49 @@
|
||||
|
||||
/* 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,5 +1,4 @@
|
||||
@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;
|
||||
@@ -9,24 +8,20 @@
|
||||
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;
|
||||
@@ -38,13 +33,11 @@
|
||||
/*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;
|
||||
@@ -63,24 +56,19 @@
|
||||
/*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;
|
||||
@@ -88,7 +76,6 @@
|
||||
/* 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;
|
||||
@@ -96,53 +83,43 @@
|
||||
}
|
||||
}
|
||||
|
||||
/* 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;
|
||||
@@ -151,16 +128,13 @@
|
||||
/*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;
|
||||
@@ -168,38 +142,30 @@
|
||||
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;
|
||||
@@ -208,23 +174,19 @@
|
||||
/* 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;
|
||||
@@ -233,152 +195,122 @@
|
||||
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,92 +1,73 @@
|
||||
@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;
|
||||
@@ -104,39 +85,32 @@ 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;
|
||||
@@ -146,7 +120,6 @@ 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;
|
||||
@@ -157,27 +130,22 @@ 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