// css fixs

This commit is contained in:
Kevin Granger
2013-12-11 12:18:18 +01:00
parent 0af76e01fb
commit 8f71f36be9
10 changed files with 117 additions and 3412 deletions
+23 -23
View File
@@ -3856,7 +3856,7 @@ p.info-account {
text-shadow: 1px 1px rgba(0, 0, 0, 0.1); }
.alert.alert-success:before {
font-family: "FontAwesome";
content: "";
content: "\f058";
font-size: 20px;
vertical-align: -2px;
padding-right: 7px; }
@@ -3864,7 +3864,7 @@ p.info-account {
text-shadow: 1px 1px rgba(0, 0, 0, 0.1); }
.alert.alert-danger:before {
font-family: "FontAwesome";
content: "";
content: "\f057";
font-size: 20px;
vertical-align: -2px;
padding-right: 7px;
@@ -4744,7 +4744,7 @@ table.table_block td {
font-family: "FontAwesome";
font-size: 14px; }
#categories_block_left li span.grower.OPEN:before, #categories_block_left li span.grower.CLOSE:before {
content: "";
content: "\f068";
display: block;
vertical-align: middle;
width: 30px;
@@ -4753,7 +4753,7 @@ table.table_block td {
line-height: 30px;
text-align: center; }
#categories_block_left li span.grower.CLOSE:before {
content: "";
content: "\f067";
color: silver; }
#categories_block_left li span.grower:hover + a,
#categories_block_left li a:hover,
@@ -4763,7 +4763,7 @@ table.table_block td {
font-weight: normal;
color: #777777; }
#categories_block_left li li a:before {
content: "";
content: "\f105";
font-family: "FontAwesome";
line-height: 29px;
padding-right: 8px; }
@@ -5294,8 +5294,11 @@ div.star a:hover {
position: relative;
background: white; }
#header .header-row {
background: #333333; }
#header .header-row.container {background:none; position:relative; z-index:1;}
position: relative; }
#header .header-row:first-child {
background-color: #333333; }
#header .header-row .container {
position: relative; }
#header .header-row .shop-phone {
display: block;
padding: 5px 0 10px; }
@@ -5309,8 +5312,8 @@ div.star a:hover {
padding-right: 7px; }
#header .header-row .shop-phone strong {
color: white; }
#header .header-row nav {
float: right; }
#header .header-row nav {
float: right; }
#header .header-row .header_user_info {
float: left;
border-left: 1px solid #515151;
@@ -5327,9 +5330,6 @@ div.star a:hover {
@media (max-width: 479px) {
#header .header-row .header_user_info a {
font-size: 11px; } }
#header .header-row-2 {
position: relative;
z-index: 1; }
#header #header_logo {
position: absolute;
left: 0;
@@ -5379,7 +5379,7 @@ div.star a:hover {
color: #777777; }
#header #currencies-block-top div.current:after,
#header #languages-block-top div.current:after {
content: "";
content: "\f0d7";
font-family: "FontAwesome";
font-size: 18px;
line-height: 18px;
@@ -5560,13 +5560,13 @@ div.star a:hover {
padding-bottom: 13px; }
.footer-container #footer h4:after {
display: block;
content: "";
content: "\f055";
font-family: "FontAwesome";
position: absolute;
right: 0;
top: 1px; }
.footer-container #footer h4.active:after {
content: ""; } }
content: "\f056"; } }
.footer-container #footer h4 a {
color: white; }
.footer-container #footer ul li {
@@ -5632,11 +5632,11 @@ div.star a:hover {
.footer-container #footer #social_block ul li a:hover {
color: white; }
.footer-container #footer #social_block ul li.facebook a:before {
content: ""; }
content: "\f09a"; }
.footer-container #footer #social_block ul li.twitter a:before {
content: ""; }
content: "\f099"; }
.footer-container #footer #social_block ul li.rss a:before {
content: ""; }
content: "\f09e"; }
.footer-container #footer #social_block h4 {
float: right;
margin-bottom: 0;
@@ -6039,7 +6039,7 @@ p.payment_module {
background: url(../img/cheque.png) 15px 15px no-repeat #fbfbfb; }
p.payment_module a.cheque:after, p.payment_module a.bankwire:after {
display: block;
content: "";
content: "\f054";
position: absolute;
right: 0px;
margin-top: -11px;
@@ -6495,7 +6495,7 @@ form#sendComment h3 {
text-indent: -5000px; }
div.star:after {
content: "";
content: "\f006";
font-family: "FontAwesome";
display: inline-block;
color: #777676; }
@@ -6503,13 +6503,13 @@ div.star:after {
div.star.star_on {
display: block; }
div.star.star_on:after {
content: "";
content: "\f005";
font-family: "FontAwesome";
display: inline-block;
color: #ef8743; }
div.star.star_hover:after {
content: "";
content: "\f005";
font-family: "FontAwesome";
display: inline-block;
color: #ef8743; }
@@ -6561,7 +6561,7 @@ div.star.star_hover:after {
.fancybox-skin .fancybox-close:hover {
color: #515151; }
.fancybox-skin .fancybox-close:after {
content: "";
content: "\f057";
font-family: "FontAwesome"; }
#facebook_block,
+7 -5
View File
@@ -110,11 +110,13 @@
</nav>
</div>
</div>
<div class="container header-row">
<a id="header_logo" href="{$base_dir}" title="{$shop_name|escape:'html':'UTF-8'}">
<img class="logo img-responsive" src="{$logo_url}" alt="{$shop_name|escape:'html':'UTF-8'}"{if $logo_image_width} width="{$logo_image_width}"{/if}{if $logo_image_height} height="{$logo_image_height}"{/if}/>
</a>
{if isset($HOOK_TOP)}{$HOOK_TOP}{/if}
<div class="header-row">
<div class="container">
<a id="header_logo" href="{$base_dir}" title="{$shop_name|escape:'html':'UTF-8'}">
<img class="logo img-responsive" src="{$logo_url}" alt="{$shop_name|escape:'html':'UTF-8'}"{if $logo_image_width} width="{$logo_image_width}"{/if}{if $logo_image_height} height="{$logo_image_height}"{/if}/>
</a>
{if isset($HOOK_TOP)}{$HOOK_TOP}{/if}
</div>
</div>
</header>
</div>
@@ -1,8 +1,8 @@
@import 'bootstrap_lib/_variables';
//------- FONTS
$font-famaly: Arial, Helvetica, sans-serif;
$font: normal 13px/18px $font-famaly;
$font-family: Arial, Helvetica, sans-serif;
$font: normal 13px/18px $font-family;
$font-custom: 'Open Sans', sans-serif;
$font-icon: "FontAwesome";
+76 -86
View File
@@ -48,8 +48,6 @@ textarea
h3
@include sub-heading
//text
p.info-title
font-weight: bold
@@ -77,7 +75,7 @@ p.info-account
text-shadow: 1px 1px rgba(0,0,0,0.1)
&:before
font-family: $font-icon
content: ""
content: "\f058"
font-size: 20px
vertical-align: -2px
padding-right: 7px
@@ -85,7 +83,7 @@ p.info-account
text-shadow: 1px 1px rgba(0,0,0,0.1)
&:before
font-family: $font-icon
content: ""
content: "\f057"
font-size: 20px
vertical-align: -2px
padding-right: 7px
@@ -236,7 +234,7 @@ span.exclusive
opacity: 0.3
.button.button-small
font: bold 13px/17px $font-famaly
font: bold 13px/17px $font-family
color: $button-text-color
background: $button-small-bg
border: 1px solid
@@ -266,12 +264,12 @@ span.exclusive
padding: 0
font-weight: bold
background: rgb(67,183,84)
background: -moz-linear-gradient(top, rgba(67,183,84,1) 0%, rgba(65,183,87,1) 2%, rgba(65,184,84,1) 4%, rgba(67,183,86,1) 6%, rgba(65,179,84,1) 38%, rgba(68,179,85,1) 40%, rgba(69,175,85,1) 66%, rgba(65,174,83,1) 74%, rgba(66,172,82,1) 91%, rgba(65,174,85,1) 94%, rgba(67,171,84,1) 96%, rgba(66,172,82,1) 100%)
background: -moz-linear-gradient(top, rgba(67,183,84,1) 0%, rgba(65,183,87,1) 2%, rgba(65,184,84,1) 4%, rgba(67,183,86,1) 6%, rgba(65,179,84,1) 38%, rgba(68,179,85,1) 40%, rgba(69,175,85,1) 66%, rgba(65,174,83,1) 74%, rgba(66,172,82,1) 91%, rgba(65,174,85,1) 94%, rgba(67,171,84,1) 96%, rgba(66,172,82,1) 100%)
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(67,183,84,1)), color-stop(2%,rgba(65,183,87,1)), color-stop(4%,rgba(65,184,84,1)), color-stop(6%,rgba(67,183,86,1)), color-stop(38%,rgba(65,179,84,1)), color-stop(40%,rgba(68,179,85,1)), color-stop(66%,rgba(69,175,85,1)), color-stop(74%,rgba(65,174,83,1)), color-stop(91%,rgba(66,172,82,1)), color-stop(94%,rgba(65,174,85,1)), color-stop(96%,rgba(67,171,84,1)), color-stop(100%,rgba(66,172,82,1)))
background: -webkit-linear-gradient(top, rgba(67,183,84,1) 0%,rgba(65,183,87,1) 2%,rgba(65,184,84,1) 4%,rgba(67,183,86,1) 6%,rgba(65,179,84,1) 38%,rgba(68,179,85,1) 40%,rgba(69,175,85,1) 66%,rgba(65,174,83,1) 74%,rgba(66,172,82,1) 91%,rgba(65,174,85,1) 94%,rgba(67,171,84,1) 96%,rgba(66,172,82,1) 100%)
background: -o-linear-gradient(top, rgba(67,183,84,1) 0%,rgba(65,183,87,1) 2%,rgba(65,184,84,1) 4%,rgba(67,183,86,1) 6%,rgba(65,179,84,1) 38%,rgba(68,179,85,1) 40%,rgba(69,175,85,1) 66%,rgba(65,174,83,1) 74%,rgba(66,172,82,1) 91%,rgba(65,174,85,1) 94%,rgba(67,171,84,1) 96%,rgba(66,172,82,1) 100%)
background: -ms-linear-gradient(top, rgba(67,183,84,1) 0%,rgba(65,183,87,1) 2%,rgba(65,184,84,1) 4%,rgba(67,183,86,1) 6%,rgba(65,179,84,1) 38%,rgba(68,179,85,1) 40%,rgba(69,175,85,1) 66%,rgba(65,174,83,1) 74%,rgba(66,172,82,1) 91%,rgba(65,174,85,1) 94%,rgba(67,171,84,1) 96%,rgba(66,172,82,1) 100%)
background: linear-gradient(to bottom, rgba(67,183,84,1) 0%,rgba(65,183,87,1) 2%,rgba(65,184,84,1) 4%,rgba(67,183,86,1) 6%,rgba(65,179,84,1) 38%,rgba(68,179,85,1) 40%,rgba(69,175,85,1) 66%,rgba(65,174,83,1) 74%,rgba(66,172,82,1) 91%,rgba(65,174,85,1) 94%,rgba(67,171,84,1) 96%,rgba(66,172,82,1) 100%)
background: -webkit-linear-gradient(top, rgba(67,183,84,1) 0%,rgba(65,183,87,1) 2%,rgba(65,184,84,1) 4%,rgba(67,183,86,1) 6%,rgba(65,179,84,1) 38%,rgba(68,179,85,1) 40%,rgba(69,175,85,1) 66%,rgba(65,174,83,1) 74%,rgba(66,172,82,1) 91%,rgba(65,174,85,1) 94%,rgba(67,171,84,1) 96%,rgba(66,172,82,1) 100%)
background: -o-linear-gradient(top, rgba(67,183,84,1) 0%,rgba(65,183,87,1) 2%,rgba(65,184,84,1) 4%,rgba(67,183,86,1) 6%,rgba(65,179,84,1) 38%,rgba(68,179,85,1) 40%,rgba(69,175,85,1) 66%,rgba(65,174,83,1) 74%,rgba(66,172,82,1) 91%,rgba(65,174,85,1) 94%,rgba(67,171,84,1) 96%,rgba(66,172,82,1) 100%)
background: -ms-linear-gradient(top, rgba(67,183,84,1) 0%,rgba(65,183,87,1) 2%,rgba(65,184,84,1) 4%,rgba(67,183,86,1) 6%,rgba(65,179,84,1) 38%,rgba(68,179,85,1) 40%,rgba(69,175,85,1) 66%,rgba(65,174,83,1) 74%,rgba(66,172,82,1) 91%,rgba(65,174,85,1) 94%,rgba(67,171,84,1) 96%,rgba(66,172,82,1) 100%)
background: linear-gradient(to bottom, rgba(67,183,84,1) 0%,rgba(65,183,87,1) 2%,rgba(65,184,84,1) 4%,rgba(67,183,86,1) 6%,rgba(65,179,84,1) 38%,rgba(68,179,85,1) 40%,rgba(69,175,85,1) 66%,rgba(65,174,83,1) 74%,rgba(66,172,82,1) 91%,rgba(65,174,85,1) 94%,rgba(67,171,84,1) 96%,rgba(66,172,82,1) 100%)
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#43b754', endColorstr='#42ac52',GradientType=0 )
border: 1px solid
border-color: #399a49 #247f32 #1a6d27 #399a49
@@ -303,12 +301,12 @@ span.exclusive
margin-left: 5px
&:hover
background: rgb(58,160,76)
background: -moz-linear-gradient(top, rgba(58,160,76,1) 0%, rgba(58,160,74,1) 100%)
background: -moz-linear-gradient(top, rgba(58,160,76,1) 0%, rgba(58,160,74,1) 100%)
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(58,160,76,1)), color-stop(100%,rgba(58,160,74,1)))
background: -webkit-linear-gradient(top, rgba(58,160,76,1) 0%,rgba(58,160,74,1) 100%)
background: -o-linear-gradient(top, rgba(58,160,76,1) 0%,rgba(58,160,74,1) 100%)
background: -ms-linear-gradient(top, rgba(58,160,76,1) 0%,rgba(58,160,74,1) 100%)
background: linear-gradient(to bottom, rgba(58,160,76,1) 0%,rgba(58,160,74,1) 100%)
background: -webkit-linear-gradient(top, rgba(58,160,76,1) 0%,rgba(58,160,74,1) 100%)
background: -o-linear-gradient(top, rgba(58,160,76,1) 0%,rgba(58,160,74,1) 100%)
background: -ms-linear-gradient(top, rgba(58,160,76,1) 0%,rgba(58,160,74,1) 100%)
background: linear-gradient(to bottom, rgba(58,160,76,1) 0%,rgba(58,160,74,1) 100%)
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#3aa04c', endColorstr='#3aa04a',GradientType=0 )
border-color: #196f28 #399a49 #399a49 #258033
@@ -362,12 +360,12 @@ span.exclusive
padding: 4px 0 0 0
background: rgb(30,87,153)
background: rgb(255,255,255)
background: -moz-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(251,251,251,1) 100%)
background: -moz-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(251,251,251,1) 100%)
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255,255,255,1)), color-stop(100%,rgba(251,251,251,1)))
background: -webkit-linear-gradient(top, rgba(255,255,255,1) 0%,rgba(251,251,251,1) 100%)
background: -o-linear-gradient(top, rgba(255,255,255,1) 0%,rgba(251,251,251,1) 100%)
background: -ms-linear-gradient(top, rgba(255,255,255,1) 0%,rgba(251,251,251,1) 100%)
background: linear-gradient(to bottom, rgba(255,255,255,1) 0%,rgba(251,251,251,1) 100%)
background: -webkit-linear-gradient(top, rgba(255,255,255,1) 0%,rgba(251,251,251,1) 100%)
background: -o-linear-gradient(top, rgba(255,255,255,1) 0%,rgba(251,251,251,1) 100%)
background: -ms-linear-gradient(top, rgba(255,255,255,1) 0%,rgba(251,251,251,1) 100%)
background: linear-gradient(to bottom, rgba(255,255,255,1) 0%,rgba(251,251,251,1) 100%)
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#fbfbfb',GradientType=0)
&:hover
color: $base-text-color
@@ -406,16 +404,16 @@ span.exclusive
border-color: #9e9e9e #c2c2c2 #c8c8c8 #c2c2c2
span
background: rgb(231,231,231)
background: -moz-linear-gradient(top, rgba(231,231,231,1) 0%, rgba(231,231,231,1) 0%)
background: -moz-linear-gradient(top, rgba(231,231,231,1) 0%, rgba(231,231,231,1) 0%)
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(231,231,231,1)), color-stop(0%,rgba(231,231,231,1)))
background: -webkit-linear-gradient(top, rgba(231,231,231,1) 0%,rgba(231,231,231,1) 0%)
background: -o-linear-gradient(top, rgba(231,231,231,1) 0%,rgba(231,231,231,1) 0%)
background: -ms-linear-gradient(top, rgba(231,231,231,1) 0%,rgba(231,231,231,1) 0%)
background: linear-gradient(to bottom, rgba(231,231,231,1) 0%,rgba(231,231,231,1) 0%)
background: -webkit-linear-gradient(top, rgba(231,231,231,1) 0%,rgba(231,231,231,1) 0%)
background: -o-linear-gradient(top, rgba(231,231,231,1) 0%,rgba(231,231,231,1) 0%)
background: -ms-linear-gradient(top, rgba(231,231,231,1) 0%,rgba(231,231,231,1) 0%)
background: linear-gradient(to bottom, rgba(231,231,231,1) 0%,rgba(231,231,231,1) 0%)
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e7e7e7', endColorstr='#e7e7e7',GradientType=0)
.button.ajax_add_to_cart_button
font: 700 17px/21px $font-famaly
font: 700 17px/21px $font-family
color: $button-text-color
text-shadow: 1px 1px rgba(0,0,0,0.2)
padding: 0
@@ -441,7 +439,7 @@ span.exclusive
background: #0084bf
.button.lnk_view
font: 700 17px/21px $font-famaly
font: 700 17px/21px $font-family
color: $base-text-color
text-shadow: 1px 1px rgba(255,255,255,1)
padding: 0
@@ -453,12 +451,12 @@ span.exclusive
padding: 10px 14px
display: block
background: rgb(247,247,247)
background: -moz-linear-gradient(top, rgba(247,247,247,1) 0%, rgba(237,237,237,1) 100%)
background: -moz-linear-gradient(top, rgba(247,247,247,1) 0%, rgba(237,237,237,1) 100%)
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(247,247,247,1)), color-stop(100%,rgba(237,237,237,1)))
background: -webkit-linear-gradient(top, rgba(247,247,247,1) 0%,rgba(237,237,237,1) 100%)
background: -o-linear-gradient(top, rgba(247,247,247,1) 0%,rgba(237,237,237,1) 100%)
background: -ms-linear-gradient(top, rgba(247,247,247,1) 0%,rgba(237,237,237,1) 100%)
background: linear-gradient(to bottom, rgba(247,247,247,1) 0%,rgba(237,237,237,1) 100%)
background: -webkit-linear-gradient(top, rgba(247,247,247,1) 0%,rgba(237,237,237,1) 100%)
background: -o-linear-gradient(top, rgba(247,247,247,1) 0%,rgba(237,237,237,1) 100%)
background: -ms-linear-gradient(top, rgba(247,247,247,1) 0%,rgba(237,237,237,1) 100%)
background: linear-gradient(to bottom, rgba(247,247,247,1) 0%,rgba(237,237,237,1) 100%)
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f7f7f7', endColorstr='#ededed',GradientType=0)
&:hover
border-color: #9e9e9e #9e9e9e #c8c8c8 #9e9e9e
@@ -501,8 +499,8 @@ table.std tr.alternate_item,
table.table_block tr.alternate_item
background-color: #f3f3f3
table.std td,
table.table_block td
table.std td,
table.table_block td
padding: 12px
border-right: 1px solid #e9e9e9
border-bottom: 1px solid #e9e9e9
@@ -566,7 +564,7 @@ table.table_block td
padding: 0 5px 0 3px
display: inline-block
&.small
font: 700 14px/17px $font-famaly
font: 700 14px/17px $font-family
padding: 1px 6px
@@ -588,7 +586,7 @@ table.table_block td
right: -5px
.new-label
font: 700 15px/18px $font-famaly
font: 700 15px/18px $font-family
color: $light-text-color
background: #6ad4ff
text-transform: uppercase
@@ -628,7 +626,7 @@ table.table_block td
@include rotate(145deg)
.sale-label
font: 700 15px/18px $font-famaly
font: 700 15px/18px $font-family
color: $light-text-color
background: #f13340
text-transform: uppercase
@@ -885,7 +883,7 @@ table.table_block td
.product-description
margin-bottom: 14px
.price-percent-reduction
font: 700 14px/17px $font-famaly
font: 700 14px/17px $font-family
padding: 1px 6px
//Block CATEGORIES
@@ -959,7 +957,7 @@ table.table_block td
&.OPEN,
&.CLOSE
&:before
content: ""
content: "\f068"
display: block
vertical-align: middle
width: 30px
@@ -968,7 +966,7 @@ table.table_block td
line-height: 30px
text-align: center
&.CLOSE:before
content: ""
content: "\f067"
color: #c0c0c0
& span.grower:hover + a,
a:hover,
@@ -979,7 +977,7 @@ table.table_block td
font-weight: normal
color: #777777
&:before
content: ""
content: "\f105"
font-family: $font-icon
line-height: 29px
padding-right: 8px
@@ -995,7 +993,7 @@ table.table_block td
overflow: hidden
span.heading-counter
font: bold 13px/22px $font-famaly
font: bold 13px/22px $font-family
float: right
color: $base-text-color
text-transform: none
@@ -1318,12 +1316,12 @@ ul.step
&.step_todo
background: rgb(247,247,247)
background: -moz-linear-gradient(top, rgba(247,247,247,1) 0%, rgba(237,237,237,1) 100%)
background: -moz-linear-gradient(top, rgba(247,247,247,1) 0%, rgba(237,237,237,1) 100%)
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(247,247,247,1)), color-stop(100%,rgba(237,237,237,1)))
background: -webkit-linear-gradient(top, rgba(247,247,247,1) 0%,rgba(237,237,237,1) 100%)
background: -o-linear-gradient(top, rgba(247,247,247,1) 0%,rgba(237,237,237,1) 100%)
background: -ms-linear-gradient(top, rgba(247,247,247,1) 0%,rgba(237,237,237,1) 100%)
background: linear-gradient(to bottom, rgba(247,247,247,1) 0%,rgba(237,237,237,1) 100%)
background: -webkit-linear-gradient(top, rgba(247,247,247,1) 0%,rgba(237,237,237,1) 100%)
background: -o-linear-gradient(top, rgba(247,247,247,1) 0%,rgba(237,237,237,1) 100%)
background: -ms-linear-gradient(top, rgba(247,247,247,1) 0%,rgba(237,237,237,1) 100%)
background: linear-gradient(to bottom, rgba(247,247,247,1) 0%,rgba(237,237,237,1) 100%)
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f7f7f7', endColorstr='#ededed',GradientType=0)
span
display: block
@@ -1339,12 +1337,12 @@ ul.step
&.step_done
border-color: #666666 #5f5f5f #292929 #5f5f5f
background: rgb(114,113,113)
background: -moz-linear-gradient(top, rgba(114,113,113,1) 0%, rgba(102,102,102,1) 100%)
background: -moz-linear-gradient(top, rgba(114,113,113,1) 0%, rgba(102,102,102,1) 100%)
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(114,113,113,1)), color-stop(100%,rgba(102,102,102,1)))
background: -webkit-linear-gradient(top, rgba(114,113,113,1) 0%,rgba(102,102,102,1) 100%)
background: -o-linear-gradient(top, rgba(114,113,113,1) 0%,rgba(102,102,102,1) 100%)
background: -ms-linear-gradient(top, rgba(114,113,113,1) 0%,rgba(102,102,102,1) 100%)
background: linear-gradient(to bottom, rgba(114,113,113,1) 0%,rgba(102,102,102,1) 100%)
background: -webkit-linear-gradient(top, rgba(114,113,113,1) 0%,rgba(102,102,102,1) 100%)
background: -o-linear-gradient(top, rgba(114,113,113,1) 0%,rgba(102,102,102,1) 100%)
background: -ms-linear-gradient(top, rgba(114,113,113,1) 0%,rgba(102,102,102,1) 100%)
background: linear-gradient(to bottom, rgba(114,113,113,1) 0%,rgba(102,102,102,1) 100%)
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#727171', endColorstr='#666666',GradientType=0)
a
color: $light-text-color
@@ -1463,7 +1461,11 @@ div.star a:hover
position: relative
background: $light-background
.header-row
background: $dark-background
position: relative
&:first-child
background-color: $dark-background
.container
position: relative
.shop-phone
display: block
padding: 5px 0 10px
@@ -1477,9 +1479,10 @@ div.star a:hover
padding-right: 7px
strong
color: $light-text-color
#header_user_info
nav
float: right
.header_user_info
float: left
border-left: 1px solid #515151
border-right: 1px solid #515151
// max 479px
@@ -1494,10 +1497,6 @@ div.star a:hover
// max 479px
@media (max-width: $screen-xs - 1)
font-size: 11px
.header-row-2
position: relative
z-index: 1
#header_logo
position: absolute
left: 0
@@ -1518,8 +1517,6 @@ div.star a:hover
left: 50%
margin-left: -100px
top: 20px
#header_right
position: relative
//languages/currencies
#currencies-block-top,
@@ -1529,11 +1526,9 @@ div.star a:hover
position: relative
// max 479px
@media (max-width: $screen-xs - 1)
width: 25%
width: 25%
span.firstWord
display: none
div.current
font-weight: bold
padding: 8px 10px 10px 10px
@@ -1547,7 +1542,7 @@ div.star a:hover
strong
color: #777777
&:after
content: ""
content: "\f0d7"
font-family: $font-icon
font-size: 18px
line-height: 18px
@@ -1583,10 +1578,6 @@ div.star a:hover
color: $light-text-color
&.selected, &:hover a
background: #484848
#contact-link
float: right
border-left: 1px solid #515151
@@ -1606,7 +1597,7 @@ div.star a:hover
padding-left: 5px
padding-right: 5px
#contact-link a,
.header-row #header_user_info a,
.header-row .header_user_info a,
#currencies-block-top div.current,
#languages-block-top div.current
cursor: pointer
@@ -1616,7 +1607,6 @@ div.star a:hover
.ie8 #header #header_logo
width: 350px
// BREADCRUMB
.breadcrumb
display: inline-block
@@ -1713,13 +1703,13 @@ div.star a:hover
&:after
display: block
content: ""
content: "\f055"
font-family: $font-icon
position: absolute
right: 0
top: 1px
&.active:after
content: ""
content: "\f056"
a
color: $light-text-color
ul
@@ -1789,15 +1779,15 @@ div.star a:hover
&.facebook
a
&:before
content: ""
content: "\f09a"
&.twitter
a
&:before
content: ""
content: "\f099"
&.rss
a
&:before
content: ""
content: "\f09e"
h4
float: right
margin-bottom: 0
@@ -2171,7 +2161,7 @@ table#cart_summary .gift-icon
font-weight: bold
border-right: 1px solid #e9e9e9
#carrierTable td.carrier_price
#carrierTable td.carrier_price
border: none
p.checkbox.gift
margin-bottom: 10px
@@ -2208,7 +2198,7 @@ p.payment_module
&.cheque, &.bankwire
&:after
display: block
content: ""
content: "\f054"
position: absolute
right: 0px
margin-top: -11px
@@ -2349,7 +2339,7 @@ p.cheque-indent
opacity: 1
line-height: inherit
text-transform: none
font-family: $font-famaly
font-family: $font-family
&:hover
color: $link-hover-color
@@ -2428,7 +2418,7 @@ p.cheque-indent
.product-container
border-bottom: none
//768 -> 1199
@media (min-width: $screen-sm) and (max-width: $screen-md-max)
@media (min-width: $screen-sm) and (max-width: $screen-md-max)
li.first-item-of-tablet-line
clear: left
li.last-tablet-line
@@ -2612,7 +2602,7 @@ form#sendComment h3
text-indent: -5000px
div.star
&:after
content: ""
content: "\f006"
font-family: $font-icon
display: inline-block
color: #777676
@@ -2620,14 +2610,14 @@ div.star
div.star.star_on
display: block
&:after
content: ""
content: "\f005"
font-family: $font-icon
display: inline-block
color: #ef8743
div.star.star_hover
&:after
content: ""
content: "\f005"
font-family: $font-icon
display: inline-block
color: #ef8743
@@ -2691,7 +2681,7 @@ div.star.star_hover
&:hover
color: $link-hover-color
&:after
content: ""
content: "\f057"
font-family: $font-icon
//Homepage pre-footer
@@ -2785,7 +2775,7 @@ div.star.star_hover
li
padding-bottom: 22px
// max 1199px
@media (max-width: $screen-md-max)
@media (max-width: $screen-md-max)
padding-bottom: 10px
// max 991px
@media (max-width: $screen-sm-max)
@@ -2796,6 +2786,6 @@ div.star.star_hover
height: 344px
//Zoom
// max 1199px
@media (max-width: $screen-md-max)
@media (max-width: $screen-md-max)
.zoomdiv
display: none !important
File diff suppressed because it is too large Load Diff
@@ -61,7 +61,7 @@
.bx-wrapper .bx-pager {
text-align: center;
font-size: .85em;
font-family: $font-famaly;
font-family: $font-family;
font-weight: bold;
color: #666;
padding-top: 20px;
@@ -200,7 +200,7 @@
.bx-wrapper .bx-caption span {
color: $light-text-color;
font-family: $font-famaly;
font-family: $font-family;
display: block;
font-size: .85em;
padding: 10px;
@@ -265,7 +265,7 @@
position:static;
h2 {
font:400 23px/29px $font-famaly;
font:400 23px/29px $font-family;
color:#46a74e;
margin-bottom:22px;
padding-right:100px;
@@ -334,7 +334,7 @@
}
h2 {
font:400 23px/29px $font-famaly;
font:400 23px/29px $font-family;
color:$base-text-color;
border-bottom:1px solid $base-border-color;
padding-bottom:13px;
@@ -408,7 +408,7 @@
}
h2 {
font:400 23px/26px $font-famaly;
font:400 23px/26px $font-family;
color:$base-text-color;
margin-bottom:25px;
}
@@ -14,7 +14,7 @@
p {margin-bottom:4px;}
p.tel {
font:400 17px/21px $font-famaly;
font:400 17px/21px $font-family;
color:$light-text-color;
margin-bottom:6px;
@@ -90,7 +90,7 @@
.bx-wrapper .bx-pager {
text-align: center;
font-size: .85em;
font-family: $font-famaly;
font-family: $font-family;
font-weight: bold;
color: #666;
padding-top: 20px;
@@ -252,7 +252,7 @@
.bx-wrapper .bx-caption span {
color: $light-text-color;
font-family: $font-famaly;
font-family: $font-family;
display: block;
font-size: .85em;
padding: 10px;
@@ -52,7 +52,7 @@ ul.product_list {
}
.quick-view {
font:700 13px/16px $font-famaly;
font:700 13px/16px $font-family;
color:#777676;
position:absolute;
left:50%;