update 5.11.13
This commit is contained in:
@@ -213,8 +213,7 @@ $(function(){ldelim}
|
||||
{/if}
|
||||
<div class="form-group">
|
||||
<label for="other">{l s='Additional information'}</label>
|
||||
<textarea class="form-control" id="other" name="other" cols="26" rows="3" onkeyup="if (validate_{$address_validation.other.validate}($(this).val())) $(this).parent().removeClass('form-error').addClass('form-ok'); else $(this).parent().addClass('form-error').removeClass('form-ok');
|
||||
">{if isset($smarty.post.other)}{$smarty.post.other}{else}{if isset($address->other)}{$address->other|escape:'html'}{/if}{/if}</textarea>
|
||||
<textarea class="validate form-control" data-validate="{$address_validation.other.validate}" id="other" name="other" cols="26" rows="3" >{if isset($smarty.post.other)}{$smarty.post.other}{else}{if isset($address->other)}{$address->other|escape:'html'}{/if}{/if}</textarea>
|
||||
</div>
|
||||
<div class="form-group phone-number">
|
||||
<label for="phone">{l s='Home phone'}</label>
|
||||
|
||||
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
@@ -2,25 +2,20 @@
|
||||
/*******************************************************
|
||||
Addresses Styles
|
||||
********************************************************/
|
||||
/* line 9, ../sass/addresses.scss */
|
||||
#addresses #center_column .page-heading {
|
||||
margin-bottom: 22px;
|
||||
}
|
||||
/* line 13, ../sass/addresses.scss */
|
||||
#addresses #center_column p {
|
||||
margin-bottom: 13px;
|
||||
}
|
||||
/* line 16, ../sass/addresses.scss */
|
||||
#addresses #center_column p.p-indent {
|
||||
margin-bottom: 27px;
|
||||
}
|
||||
|
||||
/* line 23, ../sass/addresses.scss */
|
||||
.address li.address_update {
|
||||
margin-top: 14px;
|
||||
margin-bottom: 6px;
|
||||
}
|
||||
/* line 27, ../sass/addresses.scss */
|
||||
.address li.address_update a {
|
||||
margin-right: 10px;
|
||||
}
|
||||
|
||||
@@ -2,46 +2,36 @@
|
||||
/**********************************************************
|
||||
Authentication Styles
|
||||
**********************************************************/
|
||||
/* line 5, ../sass/authentication.scss */
|
||||
#account-creation_form .id_state, #account-creation_form .dni, #account-creation_form .postcode {
|
||||
display: none;
|
||||
}
|
||||
|
||||
/* line 9, ../sass/authentication.scss */
|
||||
#create-account_form {
|
||||
min-height: 297px;
|
||||
}
|
||||
/* line 12, ../sass/authentication.scss */
|
||||
#create-account_form p {
|
||||
margin-bottom: 8px;
|
||||
}
|
||||
/* line 16, ../sass/authentication.scss */
|
||||
#create-account_form .form-group {
|
||||
margin-bottom: 20px;
|
||||
}
|
||||
|
||||
/* line 21, ../sass/authentication.scss */
|
||||
#login_form {
|
||||
min-height: 297px;
|
||||
}
|
||||
/* line 24, ../sass/authentication.scss */
|
||||
#login_form .form-group {
|
||||
margin-bottom: 3px;
|
||||
}
|
||||
/* line 27, ../sass/authentication.scss */
|
||||
#login_form .form-group.lost_password {
|
||||
margin: 14px 0 15px 0;
|
||||
}
|
||||
/* line 30, ../sass/authentication.scss */
|
||||
#login_form .form-group.lost_password a {
|
||||
text-decoration: underline;
|
||||
}
|
||||
/* line 33, ../sass/authentication.scss */
|
||||
#login_form .form-group.lost_password a:hover {
|
||||
text-decoration: none;
|
||||
}
|
||||
|
||||
/* line 42, ../sass/authentication.scss */
|
||||
#login_form .form-control, #create-account_form .form-control {
|
||||
max-width: 271px;
|
||||
}
|
||||
|
||||
@@ -2,62 +2,50 @@
|
||||
/* ************************************************************************************************
|
||||
Categories Page Styles
|
||||
************************************************************************************************ */
|
||||
/* line 5, ../sass/category.scss */
|
||||
.content_scene_cat {
|
||||
border-top: 5px solid #333333;
|
||||
color: #d7d7d7;
|
||||
line-height: 19px;
|
||||
margin-bottom: 26px;
|
||||
}
|
||||
/* line 11, ../sass/category.scss */
|
||||
.content_scene_cat .content_scene_cat_bg {
|
||||
padding: 18px 10px 10px 42px;
|
||||
background-color: #464646 !important;
|
||||
}
|
||||
@media (max-width: 1199px) {
|
||||
/* line 11, ../sass/category.scss */
|
||||
.content_scene_cat .content_scene_cat_bg {
|
||||
padding: 10px 10px 10px 15px;
|
||||
}
|
||||
}
|
||||
/* line 19, ../sass/category.scss */
|
||||
.content_scene_cat h1.category-name {
|
||||
font: 600 42px/51px "Open Sans", sans-serif;
|
||||
color: #fff;
|
||||
margin-bottom: 12px;
|
||||
}
|
||||
@media (max-width: 1199px) {
|
||||
/* line 19, ../sass/category.scss */
|
||||
.content_scene_cat h1.category-name {
|
||||
font-size: 25px;
|
||||
line-height: 30px;
|
||||
}
|
||||
}
|
||||
/* line 29, ../sass/category.scss */
|
||||
.content_scene_cat p {
|
||||
margin-bottom: 0;
|
||||
}
|
||||
/* line 31, ../sass/category.scss */
|
||||
.content_scene_cat a {
|
||||
color: #fff;
|
||||
}
|
||||
/* line 34, ../sass/category.scss */
|
||||
.content_scene_cat a:hover {
|
||||
text-decoration: underline;
|
||||
}
|
||||
/* line 37, ../sass/category.scss */
|
||||
.content_scene_cat .content_scene {
|
||||
color: #777777;
|
||||
}
|
||||
/* line 40, ../sass/category.scss */
|
||||
.content_scene_cat .content_scene .cat_desc {
|
||||
padding-top: 20px;
|
||||
}
|
||||
/* line 43, ../sass/category.scss */
|
||||
.content_scene_cat .content_scene .cat_desc a {
|
||||
color: #777777;
|
||||
}
|
||||
/* line 46, ../sass/category.scss */
|
||||
.content_scene_cat .content_scene .cat_desc a:hover {
|
||||
color: #515151;
|
||||
}
|
||||
@@ -65,22 +53,18 @@
|
||||
/* ************************************************************************************************
|
||||
Sub Categories Styles
|
||||
************************************************************************************************ */
|
||||
/* line 58, ../sass/category.scss */
|
||||
#subcategories {
|
||||
border-top: 1px solid #d6d4d4;
|
||||
padding: 15px 0 0px 0;
|
||||
}
|
||||
/* line 62, ../sass/category.scss */
|
||||
#subcategories p.subcategory-heading {
|
||||
font-weight: bold;
|
||||
color: #333;
|
||||
margin: 0 0 15px 0;
|
||||
}
|
||||
/* line 68, ../sass/category.scss */
|
||||
#subcategories ul {
|
||||
margin-left: -20px;
|
||||
}
|
||||
/* line 71, ../sass/category.scss */
|
||||
#subcategories ul li {
|
||||
float: left;
|
||||
width: 128px;
|
||||
@@ -89,36 +73,29 @@
|
||||
margin-bottom: 13px;
|
||||
height: 202px;
|
||||
}
|
||||
/* line 79, ../sass/category.scss */
|
||||
#subcategories ul li .subcategory-image {
|
||||
padding-bottom: 8px;
|
||||
}
|
||||
/* line 82, ../sass/category.scss */
|
||||
#subcategories ul li .subcategory-image a {
|
||||
display: block;
|
||||
padding: 9px;
|
||||
border: 1px solid #d6d4d4;
|
||||
}
|
||||
/* line 87, ../sass/category.scss */
|
||||
#subcategories ul li .subcategory-image a img {
|
||||
max-width: 100%;
|
||||
vertical-align: top;
|
||||
}
|
||||
/* line 94, ../sass/category.scss */
|
||||
#subcategories ul li .subcategory-name {
|
||||
font: 600 18px/22px "Open Sans", sans-serif;
|
||||
color: #555454;
|
||||
text-transform: uppercase;
|
||||
}
|
||||
/* line 99, ../sass/category.scss */
|
||||
#subcategories ul li .subcategory-name:hover {
|
||||
color: #515151;
|
||||
}
|
||||
/* line 104, ../sass/category.scss */
|
||||
#subcategories ul li .cat_desc {
|
||||
display: none;
|
||||
}
|
||||
/* line 110, ../sass/category.scss */
|
||||
#subcategories ul li:hover .subcategory-image a {
|
||||
border: 5px solid #333333;
|
||||
padding: 5px;
|
||||
|
||||
@@ -2,57 +2,47 @@
|
||||
/**************************************************************
|
||||
CMS Pages Styles
|
||||
***************************************************************/
|
||||
/* line 11, ../sass/cms.scss */
|
||||
#cms #center_column .cms-block {
|
||||
padding-bottom: 20px;
|
||||
}
|
||||
/* line 13, ../sass/cms.scss */
|
||||
#cms #center_column h1 {
|
||||
margin-bottom: 25px;
|
||||
}
|
||||
/* line 17, ../sass/cms.scss */
|
||||
#cms #center_column h3 {
|
||||
font-size: 16px;
|
||||
border-bottom: none;
|
||||
margin: 0 0 0 0;
|
||||
padding-bottom: 17px;
|
||||
}
|
||||
/* line 24, ../sass/cms.scss */
|
||||
#cms #center_column p {
|
||||
line-height: 18px;
|
||||
}
|
||||
/* line 30, ../sass/cms.scss */
|
||||
#cms #center_column .list-1 li {
|
||||
padding: 4px 0 6px 0;
|
||||
font-weight: bold;
|
||||
color: #46a74e;
|
||||
border-top: 1px solid #d6d4d4;
|
||||
}
|
||||
/* line 36, ../sass/cms.scss */
|
||||
#cms #center_column .list-1 li:first-child {
|
||||
border: none;
|
||||
}
|
||||
/* line 38, ../sass/cms.scss */
|
||||
#cms #center_column .list-1 li em {
|
||||
font-size: 20px;
|
||||
line-height: 20px;
|
||||
padding-right: 15px;
|
||||
vertical-align: -2px;
|
||||
}
|
||||
/* line 46, ../sass/cms.scss */
|
||||
#cms #center_column img {
|
||||
margin: 4px 0 17px;
|
||||
max-width: 100%;
|
||||
height: auto;
|
||||
}
|
||||
/* line 51, ../sass/cms.scss */
|
||||
#cms #center_column .testimonials {
|
||||
border: 1px solid;
|
||||
border-color: #dfdede #d2d0d0 #b0afaf #d2d0d0;
|
||||
margin: 4px 0 13px 0;
|
||||
position: relative;
|
||||
}
|
||||
/* line 57, ../sass/cms.scss */
|
||||
#cms #center_column .testimonials .inner {
|
||||
border: 1px solid #fff;
|
||||
padding: 19px 18px 11px 18px;
|
||||
@@ -64,24 +54,20 @@
|
||||
background: -ms-linear-gradient(top, #fbfbfb 0%, #fefefe 100%);
|
||||
background: linear-gradient(to bottom, #fbfbfb 0%, #fefefe 100%);
|
||||
}
|
||||
/* line 68, ../sass/cms.scss */
|
||||
#cms #center_column .testimonials .inner span {
|
||||
text-indent: -5000px;
|
||||
display: inline-block;
|
||||
width: 20px;
|
||||
height: 15px;
|
||||
}
|
||||
/* line 74, ../sass/cms.scss */
|
||||
#cms #center_column .testimonials .inner span.before {
|
||||
background: url(../img/bl-before-bg.png) no-repeat;
|
||||
margin-right: 8px;
|
||||
}
|
||||
/* line 79, ../sass/cms.scss */
|
||||
#cms #center_column .testimonials .inner span.after {
|
||||
background: url(../img/bl-after-bg.png) no-repeat;
|
||||
margin-left: 8px;
|
||||
}
|
||||
/* line 86, ../sass/cms.scss */
|
||||
#cms #center_column .testimonials:after {
|
||||
content: ".";
|
||||
display: block;
|
||||
@@ -93,12 +79,10 @@
|
||||
height: 16px;
|
||||
background: url(../img/testimon-after.gif) no-repeat;
|
||||
}
|
||||
/* line 98, ../sass/cms.scss */
|
||||
#cms #center_column .testimonials + p {
|
||||
padding-left: 45px;
|
||||
margin-bottom: 18px;
|
||||
}
|
||||
/* line 103, ../sass/cms.scss */
|
||||
#cms #center_column p.bottom-indent {
|
||||
margin-bottom: 18px;
|
||||
}
|
||||
|
||||
@@ -2,100 +2,80 @@
|
||||
/********************************************************************
|
||||
Compare Page Styles
|
||||
********************************************************************/
|
||||
/* line 10, ../sass/comparator.scss */
|
||||
table#product_comparison tbody tr td.product-block {
|
||||
vertical-align: top;
|
||||
padding: 14px 19px 19px;
|
||||
text-align: center;
|
||||
}
|
||||
/* line 16, ../sass/comparator.scss */
|
||||
table#product_comparison tbody tr td.td_empty, table#product_comparison tbody tr td.feature-name, table#product_comparison tbody tr.comparison_header {
|
||||
background: #fbfbfb;
|
||||
color: #333;
|
||||
}
|
||||
/* line 21, ../sass/comparator.scss */
|
||||
table#product_comparison tbody tr td.comparison_infos {
|
||||
text-align: center;
|
||||
}
|
||||
/* line 24, ../sass/comparator.scss */
|
||||
table#product_comparison tbody tr td.comparison_infos div.center {
|
||||
margin: 0 auto;
|
||||
width: 80px;
|
||||
}
|
||||
/* line 30, ../sass/comparator.scss */
|
||||
table#product_comparison tbody tr td.td_empty {
|
||||
vertical-align: bottom;
|
||||
}
|
||||
/* line 33, ../sass/comparator.scss */
|
||||
table#product_comparison tbody tr td.td_empty span {
|
||||
font: 600 18px/22px "Open Sans", sans-serif;
|
||||
text-transform: uppercase;
|
||||
color: #555454;
|
||||
}
|
||||
/* line 41, ../sass/comparator.scss */
|
||||
table#product_comparison .remove {
|
||||
text-align: right;
|
||||
padding-bottom: 15px;
|
||||
}
|
||||
/* line 45, ../sass/comparator.scss */
|
||||
table#product_comparison .remove a {
|
||||
font-size: 23px;
|
||||
line-height: 23px;
|
||||
color: #c0c0c0;
|
||||
}
|
||||
/* line 50, ../sass/comparator.scss */
|
||||
table#product_comparison .remove a:hover {
|
||||
color: #515151;
|
||||
}
|
||||
/* line 55, ../sass/comparator.scss */
|
||||
table#product_comparison .product-image-block {
|
||||
display: inline-block;
|
||||
position: relative;
|
||||
}
|
||||
/* line 59, ../sass/comparator.scss */
|
||||
table#product_comparison .product-image-block .product_image {
|
||||
padding: 9px;
|
||||
border: 1px solid #d6d4d4;
|
||||
display: inline-block;
|
||||
margin: 0 0 8px 0;
|
||||
}
|
||||
/* line 65, ../sass/comparator.scss */
|
||||
table#product_comparison .product-image-block .product_image img {
|
||||
width: 100%;
|
||||
}
|
||||
/* line 68, ../sass/comparator.scss */
|
||||
table#product_comparison h5 {
|
||||
padding-bottom: 8px;
|
||||
min-height: 54px;
|
||||
}
|
||||
/* line 72, ../sass/comparator.scss */
|
||||
table#product_comparison .prices-container {
|
||||
padding-bottom: 5px;
|
||||
}
|
||||
/* line 75, ../sass/comparator.scss */
|
||||
table#product_comparison .comparison_availability_statut {
|
||||
display: none;
|
||||
font-weight: bold;
|
||||
color: #060;
|
||||
}
|
||||
/* line 80, ../sass/comparator.scss */
|
||||
table#product_comparison .product_discount {
|
||||
padding-top: 5px;
|
||||
}
|
||||
/* line 83, ../sass/comparator.scss */
|
||||
table#product_comparison .product_discount .reduced-price {
|
||||
color: #f00;
|
||||
font-weight: bold;
|
||||
}
|
||||
/* line 88, ../sass/comparator.scss */
|
||||
table#product_comparison .product_desc {
|
||||
padding-bottom: 12px;
|
||||
}
|
||||
/* line 93, ../sass/comparator.scss */
|
||||
table#product_comparison .button-container a, table#product_comparison .button-container > span {
|
||||
margin-bottom: 10px;
|
||||
}
|
||||
/* line 97, ../sass/comparator.scss */
|
||||
table#product_comparison .comparison_unit_price {
|
||||
font-size: 17px;
|
||||
font-family: 'Open Sans', sans-serif;
|
||||
@@ -103,7 +83,6 @@ table#product_comparison .comparison_unit_price {
|
||||
font-style: italic;
|
||||
}
|
||||
|
||||
/* line 104, ../sass/comparator.scss */
|
||||
.footer_link {
|
||||
margin-bottom: 20px;
|
||||
}
|
||||
|
||||
@@ -2,20 +2,17 @@
|
||||
/**************************************************************************
|
||||
Contact Page Styles
|
||||
**************************************************************************/
|
||||
/* line 7, ../sass/contact-form.scss */
|
||||
.contact-title {
|
||||
margin-top: -5px;
|
||||
line-height: 23px;
|
||||
margin-bottom: 27px;
|
||||
}
|
||||
/* line 12, ../sass/contact-form.scss */
|
||||
.contact-title i {
|
||||
font-size: 23px;
|
||||
color: #c0c0c0;
|
||||
padding-right: 8px;
|
||||
}
|
||||
|
||||
/* line 19, ../sass/contact-form.scss */
|
||||
.contact-form-box {
|
||||
padding: 23px 0 0 0;
|
||||
margin-bottom: 30px;
|
||||
@@ -25,71 +22,57 @@
|
||||
box-shadow: rgba(0, 0, 0, 0) 0px 5px 13px;
|
||||
/* min 992px max 1199px */
|
||||
}
|
||||
/* line 25, ../sass/contact-form.scss */
|
||||
.contact-form-box fieldset {
|
||||
padding: 0 19px 21px 19px;
|
||||
background: url(../img/form-contact-shadow.png) center bottom no-repeat;
|
||||
background-size: contain;
|
||||
}
|
||||
/* line 31, ../sass/contact-form.scss */
|
||||
.contact-form-box label {
|
||||
margin-bottom: 6px;
|
||||
}
|
||||
/* line 35, ../sass/contact-form.scss */
|
||||
.contact-form-box .page-subheading {
|
||||
padding-left: 0px;
|
||||
border: none;
|
||||
margin-bottom: 0;
|
||||
}
|
||||
/* line 41, ../sass/contact-form.scss */
|
||||
.contact-form-box .col-md-3 {
|
||||
padding-left: 0;
|
||||
/* max 991px */
|
||||
}
|
||||
@media (max-width: 991px) {
|
||||
/* line 41, ../sass/contact-form.scss */
|
||||
.contact-form-box .col-md-3 {
|
||||
padding-right: 0;
|
||||
}
|
||||
}
|
||||
/* line 50, ../sass/contact-form.scss */
|
||||
.contact-form-box .col-md-9 {
|
||||
padding-right: 0;
|
||||
/* max 991px */
|
||||
}
|
||||
@media (max-width: 991px) {
|
||||
/* line 50, ../sass/contact-form.scss */
|
||||
.contact-form-box .col-md-9 {
|
||||
padding-left: 0;
|
||||
}
|
||||
}
|
||||
/* line 59, ../sass/contact-form.scss */
|
||||
.contact-form-box #desc_contact0 {
|
||||
display: none;
|
||||
}
|
||||
/* line 61, ../sass/contact-form.scss */
|
||||
.contact-form-box .form-group {
|
||||
margin-bottom: 7px;
|
||||
}
|
||||
/* line 65, ../sass/contact-form.scss */
|
||||
.contact-form-box textarea {
|
||||
height: 257px;
|
||||
}
|
||||
/* line 69, ../sass/contact-form.scss */
|
||||
.contact-form-box .submit {
|
||||
margin-top: 13px;
|
||||
}
|
||||
/* line 71, ../sass/contact-form.scss */
|
||||
.contact-form-box select.form-control {
|
||||
max-width: 270px;
|
||||
width: 100%;
|
||||
}
|
||||
/* line 75, ../sass/contact-form.scss */
|
||||
.contact-form-box input.form-control {
|
||||
max-width: 270px;
|
||||
}
|
||||
@media (min-width: 992px) and (max-width: 1199px) {
|
||||
/* line 80, ../sass/contact-form.scss */
|
||||
.contact-form-box div.uploader span.filename {
|
||||
width: 114px;
|
||||
}
|
||||
@@ -98,17 +81,14 @@
|
||||
/**************************************************************************
|
||||
Contact Page Bottom Banners Styles
|
||||
**************************************************************************/
|
||||
/* line 90, ../sass/contact-form.scss */
|
||||
.contact-banners .list-1 {
|
||||
padding: 6px 0 3px 0;
|
||||
}
|
||||
/* line 93, ../sass/contact-form.scss */
|
||||
.contact-banners .list-1 li {
|
||||
padding: 0px 0 3px 0;
|
||||
font: 600 18px/22px "Open Sans", sans-serif;
|
||||
color: #555454;
|
||||
}
|
||||
/* line 98, ../sass/contact-form.scss */
|
||||
.contact-banners .list-1 li i {
|
||||
font-size: 25px;
|
||||
line-height: 25px;
|
||||
@@ -116,28 +96,23 @@
|
||||
padding-right: 10px;
|
||||
vertical-align: -3px;
|
||||
}
|
||||
/* line 108, ../sass/contact-form.scss */
|
||||
.contact-banners .list-2 {
|
||||
padding: 2px 0 2px 0;
|
||||
}
|
||||
/* line 111, ../sass/contact-form.scss */
|
||||
.contact-banners .list-2 li {
|
||||
font-weight: bold;
|
||||
color: #46a74e;
|
||||
padding: 0 0 5px 0;
|
||||
}
|
||||
/* line 116, ../sass/contact-form.scss */
|
||||
.contact-banners .list-2 li i {
|
||||
font-size: 20px;
|
||||
line-height: 20px;
|
||||
padding-right: 10px;
|
||||
vertical-align: -2px;
|
||||
}
|
||||
/* line 125, ../sass/contact-form.scss */
|
||||
.contact-banners .box.box-last {
|
||||
padding-bottom: 49px;
|
||||
}
|
||||
/* line 130, ../sass/contact-form.scss */
|
||||
.contact-banners .box.box-last p i {
|
||||
font-size: 29px;
|
||||
line-height: 29px;
|
||||
|
||||
File diff suppressed because it is too large
Load Diff
@@ -2,20 +2,16 @@
|
||||
/************************************************************
|
||||
History Page Styles
|
||||
************************************************************/
|
||||
/* line 8, ../sass/history.scss */
|
||||
#order-detail-content table .return_quantity_buttons {
|
||||
margin-top: 3px;
|
||||
}
|
||||
/* line 11, ../sass/history.scss */
|
||||
#order-detail-content table .return_quantity_buttons a {
|
||||
display: none;
|
||||
float: left;
|
||||
}
|
||||
/* line 15, ../sass/history.scss */
|
||||
#order-detail-content table .return_quantity_buttons a + a {
|
||||
margin-left: 3px;
|
||||
}
|
||||
/* line 19, ../sass/history.scss */
|
||||
#order-detail-content table .order_qte_input {
|
||||
display: none;
|
||||
width: 57px;
|
||||
@@ -24,42 +20,33 @@
|
||||
padding: 0;
|
||||
text-align: center;
|
||||
}
|
||||
/* line 28, ../sass/history.scss */
|
||||
#order-detail-content table label {
|
||||
font-weight: 400;
|
||||
}
|
||||
|
||||
/* line 35, ../sass/history.scss */
|
||||
.table td.history_detail a + a {
|
||||
margin-left: 14px;
|
||||
}
|
||||
/* line 39, ../sass/history.scss */
|
||||
.table td.step-by-step-date {
|
||||
width: 105px;
|
||||
}
|
||||
/* line 44, ../sass/history.scss */
|
||||
.table tfoot strong {
|
||||
color: #333;
|
||||
}
|
||||
|
||||
/* line 51, ../sass/history.scss */
|
||||
.info-order i {
|
||||
font-size: 20px;
|
||||
}
|
||||
/* line 54, ../sass/history.scss */
|
||||
.info-order i.icon-gift {
|
||||
color: #f13340;
|
||||
}
|
||||
/* line 55, ../sass/history.scss */
|
||||
.info-order i.icon-repeat {
|
||||
color: #55c65e;
|
||||
}
|
||||
|
||||
/* line 58, ../sass/history.scss */
|
||||
#sendOrderMessage {
|
||||
margin-bottom: 30px;
|
||||
}
|
||||
/* line 61, ../sass/history.scss */
|
||||
#sendOrderMessage select.form-control {
|
||||
width: 263px;
|
||||
}
|
||||
|
||||
@@ -1,27 +1,21 @@
|
||||
@import url(http://fonts.googleapis.com/css?family=Open+Sans:400,300,300italic,400italic,600,600italic,700,700italic,800,800italic);
|
||||
/* line 2, ../../sass/jquery/footable.core.scss */
|
||||
.footable {
|
||||
width: 100%;
|
||||
}
|
||||
/* line 8, ../../sass/jquery/footable.core.scss */
|
||||
.footable.breakpoint > tbody > tr.footable-detail-show > td {
|
||||
border-bottom: none;
|
||||
}
|
||||
/* line 11, ../../sass/jquery/footable.core.scss */
|
||||
.footable.breakpoint > tbody > tr.footable-detail-show > td > span.footable-toggle:before {
|
||||
font-family: "FontAwesome";
|
||||
content: "";
|
||||
}
|
||||
/* line 17, ../../sass/jquery/footable.core.scss */
|
||||
.footable.breakpoint > tbody > tr:hover:not(.footable-row-detail) {
|
||||
cursor: pointer;
|
||||
}
|
||||
/* line 21, ../../sass/jquery/footable.core.scss */
|
||||
.footable.breakpoint > tbody > tr > td.footable-cell-detail {
|
||||
background: #eee;
|
||||
border-top: none;
|
||||
}
|
||||
/* line 26, ../../sass/jquery/footable.core.scss */
|
||||
.footable.breakpoint > tbody > tr > td > span.footable-toggle {
|
||||
display: inline-block;
|
||||
font-family: "FontAwesome";
|
||||
@@ -34,42 +28,34 @@
|
||||
padding-right: 5px;
|
||||
font-size: 14px;
|
||||
}
|
||||
/* line 38, ../../sass/jquery/footable.core.scss */
|
||||
.footable.breakpoint > tbody > tr > td > span.footable-toggle:before {
|
||||
font-family: "FontAwesome";
|
||||
content: "";
|
||||
}
|
||||
/* line 45, ../../sass/jquery/footable.core.scss */
|
||||
.footable.breakpoint.toggle-medium > tbody > tr > td > span.footable-toggle {
|
||||
font-size: 18px;
|
||||
}
|
||||
/* line 51, ../../sass/jquery/footable.core.scss */
|
||||
.footable.breakpoint.toggle-large > tbody > tr > td > span.footable-toggle {
|
||||
font-size: 24px;
|
||||
}
|
||||
/* line 56, ../../sass/jquery/footable.core.scss */
|
||||
.footable .footable-row-detail-inner {
|
||||
display: table;
|
||||
}
|
||||
/* line 60, ../../sass/jquery/footable.core.scss */
|
||||
.footable .footable-row-detail-row {
|
||||
display: table-row;
|
||||
line-height: 1.5em;
|
||||
}
|
||||
/* line 65, ../../sass/jquery/footable.core.scss */
|
||||
.footable .footable-row-detail-group {
|
||||
display: block;
|
||||
line-height: 2em;
|
||||
font-size: 1.2em;
|
||||
font-weight: bold;
|
||||
}
|
||||
/* line 72, ../../sass/jquery/footable.core.scss */
|
||||
.footable .footable-row-detail-name {
|
||||
display: table-cell;
|
||||
font-weight: bold;
|
||||
padding-right: 0.5em;
|
||||
}
|
||||
/* line 78, ../../sass/jquery/footable.core.scss */
|
||||
.footable .footable-row-detail-value {
|
||||
display: table-cell;
|
||||
}
|
||||
|
||||
@@ -10,7 +10,6 @@
|
||||
* CEO and founder of bxCreative, LTD
|
||||
* http://bxcreative.com
|
||||
*/
|
||||
/* line 16, ../../sass/jquery/jquery.bxslider.scss */
|
||||
#crossselling_list, .accessories-block .block_content, #productscategory_list {
|
||||
/** RESET AND LAYOUT
|
||||
===================================*/
|
||||
@@ -23,19 +22,16 @@
|
||||
/* PAGER WITH AUTO-CONTROLS HYBRID LAYOUT */
|
||||
/* IMAGE CAPTIONS */
|
||||
}
|
||||
/* line 21, ../../sass/jquery/jquery.bxslider.scss */
|
||||
#crossselling_list .bx-wrapper, .accessories-block .block_content .bx-wrapper, #productscategory_list .bx-wrapper {
|
||||
position: relative;
|
||||
padding: 0;
|
||||
*zoom: 1;
|
||||
margin: 0 !important;
|
||||
}
|
||||
/* line 28, ../../sass/jquery/jquery.bxslider.scss */
|
||||
#crossselling_list .bx-wrapper img, .accessories-block .block_content .bx-wrapper img, #productscategory_list .bx-wrapper img {
|
||||
max-width: 100%;
|
||||
display: block;
|
||||
}
|
||||
/* line 39, ../../sass/jquery/jquery.bxslider.scss */
|
||||
#crossselling_list .bx-wrapper .bx-pager,
|
||||
#crossselling_list .bx-wrapper .bx-controls-auto, .accessories-block .block_content .bx-wrapper .bx-pager,
|
||||
.accessories-block .block_content .bx-wrapper .bx-controls-auto, #productscategory_list .bx-wrapper .bx-pager,
|
||||
@@ -44,7 +40,6 @@
|
||||
bottom: -30px;
|
||||
width: 100%;
|
||||
}
|
||||
/* line 47, ../../sass/jquery/jquery.bxslider.scss */
|
||||
#crossselling_list .bx-wrapper .bx-loading, .accessories-block .block_content .bx-wrapper .bx-loading, #productscategory_list .bx-wrapper .bx-loading {
|
||||
min-height: 50px;
|
||||
background: url(images/bx_loader.gif) center center no-repeat;
|
||||
@@ -56,7 +51,6 @@
|
||||
z-index: 2000;
|
||||
display: none;
|
||||
}
|
||||
/* line 61, ../../sass/jquery/jquery.bxslider.scss */
|
||||
#crossselling_list .bx-wrapper .bx-pager, .accessories-block .block_content .bx-wrapper .bx-pager, #productscategory_list .bx-wrapper .bx-pager {
|
||||
text-align: center;
|
||||
font-size: .85em;
|
||||
@@ -65,7 +59,6 @@
|
||||
color: #666;
|
||||
padding-top: 20px;
|
||||
}
|
||||
/* line 71, ../../sass/jquery/jquery.bxslider.scss */
|
||||
#crossselling_list .bx-wrapper .bx-pager .bx-pager-item,
|
||||
#crossselling_list .bx-wrapper .bx-controls-auto .bx-controls-auto-item, .accessories-block .block_content .bx-wrapper .bx-pager .bx-pager-item,
|
||||
.accessories-block .block_content .bx-wrapper .bx-controls-auto .bx-controls-auto-item, #productscategory_list .bx-wrapper .bx-pager .bx-pager-item,
|
||||
@@ -74,7 +67,6 @@
|
||||
*zoom: 1;
|
||||
*display: inline;
|
||||
}
|
||||
/* line 77, ../../sass/jquery/jquery.bxslider.scss */
|
||||
#crossselling_list .bx-wrapper .bx-pager.bx-default-pager a, .accessories-block .block_content .bx-wrapper .bx-pager.bx-default-pager a, #productscategory_list .bx-wrapper .bx-pager.bx-default-pager a {
|
||||
text-indent: -9999px;
|
||||
display: block;
|
||||
@@ -89,14 +81,12 @@
|
||||
-o-border-radius: 5px;
|
||||
border-radius: 5px;
|
||||
}
|
||||
/* line 89, ../../sass/jquery/jquery.bxslider.scss */
|
||||
#crossselling_list .bx-wrapper .bx-pager.bx-default-pager a:hover,
|
||||
#crossselling_list .bx-wrapper .bx-pager.bx-default-pager a.active, .accessories-block .block_content .bx-wrapper .bx-pager.bx-default-pager a:hover,
|
||||
.accessories-block .block_content .bx-wrapper .bx-pager.bx-default-pager a.active, #productscategory_list .bx-wrapper .bx-pager.bx-default-pager a:hover,
|
||||
#productscategory_list .bx-wrapper .bx-pager.bx-default-pager a.active {
|
||||
background: #000;
|
||||
}
|
||||
/* line 98, ../../sass/jquery/jquery.bxslider.scss */
|
||||
#crossselling_list .bx-wrapper .bx-controls-direction a, .accessories-block .block_content .bx-wrapper .bx-controls-direction a, #productscategory_list .bx-wrapper .bx-controls-direction a {
|
||||
margin-top: 38px;
|
||||
height: 20px;
|
||||
@@ -108,7 +98,6 @@
|
||||
font-size: 0;
|
||||
overflow: hidden;
|
||||
}
|
||||
/* line 108, ../../sass/jquery/jquery.bxslider.scss */
|
||||
#crossselling_list .bx-wrapper .bx-controls-direction a:before, .accessories-block .block_content .bx-wrapper .bx-controls-direction a:before, #productscategory_list .bx-wrapper .bx-controls-direction a:before {
|
||||
padding-left: 2px;
|
||||
color: #c0c0c0;
|
||||
@@ -116,35 +105,27 @@
|
||||
font-size: 20px;
|
||||
line-height: 22px;
|
||||
}
|
||||
/* line 116, ../../sass/jquery/jquery.bxslider.scss */
|
||||
#crossselling_list .bx-wrapper .bx-controls-direction a:hover:before, .accessories-block .block_content .bx-wrapper .bx-controls-direction a:hover:before, #productscategory_list .bx-wrapper .bx-controls-direction a:hover:before {
|
||||
color: #333;
|
||||
}
|
||||
/* line 120, ../../sass/jquery/jquery.bxslider.scss */
|
||||
#crossselling_list .bx-next, .accessories-block .block_content .bx-next, #productscategory_list .bx-next {
|
||||
right: 10px;
|
||||
}
|
||||
/* line 122, ../../sass/jquery/jquery.bxslider.scss */
|
||||
#crossselling_list .bx-next:before, .accessories-block .block_content .bx-next:before, #productscategory_list .bx-next:before {
|
||||
content: "";
|
||||
}
|
||||
/* line 127, ../../sass/jquery/jquery.bxslider.scss */
|
||||
#crossselling_list .bx-prev, .accessories-block .block_content .bx-prev, #productscategory_list .bx-prev {
|
||||
left: 10px;
|
||||
}
|
||||
/* line 129, ../../sass/jquery/jquery.bxslider.scss */
|
||||
#crossselling_list .bx-prev:before, .accessories-block .block_content .bx-prev:before, #productscategory_list .bx-prev:before {
|
||||
content: "";
|
||||
}
|
||||
/* line 137, ../../sass/jquery/jquery.bxslider.scss */
|
||||
#crossselling_list .bx-wrapper .bx-controls-direction a.disabled, .accessories-block .block_content .bx-wrapper .bx-controls-direction a.disabled, #productscategory_list .bx-wrapper .bx-controls-direction a.disabled {
|
||||
display: none;
|
||||
}
|
||||
/* line 143, ../../sass/jquery/jquery.bxslider.scss */
|
||||
#crossselling_list .bx-wrapper .bx-controls-auto, .accessories-block .block_content .bx-wrapper .bx-controls-auto, #productscategory_list .bx-wrapper .bx-controls-auto {
|
||||
text-align: center;
|
||||
}
|
||||
/* line 147, ../../sass/jquery/jquery.bxslider.scss */
|
||||
#crossselling_list .bx-wrapper .bx-controls-auto .bx-start, .accessories-block .block_content .bx-wrapper .bx-controls-auto .bx-start, #productscategory_list .bx-wrapper .bx-controls-auto .bx-start {
|
||||
display: block;
|
||||
text-indent: -9999px;
|
||||
@@ -154,14 +135,12 @@
|
||||
background: url(images/controls.png) -86px -11px no-repeat;
|
||||
margin: 0 3px;
|
||||
}
|
||||
/* line 158, ../../sass/jquery/jquery.bxslider.scss */
|
||||
#crossselling_list .bx-wrapper .bx-controls-auto .bx-start:hover,
|
||||
#crossselling_list .bx-wrapper .bx-controls-auto .bx-start.active, .accessories-block .block_content .bx-wrapper .bx-controls-auto .bx-start:hover,
|
||||
.accessories-block .block_content .bx-wrapper .bx-controls-auto .bx-start.active, #productscategory_list .bx-wrapper .bx-controls-auto .bx-start:hover,
|
||||
#productscategory_list .bx-wrapper .bx-controls-auto .bx-start.active {
|
||||
background-position: -86px 0;
|
||||
}
|
||||
/* line 162, ../../sass/jquery/jquery.bxslider.scss */
|
||||
#crossselling_list .bx-wrapper .bx-controls-auto .bx-stop, .accessories-block .block_content .bx-wrapper .bx-controls-auto .bx-stop, #productscategory_list .bx-wrapper .bx-controls-auto .bx-stop {
|
||||
display: block;
|
||||
text-indent: -9999px;
|
||||
@@ -171,24 +150,20 @@
|
||||
background: url(images/controls.png) -86px -44px no-repeat;
|
||||
margin: 0 3px;
|
||||
}
|
||||
/* line 173, ../../sass/jquery/jquery.bxslider.scss */
|
||||
#crossselling_list .bx-wrapper .bx-controls-auto .bx-stop:hover,
|
||||
#crossselling_list .bx-wrapper .bx-controls-auto .bx-stop.active, .accessories-block .block_content .bx-wrapper .bx-controls-auto .bx-stop:hover,
|
||||
.accessories-block .block_content .bx-wrapper .bx-controls-auto .bx-stop.active, #productscategory_list .bx-wrapper .bx-controls-auto .bx-stop:hover,
|
||||
#productscategory_list .bx-wrapper .bx-controls-auto .bx-stop.active {
|
||||
background-position: -86px -33px;
|
||||
}
|
||||
/* line 179, ../../sass/jquery/jquery.bxslider.scss */
|
||||
#crossselling_list .bx-wrapper .bx-controls.bx-has-controls-auto.bx-has-pager .bx-pager, .accessories-block .block_content .bx-wrapper .bx-controls.bx-has-controls-auto.bx-has-pager .bx-pager, #productscategory_list .bx-wrapper .bx-controls.bx-has-controls-auto.bx-has-pager .bx-pager {
|
||||
text-align: left;
|
||||
width: 80%;
|
||||
}
|
||||
/* line 184, ../../sass/jquery/jquery.bxslider.scss */
|
||||
#crossselling_list .bx-wrapper .bx-controls.bx-has-controls-auto.bx-has-pager .bx-controls-auto, .accessories-block .block_content .bx-wrapper .bx-controls.bx-has-controls-auto.bx-has-pager .bx-controls-auto, #productscategory_list .bx-wrapper .bx-controls.bx-has-controls-auto.bx-has-pager .bx-controls-auto {
|
||||
right: 0;
|
||||
width: 35px;
|
||||
}
|
||||
/* line 192, ../../sass/jquery/jquery.bxslider.scss */
|
||||
#crossselling_list .bx-wrapper .bx-caption, .accessories-block .block_content .bx-wrapper .bx-caption, #productscategory_list .bx-wrapper .bx-caption {
|
||||
position: absolute;
|
||||
bottom: 0;
|
||||
@@ -197,7 +172,6 @@
|
||||
background: rgba(80, 80, 80, 0);
|
||||
width: 100%;
|
||||
}
|
||||
/* line 201, ../../sass/jquery/jquery.bxslider.scss */
|
||||
#crossselling_list .bx-wrapper .bx-caption span, .accessories-block .block_content .bx-wrapper .bx-caption span, #productscategory_list .bx-wrapper .bx-caption span {
|
||||
color: #fff;
|
||||
font-family: Arial;
|
||||
|
||||
@@ -2,24 +2,20 @@
|
||||
/*********************************************************************
|
||||
Maintenance Page Styles
|
||||
**********************************************************************/
|
||||
/* line 7, ../sass/maintenance.scss */
|
||||
#maintenance {
|
||||
margin-top: 50px;
|
||||
/* > 1200 */
|
||||
}
|
||||
@media (min-width: 1200px) {
|
||||
/* line 7, ../sass/maintenance.scss */
|
||||
#maintenance {
|
||||
margin: 126px 0 0 0;
|
||||
padding: 91px 48px 365px 297px;
|
||||
background: url(../img/bg_maintenance.png) no-repeat;
|
||||
}
|
||||
}
|
||||
/* line 15, ../sass/maintenance.scss */
|
||||
#maintenance .logo {
|
||||
margin-bottom: 31px;
|
||||
}
|
||||
/* line 18, ../sass/maintenance.scss */
|
||||
#maintenance h1 {
|
||||
font: 600 28px/34px "Open Sans", sans-serif;
|
||||
color: #333;
|
||||
@@ -28,7 +24,6 @@
|
||||
padding: 0 0 14px 0;
|
||||
margin: 0 0 19px 0;
|
||||
}
|
||||
/* line 27, ../sass/maintenance.scss */
|
||||
#maintenance #message {
|
||||
font: 600 16px/31px "Open Sans", sans-serif;
|
||||
padding-left: 18px;
|
||||
@@ -37,7 +32,6 @@
|
||||
}
|
||||
|
||||
@media only screen and (min-width: 1200px) {
|
||||
/* line 35, ../sass/maintenance.scss */
|
||||
.container {
|
||||
padding-left: 0;
|
||||
padding-right: 0;
|
||||
|
||||
@@ -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;
|
||||
|
||||
@@ -1,14 +1,11 @@
|
||||
@import url(http://fonts.googleapis.com/css?family=Open+Sans:400,300,300italic,400italic,600,600italic,700,700italic,800,800italic);
|
||||
/* line 4, ../sass/my-account.scss */
|
||||
#my-account .addresses-lists {
|
||||
margin-bottom: 30px;
|
||||
}
|
||||
/* line 10, ../sass/my-account.scss */
|
||||
#my-account ul.myaccount-link-list li {
|
||||
overflow: hidden;
|
||||
padding-bottom: 10px;
|
||||
}
|
||||
/* line 15, ../sass/my-account.scss */
|
||||
#my-account ul.myaccount-link-list li a {
|
||||
display: block;
|
||||
overflow: hidden;
|
||||
@@ -34,7 +31,6 @@
|
||||
-o-border-radius: 4px;
|
||||
border-radius: 4px;
|
||||
}
|
||||
/* line 36, ../sass/my-account.scss */
|
||||
#my-account ul.myaccount-link-list li a i {
|
||||
font-size: 25px;
|
||||
color: #fd7e01;
|
||||
@@ -53,7 +49,6 @@
|
||||
-webkit-border-bottom-left-radius: 4px;
|
||||
border-bottom-left-radius: 4px;
|
||||
}
|
||||
/* line 51, ../sass/my-account.scss */
|
||||
#my-account ul.myaccount-link-list li a span {
|
||||
display: block;
|
||||
padding: 13px 15px 15px 17px;
|
||||
@@ -68,7 +63,6 @@
|
||||
border-bottom-right-radius: 5px;
|
||||
margin-left: 52px;
|
||||
}
|
||||
/* line 62, ../sass/my-account.scss */
|
||||
#my-account ul.myaccount-link-list li a:hover {
|
||||
filter: none;
|
||||
background: #e7e7e7;
|
||||
|
||||
@@ -2,24 +2,19 @@
|
||||
/********************************************************
|
||||
One-Page Checkout Styles
|
||||
********************************************************/
|
||||
/* line 6, ../sass/order-opc.scss */
|
||||
#order-opc {
|
||||
line-height: 20px;
|
||||
}
|
||||
/* line 9, ../sass/order-opc.scss */
|
||||
#order-opc .box {
|
||||
padding-bottom: 20px;
|
||||
}
|
||||
/* line 11, ../sass/order-opc.scss */
|
||||
#order-opc .cart_navigation {
|
||||
margin-bottom: 53px;
|
||||
}
|
||||
/* line 15, ../sass/order-opc.scss */
|
||||
#order-opc .page-heading.step-num {
|
||||
position: relative;
|
||||
padding-left: 45px;
|
||||
}
|
||||
/* line 19, ../sass/order-opc.scss */
|
||||
#order-opc .page-heading.step-num span {
|
||||
font-weight: bold;
|
||||
font-size: 42px;
|
||||
@@ -30,71 +25,56 @@
|
||||
left: 10px;
|
||||
top: -14px;
|
||||
}
|
||||
/* line 31, ../sass/order-opc.scss */
|
||||
#order-opc .form-group {
|
||||
margin-bottom: 2px;
|
||||
}
|
||||
/* line 34, ../sass/order-opc.scss */
|
||||
#order-opc .form-group .form-control {
|
||||
max-width: 271px;
|
||||
}
|
||||
/* line 37, ../sass/order-opc.scss */
|
||||
#order-opc .lost_password {
|
||||
display: inline-block;
|
||||
text-decoration: underline;
|
||||
margin: 5px 0 14px;
|
||||
}
|
||||
/* line 42, ../sass/order-opc.scss */
|
||||
#order-opc .lost_password:hover {
|
||||
text-decoration: none;
|
||||
}
|
||||
/* line 47, ../sass/order-opc.scss */
|
||||
#order-opc .title_block {
|
||||
font-weight: bold;
|
||||
color: #333;
|
||||
padding: 3px 0 6px;
|
||||
}
|
||||
/* line 53, ../sass/order-opc.scss */
|
||||
#order-opc .opc-button {
|
||||
padding: 11px 0 0 0;
|
||||
}
|
||||
/* line 55, ../sass/order-opc.scss */
|
||||
#order-opc ul.bullet {
|
||||
line-height: 22px;
|
||||
margin-bottom: 5px;
|
||||
}
|
||||
/* line 59, ../sass/order-opc.scss */
|
||||
#order-opc .date-select {
|
||||
padding-bottom: 10px;
|
||||
}
|
||||
/* line 61, ../sass/order-opc.scss */
|
||||
#order-opc .opc-add-save {
|
||||
border-top: 1px solid #d6d4d4;
|
||||
margin-top: 20px;
|
||||
padding-top: 20px;
|
||||
}
|
||||
/* line 67, ../sass/order-opc.scss */
|
||||
#order-opc #message {
|
||||
margin-bottom: 35px;
|
||||
}
|
||||
/* line 69, ../sass/order-opc.scss */
|
||||
#order-opc #opc_payment_methods {
|
||||
margin-bottom: 30px;
|
||||
}
|
||||
/* line 71, ../sass/order-opc.scss */
|
||||
#order-opc #opc_account {
|
||||
margin-bottom: 30px;
|
||||
}
|
||||
/* line 73, ../sass/order-opc.scss */
|
||||
#order-opc .address_delivery.select {
|
||||
margin-bottom: 15px;
|
||||
}
|
||||
/* line 75, ../sass/order-opc.scss */
|
||||
#order-opc #address_invoice_form.form-group {
|
||||
margin-bottom: 30px;
|
||||
}
|
||||
|
||||
/* line 77, ../sass/order-opc.scss */
|
||||
#new_account_form .id_state, #new_account_form .dni, #new_account_form .postcode {
|
||||
display: none;
|
||||
}
|
||||
|
||||
File diff suppressed because it is too large
Load Diff
@@ -2,33 +2,27 @@
|
||||
/******************************************************************
|
||||
Sitemap Page Styles
|
||||
*******************************************************************/
|
||||
/* line 9, ../sass/sitemap.scss */
|
||||
#sitemap .sitemap_block .page-subheading {
|
||||
margin-bottom: 16px;
|
||||
}
|
||||
/* line 13, ../sass/sitemap.scss */
|
||||
#sitemap .sitemap_block li {
|
||||
line-height: 16px;
|
||||
padding-bottom: 11px;
|
||||
}
|
||||
/* line 19, ../sass/sitemap.scss */
|
||||
#sitemap .sitemap_block li a:before {
|
||||
content: "";
|
||||
display: inline-block;
|
||||
font-family: 'FontAwesome';
|
||||
padding-right: 10px;
|
||||
}
|
||||
/* line 26, ../sass/sitemap.scss */
|
||||
#sitemap .sitemap_block li a:hover {
|
||||
font-weight: bold;
|
||||
}
|
||||
|
||||
/* line 34, ../sass/sitemap.scss */
|
||||
#listpage_content div.tree_top {
|
||||
padding-left: 27px;
|
||||
padding-top: 5px;
|
||||
}
|
||||
/* line 40, ../sass/sitemap.scss */
|
||||
#listpage_content div.tree_top a:before {
|
||||
content: "";
|
||||
display: inline-block;
|
||||
@@ -36,31 +30,25 @@
|
||||
font-size: 20px;
|
||||
color: #333;
|
||||
}
|
||||
/* line 49, ../sass/sitemap.scss */
|
||||
#listpage_content div.tree_top a:hover:before {
|
||||
color: #515151;
|
||||
}
|
||||
|
||||
/* line 56, ../sass/sitemap.scss */
|
||||
ul.tree {
|
||||
padding-left: 24px;
|
||||
}
|
||||
/* line 59, ../sass/sitemap.scss */
|
||||
ul.tree li {
|
||||
margin: 0 0 0 21px;
|
||||
padding: 5px 0 0 33px;
|
||||
border-left: 1px solid #d6d4d4;
|
||||
background: url(../img/sitemap-horizontal.png) no-repeat left 15px transparent;
|
||||
}
|
||||
/* line 65, ../sass/sitemap.scss */
|
||||
ul.tree li a:hover {
|
||||
font-weight: bold;
|
||||
}
|
||||
/* line 70, ../sass/sitemap.scss */
|
||||
ul.tree > li {
|
||||
margin: 0 0 0 11px;
|
||||
}
|
||||
/* line 74, ../sass/sitemap.scss */
|
||||
ul.tree li.last {
|
||||
border: medium none;
|
||||
background: url(../img/sitemap-last.png) no-repeat 0px -4px transparent;
|
||||
|
||||
@@ -2,120 +2,96 @@
|
||||
/***********************************************************
|
||||
Stores Page Styles
|
||||
************************************************************/
|
||||
/* line 8, ../sass/stores.scss */
|
||||
#stores #map {
|
||||
width: 100%;
|
||||
height: 447px;
|
||||
margin-bottom: 26px;
|
||||
}
|
||||
/* line 14, ../sass/stores.scss */
|
||||
#stores input#addressInput {
|
||||
display: inline-block;
|
||||
width: 269px;
|
||||
}
|
||||
/* line 19, ../sass/stores.scss */
|
||||
#stores .address-input {
|
||||
float: left;
|
||||
margin-right: 19px;
|
||||
/* max 767px */
|
||||
}
|
||||
@media (max-width: 767px) {
|
||||
/* line 19, ../sass/stores.scss */
|
||||
#stores .address-input {
|
||||
width: 100%;
|
||||
margin: 0 0 20px 0;
|
||||
}
|
||||
}
|
||||
/* line 28, ../sass/stores.scss */
|
||||
#stores .address-input label {
|
||||
margin-right: 5px;
|
||||
}
|
||||
/* line 31, ../sass/stores.scss */
|
||||
#stores .radius-input {
|
||||
float: left;
|
||||
line-height: 23px;
|
||||
margin-right: 20px;
|
||||
}
|
||||
/* line 36, ../sass/stores.scss */
|
||||
#stores .radius-input label, #stores .radius-input .selector {
|
||||
float: left;
|
||||
}
|
||||
/* line 40, ../sass/stores.scss */
|
||||
#stores .radius-input label {
|
||||
margin-right: 10px;
|
||||
}
|
||||
/* line 44, ../sass/stores.scss */
|
||||
#stores .radius-input #radiusSelect {
|
||||
width: 78px;
|
||||
}
|
||||
/* line 49, ../sass/stores.scss */
|
||||
#stores .store-content {
|
||||
padding-bottom: 30px;
|
||||
}
|
||||
/* line 55, ../sass/stores.scss */
|
||||
#stores .store-content-select .selector {
|
||||
visibility: hidden;
|
||||
display: none;
|
||||
}
|
||||
/* line 59, ../sass/stores.scss */
|
||||
#stores .store-content-select.active {
|
||||
padding-top: 30px;
|
||||
margin-bottom: 30px;
|
||||
border-top: 1px solid #d6d4d4;
|
||||
}
|
||||
/* line 64, ../sass/stores.scss */
|
||||
#stores .store-content-select.active .selector {
|
||||
visibility: visible;
|
||||
display: block;
|
||||
}
|
||||
/* line 71, ../sass/stores.scss */
|
||||
#stores .store-title {
|
||||
margin-bottom: 16px;
|
||||
}
|
||||
/* line 73, ../sass/stores.scss */
|
||||
#stores label {
|
||||
font-weight: normal;
|
||||
color: #777777;
|
||||
}
|
||||
/* line 78, ../sass/stores.scss */
|
||||
#stores #stores_loader {
|
||||
display: none;
|
||||
margin-left: 5px;
|
||||
}
|
||||
/* line 83, ../sass/stores.scss */
|
||||
#stores #locationSelect {
|
||||
max-width: 356px;
|
||||
visibility: hidden;
|
||||
}
|
||||
/* line 88, ../sass/stores.scss */
|
||||
#stores #stores-table {
|
||||
display: none;
|
||||
}
|
||||
/* line 93, ../sass/stores.scss */
|
||||
#stores #stores-table tbody td {
|
||||
padding: 20px;
|
||||
}
|
||||
/* line 96, ../sass/stores.scss */
|
||||
#stores #stores-table tbody td.num {
|
||||
background: #fbfbfb;
|
||||
width: 46px;
|
||||
}
|
||||
/* line 101, ../sass/stores.scss */
|
||||
#stores #stores-table tbody td.name {
|
||||
/* max 767px */
|
||||
}
|
||||
/* line 103, ../sass/stores.scss */
|
||||
#stores #stores-table tbody td.name span {
|
||||
padding-left: 15px;
|
||||
}
|
||||
@media (max-width: 767px) {
|
||||
/* line 108, ../sass/stores.scss */
|
||||
#stores #stores-table tbody td.name img {
|
||||
display: none;
|
||||
}
|
||||
}
|
||||
|
||||
/* line 115, ../sass/stores.scss */
|
||||
.store-image img {
|
||||
width: 100%;
|
||||
min-width: 100px;
|
||||
|
||||
Reference in New Issue
Block a user