Your IP : 18.119.106.199
/**
* Magento Enterprise Edition
*
* NOTICE OF LICENSE
*
* This source file is subject to the Magento Enterprise Edition End User License Agreement
* that is bundled with this package in the file LICENSE_EE.txt.
* It is also available through the world-wide-web at this URL:
* http://www.magento.com/license/enterprise-edition
* If you did not receive a copy of the license and are unable to
* obtain it through the world-wide-web, please send an email
* to license@magento.com so we can send you a copy immediately.
*
* DISCLAIMER
*
* Do not edit or add to this file if you wish to upgrade Magento to newer
* versions in the future. If you wish to customize Magento for your
* needs please refer to http://www.magento.com for more information.
*
* @category design
* @package rwd_enterprise
* @copyright Copyright (c) 2006-2016 X.commerce, Inc. and affiliates (http://www.magento.com)
* @license http://www.magento.com/license/enterprise-edition
*/
/* ============================================ *
* General Enterprise Styles
* ============================================ */
.global-site-notice div.notice-inner {
background-image: url("img/demo-logo.png");
}
/* ============================================ *
* RMA List
* ============================================ */
@media only screen and (max-width: 599px) {
#my-returns-table .ship-from,
#my-returns-table .number {
display: none;
}
}
/* ============================================ *
* RMA Create
* ============================================ */
#rma_create_form .form-list li {
border-bottom: 1px solid #cccccc;
font-family: "Raleway", "Helvetica Neue", Verdana, Arial, sans-serif;
font-size: f-size-xs;
}
#rma_create_form .form-list li:last-child {
border-bottom: none;
}
#rma_create_form .form-list li h5 {
font-weight: 400;
text-align: left;
padding-left: 15px;
text-transform: none;
}
#rma_create_form .form-list li h5.rma-email {
text-transform: none;
}
#rma_create_form .fieldset {
margin: 20px 0;
}
#rma_create_form .fieldset #registrant_options .field .input-box {
margin-bottom: 10px;
}
#rma_create_form .buttons-set {
border-top: none;
}
/* ============================================ *
* RMA View
* ============================================ */
.rma-view.col-2 {
text-align: right;
}
.rma-view h3 {
font-weight: 600;
}
body.enterprise-rma-return-view .box-content {
font-family: "Raleway", "Helvetica Neue", Verdana, Arial, sans-serif;
font-size: f-size-xs;
margin-bottom: 20px;
}
#my-returns-items-table th,
#my-returns-items-table td {
font-size: 13px;
}
#rma_comment .box-content label {
font-family: "Raleway", "Helvetica Neue", Verdana, Arial, sans-serif;
font-size: f-size-xs;
font-weight: 400;
}
#rma_comment .buttons-set {
border-top: none;
}
#rma_comment .note-list {
font-family: "Raleway", "Helvetica Neue", Verdana, Arial, sans-serif;
font-size: f-size-xs;
font-weight: 400;
}
#rma_comment .note-list li {
border-bottom: 1px solid #cccccc;
padding: 5px 0;
}
#rma_comment .note-list li:last-child {
border-bottom: none;
}
@media only screen and (max-width: 480px) {
.rma-view.col-2 {
text-align: left;
}
.rma-view.col-1, .rma-view.col-2 {
border-bottom: 1px solid #cccccc;
margin-bottom: 20px;
}
.rma-view.col-1 h3, .rma-view.col-2 h3 {
margin-bottom: 0;
}
}
/* ============================================ *
* Store credit
* ============================================ */
.storecredit .account-balance {
border-bottom: 1px solid #cccccc;
margin-bottom: 20px;
padding-bottom: 10px;
}
body.customer-account .storecredit .data-table td.last {
padding: 10px;
}
@media only screen and (max-width: 420px) {
.storecredit th,
.storecredit td {
font-size: 12px;
padding: 5px;
}
body.customer-account .storecredit .data-table td.last {
padding: 5px;
}
}
/* ============================================ *
* Gift Registry
* ============================================ */
.gift-note {
width: 99%;
}
.btn-gift-registry {
padding-top: 7px;
}
.btn-gift-registry .input-box {
margin: 0 0 7px;
}
.btn-gift-registry select {
width: 100%;
}
.gr-manage-items {
margin-bottom: 15px;
}
.gr-manage-items input.qty {
min-width: 45px;
}
#event_date_trig {
display: inline;
}
.gift-registry-edit textarea,
.gift-registry-edit input {
max-width: 100%;
width: 365px;
}
.gift-registry-edit label[for=type_id] {
text-transform: uppercase;
margin-bottom: 0px;
font-size: 13px;
}
.gift-registry-edit .add-row {
width: 100%;
max-width: 365px;
}
.gift-registry-edit .add-row > p {
float: right;
}
.gift-registry-edit .btn-remove {
float: right;
}
.block-gr-search .form-alt > li {
margin-top: 3.5px;
margin-bottom: 3.5px;
}
.block-gr-search button {
margin-top: 7px;
}
.block-gr-search .input-box > select {
width: 100%;
}
#gr-please-wait {
margin-bottom: 10px;
margin-left: 0;
}
.gift-registry-view .subtitle {
margin-top: 30px;
font-size: 18px;
}
@media only screen and (max-width: 479px) {
.gift-registry-view .subtitle {
margin-top: 15px;
}
}
.gift-registry-items .btn-update {
margin-top: 7px;
}
.gift-registry-items textarea {
min-width: 80px;
}
.gr-type-specific-options img.v-middle {
display: inline;
}
#gr_search_form select,
#gr_search_email_form select,
#gr_search_id_form select {
margin-bottom: 5px;
}
#gr_search_form .buttons-set,
#gr_search_email_form .buttons-set,
#gr_search_id_form .buttons-set {
max-width: 365px;
}
#gr_search_form p.required,
#gr_search_email_form p.required,
#gr_search_id_form p.required {
position: relative;
top: -30px;
}
@media only screen and (max-width: 979px) {
.gr-manage-items col.note-col,
.gr-manage-items .head-note,
.gr-manage-items .left-note,
.gr-manage-items col.date-col,
.gr-manage-items .head-add-date,
.gr-manage-items .add-date {
display: none;
}
.head-requested,
.head-fulfilled {
display: none;
}
.gift-image img {
width: 68px;
}
.gift-registry-actions a {
float: left;
width: 100%;
clear: both;
margin-bottom: 7px;
}
}
@media only screen and (max-width: 770px) {
.gift-info {
width: 55%;
}
.item-options {
float: left;
}
.item-options ~ .gift-note {
float: left;
width: 35%;
height: 10em;
margin: 10px 0 0 5%;
}
.gift-registry-items {
font-size: 12px;
}
.gift-registry-items td, .gift-registry-items th {
padding: 7px 3.5px;
}
.gr-manage-items {
font-size: 12px;
}
.gift-image,
col.img-col {
display: none;
}
}
@media only screen and (max-width: 599px) {
.gift-registry-actions a {
font-size: 11px !important;
white-space: normal !important;
}
.item-options ~ .gift-note {
width: 99% !important;
}
.item-options {
float: none;
}
.item-options ~ .gift-note {
float: none;
height: 10em;
margin: 10px 0 0 5%;
}
.gr-manage-items {
font-size: 11px;
}
.gr-manage-items input,
.gr-manage-items dt,
.gr-manage-items dl,
.gr-manage-items a {
font-size: inherit;
}
#giftregistry-search-results .location,
#giftregistry-search-results .event-type {
display: none;
}
}
@media only screen and (max-width: 479px) {
.gr-manage-items .gift-secondary,
.gift-registry-items .gift-secondary {
display: none;
}
#event_date_trig {
display: inline;
float: right;
margin-top: 7px;
}
.giftregistry-search-results {
font-size: 11px;
}
.giftregistry-search-results td,
.giftregistry-search-results th {
padding: 7px 3.5px;
vertical-align: top;
}
.gr-manage-items td,
.gr-manage-items th,
.gift-registry-items td,
.gift-registry-items th {
padding: 7px 3.5px;
vertical-align: top;
}
.giftregistry-table td,
.giftregistry-table th {
font-size: 11px;
}
#gr_search_form p.required,
#gr_search_email_form p.required,
#gr_search_id_form p.required {
padding-bottom: 15px;
position: static;
}
}
/* ============================================ *
* Reward
* ============================================ */
.rewards {
margin-bottom: 30px;
}
.reward-message {
background-color: #3399cc;
display: block;
margin: 5px 0;
padding: 3px 10px;
color: #e6e6e6;
font-family: "Raleway", "Helvetica Neue", Verdana, Arial, sans-serif;
}
.reward-message.reward-checkout {
margin-bottom: 10px;
}
.reward-message p {
display: inline;
font-size: 13px;
}
.reward-message p.limit {
display: block;
font-size: 12px;
font-style: italic;
}
.reward-message a {
color: #e6e6e6;
text-decoration: underline;
}
.my-rewards h2 {
position: relative;
line-height: 1.7;
}
.my-rewards h2 .separator {
display: none;
}
.my-rewards h2 a {
white-space: nowrap;
float: right;
margin: 0 0 5px 10px;
}
.my-rewards .box {
margin-bottom: 20px;
}
.my-rewards .box.info-box {
border-bottom: 1px solid #ededed;
padding-bottom: 10px;
}
.my-rewards .box.info-box dt {
font-weight: bold;
margin-bottom: 0;
margin-top: 10px;
text-transform: none;
}
@media only screen and (max-width: 979px) {
.my-rewards #reward-history small.nobr {
white-space: normal;
}
}
@media only screen and (max-width: 599px) {
.my-rewards #reward-history small {
display: none;
}
.my-rewards #reward-history th.balance,
.my-rewards #reward-history td.balance,
.my-rewards #reward-history th.date,
.my-rewards #reward-history td.date {
display: none;
}
}
/* ============================================ *
* Gift Message Styles
* ============================================ */
.gift-message-form .inner-box > div {
clear: both;
width: 100%;
}
#allow-gift-options-for-items-container,
#allow-gift-messages-for-order-container,
#allow-gift-options-for-order-container {
width: 100%;
float: left;
display: block;
}
.gift-message-form .gift-item .fieldset {
float: left;
width: 100%;
margin-left: 0px !important;
}
.gift-message-form .inner-box > div {
clear: both;
width: 100%;
}
.gift-wrapping-form .select {
max-width: 300px;
}
.gift-item .product-img-box > * {
float: left;
clear: both;
margin-top: 5px;
}
@media only screen and (max-width: 768px) {
.gift-message-form .gift-item .product-img-box {
float: left;
width: 140px;
}
}
/* ============================================ *
* Enterprise Wishlist Styles
* ============================================ */
/* Customer Account Styles */
#wishlist_edit_action_container {
left: 0;
position: fixed;
top: 50px;
width: 100%;
z-index: 99999;
}
#wishlist_edit_action_container .popup-block {
background: #F4F4F4;
border: 1px solid #CCCCCC;
display: block;
margin: 0 auto;
padding: 2% 20px;
width: 100%;
max-width: 500px;
min-width: 320px;
}
#wishlist_edit_action_container .popup-block .block-title {
padding-top: 0;
border-top: 0;
}
#wishlist_edit_action_container .popup-block .block-title .btn-close {
position: absolute;
right: 0;
top: 0;
cursor: pointer;
}
.wishlist-actions-container {
content: '';
display: table;
clear: both;
width: 100%;
margin-bottom: 10px;
}
.wishlist-actions-container .sub-title {
float: left;
}
.wishlist-actions-container .sub-title .item-count {
text-transform: none;
margin-left: 10px;
}
.wishlist-actions-container .sub-title .wishlist-edit {
margin-left: 10px;
font-size: 15px;
}
.wishlist-actions-container .btn-create {
float: right;
}
.wishlist-management .table-caption {
content: '';
display: table;
clear: both;
width: 100%;
border-bottom: 1px solid #cccccc;
font-size: 16px;
}
.wishlist-management .table-caption .sub-title {
float: left;
padding-bottom: 5px;
}
.wishlist-management .table-caption .sub-title:after {
content: ':';
}
.wishlist-management .table-caption #wishlists-select,
.wishlist-management .table-caption #wishlists-move,
.wishlist-management .table-caption #wishlists-copy {
float: left;
margin-left: 10px;
position: relative;
padding-bottom: 5px;
}
.wishlist-management .table-caption #wishlists-select .split-button-title,
.wishlist-management .table-caption #wishlists-move .split-button-title,
.wishlist-management .table-caption #wishlists-copy .split-button-title {
display: inline;
}
.wishlist-management .table-caption #wishlists-select .change,
.wishlist-management .table-caption #wishlists-move .change,
.wishlist-management .table-caption #wishlists-copy .change {
margin-left: 10px;
font-size: 15px;
}
.wishlist-management .table-caption #wishlists-select .list-container,
.wishlist-management .table-caption #wishlists-move .list-container,
.wishlist-management .table-caption #wishlists-copy .list-container {
width: auto;
left: auto;
right: 0;
}
.wishlist-management .table-caption #wishlists-select .list-container li,
.wishlist-management .table-caption #wishlists-move .list-container li,
.wishlist-management .table-caption #wishlists-copy .list-container li {
padding: 2px 10px;
}
.wishlist-management .table-caption #wishlists-select .list-container li a,
.wishlist-management .table-caption #wishlists-select .list-container li span,
.wishlist-management .table-caption #wishlists-move .list-container li a,
.wishlist-management .table-caption #wishlists-move .list-container li span,
.wishlist-management .table-caption #wishlists-copy .list-container li a,
.wishlist-management .table-caption #wishlists-copy .list-container li span {
font-size: 15px;
padding: 0;
}
.wishlist-management .table-caption #wishlists-select .list-container li:last-child,
.wishlist-management .table-caption #wishlists-move .list-container li:last-child,
.wishlist-management .table-caption #wishlists-copy .list-container li:last-child {
border-bottom: 0;
}
.wishlist-management .table-caption #wishlists-move,
.wishlist-management .table-caption #wishlists-copy {
float: right;
}
.wishlist-management .table-caption #wishlists-move .split-button-title,
.wishlist-management .table-caption #wishlists-copy .split-button-title {
display: none;
}
.wishlist-management + .fieldset .buttons-set button {
margin-bottom: 10px;
}
.fieldset .wishlist-empty {
margin-bottom: 30px;
}
#wishlist-table .item-manage .split-button {
float: right;
margin-left: 20px;
margin-bottom: 3px;
}
#wishlist-table .item-manage .split-button .change:after {
top: 5px;
}
#wishlist-table .item-manage .split-button .list-container {
left: auto;
right: 0;
width: auto;
}
#wishlist-table .item-manage .split-button .list-container li span {
padding: 0 10px;
}
#wishlist-table .item-manage .split-button ~ .btn-update {
clear: right;
float: right;
margin-top: 10px;
}
@media only screen and (max-width: 479px) {
body.customer-account .my-account .my-wishlist .fieldset {
margin-top: 10px;
}
#wishlist-table .item-manage .split-button {
float: left;
margin-right: 20px;
margin-left: 0;
margin-top: 15px;
}
#wishlist-table .item-manage .split-button .list-container {
left: 0;
right: auto;
}
#wishlist-table .item-manage .split-button ~ .btn-update {
clear: left;
float: left;
}
#wishlist-table thead {
display: none;
}
.customer-wishlist-item-info .item-manage {
content: '';
display: table;
clear: both;
width: 100%;
}
}
.wishlist-search-view h2.subtitle {
margin-top: 20px;
margin-bottom: 5px;
}
.wishlist-search-view .info-table .nobr {
margin-right: 30px;
}
.wishlist-search-view #wishlist-table.clean-table td {
max-width: 100%;
}
.wishlist-search-view #wishlist-table.clean-table td p.qty {
text-align: center;
width: 100%;
}
.wishlist-search-view #wishlist-table.clean-table td .price-box {
margin: 0;
}
.wishlist-search-view #wishlist-table.clean-table th {
padding-left: 2px;
padding-right: 2px;
}
.wishlist-search-view .truncated .truncated_full_value .item-options {
left: -40px;
}
@media only screen and (max-width: 770px) {
.wishlist-search-view #wishlist-table.clean-table td {
max-width: 100px;
word-wrap: break-word;
}
}
@media only screen and (max-width: 599px) {
.wishlist-search-view #wishlist-table.clean-table td {
padding: 6px 10px;
}
.wishlist-search-view #wishlist-table.clean-table td p.qty {
text-align: left;
}
.wishlist-search-view #wishlist-table.clean-table td .price-box {
margin: 0;
float: left;
width: 100%;
margin-bottom: 15px;
}
.wishlist-search-view .customer-wishlist-item-comment {
width: 100%;
clear: both;
}
}
@media only screen and (max-width: 479px) {
.wishlist-search-view #wishlist-table.clean-table td {
max-width: 100%;
}
}
/* Store Front Styles */
.split-button {
position: relative;
}
.split-button .split-button-title {
display: none;
}
.split-button .change {
padding-right: 13px;
min-height: 25px;
position: relative;
}
.split-button .change:after {
content: '';
position: absolute;
width: 0;
height: 0;
display: block;
border-right: 4px solid transparent;
border-left: 4px solid transparent;
border-top: 4px solid #3399cc;
border-bottom: none;
content: '';
right: 0;
top: 8px;
}
.split-button .change.active:after {
content: '';
position: absolute;
width: 0;
height: 0;
display: block;
border-right: 4px solid transparent;
border-left: 4px solid transparent;
border-bottom: 4px solid #3399cc;
border-top: none;
}
.split-button .list-container {
display: none;
width: 120%;
max-width: 320px;
min-width: 175px;
position: absolute;
left: -10%;
top: 100%;
background: #FBFBFB;
border: 1px solid #cccccc;
text-align: center;
z-index: 99999999;
}
.split-button .list-container li {
border-bottom: 1px solid #ededed;
}
.split-button .list-container li span,
.split-button .list-container li a {
color: #3399cc;
font-family: "Raleway", "Helvetica Neue", Verdana, Arial, sans-serif;
position: relative;
font-size: 14px;
cursor: pointer;
display: block;
padding: 5px 10px;
white-space: normal;
text-transform: none;
}
.split-button .list-container li span:hover,
.split-button .list-container li a:hover {
color: #246b8f;
}
.split-button .list-container li.new {
background-color: #ededed;
}
.split-button .list-container li.new span:before,
.split-button .list-container li.new a:before {
content: '+ ';
}
.split-button.active .list-container {
display: block;
}
.products-grid .split-button .list-container {
width: 115%;
}
.products-grid .split-button .list-container li span,
.products-grid .split-button .list-container li a {
font-size: 12px;
}
.products-list .split-button .list-container {
width: auto;
}
.product-view .split-button .change {
padding-right: 20px;
}
.product-view .split-button .change:after {
right: 7px;
}
.product-view .split-button .list-container {
width: auto;
}
.product-view .split-button .list-container li {
float: none;
margin-bottom: 0;
}
@media only screen and (min-width: 601px) {
.products-list .split-button .list-container {
left: auto;
right: -10%;
}
}
@media only screen and (max-width: 600px) {
.products-list .split-button .list-container {
left: -10%;
right: auto;
}
}
@media only screen and (max-width: 599px) {
.cart-table .split-button .list-container {
width: auto;
top: auto;
bottom: 0;
left: 100%;
}
}
/* ============================================ *
* Customer Order by SKU
* ============================================ */
.widget-addbysku td.last .input-box {
float: left;
}
.widget-addbysku .btn-remove {
cursor: pointer;
float: left;
margin-top: 7px;
margin-left: 5px;
}
.widget-addbysku .add-row {
cursor: pointer;
}
@media only screen and (max-width: 480px) {
.widget-addbysku input[type="text"] {
float: left;
width: 100%;
}
.widget-addbysku .input-text.qty {
width: 50px;
}
}
/* ============================================ *
* Gift Message Styles
* ============================================ */
.gift-message-form .inner-box > div {
clear: both;
width: 100%;
}
#allow-gift-options-for-items-container,
#allow-gift-messages-for-order-container,
#allow-gift-options-for-order-container {
width: 100%;
float: left;
display: block;
}
.gift-message-form .gift-item .fieldset {
float: left;
width: 100%;
margin-left: 0px !important;
}
.gift-message-form .inner-box > div {
clear: both;
width: 100%;
}
.gift-wrapping-form .select {
max-width: 300px;
}
.gift-item .product-img-box > * {
float: left;
clear: both;
margin-top: 5px;
}
@media only screen and (max-width: 768px) {
.gift-message-form .gift-item .product-img-box {
float: left;
width: 140px;
}
}
/* ============================================ *
* Catalog Event
* ============================================ */
.event-container {
clear: both;
border: 1px solid #3399cc;
background: #eaf8ff;
position: relative;
z-index: 2;
border-width: 1px 1px;
min-height: 59px;
margin: 7px 0px 20px;
}
.event-container:after {
content: '';
position: absolute;
width: 0;
height: 0;
display: block;
border-right: 10px solid transparent;
border-left: 10px solid transparent;
border-top: 10px solid #3399cc;
border-bottom: none;
position: absolute;
bottom: -10px;
left: 50%;
margin-left: -10px;
}
.event-container .event {
padding: 15px 10px 28px;
margin-bottom: -18px;
min-height: 52px;
line-height: 30px;
text-align: center;
width: auto;
position: relative;
z-index: 2;
border-bottom: 0 !important;
}
.event-container .event .event-ticker {
display: inline;
font-size: 28px;
height: auto;
}
.event-container .event .event-ticker span {
line-height: 50px;
height: 50px;
padding: 0;
}
.event-container .container {
display: inline;
margin: 0;
padding: 0;
background: none;
}
.event-container .status {
display: inline;
margin: 0 3px 0 0;
background: none;
font-size: 22px;
}
.event-container .event-dates {
display: inline;
font-size: 22px;
height: auto;
}
.event-container .event-dates div,
.event-container .event-dates p {
display: inline;
}
.event-container .event-dates .time-part {
font-size: 14px;
}
.events-panel {
border-top: 1px solid #cccccc;
float: left;
width: 100%;
margin-top: 10px;
}
.events-panel .event-item {
float: left;
width: 100%;
margin: 10px 0;
}
.events-panel .event-item .status {
font-size: 18px;
}
.events-panel .event-item .event-dates, .events-panel .event-item .event-button, .events-panel .event-item .event-ticker {
margin-bottom: 10px;
}
.events-panel .event-item .category-show {
border: 1px solid #cccccc;
float: left;
width: 100%;
}
.events-panel .event-item .category-show img {
width: 100%;
}
@media only screen and (max-width: 770px) {
.event-container {
margin-left: 10px;
margin-right: 10px;
}
}
/* Category Event Module - Upcoming */
.container-upcoming {
background: #f4f4f4;
border-color: #cccccc;
}
.container-upcoming:after {
border-top-color: #cccccc;
}
/* Category Event Module - Closed */
.container-closed {
background: #aaaaaa;
border-color: #777777;
}
.container-closed:after {
border-top-color: #777777;
}
@charset "UTF-8";
/*
// ----------------------------------------------
// Usage example:
// For IE set $mq-support to false.
// Set the fixed value.
// Then use mixins to test whether styles should be applied.
// ----------------------------------------------
$mq-support: false;
$mq-fixed-value: 1024;
// Renders at fixed value
@include bp (min-width, 300px) {
div { color:#000; }
}
// Doesn't render without MQ support
@include bp (min-width, 1200px) {
div { color:#FFF; }
}
// Doesn't render without MQ support
@include bp (max-width, 300px) {
div { color:#444; }
}
// Renders at fixed value
@include bp (max-width, 1200px) {
div { color:#888; }
}
// ----------------------------------------------
*/
@font-face {
font-family: "Font Awesome";
src: url('ru/skin/frontend/nespresso/default/fonts/font-awesome/fontawesome-webfont.eot');
src: url('ru/skin/frontend/nespresso/default/fonts/font-awesome/fontawesome-webfont.eot') format('embedded-opentype'), url('ru/skin/frontend/nespresso/default/fonts/font-awesome/fontawesome-webfont.woff') format('woff'), url('ru/skin/frontend/nespresso/default/fonts/font-awesome/fontawesome-webfont.ttf') format('truetype'), url('ru/skin/frontend/nespresso/default/fonts/font-awesome/fontawesome-webfont.svg') format('svg');
font-weight: 400;
font-style: normal;
}
/*!
* Font Awesome 4.3.0 by @davegandy - http://fontawesome.io - @fontawesome
* License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
*/
/* FONT PATH
* -------------------------- */
@font-face {
font-family: 'FontAwesome';
src: url("ru/skin/frontend/nespresso/default/fonts/font-awesome/fontawesome-webfont.eot");
src: url("ru/skin/frontend/nespresso/default/fonts/font-awesome/fontawesome-webfont.eot") format("embedded-opentype"), url("ru/skin/frontend/nespresso/default/fonts/font-awesome/fontawesome-webfont.woff2_v_4.3.0") format("woff2"), url("ru/skin/frontend/nespresso/default/fonts/font-awesome/fontawesome-webfont.woff") format("woff"), url("ru/skin/frontend/nespresso/default/fonts/font-awesome/fontawesome-webfont.ttf") format("truetype"), url("ru/skin/frontend/nespresso/default/fonts/font-awesome/fontawesome-webfont.svg") format("svg");
font-weight: normal;
font-style: normal;
}
/* line 4, ../scss/mixin/font-awesome/_core.scss */
.fa, #search_mini_form .search-button:before {
display: inline-block;
font: normal normal normal 14px/1 FontAwesome;
font-size: inherit;
text-rendering: auto;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
-moz-transform: translate(0, 0);
-ms-transform: translate(0, 0);
-webkit-transform: translate(0, 0);
transform: translate(0, 0);
}
/* makes the font 33% larger relative to the icon container */
/* line 5, ../scss/mixin/font-awesome/_larger.scss */
.fa-lg {
font-size: 1.33333em;
line-height: 0.75em;
vertical-align: -15%;
}
/* line 10, ../scss/mixin/font-awesome/_larger.scss */
.fa-2x {
font-size: 2em;
}
/* line 11, ../scss/mixin/font-awesome/_larger.scss */
.fa-3x {
font-size: 3em;
}
/* line 12, ../scss/mixin/font-awesome/_larger.scss */
.fa-4x {
font-size: 4em;
}
/* line 13, ../scss/mixin/font-awesome/_larger.scss */
.fa-5x {
font-size: 5em;
}
/* line 3, ../scss/mixin/font-awesome/_fixed-width.scss */
.fa-fw {
width: 1.28571em;
text-align: center;
}
/* line 4, ../scss/mixin/font-awesome/_list.scss */
.fa-ul {
padding-left: 0;
margin-left: 2.14286em;
list-style-type: none;
}
/* line 8, ../scss/mixin/font-awesome/_list.scss */
.fa-ul > li {
position: relative;
}
/* line 10, ../scss/mixin/font-awesome/_list.scss */
.fa-li {
position: absolute;
left: -2.14286em;
width: 2.14286em;
top: 0.14286em;
text-align: center;
}
/* line 16, ../scss/mixin/font-awesome/_list.scss */
.fa-li.fa-lg {
left: -1.85714em;
}
/* line 4, ../scss/mixin/font-awesome/_bordered-pulled.scss */
.fa-border {
padding: .2em .25em .15em;
border: solid 0.08em #eee;
border-radius: .1em;
}
/* line 10, ../scss/mixin/font-awesome/_bordered-pulled.scss */
.pull-right {
float: right;
}
/* line 11, ../scss/mixin/font-awesome/_bordered-pulled.scss */
.pull-left {
float: left;
}
/* line 14, ../scss/mixin/font-awesome/_bordered-pulled.scss */
.fa.pull-left, #search_mini_form .pull-left.search-button:before {
margin-right: .3em;
}
/* line 15, ../scss/mixin/font-awesome/_bordered-pulled.scss */
.fa.pull-right, #search_mini_form .pull-right.search-button:before {
margin-left: .3em;
}
/* line 4, ../scss/mixin/font-awesome/_animated.scss */
.fa-spin {
-webkit-animation: fa-spin 2s infinite linear;
animation: fa-spin 2s infinite linear;
}
/* line 9, ../scss/mixin/font-awesome/_animated.scss */
.fa-pulse {
-webkit-animation: fa-spin 1s infinite steps(8);
animation: fa-spin 1s infinite steps(8);
}
@-webkit-keyframes fa-spin {
0% {
-webkit-transform: rotate(0deg);
transform: rotate(0deg);
}
100% {
-webkit-transform: rotate(359deg);
transform: rotate(359deg);
}
}
@keyframes fa-spin {
0% {
-webkit-transform: rotate(0deg);
transform: rotate(0deg);
}
100% {
-webkit-transform: rotate(359deg);
transform: rotate(359deg);
}
}
/* line 4, ../scss/mixin/font-awesome/_rotated-flipped.scss */
.fa-rotate-90 {
filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=1);
-webkit-transform: rotate(90deg);
-ms-transform: rotate(90deg);
transform: rotate(90deg);
}
/* line 5, ../scss/mixin/font-awesome/_rotated-flipped.scss */
.fa-rotate-180 {
filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2);
-webkit-transform: rotate(180deg);
-ms-transform: rotate(180deg);
transform: rotate(180deg);
}
/* line 6, ../scss/mixin/font-awesome/_rotated-flipped.scss */
.fa-rotate-270 {
filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3);
-webkit-transform: rotate(270deg);
-ms-transform: rotate(270deg);
transform: rotate(270deg);
}
/* line 8, ../scss/mixin/font-awesome/_rotated-flipped.scss */
.fa-flip-horizontal {
filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=0);
-webkit-transform: scale(-1, 1);
-ms-transform: scale(-1, 1);
transform: scale(-1, 1);
}
/* line 9, ../scss/mixin/font-awesome/_rotated-flipped.scss */
.fa-flip-vertical {
filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2);
-webkit-transform: scale(1, -1);
-ms-transform: scale(1, -1);
transform: scale(1, -1);
}
/* line 14, ../scss/mixin/font-awesome/_rotated-flipped.scss */
:root .fa-rotate-90,
:root .fa-rotate-180,
:root .fa-rotate-270,
:root .fa-flip-horizontal,
:root .fa-flip-vertical {
filter: none;
}
/* line 4, ../scss/mixin/font-awesome/_stacked.scss */
.fa-stack {
position: relative;
display: inline-block;
width: 2em;
height: 2em;
line-height: 2em;
vertical-align: middle;
}
/* line 12, ../scss/mixin/font-awesome/_stacked.scss */
.fa-stack-1x, .fa-stack-2x {
position: absolute;
left: 0;
width: 100%;
text-align: center;
}
/* line 18, ../scss/mixin/font-awesome/_stacked.scss */
.fa-stack-1x {
line-height: inherit;
}
/* line 19, ../scss/mixin/font-awesome/_stacked.scss */
.fa-stack-2x {
font-size: 2em;
}
/* line 20, ../scss/mixin/font-awesome/_stacked.scss */
.fa-inverse {
color: #fff;
}
/* Font Awesome uses the Unicode Private Use Area (PUA) to ensure screen
readers do not read off random characters that represent icons */
/* line 4, ../scss/mixin/font-awesome/_icons.scss */
.fa-glass:before {
content: "";
}
/* line 5, ../scss/mixin/font-awesome/_icons.scss */
.fa-music:before {
content: "";
}
/* line 6, ../scss/mixin/font-awesome/_icons.scss */
.fa-search:before, #search_mini_form .search-button:before {
content: "";
}
/* line 7, ../scss/mixin/font-awesome/_icons.scss */
.fa-envelope-o:before {
content: "";
}
/* line 8, ../scss/mixin/font-awesome/_icons.scss */
.fa-heart:before {
content: "";
}
/* line 9, ../scss/mixin/font-awesome/_icons.scss */
.fa-star:before {
content: "";
}
/* line 10, ../scss/mixin/font-awesome/_icons.scss */
.fa-star-o:before {
content: "";
}
/* line 11, ../scss/mixin/font-awesome/_icons.scss */
.fa-user:before {
content: "";
}
/* line 12, ../scss/mixin/font-awesome/_icons.scss */
.fa-film:before {
content: "";
}
/* line 13, ../scss/mixin/font-awesome/_icons.scss */
.fa-th-large:before {
content: "";
}
/* line 14, ../scss/mixin/font-awesome/_icons.scss */
.fa-th:before {
content: "";
}
/* line 15, ../scss/mixin/font-awesome/_icons.scss */
.fa-th-list:before {
content: "";
}
/* line 16, ../scss/mixin/font-awesome/_icons.scss */
.fa-check:before {
content: "";
}
/* line 17, ../scss/mixin/font-awesome/_icons.scss */
.fa-remove:before,
.fa-close:before,
.fa-times:before {
content: "";
}
/* line 20, ../scss/mixin/font-awesome/_icons.scss */
.fa-search-plus:before {
content: "";
}
/* line 21, ../scss/mixin/font-awesome/_icons.scss */
.fa-search-minus:before {
content: "";
}
/* line 22, ../scss/mixin/font-awesome/_icons.scss */
.fa-power-off:before {
content: "";
}
/* line 23, ../scss/mixin/font-awesome/_icons.scss */
.fa-signal:before {
content: "";
}
/* line 24, ../scss/mixin/font-awesome/_icons.scss */
.fa-gear:before,
.fa-cog:before {
content: "";
}
/* line 26, ../scss/mixin/font-awesome/_icons.scss */
.fa-trash-o:before {
content: "";
}
/* line 27, ../scss/mixin/font-awesome/_icons.scss */
.fa-home:before {
content: "";
}
/* line 28, ../scss/mixin/font-awesome/_icons.scss */
.fa-file-o:before {
content: "";
}
/* line 29, ../scss/mixin/font-awesome/_icons.scss */
.fa-clock-o:before {
content: "";
}
/* line 30, ../scss/mixin/font-awesome/_icons.scss */
.fa-road:before {
content: "";
}
/* line 31, ../scss/mixin/font-awesome/_icons.scss */
.fa-download:before {
content: "";
}
/* line 32, ../scss/mixin/font-awesome/_icons.scss */
.fa-arrow-circle-o-down:before {
content: "";
}
/* line 33, ../scss/mixin/font-awesome/_icons.scss */
.fa-arrow-circle-o-up:before {
content: "";
}
/* line 34, ../scss/mixin/font-awesome/_icons.scss */
.fa-inbox:before {
content: "";
}
/* line 35, ../scss/mixin/font-awesome/_icons.scss */
.fa-play-circle-o:before {
content: "";
}
/* line 36, ../scss/mixin/font-awesome/_icons.scss */
.fa-rotate-right:before,
.fa-repeat:before {
content: "";
}
/* line 38, ../scss/mixin/font-awesome/_icons.scss */
.fa-refresh:before {
content: "";
}
/* line 39, ../scss/mixin/font-awesome/_icons.scss */
.fa-list-alt:before {
content: "";
}
/* line 40, ../scss/mixin/font-awesome/_icons.scss */
.fa-lock:before {
content: "";
}
/* line 41, ../scss/mixin/font-awesome/_icons.scss */
.fa-flag:before {
content: "";
}
/* line 42, ../scss/mixin/font-awesome/_icons.scss */
.fa-headphones:before {
content: "";
}
/* line 43, ../scss/mixin/font-awesome/_icons.scss */
.fa-volume-off:before {
content: "";
}
/* line 44, ../scss/mixin/font-awesome/_icons.scss */
.fa-volume-down:before {
content: "";
}
/* line 45, ../scss/mixin/font-awesome/_icons.scss */
.fa-volume-up:before {
content: "";
}
/* line 46, ../scss/mixin/font-awesome/_icons.scss */
.fa-qrcode:before {
content: "";
}
/* line 47, ../scss/mixin/font-awesome/_icons.scss */
.fa-barcode:before {
content: "";
}
/* line 48, ../scss/mixin/font-awesome/_icons.scss */
.fa-tag:before {
content: "";
}
/* line 49, ../scss/mixin/font-awesome/_icons.scss */
.fa-tags:before {
content: "";
}
/* line 50, ../scss/mixin/font-awesome/_icons.scss */
.fa-book:before {
content: "";
}
/* line 51, ../scss/mixin/font-awesome/_icons.scss */
.fa-bookmark:before {
content: "";
}
/* line 52, ../scss/mixin/font-awesome/_icons.scss */
.fa-print:before {
content: "";
}
/* line 53, ../scss/mixin/font-awesome/_icons.scss */
.fa-camera:before {
content: "";
}
/* line 54, ../scss/mixin/font-awesome/_icons.scss */
.fa-font:before {
content: "";
}
/* line 55, ../scss/mixin/font-awesome/_icons.scss */
.fa-bold:before {
content: "";
}
/* line 56, ../scss/mixin/font-awesome/_icons.scss */
.fa-italic:before {
content: "";
}
/* line 57, ../scss/mixin/font-awesome/_icons.scss */
.fa-text-height:before {
content: "";
}
/* line 58, ../scss/mixin/font-awesome/_icons.scss */
.fa-text-width:before {
content: "";
}
/* line 59, ../scss/mixin/font-awesome/_icons.scss */
.fa-align-left:before {
content: "";
}
/* line 60, ../scss/mixin/font-awesome/_icons.scss */
.fa-align-center:before {
content: "";
}
/* line 61, ../scss/mixin/font-awesome/_icons.scss */
.fa-align-right:before {
content: "";
}
/* line 62, ../scss/mixin/font-awesome/_icons.scss */
.fa-align-justify:before {
content: "";
}
/* line 63, ../scss/mixin/font-awesome/_icons.scss */
.fa-list:before {
content: "";
}
/* line 64, ../scss/mixin/font-awesome/_icons.scss */
.fa-dedent:before,
.fa-outdent:before {
content: "";
}
/* line 66, ../scss/mixin/font-awesome/_icons.scss */
.fa-indent:before {
content: "";
}
/* line 67, ../scss/mixin/font-awesome/_icons.scss */
.fa-video-camera:before {
content: "";
}
/* line 68, ../scss/mixin/font-awesome/_icons.scss */
.fa-photo:before,
.fa-image:before,
.fa-picture-o:before {
content: "";
}
/* line 71, ../scss/mixin/font-awesome/_icons.scss */
.fa-pencil:before {
content: "";
}
/* line 72, ../scss/mixin/font-awesome/_icons.scss */
.fa-map-marker:before {
content: "";
}
/* line 73, ../scss/mixin/font-awesome/_icons.scss */
.fa-adjust:before {
content: "";
}
/* line 74, ../scss/mixin/font-awesome/_icons.scss */
.fa-tint:before {
content: "";
}
/* line 75, ../scss/mixin/font-awesome/_icons.scss */
.fa-edit:before,
.fa-pencil-square-o:before {
content: "";
}
/* line 77, ../scss/mixin/font-awesome/_icons.scss */
.fa-share-square-o:before {
content: "";
}
/* line 78, ../scss/mixin/font-awesome/_icons.scss */
.fa-check-square-o:before {
content: "";
}
/* line 79, ../scss/mixin/font-awesome/_icons.scss */
.fa-arrows:before {
content: "";
}
/* line 80, ../scss/mixin/font-awesome/_icons.scss */
.fa-step-backward:before {
content: "";
}
/* line 81, ../scss/mixin/font-awesome/_icons.scss */
.fa-fast-backward:before {
content: "";
}
/* line 82, ../scss/mixin/font-awesome/_icons.scss */
.fa-backward:before {
content: "";
}
/* line 83, ../scss/mixin/font-awesome/_icons.scss */
.fa-play:before {
content: "";
}
/* line 84, ../scss/mixin/font-awesome/_icons.scss */
.fa-pause:before {
content: "";
}
/* line 85, ../scss/mixin/font-awesome/_icons.scss */
.fa-stop:before {
content: "";
}
/* line 86, ../scss/mixin/font-awesome/_icons.scss */
.fa-forward:before {
content: "";
}
/* line 87, ../scss/mixin/font-awesome/_icons.scss */
.fa-fast-forward:before {
content: "";
}
/* line 88, ../scss/mixin/font-awesome/_icons.scss */
.fa-step-forward:before {
content: "";
}
/* line 89, ../scss/mixin/font-awesome/_icons.scss */
.fa-eject:before {
content: "";
}
/* line 90, ../scss/mixin/font-awesome/_icons.scss */
.fa-chevron-left:before {
content: "";
}
/* line 91, ../scss/mixin/font-awesome/_icons.scss */
.fa-chevron-right:before {
content: "";
}
/* line 92, ../scss/mixin/font-awesome/_icons.scss */
.fa-plus-circle:before {
content: "";
}
/* line 93, ../scss/mixin/font-awesome/_icons.scss */
.fa-minus-circle:before {
content: "";
}
/* line 94, ../scss/mixin/font-awesome/_icons.scss */
.fa-times-circle:before {
content: "";
}
/* line 95, ../scss/mixin/font-awesome/_icons.scss */
.fa-check-circle:before {
content: "";
}
/* line 96, ../scss/mixin/font-awesome/_icons.scss */
.fa-question-circle:before {
content: "";
}
/* line 97, ../scss/mixin/font-awesome/_icons.scss */
.fa-info-circle:before {
content: "";
}
/* line 98, ../scss/mixin/font-awesome/_icons.scss */
.fa-crosshairs:before {
content: "";
}
/* line 99, ../scss/mixin/font-awesome/_icons.scss */
.fa-times-circle-o:before {
content: "";
}
/* line 100, ../scss/mixin/font-awesome/_icons.scss */
.fa-check-circle-o:before {
content: "";
}
/* line 101, ../scss/mixin/font-awesome/_icons.scss */
.fa-ban:before {
content: "";
}
/* line 102, ../scss/mixin/font-awesome/_icons.scss */
.fa-arrow-left:before {
content: "";
}
/* line 103, ../scss/mixin/font-awesome/_icons.scss */
.fa-arrow-right:before {
content: "";
}
/* line 104, ../scss/mixin/font-awesome/_icons.scss */
.fa-arrow-up:before {
content: "";
}
/* line 105, ../scss/mixin/font-awesome/_icons.scss */
.fa-arrow-down:before {
content: "";
}
/* line 106, ../scss/mixin/font-awesome/_icons.scss */
.fa-mail-forward:before,
.fa-share:before {
content: "";
}
/* line 108, ../scss/mixin/font-awesome/_icons.scss */
.fa-expand:before {
content: "";
}
/* line 109, ../scss/mixin/font-awesome/_icons.scss */
.fa-compress:before {
content: "";
}
/* line 110, ../scss/mixin/font-awesome/_icons.scss */
.fa-plus:before {
content: "";
}
/* line 111, ../scss/mixin/font-awesome/_icons.scss */
.fa-minus:before {
content: "";
}
/* line 112, ../scss/mixin/font-awesome/_icons.scss */
.fa-asterisk:before {
content: "";
}
/* line 113, ../scss/mixin/font-awesome/_icons.scss */
.fa-exclamation-circle:before {
content: "";
}
/* line 114, ../scss/mixin/font-awesome/_icons.scss */
.fa-gift:before {
content: "";
}
/* line 115, ../scss/mixin/font-awesome/_icons.scss */
.fa-leaf:before {
content: "";
}
/* line 116, ../scss/mixin/font-awesome/_icons.scss */
.fa-fire:before {
content: "";
}
/* line 117, ../scss/mixin/font-awesome/_icons.scss */
.fa-eye:before {
content: "";
}
/* line 118, ../scss/mixin/font-awesome/_icons.scss */
.fa-eye-slash:before {
content: "";
}
/* line 119, ../scss/mixin/font-awesome/_icons.scss */
.fa-warning:before,
.fa-exclamation-triangle:before {
content: "";
}
/* line 121, ../scss/mixin/font-awesome/_icons.scss */
.fa-plane:before {
content: "";
}
/* line 122, ../scss/mixin/font-awesome/_icons.scss */
.fa-calendar:before {
content: "";
}
/* line 123, ../scss/mixin/font-awesome/_icons.scss */
.fa-random:before {
content: "";
}
/* line 124, ../scss/mixin/font-awesome/_icons.scss */
.fa-comment:before {
content: "";
}
/* line 125, ../scss/mixin/font-awesome/_icons.scss */
.fa-magnet:before {
content: "";
}
/* line 126, ../scss/mixin/font-awesome/_icons.scss */
.fa-chevron-up:before {
content: "";
}
/* line 127, ../scss/mixin/font-awesome/_icons.scss */
.fa-chevron-down:before {
content: "";
}
/* line 128, ../scss/mixin/font-awesome/_icons.scss */
.fa-retweet:before {
content: "";
}
/* line 129, ../scss/mixin/font-awesome/_icons.scss */
.fa-shopping-cart:before {
content: "";
}
/* line 130, ../scss/mixin/font-awesome/_icons.scss */
.fa-folder:before {
content: "";
}
/* line 131, ../scss/mixin/font-awesome/_icons.scss */
.fa-folder-open:before {
content: "";
}
/* line 132, ../scss/mixin/font-awesome/_icons.scss */
.fa-arrows-v:before {
content: "";
}
/* line 133, ../scss/mixin/font-awesome/_icons.scss */
.fa-arrows-h:before {
content: "";
}
/* line 134, ../scss/mixin/font-awesome/_icons.scss */
.fa-bar-chart-o:before,
.fa-bar-chart:before {
content: "";
}
/* line 136, ../scss/mixin/font-awesome/_icons.scss */
.fa-twitter-square:before {
content: "";
}
/* line 137, ../scss/mixin/font-awesome/_icons.scss */
.fa-facebook-square:before {
content: "";
}
/* line 138, ../scss/mixin/font-awesome/_icons.scss */
.fa-camera-retro:before {
content: "";
}
/* line 139, ../scss/mixin/font-awesome/_icons.scss */
.fa-key:before {
content: "";
}
/* line 140, ../scss/mixin/font-awesome/_icons.scss */
.fa-gears:before,
.fa-cogs:before {
content: "";
}
/* line 142, ../scss/mixin/font-awesome/_icons.scss */
.fa-comments:before {
content: "";
}
/* line 143, ../scss/mixin/font-awesome/_icons.scss */
.fa-thumbs-o-up:before {
content: "";
}
/* line 144, ../scss/mixin/font-awesome/_icons.scss */
.fa-thumbs-o-down:before {
content: "";
}
/* line 145, ../scss/mixin/font-awesome/_icons.scss */
.fa-star-half:before {
content: "";
}
/* line 146, ../scss/mixin/font-awesome/_icons.scss */
.fa-heart-o:before {
content: "";
}
/* line 147, ../scss/mixin/font-awesome/_icons.scss */
.fa-sign-out:before {
content: "";
}
/* line 148, ../scss/mixin/font-awesome/_icons.scss */
.fa-linkedin-square:before {
content: "";
}
/* line 149, ../scss/mixin/font-awesome/_icons.scss */
.fa-thumb-tack:before {
content: "";
}
/* line 150, ../scss/mixin/font-awesome/_icons.scss */
.fa-external-link:before {
content: "";
}
/* line 151, ../scss/mixin/font-awesome/_icons.scss */
.fa-sign-in:before {
content: "";
}
/* line 152, ../scss/mixin/font-awesome/_icons.scss */
.fa-trophy:before {
content: "";
}
/* line 153, ../scss/mixin/font-awesome/_icons.scss */
.fa-github-square:before {
content: "";
}
/* line 154, ../scss/mixin/font-awesome/_icons.scss */
.fa-upload:before {
content: "";
}
/* line 155, ../scss/mixin/font-awesome/_icons.scss */
.fa-lemon-o:before {
content: "";
}
/* line 156, ../scss/mixin/font-awesome/_icons.scss */
.fa-phone:before {
content: "";
}
/* line 157, ../scss/mixin/font-awesome/_icons.scss */
.fa-square-o:before {
content: "";
}
/* line 158, ../scss/mixin/font-awesome/_icons.scss */
.fa-bookmark-o:before {
content: "";
}
/* line 159, ../scss/mixin/font-awesome/_icons.scss */
.fa-phone-square:before {
content: "";
}
/* line 160, ../scss/mixin/font-awesome/_icons.scss */
.fa-twitter:before {
content: "";
}
/* line 161, ../scss/mixin/font-awesome/_icons.scss */
.fa-facebook-f:before,
.fa-facebook:before {
content: "";
}
/* line 163, ../scss/mixin/font-awesome/_icons.scss */
.fa-github:before {
content: "";
}
/* line 164, ../scss/mixin/font-awesome/_icons.scss */
.fa-unlock:before {
content: "";
}
/* line 165, ../scss/mixin/font-awesome/_icons.scss */
.fa-credit-card:before {
content: "";
}
/* line 166, ../scss/mixin/font-awesome/_icons.scss */
.fa-rss:before {
content: "";
}
/* line 167, ../scss/mixin/font-awesome/_icons.scss */
.fa-hdd-o:before {
content: "";
}
/* line 168, ../scss/mixin/font-awesome/_icons.scss */
.fa-bullhorn:before {
content: "";
}
/* line 169, ../scss/mixin/font-awesome/_icons.scss */
.fa-bell:before {
content: "";
}
/* line 170, ../scss/mixin/font-awesome/_icons.scss */
.fa-certificate:before {
content: "";
}
/* line 171, ../scss/mixin/font-awesome/_icons.scss */
.fa-hand-o-right:before {
content: "";
}
/* line 172, ../scss/mixin/font-awesome/_icons.scss */
.fa-hand-o-left:before {
content: "";
}
/* line 173, ../scss/mixin/font-awesome/_icons.scss */
.fa-hand-o-up:before {
content: "";
}
/* line 174, ../scss/mixin/font-awesome/_icons.scss */
.fa-hand-o-down:before {
content: "";
}
/* line 175, ../scss/mixin/font-awesome/_icons.scss */
.fa-arrow-circle-left:before {
content: "";
}
/* line 176, ../scss/mixin/font-awesome/_icons.scss */
.fa-arrow-circle-right:before {
content: "";
}
/* line 177, ../scss/mixin/font-awesome/_icons.scss */
.fa-arrow-circle-up:before {
content: "";
}
/* line 178, ../scss/mixin/font-awesome/_icons.scss */
.fa-arrow-circle-down:before {
content: "";
}
/* line 179, ../scss/mixin/font-awesome/_icons.scss */
.fa-globe:before {
content: "";
}
/* line 180, ../scss/mixin/font-awesome/_icons.scss */
.fa-wrench:before {
content: "";
}
/* line 181, ../scss/mixin/font-awesome/_icons.scss */
.fa-tasks:before {
content: "";
}
/* line 182, ../scss/mixin/font-awesome/_icons.scss */
.fa-filter:before {
content: "";
}
/* line 183, ../scss/mixin/font-awesome/_icons.scss */
.fa-briefcase:before {
content: "";
}
/* line 184, ../scss/mixin/font-awesome/_icons.scss */
.fa-arrows-alt:before {
content: "";
}
/* line 185, ../scss/mixin/font-awesome/_icons.scss */
.fa-group:before,
.fa-users:before {
content: "";
}
/* line 187, ../scss/mixin/font-awesome/_icons.scss */
.fa-chain:before,
.fa-link:before {
content: "";
}
/* line 189, ../scss/mixin/font-awesome/_icons.scss */
.fa-cloud:before {
content: "";
}
/* line 190, ../scss/mixin/font-awesome/_icons.scss */
.fa-flask:before {
content: "";
}
/* line 191, ../scss/mixin/font-awesome/_icons.scss */
.fa-cut:before,
.fa-scissors:before {
content: "";
}
/* line 193, ../scss/mixin/font-awesome/_icons.scss */
.fa-copy:before,
.fa-files-o:before {
content: "";
}
/* line 195, ../scss/mixin/font-awesome/_icons.scss */
.fa-paperclip:before {
content: "";
}
/* line 196, ../scss/mixin/font-awesome/_icons.scss */
.fa-save:before,
.fa-floppy-o:before {
content: "";
}
/* line 198, ../scss/mixin/font-awesome/_icons.scss */
.fa-square:before {
content: "";
}
/* line 199, ../scss/mixin/font-awesome/_icons.scss */
.fa-navicon:before,
.fa-reorder:before,
.fa-bars:before {
content: "";
font-size: 19px;
}
/* line 202, ../scss/mixin/font-awesome/_icons.scss */
.fa-list-ul:before {
content: "";
}
/* line 203, ../scss/mixin/font-awesome/_icons.scss */
.fa-list-ol:before {
content: "";
}
/* line 204, ../scss/mixin/font-awesome/_icons.scss */
.fa-strikethrough:before {
content: "";
}
/* line 205, ../scss/mixin/font-awesome/_icons.scss */
.fa-underline:before {
content: "";
}
/* line 206, ../scss/mixin/font-awesome/_icons.scss */
.fa-table:before {
content: "";
}
/* line 207, ../scss/mixin/font-awesome/_icons.scss */
.fa-magic:before {
content: "";
}
/* line 208, ../scss/mixin/font-awesome/_icons.scss */
.fa-truck:before {
content: "";
}
/* line 209, ../scss/mixin/font-awesome/_icons.scss */
.fa-pinterest:before {
content: "";
}
/* line 210, ../scss/mixin/font-awesome/_icons.scss */
.fa-pinterest-square:before {
content: "";
}
/* line 211, ../scss/mixin/font-awesome/_icons.scss */
.fa-google-plus-square:before {
content: "";
}
/* line 212, ../scss/mixin/font-awesome/_icons.scss */
.fa-google-plus:before {
content: "";
}
/* line 213, ../scss/mixin/font-awesome/_icons.scss */
.fa-money:before {
content: "";
}
/* line 214, ../scss/mixin/font-awesome/_icons.scss */
.fa-caret-down:before, .skip-link em.caret:before {
content: "";
}
/* line 215, ../scss/mixin/font-awesome/_icons.scss */
.fa-caret-up:before, .skip-link.skip-active em.caret:before {
content: "";
}
/* line 216, ../scss/mixin/font-awesome/_icons.scss */
.fa-caret-left:before {
content: "";
}
/* line 217, ../scss/mixin/font-awesome/_icons.scss */
.fa-caret-right:before {
content: "";
}
/* line 218, ../scss/mixin/font-awesome/_icons.scss */
.fa-columns:before {
content: "";
}
/* line 219, ../scss/mixin/font-awesome/_icons.scss */
.fa-unsorted:before,
.fa-sort:before {
content: "";
}
/* line 221, ../scss/mixin/font-awesome/_icons.scss */
.fa-sort-down:before,
.fa-sort-desc:before {
content: "";
}
/* line 223, ../scss/mixin/font-awesome/_icons.scss */
.fa-sort-up:before,
.fa-sort-asc:before {
content: "";
}
/* line 225, ../scss/mixin/font-awesome/_icons.scss */
.fa-envelope:before {
content: "";
}
/* line 226, ../scss/mixin/font-awesome/_icons.scss */
.fa-linkedin:before {
content: "";
}
/* line 227, ../scss/mixin/font-awesome/_icons.scss */
.fa-rotate-left:before,
.fa-undo:before {
content: "";
}
/* line 229, ../scss/mixin/font-awesome/_icons.scss */
.fa-legal:before,
.fa-gavel:before {
content: "";
}
/* line 231, ../scss/mixin/font-awesome/_icons.scss */
.fa-dashboard:before,
.fa-tachometer:before {
content: "";
}
/* line 233, ../scss/mixin/font-awesome/_icons.scss */
.fa-comment-o:before {
content: "";
}
/* line 234, ../scss/mixin/font-awesome/_icons.scss */
.fa-comments-o:before {
content: "";
}
/* line 235, ../scss/mixin/font-awesome/_icons.scss */
.fa-flash:before,
.fa-bolt:before {
content: "";
}
/* line 237, ../scss/mixin/font-awesome/_icons.scss */
.fa-sitemap:before {
content: "";
}
/* line 238, ../scss/mixin/font-awesome/_icons.scss */
.fa-umbrella:before {
content: "";
}
/* line 239, ../scss/mixin/font-awesome/_icons.scss */
.fa-paste:before,
.fa-clipboard:before {
content: "";
}
/* line 241, ../scss/mixin/font-awesome/_icons.scss */
.fa-lightbulb-o:before {
content: "";
}
/* line 242, ../scss/mixin/font-awesome/_icons.scss */
.fa-exchange:before {
content: "";
}
/* line 243, ../scss/mixin/font-awesome/_icons.scss */
.fa-cloud-download:before {
content: "";
}
/* line 244, ../scss/mixin/font-awesome/_icons.scss */
.fa-cloud-upload:before {
content: "";
}
/* line 245, ../scss/mixin/font-awesome/_icons.scss */
.fa-user-md:before {
content: "";
}
/* line 246, ../scss/mixin/font-awesome/_icons.scss */
.fa-stethoscope:before {
content: "";
}
/* line 247, ../scss/mixin/font-awesome/_icons.scss */
.fa-suitcase:before {
content: "";
}
/* line 248, ../scss/mixin/font-awesome/_icons.scss */
.fa-bell-o:before {
content: "";
}
/* line 249, ../scss/mixin/font-awesome/_icons.scss */
.fa-coffee:before {
content: "";
}
/* line 250, ../scss/mixin/font-awesome/_icons.scss */
.fa-cutlery:before {
content: "";
}
/* line 251, ../scss/mixin/font-awesome/_icons.scss */
.fa-file-text-o:before {
content: "";
}
/* line 252, ../scss/mixin/font-awesome/_icons.scss */
.fa-building-o:before {
content: "";
}
/* line 253, ../scss/mixin/font-awesome/_icons.scss */
.fa-hospital-o:before {
content: "";
}
/* line 254, ../scss/mixin/font-awesome/_icons.scss */
.fa-ambulance:before {
content: "";
}
/* line 255, ../scss/mixin/font-awesome/_icons.scss */
.fa-medkit:before {
content: "";
}
/* line 256, ../scss/mixin/font-awesome/_icons.scss */
.fa-fighter-jet:before {
content: "";
}
/* line 257, ../scss/mixin/font-awesome/_icons.scss */
.fa-beer:before {
content: "";
}
/* line 258, ../scss/mixin/font-awesome/_icons.scss */
.fa-h-square:before {
content: "";
}
/* line 259, ../scss/mixin/font-awesome/_icons.scss */
.fa-plus-square:before {
content: "";
}
/* line 260, ../scss/mixin/font-awesome/_icons.scss */
.fa-angle-double-left:before {
content: "";
}
/* line 261, ../scss/mixin/font-awesome/_icons.scss */
.fa-angle-double-right:before {
content: "";
}
/* line 262, ../scss/mixin/font-awesome/_icons.scss */
.fa-angle-double-up:before {
content: "";
}
/* line 263, ../scss/mixin/font-awesome/_icons.scss */
.fa-angle-double-down:before {
content: "";
}
/* line 264, ../scss/mixin/font-awesome/_icons.scss */
.fa-angle-left:before {
content: "";
}
/* line 265, ../scss/mixin/font-awesome/_icons.scss */
.fa-angle-right:before {
content: "";
}
/* line 266, ../scss/mixin/font-awesome/_icons.scss */
.fa-angle-up:before {
content: "";
}
/* line 267, ../scss/mixin/font-awesome/_icons.scss */
.fa-angle-down:before {
content: "";
}
/* line 268, ../scss/mixin/font-awesome/_icons.scss */
.fa-desktop:before {
content: "";
}
/* line 269, ../scss/mixin/font-awesome/_icons.scss */
.fa-laptop:before {
content: "";
}
/* line 270, ../scss/mixin/font-awesome/_icons.scss */
.fa-tablet:before {
content: "";
}
/* line 271, ../scss/mixin/font-awesome/_icons.scss */
.fa-mobile-phone:before,
.fa-mobile:before {
content: "";
}
/* line 273, ../scss/mixin/font-awesome/_icons.scss */
.fa-circle-o:before {
content: "";
}
/* line 274, ../scss/mixin/font-awesome/_icons.scss */
.fa-quote-left:before {
content: "";
}
/* line 275, ../scss/mixin/font-awesome/_icons.scss */
.fa-quote-right:before {
content: "";
}
/* line 276, ../scss/mixin/font-awesome/_icons.scss */
.fa-spinner:before {
content: "";
}
/* line 277, ../scss/mixin/font-awesome/_icons.scss */
.fa-circle:before {
content: "";
}
/* line 278, ../scss/mixin/font-awesome/_icons.scss */
.fa-mail-reply:before,
.fa-reply:before {
content: "";
}
/* line 280, ../scss/mixin/font-awesome/_icons.scss */
.fa-github-alt:before {
content: "";
}
/* line 281, ../scss/mixin/font-awesome/_icons.scss */
.fa-folder-o:before {
content: "";
}
/* line 282, ../scss/mixin/font-awesome/_icons.scss */
.fa-folder-open-o:before {
content: "";
}
/* line 283, ../scss/mixin/font-awesome/_icons.scss */
.fa-smile-o:before {
content: "";
}
/* line 284, ../scss/mixin/font-awesome/_icons.scss */
.fa-frown-o:before {
content: "";
}
/* line 285, ../scss/mixin/font-awesome/_icons.scss */
.fa-meh-o:before {
content: "";
}
/* line 286, ../scss/mixin/font-awesome/_icons.scss */
.fa-gamepad:before {
content: "";
}
/* line 287, ../scss/mixin/font-awesome/_icons.scss */
.fa-keyboard-o:before {
content: "";
}
/* line 288, ../scss/mixin/font-awesome/_icons.scss */
.fa-flag-o:before {
content: "";
}
/* line 289, ../scss/mixin/font-awesome/_icons.scss */
.fa-flag-checkered:before {
content: "";
}
/* line 290, ../scss/mixin/font-awesome/_icons.scss */
.fa-terminal:before {
content: "";
}
/* line 291, ../scss/mixin/font-awesome/_icons.scss */
.fa-code:before {
content: "";
}
/* line 292, ../scss/mixin/font-awesome/_icons.scss */
.fa-mail-reply-all:before,
.fa-reply-all:before {
content: "";
}
/* line 294, ../scss/mixin/font-awesome/_icons.scss */
.fa-star-half-empty:before,
.fa-star-half-full:before,
.fa-star-half-o:before {
content: "";
}
/* line 297, ../scss/mixin/font-awesome/_icons.scss */
.fa-location-arrow:before {
content: "";
}
/* line 298, ../scss/mixin/font-awesome/_icons.scss */
.fa-crop:before {
content: "";
}
/* line 299, ../scss/mixin/font-awesome/_icons.scss */
.fa-code-fork:before {
content: "";
}
/* line 300, ../scss/mixin/font-awesome/_icons.scss */
.fa-unlink:before,
.fa-chain-broken:before {
content: "";
}
/* line 302, ../scss/mixin/font-awesome/_icons.scss */
.fa-question:before {
content: "";
}
/* line 303, ../scss/mixin/font-awesome/_icons.scss */
.fa-info:before {
content: "";
}
/* line 304, ../scss/mixin/font-awesome/_icons.scss */
.fa-exclamation:before {
content: "";
}
/* line 305, ../scss/mixin/font-awesome/_icons.scss */
.fa-superscript:before {
content: "";
}
/* line 306, ../scss/mixin/font-awesome/_icons.scss */
.fa-subscript:before {
content: "";
}
/* line 307, ../scss/mixin/font-awesome/_icons.scss */
.fa-eraser:before {
content: "";
}
/* line 308, ../scss/mixin/font-awesome/_icons.scss */
.fa-puzzle-piece:before {
content: "";
}
/* line 309, ../scss/mixin/font-awesome/_icons.scss */
.fa-microphone:before {
content: "";
}
/* line 310, ../scss/mixin/font-awesome/_icons.scss */
.fa-microphone-slash:before {
content: "";
}
/* line 311, ../scss/mixin/font-awesome/_icons.scss */
.fa-shield:before {
content: "";
}
/* line 312, ../scss/mixin/font-awesome/_icons.scss */
.fa-calendar-o:before {
content: "";
}
/* line 313, ../scss/mixin/font-awesome/_icons.scss */
.fa-fire-extinguisher:before {
content: "";
}
/* line 314, ../scss/mixin/font-awesome/_icons.scss */
.fa-rocket:before {
content: "";
}
/* line 315, ../scss/mixin/font-awesome/_icons.scss */
.fa-maxcdn:before {
content: "";
}
/* line 316, ../scss/mixin/font-awesome/_icons.scss */
.fa-chevron-circle-left:before {
content: "";
}
/* line 317, ../scss/mixin/font-awesome/_icons.scss */
.fa-chevron-circle-right:before {
content: "";
}
/* line 318, ../scss/mixin/font-awesome/_icons.scss */
.fa-chevron-circle-up:before {
content: "";
}
/* line 319, ../scss/mixin/font-awesome/_icons.scss */
.fa-chevron-circle-down:before {
content: "";
}
/* line 320, ../scss/mixin/font-awesome/_icons.scss */
.fa-html5:before {
content: "";
}
/* line 321, ../scss/mixin/font-awesome/_icons.scss */
.fa-css3:before {
content: "";
}
/* line 322, ../scss/mixin/font-awesome/_icons.scss */
.fa-anchor:before {
content: "";
}
/* line 323, ../scss/mixin/font-awesome/_icons.scss */
.fa-unlock-alt:before {
content: "";
}
/* line 324, ../scss/mixin/font-awesome/_icons.scss */
.fa-bullseye:before {
content: "";
}
/* line 325, ../scss/mixin/font-awesome/_icons.scss */
.fa-ellipsis-h:before {
content: "";
}
/* line 326, ../scss/mixin/font-awesome/_icons.scss */
.fa-ellipsis-v:before {
content: "";
}
/* line 327, ../scss/mixin/font-awesome/_icons.scss */
.fa-rss-square:before {
content: "";
}
/* line 328, ../scss/mixin/font-awesome/_icons.scss */
.fa-play-circle:before {
content: "";
}
/* line 329, ../scss/mixin/font-awesome/_icons.scss */
.fa-ticket:before {
content: "";
}
/* line 330, ../scss/mixin/font-awesome/_icons.scss */
.fa-minus-square:before {
content: "";
}
/* line 331, ../scss/mixin/font-awesome/_icons.scss */
.fa-minus-square-o:before {
content: "";
}
/* line 332, ../scss/mixin/font-awesome/_icons.scss */
.fa-level-up:before {
content: "";
}
/* line 333, ../scss/mixin/font-awesome/_icons.scss */
.fa-level-down:before {
content: "";
}
/* line 334, ../scss/mixin/font-awesome/_icons.scss */
.fa-check-square:before {
content: "";
}
/* line 335, ../scss/mixin/font-awesome/_icons.scss */
.fa-pencil-square:before {
content: "";
}
/* line 336, ../scss/mixin/font-awesome/_icons.scss */
.fa-external-link-square:before {
content: "";
}
/* line 337, ../scss/mixin/font-awesome/_icons.scss */
.fa-share-square:before {
content: "";
}
/* line 338, ../scss/mixin/font-awesome/_icons.scss */
.fa-compass:before {
content: "";
}
/* line 339, ../scss/mixin/font-awesome/_icons.scss */
.fa-toggle-down:before,
.fa-caret-square-o-down:before {
content: "";
}
/* line 341, ../scss/mixin/font-awesome/_icons.scss */
.fa-toggle-up:before,
.fa-caret-square-o-up:before {
content: "";
}
/* line 343, ../scss/mixin/font-awesome/_icons.scss */
.fa-toggle-right:before,
.fa-caret-square-o-right:before {
content: "";
}
/* line 345, ../scss/mixin/font-awesome/_icons.scss */
.fa-euro:before,
.fa-eur:before {
content: "";
}
/* line 347, ../scss/mixin/font-awesome/_icons.scss */
.fa-gbp:before {
content: "";
}
/* line 348, ../scss/mixin/font-awesome/_icons.scss */
.fa-dollar:before,
.fa-usd:before {
content: "";
}
/* line 350, ../scss/mixin/font-awesome/_icons.scss */
.fa-rupee:before,
.fa-inr:before {
content: "";
}
/* line 352, ../scss/mixin/font-awesome/_icons.scss */
.fa-cny:before,
.fa-rmb:before,
.fa-yen:before,
.fa-jpy:before {
content: "";
}
/* line 356, ../scss/mixin/font-awesome/_icons.scss */
.fa-ruble:before,
.fa-rouble:before,
.fa-rub:before {
content: "";
}
/* line 359, ../scss/mixin/font-awesome/_icons.scss */
.fa-won:before,
.fa-krw:before {
content: "";
}
/* line 361, ../scss/mixin/font-awesome/_icons.scss */
.fa-bitcoin:before,
.fa-btc:before {
content: "";
}
/* line 363, ../scss/mixin/font-awesome/_icons.scss */
.fa-file:before {
content: "";
}
/* line 364, ../scss/mixin/font-awesome/_icons.scss */
.fa-file-text:before {
content: "";
}
/* line 365, ../scss/mixin/font-awesome/_icons.scss */
.fa-sort-alpha-asc:before {
content: "";
}
/* line 366, ../scss/mixin/font-awesome/_icons.scss */
.fa-sort-alpha-desc:before {
content: "";
}
/* line 367, ../scss/mixin/font-awesome/_icons.scss */
.fa-sort-amount-asc:before {
content: "";
}
/* line 368, ../scss/mixin/font-awesome/_icons.scss */
.fa-sort-amount-desc:before {
content: "";
}
/* line 369, ../scss/mixin/font-awesome/_icons.scss */
.fa-sort-numeric-asc:before {
content: "";
}
/* line 370, ../scss/mixin/font-awesome/_icons.scss */
.fa-sort-numeric-desc:before {
content: "";
}
/* line 371, ../scss/mixin/font-awesome/_icons.scss */
.fa-thumbs-up:before {
content: "";
}
/* line 372, ../scss/mixin/font-awesome/_icons.scss */
.fa-thumbs-down:before {
content: "";
}
/* line 373, ../scss/mixin/font-awesome/_icons.scss */
.fa-youtube-square:before {
content: "";
}
/* line 374, ../scss/mixin/font-awesome/_icons.scss */
.fa-youtube:before {
content: "";
}
/* line 375, ../scss/mixin/font-awesome/_icons.scss */
.fa-xing:before {
content: "";
}
/* line 376, ../scss/mixin/font-awesome/_icons.scss */
.fa-xing-square:before {
content: "";
}
/* line 377, ../scss/mixin/font-awesome/_icons.scss */
.fa-youtube-play:before {
content: "";
}
/* line 378, ../scss/mixin/font-awesome/_icons.scss */
.fa-dropbox:before {
content: "";
}
/* line 379, ../scss/mixin/font-awesome/_icons.scss */
.fa-stack-overflow:before {
content: "";
}
/* line 380, ../scss/mixin/font-awesome/_icons.scss */
.fa-instagram:before {
content: "";
}
/* line 381, ../scss/mixin/font-awesome/_icons.scss */
.fa-flickr:before {
content: "";
}
/* line 382, ../scss/mixin/font-awesome/_icons.scss */
.fa-adn:before {
content: "";
}
/* line 383, ../scss/mixin/font-awesome/_icons.scss */
.fa-bitbucket:before {
content: "";
}
/* line 384, ../scss/mixin/font-awesome/_icons.scss */
.fa-bitbucket-square:before {
content: "";
}
/* line 385, ../scss/mixin/font-awesome/_icons.scss */
.fa-tumblr:before {
content: "";
}
/* line 386, ../scss/mixin/font-awesome/_icons.scss */
.fa-tumblr-square:before {
content: "";
}
/* line 387, ../scss/mixin/font-awesome/_icons.scss */
.fa-long-arrow-down:before {
content: "";
}
/* line 388, ../scss/mixin/font-awesome/_icons.scss */
.fa-long-arrow-up:before {
content: "";
}
/* line 389, ../scss/mixin/font-awesome/_icons.scss */
.fa-long-arrow-left:before {
content: "";
}
/* line 390, ../scss/mixin/font-awesome/_icons.scss */
.fa-long-arrow-right:before {
content: "";
}
/* line 391, ../scss/mixin/font-awesome/_icons.scss */
.fa-apple:before {
content: "";
}
/* line 392, ../scss/mixin/font-awesome/_icons.scss */
.fa-windows:before {
content: "";
}
/* line 393, ../scss/mixin/font-awesome/_icons.scss */
.fa-android:before {
content: "";
}
/* line 394, ../scss/mixin/font-awesome/_icons.scss */
.fa-linux:before {
content: "";
}
/* line 395, ../scss/mixin/font-awesome/_icons.scss */
.fa-dribbble:before {
content: "";
}
/* line 396, ../scss/mixin/font-awesome/_icons.scss */
.fa-skype:before {
content: "";
}
/* line 397, ../scss/mixin/font-awesome/_icons.scss */
.fa-foursquare:before {
content: "";
}
/* line 398, ../scss/mixin/font-awesome/_icons.scss */
.fa-trello:before {
content: "";
}
/* line 399, ../scss/mixin/font-awesome/_icons.scss */
.fa-female:before {
content: "";
}
/* line 400, ../scss/mixin/font-awesome/_icons.scss */
.fa-male:before {
content: "";
}
/* line 401, ../scss/mixin/font-awesome/_icons.scss */
.fa-gittip:before,
.fa-gratipay:before {
content: "";
}
/* line 403, ../scss/mixin/font-awesome/_icons.scss */
.fa-sun-o:before {
content: "";
}
/* line 404, ../scss/mixin/font-awesome/_icons.scss */
.fa-moon-o:before {
content: "";
}
/* line 405, ../scss/mixin/font-awesome/_icons.scss */
.fa-archive:before {
content: "";
}
/* line 406, ../scss/mixin/font-awesome/_icons.scss */
.fa-bug:before {
content: "";
}
/* line 407, ../scss/mixin/font-awesome/_icons.scss */
.fa-vk:before {
content: "";
}
/* line 408, ../scss/mixin/font-awesome/_icons.scss */
.fa-weibo:before {
content: "";
}
/* line 409, ../scss/mixin/font-awesome/_icons.scss */
.fa-renren:before {
content: "";
}
/* line 410, ../scss/mixin/font-awesome/_icons.scss */
.fa-pagelines:before {
content: "";
}
/* line 411, ../scss/mixin/font-awesome/_icons.scss */
.fa-stack-exchange:before {
content: "";
}
/* line 412, ../scss/mixin/font-awesome/_icons.scss */
.fa-arrow-circle-o-right:before {
content: "";
}
/* line 413, ../scss/mixin/font-awesome/_icons.scss */
.fa-arrow-circle-o-left:before {
content: "";
}
/* line 414, ../scss/mixin/font-awesome/_icons.scss */
.fa-toggle-left:before,
.fa-caret-square-o-left:before {
content: "";
}
/* line 416, ../scss/mixin/font-awesome/_icons.scss */
.fa-dot-circle-o:before {
content: "";
}
/* line 417, ../scss/mixin/font-awesome/_icons.scss */
.fa-wheelchair:before {
content: "";
}
/* line 418, ../scss/mixin/font-awesome/_icons.scss */
.fa-vimeo-square:before {
content: "";
}
/* line 419, ../scss/mixin/font-awesome/_icons.scss */
.fa-turkish-lira:before,
.fa-try:before {
content: "";
}
/* line 421, ../scss/mixin/font-awesome/_icons.scss */
.fa-plus-square-o:before {
content: "";
}
/* line 422, ../scss/mixin/font-awesome/_icons.scss */
.fa-space-shuttle:before {
content: "";
}
/* line 423, ../scss/mixin/font-awesome/_icons.scss */
.fa-slack:before {
content: "";
}
/* line 424, ../scss/mixin/font-awesome/_icons.scss */
.fa-envelope-square:before {
content: "";
}
/* line 425, ../scss/mixin/font-awesome/_icons.scss */
.fa-wordpress:before {
content: "";
}
/* line 426, ../scss/mixin/font-awesome/_icons.scss */
.fa-openid:before {
content: "";
}
/* line 427, ../scss/mixin/font-awesome/_icons.scss */
.fa-institution:before,
.fa-bank:before,
.fa-university:before {
content: "";
}
/* line 430, ../scss/mixin/font-awesome/_icons.scss */
.fa-mortar-board:before,
.fa-graduation-cap:before {
content: "";
}
/* line 432, ../scss/mixin/font-awesome/_icons.scss */
.fa-yahoo:before {
content: "";
}
/* line 433, ../scss/mixin/font-awesome/_icons.scss */
.fa-google:before {
content: "";
}
/* line 434, ../scss/mixin/font-awesome/_icons.scss */
.fa-reddit:before {
content: "";
}
/* line 435, ../scss/mixin/font-awesome/_icons.scss */
.fa-reddit-square:before {
content: "";
}
/* line 436, ../scss/mixin/font-awesome/_icons.scss */
.fa-stumbleupon-circle:before {
content: "";
}
/* line 437, ../scss/mixin/font-awesome/_icons.scss */
.fa-stumbleupon:before {
content: "";
}
/* line 438, ../scss/mixin/font-awesome/_icons.scss */
.fa-delicious:before {
content: "";
}
/* line 439, ../scss/mixin/font-awesome/_icons.scss */
.fa-digg:before {
content: "";
}
/* line 440, ../scss/mixin/font-awesome/_icons.scss */
.fa-pied-piper:before {
content: "";
}
/* line 441, ../scss/mixin/font-awesome/_icons.scss */
.fa-pied-piper-alt:before {
content: "";
}
/* line 442, ../scss/mixin/font-awesome/_icons.scss */
.fa-drupal:before {
content: "";
}
/* line 443, ../scss/mixin/font-awesome/_icons.scss */
.fa-joomla:before {
content: "";
}
/* line 444, ../scss/mixin/font-awesome/_icons.scss */
.fa-language:before {
content: "";
}
/* line 445, ../scss/mixin/font-awesome/_icons.scss */
.fa-fax:before {
content: "";
}
/* line 446, ../scss/mixin/font-awesome/_icons.scss */
.fa-building:before {
content: "";
}
/* line 447, ../scss/mixin/font-awesome/_icons.scss */
.fa-child:before {
content: "";
}
/* line 448, ../scss/mixin/font-awesome/_icons.scss */
.fa-paw:before {
content: "";
}
/* line 449, ../scss/mixin/font-awesome/_icons.scss */
.fa-spoon:before {
content: "";
}
/* line 450, ../scss/mixin/font-awesome/_icons.scss */
.fa-cube:before {
content: "";
}
/* line 451, ../scss/mixin/font-awesome/_icons.scss */
.fa-cubes:before {
content: "";
}
/* line 452, ../scss/mixin/font-awesome/_icons.scss */
.fa-behance:before {
content: "";
}
/* line 453, ../scss/mixin/font-awesome/_icons.scss */
.fa-behance-square:before {
content: "";
}
/* line 454, ../scss/mixin/font-awesome/_icons.scss */
.fa-steam:before {
content: "";
}
/* line 455, ../scss/mixin/font-awesome/_icons.scss */
.fa-steam-square:before {
content: "";
}
/* line 456, ../scss/mixin/font-awesome/_icons.scss */
.fa-recycle:before {
content: "";
}
/* line 457, ../scss/mixin/font-awesome/_icons.scss */
.fa-automobile:before,
.fa-car:before {
content: "";
}
/* line 459, ../scss/mixin/font-awesome/_icons.scss */
.fa-cab:before,
.fa-taxi:before {
content: "";
}
/* line 461, ../scss/mixin/font-awesome/_icons.scss */
.fa-tree:before {
content: "";
}
/* line 462, ../scss/mixin/font-awesome/_icons.scss */
.fa-spotify:before {
content: "";
}
/* line 463, ../scss/mixin/font-awesome/_icons.scss */
.fa-deviantart:before {
content: "";
}
/* line 464, ../scss/mixin/font-awesome/_icons.scss */
.fa-soundcloud:before {
content: "";
}
/* line 465, ../scss/mixin/font-awesome/_icons.scss */
.fa-database:before {
content: "";
}
/* line 466, ../scss/mixin/font-awesome/_icons.scss */
.fa-file-pdf-o:before {
content: "";
}
/* line 467, ../scss/mixin/font-awesome/_icons.scss */
.fa-file-word-o:before {
content: "";
}
/* line 468, ../scss/mixin/font-awesome/_icons.scss */
.fa-file-excel-o:before {
content: "";
}
/* line 469, ../scss/mixin/font-awesome/_icons.scss */
.fa-file-powerpoint-o:before {
content: "";
}
/* line 470, ../scss/mixin/font-awesome/_icons.scss */
.fa-file-photo-o:before,
.fa-file-picture-o:before,
.fa-file-image-o:before {
content: "";
}
/* line 473, ../scss/mixin/font-awesome/_icons.scss */
.fa-file-zip-o:before,
.fa-file-archive-o:before {
content: "";
}
/* line 475, ../scss/mixin/font-awesome/_icons.scss */
.fa-file-sound-o:before,
.fa-file-audio-o:before {
content: "";
}
/* line 477, ../scss/mixin/font-awesome/_icons.scss */
.fa-file-movie-o:before,
.fa-file-video-o:before {
content: "";
}
/* line 479, ../scss/mixin/font-awesome/_icons.scss */
.fa-file-code-o:before {
content: "";
}
/* line 480, ../scss/mixin/font-awesome/_icons.scss */
.fa-vine:before {
content: "";
}
/* line 481, ../scss/mixin/font-awesome/_icons.scss */
.fa-codepen:before {
content: "";
}
/* line 482, ../scss/mixin/font-awesome/_icons.scss */
.fa-jsfiddle:before {
content: "";
}
/* line 483, ../scss/mixin/font-awesome/_icons.scss */
.fa-life-bouy:before,
.fa-life-buoy:before,
.fa-life-saver:before,
.fa-support:before,
.fa-life-ring:before {
content: "";
}
/* line 488, ../scss/mixin/font-awesome/_icons.scss */
.fa-circle-o-notch:before {
content: "";
}
/* line 489, ../scss/mixin/font-awesome/_icons.scss */
.fa-ra:before,
.fa-rebel:before {
content: "";
}
/* line 491, ../scss/mixin/font-awesome/_icons.scss */
.fa-ge:before,
.fa-empire:before {
content: "";
}
/* line 493, ../scss/mixin/font-awesome/_icons.scss */
.fa-git-square:before {
content: "";
}
/* line 494, ../scss/mixin/font-awesome/_icons.scss */
.fa-git:before {
content: "";
}
/* line 495, ../scss/mixin/font-awesome/_icons.scss */
.fa-hacker-news:before {
content: "";
}
/* line 496, ../scss/mixin/font-awesome/_icons.scss */
.fa-tencent-weibo:before {
content: "";
}
/* line 497, ../scss/mixin/font-awesome/_icons.scss */
.fa-qq:before {
content: "";
}
/* line 498, ../scss/mixin/font-awesome/_icons.scss */
.fa-wechat:before,
.fa-weixin:before {
content: "";
}
/* line 500, ../scss/mixin/font-awesome/_icons.scss */
.fa-send:before,
.fa-paper-plane:before {
content: "";
}
/* line 502, ../scss/mixin/font-awesome/_icons.scss */
.fa-send-o:before,
.fa-paper-plane-o:before {
content: "";
}
/* line 504, ../scss/mixin/font-awesome/_icons.scss */
.fa-history:before {
content: "";
}
/* line 505, ../scss/mixin/font-awesome/_icons.scss */
.fa-genderless:before,
.fa-circle-thin:before {
content: "";
}
/* line 507, ../scss/mixin/font-awesome/_icons.scss */
.fa-header:before {
content: "";
}
/* line 508, ../scss/mixin/font-awesome/_icons.scss */
.fa-paragraph:before {
content: "";
}
/* line 509, ../scss/mixin/font-awesome/_icons.scss */
.fa-sliders:before {
content: "";
}
/* line 510, ../scss/mixin/font-awesome/_icons.scss */
.fa-share-alt:before {
content: "";
}
/* line 511, ../scss/mixin/font-awesome/_icons.scss */
.fa-share-alt-square:before {
content: "";
}
/* line 512, ../scss/mixin/font-awesome/_icons.scss */
.fa-bomb:before {
content: "";
}
/* line 513, ../scss/mixin/font-awesome/_icons.scss */
.fa-soccer-ball-o:before,
.fa-futbol-o:before {
content: "";
}
/* line 515, ../scss/mixin/font-awesome/_icons.scss */
.fa-tty:before {
content: "";
}
/* line 516, ../scss/mixin/font-awesome/_icons.scss */
.fa-binoculars:before {
content: "";
}
/* line 517, ../scss/mixin/font-awesome/_icons.scss */
.fa-plug:before {
content: "";
}
/* line 518, ../scss/mixin/font-awesome/_icons.scss */
.fa-slideshare:before {
content: "";
}
/* line 519, ../scss/mixin/font-awesome/_icons.scss */
.fa-twitch:before {
content: "";
}
/* line 520, ../scss/mixin/font-awesome/_icons.scss */
.fa-yelp:before {
content: "";
}
/* line 521, ../scss/mixin/font-awesome/_icons.scss */
.fa-newspaper-o:before {
content: "";
}
/* line 522, ../scss/mixin/font-awesome/_icons.scss */
.fa-wifi:before {
content: "";
}
/* line 523, ../scss/mixin/font-awesome/_icons.scss */
.fa-calculator:before {
content: "";
}
/* line 524, ../scss/mixin/font-awesome/_icons.scss */
.fa-paypal:before {
content: "";
}
/* line 525, ../scss/mixin/font-awesome/_icons.scss */
.fa-google-wallet:before {
content: "";
}
/* line 526, ../scss/mixin/font-awesome/_icons.scss */
.fa-cc-visa:before {
content: "";
}
/* line 527, ../scss/mixin/font-awesome/_icons.scss */
.fa-cc-mastercard:before {
content: "";
}
/* line 528, ../scss/mixin/font-awesome/_icons.scss */
.fa-cc-discover:before {
content: "";
}
/* line 529, ../scss/mixin/font-awesome/_icons.scss */
.fa-cc-amex:before {
content: "";
}
/* line 530, ../scss/mixin/font-awesome/_icons.scss */
.fa-cc-paypal:before {
content: "";
}
/* line 531, ../scss/mixin/font-awesome/_icons.scss */
.fa-cc-stripe:before {
content: "";
}
/* line 532, ../scss/mixin/font-awesome/_icons.scss */
.fa-bell-slash:before {
content: "";
}
/* line 533, ../scss/mixin/font-awesome/_icons.scss */
.fa-bell-slash-o:before {
content: "";
}
/* line 534, ../scss/mixin/font-awesome/_icons.scss */
.fa-trash:before {
content: "";
}
/* line 535, ../scss/mixin/font-awesome/_icons.scss */
.fa-copyright:before {
content: "";
}
/* line 536, ../scss/mixin/font-awesome/_icons.scss */
.fa-at:before {
content: "";
}
/* line 537, ../scss/mixin/font-awesome/_icons.scss */
.fa-eyedropper:before {
content: "";
}
/* line 538, ../scss/mixin/font-awesome/_icons.scss */
.fa-paint-brush:before {
content: "";
}
/* line 539, ../scss/mixin/font-awesome/_icons.scss */
.fa-birthday-cake:before {
content: "";
}
/* line 540, ../scss/mixin/font-awesome/_icons.scss */
.fa-area-chart:before {
content: "";
}
/* line 541, ../scss/mixin/font-awesome/_icons.scss */
.fa-pie-chart:before {
content: "";
}
/* line 542, ../scss/mixin/font-awesome/_icons.scss */
.fa-line-chart:before {
content: "";
}
/* line 543, ../scss/mixin/font-awesome/_icons.scss */
.fa-lastfm:before {
content: "";
}
/* line 544, ../scss/mixin/font-awesome/_icons.scss */
.fa-lastfm-square:before {
content: "";
}
/* line 545, ../scss/mixin/font-awesome/_icons.scss */
.fa-toggle-off:before {
content: "";
}
/* line 546, ../scss/mixin/font-awesome/_icons.scss */
.fa-toggle-on:before {
content: "";
}
/* line 547, ../scss/mixin/font-awesome/_icons.scss */
.fa-bicycle:before {
content: "";
}
/* line 548, ../scss/mixin/font-awesome/_icons.scss */
.fa-bus:before {
content: "";
}
/* line 549, ../scss/mixin/font-awesome/_icons.scss */
.fa-ioxhost:before {
content: "";
}
/* line 550, ../scss/mixin/font-awesome/_icons.scss */
.fa-angellist:before {
content: "";
}
/* line 551, ../scss/mixin/font-awesome/_icons.scss */
.fa-cc:before {
content: "";
}
/* line 552, ../scss/mixin/font-awesome/_icons.scss */
.fa-shekel:before,
.fa-sheqel:before,
.fa-ils:before {
content: "";
}
/* line 555, ../scss/mixin/font-awesome/_icons.scss */
.fa-meanpath:before {
content: "";
}
/* line 556, ../scss/mixin/font-awesome/_icons.scss */
.fa-buysellads:before {
content: "";
}
/* line 557, ../scss/mixin/font-awesome/_icons.scss */
.fa-connectdevelop:before {
content: "";
}
/* line 558, ../scss/mixin/font-awesome/_icons.scss */
.fa-dashcube:before {
content: "";
}
/* line 559, ../scss/mixin/font-awesome/_icons.scss */
.fa-forumbee:before {
content: "";
}
/* line 560, ../scss/mixin/font-awesome/_icons.scss */
.fa-leanpub:before {
content: "";
}
/* line 561, ../scss/mixin/font-awesome/_icons.scss */
.fa-sellsy:before {
content: "";
}
/* line 562, ../scss/mixin/font-awesome/_icons.scss */
.fa-shirtsinbulk:before {
content: "";
}
/* line 563, ../scss/mixin/font-awesome/_icons.scss */
.fa-simplybuilt:before {
content: "";
}
/* line 564, ../scss/mixin/font-awesome/_icons.scss */
.fa-skyatlas:before {
content: "";
}
/* line 565, ../scss/mixin/font-awesome/_icons.scss */
.fa-cart-plus:before {
content: "";
}
/* line 566, ../scss/mixin/font-awesome/_icons.scss */
.fa-cart-arrow-down:before {
content: "";
}
/* line 567, ../scss/mixin/font-awesome/_icons.scss */
.fa-diamond:before {
content: "";
}
/* line 568, ../scss/mixin/font-awesome/_icons.scss */
.fa-ship:before {
content: "";
}
/* line 569, ../scss/mixin/font-awesome/_icons.scss */
.fa-user-secret:before {
content: "";
}
/* line 570, ../scss/mixin/font-awesome/_icons.scss */
.fa-motorcycle:before {
content: "";
}
/* line 571, ../scss/mixin/font-awesome/_icons.scss */
.fa-street-view:before {
content: "";
}
/* line 572, ../scss/mixin/font-awesome/_icons.scss */
.fa-heartbeat:before {
content: "";
}
/* line 573, ../scss/mixin/font-awesome/_icons.scss */
.fa-venus:before {
content: "";
}
/* line 574, ../scss/mixin/font-awesome/_icons.scss */
.fa-mars:before {
content: "";
}
/* line 575, ../scss/mixin/font-awesome/_icons.scss */
.fa-mercury:before {
content: "";
}
/* line 576, ../scss/mixin/font-awesome/_icons.scss */
.fa-transgender:before {
content: "";
}
/* line 577, ../scss/mixin/font-awesome/_icons.scss */
.fa-transgender-alt:before {
content: "";
}
/* line 578, ../scss/mixin/font-awesome/_icons.scss */
.fa-venus-double:before {
content: "";
}
/* line 579, ../scss/mixin/font-awesome/_icons.scss */
.fa-mars-double:before {
content: "";
}
/* line 580, ../scss/mixin/font-awesome/_icons.scss */
.fa-venus-mars:before {
content: "";
}
/* line 581, ../scss/mixin/font-awesome/_icons.scss */
.fa-mars-stroke:before {
content: "";
}
/* line 582, ../scss/mixin/font-awesome/_icons.scss */
.fa-mars-stroke-v:before {
content: "";
}
/* line 583, ../scss/mixin/font-awesome/_icons.scss */
.fa-mars-stroke-h:before {
content: "";
}
/* line 584, ../scss/mixin/font-awesome/_icons.scss */
.fa-neuter:before {
content: "";
}
/* line 585, ../scss/mixin/font-awesome/_icons.scss */
.fa-facebook-official:before {
content: "";
}
/* line 586, ../scss/mixin/font-awesome/_icons.scss */
.fa-pinterest-p:before {
content: "";
}
/* line 587, ../scss/mixin/font-awesome/_icons.scss */
.fa-whatsapp:before {
content: "";
}
/* line 588, ../scss/mixin/font-awesome/_icons.scss */
.fa-server:before {
content: "";
}
/* line 589, ../scss/mixin/font-awesome/_icons.scss */
.fa-user-plus:before {
content: "";
}
/* line 590, ../scss/mixin/font-awesome/_icons.scss */
.fa-user-times:before {
content: "";
}
/* line 591, ../scss/mixin/font-awesome/_icons.scss */
.fa-hotel:before,
.fa-bed:before {
content: "";
}
/* line 593, ../scss/mixin/font-awesome/_icons.scss */
.fa-viacoin:before {
content: "";
}
/* line 594, ../scss/mixin/font-awesome/_icons.scss */
.fa-train:before {
content: "";
}
/* line 595, ../scss/mixin/font-awesome/_icons.scss */
.fa-subway:before {
content: "";
}
/* line 596, ../scss/mixin/font-awesome/_icons.scss */
.fa-medium:before {
content: "";
}
/*!
* ruble fonts
*/
/* FONT PATH
* -------------------------- */
@font-face {
font-family: 'RUBDC';
font-style: normal;
font-weight: normal;
src: url("https://www.nespresso.com/ru/skin/frontend/nespresso/default/fonts/ruble/RUBSN.otf");
}
/*!
* nespresso lucas fonts
*/
/* FONT PATH
* -------------------------- */
@font-face {
font-family: 'NespressoLucas-Regular';
src: url("ru/skin/frontend/nespresso/default/fonts/lucas/Regular/NespressoLucas-Regular.eot");
src: url("ru/skin/frontend/nespresso/default/fonts/lucas/Regular/NespressoLucas-Regular.eot") format("embedded-opentype"), url("ru/skin/frontend/nespresso/default/fonts/lucas/Regular/NespressoLucas-Regular.woff2_v_1.5") format("woff2"), url("ru/skin/frontend/nespresso/default/fonts/lucas/Regular/NespressoLucas-Regular.woff") format("woff"), url("ru/skin/frontend/nespresso/default/fonts/lucas/Regular/NespressoLucas-Regular.ttf") format("truetype"), url("ru/skin/frontend/nespresso/default/fonts/lucas/Regular/NespressoLucas-Regular.svg") format("svg");
font-weight: normal;
font-style: normal;
}
@font-face {
font-family: 'NespressoLucas-Bold';
src: url("ru/skin/frontend/nespresso/default/fonts/lucas/Bold/NespressoLucas-Bold.eot");
src: url("ru/skin/frontend/nespresso/default/fonts/lucas/Bold/NespressoLucas-Bold.eot") format("embedded-opentype"), url("ru/skin/frontend/nespresso/default/fonts/lucas/Bold/NespressoLucas-Bold.woff2_v_1.5") format("woff2"), url("ru/skin/frontend/nespresso/default/fonts/lucas/Bold/NespressoLucas-Bold.woff") format("woff"), url("ru/skin/frontend/nespresso/default/fonts/lucas/Bold/NespressoLucas-Bold.ttf") format("truetype"), url("ru/skin/frontend/nespresso/default/fonts/lucas/Bold/NespressoLucas-Bold.svg") format("svg");
font-weight: bold;
font-style: normal;
}
@font-face {
font-family: 'NespressoLucas-Light';
src: url("ru/skin/frontend/nespresso/default/fonts/lucas/Light/NespressoLucas-Light.eot");
src: url("ru/skin/frontend/nespresso/default/fonts/lucas/Light/NespressoLucas-Light.eot") format("embedded-opentype"), url("ru/skin/frontend/nespresso/default/fonts/lucas/Light/NespressoLucas-Light.woff2_v_1.5") format("woff2"), url("ru/skin/frontend/nespresso/default/fonts/lucas/Light/NespressoLucas-Light.woff") format("woff"), url("ru/skin/frontend/nespresso/default/fonts/lucas/Light/NespressoLucas-Light.ttf") format("truetype"), url("ru/skin/frontend/nespresso/default/fonts/lucas/Light/NespressoLucas-Light.svg") format("svg");
font-weight: bold;
font-style: normal;
}
@font-face {
font-family: 'NespressoLucas-SemiBd';
src: url("ru/skin/frontend/nespresso/default/fonts/lucas/SemiBd/NespressoLucas-SemiBd.eot");
src: url("ru/skin/frontend/nespresso/default/fonts/lucas/SemiBd/NespressoLucas-SemiBd.eot") format("embedded-opentype"), url("ru/skin/frontend/nespresso/default/fonts/lucas/SemiBd/NespressoLucas-SemiBd.woff2_v_1.5") format("woff2"), url("ru/skin/frontend/nespresso/default/fonts/lucas/SemiBd/NespressoLucas-SemiBd.woff") format("woff"), url("ru/skin/frontend/nespresso/default/fonts/lucas/SemiBd/NespressoLucas-SemiBd.ttf") format("truetype"), url("ru/skin/frontend/nespresso/default/fonts/lucas/SemiBd/NespressoLucas-SemiBd.svg") format("svg");
font-weight: bold;
font-style: normal;
}
@font-face {
font-family: 'NespressoLucas-XtraBd';
src: url("ru/skin/frontend/nespresso/default/fonts/lucas/XtraBd/NespressoLucas-XtraBd.eot");
src: url("ru/skin/frontend/nespresso/default/fonts/lucas/XtraBd/NespressoLucas-XtraBd.eot") format("embedded-opentype"), url("ru/skin/frontend/nespresso/default/fonts/lucas/XtraBd/NespressoLucas-XtraBd.woff2_v_1.5") format("woff2"), url("ru/skin/frontend/nespresso/default/fonts/lucas/XtraBd/NespressoLucas-XtraBd.woff") format("woff"), url("ru/skin/frontend/nespresso/default/fonts/lucas/XtraBd/NespressoLucas-XtraBd.ttf") format("truetype"), url("ru/skin/frontend/nespresso/default/fonts/lucas/XtraBd/NespressoLucas-XtraBd.svg") format("svg");
font-weight: bold;
font-style: normal;
}
/*!
* nespresso icons fonts
*/
/* FONT ICON PATH
* -------------------------- */
@font-face {
font-family: 'Nespresso Icons';
src: url("ru/skin/frontend/nespresso/default/fonts/nespresso-icons-webfont.woff") format("woff");
font-weight: normal;
font-style: normal;
}
/*
Created on : 30.11.2017, 17:03:57
Author : Mygento Team
*/
/*! normalize.css v2.0.1 | MIT License | git.io/normalize */
/* ==========================================================================
HTML5 display definitions
========================================================================== */
/*
* Corrects `block` display not defined in IE 8/9.
*/
/* line 11, ../../../rwd/default/scss/vendor/_normalize.scss */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
nav,
section,
summary {
display: block;
}
/*
* Corrects `inline-block` display not defined in IE 8/9.
*/
/* line 29, ../../../rwd/default/scss/vendor/_normalize.scss */
audio,
canvas,
video {
display: inline-block;
}
/*
* Prevents modern browsers from displaying `audio` without controls.
* Remove excess height in iOS 5 devices.
*/
/* line 40, ../../../rwd/default/scss/vendor/_normalize.scss */
audio:not([controls]) {
display: none;
height: 0;
}
/*
* Addresses styling for `hidden` attribute not present in IE 8/9.
*/
/* line 49, ../../../rwd/default/scss/vendor/_normalize.scss */
[hidden] {
display: none;
}
/* ==========================================================================
Base
========================================================================== */
/*
* 1. Sets default font family to sans-serif.
* 2. Prevents iOS text size adjust after orientation change, without disabling
* user zoom.
*/
/* line 63, ../../../rwd/default/scss/vendor/_normalize.scss */
html {
font-family: sans-serif;
/* 1 */
-webkit-text-size-adjust: 100%;
/* 2 */
-ms-text-size-adjust: 100%;
/* 2 */
}
/*
* Removes default margin.
*/
/* line 73, ../../../rwd/default/scss/vendor/_normalize.scss */
body {
margin: 0;
}
/* ==========================================================================
Links
========================================================================== */
/*
* Addresses `outline` inconsistency between Chrome and other browsers.
*/
/* line 85, ../../../rwd/default/scss/vendor/_normalize.scss */
a:focus {
outline: thin dotted;
}
/*
* Improves readability when focused and also mouse hovered in all browsers.
*/
/* line 93, ../../../rwd/default/scss/vendor/_normalize.scss */
a:active,
a:hover {
outline: 0;
}
/* ==========================================================================
Typography
========================================================================== */
/*
* Addresses `h1` font sizes within `section` and `article` in Firefox 4+,
* Safari 5, and Chrome.
*/
/* line 107, ../../../rwd/default/scss/vendor/_normalize.scss */
h1 {
font-size: 2em;
}
/*
* Addresses styling not present in IE 8/9, Safari 5, and Chrome.
*/
/* line 115, ../../../rwd/default/scss/vendor/_normalize.scss */
abbr[title] {
border-bottom: 1px dotted;
}
/*
* Addresses style set to `bolder` in Firefox 4+, Safari 5, and Chrome.
*/
/* line 123, ../../../rwd/default/scss/vendor/_normalize.scss */
b,
strong {
font-weight: bold;
}
/*
* Addresses styling not present in Safari 5 and Chrome.
*/
/* line 132, ../../../rwd/default/scss/vendor/_normalize.scss */
dfn {
font-style: italic;
}
/*
* Addresses styling not present in IE 8/9.
*/
/* line 140, ../../../rwd/default/scss/vendor/_normalize.scss */
mark {
background: #ff0;
color: #000;
}
/*
* Corrects font family set oddly in Safari 5 and Chrome.
*/
/* line 150, ../../../rwd/default/scss/vendor/_normalize.scss */
code,
kbd,
pre,
samp {
font-family: monospace, serif;
font-size: 1em;
}
/*
* Improves readability of pre-formatted text in all browsers.
*/
/* line 162, ../../../rwd/default/scss/vendor/_normalize.scss */
pre {
white-space: pre;
white-space: pre-wrap;
word-wrap: break-word;
}
/*
* Sets consistent quote types.
*/
/* line 172, ../../../rwd/default/scss/vendor/_normalize.scss */
q {
quotes: "\201C" "\201D" "\2018" "\2019";
}
/*
* Addresses inconsistent and variable font size in all browsers.
*/
/* line 180, ../../../rwd/default/scss/vendor/_normalize.scss */
small {
font-size: 80%;
}
/*
* Prevents `sub` and `sup` affecting `line-height` in all browsers.
*/
/* line 188, ../../../rwd/default/scss/vendor/_normalize.scss */
sub,
sup {
font-size: 75%;
line-height: 0;
position: relative;
vertical-align: baseline;
}
/* line 196, ../../../rwd/default/scss/vendor/_normalize.scss */
sup {
top: -0.5em;
}
/* line 200, ../../../rwd/default/scss/vendor/_normalize.scss */
sub {
bottom: -0.25em;
}
/* ==========================================================================
Embedded content
========================================================================== */
/*
* Removes border when inside `a` element in IE 8/9.
*/
/* line 212, ../../../rwd/default/scss/vendor/_normalize.scss */
img {
border: 0;
}
/*
* Corrects overflow displayed oddly in IE 9.
*/
/* line 220, ../../../rwd/default/scss/vendor/_normalize.scss */
svg:not(:root) {
overflow: hidden;
}
/* ==========================================================================
Figures
========================================================================== */
/*
* Addresses margin not present in IE 8/9 and Safari 5.
*/
/* line 232, ../../../rwd/default/scss/vendor/_normalize.scss */
figure {
margin: 0;
}
/* ==========================================================================
Forms
========================================================================== */
/*
* Define consistent border, margin, and padding.
*/
/* line 244, ../../../rwd/default/scss/vendor/_normalize.scss */
fieldset {
border: 1px solid #c0c0c0;
margin: 0 2px;
padding: 0.35em 0.625em 0.75em;
}
/*
* 1. Corrects color not being inherited in IE 8/9.
* 2. Remove padding so people aren't caught out if they zero out fieldsets.
*/
/* line 255, ../../../rwd/default/scss/vendor/_normalize.scss */
legend {
border: 0;
/* 1 */
padding: 0;
/* 2 */
}
/*
* 1. Corrects font family not being inherited in all browsers.
* 2. Corrects font size not being inherited in all browsers.
* 3. Addresses margins set differently in Firefox 4+, Safari 5, and Chrome
*/
/* line 266, ../../../rwd/default/scss/vendor/_normalize.scss */
button,
input,
select,
textarea {
font-family: inherit;
/* 1 */
font-size: 100%;
/* 2 */
margin: 0;
/* 3 */
}
/*
* Addresses Firefox 4+ setting `line-height` on `input` using `!important` in
* the UA stylesheet.
*/
/* line 280, ../../../rwd/default/scss/vendor/_normalize.scss */
button,
input {
line-height: normal;
}
/*
* 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
* and `video` controls.
* 2. Corrects inability to style clickable `input` types in iOS.
* 3. Improves usability and consistency of cursor style between image-type
* `input` and others.
*/
/* line 293, ../../../rwd/default/scss/vendor/_normalize.scss */
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
-webkit-appearance: button;
/* 2 */
cursor: pointer;
/* 3 */
}
/*
* Re-set default cursor for disabled elements.
*/
/* line 305, ../../../rwd/default/scss/vendor/_normalize.scss */
button[disabled],
input[disabled] {
cursor: default;
}
/*
* 1. Addresses box sizing set to `content-box` in IE 8/9.
* 2. Removes excess padding in IE 8/9.
*/
/* line 315, ../../../rwd/default/scss/vendor/_normalize.scss */
input[type="checkbox"],
input[type="radio"] {
box-sizing: border-box;
/* 1 */
padding: 0;
/* 2 */
}
/*
* 1. Addresses `appearance` set to `searchfield` in Safari 5 and Chrome.
* 2. Addresses `box-sizing` set to `border-box` in Safari 5 and Chrome
* (include `-moz` to future-proof).
*/
/* line 327, ../../../rwd/default/scss/vendor/_normalize.scss */
input[type="search"] {
-webkit-appearance: textfield;
/* 1 */
-moz-box-sizing: content-box;
-webkit-box-sizing: content-box;
/* 2 */
box-sizing: content-box;
}
/*
* Removes inner padding and search cancel button in Safari 5 and Chrome
* on OS X.
*/
/* line 339, ../../../rwd/default/scss/vendor/_normalize.scss */
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
-webkit-appearance: none;
}
/*
* Removes inner padding and border in Firefox 4+.
*/
/* line 348, ../../../rwd/default/scss/vendor/_normalize.scss */
button::-moz-focus-inner,
input::-moz-focus-inner {
border: 0;
padding: 0;
}
/*
* 1. Removes default vertical scrollbar in IE 8/9.
* 2. Improves readability and alignment in all browsers.
*/
/* line 359, ../../../rwd/default/scss/vendor/_normalize.scss */
textarea {
overflow: auto;
/* 1 */
vertical-align: top;
/* 2 */
}
/* ==========================================================================
Tables
========================================================================== */
/*
* Remove most spacing between table cells.
*/
/* line 372, ../../../rwd/default/scss/vendor/_normalize.scss */
table {
border-collapse: collapse;
border-spacing: 0;
}
/* ============================================ *
* Reset
* ============================================ */
/* line 30, ../../../rwd/default/scss/core/_reset.scss */
*,
*:before,
*:after {
-moz-box-sizing: border-box;
-webkit-box-sizing: border-box;
box-sizing: border-box;
margin: 0;
padding: 0;
}
/* line 38, ../../../rwd/default/scss/core/_reset.scss */
html {
-webkit-tap-highlight-color: transparent;
/* Prevent tap highlight on iOS/Android */
-webkit-text-size-adjust: 100%;
/* Prevent automatic scaling on iOS */
}
/* line 43, ../../../rwd/default/scss/core/_reset.scss */
body {
background: #FFFFFF;
color: #000000;
line-height: 1;
}
/* line 49, ../../../rwd/default/scss/core/_reset.scss */
html,
body,
img,
fieldset,
abbr,
acronym {
border: 0;
}
/* line 58, ../../../rwd/default/scss/core/_reset.scss */
h1,
h2,
h3,
h4,
h5,
h6 {
font-size: 100%;
font-weight: normal;
}
/* line 68, ../../../rwd/default/scss/core/_reset.scss */
th,
code,
cite,
caption {
font-weight: normal;
font-style: normal;
text-align: left;
}
/* line 77, ../../../rwd/default/scss/core/_reset.scss */
address {
font-style: normal;
}
/* line 81, ../../../rwd/default/scss/core/_reset.scss */
fieldset {
margin: 0;
padding: 0;
border: 0;
}
/* line 87, ../../../rwd/default/scss/core/_reset.scss */
img {
display: block;
}
/* line 91, ../../../rwd/default/scss/core/_reset.scss */
ol,
ul {
list-style: none;
}
/* line 96, ../../../rwd/default/scss/core/_reset.scss */
q:before,
q:after {
content: '';
}
/* line 102, ../../../rwd/default/scss/core/_reset.scss */
input:focus,
input[type="search"]:focus {
outline-offset: -2px;
}
/* line 108, ../../../rwd/default/scss/core/_reset.scss */
input[type="search"] {
-webkit-appearance: none;
/* 1 */
-moz-box-sizing: border-box;
-webkit-box-sizing: border-box;
/* 2 */
box-sizing: border-box;
}
/* ============================================ *
* Base Styles
* ============================================ */
@-ms-viewport {
width: device-width;
}
@-o-viewport {
width: device-width;
}
@viewport {
width: device-width;
}
/* line 20, ../scss/core/_common.scss */
a, button {
-ms-touch-action: manipulation;
touch-action: manipulation;
}
/* line 25, ../scss/core/_common.scss */
body {
background: #000000;
}
/* line 29, ../scss/core/_common.scss */
body,
button,
input,
select,
table,
textarea {
font-family: "Trebuchet MS", "Helvetica Neue", Verdana, Arial, sans-serif;
color: #FFFFFF;
font-size: 14px;
line-height: 1.5;
}
/* line 41, ../scss/core/_common.scss */
input,
select,
textarea {
color: #51504E;
}
/* line 47, ../scss/core/_common.scss */
a {
color: #FFFFFF;
text-decoration: none;
}
/* line 52, ../scss/core/_common.scss */
a:hover {
color: #CC9D49;
}
/* line 56, ../scss/core/_common.scss */
a:focus {
outline: none;
color: #CC9D49;
}
/* line 61, ../scss/core/_common.scss */
a:active {
color: #CC9D49;
}
/* line 64, ../scss/core/_common.scss */
a:active.button {
color: white;
}
/* line 69, ../scss/core/_common.scss */
ol,
ul {
list-style: none;
margin: 0;
padding: 0;
}
/* ============================================ *
* Typography
* ============================================ */
/* line 80, ../scss/core/_common.scss */
h1, .h1 {
margin: 0;
margin-bottom: 0.7em;
color: #2F4870;
font-family: "Trebuchet MS", "Helvetica Neue", Verdana, Arial, sans-serif;
font-size: 28px;
font-weight: 400;
font-style: normal;
line-height: 1.2;
text-rendering: optimizeLegibility;
}
@media only screen and (max-width: 770px) {
/* line 80, ../scss/core/_common.scss */
h1, .h1 {
font-size: 16px;
}
}
/* line 82, ../scss/core/_common.scss */
h2, .h2 {
margin: 0;
margin-bottom: 0.5em;
color: #FFFFFF;
font-family: "Trebuchet MS", "Helvetica Neue", Verdana, Arial, sans-serif;
font-size: 24px;
font-weight: 400;
font-style: normal;
line-height: 1.2;
text-rendering: optimizeLegibility;
text-transform: uppercase;
}
@media only screen and (max-width: 770px) {
/* line 82, ../scss/core/_common.scss */
h2, .h2 {
font-size: 14px;
}
}
/* line 84, ../scss/core/_common.scss */
h3, .h3 {
margin: 0;
margin-bottom: 10px;
color: #FFFFFF;
font-family: "Trebuchet MS", "Helvetica Neue", Verdana, Arial, sans-serif;
font-size: 18px;
font-weight: 400;
font-style: normal;
line-height: 1.4;
text-rendering: optimizeSpeed;
text-transform: uppercase;
}
/* line 86, ../scss/core/_common.scss */
h4, .h4 {
margin: 0;
margin-bottom: 10px;
color: #FFFFFF;
font-family: "Trebuchet MS", "Helvetica Neue", Verdana, Arial, sans-serif;
font-size: 14px;
font-weight: bold;
font-style: normal;
line-height: 1.4;
text-rendering: optimizeSpeed;
text-transform: uppercase;
}
/* line 88, ../scss/core/_common.scss */
h5, .h5 {
margin: 0;
margin-bottom: 10px;
color: #FFFFFF;
font-family: "Trebuchet MS", "Helvetica Neue", Verdana, Arial, sans-serif;
font-size: 13px;
font-weight: bold;
font-style: normal;
line-height: 1.4;
text-rendering: optimizeSpeed;
text-transform: uppercase;
}
/* line 90, ../scss/core/_common.scss */
h6, .h6 {
margin: 0;
margin-bottom: 5px;
color: #FFFFFF;
font-family: "Trebuchet MS", "Helvetica Neue", Verdana, Arial, sans-serif;
font-size: 12px;
font-weight: bold;
font-style: normal;
line-height: 1.4;
text-rendering: optimizeSpeed;
text-transform: uppercase;
}
/* ============================================ *
* Shared Classes
* ============================================ */
/* line 96, ../scss/core/_common.scss */
.address-list address {
margin-bottom: 1em;
}
/* line 100, ../scss/core/_common.scss */
.availability {
margin-bottom: 0;
font-size: 14px;
color: #CC9D49;
}
/* line 106, ../scss/core/_common.scss */
.availability .label {
display: none;
}
/* -------------------------------------------- *
* Page Titles
*/
/* line 114, ../scss/core/_common.scss */
.page-title h1,
.page-title h2 {
font-size: 20px;
color: #CC9D49;
margin-bottom: 20px;
}
@media only screen and (max-width: 770px) {
/* line 114, ../scss/core/_common.scss */
.page-title h1,
.page-title h2 {
font-size: 16px;
}
}
/* -------------------------------------------- *
* Block Module
*/
/* line 123, ../scss/core/_common.scss */
.block,
.col-left-first {
margin-bottom: 25px;
}
/* line 128, ../scss/core/_common.scss */
.col-left-first .block:last-of-type {
margin-bottom: 0;
}
/* line 132, ../scss/core/_common.scss */
.block-title {
position: relative;
padding: 10px 0 0;
margin-bottom: 10px;
}
/* line 137, ../scss/core/_common.scss */
.block-title h2,
.block-title h3,
.block-title strong {
margin: 0;
margin-bottom: 10px;
color: #FFFFFF;
font-family: "Trebuchet MS", "Helvetica Neue", Verdana, Arial, sans-serif;
font-size: 14px;
font-weight: bold;
font-style: normal;
line-height: 1.4;
text-rendering: optimizeSpeed;
text-transform: uppercase;
color: #FFFFFF;
margin-bottom: 0;
text-transform: uppercase;
font-weight: 600;
}
/* line 146, ../scss/core/_common.scss */
.block-title small {
font-size: 100%;
font-weight: normal;
color: #888888;
}
/* line 153, ../scss/core/_common.scss */
.block-subtitle {
margin-bottom: 7px;
color: #d7d7d7;
}
/* line 158, ../scss/core/_common.scss */
.block-content {
margin-top: 5px;
}
@media only screen and (min-width: 1200px) {
/* line 158, ../scss/core/_common.scss */
.block-content {
margin-top: 8px;
}
}
/* line 165, ../scss/core/_common.scss */
.block-content.unpad {
padding: 0;
}
/* line 169, ../scss/core/_common.scss */
.block-content li.item {
margin-top: 10px;
}
/* line 173, ../scss/core/_common.scss */
.block-content li.item:last-child {
margin-bottom: 0;
}
/* line 177, ../scss/core/_common.scss */
.block .actions {
margin: 10px 0 0;
}
/* line 180, ../scss/core/_common.scss */
.block .actions:after {
content: '';
display: table;
clear: both;
}
/* line 184, ../scss/core/_common.scss */
.block .actions a {
float: left;
}
/* line 187, ../scss/core/_common.scss */
.block .actions .button {
float: right;
}
/* line 195, ../scss/core/_common.scss */
.col-left .block .actions .button ~ a,
.col-right .block .actions .button ~ a {
line-height: 33px;
margin-right: 5px;
}
/* line 202, ../scss/core/_common.scss */
.sidebar .block-content {
margin: 0;
}
@media only screen and (max-width: 900px) {
/* line 210, ../scss/core/_common.scss */
.sidebar .block:not(.block-layered-nav) {
margin-bottom: 0;
}
/* line 213, ../scss/core/_common.scss */
.sidebar .block:not(.block-layered-nav) .block-title {
padding: 0;
margin-top: 0;
border-bottom: none;
border-top: none;
margin-bottom: 0;
}
/* line 220, ../scss/core/_common.scss */
.sidebar .block:not(.block-layered-nav) .block-title > strong {
margin: 0;
margin-bottom: 10px;
color: #FFFFFF;
font-family: "Trebuchet MS", "Helvetica Neue", Verdana, Arial, sans-serif;
font-size: 14px;
font-weight: bold;
font-style: normal;
line-height: 1.4;
text-rendering: optimizeSpeed;
text-transform: uppercase;
-moz-user-select: none;
-ms-user-select: none;
-webkit-user-select: none;
-o-user-select: none;
user-select: none;
font-size: 12px;
font-weight: normal;
margin-bottom: 0px;
padding: 10px 15px;
position: relative;
color: #d7d7d7;
display: block;
width: 100%;
cursor: pointer;
border-bottom: 0;
padding-left: 30px !important;
}
/* line 83, ../scss/mixin/_toggle-content.scss */
.sidebar .block:not(.block-layered-nav) .block-title > strong:after {
content: '';
position: absolute;
width: 0;
height: 0;
display: block;
border-top: 4px solid transparent;
border-bottom: 4px solid transparent;
border-left: 4px solid #2a2c2c;
border-right: none;
left: 10px;
top: 50%;
}
/* line 228, ../scss/core/_common.scss */
.sidebar .block:not(.block-layered-nav) .block-title > strong:after {
margin-top: -5px;
margin-left: 3px;
}
/* line 235, ../scss/core/_common.scss */
.sidebar .block:not(.block-layered-nav) .block-title.active > strong {
margin: 0;
margin-bottom: 10px;
color: #FFFFFF;
font-family: "Trebuchet MS", "Helvetica Neue", Verdana, Arial, sans-serif;
font-size: 14px;
font-weight: bold;
font-style: normal;
line-height: 1.4;
text-rendering: optimizeSpeed;
text-transform: uppercase;
-moz-user-select: none;
-ms-user-select: none;
-webkit-user-select: none;
-o-user-select: none;
user-select: none;
font-size: 12px;
font-weight: normal;
margin-bottom: 0px;
padding: 10px 15px;
position: relative;
color: #d7d7d7;
padding-left: 30px;
}
/* line 83, ../scss/mixin/_toggle-content.scss */
.sidebar .block:not(.block-layered-nav) .block-title.active > strong:after {
content: '';
position: absolute;
width: 0;
height: 0;
display: block;
border-right: 4px solid transparent;
border-left: 4px solid transparent;
border-top: 4px solid #2a2c2c;
border-bottom: none;
left: 10px;
top: 50%;
}
/* line 239, ../scss/core/_common.scss */
.sidebar .block:not(.block-layered-nav) .block-title.active > strong:after {
margin-top: -3px;
margin-left: 0;
}
/* line 247, ../scss/core/_common.scss */
.sidebar .block:not(.block-layered-nav) .block-content {
margin-top: 0;
border-width: 0 1px;
border-style: solid;
border-color: #2a2c2c;
}
}
/* -------------------------------------------- *
* Secondary Navigation
*/
/* line 263, ../scss/core/_common.scss */
.block-account .block-title,
.block-cms-menu .block-title {
padding-top: 0;
border-top: none;
}
/* line 268, ../scss/core/_common.scss */
.block-account li,
.block-cms-menu li {
text-transform: uppercase;
font-family: "Trebuchet MS", "Helvetica Neue", Verdana, Arial, sans-serif;
margin: 7px 0;
}
/* line 273, ../scss/core/_common.scss */
.block-account li strong,
.block-cms-menu li strong {
font-weight: 400;
color: #CC9D49;
}
/* line 278, ../scss/core/_common.scss */
.block-account li a,
.block-cms-menu li a {
color: #FFFFFF;
}
/* line 281, ../scss/core/_common.scss */
.block-account li a:hover,
.block-cms-menu li a:hover {
color: #CC9D49;
}
/* ============================================ *
* Buttons
* ============================================ */
/* Secondary Buttons */
/* line 293, ../scss/core/_common.scss */
.sidebar .actions .button,
.button.button-secondary,
.opc .buttons-set button.button,
.customer-account-login .scaffold-form .buttons-set .button,
.customer-account-create .registration-footer .buttons-set .button,
.customer-account-forgotpassword form .buttons-set .button,
body.customer-account .my-account .title-buttons .button,
.my-account .buttons-set .button,
.customer-account-resetpassword .col-main .buttons-set .button,
.footer .button {
background: #dbdee0;
/* Old browsers */
background: -moz-linear-gradient(top, #dbdee0 0%, #b4b9be 100%);
/* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #dbdee0), color-stop(100%, #b4b9be));
/* Chrome,Safari4+ */
background: -webkit-linear-gradient(top, #dbdee0 0%, #b4b9be 100%);
/* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top, #dbdee0 0%, #b4b9be 100%);
/* Opera 11.10+ */
background: -ms-linear-gradient(top, #dbdee0 0%, #b4b9be 100%);
/* IE10+ */
background: linear-gradient(to bottom, #dbdee0 0%, #b4b9be 100%);
/* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#dbdee0', endColorstr='#b4b9be',GradientType=0 );
/* IE6-9 */
border: 1px solid #a6a6a6;
border-top-color: #d0d0d0;
border-bottom-color: #6b6b6b;
color: #2a2c2c;
box-shadow: inset 1px 1px 0 #f0f1f3, 0 1px 1px rgba(0, 0, 0, 0.3);
text-shadow: none;
}
/* line 311, ../scss/core/_common.scss */
.sidebar .actions .button:hover,
.button.button-secondary:hover,
.opc .buttons-set button.button:hover,
.customer-account-login .scaffold-form .buttons-set .button:hover,
.customer-account-create .registration-footer .buttons-set .button:hover,
.customer-account-forgotpassword form .buttons-set .button:hover,
body.customer-account .my-account .title-buttons .button:hover,
.my-account .buttons-set .button:hover,
.customer-account-resetpassword .col-main .buttons-set .button:hover,
.footer .button:hover {
background: #e4e4e4;
/* Old browsers */
background: -moz-linear-gradient(top, #e4e4e4 0%, #acb0b6 100%);
/* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #e4e4e4), color-stop(100%, #acb0b6));
/* Chrome,Safari4+ */
background: -webkit-linear-gradient(top, #e4e4e4 0%, #acb0b6 100%);
/* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top, #e4e4e4 0%, #acb0b6 100%);
/* Opera 11.10+ */
background: -ms-linear-gradient(top, #e4e4e4 0%, #acb0b6 100%);
/* IE10+ */
background: linear-gradient(to bottom, #e4e4e4 0%, #acb0b6 100%);
/* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e4e4e4', endColorstr='#acb0b6',GradientType=0 );
/* IE6-9 */
cursor: pointer;
box-shadow: inset 1px 1px 0 #fdfdfd, 0 1px 1px rgba(0, 0, 0, 0.3);
}
/* line 324, ../scss/core/_common.scss */
.sidebar .actions .button:active, .sidebar .actions .button:focus,
.button.button-secondary:active,
.opc .buttons-set button.button:active,
.customer-account-login .scaffold-form .buttons-set .button:active,
.customer-account-create .registration-footer .buttons-set .button:active,
.customer-account-forgotpassword form .buttons-set .button:active,
body.customer-account .my-account .title-buttons .button:active,
.my-account .buttons-set .button:active,
.customer-account-resetpassword .col-main .buttons-set .button:active,
.button.button-secondary:focus,
.opc .buttons-set button.button:focus,
.customer-account-login .scaffold-form .buttons-set .button:focus,
.customer-account-create .registration-footer .buttons-set .button:focus,
.customer-account-forgotpassword form .buttons-set .button:focus,
body.customer-account .my-account .title-buttons .button:focus,
.my-account .buttons-set .button:focus,
.customer-account-resetpassword .col-main .buttons-set .button:focus,
.footer .button:active,
.footer .button:focus {
background: #acafb5;
/* Old browsers */
background: -moz-linear-gradient(top, #acb0b6 0%, #e4e4e4 100%);
/* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #acb0b6), color-stop(100%, #e4e4e4));
/* Chrome,Safari4+ */
background: -webkit-linear-gradient(top, #acb0b6 0%, #e4e4e4 100%);
/* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top, #acb0b6 0%, #e4e4e4 100%);
/* Opera 11.10+ */
background: -ms-linear-gradient(top, #acb0b6 0%, #e4e4e4 100%);
/* IE10+ */
background: linear-gradient(to bottom, #acb0b6 0%, #e4e4e4 100%);
/* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#acb0b6', endColorstr='#e4e4e4',GradientType=0 );
/* IE6-9 */
box-shadow: inset 1px 1px 0 #d8d7d8, 0 1px 1px rgba(0, 0, 0, 0.3);
}
/* line 336, ../scss/core/_common.scss */
.sidebar .actions .button:focus,
.button.button-secondary:focus,
.opc .buttons-set button.button:focus,
.customer-account-login .scaffold-form .buttons-set .button:focus,
.customer-account-create .registration-footer .buttons-set .button:focus,
.customer-account-forgotpassword form .buttons-set .button:focus,
body.customer-account .my-account .title-buttons .button:focus,
.my-account .buttons-set .button:focus,
.customer-account-resetpassword .col-main .buttons-set .button:focus,
.footer .button:focus {
outline: none;
}
/* line 341, ../scss/core/_common.scss */
.sidebar .actions button.button {
white-space: normal;
}
/* Primary Buttons */
/* line 347, ../scss/core/_common.scss */
.button,
.cart-table .product-cart-actions .button {
background: #3d8705;
display: inline-block;
padding: 6px 27px;
border: 1px solid #275603;
-moz-border-radius: 3px;
-webkit-border-radius: 3px;
border-radius: 3px;
color: #FFFFFF;
font-size: 12px;
font-weight: normal;
font-family: "Trebuchet MS", "Helvetica Neue", Verdana, Arial, sans-serif;
text-align: center;
vertical-align: middle;
white-space: nowrap;
text-shadow: #2a2c2c 1px 1px 1px;
}
/* line 363, ../scss/core/_common.scss */
.button:hover,
.cart-table .product-cart-actions .button:hover {
background: #194d12;
border-color: #15410f;
cursor: pointer;
}
/* line 368, ../scss/core/_common.scss */
.button:active,
.cart-table .product-cart-actions .button:active {
background: #15410f;
border-color: #0e2c0a;
}
/* line 372, ../scss/core/_common.scss */
.button:focus,
.cart-table .product-cart-actions .button:focus {
background-color: #15410f;
border-color: #0e2c0a;
outline: none;
}
/* line 379, ../scss/core/_common.scss */
a.button {
text-decoration: none;
}
/* line 383, ../scss/core/_common.scss */
a.button:hover {
color: #FFFFFF;
}
/* Disabled - class for anchor, state for form elements */
/* line 388, ../scss/core/_common.scss */
.button.disabled,
.button:disabled {
background: #C8C8C8;
opacity: 0.6;
cursor: not-allowed;
border: 1px solid #51504E;
}
/* Adjacent buttons */
/* line 397, ../scss/core/_common.scss */
.button + .button {
margin-left: 5px;
}
/* line 410, ../scss/core/_common.scss */
.button2 {
border: 0;
padding: 0 5px;
margin: 0;
background: transparent;
cursor: pointer;
vertical-align: middle;
}
/* line 419, ../scss/core/_common.scss */
.button2:focus {
outline: none;
}
/* line 423, ../scss/core/_common.scss */
.button2 span,
.button2 span span {
line-height: 30px;
height: 30px;
text-decoration: underline;
text-transform: uppercase;
display: inline-block;
color: #CC9D49;
font-family: "Trebuchet MS", "Helvetica Neue", Verdana, Arial, sans-serif;
}
/* line 433, ../scss/core/_common.scss */
.button2 span:hover,
.button2 span span:hover {
text-decoration: none;
}
@media only screen and (max-width: 770px) {
/* line 440, ../scss/core/_common.scss */
.col2-set .buttons-set .button,
.col2-set .buttons-set .button2 {
float: none;
width: 100%;
margin-left: 0;
margin-right: 0;
}
/* line 447, ../scss/core/_common.scss */
.col2-set .buttons-set .back-link {
display: none;
}
/* line 450, ../scss/core/_common.scss */
.col2-set .buttons-set .required {
display: none;
}
}
@media only screen and (max-width: 479px) {
/* line 458, ../scss/core/_common.scss */
.buttons-set .button {
float: none;
width: 100%;
margin-left: 0;
margin-right: 0;
}
/* line 464, ../scss/core/_common.scss */
.buttons-set .button + .button {
margin-top: 10px;
}
/* line 468, ../scss/core/_common.scss */
.buttons-set .back-link {
display: none;
}
/* line 471, ../scss/core/_common.scss */
.buttons-set .required {
display: none;
}
}
/* -------------------------------------------- *
* Paypal Button
*/
/* line 481, ../scss/core/_common.scss */
.paypal-logo.paypal-after {
float: left;
}
/* line 485, ../scss/core/_common.scss */
.paypal-after .paypal-or {
float: left;
}
/* line 489, ../scss/core/_common.scss */
.paypal-or {
line-height: 34px;
margin: 0px 10px 5px;
}
/* line 494, ../scss/core/_common.scss */
.paypal-after .paypal-button {
float: left;
}
/* line 498, ../scss/core/_common.scss */
.paypal-button {
line-height: 0px;
}
/* line 502, ../scss/core/_common.scss */
.paypal-button img {
display: inline;
}
@media only screen and (max-width: 740px) {
/* line 507, ../scss/core/_common.scss */
.paypal-or {
line-height: 20px;
}
/* line 511, ../scss/core/_common.scss */
.paypal-logo,
.paypal-or,
.paypal-button {
text-align: center;
width: 100%;
display: block;
margin-right: 0;
margin-left: 0;
float: none;
}
}
/* -------------------------------------------- *
* Button Sets
*/
/* line 527, ../scss/core/_common.scss */
.buttons-set {
clear: both;
margin: 10px 0 0;
padding-top: 10px;
border-top: 1px solid #d7d7d7;
text-align: right;
}
/* line 534, ../scss/core/_common.scss */
.buttons-set p.required {
margin: 0;
margin-left: 10px;
line-height: 33px;
float: right;
}
/* line 540, ../scss/core/_common.scss */
.buttons-set .back-link {
float: left;
margin: 0;
line-height: 33px;
}
/* line 545, ../scss/core/_common.scss */
.buttons-set .back-link small {
font-size: 120%;
}
/* line 549, ../scss/core/_common.scss */
.buttons-set a:not(.button) {
line-height: 20px;
display: inline-block;
padding: 5px;
}
/* line 554, ../scss/core/_common.scss */
.buttons-set button.button {
float: right;
min-width: 140px;
}
/* line 558, ../scss/core/_common.scss */
.buttons-set button.button + .button {
margin-left: 5px;
}
/* line 563, ../scss/core/_common.scss */
.buttons-set:after {
content: '';
display: table;
clear: both;
}
/* -------------------------------------------- *
* Icons
*/
/* line 572, ../scss/core/_common.scss */
.icon-sprite, .btn-remove2, .ratings .rating-box, .ratings .rating-box .rating, .sorter > .sort-by .sort-by-switcher, .skip-search .icon, .product-view .sharing-links a, .review-summary-table .rating-box .rating-number:after, .ratings-table .rating-box, .ratings-table .rating-box .rating {
background-image: url(img/icon_sprite.png);
background-repeat: no-repeat;
text-indent: -9999px;
}
/* line 578, ../scss/core/_common.scss */
.icon-sprite-2 {
background-image: url(img/caps-filter-2.png);
background-repeat: no-repeat;
text-indent: -9999px;
}
/* line 583, ../scss/core/_common.scss */
.icon-list, .sorter > .view-mode .list:before {
content: '';
background-image: url(ru/skin/frontend/nespresso/default/images/svg/List_view.svg);
background-repeat: no-repeat;
display: block;
width: 100%;
height: 14px;
text-indent: -9999px;
position: absolute;
/*left: 25px;*/
background-size: contain;
top: 9px;
}
@media only screen and (max-width: 1025px) {
/* line 583, ../scss/core/_common.scss */
.icon-list, .sorter > .view-mode .list:before {
left: 12px;
top: 11px;
}
}
/* line 602, ../scss/core/_common.scss */
.icon-grid, .sorter > .view-mode .grid:before {
content: '';
background-image: url(ru/skin/frontend/nespresso/default/images/svg/Card_view_hover.svg);
background-repeat: no-repeat;
display: block;
width: 100%;
height: 14px;
text-indent: -9999px;
position: absolute;
/*left: 36px;*/
background-size: contain;
top: 9px;
}
@media only screen and (max-width: 1025px) {
/* line 602, ../scss/core/_common.scss */
.icon-grid, .sorter > .view-mode .grid:before {
left: 12px;
top: 11px;
}
}
/* line 620, ../scss/core/_common.scss */
.icon-carousel, .sorter > .view-mode .carousel:before {
content: '';
background-image: url(ru/skin/frontend/nespresso/default/images/svg/Carusel_white.svg);
background-repeat: no-repeat;
display: block;
width: 100%;
height: 10px;
text-indent: -9999px;
position: absolute;
/*left: 34px;*/
background-size: contain;
top: 11px;
}
@media only screen and (max-width: 1025px) {
/* line 620, ../scss/core/_common.scss */
.icon-carousel, .sorter > .view-mode .carousel:before {
left: 12px;
top: 14px;
}
}
/* line 639, ../scss/core/_common.scss */
.icon-grid-hover, .sorter > .view-mode a.grid:hover:before {
background-image: url(ru/skin/frontend/nespresso/default/images/svg/grid_hover.svg);
}
/* line 642, ../scss/core/_common.scss */
.icon-list-hover, .sorter > .view-mode a.list:hover:before {
background-image: url(ru/skin/frontend/nespresso/default/images/svg/list_hover.svg);
}
@media (-webkit-min-device-pixel-ratio: 2), (min--moz-device-pixel-ratio: 2), (-o-min-device-pixel-ratio: 4 / 2), (min-device-pixel-ratio: 2), (min-resolution: 192dpi), (min-resolution: 2dppx) {
/* line 647, ../scss/core/_common.scss */
.icon-sprite, .btn-remove2, .ratings .rating-box, .ratings .rating-box .rating, .sorter > .sort-by .sort-by-switcher, .skip-search .icon, .product-view .sharing-links a, .review-summary-table .rating-box .rating-number:after, .ratings-table .rating-box, .ratings-table .rating-box .rating {
background-image: url(img/icon_sprite_2x.png);
background-size: 100px 1000px;
}
}
/* -------------------------------------------- *
* Breadcrumbs
*/
/* line 657, ../scss/core/_common.scss */
.breadcrumbs {
overflow: hidden;
margin: -15px 0 15px;
}
/* line 662, ../scss/core/_common.scss */
.breadcrumbs li {
float: left;
font-size: 11px;
font-family: "Trebuchet MS", "Helvetica Neue", Verdana, Arial, sans-serif;
}
/* line 667, ../scss/core/_common.scss */
.breadcrumbs li:last-child strong {
font-weight: normal;
}
/* line 673, ../scss/core/_common.scss */
.breadcrumbs a {
float: left;
color: #cccccc;
font-weight: bold;
text-decoration: underline;
}
/* line 680, ../scss/core/_common.scss */
.breadcrumbs a:hover {
color: #CC9D49;
}
/* line 684, ../scss/core/_common.scss */
.breadcrumbs strong {
color: #cccccc;
font-weight: normal;
}
/* line 689, ../scss/core/_common.scss */
.breadcrumbs span {
float: left;
padding: 0 2px;
color: #cccccc;
}
/* line 693, ../scss/core/_common.scss */
.breadcrumbs span:after {
content: "→";
font-size: 16px;
line-height: 1;
}
@media only screen and (max-width: 770px) {
/* line 702, ../scss/core/_common.scss */
.breadcrumbs {
display: none;
}
}
/* -------------------------------------------- *
* Button - Remove / Previous
*/
/* line 712, ../scss/core/_common.scss */
.btn-remove,
.btn-previous {
display: inline-block;
width: 20px;
height: 20px;
text-align: center;
/* Hide text */
font: 0/0 a;
text-shadow: none;
color: transparent;
position: relative;
}
/* line 726, ../scss/core/_common.scss */
.btn-remove:after {
content: 'x';
color: #e6e6e6;
height: 20px;
line-height: 20px;
width: 100%;
font-size: 14px;
font-family: Arial, "Trebuchet MS", "Helvetica Neue", Verdana, Arial, sans-serif;
font-weight: bold;
}
/* line 736, ../scss/core/_common.scss */
.btn-remove:hover:after {
text-decoration: none;
}
/* line 741, ../scss/core/_common.scss */
.btn-remove2 {
background-position: 4px -648px;
border: none;
vertical-align: top;
}
/* line 748, ../scss/core/_common.scss */
.btn-remove2:after {
display: none;
}
/* line 751, ../scss/core/_common.scss */
.btn-remove2:hover {
background-color: transparent;
filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
opacity: 0.8;
}
/* line 758, ../scss/core/_common.scss */
.btn-previous:after {
content: '';
position: absolute;
width: 0;
height: 0;
display: block;
border-top: 4px solid transparent;
border-bottom: 4px solid transparent;
border-right: 4px solid #CC9D49;
border-left: none;
position: absolute;
top: 50%;
left: 50%;
margin-left: -2px;
margin-top: -4px;
}
/* line 766, ../scss/core/_common.scss */
.btn-previous:hover:after {
content: '';
position: absolute;
width: 0;
height: 0;
display: block;
border-top: 4px solid transparent;
border-bottom: 4px solid transparent;
border-right: 4px solid #FFFFFF;
border-left: none;
}
/* line 775, ../scss/core/_common.scss */
.block-layered-nav .currently .btn-remove,
.block-layered-nav .currently .btn-previous,
.mini-products-list .btn-remove,
.mini-products-list .btn-previous,
#compare-items .btn-remove,
#compare-items .btn-previous {
float: right;
margin-left: 6px;
}
/* -------------------------------------------- *
* Checkout Agreements
*/
/* line 786, ../scss/core/_common.scss */
.checkout-agreements li {
margin-bottom: 20px;
}
/* line 790, ../scss/core/_common.scss */
.checkout-agreements .agreement-content {
overflow-y: auto;
max-width: 670px;
max-height: 125px;
margin-bottom: 10px;
padding: 10px;
background: #F4F4F4;
}
/* -------------------------------------------- *
* CVV Security Code
*/
/* line 803, ../scss/core/_common.scss */
.cvv-what-is-this {
margin-left: 10px;
font-size: 13px;
line-height: 24px;
}
/* -------------------------------------------- *
* Container
*/
/* line 813, ../scss/core/_common.scss */
.main-container,
.footer-container {
position: relative;
max-width: 1260px;
margin: 0 auto;
padding: 15px;
}
/* line 820, ../scss/core/_common.scss */
.main-container:after,
.footer-container:after {
content: '';
display: table;
clear: both;
}
/* line 824, ../scss/core/_common.scss */
.footer-container {
position: static;
}
@media only screen and (min-width: 480px) {
/* line 829, ../scss/core/_common.scss */
.main-container,
.footer-container {
padding: 30px;
}
}
/* line 835, ../scss/core/_common.scss */
.footer-container {
padding-top: 0px;
}
/* -------------------------------------------- *
* Column Layouts
*/
/* line 843, ../scss/core/_common.scss */
.main:after,
.col-wrapper:after {
content: '';
display: table;
clear: both;
}
/* line 848, ../scss/core/_common.scss */
.col-left,
.col-right,
.col-main {
padding: 0 10px;
}
/* line 854, ../scss/core/_common.scss */
.col-left {
float: left;
width: 25%;
padding-left: 0;
/* Remove the 15px padding */
clear: left;
}
/* line 860, ../scss/core/_common.scss */
.col-left img {
max-width: 100%;
}
/* line 865, ../scss/core/_common.scss */
.col-right {
float: right;
width: 25%;
padding-right: 0;
/* Remove the 15px padding */
}
/* line 870, ../scss/core/_common.scss */
.col-right img {
max-width: 100%;
}
/* line 875, ../scss/core/_common.scss */
.col-main {
float: left;
width: 75%;
}
/* line 881, ../scss/core/_common.scss */
.col1-layout .col-main {
float: none;
width: auto;
padding: 0;
/* Remove the 15px padding */
}
/* line 889, ../scss/core/_common.scss */
.col2-left-layout .col-main {
float: right;
padding-right: 0;
/* Remove the 15px padding */
}
/* line 896, ../scss/core/_common.scss */
.col2-right-layout .col-main {
padding-left: 0;
/* Remove the 15px padding */
}
/* line 902, ../scss/core/_common.scss */
.col3-layout .col-right {
width: 20.83333%;
}
/* line 906, ../scss/core/_common.scss */
.col3-layout .col-wrapper {
float: left;
width: 79.16667%;
}
/* line 910, ../scss/core/_common.scss */
.col3-layout .col-wrapper .col-main {
float: right;
width: 73.68421%;
}
/* line 915, ../scss/core/_common.scss */
.col3-layout .col-wrapper .col-left {
width: 26.31579%;
}
@media only screen and (max-width: 1000px) {
/* line 923, ../scss/core/_common.scss */
.col3-layout .col-right {
float: left;
clear: left;
padding-left: 0;
padding-right: 10px;
width: 25%;
}
/* line 931, ../scss/core/_common.scss */
.col3-layout .col-wrapper {
float: right;
width: 100%;
}
/* line 935, ../scss/core/_common.scss */
.col3-layout .col-wrapper .col-main {
float: right;
width: 75%;
}
/* line 940, ../scss/core/_common.scss */
.col3-layout .col-wrapper .col-left {
width: 25%;
}
}
@media only screen and (max-width: 900px) {
/* line 948, ../scss/core/_common.scss */
.col-left,
.col-right,
.col-main,
.col1-layout .col-left,
.col1-layout .col-right,
.col1-layout .col-main,
.col2-left-layout .col-left,
.col2-left-layout .col-right,
.col2-left-layout .col-main,
.col2-right-layout .col-left,
.col2-right-layout .col-right,
.col2-right-layout .col-main,
.col3-layout .col-wrapper .col-left,
.col3-layout .col-right,
.col3-layout .col-wrapper .col-main {
padding: 0;
margin-bottom: 10px;
float: none;
width: auto;
}
/* line 969, ../scss/core/_common.scss */
.col3-layout .col-wrapper {
float: none;
width: auto;
}
/* line 974, ../scss/core/_common.scss */
.col-main {
float: none;
width: auto;
}
/* line 979, ../scss/core/_common.scss */
.col-main .col-left {
padding: 0;
/* On product listing pages, the left column gets moved inside col-main on small viewports */
}
}
/*@include bp(max-width, $bp-mlarge) {
.catalog-category-view .col2-left-layout .col-main {
padding: 0;
margin-bottom: 10px; // Since columns are stacked, we want there to be vertical spacing
float: none;
width: auto;
}
}*/
/* Content Columns */
/* line 997, ../scss/core/_common.scss */
.col2-set {
width: 100%;
}
/* line 1000, ../scss/core/_common.scss */
.col2-set .col-1,
.col2-set .col-2 {
width: 50%;
padding: 20px;
}
@media only screen and (max-width: 900px) {
/* line 1000, ../scss/core/_common.scss */
.col2-set .col-1,
.col2-set .col-2 {
padding: 10px;
}
}
/* line 1010, ../scss/core/_common.scss */
.col2-set .col-1 {
float: left;
padding-left: 0;
}
/* line 1015, ../scss/core/_common.scss */
.col2-set .col-2 {
float: right;
padding-right: 0;
}
@media only screen and (max-width: 479px) {
/* line 1021, ../scss/core/_common.scss */
.col2-set .col-1,
.col2-set .col-2 {
float: none;
width: auto;
border: 0;
padding-right: 0;
padding-left: 0;
}
}
/* line 1031, ../scss/core/_common.scss */
.col2-set .narrow {
width: 33%;
}
/* line 1035, ../scss/core/_common.scss */
.col2-set .wide {
width: 65%;
}
/* line 1039, ../scss/core/_common.scss */
.col2-set:after {
content: '';
display: table;
clear: both;
}
/* -------------------------------------------- *
* Top Container
*/
@media only screen and (min-width: 771px) {
/* line 1048, ../scss/core/_common.scss */
.top-container {
max-width: 1260px;
margin: 0 auto;
padding: 0 30px;
}
}
/* -------------------------------------------- *
* Global Site Notice
*/
/* line 1059, ../scss/core/_common.scss */
.global-site-notice {
background-color: #51504E;
color: #E6E6E6;
font-size: 11px;
}
/* line 1064, ../scss/core/_common.scss */
.global-site-notice .notice-inner {
padding-left: 120px;
width: 100%;
max-width: 1200px;
margin-left: auto;
margin-right: auto;
line-height: 11px;
min-height: 40px;
padding-top: 14.5px;
padding-bottom: 14.5px;
background-image: url("img/demo-logo.png");
background-position: left;
background-repeat: no-repeat;
}
/* line 1079, ../scss/core/_common.scss */
.global-site-notice p {
margin-bottom: 0;
}
/* -------------------------------------------- *
* Promotional Message Banner
*/
/* line 1088, ../scss/core/_common.scss */
.promo-msg {
color: #FFFFFF;
text-align: center;
margin: 10px;
text-transform: uppercase;
font-family: "Trebuchet MS", "Helvetica Neue", Verdana, Arial, sans-serif;
}
/* -------------------------------------------- *
* Grid
*/
/* line 1100, ../scss/core/_common.scss */
.grid:after {
content: '';
display: table;
clear: both;
}
/* -------------------------------------------- *
* Messages
*/
/* line 1107, ../scss/core/_common.scss */
.success {
color: #357e00;
}
/* line 1111, ../scss/core/_common.scss */
.error {
color: #9A0A1D;
font-weight: bold;
}
/* line 1116, ../scss/core/_common.scss */
.notice {
color: #E26703;
font-weight: bold;
}
/* -------------------------------------------- *
* Messages
*/
/* line 1125, ../scss/core/_common.scss */
.messages {
margin: 20px 0;
}
/* line 1129, ../scss/core/_common.scss */
.messages li li {
position: relative;
margin-bottom: 5px;
padding: 7px 10px 7px 20px;
background: #F4F4F4;
font-size: 13px;
text-shadow: #51504E 1px 1px 1px;
}
/* line 1138, ../scss/core/_common.scss */
.messages li li:before {
top: 50%;
left: 0;
margin-top: -6px;
}
/* line 1144, ../scss/core/_common.scss */
.messages .error-msg li {
color: #FFFFFF;
border-left: 5px solid #6a0714;
background-color: #9A0A1D;
}
/* line 1150, ../scss/core/_common.scss */
.messages .error-msg li:before {
content: '';
position: absolute;
width: 0;
height: 0;
display: block;
border-top: 6px solid transparent;
border-bottom: 6px solid transparent;
border-left: 6px solid #6a0714;
border-right: none;
}
/* line 1154, ../scss/core/_common.scss */
.messages .notice-msg li {
color: #FFFFFF;
border-left: 5px solid #b18331;
background-color: #CC9D49;
}
/* line 1160, ../scss/core/_common.scss */
.messages .notice-msg li:before {
content: '';
position: absolute;
width: 0;
height: 0;
display: block;
border-top: 6px solid transparent;
border-bottom: 6px solid transparent;
border-left: 6px solid #b18331;
border-right: none;
}
/* line 1164, ../scss/core/_common.scss */
.messages .success-msg li {
color: #FFFFFF;
border-left: 5px solid #2c541f;
background-color: #40792D;
}
/* line 1170, ../scss/core/_common.scss */
.messages .success-msg li:before {
content: '';
position: absolute;
width: 0;
height: 0;
display: block;
border-top: 6px solid transparent;
border-bottom: 6px solid transparent;
border-left: 6px solid #2c541f;
border-right: none;
}
@media only screen and (min-width: 915px) {
/* line 1178, ../scss/core/_common.scss */
.order-list-grid .col-1 {
width: 30%;
}
/* line 1182, ../scss/core/_common.scss */
.order-list-grid .col-2 {
width: 50%;
padding-right: 20px;
}
/* line 1187, ../scss/core/_common.scss */
.order-list-grid .col-3 {
clear: none;
width: 20%;
padding-top: 0;
}
}
/* -------------------------------------------- *
* Page Popup
*/
/* line 1199, ../scss/core/_common.scss */
.page-popup {
padding: 20px;
background: #FFFFFF;
height: auto;
}
/* line 1205, ../scss/core/_common.scss */
.page-popup h1 {
margin: 0 0 0.5em;
font-size: 36px;
}
/* -------------------------------------------- *
* Payment Methods
*/
/* line 1214, ../scss/core/_common.scss */
.payment-methods {
margin-bottom: 20px;
}
/* line 1218, ../scss/core/_common.scss */
.payment-methods dt {
padding: 5px 0;
}
/* line 1222, ../scss/core/_common.scss */
.payment-methods dd {
padding-top: 10px;
}
/* line 1226, ../scss/core/_common.scss */
.payment-methods .form-list {
position: relative;
display: inline-block;
max-width: 100%;
margin: 5px 15px 15px;
padding: 15px;
border: 1px solid #2a2c2c;
background: #F4F4F4;
}
/* line 1236, ../scss/core/_common.scss */
.payment-methods .form-list:before {
content: '';
position: absolute;
width: 0;
height: 0;
display: block;
border-right: 10px solid transparent;
border-left: 10px solid transparent;
border-bottom: 10px solid #2a2c2c;
border-top: none;
top: -11px;
left: 30px;
}
/* line 1242, ../scss/core/_common.scss */
.payment-methods .form-list:after {
content: '';
position: absolute;
width: 0;
height: 0;
display: block;
border-right: 10px solid transparent;
border-left: 10px solid transparent;
border-bottom: 10px solid #F4F4F4;
border-top: none;
top: -10px;
left: 30px;
}
/* line 1248, ../scss/core/_common.scss */
.payment-methods .form-list li:last-child {
margin-bottom: 0;
}
/* -------------------------------------------- *
* Please Wait (Loading Indicator)
*/
/* line 1256, ../scss/core/_common.scss */
.please-wait {
display: inline-block;
margin-top: 5px;
line-height: 24px;
height: 24px;
white-space: nowrap;
/* Prevent the linebreak in the HTML from causing layout issues */
}
/* line 1263, ../scss/core/_common.scss */
.please-wait img {
float: left;
margin-right: 5px;
margin-top: 5px;
height: 15px;
}
/* -------------------------------------------- *
* Price Box - Standard
*/
/* line 1275, ../scss/core/_common.scss */
.price-box {
margin: 7px 0;
font-family: "NespressoLucas-Regular", "Helvetica Neue", Verdana, Arial, sans-serif;
}
/* line 1280, ../scss/core/_common.scss */
.price-box p {
margin-bottom: 0;
}
/* line 1284, ../scss/core/_common.scss */
.price-notice {
color: #888888;
}
/* line 1288, ../scss/core/_common.scss */
.price-box .price {
color: #FFFFFF;
font-size: 16px;
}
/* line 1293, ../scss/core/_common.scss */
.price-box .price,
.price {
font-family: "NespressoLucas-Regular", "Helvetica Neue", Verdana, Arial, sans-serif;
}
/* line 1298, ../scss/core/_common.scss */
.price-box .price-label {
color: #888888;
white-space: nowrap;
/*font-family: $f-stack-special;*/
font-family: "NespressoLucas-Bold", "Helvetica Neue", Verdana, Arial, sans-serif !important;
}
/* line 1305, ../scss/core/_common.scss */
.price-box .minimal-price-link {
padding-left: 1em;
color: #FFFFFF;
display: block;
/* We want this to show on its own line, otherwise the layout looks funky */
}
/* line 1310, ../scss/core/_common.scss */
.price-box .minimal-price-link .label {
color: #888888;
}
/* -------------------------------------------- *
* Price Box - Special
*/
/* line 1319, ../scss/core/_common.scss */
.price-box .old-price,
.price-box .special-price {
display: inline-block;
}
/* line 1323, ../scss/core/_common.scss */
.price-box .old-price .price-label,
.price-box .special-price .price-label {
display: none;
}
/* line 1327, ../scss/core/_common.scss */
.price-box .old-price .price,
.price-box .special-price .price {
display: inline-block;
}
/* line 1333, ../scss/core/_common.scss */
.price-box .old-price .price {
color: #888888;
text-decoration: line-through;
padding-left: 15px;
}
/* line 1340, ../scss/core/_common.scss */
.price-box .special-price {
color: #FFFFFF;
padding-right: 1em;
}
/* line 1344, ../scss/core/_common.scss */
.price-box .special-price .price-label {
color: #D84D3C;
}
/* -------------------------------------------- *
* Price Box - Taxes
*/
/* line 1353, ../scss/core/_common.scss */
.price-box .price-excluding-tax,
.price-box .price-including-tax {
display: block;
}
/* line 1358, ../scss/core/_common.scss */
span.weee {
display: block;
}
/* -------------------------------------------- *
* Tier Prices
*/
/* line 1366, ../scss/core/_common.scss */
.product-pricing,
.tier-prices,
.tier-prices-grouped {
display: inline-block;
padding: 0;
}
/* line 1372, ../scss/core/_common.scss */
.product-pricing li,
.tier-prices li,
.tier-prices-grouped li {
font-size: 12px;
}
/* line 1375, ../scss/core/_common.scss */
.product-pricing .benefit,
.tier-prices .benefit,
.tier-prices-grouped .benefit {
font-style: italic;
}
/* line 1378, ../scss/core/_common.scss */
.product-pricing .price,
.tier-prices .price,
.tier-prices-grouped .price {
font-weight: bold;
}
/* ============================================ *
* Item Options
* ============================================ */
/* line 1387, ../scss/core/_common.scss */
.item-options {
font-size: 12px;
font-family: "Trebuchet MS", "Helvetica Neue", Verdana, Arial, sans-serif;
line-height: 2;
color: #2a2c2c;
}
/* line 1393, ../scss/core/_common.scss */
.item-options:after {
content: '';
display: table;
clear: both;
}
/* line 1397, ../scss/core/_common.scss */
.item-options dt {
float: left;
clear: left;
padding-right: 5px;
font-style: italic;
}
/* line 1403, ../scss/core/_common.scss */
.item-options dt:after {
content: ': ';
}
/* line 1408, ../scss/core/_common.scss */
.item-options dd {
float: left;
padding-left: 10px;
}
/* line 1414, ../scss/core/_common.scss */
.truncated,
.truncated a.dots {
cursor: help;
}
/* line 1419, ../scss/core/_common.scss */
.truncated a.details {
cursor: help;
height: 16px;
line-height: 16px;
}
/* line 1424, ../scss/core/_common.scss */
.truncated a.details:hover {
text-decoration: none;
}
/* line 1429, ../scss/core/_common.scss */
.truncated .truncated_full_value {
position: relative;
z-index: 300;
}
/* line 1434, ../scss/core/_common.scss */
.truncated .truncated_full_value .item-options {
display: none;
position: absolute;
z-index: 300;
width: 200px;
padding: 8px;
border: 1px solid #888888;
background-color: #F6F6F6;
top: 30px;
left: -80px;
}
/* line 1445, ../scss/core/_common.scss */
.truncated .truncated_full_value .item-options:after {
content: '';
position: absolute;
width: 0;
height: 0;
display: block;
border-right: 7px solid transparent;
border-left: 7px solid transparent;
border-bottom: 7px solid #888888;
border-top: none;
left: 97px;
top: -7px;
}
/* line 1452, ../scss/core/_common.scss */
.truncated .truncated_full_value .item-options > p {
font-weight: bold;
text-transform: uppercase;
margin-bottom: 8px;
}
/* line 1458, ../scss/core/_common.scss */
.truncated .show .item-options {
display: block;
}
@media only screen and (max-width: 900px) {
/* line 1464, ../scss/core/_common.scss */
.truncated {
cursor: inherit;
}
/* line 1467, ../scss/core/_common.scss */
.truncated a.details {
display: none;
}
/* line 1472, ../scss/core/_common.scss */
.truncated .truncated_full_value .item-options {
display: block;
position: static;
z-index: 1;
width: 100%;
border: none;
background-color: transparent;
color: white;
padding: 0;
}
/* line 1482, ../scss/core/_common.scss */
.truncated .truncated_full_value .item-options p {
float: none;
}
/* line 1486, ../scss/core/_common.scss */
.truncated .truncated_full_value .item-options:after {
display: none;
}
}
/* -------------------------------------------- *
* Printer Friendly Page
*/
/* line 1499, ../scss/core/_common.scss */
body.page-print {
width: 6.5in;
margin: 20px 0;
background: #FFFFFF;
}
/* line 1504, ../scss/core/_common.scss */
body.page-print.sales-order-print.sales-order-print {
background: #FFFFFF;
}
/* line 1508, ../scss/core/_common.scss */
body.page-print.sales-order-print.sales-order-print .order-date {
padding: 0;
}
/* line 1512, ../scss/core/_common.scss */
body.page-print.sales-order-print.sales-order-print h1 {
color: #2a2c2c;
margin: 0;
}
/* line 1517, ../scss/core/_common.scss */
body.page-print.sales-order-print.sales-order-print h2 {
background: none;
padding: 0;
margin: 0;
margin-bottom: 10px;
}
/* line 1525, ../scss/core/_common.scss */
body.page-print.sales-order-print.sales-order-print .data-table tr.tax {
font-size: 10px;
}
/* line 1530, ../scss/core/_common.scss */
body.page-print.sales-order-print.sales-order-print .buttons-set {
padding: 20px 0;
margin: 0;
}
/* line 1535, ../scss/core/_common.scss */
body.page-print.sales-order-print.sales-order-print .subtitle strong {
font-weight: normal;
text-transform: uppercase;
}
@media print {
/* line 1545, ../scss/core/_common.scss */
body.page-print.sales-order-print .print-head, body.page-print.sales-order-print .logo {
padding: 0;
margin: 0;
}
/* line 1550, ../scss/core/_common.scss */
body.page-print.sales-order-print .print-head {
margin-bottom: 20px;
}
/* line 1554, ../scss/core/_common.scss */
body.page-print.sales-order-print .buttons-set {
display: none;
}
}
/* -------------------------------------------- *
* Add to links
*/
/* line 1565, ../scss/core/_common.scss */
.add-to-links {
/*margin: $element-spacing 0;*/
}
/* line 1568, ../scss/core/_common.scss */
.add-to-links a {
display: inline-block;
padding: 0px 3px 3px;
}
/* line 1574, ../scss/core/_common.scss */
.add-to-links .separator {
display: none;
}
/* -------------------------------------------- *
* Product Image
*/
/* line 1582, ../scss/core/_common.scss */
.product-image,
.no-touch .product-img-box .product-image:not(.zoom-available):hover {
position: relative;
display: block;
}
/* line 1588, ../scss/core/_common.scss */
.zoomWindowContainer > div {
background-color: #000000 !important;
}
/* -------------------------------------------- *
* Ratings
*/
/* line 1596, ../scss/core/_common.scss */
.ratings {
margin: 7px 0;
}
/* line 1599, ../scss/core/_common.scss */
.ratings .rating-box,
.ratings .rating-links {
margin: 5px 0;
}
/* line 1604, ../scss/core/_common.scss */
.ratings .rating-box {
width: 65px;
height: 13px;
background-repeat: repeat-x;
background-position: 0 -615px;
overflow: hidden;
}
/* line 1612, ../scss/core/_common.scss */
.ratings .rating-box .rating {
float: left;
height: 13px;
background-repeat: repeat-x;
background-position: 0 -600px;
}
/* line 1619, ../scss/core/_common.scss */
.ratings .amount {
display: block;
margin: 5px auto;
}
/* line 1625, ../scss/core/_common.scss */
.ratings .rating-links .separator {
margin: 0 3px;
}
/* -------------------------------------------- *
* Standard Formatted Text Block
*/
/* line 1635, ../scss/core/_common.scss */
.std p {
margin: 0 0 1.5em;
}
/* line 1639, ../scss/core/_common.scss */
.std ol {
list-style: decimal outside;
margin-bottom: 1.5em;
}
/* line 1644, ../scss/core/_common.scss */
.std ol li {
margin-left: 2em;
}
/* line 1648, ../scss/core/_common.scss */
.std ul {
list-style: disc outside;
margin-bottom: 1.5em;
}
/* line 1653, ../scss/core/_common.scss */
.std ul li {
margin-left: 2em;
}
/* line 1657, ../scss/core/_common.scss */
.std .note {
color: #888888;
font-size: 13px;
}
/* -------------------------------------------- *
* Tabs
*/
/* line 1666, ../scss/core/_common.scss */
.tabs {
margin-bottom: 10px;
background: #FFFFFF;
}
/* -------------------------------------------- *
* Toolbar
*/
/* line 1676, ../scss/core/_common.scss */
.toolbar:after {
content: '';
display: table;
clear: both;
}
/* line 1682, ../scss/core/_common.scss */
.pager-no-toolbar ~ .pager-no-toolbar {
margin-top: 10px;
}
/* line 1686, ../scss/core/_common.scss */
.toolbar,
.pager {
font-family: "Trebuchet MS", "Helvetica Neue", Verdana, Arial, sans-serif;
color: #d7d7d7;
line-height: 30px;
font-size: 12px;
}
/* line 1694, ../scss/core/_common.scss */
.toolbar {
position: relative;
}
@media only screen and (max-width: 771px) {
/* line 1694, ../scss/core/_common.scss */
.toolbar {
float: right;
}
}
/* line 1700, ../scss/core/_common.scss */
.category-list-mode .toolbar {
float: right;
}
/* line 1704, ../scss/core/_common.scss */
.toolbar label,
.pager-no-toolbar label {
font-weight: normal;
text-transform: uppercase;
font-size: 12px;
margin-right: 15px;
}
/* line 1714, ../scss/core/_common.scss */
.sorter {
float: right;
}
/* line 1717, ../scss/core/_common.scss */
.sorter label {
/*float: right;*/
/*margin-right: 15px;*/
/*font-size: $f-size-xs;*/
font-family: "NespressoLucas-Bold", "Helvetica Neue", Verdana, Arial, sans-serif !important;
}
/* line 1722, ../scss/core/_common.scss */
.sorter label:after {
content: ':';
}
/* line 1728, ../scss/core/_common.scss */
.sorter > .sort-by {
float: left;
margin-right: 5px;
height: 30px;
}
/* line 1733, ../scss/core/_common.scss */
.sorter > .sort-by .sort-by-switcher {
width: 30px;
height: 30px;
display: inline-block;
}
/* line 1739, ../scss/core/_common.scss */
.sorter > .sort-by .sort-by-switcher--asc {
background-position: 4px -542px;
}
/* line 1741, ../scss/core/_common.scss */
.sorter > .sort-by .sort-by-switcher--asc:hover {
background-position: -46px -542px;
}
/* line 1745, ../scss/core/_common.scss */
.sorter > .sort-by .sort-by-switcher--desc {
background-position: 4px -567px;
}
/* line 1747, ../scss/core/_common.scss */
.sorter > .sort-by .sort-by-switcher--desc:hover {
background-position: -46px -567px;
}
/* line 1753, ../scss/core/_common.scss */
.sorter > .view-mode {
/*float: right;*/
width: 100%;
/* .grid {
margin-right: 5px;
background-position: $toolbar-icon-padding-offset (-500px+$toolbar-icon-padding-offset);
}
.carousel {
background-position: -21px+$toolbar-icon-padding-offset (-82px);
}
strong.grid,
a.grid:hover {
background-position: -50px+$toolbar-icon-padding-offset (-500px+$toolbar-icon-padding-offset);
}
.list {
// We want the icon to line up with the container width, so we are adding 3px
background-position: -2px+$toolbar-icon-padding-offset (-525px+$toolbar-icon-padding-offset);
}
strong.list,
a.list:hover {
background-position: -55px+$toolbar-icon-padding-offset+3px (-525px+$toolbar-icon-padding-offset);
}*/
}
/* line 1757, ../scss/core/_common.scss */
.sorter > .view-mode .grid,
.sorter > .view-mode .list {
float: left;
width: 40px;
height: 40px;
}
/* line 1774, ../scss/core/_common.scss */
.sorter > .view-mode .carousel {
float: left;
width: 40px;
height: 40px;
}
/* line 1811, ../scss/core/_common.scss */
.pager {
overflow: hidden;
font-size: 13px;
}
/* line 1815, ../scss/core/_common.scss */
.pager > .count-container {
float: left;
}
/* line 1819, ../scss/core/_common.scss */
.pager .amount {
float: left;
font-family: "Trebuchet MS", "Helvetica Neue", Verdana, Arial, sans-serif;
white-space: nowrap;
margin: 0 0 0 15px;
font-style: italic;
}
/* line 1826, ../scss/core/_common.scss */
.pager .amount strong {
font-weight: normal;
}
/* line 1831, ../scss/core/_common.scss */
.pager .limiter {
float: left;
height: 30px;
line-height: 30px;
margin-left: 10px;
}
/* line 1837, ../scss/core/_common.scss */
.pager .limiter > label {
padding-right: 5px;
}
/* line 1840, ../scss/core/_common.scss */
.pager .limiter > label:after {
content: ':';
}
/* line 1846, ../scss/core/_common.scss */
.pager .amount,
.pager .limiter,
.pager .pages {
margin-bottom: 5px;
}
/* line 1854, ../scss/core/_common.scss */
.pager-no-toolbar {
padding: 15px 20px;
}
/* line 1857, ../scss/core/_common.scss */
.pager-no-toolbar .limiter {
float: right;
}
/* line 1861, ../scss/core/_common.scss */
.pager-no-toolbar .count-container {
position: static;
width: 100%;
}
/* line 1866, ../scss/core/_common.scss */
.pager-no-toolbar .amount {
margin-left: 0;
}
/* line 1870, ../scss/core/_common.scss */
.pager-no-toolbar .pages .current, .pager-no-toolbar .pages .current:hover {
color: #2a2c2c;
}
/* line 1877, ../scss/core/_common.scss */
.pager-no-toolbar .pages .next:before, .pager-no-toolbar .pages .next:hover:before,
.pager-no-toolbar .pages .previous:before, .pager-no-toolbar .pages .previous:hover:before {
border-left-color: #2a2c2c;
}
/* line 1883, ../scss/core/_common.scss */
.pages {
float: right;
overflow: hidden;
margin-left: 15px;
}
/* line 1888, ../scss/core/_common.scss */
.pages strong {
display: none;
}
/* line 1893, ../scss/core/_common.scss */
.pages li {
float: left;
}
/* line 1897, ../scss/core/_common.scss */
.pages a,
.pages .current {
display: inline-block;
border: 0;
font-size: 12px;
text-align: center;
text-transform: uppercase;
vertical-align: top;
white-space: nowrap;
line-height: 30px;
width: 25px;
height: 30px;
padding: 0;
color: #d7d7d7;
font-family: "Trebuchet MS", "Helvetica Neue", Verdana, Arial, sans-serif;
}
/* line 1913, ../scss/core/_common.scss */
.pages a:hover,
.pages .current:hover {
color: #CC9D49;
}
/* line 1918, ../scss/core/_common.scss */
.pages .current,
.pages .current:hover {
color: #CC9D49;
width: 30px;
cursor: default;
}
/* line 1925, ../scss/core/_common.scss */
.pages .next,
.pages .previous {
font: 0/0 a;
text-shadow: none;
color: transparent;
background-color: transparent;
position: relative;
}
/* line 1936, ../scss/core/_common.scss */
.pages .next:before {
content: '';
position: absolute;
width: 0;
height: 0;
display: block;
border-top: 4px solid transparent;
border-bottom: 4px solid transparent;
border-left: 4px solid #d7d7d7;
border-right: none;
top: 50%;
margin-top: -4px;
left: 50%;
margin-left: -2px;
}
/* line 1943, ../scss/core/_common.scss */
.pages .next:hover:before {
content: '';
position: absolute;
width: 0;
height: 0;
display: block;
border-top: 4px solid transparent;
border-bottom: 4px solid transparent;
border-left: 4px solid #CC9D49;
border-right: none;
}
/* line 1949, ../scss/core/_common.scss */
.pages .previous:before {
content: '';
position: absolute;
width: 0;
height: 0;
display: block;
border-top: 4px solid transparent;
border-bottom: 4px solid transparent;
border-right: 4px solid #d7d7d7;
border-left: none;
top: 50%;
margin-top: -4px;
left: 50%;
margin-left: -2px;
}
/* line 1956, ../scss/core/_common.scss */
.pages .previous:hover:before {
content: '';
position: absolute;
width: 0;
height: 0;
display: block;
border-top: 4px solid transparent;
border-bottom: 4px solid transparent;
border-right: 4px solid #CC9D49;
border-left: none;
}
@media only screen and (max-width: 479px) {
/* line 1964, ../scss/core/_common.scss */
.pager .amount--has-pages {
display: none;
}
}
@media only screen and (max-width: 770px) {
/* line 1972, ../scss/core/_common.scss */
.col1-layout .sorter,
.col1-layout .pager {
width: 100%;
}
/* line 1977, ../scss/core/_common.scss */
.col1-layout .pager {
float: left;
clear: both;
}
/* line 1981, ../scss/core/_common.scss */
.col1-layout .pager .pages {
float: left;
margin-left: 0;
}
/* line 1986, ../scss/core/_common.scss */
.col1-layout .pager .count-container {
float: right;
}
/* .toolbar {
.sorter
{
margin-left: 13px;
}
}*/
}
@media only screen and (max-width: 900px) {
/* line 2005, ../scss/core/_common.scss */
.col2-left-layout .sorter,
.col2-left-layout .pager,
.col2-right-layout .sorter,
.col2-right-layout .pager,
.col3-layout .sorter,
.col3-layout .pager {
width: 100%;
}
/* line 2010, ../scss/core/_common.scss */
.col2-left-layout .pager,
.col2-right-layout .pager,
.col3-layout .pager {
float: left;
}
/* line 2013, ../scss/core/_common.scss */
.col2-left-layout .pager .pages,
.col2-right-layout .pager .pages,
.col3-layout .pager .pages {
margin-left: 0;
}
}
@media only screen and (max-width: 479px) {
/* line 2027, ../scss/core/_common.scss */
.col2-left-layout .pager .count-container,
.col2-right-layout .pager .count-container,
.col3-layout .pager .count-container {
position: static;
width: 100%;
}
/* line 2031, ../scss/core/_common.scss */
.col2-left-layout .pager .amount--has-pages,
.col2-right-layout .pager .amount--has-pages,
.col3-layout .pager .amount--has-pages {
display: block;
}
/* line 2035, ../scss/core/_common.scss */
.col2-left-layout .pager .pages,
.col2-right-layout .pager .pages,
.col3-layout .pager .pages {
margin-top: 10px;
float: left;
width: 100%;
}
}
@media only screen and (max-width: 1279px) {
/* line 2046, ../scss/core/_common.scss */
.toolbar .view-mode > label {
display: none;
}
}
/* ============================================ *
* Tax - Full Tax Summary
* ============================================ */
/* line 2058, ../scss/core/_common.scss */
#checkout-review-table .summary-collapse,
#shopping-cart-totals-table .summary-collapse,
body.customer-account .data-table .summary-collapse {
position: relative;
cursor: pointer;
}
/* line 2062, ../scss/core/_common.scss */
#checkout-review-table .summary-collapse:before,
#shopping-cart-totals-table .summary-collapse:before,
body.customer-account .data-table .summary-collapse:before {
content: '';
position: absolute;
width: 0;
height: 0;
display: block;
border-right: 7px solid transparent;
border-left: 7px solid transparent;
border-top: 7px solid #2F4870;
border-bottom: none;
position: static;
display: inline-block;
margin-right: 5px;
}
/* line 2068, ../scss/core/_common.scss */
#checkout-review-table .summary-collapse:hover:before,
#shopping-cart-totals-table .summary-collapse:hover:before,
body.customer-account .data-table .summary-collapse:hover:before {
content: '';
position: absolute;
width: 0;
height: 0;
display: block;
border-right: 7px solid transparent;
border-left: 7px solid transparent;
border-top: 7px solid #18253a;
border-bottom: none;
position: static;
display: inline-block;
margin-right: 5px;
}
/* line 2078, ../scss/core/_common.scss */
#checkout-review-table .show-details .summary-collapse:before,
#shopping-cart-totals-table .show-details .summary-collapse:before,
body.customer-account .data-table .show-details .summary-collapse:before {
content: '';
position: absolute;
width: 0;
height: 0;
display: block;
border-right: 7px solid transparent;
border-left: 7px solid transparent;
border-bottom: 7px solid #2F4870;
border-top: none;
position: static;
display: inline-block;
margin-right: 5px;
}
/* line 2084, ../scss/core/_common.scss */
#checkout-review-table .show-details .summary-collapse:hover:before,
#shopping-cart-totals-table .show-details .summary-collapse:hover:before,
body.customer-account .data-table .show-details .summary-collapse:hover:before {
content: '';
position: absolute;
width: 0;
height: 0;
display: block;
border-right: 7px solid transparent;
border-left: 7px solid transparent;
border-bottom: 7px solid #18253a;
border-top: none;
position: static;
display: inline-block;
margin-right: 5px;
}
/* line 2096, ../scss/core/_common.scss */
#shopping-cart-totals-table tfoot td .summary-collapse:before, #shopping-cart-totals-table tfoot td .summary-collapse:hover:before {
margin-bottom: 5px;
}
/* ============================================ *
* Magento Helpers
* ============================================ */
/* line 2106, ../scss/core/_common.scss */
.a-center {
text-align: center;
}
/* line 2110, ../scss/core/_common.scss */
.a-right,
.align-right {
text-align: right;
}
/* line 2115, ../scss/core/_common.scss */
.no-display {
display: none !important;
}
/* line 2119, ../scss/core/_common.scss */
.nobr,
.nowrap {
white-space: nowrap;
}
/* line 2124, ../scss/core/_common.scss */
.width-full {
width: 100%;
}
/* ============================================ *
* Custom Helpers
* ============================================ */
/* line 2132, ../scss/core/_common.scss */
.hidden {
display: none;
}
/* ============================================ *
* Print Styles
* ============================================ */
/* line 2140, ../scss/core/_common.scss */
.page-print .print-head {
margin: 0 0 15px;
}
/* line 2144, ../scss/core/_common.scss */
.page-print .print-head .logo {
float: none;
max-height: 50px;
width: auto;
}
/* ============================================ *
* Add to Cart
* ============================================ */
/* line 2154, ../scss/core/_common.scss */
.catalog-category-view .actions .button {
padding-right: 20px;
}
/* line 7, ../scss/mixin/_addtocart-button.scss */
.catalog-category-view .product-view .add-to-cart i,
.catalog-category-view .category-products .action i {
font-family: "Nespresso Icons";
font-style: normal;
font-weight: 400;
width: 2.85714em;
display: block;
position: absolute;
top: 0;
left: 0;
height: 100%;
text-align: center;
line-height: 1;
}
/* line 19, ../scss/mixin/_addtocart-button.scss */
.catalog-category-view .product-view .add-to-cart i:before,
.catalog-category-view .category-products .action i:before {
position: absolute;
top: 50%;
left: 50%;
-webkit-transform: translate(-50%, -50%);
transform: translate(-50%, -50%);
}
/* line 26, ../scss/mixin/_addtocart-button.scss */
.catalog-category-view .product-view .add-to-cart i:after,
.catalog-category-view .category-products .action i:after {
content: '';
height: 100%;
position: absolute;
top: 0;
left: 33px;
}
/* line 33, ../scss/mixin/_addtocart-button.scss */
.catalog-category-view .product-view .add-to-cart i + span,
.catalog-category-view .category-products .action i + span {
/*padding-left: 3.57143em;*/
}
/* line 38, ../scss/mixin/_addtocart-button.scss */
.catalog-category-view .product-view .add-to-cart span + i,
.catalog-category-view .category-products .action span + i {
left: auto;
right: 0;
}
/* line 43, ../scss/mixin/_addtocart-button.scss */
.catalog-category-view .product-view .add-to-cart .add-to-cart-placeholder,
.catalog-category-view .category-products .action .add-to-cart-placeholder {
position: relative;
display: inline-block;
vertical-align: top;
text-align: center;
white-space: normal;
text-decoration: none;
border: none;
overflow: hidden;
text-transform: uppercase;
font-weight: 600;
font-size: 1em;
margin: 2em 0 0;
padding: .85714em 0 .71429em;
line-height: 1.2;
letter-spacing: .07143em;
min-width: 7.14286em;
border-radius: .21429em;
margin-right: .71429em;
font-family: "NespressoLucas-SemiBd", "Helvetica Neue", Verdana, Arial, sans-serif;
}
/* line 64, ../scss/mixin/_addtocart-button.scss */
.catalog-category-view .product-view .add-to-cart .add-to-cart-placeholder[disabled=disabled],
.catalog-category-view .category-products .action .add-to-cart-placeholder[disabled=disabled] {
pointer-events: none;
background: #f3f3f3;
color: #6e6e6e;
}
/* line 68, ../scss/mixin/_addtocart-button.scss */
.catalog-category-view .product-view .add-to-cart .add-to-cart-placeholder[disabled=disabled] i,
.catalog-category-view .category-products .action .add-to-cart-placeholder[disabled=disabled] i {
color: #c8c8c8;
}
/* line 72, ../scss/mixin/_addtocart-button.scss */
.catalog-category-view .product-view .add-to-cart .add-to-cart-placeholder span,
.catalog-category-view .category-products .action .add-to-cart-placeholder span {
padding: 0 .71429em;
display: inline-block;
}
/* line 75, ../scss/mixin/_addtocart-button.scss */
.catalog-category-view .product-view .add-to-cart .add-to-cart-placeholder span.price,
.catalog-category-view .category-products .action .add-to-cart-placeholder span.price {
visibility: hidden;
opacity: 0;
}
/* line 80, ../scss/mixin/_addtocart-button.scss */
.catalog-category-view .product-view .add-to-cart .add-to-cart-placeholder:hover,
.catalog-category-view .category-products .action .add-to-cart-placeholder:hover {
box-shadow: 0 0.25em 0.5em rgba(0, 0, 0, 0.3);
}
/* line 83, ../scss/mixin/_addtocart-button.scss */
.catalog-category-view .product-view .add-to-cart .add-to-cart-placeholder[disabled=disabled],
.catalog-category-view .category-products .action .add-to-cart-placeholder[disabled=disabled] {
pointer-events: none;
background: #f3f3f3;
color: #6e6e6e;
}
/* line 87, ../scss/mixin/_addtocart-button.scss */
.catalog-category-view .product-view .add-to-cart .add-to-cart-placeholder[disabled=disabled] i,
.catalog-category-view .category-products .action .add-to-cart-placeholder[disabled=disabled] i {
color: #c8c8c8;
}
/* line 93, ../scss/mixin/_addtocart-button.scss */
.catalog-category-view .product-view .add-to-cart .g_btnBlock,
.catalog-category-view .category-products .action .g_btnBlock {
display: block;
margin-top: 2.5em;
margin-bottom: 0.5em;
}
/* line 99, ../scss/mixin/_addtocart-button.scss */
.catalog-category-view .product-view .add-to-cart .g_btnLight,
.catalog-category-view .category-products .action .g_btnLight {
color: #000;
background: #d3d3d3;
position: relative;
}
/* line 103, ../scss/mixin/_addtocart-button.scss */
.catalog-category-view .product-view .add-to-cart .g_btnLight:hover,
.catalog-category-view .category-products .action .g_btnLight:hover {
background: #fff;
}
/* line 108, ../scss/mixin/_addtocart-button.scss */
.catalog-category-view .product-view .add-to-cart .g_btnDarkGold,
.catalog-category-view .category-products .action .g_btnDarkGold {
color: #fff;
background: #7e643f;
position: relative;
}
/* line 112, ../scss/mixin/_addtocart-button.scss */
.catalog-category-view .product-view .add-to-cart .g_btnDarkGold:hover,
.catalog-category-view .category-products .action .g_btnDarkGold:hover {
background: #a0804f;
}
/* line 117, ../scss/mixin/_addtocart-button.scss */
.catalog-category-view .product-view .add-to-cart .g_btnDark,
.catalog-category-view .category-products .action .g_btnDark {
color: #fff;
background: #020202;
position: relative;
}
/* line 121, ../scss/mixin/_addtocart-button.scss */
.catalog-category-view .product-view .add-to-cart .g_btnDark:hover,
.catalog-category-view .category-products .action .g_btnDark:hover {
background: #1b1b1b;
}
/* line 126, ../scss/mixin/_addtocart-button.scss */
.catalog-category-view .product-view .add-to-cart .g_btnOutline,
.catalog-category-view .category-products .action .g_btnOutline {
font-size: 1.1em;
box-shadow: inset 0 0 0 2px #000;
color: #000;
}
/* line 130, ../scss/mixin/_addtocart-button.scss */
.catalog-category-view .product-view .add-to-cart .g_btnOutline span,
.catalog-category-view .category-products .action .g_btnOutline span {
padding: 0 1em;
}
/* line 133, ../scss/mixin/_addtocart-button.scss */
.catalog-category-view .product-view .add-to-cart .g_btnOutline:hover,
.catalog-category-view .category-products .action .g_btnOutline:hover {
background: rgba(255, 255, 255, 0.3);
}
/* line 138, ../scss/mixin/_addtocart-button.scss */
.catalog-category-view .product-view .add-to-cart .add-to-cart-buttons,
.catalog-category-view .category-products .action .add-to-cart-buttons {
position: relative;
display: inline-block;
vertical-align: top;
width: 100%;
}
/* line 143, ../scss/mixin/_addtocart-button.scss */
.catalog-category-view .product-view .add-to-cart .add-to-cart-buttons.fixed-button,
.catalog-category-view .category-products .action .add-to-cart-buttons.fixed-button {
width: 100%;
position: fixed;
bottom: 0;
z-index: 956000;
left: 0;
padding: 20px;
background-color: #FFFFFF;
text-align: center;
}
/* line 152, ../scss/mixin/_addtocart-button.scss */
.catalog-category-view .product-view .add-to-cart .add-to-cart-buttons.fixed-button .button,
.catalog-category-view .category-products .action .add-to-cart-buttons.fixed-button .button {
margin-right: 0;
max-height: 38px;
}
/* line 155, ../scss/mixin/_addtocart-button.scss */
.catalog-category-view .product-view .add-to-cart .add-to-cart-buttons.fixed-button .button > span.price,
.catalog-category-view .category-products .action .add-to-cart-buttons.fixed-button .button > span.price {
display: block;
font-size: 1em;
font-weight: bold;
visibility: visible;
opacity: 1;
position: relative;
font-family: "NespressoLucas-SemiBd", "Helvetica Neue", Verdana, Arial, sans-serif;
-moz-transform: translate(0, -50%);
-ms-transform: translate(0, -50%);
-webkit-transform: translate(0, -50%);
transform: translate(0, -50%);
}
/* line 164, ../scss/mixin/_addtocart-button.scss */
.catalog-category-view .product-view .add-to-cart .add-to-cart-buttons.fixed-button .button > span.price span,
.catalog-category-view .category-products .action .add-to-cart-buttons.fixed-button .button > span.price span {
padding: 0;
}
/* line 168, ../scss/mixin/_addtocart-button.scss */
.catalog-category-view .product-view .add-to-cart .add-to-cart-buttons.fixed-button .button > span.g_labelAdd,
.catalog-category-view .category-products .action .add-to-cart-buttons.fixed-button .button > span.g_labelAdd {
padding-top: 15px;
}
/* line 175, ../scss/mixin/_addtocart-button.scss */
.catalog-category-view .product-view .add-to-cart .button,
.catalog-category-view .category-products .action .button {
color: #fff;
background: #3d8705;
font-size: 12px;
border: none;
min-width: 216px;
margin-top: 0;
margin-right: 0;
}
/* line 183, ../scss/mixin/_addtocart-button.scss */
.catalog-category-view .product-view .add-to-cart .button:active,
.catalog-category-view .category-products .action .button:active {
background: #337204;
}
/* line 186, ../scss/mixin/_addtocart-button.scss */
.catalog-category-view .product-view .add-to-cart .button:after,
.catalog-category-view .category-products .action .button:after {
content: "";
border-radius: 50%;
width: 3em;
height: 3em;
margin-top: -1.5em;
margin-left: -1.5em;
visibility: hidden;
-webkit-transform: scale(1);
transform: scale(1);
position: absolute;
background: #fff;
opacity: .5;
}
/* line 200, ../scss/mixin/_addtocart-button.scss */
.catalog-category-view .product-view .add-to-cart .button span,
.catalog-category-view .category-products .action .button span {
padding: 0 2.75em 0 3.25em;
line-height: 1.5;
}
/* line 204, ../scss/mixin/_addtocart-button.scss */
.catalog-category-view .product-view .add-to-cart .button .g_labelPhantom,
.catalog-category-view .category-products .action .button .g_labelPhantom {
visibility: hidden;
}
/* line 207, ../scss/mixin/_addtocart-button.scss */
.catalog-category-view .product-view .add-to-cart .button .g_labelAdd,
.catalog-category-view .category-products .action .button .g_labelAdd {
width: 100%;
padding-top: .14286em;
position: absolute;
top: 50%;
left: 50%;
-webkit-transform: translate(-50%, -50%);
transform: translate(-50%, -50%);
}
/* line 216, ../scss/mixin/_addtocart-button.scss */
.catalog-category-view .product-view .add-to-cart .button .g_labelUpdate,
.catalog-category-view .category-products .action .button .g_labelUpdate {
width: 100%;
padding-top: .14286em;
position: absolute;
top: 50%;
left: 50%;
-webkit-transform: translate(-50%, -50%);
transform: translate(-50%, -50%);
opacity: 0;
visibility: hidden;
}
/* line 228, ../scss/mixin/_addtocart-button.scss */
.catalog-category-view .product-view .add-to-cart .button.g_update .g_labelAdd,
.catalog-category-view .category-products .action .button.g_update .g_labelAdd {
opacity: 0;
visibility: hidden;
}
/* line 232, ../scss/mixin/_addtocart-button.scss */
.catalog-category-view .product-view .add-to-cart .button.g_update .g_labelUpdate,
.catalog-category-view .category-products .action .button.g_update .g_labelUpdate {
opacity: 1;
visibility: visible;
}
/* line 237, ../scss/mixin/_addtocart-button.scss */
.catalog-category-view .product-view .add-to-cart .button.g_quantitySelectorOpened,
.catalog-category-view .category-products .action .button.g_quantitySelectorOpened {
background-color: #337204;
}
/* line 241, ../scss/mixin/_addtocart-button.scss */
.catalog-category-view .product-view .add-to-cart .button .fn_addToCart:before,
.catalog-category-view .category-products .action .button .fn_addToCart:before {
font-size: 2.1em;
top: 44%;
content: "";
}
/* line 246, ../scss/mixin/_addtocart-button.scss */
.catalog-category-view .product-view .add-to-cart .button .fn_addToCart span,
.catalog-category-view .category-products .action .button .fn_addToCart span {
font-family: "NespressoLucas-SemiBd", "Helvetica Neue", Verdana, Arial, sans-serif;
font-weight: 700;
background: #fff;
color: #3d8705;
width: 2em;
height: 1.7em;
white-space: nowrap;
padding: 0;
display: block;
position: absolute;
top: 50%;
left: 50%;
-webkit-transform: translate(-50%, -50%);
transform: translate(-50%, -50%);
opacity: 0;
visibility: hidden;
font-size: .8em;
line-height: 1.8em;
margin-left: -.2em;
letter-spacing: -.05em;
-webkit-transform: translate(-50%, -50%) skew(-2deg);
transform: translate(-50%, -50%) skew(-2deg);
}
/* line 270, ../scss/mixin/_addtocart-button.scss */
.catalog-category-view .product-view .add-to-cart .button .fn_addToCart.g_quantity span,
.catalog-category-view .category-products .action .button .fn_addToCart.g_quantity span {
opacity: 1;
visibility: visible;
}
/* line 275, ../scss/mixin/_addtocart-button.scss */
.catalog-category-view .product-view .add-to-cart .button .fn_more:before,
.catalog-category-view .category-products .action .button .fn_more:before {
font-size: 2.3em;
content: "";
}
/* line 279, ../scss/mixin/_addtocart-button.scss */
.catalog-category-view .product-view .add-to-cart .button.compact,
.catalog-category-view .category-products .action .button.compact {
padding: 3px;
}
/* line 281, ../scss/mixin/_addtocart-button.scss */
.catalog-category-view .product-view .add-to-cart .button.compact i,
.catalog-category-view .category-products .action .button.compact i {
display: none;
}
/* line 284, ../scss/mixin/_addtocart-button.scss */
.catalog-category-view .product-view .add-to-cart .button.compact > span,
.catalog-category-view .category-products .action .button.compact > span {
padding: 7px;
}
/* line 291, ../scss/mixin/_addtocart-button.scss */
.catalog-category-view .product-view .add-to-cart .mini.add-to-cart-buttons,
.catalog-category-view .category-products .action .mini.add-to-cart-buttons {
margin-top: 1.14286em;
display: block;
}
/* line 294, ../scss/mixin/_addtocart-button.scss */
.catalog-category-view .product-view .add-to-cart .mini.add-to-cart-buttons > button,
.catalog-category-view .category-products .action .mini.add-to-cart-buttons > button {
width: 2.85714em;
height: 2.85714em;
min-width: 0;
}
/* line 298, ../scss/mixin/_addtocart-button.scss */
.catalog-category-view .product-view .add-to-cart .mini.add-to-cart-buttons > button .fn_addToCart,
.catalog-category-view .category-products .action .mini.add-to-cart-buttons > button .fn_addToCart {
opacity: 0;
visibility: hidden;
}
/* line 301, ../scss/mixin/_addtocart-button.scss */
.catalog-category-view .product-view .add-to-cart .mini.add-to-cart-buttons > button .fn_addToCart:before,
.catalog-category-view .category-products .action .mini.add-to-cart-buttons > button .fn_addToCart:before {
display: none;
}
/* line 304, ../scss/mixin/_addtocart-button.scss */
.catalog-category-view .product-view .add-to-cart .mini.add-to-cart-buttons > button .fn_addToCart span,
.catalog-category-view .category-products .action .mini.add-to-cart-buttons > button .fn_addToCart span {
color: #fff;
background: none;
font-size: 1em;
line-height: 1;
margin-left: 0;
height: auto;
letter-spacing: 0;
-webkit-transform: translate(-50%, -50%);
transform: translate(-50%, -50%);
}
/* line 316, ../scss/mixin/_addtocart-button.scss */
.catalog-category-view .product-view .add-to-cart .mini.add-to-cart-buttons > button i,
.catalog-category-view .category-products .action .mini.add-to-cart-buttons > button i {
width: 100%;
}
/* line 319, ../scss/mixin/_addtocart-button.scss */
.catalog-category-view .product-view .add-to-cart .mini.add-to-cart-buttons > button > span,
.catalog-category-view .category-products .action .mini.add-to-cart-buttons > button > span {
padding: 0;
display: none;
}
/* line 324, ../scss/mixin/_addtocart-button.scss */
.catalog-category-view .product-view .add-to-cart .mini.add-to-cart-buttons > button.g_update .fn_addToCart,
.catalog-category-view .category-products .action .mini.add-to-cart-buttons > button.g_update .fn_addToCart {
opacity: 1;
visibility: visible;
}
/* line 328, ../scss/mixin/_addtocart-button.scss */
.catalog-category-view .product-view .add-to-cart .mini.add-to-cart-buttons > button.g_update .fn_more,
.catalog-category-view .category-products .action .mini.add-to-cart-buttons > button.g_update .fn_more {
opacity: 0;
visibility: hidden;
}
@media only screen and (min-width: 771px) {
/* line 337, ../scss/mixin/_addtocart-button.scss */
.catalog-category-view .product-view .add-to-cart .g_miniDesktop.add-to-cart-buttons > button,
.catalog-category-view .category-products .action .g_miniDesktop.add-to-cart-buttons > button {
width: 2.85714em;
height: 2.85714em;
min-width: 0;
}
/* line 341, ../scss/mixin/_addtocart-button.scss */
.catalog-category-view .product-view .add-to-cart .g_miniDesktop.add-to-cart-buttons > button .fn_addToCart,
.catalog-category-view .category-products .action .g_miniDesktop.add-to-cart-buttons > button .fn_addToCart {
opacity: 0;
visibility: hidden;
}
/* line 344, ../scss/mixin/_addtocart-button.scss */
.catalog-category-view .product-view .add-to-cart .g_miniDesktop.add-to-cart-buttons > button .fn_addToCart:before,
.catalog-category-view .category-products .action .g_miniDesktop.add-to-cart-buttons > button .fn_addToCart:before {
display: none;
}
/* line 347, ../scss/mixin/_addtocart-button.scss */
.catalog-category-view .product-view .add-to-cart .g_miniDesktop.add-to-cart-buttons > button .fn_addToCart span,
.catalog-category-view .category-products .action .g_miniDesktop.add-to-cart-buttons > button .fn_addToCart span {
color: #fff;
background: none;
font-size: 1em;
line-height: 1;
margin-left: 0;
height: auto;
letter-spacing: 0;
-webkit-transform: translate(-50%, -50%);
transform: translate(-50%, -50%);
}
/* line 359, ../scss/mixin/_addtocart-button.scss */
.catalog-category-view .product-view .add-to-cart .g_miniDesktop.add-to-cart-buttons > button i,
.catalog-category-view .category-products .action .g_miniDesktop.add-to-cart-buttons > button i {
width: 100%;
}
/* line 362, ../scss/mixin/_addtocart-button.scss */
.catalog-category-view .product-view .add-to-cart .g_miniDesktop.add-to-cart-buttons > button > span,
.catalog-category-view .category-products .action .g_miniDesktop.add-to-cart-buttons > button > span {
padding: 0;
display: none;
}
/* line 367, ../scss/mixin/_addtocart-button.scss */
.catalog-category-view .product-view .add-to-cart .g_miniDesktop.add-to-cart-buttons > button.g_update .fn_addToCart,
.catalog-category-view .category-products .action .g_miniDesktop.add-to-cart-buttons > button.g_update .fn_addToCart {
opacity: 1;
visibility: visible;
}
/* line 371, ../scss/mixin/_addtocart-button.scss */
.catalog-category-view .product-view .add-to-cart .g_miniDesktop.add-to-cart-buttons > button.g_update .fn_more,
.catalog-category-view .category-products .action .g_miniDesktop.add-to-cart-buttons > button.g_update .fn_more {
opacity: 0;
visibility: hidden;
}
}
@media only screen and (min-width: 771px) {
/* line 381, ../scss/mixin/_addtocart-button.scss */
.catalog-category-view .product-view .add-to-cart.miniMobile a.button .fn_more,
.catalog-category-view .category-products .action.miniMobile a.button .fn_more {
display: none;
}
}
@media only screen and (max-width: 771px) {
/* line 387, ../scss/mixin/_addtocart-button.scss */
.catalog-category-view .product-view .add-to-cart.miniMobile, .catalog-category-view .product-view .add-to-cart .miniMobile.add-to-cart-buttons,
.catalog-category-view .category-products .action.miniMobile,
.catalog-category-view .category-products .action .miniMobile.add-to-cart-buttons {
text-align: right;
}
/* line 390, ../scss/mixin/_addtocart-button.scss */
.catalog-category-view .product-view .add-to-cart.miniMobile a.button,
.catalog-category-view .product-view .add-to-cart .miniMobile.add-to-cart-buttons > button,
.catalog-category-view .category-products .action.miniMobile a.button,
.catalog-category-view .category-products .action .miniMobile.add-to-cart-buttons > button {
width: 2.85714em;
height: 2.85714em;
min-width: 0;
font-size: 1em;
}
/* line 396, ../scss/mixin/_addtocart-button.scss */
.catalog-category-view .product-view .add-to-cart.miniMobile a.button .fn_addToCart,
.catalog-category-view .product-view .add-to-cart .miniMobile.add-to-cart-buttons > button .fn_addToCart,
.catalog-category-view .category-products .action.miniMobile a.button .fn_addToCart,
.catalog-category-view .category-products .action .miniMobile.add-to-cart-buttons > button .fn_addToCart {
opacity: 0;
visibility: hidden;
}
/* line 399, ../scss/mixin/_addtocart-button.scss */
.catalog-category-view .product-view .add-to-cart.miniMobile a.button .fn_addToCart:before,
.catalog-category-view .product-view .add-to-cart .miniMobile.add-to-cart-buttons > button .fn_addToCart:before,
.catalog-category-view .category-products .action.miniMobile a.button .fn_addToCart:before,
.catalog-category-view .category-products .action .miniMobile.add-to-cart-buttons > button .fn_addToCart:before {
display: none;
}
/* line 402, ../scss/mixin/_addtocart-button.scss */
.catalog-category-view .product-view .add-to-cart.miniMobile a.button .fn_addToCart span,
.catalog-category-view .product-view .add-to-cart .miniMobile.add-to-cart-buttons > button .fn_addToCart span,
.catalog-category-view .category-products .action.miniMobile a.button .fn_addToCart span,
.catalog-category-view .category-products .action .miniMobile.add-to-cart-buttons > button .fn_addToCart span {
color: #fff;
background: none;
font-size: 1em;
line-height: 1;
margin-left: 0;
height: auto;
letter-spacing: 0;
-webkit-transform: translate(-50%, -50%);
transform: translate(-50%, -50%);
}
/* line 414, ../scss/mixin/_addtocart-button.scss */
.catalog-category-view .product-view .add-to-cart.miniMobile a.button i,
.catalog-category-view .product-view .add-to-cart .miniMobile.add-to-cart-buttons > button i,
.catalog-category-view .category-products .action.miniMobile a.button i,
.catalog-category-view .category-products .action .miniMobile.add-to-cart-buttons > button i {
width: 100%;
}
/* line 417, ../scss/mixin/_addtocart-button.scss */
.catalog-category-view .product-view .add-to-cart.miniMobile a.button > span,
.catalog-category-view .product-view .add-to-cart .miniMobile.add-to-cart-buttons > button > span,
.catalog-category-view .category-products .action.miniMobile a.button > span,
.catalog-category-view .category-products .action .miniMobile.add-to-cart-buttons > button > span {
padding: 0;
display: none;
}
/* line 422, ../scss/mixin/_addtocart-button.scss */
.catalog-category-view .product-view .add-to-cart.miniMobile a.button.g_update .fn_addToCart,
.catalog-category-view .product-view .add-to-cart .miniMobile.add-to-cart-buttons > button.g_update .fn_addToCart,
.catalog-category-view .category-products .action.miniMobile a.button.g_update .fn_addToCart,
.catalog-category-view .category-products .action .miniMobile.add-to-cart-buttons > button.g_update .fn_addToCart {
opacity: 1;
visibility: visible;
}
/* line 426, ../scss/mixin/_addtocart-button.scss */
.catalog-category-view .product-view .add-to-cart.miniMobile a.button.g_update .fn_more,
.catalog-category-view .product-view .add-to-cart .miniMobile.add-to-cart-buttons > button.g_update .fn_more,
.catalog-category-view .category-products .action.miniMobile a.button.g_update .fn_more,
.catalog-category-view .category-products .action .miniMobile.add-to-cart-buttons > button.g_update .fn_more {
opacity: 0;
visibility: hidden;
}
}
/* line 7, ../scss/mixin/_addtocart-button.scss */
.product-view .block-related i,
.catalog-product-view .product-view .add-to-cart i {
font-family: "Nespresso Icons";
font-style: normal;
font-weight: 400;
width: 2.85714em;
display: block;
position: absolute;
top: 0;
left: 0;
height: 100%;
text-align: center;
line-height: 1;
}
/* line 19, ../scss/mixin/_addtocart-button.scss */
.product-view .block-related i:before,
.catalog-product-view .product-view .add-to-cart i:before {
position: absolute;
top: 50%;
left: 50%;
-webkit-transform: translate(-50%, -50%);
transform: translate(-50%, -50%);
}
/* line 26, ../scss/mixin/_addtocart-button.scss */
.product-view .block-related i:after,
.catalog-product-view .product-view .add-to-cart i:after {
content: '';
height: 100%;
position: absolute;
top: 0;
left: 33px;
}
/* line 33, ../scss/mixin/_addtocart-button.scss */
.product-view .block-related i + span,
.catalog-product-view .product-view .add-to-cart i + span {
/*padding-left: 3.57143em;*/
}
/* line 38, ../scss/mixin/_addtocart-button.scss */
.product-view .block-related span + i,
.catalog-product-view .product-view .add-to-cart span + i {
left: auto;
right: 0;
}
/* line 43, ../scss/mixin/_addtocart-button.scss */
.product-view .block-related .add-to-cart-placeholder,
.catalog-product-view .product-view .add-to-cart .add-to-cart-placeholder {
position: relative;
display: inline-block;
vertical-align: top;
text-align: center;
white-space: normal;
text-decoration: none;
border: none;
overflow: hidden;
text-transform: uppercase;
font-weight: 600;
font-size: 1em;
margin: 2em 0 0;
padding: .85714em 0 .71429em;
line-height: 1.2;
letter-spacing: .07143em;
min-width: 7.14286em;
border-radius: .21429em;
margin-right: .71429em;
font-family: "NespressoLucas-SemiBd", "Helvetica Neue", Verdana, Arial, sans-serif;
}
/* line 64, ../scss/mixin/_addtocart-button.scss */
.product-view .block-related .add-to-cart-placeholder[disabled=disabled],
.catalog-product-view .product-view .add-to-cart .add-to-cart-placeholder[disabled=disabled] {
pointer-events: none;
background: #f3f3f3;
color: #6e6e6e;
}
/* line 68, ../scss/mixin/_addtocart-button.scss */
.product-view .block-related .add-to-cart-placeholder[disabled=disabled] i,
.catalog-product-view .product-view .add-to-cart .add-to-cart-placeholder[disabled=disabled] i {
color: #c8c8c8;
}
/* line 72, ../scss/mixin/_addtocart-button.scss */
.product-view .block-related .add-to-cart-placeholder span,
.catalog-product-view .product-view .add-to-cart .add-to-cart-placeholder span {
padding: 0 .71429em;
display: inline-block;
}
/* line 75, ../scss/mixin/_addtocart-button.scss */
.product-view .block-related .add-to-cart-placeholder span.price,
.catalog-product-view .product-view .add-to-cart .add-to-cart-placeholder span.price {
visibility: hidden;
opacity: 0;
}
/* line 80, ../scss/mixin/_addtocart-button.scss */
.product-view .block-related .add-to-cart-placeholder:hover,
.catalog-product-view .product-view .add-to-cart .add-to-cart-placeholder:hover {
box-shadow: 0 0.25em 0.5em rgba(0, 0, 0, 0.3);
}
/* line 83, ../scss/mixin/_addtocart-button.scss */
.product-view .block-related .add-to-cart-placeholder[disabled=disabled],
.catalog-product-view .product-view .add-to-cart .add-to-cart-placeholder[disabled=disabled] {
pointer-events: none;
background: #f3f3f3;
color: #6e6e6e;
}
/* line 87, ../scss/mixin/_addtocart-button.scss */
.product-view .block-related .add-to-cart-placeholder[disabled=disabled] i,
.catalog-product-view .product-view .add-to-cart .add-to-cart-placeholder[disabled=disabled] i {
color: #c8c8c8;
}
/* line 93, ../scss/mixin/_addtocart-button.scss */
.product-view .block-related .g_btnBlock,
.catalog-product-view .product-view .add-to-cart .g_btnBlock {
display: block;
margin-top: 2.5em;
margin-bottom: 0.5em;
}
/* line 99, ../scss/mixin/_addtocart-button.scss */
.product-view .block-related .g_btnLight,
.catalog-product-view .product-view .add-to-cart .g_btnLight {
color: #000;
background: #d3d3d3;
position: relative;
}
/* line 103, ../scss/mixin/_addtocart-button.scss */
.product-view .block-related .g_btnLight:hover,
.catalog-product-view .product-view .add-to-cart .g_btnLight:hover {
background: #fff;
}
/* line 108, ../scss/mixin/_addtocart-button.scss */
.product-view .block-related .g_btnDarkGold,
.catalog-product-view .product-view .add-to-cart .g_btnDarkGold {
color: #fff;
background: #7e643f;
position: relative;
}
/* line 112, ../scss/mixin/_addtocart-button.scss */
.product-view .block-related .g_btnDarkGold:hover,
.catalog-product-view .product-view .add-to-cart .g_btnDarkGold:hover {
background: #a0804f;
}
/* line 117, ../scss/mixin/_addtocart-button.scss */
.product-view .block-related .g_btnDark,
.catalog-product-view .product-view .add-to-cart .g_btnDark {
color: #fff;
background: #020202;
position: relative;
}
/* line 121, ../scss/mixin/_addtocart-button.scss */
.product-view .block-related .g_btnDark:hover,
.catalog-product-view .product-view .add-to-cart .g_btnDark:hover {
background: #1b1b1b;
}
/* line 126, ../scss/mixin/_addtocart-button.scss */
.product-view .block-related .g_btnOutline,
.catalog-product-view .product-view .add-to-cart .g_btnOutline {
font-size: 1.1em;
box-shadow: inset 0 0 0 2px #000;
color: #000;
}
/* line 130, ../scss/mixin/_addtocart-button.scss */
.product-view .block-related .g_btnOutline span,
.catalog-product-view .product-view .add-to-cart .g_btnOutline span {
padding: 0 1em;
}
/* line 133, ../scss/mixin/_addtocart-button.scss */
.product-view .block-related .g_btnOutline:hover,
.catalog-product-view .product-view .add-to-cart .g_btnOutline:hover {
background: rgba(255, 255, 255, 0.3);
}
/* line 138, ../scss/mixin/_addtocart-button.scss */
.product-view .block-related .add-to-cart-buttons,
.catalog-product-view .product-view .add-to-cart .add-to-cart-buttons {
position: relative;
display: inline-block;
vertical-align: top;
width: 100%;
}
/* line 143, ../scss/mixin/_addtocart-button.scss */
.product-view .block-related .add-to-cart-buttons.fixed-button,
.catalog-product-view .product-view .add-to-cart .add-to-cart-buttons.fixed-button {
width: 100%;
position: fixed;
bottom: 0;
z-index: 956000;
left: 0;
padding: 20px;
background-color: #FFFFFF;
text-align: center;
}
/* line 152, ../scss/mixin/_addtocart-button.scss */
.product-view .block-related .add-to-cart-buttons.fixed-button .button,
.catalog-product-view .product-view .add-to-cart .add-to-cart-buttons.fixed-button .button {
margin-right: 0;
max-height: 38px;
}
/* line 155, ../scss/mixin/_addtocart-button.scss */
.product-view .block-related .add-to-cart-buttons.fixed-button .button > span.price,
.catalog-product-view .product-view .add-to-cart .add-to-cart-buttons.fixed-button .button > span.price {
display: block;
font-size: 1em;
font-weight: bold;
visibility: visible;
opacity: 1;
position: relative;
font-family: "NespressoLucas-SemiBd", "Helvetica Neue", Verdana, Arial, sans-serif;
-moz-transform: translate(0, -50%);
-ms-transform: translate(0, -50%);
-webkit-transform: translate(0, -50%);
transform: translate(0, -50%);
}
/* line 164, ../scss/mixin/_addtocart-button.scss */
.product-view .block-related .add-to-cart-buttons.fixed-button .button > span.price span,
.catalog-product-view .product-view .add-to-cart .add-to-cart-buttons.fixed-button .button > span.price span {
padding: 0;
}
/* line 168, ../scss/mixin/_addtocart-button.scss */
.product-view .block-related .add-to-cart-buttons.fixed-button .button > span.g_labelAdd,
.catalog-product-view .product-view .add-to-cart .add-to-cart-buttons.fixed-button .button > span.g_labelAdd {
padding-top: 15px;
}
/* line 175, ../scss/mixin/_addtocart-button.scss */
.product-view .block-related .button,
.catalog-product-view .product-view .add-to-cart .button {
color: #fff;
background: #3d8705;
font-size: 12px;
border: none;
min-width: 216px;
margin-top: 0;
margin-right: 0;
}
/* line 183, ../scss/mixin/_addtocart-button.scss */
.product-view .block-related .button:active,
.catalog-product-view .product-view .add-to-cart .button:active {
background: #337204;
}
/* line 186, ../scss/mixin/_addtocart-button.scss */
.product-view .block-related .button:after,
.catalog-product-view .product-view .add-to-cart .button:after {
content: "";
border-radius: 50%;
width: 3em;
height: 3em;
margin-top: -1.5em;
margin-left: -1.5em;
visibility: hidden;
-webkit-transform: scale(1);
transform: scale(1);
position: absolute;
background: #fff;
opacity: .5;
}
/* line 200, ../scss/mixin/_addtocart-button.scss */
.product-view .block-related .button span,
.catalog-product-view .product-view .add-to-cart .button span {
padding: 0 2.75em 0 3.25em;
line-height: 1.5;
}
/* line 204, ../scss/mixin/_addtocart-button.scss */
.product-view .block-related .button .g_labelPhantom,
.catalog-product-view .product-view .add-to-cart .button .g_labelPhantom {
visibility: hidden;
}
/* line 207, ../scss/mixin/_addtocart-button.scss */
.product-view .block-related .button .g_labelAdd,
.catalog-product-view .product-view .add-to-cart .button .g_labelAdd {
width: 100%;
padding-top: .14286em;
position: absolute;
top: 50%;
left: 50%;
-webkit-transform: translate(-50%, -50%);
transform: translate(-50%, -50%);
}
/* line 216, ../scss/mixin/_addtocart-button.scss */
.product-view .block-related .button .g_labelUpdate,
.catalog-product-view .product-view .add-to-cart .button .g_labelUpdate {
width: 100%;
padding-top: .14286em;
position: absolute;
top: 50%;
left: 50%;
-webkit-transform: translate(-50%, -50%);
transform: translate(-50%, -50%);
opacity: 0;
visibility: hidden;
}
/* line 228, ../scss/mixin/_addtocart-button.scss */
.product-view .block-related .button.g_update .g_labelAdd,
.catalog-product-view .product-view .add-to-cart .button.g_update .g_labelAdd {
opacity: 0;
visibility: hidden;
}
/* line 232, ../scss/mixin/_addtocart-button.scss */
.product-view .block-related .button.g_update .g_labelUpdate,
.catalog-product-view .product-view .add-to-cart .button.g_update .g_labelUpdate {
opacity: 1;
visibility: visible;
}
/* line 237, ../scss/mixin/_addtocart-button.scss */
.product-view .block-related .button.g_quantitySelectorOpened,
.catalog-product-view .product-view .add-to-cart .button.g_quantitySelectorOpened {
background-color: #337204;
}
/* line 241, ../scss/mixin/_addtocart-button.scss */
.product-view .block-related .button .fn_addToCart:before,
.catalog-product-view .product-view .add-to-cart .button .fn_addToCart:before {
font-size: 2.1em;
top: 44%;
content: "";
}
/* line 246, ../scss/mixin/_addtocart-button.scss */
.product-view .block-related .button .fn_addToCart span,
.catalog-product-view .product-view .add-to-cart .button .fn_addToCart span {
font-family: "NespressoLucas-SemiBd", "Helvetica Neue", Verdana, Arial, sans-serif;
font-weight: 700;
background: #fff;
color: #3d8705;
width: 2em;
height: 1.7em;
white-space: nowrap;
padding: 0;
display: block;
position: absolute;
top: 50%;
left: 50%;
-webkit-transform: translate(-50%, -50%);
transform: translate(-50%, -50%);
opacity: 0;
visibility: hidden;
font-size: .8em;
line-height: 1.8em;
margin-left: -.2em;
letter-spacing: -.05em;
-webkit-transform: translate(-50%, -50%) skew(-2deg);
transform: translate(-50%, -50%) skew(-2deg);
}
/* line 270, ../scss/mixin/_addtocart-button.scss */
.product-view .block-related .button .fn_addToCart.g_quantity span,
.catalog-product-view .product-view .add-to-cart .button .fn_addToCart.g_quantity span {
opacity: 1;
visibility: visible;
}
/* line 275, ../scss/mixin/_addtocart-button.scss */
.product-view .block-related .button .fn_more:before,
.catalog-product-view .product-view .add-to-cart .button .fn_more:before {
font-size: 2.3em;
content: "";
}
/* line 279, ../scss/mixin/_addtocart-button.scss */
.product-view .block-related .button.compact,
.catalog-product-view .product-view .add-to-cart .button.compact {
padding: 3px;
}
/* line 281, ../scss/mixin/_addtocart-button.scss */
.product-view .block-related .button.compact i,
.catalog-product-view .product-view .add-to-cart .button.compact i {
display: none;
}
/* line 284, ../scss/mixin/_addtocart-button.scss */
.product-view .block-related .button.compact > span,
.catalog-product-view .product-view .add-to-cart .button.compact > span {
padding: 7px;
}
/* line 291, ../scss/mixin/_addtocart-button.scss */
.product-view .block-related .mini.add-to-cart-buttons,
.catalog-product-view .product-view .add-to-cart .mini.add-to-cart-buttons {
margin-top: 1.14286em;
display: block;
}
/* line 294, ../scss/mixin/_addtocart-button.scss */
.product-view .block-related .mini.add-to-cart-buttons > button,
.catalog-product-view .product-view .add-to-cart .mini.add-to-cart-buttons > button {
width: 2.85714em;
height: 2.85714em;
min-width: 0;
}
/* line 298, ../scss/mixin/_addtocart-button.scss */
.product-view .block-related .mini.add-to-cart-buttons > button .fn_addToCart,
.catalog-product-view .product-view .add-to-cart .mini.add-to-cart-buttons > button .fn_addToCart {
opacity: 0;
visibility: hidden;
}
/* line 301, ../scss/mixin/_addtocart-button.scss */
.product-view .block-related .mini.add-to-cart-buttons > button .fn_addToCart:before,
.catalog-product-view .product-view .add-to-cart .mini.add-to-cart-buttons > button .fn_addToCart:before {
display: none;
}
/* line 304, ../scss/mixin/_addtocart-button.scss */
.product-view .block-related .mini.add-to-cart-buttons > button .fn_addToCart span,
.catalog-product-view .product-view .add-to-cart .mini.add-to-cart-buttons > button .fn_addToCart span {
color: #fff;
background: none;
font-size: 1em;
line-height: 1;
margin-left: 0;
height: auto;
letter-spacing: 0;
-webkit-transform: translate(-50%, -50%);
transform: translate(-50%, -50%);
}
/* line 316, ../scss/mixin/_addtocart-button.scss */
.product-view .block-related .mini.add-to-cart-buttons > button i,
.catalog-product-view .product-view .add-to-cart .mini.add-to-cart-buttons > button i {
width: 100%;
}
/* line 319, ../scss/mixin/_addtocart-button.scss */
.product-view .block-related .mini.add-to-cart-buttons > button > span,
.catalog-product-view .product-view .add-to-cart .mini.add-to-cart-buttons > button > span {
padding: 0;
display: none;
}
/* line 324, ../scss/mixin/_addtocart-button.scss */
.product-view .block-related .mini.add-to-cart-buttons > button.g_update .fn_addToCart,
.catalog-product-view .product-view .add-to-cart .mini.add-to-cart-buttons > button.g_update .fn_addToCart {
opacity: 1;
visibility: visible;
}
/* line 328, ../scss/mixin/_addtocart-button.scss */
.product-view .block-related .mini.add-to-cart-buttons > button.g_update .fn_more,
.catalog-product-view .product-view .add-to-cart .mini.add-to-cart-buttons > button.g_update .fn_more {
opacity: 0;
visibility: hidden;
}
@media only screen and (min-width: 771px) {
/* line 337, ../scss/mixin/_addtocart-button.scss */
.product-view .block-related .g_miniDesktop.add-to-cart-buttons > button,
.catalog-product-view .product-view .add-to-cart .g_miniDesktop.add-to-cart-buttons > button {
width: 2.85714em;
height: 2.85714em;
min-width: 0;
}
/* line 341, ../scss/mixin/_addtocart-button.scss */
.product-view .block-related .g_miniDesktop.add-to-cart-buttons > button .fn_addToCart,
.catalog-product-view .product-view .add-to-cart .g_miniDesktop.add-to-cart-buttons > button .fn_addToCart {
opacity: 0;
visibility: hidden;
}
/* line 344, ../scss/mixin/_addtocart-button.scss */
.product-view .block-related .g_miniDesktop.add-to-cart-buttons > button .fn_addToCart:before,
.catalog-product-view .product-view .add-to-cart .g_miniDesktop.add-to-cart-buttons > button .fn_addToCart:before {
display: none;
}
/* line 347, ../scss/mixin/_addtocart-button.scss */
.product-view .block-related .g_miniDesktop.add-to-cart-buttons > button .fn_addToCart span,
.catalog-product-view .product-view .add-to-cart .g_miniDesktop.add-to-cart-buttons > button .fn_addToCart span {
color: #fff;
background: none;
font-size: 1em;
line-height: 1;
margin-left: 0;
height: auto;
letter-spacing: 0;
-webkit-transform: translate(-50%, -50%);
transform: translate(-50%, -50%);
}
/* line 359, ../scss/mixin/_addtocart-button.scss */
.product-view .block-related .g_miniDesktop.add-to-cart-buttons > button i,
.catalog-product-view .product-view .add-to-cart .g_miniDesktop.add-to-cart-buttons > button i {
width: 100%;
}
/* line 362, ../scss/mixin/_addtocart-button.scss */
.product-view .block-related .g_miniDesktop.add-to-cart-buttons > button > span,
.catalog-product-view .product-view .add-to-cart .g_miniDesktop.add-to-cart-buttons > button > span {
padding: 0;
display: none;
}
/* line 367, ../scss/mixin/_addtocart-button.scss */
.product-view .block-related .g_miniDesktop.add-to-cart-buttons > button.g_update .fn_addToCart,
.catalog-product-view .product-view .add-to-cart .g_miniDesktop.add-to-cart-buttons > button.g_update .fn_addToCart {
opacity: 1;
visibility: visible;
}
/* line 371, ../scss/mixin/_addtocart-button.scss */
.product-view .block-related .g_miniDesktop.add-to-cart-buttons > button.g_update .fn_more,
.catalog-product-view .product-view .add-to-cart .g_miniDesktop.add-to-cart-buttons > button.g_update .fn_more {
opacity: 0;
visibility: hidden;
}
}
@media only screen and (min-width: 771px) {
/* line 381, ../scss/mixin/_addtocart-button.scss */
.product-view .block-related.miniMobile a.button .fn_more,
.catalog-product-view .product-view .add-to-cart.miniMobile a.button .fn_more {
display: none;
}
}
@media only screen and (max-width: 771px) {
/* line 387, ../scss/mixin/_addtocart-button.scss */
.product-view .block-related.miniMobile, .product-view .block-related .miniMobile.add-to-cart-buttons,
.catalog-product-view .product-view .add-to-cart.miniMobile,
.catalog-product-view .product-view .add-to-cart .miniMobile.add-to-cart-buttons {
text-align: right;
}
/* line 390, ../scss/mixin/_addtocart-button.scss */
.product-view .block-related.miniMobile a.button,
.product-view .block-related .miniMobile.add-to-cart-buttons > button,
.catalog-product-view .product-view .add-to-cart.miniMobile a.button,
.catalog-product-view .product-view .add-to-cart .miniMobile.add-to-cart-buttons > button {
width: 2.85714em;
height: 2.85714em;
min-width: 0;
font-size: 1em;
}
/* line 396, ../scss/mixin/_addtocart-button.scss */
.product-view .block-related.miniMobile a.button .fn_addToCart,
.product-view .block-related .miniMobile.add-to-cart-buttons > button .fn_addToCart,
.catalog-product-view .product-view .add-to-cart.miniMobile a.button .fn_addToCart,
.catalog-product-view .product-view .add-to-cart .miniMobile.add-to-cart-buttons > button .fn_addToCart {
opacity: 0;
visibility: hidden;
}
/* line 399, ../scss/mixin/_addtocart-button.scss */
.product-view .block-related.miniMobile a.button .fn_addToCart:before,
.product-view .block-related .miniMobile.add-to-cart-buttons > button .fn_addToCart:before,
.catalog-product-view .product-view .add-to-cart.miniMobile a.button .fn_addToCart:before,
.catalog-product-view .product-view .add-to-cart .miniMobile.add-to-cart-buttons > button .fn_addToCart:before {
display: none;
}
/* line 402, ../scss/mixin/_addtocart-button.scss */
.product-view .block-related.miniMobile a.button .fn_addToCart span,
.product-view .block-related .miniMobile.add-to-cart-buttons > button .fn_addToCart span,
.catalog-product-view .product-view .add-to-cart.miniMobile a.button .fn_addToCart span,
.catalog-product-view .product-view .add-to-cart .miniMobile.add-to-cart-buttons > button .fn_addToCart span {
color: #fff;
background: none;
font-size: 1em;
line-height: 1;
margin-left: 0;
height: auto;
letter-spacing: 0;
-webkit-transform: translate(-50%, -50%);
transform: translate(-50%, -50%);
}
/* line 414, ../scss/mixin/_addtocart-button.scss */
.product-view .block-related.miniMobile a.button i,
.product-view .block-related .miniMobile.add-to-cart-buttons > button i,
.catalog-product-view .product-view .add-to-cart.miniMobile a.button i,
.catalog-product-view .product-view .add-to-cart .miniMobile.add-to-cart-buttons > button i {
width: 100%;
}
/* line 417, ../scss/mixin/_addtocart-button.scss */
.product-view .block-related.miniMobile a.button > span,
.product-view .block-related .miniMobile.add-to-cart-buttons > button > span,
.catalog-product-view .product-view .add-to-cart.miniMobile a.button > span,
.catalog-product-view .product-view .add-to-cart .miniMobile.add-to-cart-buttons > button > span {
padding: 0;
display: none;
}
/* line 422, ../scss/mixin/_addtocart-button.scss */
.product-view .block-related.miniMobile a.button.g_update .fn_addToCart,
.product-view .block-related .miniMobile.add-to-cart-buttons > button.g_update .fn_addToCart,
.catalog-product-view .product-view .add-to-cart.miniMobile a.button.g_update .fn_addToCart,
.catalog-product-view .product-view .add-to-cart .miniMobile.add-to-cart-buttons > button.g_update .fn_addToCart {
opacity: 1;
visibility: visible;
}
/* line 426, ../scss/mixin/_addtocart-button.scss */
.product-view .block-related.miniMobile a.button.g_update .fn_more,
.product-view .block-related .miniMobile.add-to-cart-buttons > button.g_update .fn_more,
.catalog-product-view .product-view .add-to-cart.miniMobile a.button.g_update .fn_more,
.catalog-product-view .product-view .add-to-cart .miniMobile.add-to-cart-buttons > button.g_update .fn_more {
opacity: 0;
visibility: hidden;
}
}
/*******************************/
/*.add-to-cart-buttonss,
.products-grid .actions .add-to-cart-buttonss,
.products-list .actions .add-to-cart-buttonss {
position: relative;
.add-to-cart-placeholder {
position: relative;
padding: 6px 15px 6px 50px;
white-space: normal;
font-weight: bold;
@include text-shadow($c-gray 1px 1px 1px);
background: $c-dark-green-new;
border: 1px solid darken($c-dark-green-new, 10%);
@include bp(max-width, 768px) {
padding: 6px 0;
background: $c-button-new;
border-color: darken($c-button-new, 10%);
}
&:active, &:focus, &:hover {
background: $c-dark-green-new;
}
&:after {
content: '';
border-right: 1px solid $c-dark-green;
height: 100%;
position: absolute;
top: 0;
left: 33px;
@include box-shadow(1px 0 0 #539441);
@include bp(max-width, 768px) {
display: none;
}
}
&:before {
position: absolute;
content: '+';
font-size: $f-size-xl;
left: 0;
top: 50%;
@include transform(translate(100%,-50%));
width: 33px;
@include bp(max-width, 768px) {
display: none;
}
}
&.loader {
@include opacity(1);
background: $c-green;
&:before {
content: '';
background: url('img/loader-green.gif') no-repeat center;
background-size: 60%;
height: 100%;
}
}
&:disabled {
@include opacity(1);
background: $c-green;
cursor: not-allowed;
}
}
}*/
/* line 2234, ../scss/core/_common.scss */
body {
padding-bottom: 40px;
}
/*@include bp(max-width, $bp-xsmall + 1) {
.products-list .action .add-to-cart-buttons {
.add-to-cart-placeholder {
width: 35px;
height: 35px;
padding: 0;
margin-left: 20px;
span {
display: none;
}
&:before {
display: block;
}
}
}
}*/
/* line 2254, ../scss/core/_common.scss */
.qty-box {
text-align: center;
display: none;
position: absolute;
/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#f1f1f3+0,dedfe1+23,d0d1d4+100 */
background: #f1f1f3;
/* Old browsers */
background: -moz-linear-gradient(-45deg, #f1f1f3 0%, #dedfe1 23%, #d0d1d4 100%);
/* FF3.6+ */
background: -webkit-gradient(linear, left top, right bottom, color-stop(0%, #f1f1f3), color-stop(23%, #dedfe1), color-stop(100%, #d0d1d4));
/* Chrome,Safari4+ */
background: -webkit-linear-gradient(-45deg, #f1f1f3 0%, #dedfe1 23%, #d0d1d4 100%);
/* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(-45deg, #f1f1f3 0%, #dedfe1 23%, #d0d1d4 100%);
/* Opera 11.10+ */
background: -ms-linear-gradient(-45deg, #f1f1f3 0%, #dedfe1 23%, #d0d1d4 100%);
/* IE10+ */
background: linear-gradient(135deg, #f1f1f3 0%, #dedfe1 23%, #d0d1d4 100%);
/* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f1f1f3', endColorstr='#d0d1d4',GradientType=1 );
/* IE6-9 fallback on horizontal gradient */
top: -5px;
-moz-transform: translateY(-100%);
-ms-transform: translateY(-100%);
-webkit-transform: translateY(-100%);
transform: translateY(-100%);
z-index: 101;
border: 1px solid #FFFFFF;
-moz-border-radius: 3px;
-webkit-border-radius: 3px;
border-radius: 3px;
}
/* line 2273, ../scss/core/_common.scss */
.qty-box:after {
background: #d4d5d8;
content: '';
position: absolute;
bottom: 0;
left: 50%;
width: 10px;
height: 10px;
border: 1px solid #d4d5d8;
border-bottom-color: #FFFFFF;
border-right-color: #FFFFFF;
-moz-transform: translate(-50%, 50%) rotate(45deg);
-ms-transform: translate(-50%, 50%) rotate(45deg);
-webkit-transform: translate(-50%, 50%) rotate(45deg);
transform: translate(-50%, 50%) rotate(45deg);
}
/* line 2287, ../scss/core/_common.scss */
.qty-box .qty-table {
padding: 10px;
border-bottom: 1px solid #c9cacb;
-moz-box-shadow: #e9eaec 0px 1px 0px;
-webkit-box-shadow: #e9eaec 0px 1px 0px;
box-shadow: #e9eaec 0px 1px 0px;
}
/* line 2293, ../scss/core/_common.scss */
.qty-box table {
border-collapse: separate;
width: 100%;
color: #51504E;
font-size: 11px;
text-shadow: 1px 1px 1px #FFFFFF;
}
/* line 2301, ../scss/core/_common.scss */
.qty-box table tr:last-of-type td {
border-bottom: none;
box-shadow: 1px 0 0 #e9eaec;
}
/* line 2304, ../scss/core/_common.scss */
.qty-box table tr:last-of-type td:nth-child(5) {
border-right: none;
box-shadow: none;
}
/* line 2311, ../scss/core/_common.scss */
.qty-box table td {
cursor: pointer;
border-right: 1px solid #c9cacb;
border-bottom: 1px solid #c9cacb;
box-shadow: 1px 1px 0 #e9eaec;
padding: 6px;
}
/* line 2317, ../scss/core/_common.scss */
.qty-box table td:hover {
background: #f1f1f3;
}
/* line 2320, ../scss/core/_common.scss */
.qty-box table td:nth-child(5) {
border-right: none;
box-shadow: 0 1px 0 #e9eaec;
}
/* line 2327, ../scss/core/_common.scss */
.qty-box .qty-message {
color: #51504E;
font-size: 11px;
padding: 10px;
border-bottom: 1px solid #c9cacb;
-moz-box-shadow: #e9eaec 0px 1px 0px;
-webkit-box-shadow: #e9eaec 0px 1px 0px;
box-shadow: #e9eaec 0px 1px 0px;
}
/* line 2335, ../scss/core/_common.scss */
.qty-box .qty-actions {
padding: 10px;
}
/* line 2337, ../scss/core/_common.scss */
.qty-box .qty-actions input[type=text] {
font-size: 12px;
width: 60%;
background-color: #FFFFFF;
color: #51504E;
text-align: left;
}
/* line 2344, ../scss/core/_common.scss */
.qty-box .qty-actions .btn-cart {
float: right;
background: transparent;
color: #51504E;
width: 40%;
border: none;
height: 32px;
}
/* line 2354, ../scss/core/_common.scss */
.qty-box label {
position: absolute;
clip: rect(1px, 1px, 1px, 1px);
}
/* ============================================ *
* Tooltip for form inputs
* ============================================ */
/* line 2364, ../scss/core/_common.scss */
.input-tooltip {
position: absolute;
top: -53px;
width: 290px;
padding: 12px 20px 15px;
word-wrap: break-word;
background: #000000;
-moz-border-radius: 3px;
-webkit-border-radius: 3px;
border-radius: 3px;
color: #FFFFFF;
font-size: 10px;
line-height: 12px;
display: none;
}
/* line 2375, ../scss/core/_common.scss */
.input-tooltip:after {
content: '';
position: absolute;
width: 0;
height: 0;
display: block;
border-right: 12px solid transparent;
border-left: 12px solid transparent;
border-top: 12px solid #000000;
border-bottom: none;
position: absolute;
display: inline-block;
bottom: -12px;
left: 15px;
}
/* ============================================ *
* Special fonts for product and catalog pages
* ============================================ */
/* line 2388, ../scss/core/_common.scss */
.catalog-category-view .main-container, .catalog-product-view .main-container {
/* .category-products .actions .add-to-cart-buttons button,
.category-products a.button {
font-family: $f-lucas-bold!important;
text-transform: uppercase;
@include text-shadow($c-gray 1px 1px 1px);
}*/
}
/* line 2390, ../scss/core/_common.scss */
.catalog-category-view .main-container h3.product-name,
.catalog-category-view .main-container h4.product-name,
.catalog-category-view .main-container h5.product-name,
.catalog-category-view .main-container p.product-name,
.catalog-category-view .main-container .product-view .product-img-box .product-name h1,
.catalog-category-view .main-container .price-box > *, .catalog-product-view .main-container h3.product-name,
.catalog-product-view .main-container h4.product-name,
.catalog-product-view .main-container h5.product-name,
.catalog-product-view .main-container p.product-name,
.catalog-product-view .main-container .product-view .product-img-box .product-name h1,
.catalog-product-view .main-container .price-box > * {
font-family: "NespressoLucas-Regular", "Helvetica Neue", Verdana, Arial, sans-serif !important;
}
/* line 2398, ../scss/core/_common.scss */
.catalog-category-view .main-container .product-view .product-shop .product-name .h1, .catalog-product-view .main-container .product-view .product-shop .product-name .h1 {
font-family: "NespressoLucas-Bold", "Helvetica Neue", Verdana, Arial, sans-serif !important;
}
/* line 2409, ../scss/core/_common.scss */
.v_scrollLock {
overflow: hidden !important;
width: auto;
}
/* line 2415, ../scss/core/_common.scss */
body span.rubdc,
body #shopping-cart-totals-table span.rubdc {
font-family: "RUBDC", "Helvetica Neue", Verdana, Arial, sans-serif !important;
vertical-align: baseline;
margin: 0 2px;
}
/* ============================================ *
* FORMS - COMMON
* ============================================ */
/* -------------------------------------------- *
* Fieldsets
*/
/* line 11, ../scss/core/_form.scss */
.fieldset p {
margin-bottom: 7px;
}
/* line 15, ../scss/core/_form.scss */
.fieldset p.required {
margin-bottom: 5px;
float: right;
font-size: 12px;
margin-top: 0px;
}
/* line 23, ../scss/core/_form.scss */
.fieldset + .fieldset {
margin-top: 5px;
}
/* line 27, ../scss/core/_form.scss */
form .legend {
margin: 0;
margin-bottom: 10px;
color: #FFFFFF;
font-family: "Trebuchet MS", "Helvetica Neue", Verdana, Arial, sans-serif;
font-size: 18px;
font-weight: 400;
font-style: normal;
line-height: 1.4;
text-rendering: optimizeSpeed;
text-transform: uppercase;
margin-bottom: 15px;
padding-bottom: 10px;
border-bottom: 1px solid #302f2f;
color: #d7d7d7;
font-size: 14px;
}
/* -------------------------------------------- *
* Input Box
*/
/* line 40, ../scss/core/_form.scss */
.input-box {
position: relative;
padding-top: 2px;
}
/* line 44, ../scss/core/_form.scss */
.input-box:after {
content: '';
display: table;
clear: both;
}
@media only screen and (min-width: 901px) {
/* line 50, ../scss/core/_form.scss */
.input-box {
width: 365px;
}
}
/* line 56, ../scss/core/_form.scss */
li.centinel-logos div.input-box img {
display: inline;
vertical-align: middle;
}
/* For adjacent select inputs. */
/* Example: credit card expiration month and year. */
/* line 65, ../scss/core/_form.scss */
.input-box .v-fix {
float: left;
margin-right: 5px;
max-width: 100%;
}
/* -------------------------------------------- *
* Labels
*/
/* line 75, ../scss/core/_form.scss */
label {
display: inline-block;
font-size: 13px;
font-family: "Trebuchet MS", "Helvetica Neue", Verdana, Arial, sans-serif;
-moz-user-select: none;
-ms-user-select: none;
-webkit-user-select: none;
-o-user-select: none;
user-select: none;
}
/* line 82, ../scss/core/_form.scss */
label.required:after,
span.required:after {
content: ' *';
font-weight: normal;
font-family: "Trebuchet MS", "Helvetica Neue", Verdana, Arial, sans-serif;
font-size: 12px;
}
/* line 90, ../scss/core/_form.scss */
label.required em,
span.required em {
display: none;
}
/* -------------------------------------------- *
* Hints
*/
/* line 99, ../scss/core/_form.scss */
.input-hint {
color: #888888;
font-size: 12px;
}
/* -------------------------------------------- *
* Select
*/
/* line 108, ../scss/core/_form.scss */
select {
color: white;
font-size: 11px;
background-color: #51504E;
background-image: url(img/select-icon.png);
background-repeat: no-repeat;
background-position: right;
-webkit-appearance: none;
-moz-appearance: none;
height: 32px;
padding: 0 45px 0 10px;
border: none;
cursor: pointer;
-moz-border-radius: 3px;
-webkit-border-radius: 3px;
border-radius: 3px;
}
/* line 124, ../scss/core/_form.scss */
select::-ms-expand {
display: none;
}
/* line 129, ../scss/core/_form.scss */
select + select {
margin-left: 5px;
}
/* line 133, ../scss/core/_form.scss */
select[multiple] {
width: 270px;
border: 1px solid #e6e6e6;
font-size: 15px;
padding: 5px;
}
/* -------------------------------------------- *
* Textarea
*/
/* line 144, ../scss/core/_form.scss */
textarea {
-moz-box-sizing: border-box;
-webkit-box-sizing: border-box;
box-sizing: border-box;
width: 100%;
max-width: 450px;
padding: 5px;
}
/* -------------------------------------------- *
* Inputs
*/
/* line 155, ../scss/core/_form.scss */
.input-text {
-moz-appearance: none;
-webkit-appearance: none;
-moz-border-radius: 3px;
-webkit-border-radius: 3px;
border-radius: 3px;
border: none;
background: #FFFFFF;
font-size: 15px;
}
/* line 162, ../scss/core/_form.scss */
.input-text:focus {
border: 1px solid #CC9D49;
}
/* line 167, ../scss/core/_form.scss */
.input-text.validation-failed {
border-color: #9A0A1D;
}
/* line 172, ../scss/core/_form.scss */
.input-text.validation-failed:focus {
outline-color: #cd858e;
}
/* line 176, ../scss/core/_form.scss */
input[type=email],
input[type=search],
input[type=number],
input[type=password],
input[type=tel],
input[type=text] {
height: 32px;
padding: 0 10px;
background-color: #51504E;
color: white;
}
/* line 188, ../scss/core/_form.scss */
input[type=email],
input[type=search],
input[type=number],
input[type=password],
input[type=tel],
input[type=text] {
width: 100%;
}
/* Only show on iPhones (not iPads or any other device) */
@media only screen and (max-device-width: 568px) and (-webkit-min-device-pixel-ratio: 0) {
/* line 199, ../scss/core/_form.scss */
input[type=email],
input[type=search],
input[type=number],
input[type=password],
input[type=tel],
input[type=text],
select {
font-size: 16px;
/* Prevent from zooming on focus */
}
}
/* line 210, ../scss/core/_form.scss */
.ie8 .input-text {
max-width: none;
}
/* -------------------------------------------- *
* Inputs - Quantity
*/
/* line 218, ../scss/core/_form.scss */
input[type=number].qty,
input[type=text].qty {
width: 3em;
text-align: center;
vertical-align: middle;
}
/* -------------------------------------------- *
* Placeholder
*/
/* line 229, ../scss/core/_form.scss */
::-webkit-input-placeholder {
color: #888888;
}
/* line 233, ../scss/core/_form.scss */
input:-moz-placeholder {
color: #888888;
}
/* -------------------------------------------- *
* Checkbox And Radio
*/
/* line 241, ../scss/core/_form.scss */
.checkbox,
.radio {
position: relative;
top: -1px;
display: none;
}
/* line 249, ../scss/core/_form.scss */
.checkbox:checked + label:after,
.radio:checked + label:after {
display: block;
}
/* line 256, ../scss/core/_form.scss */
.checkbox + label,
.radio + label {
width: auto;
font-size: 14px;
font-weight: normal;
vertical-align: top;
position: relative;
margin: 0;
padding-left: 25px;
}
/* line 266, ../scss/core/_form.scss */
.checkbox + label:after, .checkbox + label:before,
.radio + label:after,
.radio + label:before {
content: '';
display: block;
position: absolute;
}
/* line 272, ../scss/core/_form.scss */
.checkbox + label:before,
.radio + label:before {
top: 2px;
left: 0;
height: 15px;
width: 15px;
border: 1px solid #888888;
background-color: white;
}
/* line 281, ../scss/core/_form.scss */
.checkbox + label:after,
.radio + label:after {
display: none;
top: 6px;
left: 4px;
height: 7px;
width: 7px;
/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#8e8e8f+0,bfc0c0+100 */
background: #8e8e8f;
/* Old browsers */
background: -moz-linear-gradient(45deg, #8e8e8f 0%, #bfc0c0 100%);
/* FF3.6+ */
background: -webkit-gradient(linear, left bottom, right top, color-stop(0%, #8e8e8f), color-stop(100%, #bfc0c0));
/* Chrome,Safari4+ */
background: -webkit-linear-gradient(45deg, #8e8e8f 0%, #bfc0c0 100%);
/* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(45deg, #8e8e8f 0%, #bfc0c0 100%);
/* Opera 11.10+ */
background: -ms-linear-gradient(45deg, #8e8e8f 0%, #bfc0c0 100%);
/* IE10+ */
background: linear-gradient(45deg, #8e8e8f 0%, #bfc0c0 100%);
/* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#8e8e8f', endColorstr='#bfc0c0',GradientType=1 );
/* IE6-9 fallback on horizontal gradient */
}
/* line 301, ../scss/core/_form.scss */
.radio + label:before {
-moz-border-radius: 50%;
-webkit-border-radius: 50%;
border-radius: 50%;
}
/* line 305, ../scss/core/_form.scss */
.radio + label:after {
-moz-border-radius: 50%;
-webkit-border-radius: 50%;
border-radius: 50%;
}
/* line 310, ../scss/core/_form.scss */
.checkbox + label[for=auth_phone], label[for=auth_messaging],
label[for=email_auth], label[for=auth_postmail] {
padding: 0 25px;
}
/* -------------------------------------------- *
* Validation
*/
/* line 319, ../scss/core/_form.scss */
p.required,
.validation-advice {
margin: 5px 0;
color: #9A0A1D;
font-size: 13px;
}
/* ============================================ *
* Form List
* ============================================ */
/* line 332, ../scss/core/_form.scss */
.form-list > li {
margin-bottom: 10px;
}
/* line 335, ../scss/core/_form.scss */
.form-list select {
width: 100%;
}
/* line 339, ../scss/core/_form.scss */
.form-list .input-range .input-text {
width: 74px;
}
/* line 343, ../scss/core/_form.scss */
.form-list .field,
.form-list .wide,
.form-list .control {
margin-bottom: 10px;
}
/* line 349, ../scss/core/_form.scss */
.form-list .field .progress {
margin-top: 5px;
}
/* line 352, ../scss/core/_form.scss */
.form-list .field .progress .password-verdict {
font-size: 11px;
}
/* line 356, ../scss/core/_form.scss */
.form-list .field .progress .progress-bar {
height: 4px;
min-width: 10%;
border-radius: 3px;
}
/* line 362, ../scss/core/_form.scss */
.form-list .field .progress .progress-bar-danger {
background-color: #9A0A1D;
}
/* line 365, ../scss/core/_form.scss */
.form-list .field .progress .progress-bar-danger + .password-verdict {
color: #9A0A1D;
}
/* line 370, ../scss/core/_form.scss */
.form-list .field .progress .progress-bar-medium {
background-color: #F3793B;
}
/* line 373, ../scss/core/_form.scss */
.form-list .field .progress .progress-bar-medium + .password-verdict {
color: #F3793B;
}
/* line 378, ../scss/core/_form.scss */
.form-list .field .progress .progress-bar-warning {
background-color: #357e00;
}
/* line 381, ../scss/core/_form.scss */
.form-list .field .progress .progress-bar-warning + .password-verdict {
color: #357e00;
}
/* line 386, ../scss/core/_form.scss */
.form-list .field .progress .progress-bar-success {
background-color: #226A19;
}
/* line 389, ../scss/core/_form.scss */
.form-list .field .progress .progress-bar-success + .password-verdict {
color: #226A19;
}
/* Turn the label of controls (radio/checkbox) into a button style that wraps the input */
/* line 397, ../scss/core/_form.scss */
.form-list .control,
.sp-methods dt,
#checkout-shipping-method-load .sp-methods dd,
#co-shipping-method-form .sp-methods dd,
.product-options ul.options-list {
/* When a label is next to an input that is set to not display, we should style the label in a non-clickable state */
}
/* line 403, ../scss/core/_form.scss */
.form-list .control div.input-box,
.sp-methods dt div.input-box,
#checkout-shipping-method-load .sp-methods dd div.input-box,
#co-shipping-method-form .sp-methods dd div.input-box,
.product-options ul.options-list div.input-box {
display: inline;
float: left;
line-height: 21px;
width: auto;
}
/* line 409, ../scss/core/_form.scss */
.form-list .control div.input-box:after,
.sp-methods dt div.input-box:after,
#checkout-shipping-method-load .sp-methods dd div.input-box:after,
#co-shipping-method-form .sp-methods dd div.input-box:after,
.product-options ul.options-list div.input-box:after {
display: none;
}
/* line 414, ../scss/core/_form.scss */
.form-list .control input.radio,
.form-list .control input.checkbox,
.sp-methods dt input.radio,
.sp-methods dt input.checkbox,
#checkout-shipping-method-load .sp-methods dd input.radio,
#checkout-shipping-method-load .sp-methods dd input.checkbox,
#co-shipping-method-form .sp-methods dd input.radio,
#co-shipping-method-form .sp-methods dd input.checkbox,
.product-options ul.options-list input.radio,
.product-options ul.options-list input.checkbox {
float: left;
margin-right: -40px;
margin-top: 10px;
margin-left: 15px;
}
/* line 421, ../scss/core/_form.scss */
.form-list .control input.radio + label,
.form-list .control input.checkbox + label,
.sp-methods dt input.radio + label,
.sp-methods dt input.checkbox + label,
#checkout-shipping-method-load .sp-methods dd input.radio + label,
#checkout-shipping-method-load .sp-methods dd input.checkbox + label,
#co-shipping-method-form .sp-methods dd input.radio + label,
#co-shipping-method-form .sp-methods dd input.checkbox + label,
.product-options ul.options-list input.radio + label,
.product-options ul.options-list input.checkbox + label {
margin: 0;
}
/* line 424, ../scss/core/_form.scss */
.form-list .control input.radio + label:before,
.form-list .control input.checkbox + label:before,
.sp-methods dt input.radio + label:before,
.sp-methods dt input.checkbox + label:before,
#checkout-shipping-method-load .sp-methods dd input.radio + label:before,
#checkout-shipping-method-load .sp-methods dd input.checkbox + label:before,
#co-shipping-method-form .sp-methods dd input.radio + label:before,
#co-shipping-method-form .sp-methods dd input.checkbox + label:before,
.product-options ul.options-list input.radio + label:before,
.product-options ul.options-list input.checkbox + label:before {
top: 8px;
}
/* line 428, ../scss/core/_form.scss */
.form-list .control input.radio + label:after,
.form-list .control input.checkbox + label:after,
.sp-methods dt input.radio + label:after,
.sp-methods dt input.checkbox + label:after,
#checkout-shipping-method-load .sp-methods dd input.radio + label:after,
#checkout-shipping-method-load .sp-methods dd input.checkbox + label:after,
#co-shipping-method-form .sp-methods dd input.radio + label:after,
#co-shipping-method-form .sp-methods dd input.checkbox + label:after,
.product-options ul.options-list input.radio + label:after,
.product-options ul.options-list input.checkbox + label:after {
top: 12px;
}
/* line 434, ../scss/core/_form.scss */
.form-list .control label,
.sp-methods dt label,
#checkout-shipping-method-load .sp-methods dd label,
#co-shipping-method-form .sp-methods dd label,
.product-options ul.options-list label {
color: #FFFFFF;
padding: 5px 10px;
display: inline-block;
width: auto;
max-width: none;
min-width: 250px;
float: none;
padding: 6px 10px 6px 25px;
}
/* line 443, ../scss/core/_form.scss */
.form-list .control label[for=auth_phone], .form-list .control label[for=auth_messaging],
.form-list .control label[for=email_auth], .form-list .control label[for=auth_postmail],
.sp-methods dt label[for=auth_phone],
.sp-methods dt label[for=auth_messaging],
.sp-methods dt label[for=email_auth],
.sp-methods dt label[for=auth_postmail],
#checkout-shipping-method-load .sp-methods dd label[for=auth_phone],
#checkout-shipping-method-load .sp-methods dd label[for=auth_messaging],
#checkout-shipping-method-load .sp-methods dd label[for=email_auth],
#checkout-shipping-method-load .sp-methods dd label[for=auth_postmail],
#co-shipping-method-form .sp-methods dd label[for=auth_phone],
#co-shipping-method-form .sp-methods dd label[for=auth_messaging],
#co-shipping-method-form .sp-methods dd label[for=email_auth],
#co-shipping-method-form .sp-methods dd label[for=auth_postmail],
.product-options ul.options-list label[for=auth_phone],
.product-options ul.options-list label[for=auth_messaging],
.product-options ul.options-list label[for=email_auth],
.product-options ul.options-list label[for=auth_postmail] {
min-width: 100px;
}
/* line 449, ../scss/core/_form.scss */
.form-list .control .no-display + label,
.sp-methods dt .no-display + label,
#checkout-shipping-method-load .sp-methods dd .no-display + label,
#co-shipping-method-form .sp-methods dd .no-display + label,
.product-options ul.options-list .no-display + label {
padding-left: 0;
background-color: transparent;
}
/* line 453, ../scss/core/_form.scss */
.form-list .control .no-display + label:hover,
.sp-methods dt .no-display + label:hover,
#checkout-shipping-method-load .sp-methods dd .no-display + label:hover,
#co-shipping-method-form .sp-methods dd .no-display + label:hover,
.product-options ul.options-list .no-display + label:hover {
background-color: transparent;
}
/* line 460, ../scss/core/_form.scss */
.product-options ul.options-list label {
color: #000000;
}
/* line 464, ../scss/core/_form.scss */
.product-options ul.options-list label,
.col2-set .form-list .control label {
min-width: inherit;
max-width: 100%;
}
/* line 471, ../scss/core/_form.scss */
.form-list .control.remember-me-box label {
width: auto;
max-width: none;
min-width: inherit;
}
/* line 478, ../scss/core/_form.scss */
.form-list .control {
margin-top: 10px;
}
/* line 481, ../scss/core/_form.scss */
.form-list .control label {
float: none;
}
/* line 484, ../scss/core/_form.scss */
.form-list .control .radio,
.form-list .control .checkbox {
margin-right: 6px;
}
/* line 488, ../scss/core/_form.scss */
.form-list .control .input-box {
clear: none;
display: inline-block;
padding: 0;
}
/* line 496, ../scss/core/_form.scss */
form .form-instructions {
font-style: italic;
font-family: "Trebuchet MS", Georgia, Times, "Times New Roman", serif;
font-size: 13px;
color: #888888;
}
/* line 504, ../scss/core/_form.scss */
.white-form, body.page-print.sales-order-print, .opc, .customer-account-login .scaffold-form, .customer-account-forgotpassword form, .my-account, .customer-account-resetpassword .col-main {
background-color: #f9f9f9;
color: #51504E;
padding: 0 40px;
}
/* line 509, ../scss/core/_form.scss */
.white-form a, body.page-print.sales-order-print a, .opc a, .customer-account-login .scaffold-form a, .customer-account-forgotpassword form a, .my-account a, .customer-account-resetpassword .col-main a {
color: #51504E;
}
/* line 512, ../scss/core/_form.scss */
.white-form a:hover, body.page-print.sales-order-print a:hover, .opc a:hover, .customer-account-login .scaffold-form a:hover, .customer-account-forgotpassword form a:hover, .my-account a:hover, .customer-account-resetpassword .col-main a:hover {
color: #51504E;
}
/* line 517, ../scss/core/_form.scss */
.white-form h1, body.page-print.sales-order-print h1, .opc h1, .customer-account-login .scaffold-form h1, .customer-account-forgotpassword form h1, .my-account h1, .customer-account-resetpassword .col-main h1 {
margin: 0 -40px;
}
/* line 521, ../scss/core/_form.scss */
.white-form h2, body.page-print.sales-order-print h2, .opc h2, .customer-account-login .scaffold-form h2, .customer-account-forgotpassword form h2, .my-account h2, .customer-account-resetpassword .col-main h2 {
background: #eeeeee;
/* Old browsers */
background: -moz-linear-gradient(top, #eeeeee 0%, #cccccc 100%);
/* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #eeeeee), color-stop(100%, #cccccc));
/* Chrome,Safari4+ */
background: -webkit-linear-gradient(top, #eeeeee 0%, #cccccc 100%);
/* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top, #eeeeee 0%, #cccccc 100%);
/* Opera 11.10+ */
background: -ms-linear-gradient(top, #eeeeee 0%, #cccccc 100%);
/* IE10+ */
background: linear-gradient(to bottom, #eeeeee 0%, #cccccc 100%);
/* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#eeeeee', endColorstr='#cccccc',GradientType=0 );
/* IE6-9 */
color: #2a2c2c;
padding: 14px 20px;
margin: 0 -40px;
text-transform: none;
line-height: 1.35;
}
/* line 530, ../scss/core/_form.scss */
.white-form h3, body.page-print.sales-order-print h3, .opc h3, .customer-account-login .scaffold-form h3, .customer-account-forgotpassword form h3, .my-account h3, .customer-account-resetpassword .col-main h3 {
color: #2a2c2c;
}
/* line 534, ../scss/core/_form.scss */
.white-form .fieldset, body.page-print.sales-order-print .fieldset, .opc .fieldset, .customer-account-login .scaffold-form .fieldset, .customer-account-forgotpassword form .fieldset, .my-account .fieldset, .customer-account-resetpassword .col-main .fieldset {
margin: 0;
}
/* line 543, ../scss/core/_form.scss */
.white-form .form-list .control label, body.page-print.sales-order-print .form-list .control label, .opc .form-list .control label, .customer-account-login .scaffold-form .form-list .control label, .customer-account-forgotpassword form .form-list .control label, .my-account .form-list .control label, .customer-account-resetpassword .col-main .form-list .control label,
.white-form .sp-methods dt label,
body.page-print.sales-order-print .sp-methods dt label,
.opc .sp-methods dt label,
.customer-account-login .scaffold-form .sp-methods dt label,
.customer-account-forgotpassword form .sp-methods dt label,
.my-account .sp-methods dt label,
.customer-account-resetpassword .col-main .sp-methods dt label,
.white-form #checkout-shipping-method-load .sp-methods dd label,
body.page-print.sales-order-print #checkout-shipping-method-load .sp-methods dd label,
.opc #checkout-shipping-method-load .sp-methods dd label,
.customer-account-login .scaffold-form #checkout-shipping-method-load .sp-methods dd label,
.customer-account-forgotpassword form #checkout-shipping-method-load .sp-methods dd label,
.my-account #checkout-shipping-method-load .sp-methods dd label,
.customer-account-resetpassword .col-main #checkout-shipping-method-load .sp-methods dd label,
.white-form #co-shipping-method-form .sp-methods dd label,
body.page-print.sales-order-print #co-shipping-method-form .sp-methods dd label,
.opc #co-shipping-method-form .sp-methods dd label,
.customer-account-login .scaffold-form #co-shipping-method-form .sp-methods dd label,
.customer-account-forgotpassword form #co-shipping-method-form .sp-methods dd label,
.my-account #co-shipping-method-form .sp-methods dd label,
.customer-account-resetpassword .col-main #co-shipping-method-form .sp-methods dd label,
.white-form .product-options ul.options-list label,
body.page-print.sales-order-print .product-options ul.options-list label,
.opc .product-options ul.options-list label,
.customer-account-login .scaffold-form .product-options ul.options-list label,
.customer-account-forgotpassword form .product-options ul.options-list label,
.my-account .product-options ul.options-list label,
.customer-account-resetpassword .col-main .product-options ul.options-list label {
font-size: 13px;
font-weight: normal;
color: #51504E;
}
/* line 550, ../scss/core/_form.scss */
.white-form input[type=email], body.page-print.sales-order-print input[type=email], .opc input[type=email], .customer-account-login .scaffold-form input[type=email], .customer-account-forgotpassword form input[type=email], .my-account input[type=email], .customer-account-resetpassword .col-main input[type=email],
.white-form input[type=search],
body.page-print.sales-order-print input[type=search],
.opc input[type=search],
.customer-account-login .scaffold-form input[type=search],
.customer-account-forgotpassword form input[type=search],
.my-account input[type=search],
.customer-account-resetpassword .col-main input[type=search],
.white-form input[type=number],
body.page-print.sales-order-print input[type=number],
.opc input[type=number],
.customer-account-login .scaffold-form input[type=number],
.customer-account-forgotpassword form input[type=number],
.my-account input[type=number],
.customer-account-resetpassword .col-main input[type=number],
.white-form input[type=password],
body.page-print.sales-order-print input[type=password],
.opc input[type=password],
.customer-account-login .scaffold-form input[type=password],
.customer-account-forgotpassword form input[type=password],
.my-account input[type=password],
.customer-account-resetpassword .col-main input[type=password],
.white-form input[type=tel],
body.page-print.sales-order-print input[type=tel],
.opc input[type=tel],
.customer-account-login .scaffold-form input[type=tel],
.customer-account-forgotpassword form input[type=tel],
.my-account input[type=tel],
.customer-account-resetpassword .col-main input[type=tel],
.white-form input[type=text],
body.page-print.sales-order-print input[type=text],
.opc input[type=text],
.customer-account-login .scaffold-form input[type=text],
.customer-account-forgotpassword form input[type=text],
.my-account input[type=text],
.customer-account-resetpassword .col-main input[type=text] {
font-size: 13px;
width: 100%;
height: 42px;
border: 2px solid #e6e6e6;
background-color: white;
color: #51504E;
}
/* line 564, ../scss/core/_form.scss */
.white-form select, body.page-print.sales-order-print select, .opc select, .customer-account-login .scaffold-form select, .customer-account-forgotpassword form select, .my-account select, .customer-account-resetpassword .col-main select {
color: #2a2c2c;
font-size: 13px;
background: #ffffff;
/* Old browsers */
background-image: url(img/select-icon-caret.png), -moz-linear-gradient(top, #ffffff 0%, #dedede 100%);
/* FF3.6+ */
background-image: url(img/select-icon-caret.png), -webkit-gradient(linear, left top, left bottom, color-stop(0%, #ffffff), color-stop(100%, #dedede));
/* Chrome,Safari4+ */
background-image: url(img/select-icon-caret.png), -webkit-linear-gradient(top, #ffffff 0%, #dedede 100%);
/* Chrome10+,Safari5.1+ */
background-image: url(img/select-icon-caret.png), -o-linear-gradient(top, #ffffff 0%, #dedede 100%);
/* Opera 11.10+ */
background-image: url(img/select-icon-caret.png), -ms-linear-gradient(top, #ffffff 0%, #dedede 100%);
/* IE10+ */
background-image: url(img/select-icon-caret.png), linear-gradient(to bottom, #ffffff 0%, #dedede 100%);
/* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#dedede',GradientType=0 );
/* IE6-9 */
background-repeat: no-repeat;
background-position: right;
-webkit-appearance: none;
-moz-appearance: none;
height: 41px;
border: 1px solid #e6e6e6;
border-bottom-color: #b3b3b3;
padding: 0 30px 0 10px;
margin-top: 0;
width: 100%;
-moz-border-radius: 3px;
-webkit-border-radius: 3px;
border-radius: 3px;
-moz-box-shadow: #e6e6e6 0 1px 0;
-webkit-box-shadow: #e6e6e6 0 1px 0;
box-shadow: #e6e6e6 0 1px 0;
}
/* line 589, ../scss/core/_form.scss */
.white-form select::-ms-expand, body.page-print.sales-order-print select::-ms-expand, .opc select::-ms-expand, .customer-account-login .scaffold-form select::-ms-expand, .customer-account-forgotpassword form select::-ms-expand, .my-account select::-ms-expand, .customer-account-resetpassword .col-main select::-ms-expand {
display: none;
}
/* line 594, ../scss/core/_form.scss */
.white-form .form-instructions, body.page-print.sales-order-print .form-instructions, .opc .form-instructions, .customer-account-login .scaffold-form .form-instructions, .customer-account-forgotpassword form .form-instructions, .my-account .form-instructions, .customer-account-resetpassword .col-main .form-instructions {
font-style: normal;
color: #888888;
background-color: #f3f3f3;
margin: 0 -40px;
padding: 30px 20px 10px 20px;
}
/* line 602, ../scss/core/_form.scss */
.white-form .form-list, body.page-print.sales-order-print .form-list, .opc .form-list, .customer-account-login .scaffold-form .form-list, .customer-account-forgotpassword form .form-list, .my-account .form-list, .customer-account-resetpassword .col-main .form-list {
margin: 30px 0;
}
/* line 606, ../scss/core/_form.scss */
.white-form .data-table, body.page-print.sales-order-print .data-table, .opc .data-table, .customer-account-login .scaffold-form .data-table, .customer-account-forgotpassword form .data-table, .my-account .data-table, .customer-account-resetpassword .col-main .data-table {
color: #51504E;
}
/* line 609, ../scss/core/_form.scss */
.white-form .data-table thead th, body.page-print.sales-order-print .data-table thead th, .opc .data-table thead th, .customer-account-login .scaffold-form .data-table thead th, .customer-account-forgotpassword form .data-table thead th, .my-account .data-table thead th, .customer-account-resetpassword .col-main .data-table thead th {
color: #2a2c2c;
background-color: #d7d7d7;
}
/* line 615, ../scss/core/_form.scss */
.white-form .data-table thead th, body.page-print.sales-order-print .data-table thead th, .opc .data-table thead th, .customer-account-login .scaffold-form .data-table thead th, .customer-account-forgotpassword form .data-table thead th, .my-account .data-table thead th, .customer-account-resetpassword .col-main .data-table thead th,
.white-form .data-table tbody td,
body.page-print.sales-order-print .data-table tbody td,
.opc .data-table tbody td,
.customer-account-login .scaffold-form .data-table tbody td,
.customer-account-forgotpassword form .data-table tbody td,
.my-account .data-table tbody td,
.customer-account-resetpassword .col-main .data-table tbody td {
border-color: #d7d7d7;
}
/* line 621, ../scss/core/_form.scss */
.white-form .data-table tfoot tr.last, body.page-print.sales-order-print .data-table tfoot tr.last, .opc .data-table tfoot tr.last, .customer-account-login .scaffold-form .data-table tfoot tr.last, .customer-account-forgotpassword form .data-table tfoot tr.last, .my-account .data-table tfoot tr.last, .customer-account-resetpassword .col-main .data-table tfoot tr.last {
border-top: 1px solid #d7d7d7;
}
/* line 625, ../scss/core/_form.scss */
.white-form .data-table tfoot, body.page-print.sales-order-print .data-table tfoot, .opc .data-table tfoot, .customer-account-login .scaffold-form .data-table tfoot, .customer-account-forgotpassword form .data-table tfoot, .my-account .data-table tfoot, .customer-account-resetpassword .col-main .data-table tfoot {
border-top: 4px double #d7d7d7;
border-bottom: 4px double #d7d7d7;
}
/* line 630, ../scss/core/_form.scss */
.white-form .data-table .product-name, body.page-print.sales-order-print .data-table .product-name, .opc .data-table .product-name, .customer-account-login .scaffold-form .data-table .product-name, .customer-account-forgotpassword form .data-table .product-name, .my-account .data-table .product-name, .customer-account-resetpassword .col-main .data-table .product-name {
color: #2a2c2c;
}
/* line 635, ../scss/core/_form.scss */
.white-form .buttons-set, body.page-print.sales-order-print .buttons-set, .opc .buttons-set, .customer-account-login .scaffold-form .buttons-set, .customer-account-forgotpassword form .buttons-set, .my-account .buttons-set, .customer-account-resetpassword .col-main .buttons-set {
padding: 20px 40px;
border-top: 0;
margin: 0 -40px;
}
@media only screen and (min-width: 901px) {
/* line 643, ../scss/core/_form.scss */
.white-form.scaffold-form .input-box, body.scaffold-form.page-print.sales-order-print .input-box, .scaffold-form.opc .input-box, .customer-account-login .scaffold-form .input-box, .customer-account-forgotpassword form.scaffold-form .input-box, .scaffold-form.my-account .input-box, .customer-account-resetpassword .scaffold-form.col-main .input-box, .white-form .scaffold-form .input-box, body.page-print.sales-order-print .scaffold-form .input-box, .opc .scaffold-form .input-box, .customer-account-login .scaffold-form .scaffold-form .input-box, .customer-account-forgotpassword form .scaffold-form .input-box, .my-account .scaffold-form .input-box, .customer-account-resetpassword .col-main .scaffold-form .input-box {
width: 572px;
/*@include inline-block;*/
}
/* line 648, ../scss/core/_form.scss */
.white-form.scaffold-form label, body.scaffold-form.page-print.sales-order-print label, .scaffold-form.opc label, .customer-account-login .scaffold-form label, .customer-account-forgotpassword form.scaffold-form label, .scaffold-form.my-account label, .customer-account-resetpassword .scaffold-form.col-main label, .white-form .scaffold-form label, body.page-print.sales-order-print .scaffold-form label, .opc .scaffold-form label, .customer-account-login .scaffold-form .scaffold-form label, .customer-account-forgotpassword form .scaffold-form label, .my-account .scaffold-form label, .customer-account-resetpassword .col-main .scaffold-form label {
vertical-align: top;
margin-top: 13px;
}
/* line 652, ../scss/core/_form.scss */
.white-form.scaffold-form label:first-child, body.scaffold-form.page-print.sales-order-print label:first-child, .scaffold-form.opc label:first-child, .customer-account-login .scaffold-form label:first-child, .customer-account-forgotpassword form.scaffold-form label:first-child, .scaffold-form.my-account label:first-child, .customer-account-resetpassword .scaffold-form.col-main label:first-child, .white-form .scaffold-form label:first-child, body.page-print.sales-order-print .scaffold-form label:first-child, .opc .scaffold-form label:first-child, .customer-account-login .scaffold-form .scaffold-form label:first-child, .customer-account-forgotpassword form .scaffold-form label:first-child, .my-account .scaffold-form label:first-child, .customer-account-resetpassword .col-main .scaffold-form label:first-child {
width: 170px;
}
}
@media only screen and (max-width: 770px) {
/* line 660, ../scss/core/_form.scss */
.white-form h2, body.page-print.sales-order-print h2, .opc h2, .customer-account-login .scaffold-form h2, .customer-account-forgotpassword form h2, .my-account h2, .customer-account-resetpassword .col-main h2 {
padding: 11px 20px;
}
}
@media only screen and (max-width: 599px) {
/* line 504, ../scss/core/_form.scss */
.white-form, body.page-print.sales-order-print, .opc, .customer-account-login .scaffold-form, .customer-account-forgotpassword form, .my-account, .customer-account-resetpassword .col-main {
padding: 0 20px;
}
/* line 668, ../scss/core/_form.scss */
.white-form .form-list, body.page-print.sales-order-print .form-list, .opc .form-list, .customer-account-login .scaffold-form .form-list, .customer-account-forgotpassword form .form-list, .my-account .form-list, .customer-account-resetpassword .col-main .form-list {
margin: 20px 0;
}
/* line 672, ../scss/core/_form.scss */
.white-form .linearize-table-large tbody tr, body.page-print.sales-order-print .linearize-table-large tbody tr, .opc .linearize-table-large tbody tr, .customer-account-login .scaffold-form .linearize-table-large tbody tr, .customer-account-forgotpassword form .linearize-table-large tbody tr, .my-account .linearize-table-large tbody tr, .customer-account-resetpassword .col-main .linearize-table-large tbody tr, .white-form .linearize-table tbody tr, body.page-print.sales-order-print .linearize-table tbody tr, .opc .linearize-table tbody tr, .customer-account-login .scaffold-form .linearize-table tbody tr, .customer-account-forgotpassword form .linearize-table tbody tr, .my-account .linearize-table tbody tr, .customer-account-resetpassword .col-main .linearize-table tbody tr {
border-bottom: 1px solid #e7e7e7;
}
/* line 677, ../scss/core/_form.scss */
.white-form .buttons-set, body.page-print.sales-order-print .buttons-set, .opc .buttons-set, .customer-account-login .scaffold-form .buttons-set, .customer-account-forgotpassword form .buttons-set, .my-account .buttons-set, .customer-account-resetpassword .col-main .buttons-set {
padding: 20px;
}
/* line 681, ../scss/core/_form.scss */
.white-form .form-instructions, body.page-print.sales-order-print .form-instructions, .opc .form-instructions, .customer-account-login .scaffold-form .form-instructions, .customer-account-forgotpassword form .form-instructions, .my-account .form-instructions, .customer-account-resetpassword .col-main .form-instructions, .white-form h1, body.page-print.sales-order-print h1, .opc h1, .customer-account-login .scaffold-form h1, .customer-account-forgotpassword form h1, .my-account h1, .customer-account-resetpassword .col-main h1, .white-form h2, body.page-print.sales-order-print h2, .opc h2, .customer-account-login .scaffold-form h2, .customer-account-forgotpassword form h2, .my-account h2, .customer-account-resetpassword .col-main h2, .white-form .buttons-set, body.page-print.sales-order-print .buttons-set, .opc .buttons-set, .customer-account-login .scaffold-form .buttons-set, .customer-account-forgotpassword form .buttons-set, .my-account .buttons-set, .customer-account-resetpassword .col-main .buttons-set {
margin: 0 -20px;
}
}
/* ============================================ *
* Table Helpers
* ============================================ */
/* line 5, ../scss/core/_table.scss */
.hide-th {
text-indent: -9999px;
}
/* ============================================ *
* Data Table
* ============================================ */
/* line 13, ../scss/core/_table.scss */
.data-table {
width: 100%;
color: #d7d7d7;
}
/* line 17, ../scss/core/_table.scss */
.data-table .product-name {
font-size: 14px;
color: #d7d7d7;
}
@media only screen and (max-width: 479px) {
/* line 24, ../scss/core/_table.scss */
.data-table.linearize-table .product-name {
font-size: 16px;
margin-bottom: 0.2em;
}
}
@media only screen and (max-width: 599px) {
/* line 33, ../scss/core/_table.scss */
.data-table.linearize-table-large .product-name {
font-size: 16px;
margin-bottom: 0.2em;
}
}
/* line 41, ../scss/core/_table.scss */
.data-table td,
.data-table th {
padding: 10px;
vertical-align: top;
}
/* line 47, ../scss/core/_table.scss */
.data-table th {
background: #292727;
text-transform: uppercase;
font-family: "Trebuchet MS", "Helvetica Neue", Verdana, Arial, sans-serif;
line-height: 1.4;
white-space: nowrap;
color: #d7d7d7;
}
/* line 56, ../scss/core/_table.scss */
.data-table thead th,
.data-table tbody td {
border-bottom: 1px solid #2a2c2c;
}
/* line 61, ../scss/core/_table.scss */
.data-table tbody td,
.data-table tfoot td {
font-family: "Trebuchet MS", Georgia, Times, "Times New Roman", serif;
}
/* line 66, ../scss/core/_table.scss */
.data-table tfoot {
border-top: 1px solid #302f2f;
border-bottom: 1px solid #302f2f;
text-transform: uppercase;
}
/* line 71, ../scss/core/_table.scss */
.data-table tfoot tr.last {
border-top: 1px solid #302f2f;
font-size: 20px;
}
/* line 75, ../scss/core/_table.scss */
.data-table tfoot tr.last strong {
font-weight: normal;
}
/* line 80, ../scss/core/_table.scss */
.data-table tfoot tr.first {
border-top: 0;
}
/* line 85, ../scss/core/_table.scss */
.data-table tfoot tr + tr:not(.last) td {
padding-top: 0px;
}
/* line 91, ../scss/core/_table.scss */
.data-table tbody td .item-options {
margin-bottom: 10px;
}
/* line 94, ../scss/core/_table.scss */
.data-table tbody td .item-options dt:after {
content: ':';
}
@media only screen and (max-width: 770px) {
/* line 91, ../scss/core/_table.scss */
.data-table tbody td .item-options {
float: none;
}
}
/* ============================================ *
* Generic Info Table
* ============================================ */
/* line 107, ../scss/core/_table.scss */
.info-box {
border: 1px solid #2a2c2c;
padding: 12px 15px;
margin: 0 0 15px;
}
/* line 112, ../scss/core/_table.scss */
.info-box h2 {
font-weight: bold;
font-size: 13px;
}
/* line 118, ../scss/core/_table.scss */
.info-table th,
.info-table td {
vertical-align: top;
}
/* line 123, ../scss/core/_table.scss */
.info-table th {
font-weight: bold;
padding: 4px 20px 4px 0;
}
/* line 128, ../scss/core/_table.scss */
.info-table td {
padding: 4px 0;
}
/* ============================================ *
* Zebra-Stripe Table
* ============================================ */
/* line 137, ../scss/core/_table.scss */
.zebra-table tr:first-child,
.zebra-table th:first-child {
border-top: 1px solid #2a2c2c;
}
/* line 142, ../scss/core/_table.scss */
.zebra-table td,
.zebra-table th {
border-bottom: 1px solid #2a2c2c;
padding: 6px;
background-color: transparent;
}
/* line 149, ../scss/core/_table.scss */
.zebra-table tr {
background-color: #EEEDED;
}
/* line 153, ../scss/core/_table.scss */
.zebra-table tr:nth-child(odd) {
background-color: #F8F7F5;
}
/* ============================================ *
* Linearize Table
* ============================================ */
@media only screen and (max-width: 479px) {
/* line 263, ../scss/core/_table.scss */
.linearize-table {
/* Helpers */
}
/* line 164, ../scss/core/_table.scss */
.linearize-table tr,
.linearize-table th,
.linearize-table td {
display: block;
}
/* line 170, ../scss/core/_table.scss */
.linearize-table thead th {
border-right: 0;
border-left: 0;
}
/* line 175, ../scss/core/_table.scss */
.linearize-table thead th.lin-hide {
display: none;
}
/* line 179, ../scss/core/_table.scss */
.linearize-table thead th:nth-child(1n+2) {
display: none;
}
/* line 183, ../scss/core/_table.scss */
.linearize-table tbody tr {
position: relative;
border-bottom: 1px solid #2a2c2c;
}
/* line 188, ../scss/core/_table.scss */
.linearize-table tbody td {
padding: 0 10px 4px;
border-right: 0;
border-bottom: 0;
}
/* line 194, ../scss/core/_table.scss */
.linearize-table tbody td.lin-hide {
display: none;
}
/* line 198, ../scss/core/_table.scss */
.linearize-table tbody td:first-child {
padding-top: 10px;
}
/* line 202, ../scss/core/_table.scss */
.linearize-table tbody td:first-child,
.linearize-table tbody td:first-child h3 {
padding-top: 10px;
color: #CC9D49;
}
/* line 208, ../scss/core/_table.scss */
.linearize-table tbody td[data-rwd-label] {
text-align: left;
}
/* line 212, ../scss/core/_table.scss */
.linearize-table tbody td[data-rwd-label]:before {
content: attr(data-rwd-label) ":";
font-size: 12px;
font-family: "Trebuchet MS", "Helvetica Neue", Verdana, Arial, sans-serif;
padding-right: 5px;
text-transform: uppercase;
}
/* line 220, ../scss/core/_table.scss */
.linearize-table tfoot tr {
display: block;
text-align: right;
}
/* line 225, ../scss/core/_table.scss */
.linearize-table tfoot tr:after {
content: '';
display: table;
clear: both;
}
/* line 229, ../scss/core/_table.scss */
.linearize-table tfoot td {
display: block;
float: left;
}
/* line 234, ../scss/core/_table.scss */
.linearize-table tfoot td.lin-hide {
display: none;
}
/* line 238, ../scss/core/_table.scss */
.linearize-table tfoot td:nth-child(odd) {
clear: left;
width: 60%;
}
/* line 243, ../scss/core/_table.scss */
.linearize-table tfoot td:nth-child(even) {
width: 40%;
}
/* line 249, ../scss/core/_table.scss */
.linearize-table .linearize-hide {
display: none;
}
/* line 253, ../scss/core/_table.scss */
.linearize-table .linearize-unpad {
padding: 0;
}
/* line 257, ../scss/core/_table.scss */
.linearize-table .linearize-show {
display: block;
}
/* line 267, ../scss/core/_table.scss */
.linearize-table tfoot td {
text-align: left;
}
/* line 271, ../scss/core/_table.scss */
.linearize-table tfoot tr.last td {
font-size: 16px;
}
}
@media only screen and (max-width: 599px) {
/* line 279, ../scss/core/_table.scss */
.linearize-table-large {
/* Helpers */
}
/* line 164, ../scss/core/_table.scss */
.linearize-table-large tr,
.linearize-table-large th,
.linearize-table-large td {
display: block;
}
/* line 170, ../scss/core/_table.scss */
.linearize-table-large thead th {
border-right: 0;
border-left: 0;
}
/* line 175, ../scss/core/_table.scss */
.linearize-table-large thead th.lin-hide {
display: none;
}
/* line 179, ../scss/core/_table.scss */
.linearize-table-large thead th:nth-child(1n+2) {
display: none;
}
/* line 183, ../scss/core/_table.scss */
.linearize-table-large tbody tr {
position: relative;
border-bottom: 1px solid #2a2c2c;
}
/* line 188, ../scss/core/_table.scss */
.linearize-table-large tbody td {
padding: 0 10px 4px;
border-right: 0;
border-bottom: 0;
}
/* line 194, ../scss/core/_table.scss */
.linearize-table-large tbody td.lin-hide {
display: none;
}
/* line 198, ../scss/core/_table.scss */
.linearize-table-large tbody td:first-child {
padding-top: 10px;
}
/* line 202, ../scss/core/_table.scss */
.linearize-table-large tbody td:first-child,
.linearize-table-large tbody td:first-child h3 {
padding-top: 10px;
color: #CC9D49;
}
/* line 208, ../scss/core/_table.scss */
.linearize-table-large tbody td[data-rwd-label] {
text-align: left;
}
/* line 212, ../scss/core/_table.scss */
.linearize-table-large tbody td[data-rwd-label]:before {
content: attr(data-rwd-label) ":";
font-size: 12px;
font-family: "Trebuchet MS", "Helvetica Neue", Verdana, Arial, sans-serif;
padding-right: 5px;
text-transform: uppercase;
}
/* line 220, ../scss/core/_table.scss */
.linearize-table-large tfoot tr {
display: block;
text-align: right;
}
/* line 225, ../scss/core/_table.scss */
.linearize-table-large tfoot tr:after {
content: '';
display: table;
clear: both;
}
/* line 229, ../scss/core/_table.scss */
.linearize-table-large tfoot td {
display: block;
float: left;
}
/* line 234, ../scss/core/_table.scss */
.linearize-table-large tfoot td.lin-hide {
display: none;
}
/* line 238, ../scss/core/_table.scss */
.linearize-table-large tfoot td:nth-child(odd) {
clear: left;
width: 60%;
}
/* line 243, ../scss/core/_table.scss */
.linearize-table-large tfoot td:nth-child(even) {
width: 40%;
}
/* line 249, ../scss/core/_table.scss */
.linearize-table-large .linearize-hide {
display: none;
}
/* line 253, ../scss/core/_table.scss */
.linearize-table-large .linearize-unpad {
padding: 0;
}
/* line 257, ../scss/core/_table.scss */
.linearize-table-large .linearize-show {
display: block;
}
}
@media only screen and (min-width: 600px) {
/* line 285, ../scss/core/_table.scss */
.linearize-table .linearize-collapse {
display: none;
}
}
/* ============================================ *
* Global
* ============================================ */
/* line 5, ../scss/layout/_global.scss */
html,
body {
height: 100%;
}
/* line 10, ../scss/layout/_global.scss */
.wrapper {
min-width: 320px;
min-height: 100%;
margin: 0 auto;
background: #000000;
}
/* line 17, ../scss/layout/_global.scss */
.wrapper:after {
content: '';
display: table;
clear: both;
}
/* ============================================ *
* Header
* ============================================ */
@media only screen and (min-width: 901px) {
/* line 7, ../scss/layout/_header.scss */
.page-header {
max-width: 1260px;
margin: 0 auto;
padding: 0 30px;
}
/* line 13, ../scss/layout/_header.scss */
.page-header-container {
position: relative;
}
}
/* line 19, ../scss/layout/_header.scss */
.header-language-container,
.page-header {
font-family: "Trebuchet MS", "Helvetica Neue", Verdana, Arial, sans-serif;
}
/* ============================================ *
* Language switcher + welcome message
* ============================================ */
/* line 28, ../scss/layout/_header.scss */
.header-language-background {
padding: 10px;
background-color: #51504E;
text-transform: uppercase;
}
/* line 33, ../scss/layout/_header.scss */
.header-language-background .header-language-container {
max-width: 1200px;
margin-left: auto;
margin-right: auto;
}
/* line 39, ../scss/layout/_header.scss */
.header-language-background:after {
content: '';
display: table;
clear: both;
}
/* line 43, ../scss/layout/_header.scss */
.header-language-background .form-language,
.header-language-background .currency-switcher {
float: left;
margin-right: 10px;
}
/* line 49, ../scss/layout/_header.scss */
.header-language-background .welcome-msg {
font-size: 11px;
float: left;
}
/* line 56, ../scss/layout/_header.scss */
.page-header-container .store-language-container.desktop-view {
position: absolute;
top: 22px;
right: 0;
width: 90px;
height: 32px;
line-height: 32px;
}
/* line 64, ../scss/layout/_header.scss */
.page-header-container .store-language-container.mobile-view {
display: none;
margin-top: 10px;
margin-right: 15px;
float: right;
}
@media only screen and (min-width: 480px) {
/* line 64, ../scss/layout/_header.scss */
.page-header-container .store-language-container.mobile-view {
margin-right: 30px;
}
}
/* line 74, ../scss/layout/_header.scss */
.page-header-container .store-language-container label {
display: none;
}
/* line 77, ../scss/layout/_header.scss */
.page-header-container .store-language-container select {
max-width: 100%;
}
/* line 82, ../scss/layout/_header.scss */
.page-header-container .store-language-container ul li {
font-size: 10px;
display: inline-block;
vertical-align: middle;
*vertical-align: auto;
*zoom: 1;
*display: inline;
}
/* line 85, ../scss/layout/_header.scss */
.page-header-container .store-language-container ul li.current {
margin-right: 15px;
}
/* line 87, ../scss/layout/_header.scss */
.page-header-container .store-language-container ul li.current span {
background-color: #51504E;
padding: 3px;
-moz-border-radius: 3px;
-webkit-border-radius: 3px;
border-radius: 3px;
}
/* line 96, ../scss/layout/_header.scss */
.page-header-container .store-language-container .flag {
margin-left: 12px;
height: 20px;
width: 20px;
}
/* line 102, ../scss/layout/_header.scss */
.page-header-container .store-language-container .flag-russia {
background: url("img/flag-russia.png");
background-size: cover;
}
/* line 108, ../scss/layout/_header.scss */
.header-language-background,
.header-language-background a {
color: #E6E6E6;
}
@media only screen and (max-width: 900px) {
/* line 115, ../scss/layout/_header.scss */
.header-language-background {
display: none;
}
}
/* ============================================ *
* Logo
* ============================================ */
/* line 125, ../scss/layout/_header.scss */
.logo {
display: block;
float: left;
min-width: 100px;
text-align: center;
padding: 10px 0px 10px 0px;
}
/* line 132, ../scss/layout/_header.scss */
.logo img {
max-width: 100%;
}
/* line 137, ../scss/layout/_header.scss */
.logo:hover {
opacity: 0.8;
}
@media only screen and (min-width: 480px) {
/* line 145, ../scss/layout/_header.scss */
.logo {
padding: 10px 0px 10px 30px;
}
}
@media only screen and (min-width: 901px) {
/* line 153, ../scss/layout/_header.scss */
.logo {
padding: 22px 0 0 0;
}
}
@media only screen and (max-width: 479px) {
/* line 162, ../scss/layout/_header.scss */
.logo img {
width: 131px;
}
}
/* ============================================ *
* Skip Links
* ============================================ */
/* line 173, ../scss/layout/_header.scss */
.skip-links {
clear: both;
overflow: hidden;
border-top: 1px solid #2a2c2c;
line-height: 32px;
}
@media only screen and (min-width: 901px) {
/* line 184, ../scss/layout/_header.scss */
.skip-links {
border: 0;
}
/* line 187, ../scss/layout/_header.scss */
.skip-links .skip-link {
background-color: #51504E;
-webkit-border-radius: 3px;
-moz-border-radius: 3px;
border-radius: 3px;
}
/* line 188, ../scss/layout/_header.scss */
.skip-links .skip-link.skip-active, .skip-links .skip-link:hover {
color: white;
}
/* line 198, ../scss/layout/_header.scss */
.skip-links .skip-link.skip-cart:not(.no-count) {
background-color: #40792D;
}
/* line 201, ../scss/layout/_header.scss */
.skip-links .skip-link.skip-cart:not(.no-count) .fa.caret, .skip-links .skip-link.skip-cart:not(.no-count) #search_mini_form .caret.search-button:before, #search_mini_form .skip-links .skip-link.skip-cart:not(.no-count) .caret.search-button:before {
background-color: #2c541f;
border-left-color: #4a8c34;
-moz-box-shadow: #366626 -1px 0px 0px;
-webkit-box-shadow: #366626 -1px 0px 0px;
box-shadow: #366626 -1px 0px 0px;
}
/* line 207, ../scss/layout/_header.scss */
.skip-links .skip-link.skip-cart:not(.no-count) .icon-shopping-cart {
border-right-color: #366626;
}
/* line 214, ../scss/layout/_header.scss */
.skip-links .fa, .skip-links #search_mini_form .search-button:before, #search_mini_form .skip-links .search-button:before, .skip-links .label {
line-height: 32px;
}
/* line 218, ../scss/layout/_header.scss */
.skip-links .fa.caret, .skip-links #search_mini_form .caret.search-button:before, #search_mini_form .skip-links .caret.search-button:before {
background-color: #3e3e3d;
width: 32px;
border-left: 1px solid #6c6b69;
-webkit-border-top-right-radius: 3px;
-moz-border-top-right-radius: 3px;
border-top-right-radius: 3px;
-webkit-border-bottom-right-radius: 3px;
-moz-border-bottom-right-radius: 3px;
border-top-bottom-radius: 3px;
-moz-box-shadow: #434341 -1px 0px 0px;
-webkit-box-shadow: #434341 -1px 0px 0px;
box-shadow: #434341 -1px 0px 0px;
float: right;
}
/* line 232, ../scss/layout/_header.scss */
.skip-links .label {
padding: 0 25px;
}
}
/* -------------------------------------------- *
* Skip - Link
*/
/* line 243, ../scss/layout/_header.scss */
.skip-link {
position: relative;
float: left;
width: 30%;
height: 32px;
text-align: center;
text-decoration: none;
/* @include bp(max-width, $bp-small) {
.label, em.caret {
display: none;
}
}*/
cursor: pointer;
}
/* line 253, ../scss/layout/_header.scss */
.skip-link .label {
font-size: 12px;
}
/* line 262, ../scss/layout/_header.scss */
.skip-link.skip-active {
color: #CC9D49;
}
/* line 268, ../scss/layout/_header.scss */
.skip-link:hover {
color: #CC9D49;
}
@media only screen and (max-width: 900px) {
/* line 277, ../scss/layout/_header.scss */
.skip-links .skip-link {
border-right: 1px solid #2a2c2c;
border-bottom: 1px solid #2a2c2c;
}
/* line 282, ../scss/layout/_header.scss */
.skip-links .skip-link.skip-cart {
border-right: 0;
}
/* line 285, ../scss/layout/_header.scss */
.skip-links em.caret {
display: none;
}
}
@media only screen and (min-width: 500px) {
/* line 295, ../scss/layout/_header.scss */
.skip-link {
width: 33.33%;
}
}
/* -------------------------------------------- *
* Skip Link - Icon
*/
/* line 305, ../scss/layout/_header.scss */
.skip-link .icon {
width: 40px;
border-right: 1px solid #434341;
float: left;
height: 32px;
display: inline-block;
vertical-align: middle;
}
/* line 313, ../scss/layout/_header.scss */
.skip-link .icon:before {
content: '';
display: block;
height: 30px;
width: 30px;
background-image: url("img/header-account-sprite.png");
background-repeat: no-repeat;
margin: 0 auto;
}
/* line 323, ../scss/layout/_header.scss */
.skip-link .icon.icon-shopping-cart:before {
background-position: -30px 0;
}
/* line 327, ../scss/layout/_header.scss */
.skip-link .icon.icon-user:before {
background-position: 0 0;
}
@media only screen and (max-width: 900px) {
/* line 305, ../scss/layout/_header.scss */
.skip-link .icon {
float: none;
border-right: 0;
}
}
/* -------------------------------------------- *
* Skip Link - Label
*/
/* line 342, ../scss/layout/_header.scss */
.skip-link .label {
display: none;
white-space: nowrap;
text-overflow: ellipsis;
overflow: hidden;
vertical-align: middle;
}
/*@include bp(min-width, $bp-small + 1) {
.skip-link .label {
display: inline-block;
max-width: 80%;
}
}*/
@media only screen and (max-width: 1024px) {
/* line 361, ../scss/layout/_header.scss */
.skip-link em.caret {
display: none;
}
}
@media only screen and (max-width: 599px) {
/* line 368, ../scss/layout/_header.scss */
.skip-link.skip-cart:not(.no-count) {
background-color: #58b214;
margin-right: -5px;
height: 47px;
width: 90px;
}
/* line 373, ../scss/layout/_header.scss */
.skip-link.skip-cart:not(.no-count) .label {
padding-right: 10px;
font-weight: bold;
font-size: 14px;
}
/* line 379, ../scss/layout/_header.scss */
.skip-link.skip-cart:not(.no-count) .label {
display: inline-block;
max-width: 100%;
}
/* line 383, ../scss/layout/_header.scss */
.skip-link.skip-cart:not(.no-count) .label .price, .skip-link.skip-cart:not(.no-count) .label .hidden-bp-small {
display: none;
}
}
@media only screen and (max-width: 479px) {
/* line 392, ../scss/layout/_header.scss */
.skip-link.skip-cart .label {
max-width: 40%;
}
/* line 395, ../scss/layout/_header.scss */
.skip-link.skip-cart .label .hidden-bp-xsmall {
display: none;
}
}
@media only screen and (min-width: 901px) {
/* line 403, ../scss/layout/_header.scss */
.skip-link.skip-account .label {
display: inline-block;
max-width: 98px;
}
/* line 408, ../scss/layout/_header.scss */
.skip-link.skip-cart .label {
display: inline-block;
max-width: 190px;
}
}
/* ============================================ *
* Skip Content
* ============================================ */
/* line 419, ../scss/layout/_header.scss */
.skip-content {
display: none;
}
/* line 423, ../scss/layout/_header.scss */
.skip-content.skip-active {
display: block;
}
/* ============================================ *
* Global Header Navigation
* ============================================ */
@media only screen and (max-width: 900px) {
/* line 435, ../scss/layout/_header.scss */
#header-account li a,
.nav-primary a.level0 {
padding: 0 15px 0 25px;
border-bottom: 1px solid #2a2c2c;
text-align: left;
color: #FFFFFF;
}
/* line 443, ../scss/layout/_header.scss */
#header-account li:last-child a,
.nav-primary li.level0:last-child a.level0 {
border-bottom: 0;
}
}
@media only screen and (min-width: 901px) {
/* line 450, ../scss/layout/_header.scss */
.skip-content {
background: #141414;
/* Old browsers */
background: -moz-linear-gradient(-45deg, #141414 40%, #282828 60%, #141414 90%);
/* FF3.6+ */
background: -webkit-gradient(linear, left top, right bottom, color-stop(40%, #141414), color-stop(60%, #282828), color-stop(90%, #141414));
/* Chrome,Safari4+ */
background: -webkit-linear-gradient(-45deg, #141414 40%, #282828 60%, #141414 90%);
/* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(-45deg, #141414 40%, #282828 60%, #141414 90%);
/* Opera 11.10+ */
background: -ms-linear-gradient(-45deg, #141414 40%, #282828 60%, #141414 90%);
/* IE10+ */
background: linear-gradient(135deg, #141414 40%, #282828 60%, #141414 90%);
/* W3C */
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#141414', endColorstr='#282828', GradientType=1);
/* IE6-9 fallback on horizontal gradient */
}
/* line 460, ../scss/layout/_header.scss */
.skip-content:before {
content: '';
display: block;
height: 80px;
width: 100%;
position: absolute;
top: 0;
left: 0;
z-index: -1;
background: -moz-linear-gradient(top, black 0%, rgba(47, 47, 47, 0.1) 100%);
/* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, black), color-stop(100%, rgba(47, 47, 47, 0.1)));
/* Chrome,Safari4+ */
background: -webkit-linear-gradient(top, black 0%, rgba(47, 47, 47, 0.1) 100%);
/* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top, black 0%, rgba(47, 47, 47, 0.1) 100%);
/* Opera 11.10+ */
background: -ms-linear-gradient(top, black 0%, rgba(47, 47, 47, 0.1) 100%);
/* IE10+ */
background: linear-gradient(to bottom, #000000 0%, rgba(47, 47, 47, 0.1) 100%);
/* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#1a2f2f2f',GradientType=0 );
/* IE6-9 */
}
}
/* line 481, ../scss/layout/_header.scss */
.account-cart-wrapper {
position: absolute;
top: 22px;
right: 120px;
}
@media only screen and (max-width: 900px) {
/* line 481, ../scss/layout/_header.scss */
.account-cart-wrapper {
position: static;
margin-right: 5px;
}
}
/* line 493, ../scss/layout/_header.scss */
.header-phone-number .fa, .header-phone-number #search_mini_form .search-button:before, #search_mini_form .header-phone-number .search-button:before {
font-size: 17px;
position: relative;
top: 1px;
left: -2px;
}
/* line 499, ../scss/layout/_header.scss */
.header-phone-number.desktop-view {
position: absolute;
top: 22px;
right: 640px;
height: 32px;
line-height: 32px;
}
@media only screen and (max-width: 1024px) {
/* line 499, ../scss/layout/_header.scss */
.header-phone-number.desktop-view {
display: none;
}
}
/* line 509, ../scss/layout/_header.scss */
.header-phone-number.mobile-view {
float: right;
margin-top: 12px;
margin-right: 15px;
}
@media only screen and (max-width: 400px) {
/* line 492, ../scss/layout/_header.scss */
.header-phone-number {
display: none;
}
}
/* line 520, ../scss/layout/_header.scss */
#header-wrapper.fixed-header {
position: fixed;
top: 0;
width: 100%;
height: 45px;
background-color: #000000;
z-index: 1001;
}
/* line 527, ../scss/layout/_header.scss */
#header-wrapper.fixed-header #header-nav, #header-wrapper.fixed-header .header-phone-number, #header-wrapper.fixed-header .store-language-container, #header-wrapper.fixed-header .signin-hint {
display: none;
}
/* line 530, ../scss/layout/_header.scss */
#header-wrapper.fixed-header .logo {
padding: 8px 0;
}
/* line 533, ../scss/layout/_header.scss */
#header-wrapper.fixed-header .account-cart-wrapper {
top: 7px;
right: 0;
}
/* line 537, ../scss/layout/_header.scss */
#header-wrapper.fixed-header #header-account {
top: 39px;
right: 294px;
}
/* line 544, ../scss/layout/_header.scss */
#header-pre-nav {
height: 60px;
}
@media only screen and (max-width: 901px) {
/* line 549, ../scss/layout/_header.scss */
#header-pre-nav {
display: none !important;
}
}
/* line 554, ../scss/layout/_header.scss */
.signin-hint {
display: none;
}
@media only screen and (min-width: 1025px) {
/* line 559, ../scss/layout/_header.scss */
.signin-hint {
display: block;
float: right;
margin-top: 28px;
font-size: 12px;
}
/* line 564, ../scss/layout/_header.scss */
.signin-hint span {
color: #CC9D49;
}
/* line 567, ../scss/layout/_header.scss */
.signin-hint img {
display: inline-block;
margin: -35px 20px -4px -8px;
}
}
/* line 575, ../scss/layout/_header.scss */
#header-nav-mobile {
display: flex;
border-top: 0;
width: 100%;
}
@media only screen and (min-width: 901px) {
/* line 575, ../scss/layout/_header.scss */
#header-nav-mobile {
display: none;
}
}
/* line 584, ../scss/layout/_header.scss */
#header-nav-mobile .skip-extra-nav {
text-align: center;
width: 33.33%;
line-height: 46px;
height: 48px;
border-right: 1px solid #2a2c2c;
border-bottom: 1px solid #2a2c2c;
}
@media only screen and (min-width: 480px) {
/* line 593, ../scss/layout/_header.scss */
#header-nav-mobile .skip-extra-nav a {
font-size: 16px;
}
}
/* line 598, ../scss/layout/_header.scss */
#header-nav-mobile .skip-extra-nav.active {
background-color: #FFFFFF;
}
/* line 600, ../scss/layout/_header.scss */
#header-nav-mobile .skip-extra-nav.active a {
color: #000000;
}
/* ============================================ *
* Nav - Skip Link
* ============================================ */
/* line 7, ../scss/layout/_header-nav.scss */
.skip-nav .label {
display: inline;
}
@media only screen and (min-width: 500px) {
/* line 15, ../scss/layout/_header-nav.scss */
.skip-nav {
width: 33.33%;
}
}
@media only screen and (min-width: 901px) {
/* line 25, ../scss/layout/_header-nav.scss */
.skip-nav {
display: none;
}
}
/* ============================================ *
* Nav - Skip Content
* ============================================ */
@media only screen and (max-width: 900px) {
/* line 37, ../scss/layout/_header-nav.scss */
#header-nav {
padding: 5px 0;
}
/* line 40, ../scss/layout/_header-nav.scss */
.skip-nav {
width: 47px;
height: 47px;
padding: 13px 14px 15px 14px;
}
/* line 46, ../scss/layout/_header-nav.scss */
.skip-account, .skip-cart {
width: 44px;
height: 44px;
padding: 5px 0;
float: right;
}
}
@media only screen and (min-width: 901px) {
/* line 59, ../scss/layout/_header-nav.scss */
#header-nav {
display: block;
/* Force visibility */
}
}
/* ============================================ *
* General Navigation Styles
* ============================================ */
/* line 72, ../scss/layout/_header-nav.scss */
.nav-primary a {
text-decoration: none;
position: relative;
display: block;
color: #FFFFFF;
line-height: 38px;
font-family: "Trebuchet MS", "Helvetica Neue", Verdana, Arial, sans-serif;
font-size: 12px;
}
/* line 82, ../scss/layout/_header-nav.scss */
.nav-primary li {
position: relative;
}
/* line 86, ../scss/layout/_header-nav.scss */
.nav-primary li.level1 a {
border-bottom: 1px solid #2a2c2c;
}
/* line 92, ../scss/layout/_header-nav.scss */
.nav-primary .menu-active > ul.level0,
.nav-primary li.level0 li.sub-menu-active > ul {
display: block;
}
/* ============================================ *
* Small Viewports - Accordion Style Menu
* ============================================ */
@media only screen and (max-width: 900px) {
/* line 106, ../scss/layout/_header-nav.scss */
.nav-primary a.level0,
.nav-primary a {
line-height: 38px;
font-size: 12px;
}
/* line 113, ../scss/layout/_header-nav.scss */
.nav-primary li.level0 ul {
display: none;
}
/* line 118, ../scss/layout/_header-nav.scss */
.nav-primary li.level0 li {
padding: 0 0 0 25px;
}
/* line 122, ../scss/layout/_header-nav.scss */
.nav-primary li.level1 a {
padding: 0 15px 0 25px;
}
/* line 126, ../scss/layout/_header-nav.scss */
.nav-primary li.parent > a:after {
position: absolute;
font-family: FontAwesome;
font-size: 11px;
text-rendering: auto;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
-moz-transform: translate(0, 0);
-ms-transform: translate(0, 0);
-webkit-transform: translate(0, 0);
transform: translate(0, 0);
content: "";
right: 32px;
}
/* line 139, ../scss/layout/_header-nav.scss */
.nav-primary li.parent.sub-menu-active > a:after,
.nav-primary li.parent.menu-active > a:after {
content: "";
}
/* line 144, ../scss/layout/_header-nav.scss */
.nav-primary li.menu-active > a,
.nav-primary li.sub-menu-active > a {
color: #CC9D49;
}
}
/* ============================================ *
* Large Viewports - Dropdown Menu
* ============================================ */
@media only screen and (min-width: 901px) {
/* line 158, ../scss/layout/_header-nav.scss */
.signin-hint + #header-nav .nav-primary {
margin-top: 97px;
}
/* line 163, ../scss/layout/_header-nav.scss */
.nav-primary {
display: block;
margin-top: 48px;
/* Default styles for 1+ drop-down menus */
/* Level 2+ */
/* Class for js to add briefly to evaluate element positioning. */
/* Correct menus that will hang off the page (class added by js) */
/* Level 1+ */
}
/* line 166, ../scss/layout/_header-nav.scss */
.nav-primary:before {
border-top: 1px solid #555555;
position: absolute;
content: '';
width: 100%;
height: 33px;
left: 0;
-moz-transform: translateY(-100%);
-ms-transform: translateY(-100%);
-webkit-transform: translateY(-100%);
transform: translateY(-100%);
background: #252525;
}
/* line 176, ../scss/layout/_header-nav.scss */
.nav-primary:after {
content: '';
display: table;
clear: both;
}
/* line 180, ../scss/layout/_header-nav.scss */
.nav-primary a.level0 {
width: 100%;
line-height: 20px;
}
/* line 4, ../scss/mixin/_customs.scss */
.nav-primary.count-1 li.level0 {
width: calc(100% / 1);
}
/* line 4, ../scss/mixin/_customs.scss */
.nav-primary.count-2 li.level0 {
width: calc(100% / 2);
}
/* line 4, ../scss/mixin/_customs.scss */
.nav-primary.count-3 li.level0 {
width: calc(100% / 3);
}
/* line 4, ../scss/mixin/_customs.scss */
.nav-primary.count-4 li.level0 {
width: calc(100% / 4);
}
/* line 4, ../scss/mixin/_customs.scss */
.nav-primary.count-5 li.level0 {
width: calc(100% / 5);
}
/* line 4, ../scss/mixin/_customs.scss */
.nav-primary.count-6 li.level0 {
width: calc(100% / 6);
}
/* line 4, ../scss/mixin/_customs.scss */
.nav-primary.count-7 li.level0 {
width: calc(100% / 7);
}
/* line 4, ../scss/mixin/_customs.scss */
.nav-primary.count-8 li.level0 {
width: calc(100% / 8);
}
/* line 4, ../scss/mixin/_customs.scss */
.nav-primary.count-9 li.level0 {
width: calc(100% / 9);
}
/* line 4, ../scss/mixin/_customs.scss */
.nav-primary.count-10 li.level0 {
width: calc(100% / 10);
}
/* line 12, ../scss/mixin/_customs.scss */
.nav-primary li.level0 a.level0:after {
position: absolute;
width: 100%;
height: 33px;
content: '';
left: 0;
top: 0;
-moz-transform: translateY(-100%);
-ms-transform: translateY(-100%);
-webkit-transform: translateY(-100%);
transform: translateY(-100%);
}
/* line 22, ../scss/mixin/_customs.scss */
.nav-primary li.level0 a.level0.icon-bag:after, .nav-primary li.level0 a.level0.icon-:after {
background: url("img/nav-icon-bag.png") center top no-repeat;
}
/* line 27, ../scss/mixin/_customs.scss */
.nav-primary li.level0 a.level0.icon-capsule:after {
background: url("img/nav-icon-capsule.png") center top no-repeat;
}
/* line 32, ../scss/mixin/_customs.scss */
.nav-primary li.level0 a.level0.icon-machine:after {
background: url("img/nav-icon-machine.png") center top no-repeat;
}
/* line 37, ../scss/mixin/_customs.scss */
.nav-primary li.level0 a.level0.icon-cup:after {
background: url("img/nav-icon-cup.png") center top no-repeat;
}
/* line 42, ../scss/mixin/_customs.scss */
.nav-primary li.level0 a.level0.icon-pie:after {
background: url("img/nav-icon-pie.png") center top no-repeat;
}
/* line 47, ../scss/mixin/_customs.scss */
.nav-primary li.level0 a.level0.icon-business:after {
background: url("img/nav-icon-b2b.png") center top no-repeat;
}
/* line 52, ../scss/mixin/_customs.scss */
.nav-primary li.level0 a.level0.icon-bell:after {
background: url("img/nav-icon-bell.png") center top no-repeat;
}
/* line 57, ../scss/mixin/_customs.scss */
.nav-primary li.level0 a.level0.icon-callout:after {
background: url("img/nav-icon-callout.png") center top no-repeat;
}
/* line 62, ../scss/mixin/_customs.scss */
.nav-primary li.level0 a.level0.icon-pin:after {
background: url("img/nav-icon-pin.png") center top no-repeat;
}
/* line 67, ../scss/mixin/_customs.scss */
.nav-primary li.level0 a.level0.icon-recycle:after {
background: url("img/nav-icon-recycle.png") center top no-repeat;
}
/* line 72, ../scss/mixin/_customs.scss */
.nav-primary li.level0 a.level0.icon-customer-service:after {
background: url("img/nav-icon-customer-service.png") center top no-repeat;
}
/* line 77, ../scss/mixin/_customs.scss */
.nav-primary li.level0 a.level0.icon-gift:after {
background: url("img/nav-icon-gift.png") center top no-repeat;
}
/* line 82, ../scss/mixin/_customs.scss */
.nav-primary li.level0 a.level0.icon-prospect:after {
background: url("img/nav-icon-prospect.png") center top no-repeat;
}
/* line 87, ../scss/mixin/_customs.scss */
.nav-primary li.level0 a.level0.icon-recycling:after {
background: url("img/nav-icon-recycling.png") center top no-repeat;
}
/* line 92, ../scss/mixin/_customs.scss */
.nav-primary li.level0 a.level0.icon-services:after {
background: url("img/nav-icon-services.png") center top no-repeat;
}
/* line 97, ../scss/mixin/_customs.scss */
.nav-primary li.level0 a.level0.icon-sweets:after {
background: url("img/nav-icon-sweets.png") center top no-repeat;
}
/* line 102, ../scss/mixin/_customs.scss */
.nav-primary li.level0 a.level0.icon-values:after {
background: url("img/nav-icon-values.png") center top no-repeat;
}
/* line 110, ../scss/mixin/_customs.scss */
.nav-primary li.level0:hover a.level0:after {
background-position: center -32px;
}
/* line 114, ../scss/mixin/_customs.scss */
.nav-primary li.level0:hover a.level0.color-green:before {
background: #357e00;
}
/* line 119, ../scss/mixin/_customs.scss */
.nav-primary li.level0:hover a.level0.color-blue:before {
background: #2F4870;
}
/* line 124, ../scss/mixin/_customs.scss */
.nav-primary li.level0:hover a.level0.color-dark-blue:before {
background: #1A043F;
}
/* line 129, ../scss/mixin/_customs.scss */
.nav-primary li.level0:hover a.level0.color-red:before {
background: #9A0A1D;
}
/* line 134, ../scss/mixin/_customs.scss */
.nav-primary li.level0:hover a.level0.color-pink:before {
background: #a84844;
}
/* line 139, ../scss/mixin/_customs.scss */
.nav-primary li.level0:hover a.level0.color-purple:before {
background: #856D6F;
}
/* line 144, ../scss/mixin/_customs.scss */
.nav-primary li.level0:hover a.level0.color-gold:before {
background: #9b7738;
}
/* line 149, ../scss/mixin/_customs.scss */
.nav-primary li.level0:hover a.level0.color-gray:before {
background: #9b8b75;
}
/* line 154, ../scss/mixin/_customs.scss */
.nav-primary li.level0:hover a.level0.color-brown:before {
background: #784A1B;
}
/* line 159, ../scss/mixin/_customs.scss */
.nav-primary li.level0:hover a.level0.color-black:before {
background: #000000;
}
/* line 167, ../scss/mixin/_customs.scss */
.nav-primary li.level0.active:after {
background-position: center -32px;
}
/* line 188, ../scss/layout/_header-nav.scss */
.nav-primary li.level0 {
float: left;
text-align: center;
background: #000000;
cursor: pointer;
border-right: 1px solid #252525;
}
/* line 190, ../scss/layout/_header-nav.scss */
.nav-primary li.level0:last-of-type {
border-right: none;
}
/* line 197, ../scss/layout/_header-nav.scss */
.nav-primary li.level0 a.level0:before {
position: absolute;
content: '';
width: 100%;
height: 33px;
left: 0;
-moz-transform: translateY(-100%);
-ms-transform: translateY(-100%);
-webkit-transform: translateY(-100%);
transform: translateY(-100%);
background: #424242;
/* Old browsers */
background: -moz-linear-gradient(top, #424242 0%, #1b1b1b 51%, #1e1e1e 99%);
/* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #424242), color-stop(51%, #1b1b1b), color-stop(99%, #1e1e1e));
/* Chrome,Safari4+ */
background: -webkit-linear-gradient(top, #424242 0%, #1b1b1b 51%, #1e1e1e 99%);
/* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top, #424242 0%, #1b1b1b 51%, #1e1e1e 99%);
/* Opera 11.10+ */
background: -ms-linear-gradient(top, #424242 0%, #1b1b1b 51%, #1e1e1e 99%);
/* IE10+ */
background: linear-gradient(to bottom, #424242 0%, #1b1b1b 51%, #1e1e1e 99%);
/* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#424242', endColorstr='#1e1e1e',GradientType=0 );
/* IE6-9 */
}
/* line 207, ../scss/layout/_header-nav.scss */
.nav-primary li.level0:hover a.level0, .nav-primary li.level0.active a.level0 {
background: #FFFFFF;
color: #2a2c2c;
}
/* line 214, ../scss/layout/_header-nav.scss */
.nav-primary li.level0,
.nav-primary a.level0 {
display: inline-block;
}
/* line 219, ../scss/layout/_header-nav.scss */
.nav-primary li:last-child > a {
border-bottom: none;
}
/* line 223, ../scss/layout/_header-nav.scss */
.nav-primary li.level1 a {
border-bottom: none;
}
/* line 225, ../scss/layout/_header-nav.scss */
.nav-primary li.level1 a:hover {
color: #CC9D49;
}
/* line 231, ../scss/layout/_header-nav.scss */
.nav-primary .menu-active {
z-index: 200;
}
/* line 236, ../scss/layout/_header-nav.scss */
.nav-primary li.level0 ul {
background: #ffffff;
/* Old browsers */
background: -moz-linear-gradient(top, #ffffff 0%, #dadada 100%);
/* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #ffffff), color-stop(100%, #dadada));
/* Chrome,Safari4+ */
background: -webkit-linear-gradient(top, #ffffff 0%, #dadada 100%);
/* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top, #ffffff 0%, #dadada 100%);
/* Opera 11.10+ */
background: -ms-linear-gradient(top, #ffffff 0%, #dadada 100%);
/* IE10+ */
background: linear-gradient(to bottom, #ffffff 0%, #dadada 100%);
/* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#dadada',GradientType=0 );
/* IE6-9 */
position: absolute;
left: 0;
top: 20px;
/* Height of ".nav-primary a.level0" */
z-index: 10;
padding: 10px 0;
width: 100%;
box-shadow: 0 1px 0 #BEBEBE;
display: none;
/* Hide until displayed. */
}
/* line 254, ../scss/layout/_header-nav.scss */
.nav-primary li.level0 ul a {
color: #2a2c2c;
line-height: 1;
padding: 10px 20px;
text-align: left;
}
/* line 263, ../scss/layout/_header-nav.scss */
.nav-primary li.level1 ul {
left: 0;
top: -7px;
transform: translateX(100%);
}
/* line 270, ../scss/layout/_header-nav.scss */
.nav-primary li.level0 ul.level0.position-test {
display: block;
}
/* line 275, ../scss/layout/_header-nav.scss */
.nav-primary li.level0 ul.level0.spill {
right: 0;
left: auto;
}
/* line 280, ../scss/layout/_header-nav.scss */
.nav-primary li.level0 ul.level0.spill li.level1 ul {
left: auto;
right: 50px;
top: 20px;
}
/* line 288, ../scss/layout/_header-nav.scss */
.nav-primary li.level0 li.parent > a {
position: relative;
}
/* line 291, ../scss/layout/_header-nav.scss */
.nav-primary li.level0 li.parent > a:after {
position: absolute;
font-family: FontAwesome;
font-size: 12px;
text-rendering: auto;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
-moz-transform: translate(0, 0);
-ms-transform: translate(0, 0);
-webkit-transform: translate(0, 0);
transform: translate(0, 0);
content: "";
right: 5px;
top: 50%;
margin-top: -3px;
}
}
/* line 309, ../scss/layout/_header-nav.scss */
.nav-primary li.menu-active > ul {
display: block;
}
/* ============================================ *
* Search - Skip Link
* ============================================ */
/* line 5, ../scss/layout/_header-search.scss */
.skip-search {
display: none;
}
/* line 9, ../scss/layout/_header-search.scss */
.skip-search:not(.skip-active):hover .icon {
background-position: -46px -146px;
}
/* line 14, ../scss/layout/_header-search.scss */
.skip-search .icon {
background-position: 4px -146px;
}
@media only screen and (min-width: 901px) {
/* line 24, ../scss/layout/_header-search.scss */
.skip-search {
display: none;
}
}
/* ============================================ *
* Search - Skip Content
* ============================================ */
/* line 34, ../scss/layout/_header-search.scss */
#header-search {
/*padding: 20px;*/
display: block;
float: right;
padding: 20px 0;
/*@include bp(min-width, 1025px) {*/
/*padding: 20px 0;*/
/*}*/
}
@media only screen and (max-width: 479px) {
/* line 34, ../scss/layout/_header-search.scss */
#header-search {
width: 100%;
}
}
@media only screen and (min-width: 901px) {
/* line 52, ../scss/layout/_header-search.scss */
.fixed-header #header-search {
display: none;
}
}
/* ============================================ *
* Search Input
* ============================================ */
/* line 63, ../scss/layout/_header-search.scss */
#search_mini_form .input-box {
position: relative;
padding-top: 0;
width: 390px;
max-width: 100%;
}
/* line 70, ../scss/layout/_header-search.scss */
#search_mini_form label {
display: none;
}
/* line 74, ../scss/layout/_header-search.scss */
#search {
width: 390px;
height: 32px;
font-family: "Trebuchet MS", "Helvetica Neue", Verdana, Arial, sans-serif;
background-color: #51504E;
color: #FFFFFF;
border: none;
font-size: 11px;
}
@media only screen and (max-width: 479px) {
/* line 74, ../scss/layout/_header-search.scss */
#search {
width: 100%;
}
}
/* line 87, ../scss/layout/_header-search.scss */
#search_mini_form .search-button {
text-indent: -9999px;
position: absolute;
top: 0;
right: 0;
width: 40px;
height: 32px;
border: 0;
background: none;
}
/* line 98, ../scss/layout/_header-search.scss */
#search_mini_form .search-button:before {
position: absolute;
top: 50%;
left: 50%;
width: 40px;
height: 32px;
margin-top: -16px;
margin-left: -20px;
text-indent: initial;
color: #FFFFFF;
font-size: 16px;
line-height: 32px;
}
/* line 114, ../scss/layout/_header-search.scss */
#search_mini_form .search-button:hover:before {
opacity: 0.8;
}
/* line 118, ../scss/layout/_header-search.scss */
#search_mini_form .search-button:active:before {
margin-top: -13px;
margin-left: -13px;
}
/* ============================================ *
* Header - Account
* ============================================ */
/* -------------------------------------------- *
* Account Links
*/
/* line 12, ../scss/layout/_header-account.scss */
#header-account {
padding: 5px 0;
}
/* line 16, ../scss/layout/_header-account.scss */
#header-account a {
position: relative;
display: block;
padding: 5px 10px;
line-height: 38px;
font-size: 12px;
}
/* line 24, ../scss/layout/_header-account.scss */
#header-account a:hover {
color: #FFFFFF;
}
@media only screen and (min-width: 901px) {
/* line 30, ../scss/layout/_header-account.scss */
.skip-account {
float: none;
width: 170px;
vertical-align: top;
display: inline-block;
padding: 0;
background-color: #51504e;
-webkit-border-radius: 3px;
-moz-border-radius: 3px;
border-radius: 3px;
}
/* line 42, ../scss/layout/_header-account.scss */
#header-account {
position: absolute;
z-index: 200;
top: 55px;
right: 415px;
width: 170px;
}
/* line 49, ../scss/layout/_header-account.scss */
#header-account li + li {
border-top: 1px solid #2a2c2c;
-moz-box-shadow: inset 0 1px 0 #111;
-webkit-box-shadow: inset 0 1px 0 #111;
box-shadow: inset 0 1px 0 #111;
}
/* line 54, ../scss/layout/_header-account.scss */
#header-account.skip-active {
display: block;
}
/* line 59, ../scss/layout/_header-account.scss */
#header-account a {
display: block;
padding: 7px 25px;
color: white;
line-height: 1.5;
}
/* line 66, ../scss/layout/_header-account.scss */
#header-account a:hover {
color: #CC9D49;
}
}
/* ============================================ *
* Header - Cart
* ============================================ */
/* -------------------------------------------- *
* Skip Cart Notifier
*/
/* line 11, ../scss/layout/_header-cart.scss */
.skip-cart .count:before {
content: '(';
}
/* line 14, ../scss/layout/_header-cart.scss */
.skip-cart .count:after {
content: ')';
}
/* line 24, ../scss/layout/_header-cart.scss */
.skip-cart.no-count .count {
display: none;
}
/* -------------------------------------------- *
* Skip Link - Cart
*/
@media only screen and (min-width: 901px) {
/* line 33, ../scss/layout/_header-cart.scss */
.header-minicart {
margin-left: 20px;
}
/* line 37, ../scss/layout/_header-cart.scss */
.skip-cart {
width: 270px;
padding: 0;
}
/* line 41, ../scss/layout/_header-cart.scss */
.skip-cart:hover {
text-decoration: none;
}
/* line 46, ../scss/layout/_header-cart.scss */
#header-cart {
position: absolute;
z-index: 300;
top: 32px;
right: 0;
width: 270px;
}
/* line 53, ../scss/layout/_header-cart.scss */
#header-cart.skip-active {
display: block;
}
}
/* line 59, ../scss/layout/_header-cart.scss */
.skip-cart .count.empty {
display: none;
}
/* -------------------------------------------- *
* Mini Cart - Empty
*/
/* line 67, ../scss/layout/_header-cart.scss */
.cart-menu .empty {
padding: 20px;
text-align: center;
}
/* -------------------------------------------- *
* Mini Cart - Full
*/
/* Actions */
/* line 78, ../scss/layout/_header-cart.scss */
.cart-menu .actions {
overflow: hidden;
padding: 15px;
}
/* line 83, ../scss/layout/_header-cart.scss */
.cart-menu .actions .button {
float: left;
width: 48%;
}
/* line 88, ../scss/layout/_header-cart.scss */
.cart-menu .actions .button + .button {
margin-left: 4%;
}
/* Subtotal */
/* line 94, ../scss/layout/_header-cart.scss */
.cart-menu .subtotal {
padding: 0 15px 15px;
font-family: "Trebuchet MS", "Helvetica Neue", Verdana, Arial, sans-serif;
font-size: 24px;
line-height: 1.2;
}
/* List */
/* line 103, ../scss/layout/_header-cart.scss */
.mini-cart-list {
margin-bottom: 5px;
}
/* line 107, ../scss/layout/_header-cart.scss */
.mini-cart-list li {
position: relative;
min-height: 90px;
padding: 15px 15px 15px 90px;
border-top: 1px solid #2a2c2c;
font-size: 13px;
line-height: 1.35;
}
/* line 116, ../scss/layout/_header-cart.scss */
.mini-cart-list .product-name {
display: inline-block;
}
/* line 120, ../scss/layout/_header-cart.scss */
.mini-cart-list .product-image {
position: absolute;
left: 15px;
top: 15px;
}
/* line 126, ../scss/layout/_header-cart.scss */
.mini-cart-list .product-image img {
width: 60px;
height: 60px;
}
/* line 133, ../scss/layout/_header-cart.scss */
.mini-cart-list .has-options {
margin-bottom: 0;
color: #888888;
font-size: 12px;
}
/* Too full - additional items will be shown in cart */
/* line 140, ../scss/layout/_header-cart.scss */
.cart-menu .last-added {
padding: 10px 15px 15px;
border-top: 1px solid #2a2c2c;
font-size: 13px;
}
/* ============================================ *
* Footer
* ============================================ */
/* -------------------------------------------- *
* Footer
*/
/* line 9, ../scss/layout/_footer.scss */
.footer,
.footer button {
font-family: "Trebuchet MS", "Helvetica Neue", Verdana, Arial, sans-serif;
}
/* line 14, ../scss/layout/_footer.scss */
.footer {
clear: both;
width: 100%;
border-top: 1px solid #2a2c2c;
padding-top: 15px;
}
@media only screen and (max-width: 599px) {
/* line 14, ../scss/layout/_footer.scss */
.footer {
padding-top: 40px;
}
}
/* line 24, ../scss/layout/_footer.scss */
.footer .footer-middle {
margin-top: 45px;
}
/* line 26, ../scss/layout/_footer.scss */
.footer .footer-middle:after {
content: '';
display: table;
clear: both;
}
/* line 31, ../scss/layout/_footer.scss */
.footer .footer-bottom {
font-size: 12px;
}
/* line 33, ../scss/layout/_footer.scss */
.footer .footer-bottom ul {
text-align: center;
}
/* line 35, ../scss/layout/_footer.scss */
.footer .footer-bottom ul li {
padding: 4px 10px;
line-height: 1.4;
}
@media only screen and (min-width: 600px) {
/* line 35, ../scss/layout/_footer.scss */
.footer .footer-bottom ul li {
display: inline-block;
vertical-align: middle;
*vertical-align: auto;
*zoom: 1;
*display: inline;
}
}
/* line 45, ../scss/layout/_footer.scss */
.footer .block-title {
border-bottom: 0;
padding: 3px 0;
}
/* line 50, ../scss/layout/_footer.scss */
.footer .copyright, .footer .back-to-top {
font-size: 12px;
color: #888888;
text-align: center;
padding: 5px 0;
display: block;
}
@media only screen and (min-width: 600px) {
/* line 50, ../scss/layout/_footer.scss */
.footer .copyright, .footer .back-to-top {
display: inline-block;
vertical-align: middle;
*vertical-align: auto;
*zoom: 1;
*display: inline;
text-align: left;
}
}
@media only screen and (min-width: 600px) {
/* line 62, ../scss/layout/_footer.scss */
.footer .back-to-top {
float: right;
}
}
/* line 66, ../scss/layout/_footer.scss */
.footer .back-to-top em {
padding-right: 5px;
}
/* line 69, ../scss/layout/_footer.scss */
.footer .back-to-top:hover {
color: #CC9D49;
}
/* line 76, ../scss/layout/_footer.scss */
.footer .copyright a, .footer .copyright address {
display: inline-block;
vertical-align: middle;
*vertical-align: auto;
*zoom: 1;
*display: inline;
}
/* line 79, ../scss/layout/_footer.scss */
.footer .copyright a {
vertical-align: middle;
}
/* line 81, ../scss/layout/_footer.scss */
.footer .copyright a img {
width: 93px;
}
/* line 87, ../scss/layout/_footer.scss */
.footer .links {
float: left;
width: 17%;
padding: 0 30px 0 0;
margin-bottom: 30px;
}
/* line 93, ../scss/layout/_footer.scss */
.footer .links li {
word-break: break-all;
line-height: 1.4;
padding: 4px 0;
}
/* line 99, ../scss/layout/_footer.scss */
.footer .links a {
color: #FFFFFF;
}
/* line 101, ../scss/layout/_footer.scss */
.footer .links a:hover {
color: #CC9D49;
}
/* line 107, ../scss/layout/_footer.scss */
.footer .block-subscribe {
float: right;
width: 32%;
margin-bottom: 30px;
}
/* line 112, ../scss/layout/_footer.scss */
.footer .links,
.footer .block-subscribe {
font-size: 12px;
}
/* line 117, ../scss/layout/_footer.scss */
.footer .form-subscribe-header {
display: none;
}
/* line 122, ../scss/layout/_footer.scss */
.footer .block-subscribe .input-box {
padding-top: 0;
width: 100%;
}
/* line 127, ../scss/layout/_footer.scss */
.footer .block-subscribe .input-text {
width: 100%;
}
/* line 131, ../scss/layout/_footer.scss */
.footer .block-subscribe .block-content {
padding-top: 7px;
}
/* line 134, ../scss/layout/_footer.scss */
.footer .block-subscribe .block-content:after {
content: '';
display: table;
clear: both;
}
/* line 139, ../scss/layout/_footer.scss */
.footer .block-subscribe .actions {
float: left;
}
/* line 143, ../scss/layout/_footer.scss */
.footer .block-subscribe .actions .button {
float: left;
}
/* line 147, ../scss/layout/_footer.scss */
.footer .bugs,
.footer address {
clear: both;
}
/* line 152, ../scss/layout/_footer.scss */
.footer .bugs {
display: none;
}
/* line 156, ../scss/layout/_footer.scss */
.footer .form-language,
.footer .currency-switcher,
.footer .store-switcher {
clear: both;
margin-bottom: 10px;
}
/* line 163, ../scss/layout/_footer.scss */
.footer .form-language,
.footer .currency-switcher {
display: none;
}
@media only screen and (max-width: 900px) {
/* line 172, ../scss/layout/_footer.scss */
.footer .links {
width: 22.65625%;
padding-right: 0;
margin-right: 3.125%;
}
/* line 178, ../scss/layout/_footer.scss */
.footer .links:nth-child(4) {
margin-right: 0;
}
/* line 182, ../scss/layout/_footer.scss */
.footer .block-subscribe {
clear: both;
float: none;
margin: 0 auto 30px auto;
width: 320px;
}
}
@media only screen and (max-width: 770px) {
/* line 191, ../scss/layout/_footer.scss */
.footer .form-language,
.footer .currency-switcher {
display: block;
}
}
@media only screen and (max-width: 599px) {
/* line 201, ../scss/layout/_footer.scss */
.footer .links {
width: 48.4375%;
margin-right: 0;
}
/* line 206, ../scss/layout/_footer.scss */
.footer .links:nth-child(odd) {
margin-right: 3.125%;
clear: both;
}
/* line 211, ../scss/layout/_footer.scss */
.footer .block-subscribe {
clear: both;
float: left;
width: 100%;
}
/* line 217, ../scss/layout/_footer.scss */
.footer .copyright {
margin-top: 15px;
}
/* line 220, ../scss/layout/_footer.scss */
.footer .copyright address {
margin-top: 5px;
}
}
/* ================================================= *
* General Product List Styles (not module-specific)
* ================================================= */
/* -------------------------------------------- *
* Product List General
*/
/* line 9, ../scss/module/_product-list.scss */
.category-title h1,
body.catalogsearch-result-index .page-title h1 {
border-bottom: none;
}
/* line 14, ../scss/module/_product-list.scss */
.category-image {
margin-bottom: 20px;
}
/* line 19, ../scss/module/_product-list.scss */
.products-list .action .button,
.products-grid .actions .button,
.products-carousel .actions .button {
/*white-space: normal;*/
width: 100%;
padding: .85714em 0 .71429em;
text-transform: uppercase;
font-weight: 600;
font-size: 12px;
line-height: 1.5;
letter-spacing: .07143em;
font-family: "NespressoLucas-SemiBd", "Helvetica Neue", Verdana, Arial, sans-serif;
color: #fff;
background: #3d8705;
position: relative;
border: none;
max-height: 38px;
min-height: 38px;
}
/* line 37, ../scss/module/_product-list.scss */
.products-list .action .button:active, .products-list .action .button:hover,
.products-grid .actions .button:active,
.products-grid .actions .button:hover,
.products-carousel .actions .button:active,
.products-carousel .actions .button:hover {
background: #337204;
}
/* line 44, ../scss/module/_product-list.scss */
.products-grid .action .add-to-cart-buttons .button,
.products-carousel .actions .add-to-cart-buttons .button {
min-width: auto;
}
/* -------------------------------------------- *
* Product Name
*/
/* line 54, ../scss/module/_product-list.scss */
h2.product-name,
h3.product-name,
h4.product-name,
h5.product-name,
p.product-name {
margin: 0;
margin-bottom: 0.5em;
color: #FFFFFF;
font-family: "Trebuchet MS", "Helvetica Neue", Verdana, Arial, sans-serif;
font-size: 24px;
font-weight: 400;
font-style: normal;
line-height: 1.2;
text-rendering: optimizeLegibility;
text-transform: uppercase;
font-size: 12px;
font-family: "Trebuchet MS", "Helvetica Neue", Verdana, Arial, sans-serif;
font-weight: normal;
line-height: 1.4;
text-transform: none;
}
@media only screen and (max-width: 770px) {
/* line 54, ../scss/module/_product-list.scss */
h2.product-name,
h3.product-name,
h4.product-name,
h5.product-name,
p.product-name {
font-size: 14px;
}
}
/* line 66, ../scss/module/_product-list.scss */
h2.product-name a,
h3.product-name a,
h4.product-name a,
h5.product-name a,
p.product-name a {
color: #CC9D49;
}
/* line 68, ../scss/module/_product-list.scss */
h2.product-name a:hover,
h3.product-name a:hover,
h4.product-name a:hover,
h5.product-name a:hover,
p.product-name a:hover {
color: #CC9D49;
text-decoration: none;
}
/* line 74, ../scss/module/_product-list.scss */
.products-carousel .product-name,
.products-grid .product-name,
.products-list .product-name {
margin-bottom: 10px;
font-size: 12px;
font-family: "Trebuchet MS", "Helvetica Neue", Verdana, Arial, sans-serif;
}
/* line 81, ../scss/module/_product-list.scss */
.products-carousel .product-name a,
.products-grid .product-name a,
.products-list .product-name a {
color: #d7d7d7;
}
/* ============================================ *
* Product Grid
* ============================================ */
/* line 92, ../scss/module/_product-list.scss */
.products-grid {
position: relative;
}
/* line 96, ../scss/module/_product-list.scss */
.products-grid:after {
content: '';
display: table;
clear: both;
}
/* line 100, ../scss/module/_product-list.scss */
.products-grid > li {
float: none;
position: relative;
z-index: 0;
margin-bottom: 0;
text-align: left;
padding: 10px 30px;
width: 100%;
border-right: 1px solid #000000;
border-bottom: 1px solid #000000;
background: radial-gradient(ellipse at center, #303030 0%, #121212 47%, #000000 100%);
}
/* line 111, ../scss/module/_product-list.scss */
.products-grid > li:before {
z-index: -1;
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
content: '';
background: linear-gradient(to left, rgba(19, 19, 19, 0.53) 0%, rgba(18, 18, 18, 0.49) 100%);
}
/* line 122, ../scss/module/_product-list.scss */
.products-grid > li:nth-child(-n+2) {
border-top: none;
}
@media only screen and (min-width: 960px) {
/* line 127, ../scss/module/_product-list.scss */
.products-grid > li:nth-child(-n+4) {
border-top: none;
}
}
@media only screen and (min-width: 600px) {
/* line 133, ../scss/module/_product-list.scss */
.products-grid > li:nth-child(-n+3) {
border-top: none;
}
}
/* line 138, ../scss/module/_product-list.scss */
.products-grid > li:after {
content: '';
display: table;
clear: both;
}
/* line 143, ../scss/module/_product-list.scss */
.products-grid .product-image {
width: 100%;
margin-bottom: 15px;
}
/* line 148, ../scss/module/_product-list.scss */
.products-grid .product-image img {
width: 80%;
height: auto;
margin: 0 auto;
}
/* line 153, ../scss/module/_product-list.scss */
.products-grid .product-image img:hidden {
display: none;
}
/* line 159, ../scss/module/_product-list.scss */
.widget-new-products .products-grid .product-image {
width: 75%;
margin-bottom: 15px;
margin-left: 10%;
}
/* line 169, ../scss/module/_product-list.scss */
.products-grid .product-info {
position: relative;
padding-bottom: 50px;
}
/* line 174, ../scss/module/_product-list.scss */
.products-grid .actions {
position: absolute;
bottom: 0px;
min-height: 40px;
width: 100%;
}
/* line 181, ../scss/module/_product-list.scss */
.products-grid .ratings .rating-box {
margin: 0 auto;
}
/* line 185, ../scss/module/_product-list.scss */
.products-grid .ratings .amount {
display: none;
}
/* line 190, ../scss/module/_product-list.scss */
.products-grid .price-box .price-label {
color: #e6e6e6;
}
/* line 195, ../scss/module/_product-list.scss */
.products-grid .price-box .regular-price .price, .products-grid .price-box .special-price .price {
color: #CC9D49;
}
/* line 200, ../scss/module/_product-list.scss */
.products-grid .price-box .map-link {
color: #CC9D49;
text-align: left;
}
/* line 205, ../scss/module/_product-list.scss */
.products-grid .price-box .old-price, .products-grid .price-box .special-price {
padding: 0;
}
/* line 209, ../scss/module/_product-list.scss */
.products-grid .price-box .old-price {
margin-left: 15px;
}
/* line 214, ../scss/module/_product-list.scss */
.products-grid .add-to-links {
margin-bottom: 0;
}
/* Config: Two columns + flexible gutter */
@media only screen and (min-width: 341px) {
/* line 226, ../scss/module/_product-list.scss */
.products-grid > li {
float: left;
width: 50%;
padding: 10px;
}
}
/* line 234, ../scss/module/_product-list.scss */
.products-grid > li:nth-child(odd) {
clear: left;
}
/* line 238, ../scss/module/_product-list.scss */
.products-grid > li:nth-child(even) {
margin-right: 0;
}
/* line 242, ../scss/module/_product-list.scss */
.products-grid .product-image {
margin-bottom: 5px;
}
/* line 2, ../scss/mixin/_loading-overlay.scss */
.products-grid .product-image:before, .products-grid .product-image:after {
content: '';
position: absolute;
top: 0px;
left: -10px;
right: -10px;
height: 100%;
display: none;
}
/* line 13, ../scss/mixin/_loading-overlay.scss */
.products-grid .product-image:before {
background-color: #51504E;
opacity: 0.8;
z-index: 2;
}
/* line 19, ../scss/mixin/_loading-overlay.scss */
.products-grid .product-image:after {
background-image: url("img/loader-gray.gif");
background-repeat: no-repeat;
background-position: center;
z-index: 3;
background-size: 100%;
height: 45px;
width: 45px;
top: 50%;
left: 50%;
-moz-transform: translate(-50%, -50%);
-ms-transform: translate(-50%, -50%);
-webkit-transform: translate(-50%, -50%);
transform: translate(-50%, -50%);
}
/* line 32, ../scss/mixin/_loading-overlay.scss */
.products-grid .product-image.loading {
position: relative;
}
/* line 35, ../scss/mixin/_loading-overlay.scss */
.products-grid .product-image.loading:before, .products-grid .product-image.loading:after {
display: block;
}
@media only screen and (max-width: 900px) {
/* line 41, ../scss/mixin/_loading-overlay.scss */
.products-grid .product-image.loading:before {
left: -30px;
right: -30px;
}
}
@media only screen and (max-width: 479px) {
/* line 48, ../scss/mixin/_loading-overlay.scss */
.products-grid .product-image.loading:before {
left: -15px;
right: -15px;
}
}
@media only screen and (max-width: 900px) {
/* line 249, ../scss/module/_product-list.scss */
.products-grid {
padding-left: 2px;
}
}
@media only screen and (min-width: 600px) {
/* Config: Three columns + flexible gutter */
/* line 266, ../scss/module/_product-list.scss */
.products-grid {
/* Undo two-column config */
/* Set three-column config */
}
/* line 267, ../scss/module/_product-list.scss */
.products-grid > li {
padding: 20px;
}
/* line 271, ../scss/module/_product-list.scss */
.products-grid > li:nth-child(odd) {
clear: none;
}
/* line 276, ../scss/module/_product-list.scss */
.products-grid > li {
width: 33.33333%;
}
/* line 279, ../scss/module/_product-list.scss */
.products-grid > li:nth-child(3n+1) {
clear: left;
}
/* line 282, ../scss/module/_product-list.scss */
.products-grid > li:nth-child(3n) {
margin-right: 0;
}
}
@media only screen and (min-width: 1200px) {
/* line 321, ../scss/module/_product-list.scss */
.catalog-category-view {
/* Config: Columns + flexible gutter */
/* Undo three-column config */
/* Config: Columns + flexible gutter */
/* Undo three-column config */
/* Config: Columns + flexible gutter */
/* Undo three-column config */
}
/* line 302, ../scss/module/_product-list.scss */
.catalog-category-view .products-grid--max-4-col > li:nth-child(odd) {
clear: none;
}
/* line 305, ../scss/module/_product-list.scss */
.catalog-category-view .products-grid--max-4-col > li:nth-child(3n+1) {
clear: none;
}
/* line 309, ../scss/module/_product-list.scss */
.catalog-category-view .products-grid--max-4-col > li {
width: 25%;
}
/* line 312, ../scss/module/_product-list.scss */
.catalog-category-view .products-grid--max-4-col > li:nth-child(4n+1) {
clear: left;
}
/* line 315, ../scss/module/_product-list.scss */
.catalog-category-view .products-grid--max-4-col > li:nth-child(4n) {
margin-right: 0;
}
/* line 302, ../scss/module/_product-list.scss */
.catalog-category-view .products-grid--max-5-col > li:nth-child(odd) {
clear: none;
}
/* line 305, ../scss/module/_product-list.scss */
.catalog-category-view .products-grid--max-5-col > li:nth-child(3n+1) {
clear: none;
}
/* line 309, ../scss/module/_product-list.scss */
.catalog-category-view .products-grid--max-5-col > li {
width: 20%;
}
/* line 312, ../scss/module/_product-list.scss */
.catalog-category-view .products-grid--max-5-col > li:nth-child(5n+1) {
clear: left;
}
/* line 315, ../scss/module/_product-list.scss */
.catalog-category-view .products-grid--max-5-col > li:nth-child(5n) {
margin-right: 0;
}
/* line 302, ../scss/module/_product-list.scss */
.catalog-category-view .products-grid--max-6-col > li:nth-child(odd) {
clear: none;
}
/* line 305, ../scss/module/_product-list.scss */
.catalog-category-view .products-grid--max-6-col > li:nth-child(3n+1) {
clear: none;
}
/* line 309, ../scss/module/_product-list.scss */
.catalog-category-view .products-grid--max-6-col > li {
width: 16.66667%;
}
/* line 312, ../scss/module/_product-list.scss */
.catalog-category-view .products-grid--max-6-col > li:nth-child(6n+1) {
clear: left;
}
/* line 315, ../scss/module/_product-list.scss */
.catalog-category-view .products-grid--max-6-col > li:nth-child(6n) {
margin-right: 0;
}
}
@media only screen and (min-width: 1200px) {
/* line 328, ../scss/module/_product-list.scss */
.catalogsearch-result-index {
/* Config: Columns + flexible gutter */
/* Undo three-column config */
/* Config: Columns + flexible gutter */
/* Undo three-column config */
/* Config: Columns + flexible gutter */
/* Undo three-column config */
}
/* line 302, ../scss/module/_product-list.scss */
.catalogsearch-result-index .products-grid--max-4-col > li:nth-child(odd) {
clear: none;
}
/* line 305, ../scss/module/_product-list.scss */
.catalogsearch-result-index .products-grid--max-4-col > li:nth-child(3n+1) {
clear: none;
}
/* line 309, ../scss/module/_product-list.scss */
.catalogsearch-result-index .products-grid--max-4-col > li {
width: 25%;
}
/* line 312, ../scss/module/_product-list.scss */
.catalogsearch-result-index .products-grid--max-4-col > li:nth-child(4n+1) {
clear: left;
}
/* line 315, ../scss/module/_product-list.scss */
.catalogsearch-result-index .products-grid--max-4-col > li:nth-child(4n) {
margin-right: 0;
}
/* line 302, ../scss/module/_product-list.scss */
.catalogsearch-result-index .products-grid--max-5-col > li:nth-child(odd) {
clear: none;
}
/* line 305, ../scss/module/_product-list.scss */
.catalogsearch-result-index .products-grid--max-5-col > li:nth-child(3n+1) {
clear: none;
}
/* line 309, ../scss/module/_product-list.scss */
.catalogsearch-result-index .products-grid--max-5-col > li {
width: 20%;
}
/* line 312, ../scss/module/_product-list.scss */
.catalogsearch-result-index .products-grid--max-5-col > li:nth-child(5n+1) {
clear: left;
}
/* line 315, ../scss/module/_product-list.scss */
.catalogsearch-result-index .products-grid--max-5-col > li:nth-child(5n) {
margin-right: 0;
}
/* line 302, ../scss/module/_product-list.scss */
.catalogsearch-result-index .products-grid--max-6-col > li:nth-child(odd) {
clear: none;
}
/* line 305, ../scss/module/_product-list.scss */
.catalogsearch-result-index .products-grid--max-6-col > li:nth-child(3n+1) {
clear: none;
}
/* line 309, ../scss/module/_product-list.scss */
.catalogsearch-result-index .products-grid--max-6-col > li {
width: 16.66667%;
}
/* line 312, ../scss/module/_product-list.scss */
.catalogsearch-result-index .products-grid--max-6-col > li:nth-child(6n+1) {
clear: left;
}
/* line 315, ../scss/module/_product-list.scss */
.catalogsearch-result-index .products-grid--max-6-col > li:nth-child(6n) {
margin-right: 0;
}
}
@media only screen and (min-width: 900px) {
/* line 336, ../scss/module/_product-list.scss */
.catalog-product-view {
/* Config: Columns + flexible gutter */
/* Undo three-column config */
/* Config: Columns + flexible gutter */
/* Undo three-column config */
/* Config: Columns + flexible gutter */
/* Undo three-column config */
}
/* line 302, ../scss/module/_product-list.scss */
.catalog-product-view .products-grid--max-4-col > li:nth-child(odd) {
clear: none;
}
/* line 305, ../scss/module/_product-list.scss */
.catalog-product-view .products-grid--max-4-col > li:nth-child(3n+1) {
clear: none;
}
/* line 309, ../scss/module/_product-list.scss */
.catalog-product-view .products-grid--max-4-col > li {
width: 25%;
}
/* line 312, ../scss/module/_product-list.scss */
.catalog-product-view .products-grid--max-4-col > li:nth-child(4n+1) {
clear: left;
}
/* line 315, ../scss/module/_product-list.scss */
.catalog-product-view .products-grid--max-4-col > li:nth-child(4n) {
margin-right: 0;
}
/* line 302, ../scss/module/_product-list.scss */
.catalog-product-view .products-grid--max-5-col > li:nth-child(odd) {
clear: none;
}
/* line 305, ../scss/module/_product-list.scss */
.catalog-product-view .products-grid--max-5-col > li:nth-child(3n+1) {
clear: none;
}
/* line 309, ../scss/module/_product-list.scss */
.catalog-product-view .products-grid--max-5-col > li {
width: 20%;
}
/* line 312, ../scss/module/_product-list.scss */
.catalog-product-view .products-grid--max-5-col > li:nth-child(5n+1) {
clear: left;
}
/* line 315, ../scss/module/_product-list.scss */
.catalog-product-view .products-grid--max-5-col > li:nth-child(5n) {
margin-right: 0;
}
/* line 302, ../scss/module/_product-list.scss */
.catalog-product-view .products-grid--max-6-col > li:nth-child(odd) {
clear: none;
}
/* line 305, ../scss/module/_product-list.scss */
.catalog-product-view .products-grid--max-6-col > li:nth-child(3n+1) {
clear: none;
}
/* line 309, ../scss/module/_product-list.scss */
.catalog-product-view .products-grid--max-6-col > li {
width: 16.66667%;
}
/* line 312, ../scss/module/_product-list.scss */
.catalog-product-view .products-grid--max-6-col > li:nth-child(6n+1) {
clear: left;
}
/* line 315, ../scss/module/_product-list.scss */
.catalog-product-view .products-grid--max-6-col > li:nth-child(6n) {
margin-right: 0;
}
}
/* ============================================ *
* Product List
* ============================================ */
/* line 349, ../scss/module/_product-list.scss */
.catalog-category-view .products-list {
margin-top: 20px;
margin-bottom: 20px;
}
@media only screen and (max-width: 901px) {
/* line 349, ../scss/module/_product-list.scss */
.catalog-category-view .products-list {
margin: 0;
}
}
/* line 356, ../scss/module/_product-list.scss */
.catalog-category-view .products-list > li {
background-color: #141414;
display: flex;
min-height: 155px;
}
/* line 360, ../scss/module/_product-list.scss */
.catalog-category-view .products-list > li:after {
content: '';
display: table;
clear: both;
}
/* line 363, ../scss/module/_product-list.scss */
.catalog-category-view .products-list > li .product-image-wrapper {
width: 20%;
margin: auto 0;
}
/* line 368, ../scss/module/_product-list.scss */
.catalog-category-view .products-list > li .product-image img {
width: auto;
padding: 15px;
}
@media only screen and (max-width: 771px) {
/* line 368, ../scss/module/_product-list.scss */
.catalog-category-view .products-list > li .product-image img {
width: 100%;
padding: 0;
}
}
/* line 379, ../scss/module/_product-list.scss */
.catalog-category-view .products-list > li:last-child {
padding-bottom: 0;
border-bottom: none;
}
/* line 383, ../scss/module/_product-list.scss */
.catalog-category-view .products-list .product-shop {
width: 100%;
display: flex;
margin: auto 0;
align-items: center;
/* .action {
margin: $element-spacing 0;
.add-to-cart-placeholder {
&:before, i {
display: none;
}
font-family: $f-lucas-bold!important;
text-transform: uppercase;
@include text-shadow($c-gray 1px 1px 1px);
@include bp(max-width, $bp-xsmall + 1) {
width: 30px;
height: 30px;
span {
display: none;
}
&:before {
content: '+';
display: block;
left: -100%;
width: 100%;
}
}
}
}*/
}
@media only screen and (max-width: 480px) {
/* line 383, ../scss/module/_product-list.scss */
.catalog-category-view .products-list .product-shop {
padding-left: 0;
margin: auto;
display: flex;
position: relative;
margin-right: 0;
}
}
/* line 396, ../scss/module/_product-list.scss */
.catalog-category-view .products-list .product-shop .f-fix {
width: 85%;
}
@media only screen and (max-width: 901px) {
/* line 396, ../scss/module/_product-list.scss */
.catalog-category-view .products-list .product-shop .f-fix {
margin-top: calc(100vh - 98vh);
margin-left: calc(100vw - 97vw);
width: 75%;
}
}
/* line 404, ../scss/module/_product-list.scss */
.catalog-category-view .products-list .product-shop .product-data {
margin: auto 0;
/*position: relative;*/
margin-left: 0;
/*width: 35%;*/
margin-right: 20px;
}
@media only screen and (max-width: 480px) {
/* line 404, ../scss/module/_product-list.scss */
.catalog-category-view .products-list .product-shop .product-data {
width: 10%;
}
}
/* line 413, ../scss/module/_product-list.scss */
.catalog-category-view .products-list .product-shop .product-data:after {
position: absolute;
font-family: FontAwesome;
text-rendering: auto;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
-moz-transform: translate(0, 0);
-ms-transform: translate(0, 0);
-webkit-transform: translate(0, 0);
transform: translate(0, 0);
right: 15px;
color: #e6e6e6;
top: 0;
font-size: 23px;
content: "";
display: none;
}
@media only screen and (max-width: 600px) {
/* line 413, ../scss/module/_product-list.scss */
.catalog-category-view .products-list .product-shop .product-data:after {
display: block;
top: 50%;
-moz-transform: translate(50%, -50%);
-ms-transform: translate(50%, -50%);
-webkit-transform: translate(50%, -50%);
transform: translate(50%, -50%);
}
}
@media only screen and (max-width: 480px) {
/* line 413, ../scss/module/_product-list.scss */
.catalog-category-view .products-list .product-shop .product-data:after {
display: none;
}
}
/* line 439, ../scss/module/_product-list.scss */
.catalog-category-view .products-list .product-shop .ratings {
margin: 0;
}
/* line 442, ../scss/module/_product-list.scss */
.catalog-category-view .products-list .product-shop .ratings .rating-box,
.catalog-category-view .products-list .product-shop .ratings .rating-links {
float: left;
margin-right: 7px;
}
/* line 447, ../scss/module/_product-list.scss */
.catalog-category-view .products-list .product-shop .ratings .rating-links {
margin-top: 4px;
}
/* line 451, ../scss/module/_product-list.scss */
.catalog-category-view .products-list .product-shop .price-box {
margin-top: 0;
}
/* line 454, ../scss/module/_product-list.scss */
.catalog-category-view .products-list .product-shop .price-box .price {
font-size: 18px;
}
@media only screen and (max-width: 480px) {
/* line 454, ../scss/module/_product-list.scss */
.catalog-category-view .products-list .product-shop .price-box .price {
font-size: 15px;
}
}
/* line 487, ../scss/module/_product-list.scss */
.catalog-category-view .products-list .product-shop .desc {
margin-top: 7px;
}
/* line 491, ../scss/module/_product-list.scss */
.catalog-category-view .products-list .product-shop .product-primary,
.catalog-category-view .products-list .product-shop .desc {
/*float: left;*/
/*width: 65%;*/
overflow: hidden;
}
@media only screen and (min-width: 480px) {
/* line 491, ../scss/module/_product-list.scss */
.catalog-category-view .products-list .product-shop .product-primary,
.catalog-category-view .products-list .product-shop .desc {
padding-right: 20px;
}
}
/* line 500, ../scss/module/_product-list.scss */
.catalog-category-view .products-list .product-shop .product-secondary {
/*float: right;*/
width: 95%;
/*text-align: right;*/
clear: right;
}
/*@include bp(max-width, 1279px) {
.products-list .product-shop {
.product-primary,
.desc {
float: left;
width: 60%;
padding-right: 20px;
}
.product-secondary {
float: right;
width: 40%;
}
}
}*/
@media only screen and (max-width: 600px) {
/* line 528, ../scss/module/_product-list.scss */
.products-list .product-shop .price-box .special-price {
padding-left: 0;
}
/* line 532, ../scss/module/_product-list.scss */
.products-list .product-shop .product-primary,
.products-list .product-shop .product-secondary,
.products-list .product-shop .desc {
float: none;
width: 100%;
padding-right: 0;
text-align: left;
min-height: 30px;
}
}
/* ============================================ *
* Mini Product List
* ============================================ */
/* line 552, ../scss/module/_product-list.scss */
.mini-products-list .product-image {
float: left;
min-width: 50px;
}
/* line 561, ../scss/module/_product-list.scss */
.mini-products-list .product-details .product-name {
padding-top: 10px;
margin-left: 60px;
}
/* line 566, ../scss/module/_product-list.scss */
.mini-products-list li {
margin-bottom: 10px;
clear: both;
}
/* line 570, ../scss/module/_product-list.scss */
.mini-products-list li:after {
content: '';
display: table;
clear: both;
}
/* line 578, ../scss/module/_product-list.scss */
.mini-products-images-list:after {
content: '';
display: table;
clear: both;
}
/* line 582, ../scss/module/_product-list.scss */
.mini-products-images-list li.item {
float: left;
width: 50%;
margin: 0;
padding: 0 5px 10px 0;
}
/* line 588, ../scss/module/_product-list.scss */
.mini-products-images-list li.item:nth-child(even) {
padding-right: 0;
padding-left: 5px;
}
/* line 593, ../scss/module/_product-list.scss */
.mini-products-images-list li.item .product-image {
display: block;
}
/* line 596, ../scss/module/_product-list.scss */
.mini-products-images-list li.item .product-image img {
width: 100%;
max-width: 100%;
}
/* ============================================ *
* Catalog - List
* ============================================ */
/* line 612, ../scss/module/_product-list.scss */
.category-image img {
width: 100%;
max-width: 100%;
}
/* line 616, ../scss/module/_product-list.scss */
.category-image img:hidden {
display: none;
}
/* ============================================ *
* Layered Navigation
* ============================================ */
/* line 625, ../scss/module/_product-list.scss */
.block-layered-nav {
background: #2a2c2c;
}
/* line 629, ../scss/module/_product-list.scss */
.block-layered-nav.block-layered-nav--no-filters .block-title {
display: none;
}
/* line 633, ../scss/module/_product-list.scss */
.block-layered-nav .block-subtitle--filter {
display: none;
-moz-user-select: none;
-ms-user-select: none;
-webkit-user-select: none;
-o-user-select: none;
user-select: none;
font-weight: bold;
font-size: 12px;
color: #FFFFFF;
text-transform: uppercase;
margin-bottom: 0px;
padding: 23px 0 0 23px;
position: relative;
/*@include dark-gray-gradient;*/
/*border-top: 1px solid #555555;*/
/*border-bottom: 1px solid $c-black;*/
padding: 6px 15px;
/*border-radius: 5px;*/
}
/* line 394, ../scss/mixin/_customs.scss */
.block-layered-nav .block-subtitle--filter:after {
position: absolute;
font-family: FontAwesome;
text-rendering: auto;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
-moz-transform: translate(0, 0);
-ms-transform: translate(0, 0);
-webkit-transform: translate(0, 0);
transform: translate(0, 0);
right: 15px;
color: #e6e6e6;
font-size: 16px;
top: 6px;
}
@media only screen and (max-width: 1025px) {
/* line 633, ../scss/module/_product-list.scss */
.block-layered-nav .block-subtitle--filter {
border: 1px solid #2a2c2c;
background-color: #2a2c2c;
}
}
/* line 409, ../scss/mixin/_customs.scss */
.block-layered-nav-applied-filters .toggle-tabs,
.block-layered-nav .block-content .toggle-tabs {
display: none;
}
/* line 414, ../scss/mixin/_customs.scss */
.block-layered-nav-applied-filters > dl > dt,
.block-layered-nav .block-content > dl > dt {
-moz-user-select: none;
-ms-user-select: none;
-webkit-user-select: none;
-o-user-select: none;
user-select: none;
font-weight: bold;
font-size: 12px;
color: #FFFFFF;
text-transform: uppercase;
margin-bottom: 0px;
padding: 23px 0 0 23px;
position: relative;
display: block;
}
/* line 394, ../scss/mixin/_customs.scss */
.block-layered-nav-applied-filters > dl > dt:after,
.block-layered-nav .block-content > dl > dt:after {
position: absolute;
font-family: FontAwesome;
text-rendering: auto;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
-moz-transform: translate(0, 0);
-ms-transform: translate(0, 0);
-webkit-transform: translate(0, 0);
transform: translate(0, 0);
right: 15px;
color: #e6e6e6;
font-size: 16px;
top: 6px;
}
/* line 419, ../scss/mixin/_customs.scss */
.block-layered-nav-applied-filters > dl > dd,
.block-layered-nav .block-content > dl > dd {
color: #CCCCCC;
font-size: 12px;
padding: 10px 9px 0px 23px;
margin: 0;
z-index: 0;
/*border-bottom: 1px solid $c-black;*/
}
/* line 425, ../scss/mixin/_customs.scss */
.block-layered-nav-applied-filters > dl > dd:last-of-type,
.block-layered-nav .block-content > dl > dd:last-of-type {
padding-bottom: 23px;
}
/* line 653, ../scss/module/_product-list.scss */
.block-layered-nav-applied-filters .currently .label, .block-layered-nav-applied-filters .currently .value,
.block-layered-nav .block-content .currently .label,
.block-layered-nav .block-content .currently .value {
font-size: 12px;
color: #d7d7d7;
font-weight: normal;
}
/* line 661, ../scss/module/_product-list.scss */
.block-layered-nav dl dd {
margin-bottom: 10px;
margin-top: 10px;
}
/* line 665, ../scss/module/_product-list.scss */
.block-layered-nav dl dd ol > li > span, .block-layered-nav dl dd ol > li > a {
padding: 7px 0;
display: block;
}
/* line 668, ../scss/module/_product-list.scss */
.block-layered-nav dl dd ol > li > span:hover, .block-layered-nav dl dd ol > li > a:hover {
color: #FFFFFF;
}
/* line 672, ../scss/module/_product-list.scss */
.block-layered-nav dl dd ol > li > a .count {
color: #CC9D49;
}
/* line 677, ../scss/module/_product-list.scss */
.catalog-category-view .top-category-products {
position: relative;
}
/* line 679, ../scss/module/_product-list.scss */
.catalog-category-view .top-category-products:not(.carousel-mode) {
padding-bottom: 25px;
}
/* line 683, ../scss/module/_product-list.scss */
.catalog-category-view .top-category-products:not(.carousel-mode) #narrow-by-list dd.coffee_strength_filter li a, .catalog-category-view .top-category-products:not(.carousel-mode) #narrow-by-list dd.coffee_strength_filter li span {
margin-top: -5px;
margin-right: 8px;
}
/* line 693, ../scss/module/_product-list.scss */
.catalog-category-view .top-category-products.carousel-mode #narrow-by-list:not(.mobile) dd.capsule_product_aromatics_filter ol {
max-width: 100%;
}
/* line 696, ../scss/module/_product-list.scss */
.catalog-category-view .top-category-products.carousel-mode #narrow-by-list:not(.mobile) dd.capsule_product_aromatics_filter ol li:nth-child(2) {
width: 125px;
}
/* line 699, ../scss/module/_product-list.scss */
.catalog-category-view .top-category-products.carousel-mode #narrow-by-list:not(.mobile) dd.capsule_product_aromatics_filter ol li:nth-child(1), .catalog-category-view .top-category-products.carousel-mode #narrow-by-list:not(.mobile) dd.capsule_product_aromatics_filter ol li:nth-child(3) {
width: 95px;
}
/* line 707, ../scss/module/_product-list.scss */
.catalog-category-view .top-category-products .block-layered-nav {
font-family: "NespressoLucas-Bold", "Helvetica Neue", Verdana, Arial, sans-serif !important;
}
@media only screen and (max-width: 1025px) {
/* line 707, ../scss/module/_product-list.scss */
.catalog-category-view .top-category-products .block-layered-nav {
width: calc(100% - 120px);
padding-right: 20px;
}
}
/* line 714, ../scss/module/_product-list.scss */
.catalog-category-view .top-category-products .block-layered-nav #narrow-by-list {
float: left;
display: block;
}
@media only screen and (max-width: 1025px) {
/* line 714, ../scss/module/_product-list.scss */
.catalog-category-view .top-category-products .block-layered-nav #narrow-by-list {
display: none;
}
}
/* line 722, ../scss/module/_product-list.scss */
.catalog-category-view .top-category-products .block-layered-nav #narrow-by-list:not(.mobile) dd {
margin-left: -180px;
}
/* line 724, ../scss/module/_product-list.scss */
.catalog-category-view .top-category-products .block-layered-nav #narrow-by-list:not(.mobile) dd.capsule_product_cupsizes_filter {
padding-right: 0;
}
/* line 727, ../scss/module/_product-list.scss */
.catalog-category-view .top-category-products .block-layered-nav #narrow-by-list:not(.mobile) dd.capsule_product_aromatics_filter {
margin-right: 15px;
padding: 0;
margin-left: -180px;
width: 330px;
}
/* line 734, ../scss/module/_product-list.scss */
.catalog-category-view .top-category-products .block-layered-nav #narrow-by-list:not(.mobile) dd.capsule_product_aromatics_filter ol li:nth-child(1) {
width: 110px;
}
/* line 741, ../scss/module/_product-list.scss */
.catalog-category-view .top-category-products .block-layered-nav #narrow-by-list:not(.mobile) dd.coffee_strength_filter li {
width: calc((100% - 1px) / 13);
background-size: 15px;
background-position: top;
}
/* line 745, ../scss/module/_product-list.scss */
.catalog-category-view .top-category-products .block-layered-nav #narrow-by-list:not(.mobile) dd.coffee_strength_filter li.no-count, .catalog-category-view .top-category-products .block-layered-nav #narrow-by-list:not(.mobile) dd.coffee_strength_filter li:hover, .catalog-category-view .top-category-products .block-layered-nav #narrow-by-list:not(.mobile) dd.coffee_strength_filter li.active-filter {
background-size: 15px;
}
/* line 748, ../scss/module/_product-list.scss */
.catalog-category-view .top-category-products .block-layered-nav #narrow-by-list:not(.mobile) dd.coffee_strength_filter li a {
margin-top: 5px;
margin-right: 4px;
font-size: 11px;
}
/* line 753, ../scss/module/_product-list.scss */
.catalog-category-view .top-category-products .block-layered-nav #narrow-by-list:not(.mobile) dd.coffee_strength_filter li.no-count span {
margin-left: -5px;
margin-top: 5px;
}
/* line 761, ../scss/module/_product-list.scss */
.catalog-category-view .top-category-products .block-layered-nav #narrow-by-list dd {
float: left;
margin-top: 23px;
width: 285px;
padding: 0;
padding-right: 20px;
}
/* line 769, ../scss/module/_product-list.scss */
.catalog-category-view .top-category-products .block-layered-nav #narrow-by-list dd.coffee_strength_filter li a, .catalog-category-view .top-category-products .block-layered-nav #narrow-by-list dd.coffee_strength_filter li span {
margin-left: 0;
margin-top: -4px;
}
/* line 774, ../scss/module/_product-list.scss */
.catalog-category-view .top-category-products .block-layered-nav #narrow-by-list dd.coffee_strength_filter li.no-count a, .catalog-category-view .top-category-products .block-layered-nav #narrow-by-list dd.coffee_strength_filter li.no-count span {
margin-left: -2px;
margin-top: -4px;
}
/* line 782, ../scss/module/_product-list.scss */
.catalog-category-view .top-category-products .block-layered-nav #narrow-by-list dt {
float: left;
width: 180px;
position: relative;
text-transform: uppercase;
font-size: 12px;
padding: 0;
}
/* line 797, ../scss/module/_product-list.scss */
.catalog-category-view .top-category-products #narrow-by-list .close-filter,
.col-left-first #narrow-by-list .close-filter {
display: none;
visibility: hidden;
opacity: 0;
}
/* line 803, ../scss/module/_product-list.scss */
.catalog-category-view .top-category-products #narrow-by-list dd.capsule_product_aromatics_filter ol,
.col-left-first #narrow-by-list dd.capsule_product_aromatics_filter ol {
max-width: 100%;
}
/* line 806, ../scss/module/_product-list.scss */
.catalog-category-view .top-category-products #narrow-by-list dd.capsule_product_aromatics_filter ol li:nth-child(2),
.col-left-first #narrow-by-list dd.capsule_product_aromatics_filter ol li:nth-child(2) {
width: 115px;
}
/* line 809, ../scss/module/_product-list.scss */
.catalog-category-view .top-category-products #narrow-by-list dd.capsule_product_aromatics_filter ol li:nth-child(1), .catalog-category-view .top-category-products #narrow-by-list dd.capsule_product_aromatics_filter ol li:nth-child(3),
.col-left-first #narrow-by-list dd.capsule_product_aromatics_filter ol li:nth-child(1),
.col-left-first #narrow-by-list dd.capsule_product_aromatics_filter ol li:nth-child(3) {
width: 83px;
}
/* line 815, ../scss/module/_product-list.scss */
.catalog-category-view .top-category-products #narrow-by-list.mobile,
.col-left-first #narrow-by-list.mobile {
display: block;
position: fixed;
height: 100%;
width: 100%;
z-index: 57000;
top: 0;
left: 0;
background: #f9f9f9;
padding: 15px;
overflow: scroll;
font-family: "NespressoLucas-Regular", "Helvetica Neue", Verdana, Arial, sans-serif;
}
/* line 827, ../scss/module/_product-list.scss */
.catalog-category-view .top-category-products #narrow-by-list.mobile .close-filter,
.col-left-first #narrow-by-list.mobile .close-filter {
position: absolute;
width: 30px;
height: 30px;
right: 5%;
top: 3%;
display: block;
visibility: visible;
opacity: 1;
z-index: 59000;
}
/* line 837, ../scss/module/_product-list.scss */
.catalog-category-view .top-category-products #narrow-by-list.mobile .close-filter:after,
.col-left-first #narrow-by-list.mobile .close-filter:after {
content: "";
color: #000000;
height: 20px;
line-height: 20px;
width: 100%;
font-size: 20px;
font-family: FontAwesome;
font-weight: bold;
z-index: 59000;
}
/* line 849, ../scss/module/_product-list.scss */
.catalog-category-view .top-category-products #narrow-by-list.mobile .toggle-filters,
.col-left-first #narrow-by-list.mobile .toggle-filters {
display: none;
}
/* line 852, ../scss/module/_product-list.scss */
.catalog-category-view .top-category-products #narrow-by-list.mobile dt,
.col-left-first #narrow-by-list.mobile dt {
width: 100%;
color: #000000;
padding: 10px 0;
}
/* line 857, ../scss/module/_product-list.scss */
.catalog-category-view .top-category-products #narrow-by-list.mobile dd,
.col-left-first #narrow-by-list.mobile dd {
margin: 0;
padding: 5px 0;
width: 100%;
}
/* line 861, ../scss/module/_product-list.scss */
.catalog-category-view .top-category-products #narrow-by-list.mobile dd li,
.col-left-first #narrow-by-list.mobile dd li {
border-color: #9c9c9c;
}
/* line 863, ../scss/module/_product-list.scss */
.catalog-category-view .top-category-products #narrow-by-list.mobile dd li span, .catalog-category-view .top-category-products #narrow-by-list.mobile dd li span span,
.col-left-first #narrow-by-list.mobile dd li span,
.col-left-first #narrow-by-list.mobile dd li span span {
color: #000000;
}
/* line 870, ../scss/module/_product-list.scss */
.catalog-category-view .top-category-products #narrow-by-list.mobile dd.capsule_product_cupsizes_filter li, .catalog-category-view .top-category-products #narrow-by-list.mobile dd.capsule_product_aromatics_filter li, .catalog-category-view .top-category-products #narrow-by-list.mobile dd.coffee_strength_text_filter li,
.col-left-first #narrow-by-list.mobile dd.capsule_product_cupsizes_filter li,
.col-left-first #narrow-by-list.mobile dd.capsule_product_aromatics_filter li,
.col-left-first #narrow-by-list.mobile dd.coffee_strength_text_filter li {
background: #FFFFFF;
}
/* line 875, ../scss/module/_product-list.scss */
.catalog-category-view .top-category-products #narrow-by-list.mobile dd.capsule_product_aromatics_filter ol,
.col-left-first #narrow-by-list.mobile dd.capsule_product_aromatics_filter ol {
max-width: 95%;
}
/* line 877, ../scss/module/_product-list.scss */
.catalog-category-view .top-category-products #narrow-by-list.mobile dd.capsule_product_aromatics_filter ol li,
.col-left-first #narrow-by-list.mobile dd.capsule_product_aromatics_filter ol li {
width: 33.33%;
}
@media only screen and (max-width: 480px) {
/* line 880, ../scss/module/_product-list.scss */
.catalog-category-view .top-category-products #narrow-by-list.mobile dd.capsule_product_aromatics_filter ol li:nth-child(2),
.col-left-first #narrow-by-list.mobile dd.capsule_product_aromatics_filter ol li:nth-child(2) {
width: 105px;
}
/* line 883, ../scss/module/_product-list.scss */
.catalog-category-view .top-category-products #narrow-by-list.mobile dd.capsule_product_aromatics_filter ol li:nth-child(1), .catalog-category-view .top-category-products #narrow-by-list.mobile dd.capsule_product_aromatics_filter ol li:nth-child(3),
.col-left-first #narrow-by-list.mobile dd.capsule_product_aromatics_filter ol li:nth-child(1),
.col-left-first #narrow-by-list.mobile dd.capsule_product_aromatics_filter ol li:nth-child(3) {
width: 85px;
}
}
/* line 890, ../scss/module/_product-list.scss */
.catalog-category-view .top-category-products #narrow-by-list.mobile dd a,
.col-left-first #narrow-by-list.mobile dd a {
color: #000000;
}
/* line 894, ../scss/module/_product-list.scss */
.catalog-category-view .top-category-products #narrow-by-list.mobile dd.price_filter li,
.col-left-first #narrow-by-list.mobile dd.price_filter li {
border: none;
width: 100%;
box-shadow: none;
}
/* line 898, ../scss/module/_product-list.scss */
.catalog-category-view .top-category-products #narrow-by-list.mobile dd.price_filter li a,
.col-left-first #narrow-by-list.mobile dd.price_filter li a {
font-size: 13px;
}
/* line 901, ../scss/module/_product-list.scss */
.catalog-category-view .top-category-products #narrow-by-list.mobile dd.price_filter li:after, .catalog-category-view .top-category-products #narrow-by-list.mobile dd.price_filter li:before,
.col-left-first #narrow-by-list.mobile dd.price_filter li:after,
.col-left-first #narrow-by-list.mobile dd.price_filter li:before {
display: none;
}
@media only screen and (min-width: 901px) {
/* line 913, ../scss/module/_product-list.scss */
.block-layered-nav .block-content > dl > dt:after {
display: none;
}
}
@media only screen and (max-width: 1025px) {
/* line 920, ../scss/module/_product-list.scss */
.sidebar .block.block-layered-nav {
border-bottom: none;
}
/* line 925, ../scss/module/_product-list.scss */
.block-layered-nav--no-filters .block-title {
display: none;
}
/* line 930, ../scss/module/_product-list.scss */
.block-layered-nav .block-content {
/*padding-top: 0;*/
/*margin-top: 15px;*/
/*@include accordionCollapsePLP;*/
}
/* line 936, ../scss/module/_product-list.scss */
.block-layered-nav .block-subtitle--filter {
display: block;
padding-left: 15px;
height: 40px;
font-size: 17px;
text-transform: initial;
}
/* line 943, ../scss/module/_product-list.scss */
.block-layered-nav .block-subtitle--filter:after {
position: absolute;
font-family: FontAwesome;
text-rendering: auto;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
-moz-transform: translate(0, 0);
-ms-transform: translate(0, 0);
-webkit-transform: translate(0, 0);
transform: translate(0, 0);
right: 10px;
color: #e6e6e6;
font-size: 16px;
top: 6px;
}
/* line 956, ../scss/module/_product-list.scss */
.block-layered-nav .block-subtitle--filter:after, .block-layered-nav .block-subtitle--filter.active:after {
content: "";
}
/* line 961, ../scss/module/_product-list.scss */
.block-layered-nav dl ol > li > a {
color: #FFFFFF;
padding: 5px 10px;
}
/* line 964, ../scss/module/_product-list.scss */
.block-layered-nav dl ol > li > a:hover {
text-decoration: none;
}
}
/* line 969, ../scss/module/_product-list.scss */
.block-layered-nav-applied-filters .currently,
.block-layered-nav .currently {
content: '';
display: table;
clear: both;
width: 100%;
padding: 15px;
/*border-bottom: 1px solid $c-black;*/
}
/* line 976, ../scss/module/_product-list.scss */
.block-layered-nav-applied-filters .currently .block-subtitle,
.block-layered-nav .currently .block-subtitle {
display: block;
margin: 0;
margin-bottom: 10px;
color: #FFFFFF;
font-family: "Trebuchet MS", "Helvetica Neue", Verdana, Arial, sans-serif;
font-size: 14px;
font-weight: bold;
font-style: normal;
line-height: 1.4;
text-rendering: optimizeSpeed;
text-transform: uppercase;
font-weight: normal;
}
/* line 982, ../scss/module/_product-list.scss */
.block-layered-nav-applied-filters .currently ol li,
.block-layered-nav .currently ol li {
margin-bottom: 5px;
}
/* line 985, ../scss/module/_product-list.scss */
.block-layered-nav-applied-filters .currently ol li .label,
.block-layered-nav .currently ol li .label {
font-weight: bold;
}
/* line 989, ../scss/module/_product-list.scss */
.block-layered-nav-applied-filters .currently ol li:after,
.block-layered-nav .currently ol li:after {
content: '';
display: table;
clear: both;
}
/* line 994, ../scss/module/_product-list.scss */
.block-layered-nav-applied-filters .currently .filter-info,
.block-layered-nav .currently .filter-info {
float: left;
width: 90%;
}
/* line 999, ../scss/module/_product-list.scss */
.block-layered-nav-applied-filters .currently .filter-action,
.block-layered-nav .currently .filter-action {
width: 10%;
float: left;
text-align: right;
}
/* line 1005, ../scss/module/_product-list.scss */
.block-layered-nav-applied-filters .currently .btn-remove,
.block-layered-nav .currently .btn-remove {
float: none;
margin-left: 10px;
}
/* line 1010, ../scss/module/_product-list.scss */
.block-layered-nav-applied-filters .block-title,
.block-layered-nav .block-title {
padding: 15px 15px 0;
margin: 0;
background: #2a2c2c;
/*@include dark-gray-gradient;*/
/*border-top: 1px solid #555555;*/
/*border-bottom: 1px solid $c-black;*/
}
/* line 1019, ../scss/module/_product-list.scss */
.block-layered-nav-applied-filters .block-title h2,
.block-layered-nav-applied-filters .block-title h3,
.block-layered-nav-applied-filters .block-title strong,
.block-layered-nav .block-title h2,
.block-layered-nav .block-title h3,
.block-layered-nav .block-title strong {
font-size: 12px;
color: #e6e6e6;
font-weight: normal;
text-transform: uppercase;
font-weight: bold;
}
/* line 1029, ../scss/module/_product-list.scss */
.block-layered-nav-applied-filters .block-title + .block-content,
.block-layered-nav .block-title + .block-content {
margin-top: 0;
background: #2a2c2c;
position: relative;
font-family: "NespressoLucas-Regular", "Helvetica Neue", Verdana, Arial, sans-serif;
}
/* line 1036, ../scss/module/_product-list.scss */
.block-layered-nav-applied-filters .block-title .actions,
.block-layered-nav .block-title .actions {
margin: 0;
position: absolute;
top: 18px;
right: 20px;
font-size: 11px;
}
/* line 1043, ../scss/module/_product-list.scss */
.block-layered-nav-applied-filters .block-title .actions a,
.block-layered-nav .block-title .actions a {
color: #d7d7d7;
}
/* line 1051, ../scss/module/_product-list.scss */
.block-layered-nav-applied-filters .block-title {
background: none;
padding: 0;
padding-bottom: 5px;
}
/* line 1055, ../scss/module/_product-list.scss */
.block-layered-nav-applied-filters .block-title strong {
/*display: none;*/
}
/* line 1058, ../scss/module/_product-list.scss */
.block-layered-nav-applied-filters .block-title .actions {
top: 3px;
right: 0;
}
/* line 1063, ../scss/module/_product-list.scss */
.block-layered-nav-applied-filters .currently {
padding: 0;
}
/* line 1070, ../scss/module/_product-list.scss */
.catalog-category-view .breadcrumbs {
margin: -15px 0 0;
padding-bottom: 15px;
background-color: black;
}
/* line 1078, ../scss/module/_product-list.scss */
.catalog-category-view .page-title {
padding: 15px;
background: #eeeeee;
/* Old browsers */
background: -moz-linear-gradient(top, #eeeeee 0%, #cccccc 100%);
/* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #eeeeee), color-stop(100%, #cccccc));
/* Chrome,Safari4+ */
background: -webkit-linear-gradient(top, #eeeeee 0%, #cccccc 100%);
/* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top, #eeeeee 0%, #cccccc 100%);
/* Opera 11.10+ */
background: -ms-linear-gradient(top, #eeeeee 0%, #cccccc 100%);
/* IE10+ */
background: linear-gradient(to bottom, #eeeeee 0%, #cccccc 100%);
/* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#eeeeee', endColorstr='#cccccc',GradientType=0 );
/* IE6-9 */
}
@media only screen and (max-width: 770px) {
/* line 1078, ../scss/module/_product-list.scss */
.catalog-category-view .page-title {
padding: 11px;
display: none;
}
}
/* line 1086, ../scss/module/_product-list.scss */
.catalog-category-view .page-title h1 {
color: black;
margin: 0;
}
@media only screen and (min-width: 1025px) {
/* line 1093, ../scss/module/_product-list.scss */
.catalog-category-view .col2-left-layout .col-main {
/*padding: 0 35px;*/
/*margin-bottom: 0;*/
/*float: right;*/
width: calc(100% - 338px);
/*padding-right: 0;*/
}
/* line 1101, ../scss/module/_product-list.scss */
.catalog-category-view .col2-left-layout .col-left {
float: left;
width: 338px;
margin-bottom: 20px;
padding: 0 10px;
padding-left: 0;
}
}
/* line 1113, ../scss/module/_product-list.scss */
.catalogsearch-result-index {
/* .category-products .action {
.add-to-cart-placeholder {
min-width: 100%!important;
}
@include addToCartButtonTemplate;
}*/
}
/* line 1114, ../scss/module/_product-list.scss */
.catalogsearch-result-index .view-mode {
display: none;
}
/* line 1117, ../scss/module/_product-list.scss */
.catalogsearch-result-index .sorter {
float: left;
}
@media only screen and (min-width: 901px) {
/* line 1128, ../scss/module/_product-list.scss */
.catalogsearch-result-index .col3-layout .col-main {
padding: 0 10px;
margin-bottom: 0;
float: right;
width: calc(100% - 300px);
padding-right: 0;
}
/* line 1136, ../scss/module/_product-list.scss */
.catalogsearch-result-index .col3-layout .col-left {
float: left;
width: 300px;
margin-bottom: 20px;
padding: 0 10px;
padding-left: 0;
}
}
/* line 1145, ../scss/module/_product-list.scss */
.catalogsearch-result-index .col-wrapper {
width: 100%;
}
/* line 1153, ../scss/module/_product-list.scss */
.capsules-page .top-category-products.carousel-mode #narrow-by-list:not(.mobile) .category_filter, .capsules-page .top-category-products.carousel-mode #narrow-by-list:not(.mobile) .price_filter, .capsules-page .top-category-products.carousel-mode #narrow-by-list:not(.mobile) .color_filter, .capsules-page .top-category-products.carousel-mode #narrow-by-list:not(.mobile) .coffee_strength_text_filter, .accessories-page .top-category-products.carousel-mode #narrow-by-list:not(.mobile) .category_filter, .accessories-page .top-category-products.carousel-mode #narrow-by-list:not(.mobile) .price_filter, .accessories-page .top-category-products.carousel-mode #narrow-by-list:not(.mobile) .color_filter, .accessories-page .top-category-products.carousel-mode #narrow-by-list:not(.mobile) .coffee_strength_text_filter {
display: none;
}
/* line 1163, ../scss/module/_product-list.scss */
.top-category-products #narrow-by-list:not(.mobile) dd.category_filter ol, .top-category-products #narrow-by-list:not(.mobile) dd.price_filter ol {
border: 1px solid #9c9c9c;
margin-top: -1px;
border-radius: unset;
background-color: #000000;
width: 251px;
}
/* line 1169, ../scss/module/_product-list.scss */
.top-category-products #narrow-by-list:not(.mobile) dd.category_filter ol li, .top-category-products #narrow-by-list:not(.mobile) dd.price_filter ol li {
border: none;
padding: 0px 15px;
}
/* line 1172, ../scss/module/_product-list.scss */
.top-category-products #narrow-by-list:not(.mobile) dd.category_filter ol li:first-of-type, .top-category-products #narrow-by-list:not(.mobile) dd.price_filter ol li:first-of-type {
padding-top: 10px;
}
/* line 1175, ../scss/module/_product-list.scss */
.top-category-products #narrow-by-list:not(.mobile) dd.category_filter ol li:last-of-type, .top-category-products #narrow-by-list:not(.mobile) dd.price_filter ol li:last-of-type {
padding-bottom: 10px;
}
/* line 1187, ../scss/module/_product-list.scss */
.catalogsearch-result-index .col-left-first #narrow-by-list:not(.mobile) dd.coffee_strength_filter li span,
.catalog-category-view .col-left-first #narrow-by-list:not(.mobile) dd.coffee_strength_filter li span {
color: #FFFFFF;
}
/* line 1192, ../scss/module/_product-list.scss */
.catalogsearch-result-index .col-left-first #narrow-by-list:not(.mobile) dd.category_filter ol, .catalogsearch-result-index .col-left-first #narrow-by-list:not(.mobile) dd.price_filter ol,
.catalog-category-view .col-left-first #narrow-by-list:not(.mobile) dd.category_filter ol,
.catalog-category-view .col-left-first #narrow-by-list:not(.mobile) dd.price_filter ol {
border: 1px solid #9c9c9c;
margin-top: -1px;
border-radius: unset;
/*max-width: 275px;*/
max-width: calc(100% - 47px);
}
/* line 1198, ../scss/module/_product-list.scss */
.catalogsearch-result-index .col-left-first #narrow-by-list:not(.mobile) dd.category_filter ol li, .catalogsearch-result-index .col-left-first #narrow-by-list:not(.mobile) dd.price_filter ol li,
.catalog-category-view .col-left-first #narrow-by-list:not(.mobile) dd.category_filter ol li,
.catalog-category-view .col-left-first #narrow-by-list:not(.mobile) dd.price_filter ol li {
border: none;
padding: 0px 15px;
}
/* line 1201, ../scss/module/_product-list.scss */
.catalogsearch-result-index .col-left-first #narrow-by-list:not(.mobile) dd.category_filter ol li:first-of-type, .catalogsearch-result-index .col-left-first #narrow-by-list:not(.mobile) dd.price_filter ol li:first-of-type,
.catalog-category-view .col-left-first #narrow-by-list:not(.mobile) dd.category_filter ol li:first-of-type,
.catalog-category-view .col-left-first #narrow-by-list:not(.mobile) dd.price_filter ol li:first-of-type {
padding-top: 10px;
}
/* line 1204, ../scss/module/_product-list.scss */
.catalogsearch-result-index .col-left-first #narrow-by-list:not(.mobile) dd.category_filter ol li:last-of-type, .catalogsearch-result-index .col-left-first #narrow-by-list:not(.mobile) dd.price_filter ol li:last-of-type,
.catalog-category-view .col-left-first #narrow-by-list:not(.mobile) dd.category_filter ol li:last-of-type,
.catalog-category-view .col-left-first #narrow-by-list:not(.mobile) dd.price_filter ol li:last-of-type {
padding-bottom: 10px;
}
/* line 1214, ../scss/module/_product-list.scss */
#narrow-by-list dd .toggle-filters {
display: none;
}
/* line 1217, ../scss/module/_product-list.scss */
#narrow-by-list dd ol {
max-width: 95%;
display: inline-block;
width: 100%;
}
/* line 1222, ../scss/module/_product-list.scss */
#narrow-by-list dd:after {
content: '';
display: table;
clear: both;
}
/* line 177, ../scss/mixin/_customs.scss */
#narrow-by-list dd.count-1 li {
width: calc((100% - 1px) / 1);
}
/* line 177, ../scss/mixin/_customs.scss */
#narrow-by-list dd.count-2 li {
width: calc((100% - 1px) / 2);
}
/* line 177, ../scss/mixin/_customs.scss */
#narrow-by-list dd.count-3 li {
width: calc((100% - 1px) / 3);
}
/* line 177, ../scss/mixin/_customs.scss */
#narrow-by-list dd.count-4 li {
width: calc((100% - 1px) / 4);
}
/* line 177, ../scss/mixin/_customs.scss */
#narrow-by-list dd.count-5 li {
width: calc((100% - 1px) / 5);
}
/* line 177, ../scss/mixin/_customs.scss */
#narrow-by-list dd.count-6 li {
width: calc((100% - 1px) / 6);
}
/* line 177, ../scss/mixin/_customs.scss */
#narrow-by-list dd.count-7 li {
width: calc((100% - 1px) / 7);
}
/* line 177, ../scss/mixin/_customs.scss */
#narrow-by-list dd.count-8 li {
width: calc((100% - 1px) / 8);
}
/* line 177, ../scss/mixin/_customs.scss */
#narrow-by-list dd.count-9 li {
width: calc((100% - 1px) / 9);
}
/* line 177, ../scss/mixin/_customs.scss */
#narrow-by-list dd.count-10 li {
width: calc((100% - 1px) / 10);
}
/* line 177, ../scss/mixin/_customs.scss */
#narrow-by-list dd.count-11 li {
width: calc((100% - 1px) / 11);
}
/* line 177, ../scss/mixin/_customs.scss */
#narrow-by-list dd.count-12 li {
width: calc((100% - 1px) / 12);
}
/* line 177, ../scss/mixin/_customs.scss */
#narrow-by-list dd.count-13 li {
width: calc((100% - 1px) / 13);
}
/* line 177, ../scss/mixin/_customs.scss */
#narrow-by-list dd.count-14 li {
width: calc((100% - 1px) / 14);
}
/* line 1227, ../scss/module/_product-list.scss */
#narrow-by-list dd li {
position: relative;
/*max-width: 87px;*/
/*@include gray-gradient;*/
border: 1px solid #9c9c9c;
/*border-right: 1px solid #151515;*/
border-right: none;
display: inline-block;
float: left;
text-align: center;
}
/* line 1232, ../scss/module/_product-list.scss */
#narrow-by-list dd li:hover, #narrow-by-list dd li.active-filter {
background: #916A35;
color: #FFFFFF;
}
/* line 1235, ../scss/module/_product-list.scss */
#narrow-by-list dd li:hover span, #narrow-by-list dd li.active-filter span {
color: #FFFFFF;
}
/* line 1239, ../scss/module/_product-list.scss */
#narrow-by-list dd li.no-count {
cursor: not-allowed;
/*background: $c-dark-gray;*/
/* &:hover {
background: #58b214;
}*/
}
/* line 1241, ../scss/module/_product-list.scss */
#narrow-by-list dd li.no-count span {
/*color: $c-gray;*/
}
/* line 1249, ../scss/module/_product-list.scss */
#narrow-by-list dd li:first-of-type {
/*@include border-radius(3px 0 0 3px);*/
/*border-right: 1px solid $c-white;*/
}
/* line 1253, ../scss/module/_product-list.scss */
#narrow-by-list dd li:last-of-type {
/*@include border-radius(0px 3px 3px 0px);*/
border-right: 1px solid #9c9c9c;
}
/* line 1262, ../scss/module/_product-list.scss */
#narrow-by-list dd li:after, #narrow-by-list dd li:before {
position: absolute;
visibility: hidden;
filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
opacity: 0;
-moz-transition: opacity 0.2s ease-in-out, visibility 0.2s ease-in-out, -moz-transform 0.2s cubic-bezier(0.71, 1.7, 0.77, 1.24);
transition: opacity 0.2s ease-in-out, visibility 0.2s ease-in-out, transform 0.2s cubic-bezier(0.71, 1.7, 0.77, 1.24);
-webkit-transform: translate3d(0, 0, 0);
-moz-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0);
pointer-events: none;
bottom: 100%;
left: 50%;
}
/* line 1281, ../scss/module/_product-list.scss */
#narrow-by-list dd li:hover:after, #narrow-by-list dd li:focus:after, #narrow-by-list dd li:hover:before, #narrow-by-list dd li:focus:before {
visibility: visible;
filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
opacity: 1;
-moz-transform: translateY(-7px);
-ms-transform: translateY(-7px);
-webkit-transform: translateY(-7px);
transform: translateY(-7px);
}
/* line 1286, ../scss/module/_product-list.scss */
#narrow-by-list dd li:before {
z-index: 1001;
border: 6px solid transparent;
background: transparent;
content: '';
margin-left: -6px;
margin-bottom: -12px;
border-top-color: #e6e6e6;
}
/* line 1295, ../scss/module/_product-list.scss */
#narrow-by-list dd li:after {
z-index: 1000;
padding: 5px;
width: 40px;
background: #e6e6e6;
color: #2a2c2c;
content: attr(data-count);
font-size: 12px;
margin-left: -20px;
-moz-border-radius: 3px;
-webkit-border-radius: 3px;
border-radius: 3px;
}
/* line 1309, ../scss/module/_product-list.scss */
#narrow-by-list dd.count-1 li:first-of-type {
-moz-border-radius: 3px;
-webkit-border-radius: 3px;
border-radius: 3px;
}
/* line 1315, ../scss/module/_product-list.scss */
#narrow-by-list dd.coffee_strength_filter li {
width: calc((100% - 1px) / 6);
border: none;
background: url("ru/skin/frontend/nespresso/default/images/svg/Capsule_transparent.svg");
background-repeat: no-repeat;
background-position: top;
}
/* line 1318, ../scss/module/_product-list.scss */
#narrow-by-list dd.coffee_strength_filter li a, #narrow-by-list dd.coffee_strength_filter li span {
margin-top: 5px;
margin-right: -3px;
font-size: 13px;
color: #e6e6e6;
}
/* line 1328, ../scss/module/_product-list.scss */
#narrow-by-list dd.coffee_strength_filter li.no-count {
background: url("ru/skin/frontend/nespresso/default/images/svg/Capsule_grey.svg");
background-repeat: no-repeat;
background-position: top;
}
/* line 1332, ../scss/module/_product-list.scss */
#narrow-by-list dd.coffee_strength_filter li.no-count span {
color: #51504E;
margin-left: -8px;
}
/* line 1337, ../scss/module/_product-list.scss */
#narrow-by-list dd.coffee_strength_filter li.no-count:hover span {
color: #51504E;
}
/* line 1342, ../scss/module/_product-list.scss */
#narrow-by-list dd.coffee_strength_filter li:hover, #narrow-by-list dd.coffee_strength_filter li.active-filter {
background: url("ru/skin/frontend/nespresso/default/images/svg/Capsule_brown_darker.svg");
background-repeat: no-repeat;
background-position: top;
}
/* line 1346, ../scss/module/_product-list.scss */
#narrow-by-list dd.coffee_strength_filter li:hover span, #narrow-by-list dd.coffee_strength_filter li.active-filter span {
color: #916A35;
}
/* line 1353, ../scss/module/_product-list.scss */
#narrow-by-list dd.color_filter .configurable-swatch-list li {
background: none;
margin-right: 3px;
}
/* line 1357, ../scss/module/_product-list.scss */
#narrow-by-list dd.color_filter .configurable-swatch-list li:hover {
background: none;
}
/* line 1361, ../scss/module/_product-list.scss */
#narrow-by-list dd.color_filter .configurable-swatch-list li:last-of-type {
margin-right: 0;
}
/* line 1368, ../scss/module/_product-list.scss */
#narrow-by-list dd.capsule_product_cupsizes_filter li span {
padding-left: 20px;
}
/* line 1370, ../scss/module/_product-list.scss */
#narrow-by-list dd.capsule_product_cupsizes_filter li span:after {
background: url("img/caps-filter-3.png");
background-repeat: no-repeat;
height: 25px;
width: 40px;
content: '';
position: absolute;
top: 2px;
left: -4px;
}
/* line 1384, ../scss/module/_product-list.scss */
#narrow-by-list dd.capsule_product_cupsizes_filter li[data-cup="Ristretto"] span:after, #narrow-by-list dd.capsule_product_cupsizes_filter li[data-cup="Ристретто"] span:after {
background-position: -5px -143px;
}
/* line 1391, ../scss/module/_product-list.scss */
#narrow-by-list dd.capsule_product_cupsizes_filter li[data-cup="Espresso"] span:after, #narrow-by-list dd.capsule_product_cupsizes_filter li[data-cup="Эспрессо"] span:after {
background-position: -5px -171px;
}
/* line 1398, ../scss/module/_product-list.scss */
#narrow-by-list dd.capsule_product_cupsizes_filter li[data-cup="Lungo"] span:after, #narrow-by-list dd.capsule_product_cupsizes_filter li[data-cup="Лунго"] span:after {
background-position: -5px -212px;
}
/* line 1404, ../scss/module/_product-list.scss */
#narrow-by-list dd.price_filter, #narrow-by-list dd.accessory_product_collection_filter, #narrow-by-list dd.accessory_product_usage_filter, #narrow-by-list dd.category_filter, #narrow-by-list dd.accessory_product_finish_filter {
/*@include bp(min-width, $bp-iPadMedium + 1) {*/
/*}*/
}
/* line 1406, ../scss/module/_product-list.scss */
#narrow-by-list dd.price_filter ol, #narrow-by-list dd.accessory_product_collection_filter ol, #narrow-by-list dd.accessory_product_usage_filter ol, #narrow-by-list dd.category_filter ol, #narrow-by-list dd.accessory_product_finish_filter ol {
/*display: none;*/
/*background-color: $c-gray;*/
/*@include border-radius(3px);*/
/*margin-top: 2px;*/
/*position: absolute;*/
/*z-index: 10;*/
}
/* line 1414, ../scss/module/_product-list.scss */
#narrow-by-list dd.price_filter .toggle-filters, #narrow-by-list dd.accessory_product_collection_filter .toggle-filters, #narrow-by-list dd.accessory_product_usage_filter .toggle-filters, #narrow-by-list dd.category_filter .toggle-filters, #narrow-by-list dd.accessory_product_finish_filter .toggle-filters {
display: block;
}
/* line 1417, ../scss/module/_product-list.scss */
#narrow-by-list dd.price_filter li, #narrow-by-list dd.accessory_product_collection_filter li, #narrow-by-list dd.accessory_product_usage_filter li, #narrow-by-list dd.category_filter li, #narrow-by-list dd.accessory_product_finish_filter li {
width: 100%;
max-width: 100%;
border-bottom: 1px solid #3e3e3d;
-moz-box-shadow: #6c6b69 0 1px 0;
-webkit-box-shadow: #6c6b69 0 1px 0;
box-shadow: #6c6b69 0 1px 0;
border-right: none;
padding: 0 15px;
}
/* line 1422, ../scss/module/_product-list.scss */
#narrow-by-list dd.price_filter li:first-of-type, #narrow-by-list dd.accessory_product_collection_filter li:first-of-type, #narrow-by-list dd.accessory_product_usage_filter li:first-of-type, #narrow-by-list dd.category_filter li:first-of-type, #narrow-by-list dd.accessory_product_finish_filter li:first-of-type {
-moz-border-radius: 3px 3px 0px 0px;
-webkit-border-radius: 3px;
border-radius: 3px 3px 0px 0px;
}
/* line 1425, ../scss/module/_product-list.scss */
#narrow-by-list dd.price_filter li:last-of-type, #narrow-by-list dd.accessory_product_collection_filter li:last-of-type, #narrow-by-list dd.accessory_product_usage_filter li:last-of-type, #narrow-by-list dd.category_filter li:last-of-type, #narrow-by-list dd.accessory_product_finish_filter li:last-of-type {
border-bottom: none;
-moz-box-shadow: none;
-webkit-box-shadow: none;
box-shadow: none;
-moz-border-radius: 3px;
-webkit-border-radius: 3px;
border-radius: 3px;
}
/* line 1432, ../scss/module/_product-list.scss */
#narrow-by-list dd.price_filter li:hover, #narrow-by-list dd.accessory_product_collection_filter li:hover, #narrow-by-list dd.accessory_product_usage_filter li:hover, #narrow-by-list dd.category_filter li:hover, #narrow-by-list dd.accessory_product_finish_filter li:hover {
background: #6c6b69;
}
/* line 1436, ../scss/module/_product-list.scss */
#narrow-by-list dd.price_filter li.no-count span, #narrow-by-list dd.accessory_product_collection_filter li.no-count span, #narrow-by-list dd.accessory_product_usage_filter li.no-count span, #narrow-by-list dd.category_filter li.no-count span, #narrow-by-list dd.accessory_product_finish_filter li.no-count span {
color: #e6e6e6;
}
/* line 1440, ../scss/module/_product-list.scss */
#narrow-by-list dd.price_filter li.no-count:hover span, #narrow-by-list dd.accessory_product_collection_filter li.no-count:hover span, #narrow-by-list dd.accessory_product_usage_filter li.no-count:hover span, #narrow-by-list dd.category_filter li.no-count:hover span, #narrow-by-list dd.accessory_product_finish_filter li.no-count:hover span {
color: #e6e6e6;
}
@media only screen and (max-width: 900px) {
/* line 1448, ../scss/module/_product-list.scss */
#narrow-by-list dd.price_filter li, #narrow-by-list dd.accessory_product_collection_filter li, #narrow-by-list dd.accessory_product_usage_filter li, #narrow-by-list dd.category_filter li, #narrow-by-list dd.accessory_product_finish_filter li {
width: auto;
max-width: 100%;
}
/* line 1450, ../scss/module/_product-list.scss */
#narrow-by-list dd.price_filter li:hover span, #narrow-by-list dd.accessory_product_collection_filter li:hover span, #narrow-by-list dd.accessory_product_usage_filter li:hover span, #narrow-by-list dd.category_filter li:hover span, #narrow-by-list dd.accessory_product_finish_filter li:hover span {
color: #CC9D49;
}
/* line 1456, ../scss/module/_product-list.scss */
#narrow-by-list dd.price_filter li:after, #narrow-by-list dd.price_filter li:before, #narrow-by-list dd.accessory_product_collection_filter li:after, #narrow-by-list dd.accessory_product_collection_filter li:before, #narrow-by-list dd.accessory_product_usage_filter li:after, #narrow-by-list dd.accessory_product_usage_filter li:before, #narrow-by-list dd.category_filter li:after, #narrow-by-list dd.category_filter li:before, #narrow-by-list dd.accessory_product_finish_filter li:after, #narrow-by-list dd.accessory_product_finish_filter li:before {
bottom: -10px;
right: -50px;
left: auto;
}
/* line 1461, ../scss/module/_product-list.scss */
#narrow-by-list dd.price_filter li:before, #narrow-by-list dd.accessory_product_collection_filter li:before, #narrow-by-list dd.accessory_product_usage_filter li:before, #narrow-by-list dd.category_filter li:before, #narrow-by-list dd.accessory_product_finish_filter li:before {
border-right-color: #e6e6e6;
border-top-color: transparent;
left: auto;
right: -10px;
margin-bottom: 8px;
margin-left: 0;
}
/* line 1469, ../scss/module/_product-list.scss */
#narrow-by-list dd.price_filter li:hover:after, #narrow-by-list dd.price_filter li:focus:after, #narrow-by-list dd.price_filter li:hover:before, #narrow-by-list dd.price_filter li:focus:before, #narrow-by-list dd.accessory_product_collection_filter li:hover:after, #narrow-by-list dd.accessory_product_collection_filter li:focus:after, #narrow-by-list dd.accessory_product_collection_filter li:hover:before, #narrow-by-list dd.accessory_product_collection_filter li:focus:before, #narrow-by-list dd.accessory_product_usage_filter li:hover:after, #narrow-by-list dd.accessory_product_usage_filter li:focus:after, #narrow-by-list dd.accessory_product_usage_filter li:hover:before, #narrow-by-list dd.accessory_product_usage_filter li:focus:before, #narrow-by-list dd.category_filter li:hover:after, #narrow-by-list dd.category_filter li:focus:after, #narrow-by-list dd.category_filter li:hover:before, #narrow-by-list dd.category_filter li:focus:before, #narrow-by-list dd.accessory_product_finish_filter li:hover:after, #narrow-by-list dd.accessory_product_finish_filter li:focus:after, #narrow-by-list dd.accessory_product_finish_filter li:hover:before, #narrow-by-list dd.accessory_product_finish_filter li:focus:before {
-moz-transform: translateY(-12px);
-ms-transform: translateY(-12px);
-webkit-transform: translateY(-12px);
transform: translateY(-12px);
}
/* line 1472, ../scss/module/_product-list.scss */
#narrow-by-list dd.price_filter li.no-count, #narrow-by-list dd.accessory_product_collection_filter li.no-count, #narrow-by-list dd.accessory_product_usage_filter li.no-count, #narrow-by-list dd.category_filter li.no-count, #narrow-by-list dd.accessory_product_finish_filter li.no-count {
background: none;
}
/* line 1475, ../scss/module/_product-list.scss */
#narrow-by-list dd.price_filter li.no-count:hover span, #narrow-by-list dd.accessory_product_collection_filter li.no-count:hover span, #narrow-by-list dd.accessory_product_usage_filter li.no-count:hover span, #narrow-by-list dd.category_filter li.no-count:hover span, #narrow-by-list dd.accessory_product_finish_filter li.no-count:hover span {
color: #51504E;
}
}
/* line 1482, ../scss/module/_product-list.scss */
#narrow-by-list dd.price_filter li, #narrow-by-list dd.accessory_product_collection_filter li, #narrow-by-list dd.accessory_product_usage_filter li, #narrow-by-list dd.category_filter li, #narrow-by-list dd.accessory_product_finish_filter li {
background: none;
float: left;
clear: both;
display: inline-block;
text-align: left;
}
/* line 1487, ../scss/module/_product-list.scss */
#narrow-by-list dd.price_filter li span, #narrow-by-list dd.accessory_product_collection_filter li span, #narrow-by-list dd.accessory_product_usage_filter li span, #narrow-by-list dd.category_filter li span, #narrow-by-list dd.accessory_product_finish_filter li span {
color: #e6e6e6;
}
/* line 1491, ../scss/module/_product-list.scss */
#narrow-by-list dd.price_filter li:after, #narrow-by-list dd.accessory_product_collection_filter li:after, #narrow-by-list dd.accessory_product_usage_filter li:after, #narrow-by-list dd.category_filter li:after, #narrow-by-list dd.accessory_product_finish_filter li:after {
text-align: center;
}
/* line 1495, ../scss/module/_product-list.scss */
#narrow-by-list dd.price_filter li.no-count span, #narrow-by-list dd.accessory_product_collection_filter li.no-count span, #narrow-by-list dd.accessory_product_usage_filter li.no-count span, #narrow-by-list dd.category_filter li.no-count span, #narrow-by-list dd.accessory_product_finish_filter li.no-count span {
text-decoration: line-through;
}
@media only screen and (min-width: 901px) {
/* line 1503, ../scss/module/_product-list.scss */
#narrow-by-list dd.color_filter li {
border: none;
}
}
/* line 1509, ../scss/module/_product-list.scss */
#narrow-by-list dd.category_filter {
/*@include bp(min-width, $bp-iPadMedium + 1) {*/
/* .toggle-filters {
display: none;
}*/
/*}*/
}
/* line 1514, ../scss/module/_product-list.scss */
#narrow-by-list dd.category_filter li {
border: none;
box-shadow: none;
padding: 0;
width: 100%;
}
/* line 1520, ../scss/module/_product-list.scss */
#narrow-by-list dd.category_filter li:before, #narrow-by-list dd.category_filter li:after {
content: none;
}
/* line 1523, ../scss/module/_product-list.scss */
#narrow-by-list dd.category_filter li.active-filter, #narrow-by-list dd.category_filter li:hover {
background: none;
}
/* line 1525, ../scss/module/_product-list.scss */
#narrow-by-list dd.category_filter li.active-filter:last-of-type, #narrow-by-list dd.category_filter li:hover:last-of-type {
border: none;
}
/* line 1528, ../scss/module/_product-list.scss */
#narrow-by-list dd.category_filter li.active-filter .radio, #narrow-by-list dd.category_filter li:hover .radio {
background-color: #58b214;
}
/* line 1532, ../scss/module/_product-list.scss */
#narrow-by-list dd.category_filter li a {
font-size: 13px;
}
/* line 1534, ../scss/module/_product-list.scss */
#narrow-by-list dd.category_filter li a span span {
color: #CCCCCC;
}
/* line 1538, ../scss/module/_product-list.scss */
#narrow-by-list dd.category_filter li .radio {
display: inline-block;
width: 16px;
height: 16px;
border-radius: 100%;
border: 2px solid gray;
cursor: pointer;
float: right;
margin: 0 auto;
top: 7px;
}
@media only screen and (min-width: 901px) {
/* line 1563, ../scss/module/_product-list.scss */
body:not(.capsules-page) #narrow-by-list dd.price_filter ol, body:not(.capsules-page) #narrow-by-list dd.category_filter ol, body:not(.capsules-page) #narrow-by-list dt.price_filter ol, body:not(.capsules-page) #narrow-by-list dt.category_filter ol, .col-left-first #narrow-by-list dd.price_filter ol, .col-left-first #narrow-by-list dd.category_filter ol, .col-left-first #narrow-by-list dt.price_filter ol, .col-left-first #narrow-by-list dt.category_filter ol {
display: none;
background-color: #51504E;
-moz-border-radius: 3px;
-webkit-border-radius: 3px;
border-radius: 3px;
margin-top: 2px;
position: absolute;
z-index: 10;
max-width: 260px;
}
/* line 1571, ../scss/module/_product-list.scss */
body:not(.capsules-page) #narrow-by-list dd.price_filter ol li, body:not(.capsules-page) #narrow-by-list dd.category_filter ol li, body:not(.capsules-page) #narrow-by-list dt.price_filter ol li, body:not(.capsules-page) #narrow-by-list dt.category_filter ol li, .col-left-first #narrow-by-list dd.price_filter ol li, .col-left-first #narrow-by-list dd.category_filter ol li, .col-left-first #narrow-by-list dt.price_filter ol li, .col-left-first #narrow-by-list dt.category_filter ol li {
border: none;
border-bottom: 1px solid #3e3e3d;
}
/* line 1574, ../scss/module/_product-list.scss */
body:not(.capsules-page) #narrow-by-list dd.price_filter ol li.active-filter, body:not(.capsules-page) #narrow-by-list dd.category_filter ol li.active-filter, body:not(.capsules-page) #narrow-by-list dt.price_filter ol li.active-filter, body:not(.capsules-page) #narrow-by-list dt.category_filter ol li.active-filter, .col-left-first #narrow-by-list dd.price_filter ol li.active-filter, .col-left-first #narrow-by-list dd.category_filter ol li.active-filter, .col-left-first #narrow-by-list dt.price_filter ol li.active-filter, .col-left-first #narrow-by-list dt.category_filter ol li.active-filter {
border: 1px solid #3d8705;
}
/* line 1579, ../scss/module/_product-list.scss */
body:not(.capsules-page) #narrow-by-list dd.price_filter .toggle-filters, body:not(.capsules-page) #narrow-by-list dd.category_filter .toggle-filters, body:not(.capsules-page) #narrow-by-list dt.price_filter .toggle-filters, body:not(.capsules-page) #narrow-by-list dt.category_filter .toggle-filters, .col-left-first #narrow-by-list dd.price_filter .toggle-filters, .col-left-first #narrow-by-list dd.category_filter .toggle-filters, .col-left-first #narrow-by-list dt.price_filter .toggle-filters, .col-left-first #narrow-by-list dt.category_filter .toggle-filters {
display: block;
}
}
/* line 1587, ../scss/module/_product-list.scss */
.toggle-filters {
max-width: 95%;
/*@include border-radius(3px);*/
/*background-color: $c-gray;*/
border: 1px solid #9c9c9c;
color: #FFFFFF;
height: 32px;
line-height: 32px;
cursor: pointer;
padding: 0;
vertical-align: top;
}
/* line 1598, ../scss/module/_product-list.scss */
.toggle-filters span {
padding: 0 10px;
}
/* line 1601, ../scss/module/_product-list.scss */
.toggle-filters em {
text-align: center;
/*background-color: #3e3e3d;*/
width: 32px;
/*border-left: 1px solid #6c6b69;*/
-moz-border-radius: 0 3px 3px 0;
-webkit-border-radius: 0;
border-radius: 0 3px 3px 0;
/*@include box-shadow(#434341 -1px 0px 0px);*/
float: right;
line-height: 32px;
}
/* line 1610, ../scss/module/_product-list.scss */
.toggle-filters em:before {
content: "";
}
/* line 1615, ../scss/module/_product-list.scss */
.toggle-filters.active em:before {
content: "";
}
@media only screen and (min-width: 771px) {
/* line 1623, ../scss/module/_product-list.scss */
.catalog-category-view .page-title {
display: none;
}
}
/* line 1627, ../scss/module/_product-list.scss */
.catalog-category-view .pager > .count-container {
display: none;
}
/* line 1637, ../scss/module/_product-list.scss */
#narrow-by-list .catalog-category-view.capsules-page .carousel-mode:not(.mobile) .category_filter, #narrow-by-list .catalog-category-view.capsules-page .carousel-mode:not(.mobile) .coffee_strength_text_filter, #narrow-by-list .catalog-category-view.capsules-page .carousel-mode:not(.mobile) .price_filter {
display: none;
}
@media only screen and (max-width: 1025px) {
/* line 1644, ../scss/module/_product-list.scss */
.catalog-category-view .toolbar label {
display: none;
}
}
/* line 1651, ../scss/module/_product-list.scss */
#narrow-by-list .catalog-category-view.category-coffee-machines .carousel-mode:not(.mobile) .category_filter {
display: none;
}
/* line 1657, ../scss/module/_product-list.scss */
.catalog-category-view .products-sizes {
font-family: "NespressoLucas-Regular", "Helvetica Neue", Verdana, Arial, sans-serif !important;
}
/* line 1659, ../scss/module/_product-list.scss */
.catalog-category-view .products-sizes.carousel-mode {
display: none;
}
@media only screen and (min-width: 1025px) {
/* line 1657, ../scss/module/_product-list.scss */
.catalog-category-view .products-sizes {
float: left;
}
}
/* line 1667, ../scss/module/_product-list.scss */
.catalog-category-view .top-category-products.carousel-mode {
display: flex;
}
/* line 1669, ../scss/module/_product-list.scss */
.catalog-category-view .top-category-products.carousel-mode .block-layered-nav {
background: none;
}
/* line 1672, ../scss/module/_product-list.scss */
.catalog-category-view .top-category-products.carousel-mode .toolbar {
/*font-family: $f-lucas-bold!important;*/
/*width: 285px;*/
}
@media only screen and (max-width: 1025px) {
/* line 1672, ../scss/module/_product-list.scss */
.catalog-category-view .top-category-products.carousel-mode .toolbar {
width: 120px;
margin-top: 5px;
}
}
/* line 1680, ../scss/module/_product-list.scss */
.catalog-category-view .top-category-products.carousel-mode .currently {
font-family: "NespressoLucas-Bold", "Helvetica Neue", Verdana, Arial, sans-serif !important;
}
/* line 1682, ../scss/module/_product-list.scss */
.catalog-category-view .top-category-products.carousel-mode .currently ol, .catalog-category-view .top-category-products.carousel-mode .currently li {
display: flex;
}
/* line 1689, ../scss/module/_product-list.scss */
.catalog-category-view .top-category-products .toolbar .view-mode .grid, .catalog-category-view .top-category-products .toolbar .view-mode .list, .catalog-category-view .top-category-products .toolbar .view-mode .carousel {
margin: 0;
position: relative;
width: 40px;
text-align: center;
padding-top: 2px;
height: 34px;
font-size: 10px;
text-indent: -9999px;
}
@media only screen and (max-width: 1025px) {
/* line 1689, ../scss/module/_product-list.scss */
.catalog-category-view .top-category-products .toolbar .view-mode .grid, .catalog-category-view .top-category-products .toolbar .view-mode .list, .catalog-category-view .top-category-products .toolbar .view-mode .carousel {
height: 40px;
}
}
/* line 1701, ../scss/module/_product-list.scss */
.catalog-category-view .top-category-products .toolbar .view-mode .grid:before, .catalog-category-view .top-category-products .toolbar .view-mode .list:before, .catalog-category-view .top-category-products .toolbar .view-mode .carousel:before {
left: 12px;
}
/* line 1705, ../scss/module/_product-list.scss */
.catalog-category-view .top-category-products .toolbar .view-mode .carousel {
padding-left: 20px;
}
@media only screen and (max-width: 1025px) {
/* line 1705, ../scss/module/_product-list.scss */
.catalog-category-view .top-category-products .toolbar .view-mode .carousel {
width: 40px;
text-indent: -9999px;
}
}
/* line 1712, ../scss/module/_product-list.scss */
.catalog-category-view .top-category-products .toolbar .view-mode .grid, .catalog-category-view .top-category-products .toolbar .view-mode .list {
padding-left: 10px;
}
@media only screen and (max-width: 1025px) {
/* line 1712, ../scss/module/_product-list.scss */
.catalog-category-view .top-category-products .toolbar .view-mode .grid, .catalog-category-view .top-category-products .toolbar .view-mode .list {
width: 40px;
text-indent: -9999px;
}
}
/* line 1719, ../scss/module/_product-list.scss */
.catalog-category-view .top-category-products .toolbar .view-mode strong {
background-color: #2a2c2c;
}
/* line 1721, ../scss/module/_product-list.scss */
.catalog-category-view .top-category-products .toolbar .view-mode strong.grid, .catalog-category-view .top-category-products .toolbar .view-mode strong.list {
color: #2a2c2c;
}
/* line 1725, ../scss/module/_product-list.scss */
.catalog-category-view .top-category-products .toolbar .view-mode a {
border: 1px solid #2a2c2c;
}
/* line 1727, ../scss/module/_product-list.scss */
.catalog-category-view .top-category-products .toolbar .view-mode a:hover {
background-color: #2a2c2c;
color: #FFFFFF;
}
/* line 1731, ../scss/module/_product-list.scss */
.catalog-category-view .top-category-products .toolbar .view-mode a.carousel {
color: #FFFFFF;
}
/* line 1733, ../scss/module/_product-list.scss */
.catalog-category-view .top-category-products .toolbar .view-mode a.carousel:before {
background-image: url(ru/skin/frontend/nespresso/default/images/svg/Carusel_white.svg);
}
/* line 1736, ../scss/module/_product-list.scss */
.catalog-category-view .top-category-products .toolbar .view-mode a.carousel:hover:before {
background-image: url(ru/skin/frontend/nespresso/default/images/svg/Carusel_black.svg);
}
@media only screen and (max-width: 901px) {
/* line 1745, ../scss/module/_product-list.scss */
.catalog-category-view .sidebar.col-left-first {
display: flex;
}
/* line 1747, ../scss/module/_product-list.scss */
.catalog-category-view .sidebar.col-left-first .block-layered-nav {
width: calc(100% - 138px);
width: 50%;
margin-right: 15px;
height: 40px;
}
}
/* line 1755, ../scss/module/_product-list.scss */
.catalog-category-view .category-products {
/* Slick Slider */
/* Slick Arrows */
}
/* line 1757, ../scss/module/_product-list.scss */
.catalog-category-view .category-products :not(.products-list) li {
border-right: 3px solid #000000;
}
/* line 1761, ../scss/module/_product-list.scss */
.catalog-category-view .category-products li {
/*background: $c-dark-gray;*/
border-bottom: 3px solid #000000;
/* .add-to-cart-buttons:not(.mini) {
.add-to-cart-placeholder {
padding-left: 5px;
padding-right: 5px;
&:after {
content: none;
}
}
}*/
/* .add-to-cart-placeholder {
span {
font-size: $f-size-xs;
}
}*/
}
/* line 1764, ../scss/module/_product-list.scss */
.catalog-category-view .category-products li .products-grid .price-box {
display: flex;
float: left;
flex-direction: row-reverse;
}
/* line 1778, ../scss/module/_product-list.scss */
.catalog-category-view .category-products li .product-name {
display: table-cell;
font-family: "NespressoLucas-Regular", "Helvetica Neue", Verdana, Arial, sans-serif !important;
font-size: 15px;
line-height: 1;
}
/* line 1789, ../scss/module/_product-list.scss */
.catalog-category-view .category-products li .price-box {
font-family: "NespressoLucas-Bold", "Helvetica Neue", Verdana, Arial, sans-serif !important;
line-height: 30px;
}
@media only screen and (max-width: 771px) {
/* line 1789, ../scss/module/_product-list.scss */
.catalog-category-view .category-products li .price-box {
display: flex;
}
}
@media only screen and (max-width: 771px) {
/* line 1796, ../scss/module/_product-list.scss */
.catalog-category-view .category-products li .price-box .special-price, .catalog-category-view .category-products li .price-box .regular-price {
padding-right: 0;
}
}
/* line 1800, ../scss/module/_product-list.scss */
.catalog-category-view .category-products li .price-box .special-price .price, .catalog-category-view .category-products li .price-box .regular-price .price {
color: #CC9D49;
}
/* line 1805, ../scss/module/_product-list.scss */
.catalog-category-view .category-products li .price-box .old-price .price {
color: #888888;
}
/* line 1809, ../scss/module/_product-list.scss */
.catalog-category-view .category-products li .price-box .price {
color: #CC9D49;
}
/* line 2, ../scss/mixin/_loading-overlay.scss */
.catalog-category-view .category-products .products-carousel.loading:before, .catalog-category-view .category-products .products-carousel.loading:after {
content: '';
position: absolute;
top: 0px;
left: -10px;
right: -10px;
height: 100%;
display: none;
}
/* line 13, ../scss/mixin/_loading-overlay.scss */
.catalog-category-view .category-products .products-carousel.loading:before {
background-color: #51504E;
opacity: 0.8;
z-index: 2;
}
/* line 19, ../scss/mixin/_loading-overlay.scss */
.catalog-category-view .category-products .products-carousel.loading:after {
background-image: url("img/loader-gray.gif");
background-repeat: no-repeat;
background-position: center;
z-index: 3;
background-size: 100%;
height: 45px;
width: 45px;
top: 50%;
left: 50%;
-moz-transform: translate(-50%, -50%);
-ms-transform: translate(-50%, -50%);
-webkit-transform: translate(-50%, -50%);
transform: translate(-50%, -50%);
}
/* line 32, ../scss/mixin/_loading-overlay.scss */
.catalog-category-view .category-products .products-carousel.loading.loading {
position: relative;
}
/* line 35, ../scss/mixin/_loading-overlay.scss */
.catalog-category-view .category-products .products-carousel.loading.loading:before, .catalog-category-view .category-products .products-carousel.loading.loading:after {
display: block;
}
@media only screen and (max-width: 900px) {
/* line 41, ../scss/mixin/_loading-overlay.scss */
.catalog-category-view .category-products .products-carousel.loading.loading:before {
left: -30px;
right: -30px;
}
}
@media only screen and (max-width: 479px) {
/* line 48, ../scss/mixin/_loading-overlay.scss */
.catalog-category-view .category-products .products-carousel.loading.loading:before {
left: -15px;
right: -15px;
}
}
/* line 1818, ../scss/module/_product-list.scss */
.catalog-category-view .category-products .products-carousel.init {
display: flex;
overflow: hidden;
}
/* line 1821, ../scss/module/_product-list.scss */
.catalog-category-view .category-products .products-carousel.init li {
width: auto;
}
/* line 1823, ../scss/module/_product-list.scss */
.catalog-category-view .category-products .products-carousel.init li img {
width: 100%;
}
/* line 1826, ../scss/module/_product-list.scss */
.catalog-category-view .category-products .products-carousel.init li .product-info {
width: 170px;
}
/* line 1829, ../scss/module/_product-list.scss */
.catalog-category-view .category-products .products-carousel.init li .actions .button, .catalog-category-view .category-products .products-carousel.init li .add-to-cart-placeholder {
width: 150px;
}
/* line 1834, ../scss/module/_product-list.scss */
.catalog-category-view .category-products .products-carousel li {
position: relative;
border: 4px solid transparent;
margin: 0 1px;
padding: 0 10px 10px;
width: 198px;
background: radial-gradient(ellipse at center, #303030 0%, #121212 47%, #000000 100%);
}
/* line 1841, ../scss/module/_product-list.scss */
.catalog-category-view .category-products .products-carousel li.item-active {
border: 4px solid #fbc65e;
}
/* line 1844, ../scss/module/_product-list.scss */
.catalog-category-view .category-products .products-carousel li .product-name {
display: block;
min-height: 45px;
}
/* line 1848, ../scss/module/_product-list.scss */
.catalog-category-view .category-products .products-carousel li:before {
z-index: -1;
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
content: '';
background: linear-gradient(to left, rgba(19, 19, 19, 0.53) 0%, rgba(18, 18, 18, 0.49) 100%);
}
/* line 2, ../scss/module/_slick.scss */
.catalog-category-view .category-products .slick-slider {
position: relative;
padding-bottom: 30px;
display: block;
box-sizing: border-box;
-webkit-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
-webkit-touch-callout: none;
-khtml-user-select: none;
-ms-touch-action: pan-y;
touch-action: pan-y;
-webkit-tap-highlight-color: transparent;
}
/* line 21, ../scss/module/_slick.scss */
.catalog-category-view .category-products .slick-list {
position: relative;
display: block;
overflow: hidden;
margin: 0;
padding: 0;
}
/* line 31, ../scss/module/_slick.scss */
.catalog-category-view .category-products .slick-list:focus {
outline: none;
}
/* line 35, ../scss/module/_slick.scss */
.catalog-category-view .category-products .slick-list.dragging {
cursor: pointer;
cursor: hand;
}
/* line 41, ../scss/module/_slick.scss */
.catalog-category-view .category-products .slick-slider .slick-track,
.catalog-category-view .category-products .slick-slider .slick-list {
-webkit-transform: translate3d(0, 0, 0);
-moz-transform: translate3d(0, 0, 0);
-ms-transform: translate3d(0, 0, 0);
-o-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0);
}
/* line 51, ../scss/module/_slick.scss */
.catalog-category-view .category-products .slick-track {
position: relative;
top: 0;
left: 0;
display: block;
}
/* line 59, ../scss/module/_slick.scss */
.catalog-category-view .category-products .slick-track:before,
.catalog-category-view .category-products .slick-track:after {
display: table;
content: '';
}
/* line 66, ../scss/module/_slick.scss */
.catalog-category-view .category-products .slick-track:after {
clear: both;
}
/* line 70, ../scss/module/_slick.scss */
.catalog-category-view .category-products .slick-loading .slick-track {
visibility: hidden;
}
/* line 75, ../scss/module/_slick.scss */
.catalog-category-view .category-products .slick-slide {
display: none;
float: left;
height: 100%;
min-height: 1px;
}
/* line 83, ../scss/module/_slick.scss */
.catalog-category-view .category-products .slick-slide img {
display: block;
width: 100%;
}
/* line 88, ../scss/module/_slick.scss */
.catalog-category-view .category-products .slick-slide.slick-loading img {
display: none;
}
/* line 92, ../scss/module/_slick.scss */
.catalog-category-view .category-products .slick-slide.dragging img {
pointer-events: none;
}
/* line 96, ../scss/module/_slick.scss */
.catalog-category-view .category-products .slick-initialized .slick-slide {
display: block;
}
/* line 100, ../scss/module/_slick.scss */
.catalog-category-view .category-products .slick-loading .slick-slide {
visibility: hidden;
}
/* line 104, ../scss/module/_slick.scss */
.catalog-category-view .category-products .slick-vertical .slick-slide {
display: block;
height: auto;
border: 1px solid transparent;
}
/* line 112, ../scss/module/_slick.scss */
.catalog-category-view .category-products .slick-arrow.slick-hidden {
display: none;
}
/* line 117, ../scss/module/_slick.scss */
.catalog-category-view .category-products .slick-next, .catalog-category-view .category-products .slick-prev {
position: absolute;
display: block;
z-index: 10;
width: 30px;
height: 30px;
background-size: 30px;
line-height: 0;
font-size: 0;
cursor: pointer;
background-repeat: no-repeat;
background-color: transparent;
background-position: 50%;
color: transparent;
top: 47%;
-webkit-transform: translateY(-50%);
transform: translateY(-50%);
padding: 0;
border: none;
outline: none;
}
/* line 139, ../scss/module/_slick.scss */
.catalog-category-view .category-products .slick-next:focus, .catalog-category-view .category-products .slick-next:hover, .catalog-category-view .category-products .slick-prev:focus, .catalog-category-view .category-products .slick-prev:hover {
color: red;
}
/* line 143, ../scss/module/_slick.scss */
.catalog-category-view .category-products .slick-next:focus:before, .catalog-category-view .category-products .slick-next:hover:before, .catalog-category-view .category-products .slick-prev:focus:before, .catalog-category-view .category-products .slick-prev:hover:before {
opacity: 1;
}
/* line 147, ../scss/module/_slick.scss */
.catalog-category-view .category-products .slick-next.slick-disabled, .catalog-category-view .category-products .slick-prev.slick-disabled {
opacity: 0.25;
}
/* line 151, ../scss/module/_slick.scss */
.catalog-category-view .category-products .slick-prev {
background-image: url(ru/skin/frontend/nespresso/default/images/svg/Arrow_left_active.svg);
height: 100%;
left: -2vw;
}
@media only screen and (max-width: 771px) {
/* line 151, ../scss/module/_slick.scss */
.catalog-category-view .category-products .slick-prev {
background-image: url(ru/skin/frontend/nespresso/default/images/svg/Arrow_left_active_black.svg);
}
}
/* line 160, ../scss/module/_slick.scss */
.catalog-category-view .category-products .slick-next {
background-image: url(ru/skin/frontend/nespresso/default/images/svg/Arrow_right_active.svg);
height: 100%;
right: -2vw;
}
@media only screen and (max-width: 771px) {
/* line 160, ../scss/module/_slick.scss */
.catalog-category-view .category-products .slick-next {
background-image: url(ru/skin/frontend/nespresso/default/images/svg/Arrow_right_active_black.svg);
}
}
/* line 1866, ../scss/module/_product-list.scss */
.catalog-category-view .col2-left-layout .col-main .toolbar label {
display: none;
}
/* line 1870, ../scss/module/_product-list.scss */
.catalog-category-view .col2-left-layout .col-main .toolbar .view-mode a, .catalog-category-view .col2-left-layout .col-main .toolbar .view-mode strong {
width: 40px;
text-indent: -9999px;
}
/* line 1873, ../scss/module/_product-list.scss */
.catalog-category-view .col2-left-layout .col-main .toolbar .view-mode a:before, .catalog-category-view .col2-left-layout .col-main .toolbar .view-mode strong:before {
left: 12px;
}
/* line 1882, ../scss/module/_product-list.scss */
.col-left-first .block-layered-nav #narrow-by-list dd.coffee_strength_filter li a, .col-left-first .block-layered-nav #narrow-by-list dd.coffee_strength_filter li span {
margin-left: -3px;
margin-top: -4px;
}
/* line 1887, ../scss/module/_product-list.scss */
.col-left-first .block-layered-nav #narrow-by-list dd.coffee_strength_filter li.no-count a, .col-left-first .block-layered-nav #narrow-by-list dd.coffee_strength_filter li.no-count span {
margin-left: -2px;
margin-top: -4px;
}
@media only screen and (max-width: 480px) {
/* line 1894, ../scss/module/_product-list.scss */
.col-left-first .block-layered-nav #narrow-by-list:not([class]) {
display: none;
}
}
/*.catalog-category-view .category-products #products-list li .product-name {
min-height: 100%;
}*/
@media only screen and (min-width: 480px) {
/* line 1904, ../scss/module/_product-list.scss */
.products-list .product-name a {
font-size: 18px;
}
}
@media only screen and (max-width: 480px) {
/* line 1909, ../scss/module/_product-list.scss */
.products-list .qty-box {
-moz-transform: translate(-50%, -100%);
-ms-transform: translate(-50%, -100%);
-webkit-transform: translate(-50%, -100%);
transform: translate(-50%, -100%);
}
}
/**
Category List View Mode
**/
/* line 1921, ../scss/module/_product-list.scss */
.category-carousel-mode.capsules-page .products-list > li,
.category-grid-mode.capsules-page .products-list > li,
.category-list-mode.capsules-page .products-list > li {
min-height: 133px;
}
@media only screen and (max-width: 771px) {
/* line 1926, ../scss/module/_product-list.scss */
.category-carousel-mode .col1-layout,
.category-carousel-mode .col2-left-layout,
.category-grid-mode .col1-layout,
.category-grid-mode .col2-left-layout,
.category-list-mode .col1-layout,
.category-list-mode .col2-left-layout {
background: #FFFFFF;
}
/* line 1929, ../scss/module/_product-list.scss */
.category-carousel-mode .col1-layout .top-category-products,
.category-carousel-mode .col2-left-layout .top-category-products,
.category-grid-mode .col1-layout .top-category-products,
.category-grid-mode .col2-left-layout .top-category-products,
.category-list-mode .col1-layout .top-category-products,
.category-list-mode .col2-left-layout .top-category-products {
padding-bottom: 0;
}
/* line 1932, ../scss/module/_product-list.scss */
.category-carousel-mode .col1-layout .top-category-products:not(.carousel-mode),
.category-carousel-mode .col2-left-layout .top-category-products:not(.carousel-mode),
.category-grid-mode .col1-layout .top-category-products:not(.carousel-mode),
.category-grid-mode .col2-left-layout .top-category-products:not(.carousel-mode),
.category-list-mode .col1-layout .top-category-products:not(.carousel-mode),
.category-list-mode .col2-left-layout .top-category-products:not(.carousel-mode) {
width: 50%;
}
/* line 1935, ../scss/module/_product-list.scss */
.category-carousel-mode .col1-layout .products-sizes,
.category-carousel-mode .col2-left-layout .products-sizes,
.category-grid-mode .col1-layout .products-sizes,
.category-grid-mode .col2-left-layout .products-sizes,
.category-list-mode .col1-layout .products-sizes,
.category-list-mode .col2-left-layout .products-sizes {
color: #000000;
padding: 0;
}
/* line 1939, ../scss/module/_product-list.scss */
.category-carousel-mode .col1-layout .category-products li,
.category-carousel-mode .col2-left-layout .category-products li,
.category-grid-mode .col1-layout .category-products li,
.category-grid-mode .col2-left-layout .category-products li,
.category-list-mode .col1-layout .category-products li,
.category-list-mode .col2-left-layout .category-products li {
background: #FFFFFF;
border-bottom: 1px solid #888888;
border-right: none;
min-height: 90px;
}
/* line 1945, ../scss/module/_product-list.scss */
.category-carousel-mode .col1-layout .category-products li .product-name a,
.category-carousel-mode .col2-left-layout .category-products li .product-name a,
.category-grid-mode .col1-layout .category-products li .product-name a,
.category-grid-mode .col2-left-layout .category-products li .product-name a,
.category-list-mode .col1-layout .category-products li .product-name a,
.category-list-mode .col2-left-layout .category-products li .product-name a {
color: #000000;
}
/* line 1948, ../scss/module/_product-list.scss */
.category-carousel-mode .col1-layout .category-products li:after, .category-carousel-mode .col1-layout .category-products li:before,
.category-carousel-mode .col2-left-layout .category-products li:after,
.category-carousel-mode .col2-left-layout .category-products li:before,
.category-grid-mode .col1-layout .category-products li:after,
.category-grid-mode .col1-layout .category-products li:before,
.category-grid-mode .col2-left-layout .category-products li:after,
.category-grid-mode .col2-left-layout .category-products li:before,
.category-list-mode .col1-layout .category-products li:after,
.category-list-mode .col1-layout .category-products li:before,
.category-list-mode .col2-left-layout .category-products li:after,
.category-list-mode .col2-left-layout .category-products li:before {
background: none;
}
/* line 1951, ../scss/module/_product-list.scss */
.category-carousel-mode .col1-layout .category-products li:last-of-type,
.category-carousel-mode .col2-left-layout .category-products li:last-of-type,
.category-grid-mode .col1-layout .category-products li:last-of-type,
.category-grid-mode .col2-left-layout .category-products li:last-of-type,
.category-list-mode .col1-layout .category-products li:last-of-type,
.category-list-mode .col2-left-layout .category-products li:last-of-type {
border-bottom: none;
}
/* line 1957, ../scss/module/_product-list.scss */
.category-carousel-mode .col1-layout .top-category-products .view-mode a.carousel:before,
.category-carousel-mode .col2-left-layout .top-category-products .view-mode a.carousel:before,
.category-grid-mode .col1-layout .top-category-products .view-mode a.carousel:before,
.category-grid-mode .col2-left-layout .top-category-products .view-mode a.carousel:before,
.category-list-mode .col1-layout .top-category-products .view-mode a.carousel:before,
.category-list-mode .col2-left-layout .top-category-products .view-mode a.carousel:before {
background-image: url(ru/skin/frontend/nespresso/default/images/svg/Carusel_black.svg);
}
/* line 1960, ../scss/module/_product-list.scss */
.category-carousel-mode .col1-layout .top-category-products .view-mode a.grid:before,
.category-carousel-mode .col2-left-layout .top-category-products .view-mode a.grid:before,
.category-grid-mode .col1-layout .top-category-products .view-mode a.grid:before,
.category-grid-mode .col2-left-layout .top-category-products .view-mode a.grid:before,
.category-list-mode .col1-layout .top-category-products .view-mode a.grid:before,
.category-list-mode .col2-left-layout .top-category-products .view-mode a.grid:before {
background-image: url(ru/skin/frontend/nespresso/default/images/svg/grid_active.svg);
}
/* line 1963, ../scss/module/_product-list.scss */
.category-carousel-mode .col1-layout .top-category-products .view-mode a.list:before,
.category-carousel-mode .col2-left-layout .top-category-products .view-mode a.list:before,
.category-grid-mode .col1-layout .top-category-products .view-mode a.list:before,
.category-grid-mode .col2-left-layout .top-category-products .view-mode a.list:before,
.category-list-mode .col1-layout .top-category-products .view-mode a.list:before,
.category-list-mode .col2-left-layout .top-category-products .view-mode a.list:before {
background-image: url(ru/skin/frontend/nespresso/default/images/svg/List_view_active.svg);
}
/* line 1969, ../scss/module/_product-list.scss */
.category-carousel-mode .col1-layout .products-list .product-shop .product-data:after,
.category-carousel-mode .col2-left-layout .products-list .product-shop .product-data:after,
.category-grid-mode .col1-layout .products-list .product-shop .product-data:after,
.category-grid-mode .col2-left-layout .products-list .product-shop .product-data:after,
.category-list-mode .col1-layout .products-list .product-shop .product-data:after,
.category-list-mode .col2-left-layout .products-list .product-shop .product-data:after {
color: #000000;
}
/* line 1974, ../scss/module/_product-list.scss */
.category-carousel-mode .col1-layout .block-layered-nav,
.category-carousel-mode .col2-left-layout .block-layered-nav,
.category-grid-mode .col1-layout .block-layered-nav,
.category-grid-mode .col2-left-layout .block-layered-nav,
.category-list-mode .col1-layout .block-layered-nav,
.category-list-mode .col2-left-layout .block-layered-nav {
margin-bottom: 0;
}
/* line 1976, ../scss/module/_product-list.scss */
.category-carousel-mode .col1-layout .block-layered-nav .block-subtitle--filter,
.category-carousel-mode .col2-left-layout .block-layered-nav .block-subtitle--filter,
.category-grid-mode .col1-layout .block-layered-nav .block-subtitle--filter,
.category-grid-mode .col2-left-layout .block-layered-nav .block-subtitle--filter,
.category-list-mode .col1-layout .block-layered-nav .block-subtitle--filter,
.category-list-mode .col2-left-layout .block-layered-nav .block-subtitle--filter {
background: #FFFFFF;
color: #000000;
}
/* line 1979, ../scss/module/_product-list.scss */
.category-carousel-mode .col1-layout .block-layered-nav .block-subtitle--filter:after,
.category-carousel-mode .col2-left-layout .block-layered-nav .block-subtitle--filter:after,
.category-grid-mode .col1-layout .block-layered-nav .block-subtitle--filter:after,
.category-grid-mode .col2-left-layout .block-layered-nav .block-subtitle--filter:after,
.category-list-mode .col1-layout .block-layered-nav .block-subtitle--filter:after,
.category-list-mode .col2-left-layout .block-layered-nav .block-subtitle--filter:after {
color: #000000;
}
/* line 1984, ../scss/module/_product-list.scss */
.category-carousel-mode .col1-layout .block-layered-nav-applied-filters,
.category-carousel-mode .col2-left-layout .block-layered-nav-applied-filters,
.category-grid-mode .col1-layout .block-layered-nav-applied-filters,
.category-grid-mode .col2-left-layout .block-layered-nav-applied-filters,
.category-list-mode .col1-layout .block-layered-nav-applied-filters,
.category-list-mode .col2-left-layout .block-layered-nav-applied-filters {
padding-bottom: 20px;
}
/* line 1987, ../scss/module/_product-list.scss */
.category-carousel-mode .col1-layout .block-layered-nav-applied-filters .block-title strong, .category-carousel-mode .col1-layout .block-layered-nav-applied-filters .block-title .actions a,
.category-carousel-mode .col2-left-layout .block-layered-nav-applied-filters .block-title strong,
.category-carousel-mode .col2-left-layout .block-layered-nav-applied-filters .block-title .actions a,
.category-grid-mode .col1-layout .block-layered-nav-applied-filters .block-title strong,
.category-grid-mode .col1-layout .block-layered-nav-applied-filters .block-title .actions a,
.category-grid-mode .col2-left-layout .block-layered-nav-applied-filters .block-title strong,
.category-grid-mode .col2-left-layout .block-layered-nav-applied-filters .block-title .actions a,
.category-list-mode .col1-layout .block-layered-nav-applied-filters .block-title strong,
.category-list-mode .col1-layout .block-layered-nav-applied-filters .block-title .actions a,
.category-list-mode .col2-left-layout .block-layered-nav-applied-filters .block-title strong,
.category-list-mode .col2-left-layout .block-layered-nav-applied-filters .block-title .actions a {
color: #000000;
}
/* line 1992, ../scss/module/_product-list.scss */
.category-carousel-mode .col1-layout .block-layered-nav-applied-filters .currently .filter-action a:after, .category-carousel-mode .col1-layout .block-layered-nav-applied-filters .currently .label, .category-carousel-mode .col1-layout .block-layered-nav-applied-filters .currently .value,
.category-carousel-mode .col2-left-layout .block-layered-nav-applied-filters .currently .filter-action a:after,
.category-carousel-mode .col2-left-layout .block-layered-nav-applied-filters .currently .label,
.category-carousel-mode .col2-left-layout .block-layered-nav-applied-filters .currently .value,
.category-grid-mode .col1-layout .block-layered-nav-applied-filters .currently .filter-action a:after,
.category-grid-mode .col1-layout .block-layered-nav-applied-filters .currently .label,
.category-grid-mode .col1-layout .block-layered-nav-applied-filters .currently .value,
.category-grid-mode .col2-left-layout .block-layered-nav-applied-filters .currently .filter-action a:after,
.category-grid-mode .col2-left-layout .block-layered-nav-applied-filters .currently .label,
.category-grid-mode .col2-left-layout .block-layered-nav-applied-filters .currently .value,
.category-list-mode .col1-layout .block-layered-nav-applied-filters .currently .filter-action a:after,
.category-list-mode .col1-layout .block-layered-nav-applied-filters .currently .label,
.category-list-mode .col1-layout .block-layered-nav-applied-filters .currently .value,
.category-list-mode .col2-left-layout .block-layered-nav-applied-filters .currently .filter-action a:after,
.category-list-mode .col2-left-layout .block-layered-nav-applied-filters .currently .label,
.category-list-mode .col2-left-layout .block-layered-nav-applied-filters .currently .value {
color: #000000;
}
/* line 1997, ../scss/module/_product-list.scss */
.category-carousel-mode .col1-layout .fixed-button,
.category-carousel-mode .col2-left-layout .fixed-button,
.category-grid-mode .col1-layout .fixed-button,
.category-grid-mode .col2-left-layout .fixed-button,
.category-list-mode .col1-layout .fixed-button,
.category-list-mode .col2-left-layout .fixed-button {
border-top: 1px solid #9c9c9c;
}
/* line 2002, ../scss/module/_product-list.scss */
.category-carousel-mode .col1-layout .top-category-products,
.category-grid-mode .col1-layout .top-category-products,
.category-list-mode .col1-layout .top-category-products {
padding-bottom: 20px;
}
/* line 2005, ../scss/module/_product-list.scss */
.category-carousel-mode .col1-layout .category-products li,
.category-grid-mode .col1-layout .category-products li,
.category-list-mode .col1-layout .category-products li {
border-bottom: none;
}
}
/* ============================================ *
* Catalog - Product
* ============================================ */
/* line 5, ../scss/module/_catalog-product.scss */
.product-view {
position: relative;
}
/* line 2, ../scss/mixin/_loading-overlay.scss */
.product-view.loading:before, .product-view.loading:after {
content: '';
position: absolute;
top: 0px;
left: -10px;
right: -10px;
height: 100%;
display: none;
}
/* line 13, ../scss/mixin/_loading-overlay.scss */
.product-view.loading:before {
background-color: #51504E;
opacity: 0.8;
z-index: 2;
}
/* line 19, ../scss/mixin/_loading-overlay.scss */
.product-view.loading:after {
background-image: url("img/loader-gray.gif");
background-repeat: no-repeat;
background-position: center;
z-index: 3;
background-size: 100%;
height: 45px;
width: 45px;
top: 50%;
left: 50%;
-moz-transform: translate(-50%, -50%);
-ms-transform: translate(-50%, -50%);
-webkit-transform: translate(-50%, -50%);
transform: translate(-50%, -50%);
}
/* line 32, ../scss/mixin/_loading-overlay.scss */
.product-view.loading.loading {
position: relative;
}
/* line 35, ../scss/mixin/_loading-overlay.scss */
.product-view.loading.loading:before, .product-view.loading.loading:after {
display: block;
}
@media only screen and (max-width: 900px) {
/* line 41, ../scss/mixin/_loading-overlay.scss */
.product-view.loading.loading:before {
left: -30px;
right: -30px;
}
}
@media only screen and (max-width: 479px) {
/* line 48, ../scss/mixin/_loading-overlay.scss */
.product-view.loading.loading:before {
left: -15px;
right: -15px;
}
}
/* line 10, ../scss/module/_catalog-product.scss */
.product-view .product-sections {
background: #FFFFFF;
/*@include dark-gray-gradient-from-bottom;*/
position: relative;
z-index: 0;
padding-top: 30px;
padding-bottom: 10px;
}
/* line 17, ../scss/module/_catalog-product.scss */
.product-view .product-sections:after {
content: '';
display: table;
clear: both;
}
/* line 22, ../scss/module/_catalog-product.scss */
.product-view .extra-info {
text-align: right;
}
/* line 26, ../scss/module/_catalog-product.scss */
.product-view .add-to-box {
margin-top: 10px;
}
@media only screen and (min-width: 770px) {
/* line 26, ../scss/module/_catalog-product.scss */
.product-view .add-to-box {
display: flex;
}
}
/* line 33, ../scss/module/_catalog-product.scss */
.product-view .add-to-box:after,
.product-view .add-to-cart:after {
content: '';
display: table;
clear: both;
}
/* line 38, ../scss/module/_catalog-product.scss */
.product-view .add-to-cart {
padding-bottom: 10px;
/*width: 100%;*/
}
/* line 43, ../scss/module/_catalog-product.scss */
.product-view .price-info {
/*float: right;*/
}
@media only screen and (min-width: 770px) {
/* line 43, ../scss/module/_catalog-product.scss */
.product-view .price-info {
padding-left: 15px;
text-align: right;
}
}
/* line 51, ../scss/module/_catalog-product.scss */
.product-view .price-box {
margin-top: 0;
}
/* line 53, ../scss/module/_catalog-product.scss */
.product-view .price-box .price {
/*color: $c-light-brown;*/
font-size: 20px;
}
/* line 58, ../scss/module/_catalog-product.scss */
.product-view .price-box .old-price,
.product-view .price-box .special-price,
.product-view .price-box .regular-price {
padding-right: 0;
line-height: 41px;
}
/* line 65, ../scss/module/_catalog-product.scss */
.product-view .price-box .regular-price .price,
.product-view .price-box .special-price .price,
.product-view .price-box .full-product-price .price {
color: #CC9D49;
font-size: 24px;
line-height: 1;
}
/* line 75, ../scss/module/_catalog-product.scss */
.product-view .price-box .special-price .price-label {
font-size: 16px;
text-transform: uppercase;
}
/* line 80, ../scss/module/_catalog-product.scss */
.product-view .price-box .special-price span.weee {
color: #FFFFFF;
}
/* line 83, ../scss/module/_catalog-product.scss */
.product-view .price-box .special-price span.weee span.price {
font-size: 16px;
}
/* line 89, ../scss/module/_catalog-product.scss */
.product-view .price-box .price-excluding-tax,
.product-view .price-box .price-including-tax {
display: block;
line-height: 1.2;
color: #FFFFFF;
}
/* line 95, ../scss/module/_catalog-product.scss */
.product-view .price-box .price-excluding-tax .label,
.product-view .price-box .price-including-tax .label {
font-size: 16px;
font-weight: 300;
}
/* line 100, ../scss/module/_catalog-product.scss */
.product-view .price-box .price-excluding-tax .price,
.product-view .price-box .price-including-tax .price {
font-size: 20px;
}
/* line 105, ../scss/module/_catalog-product.scss */
.product-view .price-box .tabs {
background: none;
}
/* line 111, ../scss/module/_catalog-product.scss */
.product-view .cups-size ul:after {
content: '';
display: table;
clear: both;
}
/* line 114, ../scss/module/_catalog-product.scss */
.product-view .cups-size li {
display: inline-block;
float: left;
}
/* line 118, ../scss/module/_catalog-product.scss */
.product-view .cups-size li:last-of-type span.size {
border-right: none;
}
/* line 123, ../scss/module/_catalog-product.scss */
.product-view .cups-size span {
display: block;
text-align: center;
font-size: 10px;
color: #9c9c9c;
}
/* line 128, ../scss/module/_catalog-product.scss */
.product-view .cups-size span.active {
color: #000000;
}
/* line 132, ../scss/module/_catalog-product.scss */
.product-view .cups-size span.size {
padding: 5px 10px;
border-right: 1px solid #888888;
margin: 0 auto;
}
/* line 133, ../scss/module/_catalog-product.scss */
.product-view .cups-size span.size span {
background: url("img/cup-sizes.png");
height: 25px;
width: 40px;
margin: 0 auto;
background-position: 0px -62px;
}
/* line 141, ../scss/module/_catalog-product.scss */
.product-view .cups-size span.size.active span {
background-position: initial;
}
/* line 146, ../scss/module/_catalog-product.scss */
.product-view .cups-size span.size.size-espresso span, .product-view .cups-size span.size.size-Эспрессо span {
background-position: -40px -62px;
}
/* line 150, ../scss/module/_catalog-product.scss */
.product-view .cups-size span.size.size-espresso.active span, .product-view .cups-size span.size.size-Эспрессо.active span {
background-position: -40px 0;
}
/* line 157, ../scss/module/_catalog-product.scss */
.product-view .cups-size span.size.size-lungo span, .product-view .cups-size span.size.size-Лунго span {
background-position: -80px -62px;
}
/* line 161, ../scss/module/_catalog-product.scss */
.product-view .cups-size span.size.size-lungo.active span, .product-view .cups-size span.size.size-Лунго.active span {
background-position: -80px 0;
}
@media only screen and (max-width: 770px) {
/* line 132, ../scss/module/_catalog-product.scss */
.product-view .cups-size span.size {
padding: 5px;
}
}
/* line 176, ../scss/module/_catalog-product.scss */
.product-view .product-options-bottom .price-box,
.product-view .add-to-cart .qty-wrapper,
.product-view .add-to-cart-buttons .paypal-logo {
margin-bottom: 10px;
}
/* line 182, ../scss/module/_catalog-product.scss */
.product-view .add-to-cart .qty-wrapper,
.product-view .add-to-cart .qty-wrapper label {
margin-right: 7px;
float: left;
}
/* line 188, ../scss/module/_catalog-product.scss */
.product-view .add-to-cart .qty-wrapper label {
line-height: 40px;
}
/* line 192, ../scss/module/_catalog-product.scss */
.product-view .add-to-cart .qty-wrapper .qty {
float: left;
height: 40px;
}
/* line 197, ../scss/module/_catalog-product.scss */
.product-view .add-to-cart-buttons {
/*float: right;*/
max-width: 100%;
/* &:not(.mini) {
.add-to-cart-placeholder {
&:before, &:after {
content: none;
}
}
}*/
/* .add-to-cart-placeholder {
white-space: normal;
text-decoration: none;
border: 0;
text-transform: uppercase;
font-weight: 600;
line-height: 1.2;
letter-spacing: .07143em;
border-radius: .21429em;
height: 33px;
padding: 6px 22px;
}*/
}
/* line 221, ../scss/module/_catalog-product.scss */
.product-view .add-to-cart-buttons .paypal-logo {
clear: left;
text-align: center;
}
/* line 225, ../scss/module/_catalog-product.scss */
.product-view .add-to-cart-buttons .paypal-logo .paypal-button {
margin: 0 auto;
display: block;
width: 170px;
}
/* line 231, ../scss/module/_catalog-product.scss */
.product-view .add-to-cart-buttons .paypal-logo .bml_button {
display: block;
width: 174px;
margin: 0 auto;
}
/* line 236, ../scss/module/_catalog-product.scss */
.product-view .add-to-cart-buttons .paypal-logo .bml_button a {
text-align: center;
}
/* line 241, ../scss/module/_catalog-product.scss */
.product-view .add-to-cart-buttons .paypal-logo .paypal-or {
display: block;
margin-bottom: 10px;
margin-left: 0;
margin-right: 0;
line-height: 1;
text-align: center;
}
/* line 254, ../scss/module/_catalog-product.scss */
.product-view .product-options-bottom .product-sections .add-to-cart-placeholder {
min-width: 165px;
max-width: 195px;
}
/* line 261, ../scss/module/_catalog-product.scss */
.product-view .alert-price,
.product-view .alert-stock {
clear: both;
}
/* line 269, ../scss/module/_catalog-product.scss */
.product-view .product-essential .extra-info .ratings .rating-box,
.product-view .product-essential .extra-info .ratings .amount {
float: left;
}
/* line 274, ../scss/module/_catalog-product.scss */
.product-view .product-essential .extra-info .ratings .rating-box {
margin-top: 8px;
margin-right: 10px;
}
/* line 279, ../scss/module/_catalog-product.scss */
.product-view .product-essential .extra-info .ratings:after {
content: '';
display: table;
clear: both;
}
/* line 285, ../scss/module/_catalog-product.scss */
.product-view .product-essential:after {
content: '';
display: table;
clear: both;
}
/* line 290, ../scss/module/_catalog-product.scss */
.product-view .product-shop .product-name .h1,
.product-view .product-img-box .product-name h1 {
color: #000000;
margin: 0;
border: 0;
font-size: 27px;
line-height: 1;
letter-spacing: 1.5px;
text-transform: none;
}
@media only screen and (max-width: 770px) {
/* line 290, ../scss/module/_catalog-product.scss */
.product-view .product-shop .product-name .h1,
.product-view .product-img-box .product-name h1 {
line-height: 1;
}
}
/* line 306, ../scss/module/_catalog-product.scss */
.product-view .product-shop .product-name,
.product-view .product-img-box .product-name {
/*@include gray-gradient;*/
/*height: 55px;*/
padding-top: 20px;
padding-left: 30px;
margin-bottom: 10px;
}
@media only screen and (max-width: 770px) {
/* line 306, ../scss/module/_catalog-product.scss */
.product-view .product-shop .product-name,
.product-view .product-img-box .product-name {
/*height: 40px;*/
}
}
/* line 321, ../scss/module/_catalog-product.scss */
.product-view .product-shop .product-sku {
padding: 30px;
padding-bottom: 10px;
font-size: 12px;
color: #2a2c2c;
}
@media only screen and (max-width: 770px) {
/* line 321, ../scss/module/_catalog-product.scss */
.product-view .product-shop .product-sku {
padding-top: 0;
padding-left: 20px;
}
}
/* line 331, ../scss/module/_catalog-product.scss */
.product-view .product-shop .product-name {
display: none;
}
/* line 335, ../scss/module/_catalog-product.scss */
.product-view .product-shop .product-info {
padding-left: 30px;
padding-right: 30px;
padding-bottom: 15px;
}
/* line 341, ../scss/module/_catalog-product.scss */
.product-view .product-shop .product-attributes {
/* .intensity-meter {
@include inline-block;
background: url('img/intensity-meter.png');
width: 156px;
height: 6px;
@include intensity-meter;
vertical-align: middle;
margin-top: -1px;
}*/
}
/* line 342, ../scss/module/_catalog-product.scss */
.product-view .product-shop .product-attributes dl {
line-height: 1.7;
font-family: "NespressoLucas-Regular", "Helvetica Neue", Verdana, Arial, sans-serif !important;
color: #000000;
}
/* line 347, ../scss/module/_catalog-product.scss */
.product-view .product-shop .product-attributes dt {
float: left;
font-size: 15px;
width: 40%;
}
/* line 352, ../scss/module/_catalog-product.scss */
.product-view .product-shop .product-attributes dd {
font-family: "NespressoLucas-Bold", "Helvetica Neue", Verdana, Arial, sans-serif !important;
color: #000000;
padding-bottom: 25px;
font-size: 16px;
word-wrap: break-word;
/* @include bp(max-width, $bp-medium) {
color: #000;
}*/
}
/* line 373, ../scss/module/_catalog-product.scss */
.product-view .product-shop .short-description {
margin-bottom: 10px;
clear: both;
color: #000000;
}
/* line 377, ../scss/module/_catalog-product.scss */
.product-view .product-shop .short-description h3 {
font-size: 14px;
color: #CC9D49;
}
/* line 383, ../scss/module/_catalog-product.scss */
.product-view .product-shop .ratings {
margin-bottom: 8px;
}
/* line 388, ../scss/module/_catalog-product.scss */
.product-view .price-box.map-info a {
display: inherit;
}
/* line 393, ../scss/module/_catalog-product.scss */
.product-view .old-price .price-label {
display: none;
}
/* line 397, ../scss/module/_catalog-product.scss */
.product-view .product-container-right {
width: 50%;
float: right;
clear: right;
padding-left: 15px;
}
/* line 404, ../scss/module/_catalog-product.scss */
.product-view .product-shop,
.product-view .add-to-cart-wrapper {
color: #CCCCCC;
font-size: 12px;
}
/* line 410, ../scss/module/_catalog-product.scss */
.product-view .price-info-container.mobile-view,
.product-view .product-options-bottom {
padding-left: 30px;
}
/* line 413, ../scss/module/_catalog-product.scss */
.product-view .price-info-container.mobile-view .product-pricing,
.product-view .product-options-bottom .product-pricing {
display: none;
}
/* line 416, ../scss/module/_catalog-product.scss */
.product-view .price-info-container.mobile-view .price-label,
.product-view .product-options-bottom .price-label {
display: none;
}
/* line 419, ../scss/module/_catalog-product.scss */
.product-view .price-info-container.mobile-view .full-product-price,
.product-view .product-options-bottom .full-product-price {
line-height: 44px;
}
@media only screen and (min-width: 770px) {
/* line 419, ../scss/module/_catalog-product.scss */
.product-view .price-info-container.mobile-view .full-product-price,
.product-view .product-options-bottom .full-product-price {
padding-left: 15px;
}
}
@media only screen and (min-width: 770px) {
/* line 426, ../scss/module/_catalog-product.scss */
.product-view .product-options-bottom {
display: flex;
}
}
@media only screen and (max-width: 479px) {
/* line 436, ../scss/module/_catalog-product.scss */
.product-view .product-sections {
background: #FFFFFF;
}
/* line 439, ../scss/module/_catalog-product.scss */
.product-view .product-shop .product-name {
display: block;
float: left;
padding: 0 20px;
background: none;
}
/* line 445, ../scss/module/_catalog-product.scss */
.product-view .product-img-box .product-name {
display: none;
}
/* line 448, ../scss/module/_catalog-product.scss */
.product-view .price-info-container {
padding: 0 20px;
}
}
@media only screen and (max-width: 760px) {
/* line 456, ../scss/module/_catalog-product.scss */
.product-view .add-to-cart-wrapper {
float: none;
width: 100%;
clear: both;
}
}
/*@include bp(max-width, $bp-xsmall) {
.product-view {
.product-sections {
position: static;
.add-to-cart-buttons:not(.mini) {
width: 100%;
position: fixed;
bottom: 0;
z-index: 56000;
left: 0;
padding: 20px;
background-color: $c-white;
.button {
height: 50px;
> span {
display: block;
font-size: $f-size-xl;
font-weight: bold;
}
}
}
.add-to-cart-buttons.mini {
.add-to-cart-placeholder::before {
display: block;
}
}
.price-box, .price-info {
float: left;
padding-left: 0;
}
}
}
}*/
/* line 498, ../scss/module/_catalog-product.scss */
.product-img-box {
width: 50%;
float: left;
}
/* line 503, ../scss/module/_catalog-product.scss */
.product-img-box .product-name h1 {
border: 0;
}
/* line 508, ../scss/module/_catalog-product.scss */
.product-img-box .product-image img {
max-height: 350px;
max-width: 100%;
margin: 0px auto;
}
/* line 519, ../scss/module/_catalog-product.scss */
.product-img-box .more-views:after {
content: '';
display: table;
clear: both;
}
@media only screen and (max-width: 479px) {
/* line 527, ../scss/module/_catalog-product.scss */
.product-img-box .product-image img {
max-height: 350px;
max-width: 100%;
}
}
/* line 534, ../scss/module/_catalog-product.scss */
.product-image-zoom .zoom-instructions {
font-size: 12px;
color: #CC9D49;
text-align: right;
display: none;
width: 100%;
padding-top: 10px;
}
/* line 541, ../scss/module/_catalog-product.scss */
.product-image-zoom .zoom-instructions i {
padding-right: 5px;
}
/* line 547, ../scss/module/_catalog-product.scss */
.product-image-zoom.zoom-available .zoom-instructions {
display: inline-block;
}
/* line 553, ../scss/module/_catalog-product.scss */
.product-image-gallery {
position: relative;
}
/* line 556, ../scss/module/_catalog-product.scss */
.product-image-gallery .gallery-image {
display: none;
}
/* line 559, ../scss/module/_catalog-product.scss */
.product-image-gallery .gallery-image.visible {
display: block;
}
/* line 562, ../scss/module/_catalog-product.scss */
.product-image-gallery .gallery-image.visible.hidden {
visibility: hidden;
}
/* line 2, ../scss/mixin/_loading-overlay.scss */
.product-image-gallery:before, .product-image-gallery:after {
content: '';
position: absolute;
top: 0px;
left: -10px;
right: -10px;
height: 100%;
display: none;
}
/* line 13, ../scss/mixin/_loading-overlay.scss */
.product-image-gallery:before {
background-color: #51504E;
opacity: 0.8;
z-index: 2;
}
/* line 19, ../scss/mixin/_loading-overlay.scss */
.product-image-gallery:after {
background-image: url("img/loader-gray.gif");
background-repeat: no-repeat;
background-position: center;
z-index: 3;
background-size: 100%;
height: 45px;
width: 45px;
top: 50%;
left: 50%;
-moz-transform: translate(-50%, -50%);
-ms-transform: translate(-50%, -50%);
-webkit-transform: translate(-50%, -50%);
transform: translate(-50%, -50%);
}
/* line 32, ../scss/mixin/_loading-overlay.scss */
.product-image-gallery.loading {
position: relative;
}
/* line 35, ../scss/mixin/_loading-overlay.scss */
.product-image-gallery.loading:before, .product-image-gallery.loading:after {
display: block;
}
@media only screen and (max-width: 900px) {
/* line 41, ../scss/mixin/_loading-overlay.scss */
.product-image-gallery.loading:before {
left: -30px;
right: -30px;
}
}
@media only screen and (max-width: 479px) {
/* line 48, ../scss/mixin/_loading-overlay.scss */
.product-image-gallery.loading:before {
left: -15px;
right: -15px;
}
}
/* line 571, ../scss/module/_catalog-product.scss */
.product-image-thumbs {
content: '';
display: table;
clear: both;
margin: 10px auto 0;
}
/* line 575, ../scss/module/_catalog-product.scss */
.product-image-thumbs li {
float: left;
margin-right: 10px;
margin-bottom: 5px;
}
/* line 580, ../scss/module/_catalog-product.scss */
.product-image-thumbs li:last-of-type {
margin-right: 0;
}
/* line 585, ../scss/module/_catalog-product.scss */
.product-image-thumbs a {
display: inline-block;
background: #151515;
}
/* line 591, ../scss/module/_catalog-product.scss */
.product-img-box {
padding-right: 15px;
}
/* line 595, ../scss/module/_catalog-product.scss */
.product-view .add-to-cart-wrapper,
.product-view .extra-info {
padding-left: 30px;
padding-right: 30px;
}
@media only screen and (max-width: 770px) {
/* line 603, ../scss/module/_catalog-product.scss */
.box-up-sell,
.product-collateral.tabs,
.product-view .extra-info {
display: none;
}
}
/* line 611, ../scss/module/_catalog-product.scss */
.product-collateral,
.extra-info,
.box-collateral {
margin-bottom: 10px;
}
@media only screen and (max-width: 479px) {
/* line 619, ../scss/module/_catalog-product.scss */
.product-view .add-to-cart-buttons .paypal-or {
line-height: 20px;
}
/* line 622, ../scss/module/_catalog-product.scss */
.product-view .add-to-cart-buttons .paypal-logo,
.product-view .add-to-cart-buttons .paypal-or,
.product-view .add-to-cart-buttons .paypal-button,
.product-view .add-to-cart-buttons .button {
text-align: center;
width: 100%;
display: block;
margin-right: 0;
margin-left: 0;
float: none;
}
}
/* This is the "or" that separates the "Add to Cart" and "Add to X" links */
/* line 637, ../scss/module/_catalog-product.scss */
.add-to-box .or {
display: none;
}
/* line 641, ../scss/module/_catalog-product.scss */
.product-view .add-to-links {
clear: both;
margin-top: 0px;
margin-right: 15px;
float: left;
}
/* line 647, ../scss/module/_catalog-product.scss */
.product-view .add-to-links:after {
content: '';
display: table;
clear: both;
}
/* line 651, ../scss/module/_catalog-product.scss */
.product-view .add-to-links li {
float: left;
}
/* line 655, ../scss/module/_catalog-product.scss */
.product-view .add-to-links a {
padding: 2px 7px 2px 0px;
margin-left: 7px;
border-right: 1px solid #2a2c2c;
}
/* line 661, ../scss/module/_catalog-product.scss */
.product-view .add-to-links li:first-child a {
margin-left: 0px;
}
/* line 665, ../scss/module/_catalog-product.scss */
.product-view .add-to-links li:last-child a {
border-right: 0px;
}
/* line 670, ../scss/module/_catalog-product.scss */
.product-view .sharing-links {
float: left;
}
/* line 673, ../scss/module/_catalog-product.scss */
.product-view .sharing-links:after {
content: '';
display: table;
clear: both;
}
/* line 677, ../scss/module/_catalog-product.scss */
.product-view .sharing-links li {
float: left;
padding: 0px 7px 7px;
}
/* line 682, ../scss/module/_catalog-product.scss */
.product-view .sharing-links a {
text-indent: -9999px;
display: block;
width: 26px;
height: 26px;
}
/* line 689, ../scss/module/_catalog-product.scss */
.product-view .sharing-links a:hover {
opacity: 0.8;
}
/* line 692, ../scss/module/_catalog-product.scss */
.product-view .sharing-links a.link-wishlist {
background-position: 0px -225px;
}
/* line 695, ../scss/module/_catalog-product.scss */
.product-view .sharing-links a.link-compare {
background-position: 0px -250px;
}
/* line 698, ../scss/module/_catalog-product.scss */
.product-view .sharing-links a.link-email-friend {
background-position: 0px -322px;
}
/* line 701, ../scss/module/_catalog-product.scss */
.product-view .sharing-links a.link-facebook {
background-position: 0px -425px;
}
/* line 704, ../scss/module/_catalog-product.scss */
.product-view .sharing-links a.link-twitter {
background-position: 0px -372px;
}
@media only screen and (max-width: 599px) {
/* line 711, ../scss/module/_catalog-product.scss */
.add-to-box .add-to-links a {
float: none;
width: auto;
text-indent: 0;
}
}
/* line 721, ../scss/module/_catalog-product.scss */
.collateral-tabs dd h2 {
display: none;
}
/* line 727, ../scss/module/_catalog-product.scss */
.box-collateral {
clear: both;
}
/* line 309, ../scss/mixin/_customs.scss */
.product-collateral .toggle-tabs {
display: none;
}
/* line 314, ../scss/mixin/_customs.scss */
.product-collateral > dl > dt {
-moz-user-select: none;
-ms-user-select: none;
-webkit-user-select: none;
-o-user-select: none;
user-select: none;
font-weight: normal;
font-size: 11px;
color: #CC9D49;
text-transform: uppercase;
margin-bottom: 0px;
padding: 15px 10px 15px 0;
border-bottom: 1px solid #dfdfdf;
position: relative;
/*background: #424242; Old browsers */
/*background: -moz-linear-gradient(top, #424242 0%, #1b1b1b 51%, #1e1e1e 99%); FF3.6+ */
/*background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#424242), color-stop(51%,#1b1b1b), color-stop(99%,#1e1e1e)); Chrome,Safari4+ */
/*background: -webkit-linear-gradient(top, #424242 0%,#1b1b1b 51%,#1e1e1e 99%); Chrome10+,Safari5.1+ */
/*background: -o-linear-gradient(top, #424242 0%,#1b1b1b 51%,#1e1e1e 99%); Opera 11.10+*/
/*background: -ms-linear-gradient(top, #424242 0%,#1b1b1b 51%,#1e1e1e 99%); IE10+ */
/*background: linear-gradient(to bottom, #424242 0%,#1b1b1b 51%,#1e1e1e 99%); W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#424242', endColorstr='#1e1e1e',GradientType=0 );
/* IE6-9 */
border-top: 1px solid #dfdfdf;
display: block;
}
/* line 290, ../scss/mixin/_customs.scss */
.product-collateral > dl > dt:after {
position: absolute;
font-family: FontAwesome;
text-rendering: auto;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
-moz-transform: translate(0, 0);
-ms-transform: translate(0, 0);
-webkit-transform: translate(0, 0);
transform: translate(0, 0);
right: 30px;
color: #CC9D49;
font-size: 25px;
top: 4px;
}
/* line 303, ../scss/mixin/_customs.scss */
.product-collateral > dl > dt:hover {
background-color: #ededed;
}
/* line 319, ../scss/mixin/_customs.scss */
.product-collateral > dl > dd {
color: #CCCCCC;
font-size: 12px;
padding: 40px 30px;
margin: 0;
position: relative;
z-index: 0;
/*@include dark-gray-gradient-from-top;*/
}
/* line 333, ../scss/mixin/_customs.scss */
.product-collateral > dl > dt {
cursor: pointer;
}
/* line 336, ../scss/mixin/_customs.scss */
.product-collateral > dl > dt:hover {
color: #CC9D49;
}
/* line 339, ../scss/mixin/_customs.scss */
.product-collateral > dl > dt:after {
content: '';
background-image: url(ru/skin/frontend/nespresso/default/images/svg/Plus_round.svg);
background-repeat: no-repeat;
background-position: right;
width: 100%;
height: 50%;
left: 0;
background-size: contain;
top: 10px;
}
/* line 352, ../scss/mixin/_customs.scss */
.product-collateral > dl > dd {
display: none;
}
/* line 360, ../scss/mixin/_customs.scss */
.product-collateral.accordion-open > dl > dt.current {
border-bottom-width: 1px;
}
/* line 364, ../scss/mixin/_customs.scss */
.product-collateral.accordion-open > dl > dt.current:after {
content: '';
background-image: url(ru/skin/frontend/nespresso/default/images/svg/Minus_round.svg);
background-repeat: no-repeat;
background-position: right;
width: 100%;
height: 50%;
left: 0;
background-size: contain;
top: 10px;
}
/* line 377, ../scss/mixin/_customs.scss */
.product-collateral.accordion-open > dl > dd.current {
display: block;
}
@media only screen and (max-width: 760px) {
/* line 740, ../scss/module/_catalog-product.scss */
.product-view .product-container-right,
.product-view .product-shop,
.product-view .block-related,
.product-img-box,
.product-view .product-collateral {
width: 100%;
float: none;
padding-right: 0;
padding-left: 0;
}
/* line 752, ../scss/module/_catalog-product.scss */
.product-image-zoom .zoom-instructions {
display: none;
}
/* line 756, ../scss/module/_catalog-product.scss */
.product-view .add-to-cart-wrapper,
.product-view .extra-info {
width: 100%;
float: none;
}
/* line 762, ../scss/module/_catalog-product.scss */
.product-view .product-container-right {
margin-bottom: 20px;
}
}
@media only screen and (min-width: 761px) {
/* line 769, ../scss/module/_catalog-product.scss */
.product-view .product-shop .product-name {
display: block;
}
/* line 774, ../scss/module/_catalog-product.scss */
.product-view .product-sections {
/*@include dark-gray-gradient-from-top;*/
padding-top: 0px;
}
/* line 780, ../scss/module/_catalog-product.scss */
.product-img-box .product-name {
display: none;
}
}
/* line 786, ../scss/module/_catalog-product.scss */
.product-view .ratings .rating-links {
clear: left;
float: left;
margin-top: 0;
}
/* line 793, ../scss/module/_catalog-product.scss */
#product-attribute-specs {
color: #000000;
}
/* line 795, ../scss/module/_catalog-product.scss */
#product-attribute-specs h3 {
font-size: 14px;
color: #CC9D49;
text-transform: none;
}
/* line 800, ../scss/module/_catalog-product.scss */
#product-attribute-specs p {
margin-bottom: 20px;
}
/* line 802, ../scss/module/_catalog-product.scss */
#product-attribute-specs p:last-of-type {
margin-bottom: 0;
}
@media only screen and (max-width: 479px) {
/* line 810, ../scss/module/_catalog-product.scss */
.product-collateral,
.product-view .block-related,
.box-collateral {
margin-bottom: 15px;
}
/* line 818, ../scss/module/_catalog-product.scss */
.product-view .product-shop .product-info {
padding-right: 15px;
padding-left: 15px;
}
/* line 825, ../scss/module/_catalog-product.scss */
.product-view .add-to-cart-wrapper,
.product-view .extra-info {
padding-right: 15px;
padding-left: 15px;
text-align: left;
}
}
/* -------------------------------------------- *
* Catalog - Grouped Product List
*/
/* line 837, ../scss/module/_catalog-product.scss */
.grouped-items-table-wrapper {
border: solid 1px #2a2c2c;
width: 100%;
padding: 10px;
margin-bottom: 15px;
}
/* line 843, ../scss/module/_catalog-product.scss */
.grouped-items-table-wrapper tbody tr:last-child td {
border-bottom: none;
}
@media only screen and (max-width: 479px) {
/* line 837, ../scss/module/_catalog-product.scss */
.grouped-items-table-wrapper {
margin-bottom: 15px;
}
}
/* line 852, ../scss/module/_catalog-product.scss */
.grouped-items-table .name-wrapper {
color: #FFFFFF;
font-family: "Trebuchet MS", "Helvetica Neue", Verdana, Arial, sans-serif;
}
/* line 857, ../scss/module/_catalog-product.scss */
.grouped-items-table .qty-wrapper {
padding-top: 7px;
}
/* line 861, ../scss/module/_catalog-product.scss */
.grouped-items-table .qty-label {
margin-left: 7px;
}
/* line 866, ../scss/module/_catalog-product.scss */
.grouped-items-table td {
padding: 4px;
}
/* line 869, ../scss/module/_catalog-product.scss */
.grouped-items-table td:last-child {
width: 30%;
text-align: left;
}
/* line 874, ../scss/module/_catalog-product.scss */
.grouped-items-table .price-box {
text-align: right;
}
/* -------------------------------------------- *
* Catalog - Product Options
*/
/* line 883, ../scss/module/_catalog-product.scss */
.product-options {
display: none;
width: 100%;
padding-left: 30px;
padding-right: 30px;
clear: both;
position: relative;
margin-bottom: 30px;
}
/* line 893, ../scss/module/_catalog-product.scss */
.product-options p.required {
display: none;
}
/* line 897, ../scss/module/_catalog-product.scss */
.product-options dt {
margin: 10px 0 5px;
font-weight: normal;
}
/* line 902, ../scss/module/_catalog-product.scss */
.product-options dt:first-child {
margin-top: 0;
}
/* line 906, ../scss/module/_catalog-product.scss */
.product-options dd .qty-holder {
display: block;
padding: 10px 0 0 0;
}
/* line 911, ../scss/module/_catalog-product.scss */
.product-options dd .qty-holder .qty {
width: 3em;
}
/* line 915, ../scss/module/_catalog-product.scss */
.product-options dd .qty-holder label {
vertical-align: middle;
}
/* line 919, ../scss/module/_catalog-product.scss */
.product-options dd .qty-disabled {
background: none;
border: 0;
padding: 0 2px;
}
/* line 925, ../scss/module/_catalog-product.scss */
.product-options dd {
padding: 0 0 10px 0;
margin: 0 0 5px;
}
/* line 930, ../scss/module/_catalog-product.scss */
.product-options dl.last dd.last {
border-bottom: 0;
padding-bottom: 5px;
margin-bottom: 0;
}
/* line 936, ../scss/module/_catalog-product.scss */
.product-options dd .input-text {
width: 98%;
}
/* line 940, ../scss/module/_catalog-product.scss */
.product-options dd .input-box {
padding-top: 0;
}
/* line 944, ../scss/module/_catalog-product.scss */
.product-options dd input.datetime-picker {
width: 150px;
}
/* line 948, ../scss/module/_catalog-product.scss */
.product-options dd .time-picker {
display: inline-block;
vertical-align: middle;
*vertical-align: auto;
*zoom: 1;
*display: inline;
padding: 2px 0;
vertical-align: middle;
}
/* line 954, ../scss/module/_catalog-product.scss */
.product-options dd textarea {
width: 98%;
height: 8em;
}
/* line 959, ../scss/module/_catalog-product.scss */
.product-options dd select {
width: 330px;
max-width: 100%;
}
/* line 964, ../scss/module/_catalog-product.scss */
.product-options ul.options-list {
margin-right: 5px;
}
/* line 968, ../scss/module/_catalog-product.scss */
.product-options ul.options-list li {
line-height: 1.5;
margin-bottom: 7px;
}
/* line 973, ../scss/module/_catalog-product.scss */
.product-options ul.options-list li:last-child {
margin-bottom: 0;
}
/* line 977, ../scss/module/_catalog-product.scss */
.product-options ul.options-list .radio,
.product-options ul.options-list .checkbox {
float: left;
margin-top: 5px;
}
/* line 983, ../scss/module/_catalog-product.scss */
.product-options ul.options-list .label {
display: block;
}
/* line 987, ../scss/module/_catalog-product.scss */
.product-options ul.options-list label {
font-weight: normal;
}
/* line 991, ../scss/module/_catalog-product.scss */
.product-options p.note {
margin: 0;
font-size: 11px;
}
/* line 996, ../scss/module/_catalog-product.scss */
.product-options-bottom {
padding-left: 30px;
padding-right: 30px;
}
/* line 1001, ../scss/module/_catalog-product.scss */
.product-options-bottom:after {
content: '';
display: table;
clear: both;
}
/* line 1005, ../scss/module/_catalog-product.scss */
.product-options-bottom .product-pricing,
.product-options-bottom .tier-prices {
float: right;
margin: 0;
padding: 0 0 10px;
border: 0;
background: 0;
color: #FFFFFF;
}
@media only screen and (max-width: 1199px) {
/* line 1005, ../scss/module/_catalog-product.scss */
.product-options-bottom .product-pricing,
.product-options-bottom .tier-prices {
float: none;
width: 100%;
text-align: right;
padding-bottom: 5px;
margin-bottom: 10px;
border-bottom: 1px solid #CCCCCC;
}
}
/* line 1024, ../scss/module/_catalog-product.scss */
.product-options-bottom .tier-prices li {
background: 0;
padding: 2px 0;
}
/* line 1029, ../scss/module/_catalog-product.scss */
.product-options-bottom .tier-prices .price,
.product-options-bottom .tier-prices .benefit {
color: #FFFFFF;
}
/* "display: none" should be removed if products on site have a long list of product options and those product options */
/* affect the price so that the customer can see the updated price close to the "Add to Cart" button */
/* line 1036, ../scss/module/_catalog-product.scss */
.product-sections .price-box, .product-sections .price-info {
/*float: right;*/
clear: both;
}
/*@include bp(max-width, $bp-xsmall) {
.product-options-bottom .price-box .price-as-configured {
text-align: right;
.price-label {
display: block;
}
}
}*/
/* line 1051, ../scss/module/_catalog-product.scss */
.product-options-bottom .price-tax {
float: left;
}
@media only screen and (max-width: 479px) {
/* line 1056, ../scss/module/_catalog-product.scss */
.product-options,
.product-options-bottom {
padding-right: 15px;
padding-left: 15px;
}
}
/* -------------------------------------------- *
* Related Products
*/
/* Block: Related */
@media only screen and (min-width: 761px) {
/* line 1069, ../scss/module/_catalog-product.scss */
.block-related {
margin-top: 30px;
}
}
/* line 1076, ../scss/module/_catalog-product.scss */
.block-related .special-price .price-label {
font-size: 12px;
text-transform: none;
}
/* line 1081, ../scss/module/_catalog-product.scss */
.block-related .special-price span.weee {
color: #CC9D49;
}
/* line 1084, ../scss/module/_catalog-product.scss */
.block-related .special-price span.weee span.price {
font-size: 12px;
}
/* line 1090, ../scss/module/_catalog-product.scss */
.block-related .products-grid {
display: -webkit-flex;
display: -ms-flexbox;
display: flex;
-webkit-flex-wrap: wrap;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
padding-left: 2px;
}
/* line 1100, ../scss/module/_catalog-product.scss */
.block-related .action {
margin-bottom: 7px;
}
/* line 1102, ../scss/module/_catalog-product.scss */
.block-related .action .add-to-cart-buttons, .block-related .action .button {
width: 100%;
position: relative;
}
/* line 1108, ../scss/module/_catalog-product.scss */
.block-related .product-name {
display: table-cell;
font-family: "NespressoLucas-Bold", "Helvetica Neue", Verdana, Arial, sans-serif !important;
font-size: 15px;
line-height: 1;
}
/* line 1115, ../scss/module/_catalog-product.scss */
.block-related .block-title {
border-bottom: none;
padding: 15px 25px;
margin-bottom: 0;
background: #eeeeee;
/* Old browsers */
background: -moz-linear-gradient(top, #eeeeee 0%, #cccccc 100%);
/* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #eeeeee), color-stop(100%, #cccccc));
/* Chrome,Safari4+ */
background: -webkit-linear-gradient(top, #eeeeee 0%, #cccccc 100%);
/* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top, #eeeeee 0%, #cccccc 100%);
/* Opera 11.10+ */
background: -ms-linear-gradient(top, #eeeeee 0%, #cccccc 100%);
/* IE10+ */
background: linear-gradient(to bottom, #eeeeee 0%, #cccccc 100%);
/* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#eeeeee', endColorstr='#cccccc',GradientType=0 );
/* IE6-9 */
}
@media only screen and (max-width: 770px) {
/* line 1115, ../scss/module/_catalog-product.scss */
.block-related .block-title {
padding: 12px 25px;
}
}
/* line 1124, ../scss/module/_catalog-product.scss */
.block-related .block-title h2 {
margin: 0;
margin-bottom: 0.5em;
color: #FFFFFF;
font-family: "Trebuchet MS", "Helvetica Neue", Verdana, Arial, sans-serif;
font-size: 24px;
font-weight: 400;
font-style: normal;
line-height: 1.2;
text-rendering: optimizeLegibility;
text-transform: uppercase;
margin-bottom: 0;
color: #2a2c2c;
font-size: 20px;
text-transform: none;
}
@media only screen and (max-width: 770px) {
/* line 1124, ../scss/module/_catalog-product.scss */
.block-related .block-title h2 {
font-size: 14px;
}
}
/* line 1133, ../scss/module/_catalog-product.scss */
.block-related .block-subtitle {
margin-bottom: 7px;
}
/* line 1137, ../scss/module/_catalog-product.scss */
.block-related .product {
position: relative;
}
/* line 1140, ../scss/module/_catalog-product.scss */
.block-related .checkbox {
float: left;
margin-top: 36px;
}
/* line 1145, ../scss/module/_catalog-product.scss */
.block-related .product-details .price-box {
margin: 0 0 10px;
min-height: 35px;
}
/* line 1149, ../scss/module/_catalog-product.scss */
.block-related .product-details .price-box .old-price .price {
font-size: 14px;
color: #e6e6e6;
}
/* line 1154, ../scss/module/_catalog-product.scss */
.block-related .product-details .price-box .regular-price .price,
.block-related .product-details .price-box .special-price .price,
.block-related .product-details .price-box .full-product-price .price {
font-size: 12px;
}
/* line 1164, ../scss/module/_catalog-product.scss */
.block-related .product-details .price-box a:first-child,
.block-related .product-details .price-box p:first-child,
.block-related .product-details .price-box span:first-child {
margin-left: 0;
}
/* line 1168, ../scss/module/_catalog-product.scss */
.block-related .product-details .price-box:after {
content: '';
display: table;
clear: both;
}
/* line 1172, ../scss/module/_catalog-product.scss */
.block-related .link-wishlist {
display: none;
}
/* -------------------------------------------- *
* Upsell Products
*/
/* line 1181, ../scss/module/_catalog-product.scss */
.box-up-sell {
margin-top: 20px;
}
/* line 1184, ../scss/module/_catalog-product.scss */
.box-up-sell .ratings {
display: none;
}
/* Animation */
@-webkit-keyframes spinner {
0% {
-webkit-transform: rotate(0deg);
-moz-transform: rotate(0deg);
-ms-transform: rotate(0deg);
-o-transform: rotate(0deg);
transform: rotate(0deg);
}
100% {
-webkit-transform: rotate(360deg);
-moz-transform: rotate(360deg);
-ms-transform: rotate(360deg);
-o-transform: rotate(360deg);
transform: rotate(360deg);
}
}
@-moz-keyframes spinner {
0% {
-webkit-transform: rotate(0deg);
-moz-transform: rotate(0deg);
-ms-transform: rotate(0deg);
-o-transform: rotate(0deg);
transform: rotate(0deg);
}
100% {
-webkit-transform: rotate(360deg);
-moz-transform: rotate(360deg);
-ms-transform: rotate(360deg);
-o-transform: rotate(360deg);
transform: rotate(360deg);
}
}
@-o-keyframes spinner {
0% {
-webkit-transform: rotate(0deg);
-moz-transform: rotate(0deg);
-ms-transform: rotate(0deg);
-o-transform: rotate(0deg);
transform: rotate(0deg);
}
100% {
-webkit-transform: rotate(360deg);
-moz-transform: rotate(360deg);
-ms-transform: rotate(360deg);
-o-transform: rotate(360deg);
transform: rotate(360deg);
}
}
@keyframes spinner {
0% {
-webkit-transform: rotate(0deg);
-moz-transform: rotate(0deg);
-ms-transform: rotate(0deg);
-o-transform: rotate(0deg);
transform: rotate(0deg);
}
100% {
-webkit-transform: rotate(360deg);
-moz-transform: rotate(360deg);
-ms-transform: rotate(360deg);
-o-transform: rotate(360deg);
transform: rotate(360deg);
}
}
/* ============================================ *
* Catalog - MSRP MAP Popup
* ============================================ */
/* line 30, ../../../rwd/default/scss/module/_catalog-msrp.scss */
.cart-msrp-totals {
color: red;
font-size: 12px !important;
font-weight: bold;
margin: 10px 10px 0;
padding: 10px;
text-align: right;
text-transform: uppercase;
}
/* line 40, ../../../rwd/default/scss/module/_catalog-msrp.scss */
.map-cart-sidebar-total {
color: red;
display: block;
font-size: 10px;
font-weight: bold;
text-align: left;
padding: 2px 5px;
}
/* line 49, ../../../rwd/default/scss/module/_catalog-msrp.scss */
.map-popup {
background: #FFFFFF;
border: 5px solid #2a2c2c;
margin: 12px 0 0;
position: absolute;
text-align: left;
width: 450px;
z-index: 100;
}
@media only screen and (min-width: 771px) {
/* line 59, ../../../rwd/default/scss/module/_catalog-msrp.scss */
.map-popup.map-popup-right {
left: 10px !important;
}
/* line 63, ../../../rwd/default/scss/module/_catalog-msrp.scss */
.map-popup.map-popup-left {
left: auto !important;
right: 10px !important;
}
}
@media only screen and (max-width: 770px) {
/* line 49, ../../../rwd/default/scss/module/_catalog-msrp.scss */
.map-popup {
width: 100%;
left: 0px !important;
}
}
/* line 74, ../../../rwd/default/scss/module/_catalog-msrp.scss */
.map-popup .map-popup-heading {
padding: 8px 10px;
margin-right: 40px;
width: auto;
}
/* line 79, ../../../rwd/default/scss/module/_catalog-msrp.scss */
.map-popup .map-popup-heading h3 {
font-size: 14px;
margin: 0;
overflow: hidden;
white-space: nowrap;
word-wrap: break-word;
text-align: left;
text-overflow: ellipsis;
}
@media only screen and (max-width: 479px) {
/* line 79, ../../../rwd/default/scss/module/_catalog-msrp.scss */
.map-popup .map-popup-heading h3 {
text-align: center;
}
}
/* line 94, ../../../rwd/default/scss/module/_catalog-msrp.scss */
.map-popup .map-popup-close {
display: block;
position: absolute;
top: 0px;
right: 0px;
height: 36px;
width: 36px;
font-size: 20px;
line-height: 32px;
text-align: center;
}
/* line 106, ../../../rwd/default/scss/module/_catalog-msrp.scss */
.map-popup .map-popup-content {
border-top: 1px solid #d7d7d7;
padding: 10px;
margin: 0 10px;
overflow: hidden;
text-align: left;
}
@media only screen and (max-width: 479px) {
/* line 106, ../../../rwd/default/scss/module/_catalog-msrp.scss */
.map-popup .map-popup-content {
text-align: center;
}
}
/* line 118, ../../../rwd/default/scss/module/_catalog-msrp.scss */
.map-popup .map-popup-checkout {
padding: 10px 0;
}
/* line 121, ../../../rwd/default/scss/module/_catalog-msrp.scss */
.map-popup .map-popup-checkout form:after {
content: '';
display: table;
clear: both;
}
/* line 125, ../../../rwd/default/scss/module/_catalog-msrp.scss */
.map-popup .map-popup-checkout span {
display: block;
}
/* line 129, ../../../rwd/default/scss/module/_catalog-msrp.scss */
.map-popup .map-popup-checkout .button {
float: left;
margin: 0 2px;
clear: left;
}
/* line 135, ../../../rwd/default/scss/module/_catalog-msrp.scss */
.map-popup .map-popup-checkout .additional-addtocart-box {
float: left;
min-width: 210px;
}
/* line 139, ../../../rwd/default/scss/module/_catalog-msrp.scss */
.map-popup .map-popup-checkout .additional-addtocart-box li {
list-style-type: none;
}
/* line 144, ../../../rwd/default/scss/module/_catalog-msrp.scss */
.map-popup .map-popup-checkout .paypal-logo {
width: auto;
}
/* line 147, ../../../rwd/default/scss/module/_catalog-msrp.scss */
.map-popup .map-popup-checkout .paypal-logo a {
display: inline-block;
float: left;
clear: left;
}
/* line 153, ../../../rwd/default/scss/module/_catalog-msrp.scss */
.map-popup .map-popup-checkout .paypal-logo .paypal-or {
float: left;
text-align: center;
padding: 5px 15px;
clear: left;
}
/* line 160, ../../../rwd/default/scss/module/_catalog-msrp.scss */
.map-popup .map-popup-checkout .paypal-logo:after {
content: '';
display: table;
clear: both;
}
/* line 165, ../../../rwd/default/scss/module/_catalog-msrp.scss */
.map-popup .map-popup-checkout .paypal-logo .bml_button a {
clear: left;
}
@media only screen and (max-width: 479px) {
/* line 118, ../../../rwd/default/scss/module/_catalog-msrp.scss */
.map-popup .map-popup-checkout {
text-align: center;
}
/* line 174, ../../../rwd/default/scss/module/_catalog-msrp.scss */
.map-popup .map-popup-checkout .button,
.map-popup .map-popup-checkout .additional-addtocart-box,
.map-popup .map-popup-checkout .paypal-logo a,
.map-popup .map-popup-checkout .paypal-logo .paypal-or {
float: none;
}
/* line 181, ../../../rwd/default/scss/module/_catalog-msrp.scss */
.map-popup .map-popup-checkout .additional-addtocart-box {
min-width: 0px;
}
/* line 185, ../../../rwd/default/scss/module/_catalog-msrp.scss */
.map-popup .map-popup-checkout .paypal-logo .paypal-or {
margin: 0px;
margin-bottom: 10px;
}
}
/* line 191, ../../../rwd/default/scss/module/_catalog-msrp.scss */
.map-popup .map-popup-checkout:after {
content: '';
display: table;
clear: both;
}
/* line 196, ../../../rwd/default/scss/module/_catalog-msrp.scss */
.map-popup .map-popup-price {
padding: 10px 0;
}
@media only screen and (max-width: 479px) {
/* line 196, ../../../rwd/default/scss/module/_catalog-msrp.scss */
.map-popup .map-popup-price {
text-align: center;
padding-top: 0px;
}
}
/* line 203, ../../../rwd/default/scss/module/_catalog-msrp.scss */
.map-popup .map-popup-price .price-box,
.map-popup .map-popup-price .price-box .special-price {
display: inline-block;
margin: 0;
padding: 0;
}
/* line 210, ../../../rwd/default/scss/module/_catalog-msrp.scss */
.map-popup .map-popup-price .price-box .minimal-price-link {
display: inline-block;
}
/* line 215, ../../../rwd/default/scss/module/_catalog-msrp.scss */
.map-popup .map-popup-text {
padding: 10px 0;
margin: 0 10px;
word-wrap: break-word;
}
/* line 221, ../../../rwd/default/scss/module/_catalog-msrp.scss */
.map-popup .map-popup-text,
.map-popup .map-popup-only-text {
border-top: 1px solid #d7d7d7;
}
/* ============================================ *
* Catalog - MSRP Product Listing
* ============================================ */
/* line 231, ../../../rwd/default/scss/module/_catalog-msrp.scss */
.price-box .map-link {
display: block;
text-align: center;
}
/* ============================================ *
* Catalog - Compare
* ============================================ */
/* line 30, ../../../rwd/default/scss/module/_catalog-compare.scss */
.block-compare .product-name:after {
content: '';
display: table;
clear: both;
}
/* line 34, ../../../rwd/default/scss/module/_catalog-compare.scss */
.compare-table .product-image {
display: inline-block;
}
/* line 40, ../../../rwd/default/scss/module/_catalog-compare.scss */
.compare-table .product-shop-row.top td {
padding-bottom: 0;
border-bottom: 0;
}
/* line 45, ../../../rwd/default/scss/module/_catalog-compare.scss */
.compare-table .product-shop-row.bottom td {
padding-top: 0;
}
/* ============================================ *
* Checkout - Layout
* ============================================ */
/* line 5, ../scss/module/_checkout-cart.scss */
.cart-table {
float: left;
width: 60%;
}
/* line 10, ../scss/module/_checkout-cart.scss */
.cart .button {
white-space: normal;
}
/* line 14, ../scss/module/_checkout-cart.scss */
.cart-forms,
.cart-totals-wrapper,
.crosssell {
float: right;
clear: right;
width: 40%;
padding-left: 20px;
}
/* line 23, ../scss/module/_checkout-cart.scss */
.cart-totals,
.cart-forms .discount,
.cart-forms .giftcard,
.cart-forms .shipping {
padding: 10px;
background-color: #1b1b1b;
}
/* line 31, ../scss/module/_checkout-cart.scss */
.cart-table,
.cart-totals,
.cart-forms .discount,
.cart-forms .giftcard,
.cart-forms .shipping {
margin-bottom: 20px;
color: #d7d7d7;
}
/* line 41, ../scss/module/_checkout-cart.scss */
.checkout-cart-index #postcode {
width: 100%;
}
/* line 47, ../scss/module/_checkout-cart.scss */
.display-both-prices .cart-table {
float: none;
width: 100%;
}
/* line 52, ../scss/module/_checkout-cart.scss */
.display-both-prices .cart-forms {
float: left;
padding-right: 10px;
padding-left: 0;
}
/* line 58, ../scss/module/_checkout-cart.scss */
.display-both-prices .cart-totals-wrapper,
.display-both-prices .crosssell {
padding-left: 10px;
}
/* line 63, ../scss/module/_checkout-cart.scss */
.display-both-prices .cart-forms,
.display-both-prices .cart-totals-wrapper,
.display-both-prices .crosssell {
width: 50%;
}
/* line 69, ../scss/module/_checkout-cart.scss */
.display-both-prices .crosssell {
clear: right;
float: right;
}
@media only screen and (max-width: 900px) {
/* line 47, ../scss/module/_checkout-cart.scss */
.display-single-price .cart-table {
float: none;
width: 100%;
}
/* line 52, ../scss/module/_checkout-cart.scss */
.display-single-price .cart-forms {
float: left;
padding-right: 10px;
padding-left: 0;
}
/* line 58, ../scss/module/_checkout-cart.scss */
.display-single-price .cart-totals-wrapper,
.display-single-price .crosssell {
padding-left: 10px;
}
/* line 63, ../scss/module/_checkout-cart.scss */
.display-single-price .cart-forms,
.display-single-price .cart-totals-wrapper,
.display-single-price .crosssell {
width: 50%;
}
/* line 69, ../scss/module/_checkout-cart.scss */
.display-single-price .crosssell {
clear: right;
float: right;
}
}
@media only screen and (max-width: 599px) {
/* line 86, ../scss/module/_checkout-cart.scss */
.product-cart-sku {
display: none;
}
/* line 92, ../scss/module/_checkout-cart.scss */
.display-both-prices .cart-forms,
.display-both-prices .cart-totals-wrapper,
.display-both-prices .crosssell,
.display-single-price .cart-forms,
.display-single-price .cart-totals-wrapper,
.display-single-price .crosssell {
padding-top: 0;
padding-left: 0;
padding-right: 0;
float: none;
width: 100%;
}
}
@media only screen and (max-width: 770px) {
/* line 107, ../scss/module/_checkout-cart.scss */
.display-both-prices .cart-totals-wrapper,
.display-single-price .cart-totals-wrapper {
padding-top: 0;
padding-left: 0;
padding-right: 0;
float: none;
width: 100%;
}
}
/* line 119, ../scss/module/_checkout-cart.scss */
.display-single-price:after {
content: '';
display: table;
clear: both;
}
/* ============================================ *
* Checkout - Cart
* ============================================ */
/* line 127, ../scss/module/_checkout-cart.scss */
.cart .page-title {
padding-bottom: 20px;
background-color: Black;
}
/* line 131, ../scss/module/_checkout-cart.scss */
.cart .page-title:after {
content: '';
display: table;
clear: both;
}
/* line 134, ../scss/module/_checkout-cart.scss */
.cart .page-title h1 {
float: left;
border-bottom: none;
margin-bottom: 6px;
margin-right: 10px;
}
/* line 142, ../scss/module/_checkout-cart.scss */
.checkout-types {
float: right;
text-align: right;
width: 100%;
/* We always want this shipping method to display on its own line */
}
/* line 147, ../scss/module/_checkout-cart.scss */
.checkout-types li {
vertical-align: top;
margin: 0 0 5px 5px;
}
/* line 148, ../scss/module/_checkout-cart.scss */
.checkout-types li:after {
content: '';
display: table;
clear: both;
}
/* line 154, ../scss/module/_checkout-cart.scss */
.checkout-types li img {
display: inline;
vertical-align: top;
}
/* line 159, ../scss/module/_checkout-cart.scss */
.checkout-types li:first-child {
margin-left: 0;
}
/* line 163, ../scss/module/_checkout-cart.scss */
.checkout-types .method-checkout-cart-methods-multishipping {
display: block;
}
/* line 168, ../scss/module/_checkout-cart.scss */
.checkout-types.top li {
display: inline-block;
}
/* line 172, ../scss/module/_checkout-cart.scss */
.checkout-types.top .bml_button {
display: inline-block;
vertical-align: top;
}
/* line 176, ../scss/module/_checkout-cart.scss */
.checkout-types.top .bml_button img {
display: block;
}
/* line 181, ../scss/module/_checkout-cart.scss */
.checkout-types.top .paypal-logo .paypal-or {
margin-top: 5px;
}
/* line 187, ../scss/module/_checkout-cart.scss */
.checkout-types.bottom .btn-checkout, .checkout-types.bottom .method-checkout-cart-methods-onepage-bottom {
margin-bottom: 0;
}
/* line 195, ../scss/module/_checkout-cart.scss */
.checkout-types.bottom .paypal-logo a, .checkout-types.minicart .paypal-logo a {
display: block;
}
/* line 199, ../scss/module/_checkout-cart.scss */
.checkout-types.bottom .paypal-or, .checkout-types.minicart .paypal-or {
margin: 0px;
display: block;
text-align: center;
}
@media only screen and (min-width: 741px) {
/* line 209, ../scss/module/_checkout-cart.scss */
.checkout-types.bottom .paypal-or {
text-align: right;
padding-right: 70px;
}
}
/* line 216, ../scss/module/_checkout-cart.scss */
.cart-totals .checkout-types .btn-checkout {
margin-bottom: 7px;
}
@media only screen and (max-width: 740px) {
/* line 221, ../scss/module/_checkout-cart.scss */
.checkout-types {
float: none;
text-align: center;
}
/* line 227, ../scss/module/_checkout-cart.scss */
.checkout-types.bottom .paypal-or, .checkout-types.minicart .paypal-or {
width: auto;
float: none;
}
/* line 234, ../scss/module/_checkout-cart.scss */
.checkout-types li {
float: none;
width: 100%;
margin-left: 0;
}
}
@media only screen and (max-width: 599px) {
/* line 242, ../scss/module/_checkout-cart.scss */
.btn-checkout {
width: 100%;
}
}
/* line 247, ../scss/module/_checkout-cart.scss */
.cart-table {
font-family: "Trebuchet MS", "Helvetica Neue", Verdana, Arial, sans-serif;
background-color: #1b1b1b;
color: #d7d7d7;
}
/* line 252, ../scss/module/_checkout-cart.scss */
.cart-table th,
.cart-table td,
.cart-table tbody td {
border-bottom: none;
vertical-align: top;
}
/* line 260, ../scss/module/_checkout-cart.scss */
.cart-table h2 {
color: #CC9D49;
font-size: 14px;
font-weight: 600;
margin-bottom: 0;
}
/* line 267, ../scss/module/_checkout-cart.scss */
.cart-table thead {
background-color: #292727;
color: #d7d7d7;
font-size: 14px;
}
/* line 273, ../scss/module/_checkout-cart.scss */
.cart-table thead tr.cart-table-head {
background: linear-gradient(#333333, #222222);
}
/* line 277, ../scss/module/_checkout-cart.scss */
.cart-table thead th,
.cart-table tbody td {
background-color: transparent;
padding: 10px;
font-family: "Trebuchet MS", "Helvetica Neue", Verdana, Arial, sans-serif;
border: none;
}
/* line 285, ../scss/module/_checkout-cart.scss */
.cart-table tbody tr.cart-items-count {
background: #444;
}
/* line 288, ../scss/module/_checkout-cart.scss */
.cart-table tbody tr.cart-items-count td:first-child {
min-width: 110px;
}
/* line 293, ../scss/module/_checkout-cart.scss */
.cart-table .product-cart-info,
.cart-table .product-cart-actions {
padding-left: 15px;
}
/* line 298, ../scss/module/_checkout-cart.scss */
.cart-table tfoot {
border-top: 1px solid #302f2f;
}
/* line 301, ../scss/module/_checkout-cart.scss */
.cart-table tfoot tr {
background: none;
}
/* line 305, ../scss/module/_checkout-cart.scss */
.cart-table tfoot tr > td:after {
content: '';
display: table;
clear: both;
}
/* line 310, ../scss/module/_checkout-cart.scss */
.cart-table span.or {
margin-left: 5px;
font-size: 9px;
padding: 0 5px;
text-transform: uppercase;
font-family: "Trebuchet MS", "Helvetica Neue", Verdana, Arial, sans-serif;
}
/* line 318, ../scss/module/_checkout-cart.scss */
.cart-table tbody td .item-options {
margin-left: 0;
}
/* line 322, ../scss/module/_checkout-cart.scss */
.cart-table .product-cart-image .cart-links,
.cart-table .product-cart-info .btn-remove,
.cart-table .product-cart-actions .button {
display: none;
}
/* line 328, ../scss/module/_checkout-cart.scss */
.cart-table .product-cart-image {
padding-left: 10px;
padding-right: 0;
}
/* line 332, ../scss/module/_checkout-cart.scss */
.cart-table .product-cart-image .product-image img {
max-width: 100%;
margin: 0 auto;
}
/* line 337, ../scss/module/_checkout-cart.scss */
.cart-table .product-cart-image a.cart-edit {
display: none;
}
/* line 342, ../scss/module/_checkout-cart.scss */
.cart-table .product-cart-sku {
font-family: "Trebuchet MS", Georgia, Times, "Times New Roman", serif;
font-style: italic;
font-size: 12px;
margin: 5px 0 5px;
}
/* line 348, ../scss/module/_checkout-cart.scss */
.cart-table .product-cart-sku .label {
font-weight: 600;
}
/* line 353, ../scss/module/_checkout-cart.scss */
.cart-table .btn-empty {
float: left;
}
/* line 357, ../scss/module/_checkout-cart.scss */
.cart-table .product-cart-total,
.cart-table .product-cart-price {
text-align: center;
}
/* line 362, ../scss/module/_checkout-cart.scss */
.cart-table .cart-tax-total {
position: relative;
cursor: pointer;
}
/* line 366, ../scss/module/_checkout-cart.scss */
.cart-table .cart-tax-total:after {
content: '';
position: absolute;
width: 0;
height: 0;
display: block;
border-top: 6px solid transparent;
border-bottom: 6px solid transparent;
border-right: 6px solid #FFFFFF;
border-left: none;
position: absolute;
top: 3px;
right: -11px;
}
/* line 374, ../scss/module/_checkout-cart.scss */
.cart-table .cart-tax-total.cart-tax-total-expanded:after {
content: '';
position: absolute;
width: 0;
height: 0;
display: block;
border-right: 6px solid transparent;
border-left: 6px solid transparent;
border-top: 6px solid #FFFFFF;
border-bottom: none;
right: -15px;
top: 6px;
}
/* line 382, ../scss/module/_checkout-cart.scss */
.cart-table .cart-links > li {
white-space: nowrap;
line-height: 1.3;
margin-bottom: 5px;
min-width: 65px;
font-size: 13px;
}
/* line 389, ../scss/module/_checkout-cart.scss */
.cart-table .cart-links > li > a {
display: block;
color: #CC9D49;
}
/* line 394, ../scss/module/_checkout-cart.scss */
.cart-table .cart-links > li:last-child {
margin-bottom: 0;
}
/* line 399, ../scss/module/_checkout-cart.scss */
.cart-table .product-cart-actions {
min-width: 60px;
text-align: center;
}
/* line 403, ../scss/module/_checkout-cart.scss */
.cart-table .product-cart-actions .qty {
height: 30px;
border-color: #e6e6e6;
margin-bottom: 10px;
text-align: center;
width: 3.2em;
}
/* line 411, ../scss/module/_checkout-cart.scss */
.cart-table .product-cart-actions .button {
margin-bottom: 10px;
}
/* line 416, ../scss/module/_checkout-cart.scss */
.cart-table .item-options {
color: #e6e6e6;
}
/* line 420, ../scss/module/_checkout-cart.scss */
.cart-table .btn-continue {
float: right;
}
/* line 425, ../scss/module/_checkout-cart.scss */
.cart-table .cart-footer-actions .button {
padding: 6px 15px;
}
@media only screen and (max-width: 770px) {
/* line 434, ../scss/module/_checkout-cart.scss */
.cart-table th {
font-size: 12px;
}
/* line 438, ../scss/module/_checkout-cart.scss */
.cart-table th,
.cart-table td {
padding: 7px 6px;
}
/* line 443, ../scss/module/_checkout-cart.scss */
.cart-table .product-cart-actions > li {
white-space: inherit;
}
}
@media only screen and (max-width: 699px) {
/* line 452, ../scss/module/_checkout-cart.scss */
.display-both-prices .cart-table thead th.cart-total-head,
.display-both-prices .cart-table td.product-cart-total {
display: none;
}
}
@media only screen and (max-width: 599px) {
/* line 463, ../scss/module/_checkout-cart.scss */
.cart-table colgroup, .cart-table thead {
display: none;
}
/* line 467, ../scss/module/_checkout-cart.scss */
.cart-table tr {
display: block;
margin-bottom: 10px;
padding-bottom: 10px;
position: relative;
width: 100%;
}
/* line 474, ../scss/module/_checkout-cart.scss */
.cart-table tr:after {
content: '';
display: table;
clear: both;
}
/* line 478, ../scss/module/_checkout-cart.scss */
.cart-table tr:last-child {
margin-bottom: 0;
}
/* line 483, ../scss/module/_checkout-cart.scss */
.cart-table tbody .cart-items-count {
display: block;
}
/* line 487, ../scss/module/_checkout-cart.scss */
.cart-table tbody tr.cart-items-count {
display: block;
padding: 10px;
margin: 0;
font-size: 0;
}
/* line 494, ../scss/module/_checkout-cart.scss */
.cart-table tbody tr.cart-items-count td {
display: inline-block;
padding: 0;
width: 50%;
font-size: initial;
}
/* line 501, ../scss/module/_checkout-cart.scss */
.cart-table tfoot tr {
padding-bottom: 0;
}
/* line 505, ../scss/module/_checkout-cart.scss */
.cart-table td {
border: none;
display: block;
}
/* line 509, ../scss/module/_checkout-cart.scss */
.cart-table td[data-rwd-label] {
padding-left: 15px;
margin-bottom: 6px;
}
/* line 513, ../scss/module/_checkout-cart.scss */
.cart-table td[data-rwd-label] .price {
font-weight: normal;
}
/* line 517, ../scss/module/_checkout-cart.scss */
.cart-table td[data-rwd-label]:before {
content: attr(data-rwd-label) ":";
font-size: 12px;
font-family: "Trebuchet MS", "Helvetica Neue", Verdana, Arial, sans-serif;
padding-right: 5px;
text-transform: uppercase;
}
/* line 526, ../scss/module/_checkout-cart.scss */
.cart-table td.product-cart-price {
text-align: left;
}
/* line 531, ../scss/module/_checkout-cart.scss */
.cart-table .cart-links {
padding-top: 5px;
padding-right: 5px;
}
/* line 535, ../scss/module/_checkout-cart.scss */
.cart-table .cart-links > li {
white-space: normal;
text-align: center;
}
/* line 539, ../scss/module/_checkout-cart.scss */
.cart-table .cart-links > li > a {
padding: 2px 0px;
}
/* line 545, ../scss/module/_checkout-cart.scss */
.cart-table .cart-tax-info {
font-style: italic;
padding-left: 15px;
font-size: 13px;
}
/* line 550, ../scss/module/_checkout-cart.scss */
.cart-table .cart-tax-info .price {
font-size: 13px;
}
/* line 555, ../scss/module/_checkout-cart.scss */
.cart-table .product-cart-image {
width: 25%;
float: left;
padding-bottom: 0;
}
/* line 560, ../scss/module/_checkout-cart.scss */
.cart-table .product-cart-image a.cart-edit {
display: block;
font-size: 16px;
text-align: center;
text-transform: uppercase;
}
/* line 568, ../scss/module/_checkout-cart.scss */
.cart-table .product-cart-info,
.cart-table td[data-rwd-label] {
float: right;
width: 75%;
}
/* line 574, ../scss/module/_checkout-cart.scss */
.cart-table .product-cart-info {
padding-bottom: 0;
}
/* line 578, ../scss/module/_checkout-cart.scss */
.cart-table .product-cart-actions,
.cart-table .product-cart-price {
padding-bottom: 0;
padding-top: 0;
float: right;
}
/* line 585, ../scss/module/_checkout-cart.scss */
.cart-table .product-cart-remove,
.cart-table .product-cart-total,
.cart-table .product-cart-actions .cart-links {
display: none;
}
/* line 591, ../scss/module/_checkout-cart.scss */
.cart-table .product-cart-image .cart-links,
.cart-table .product-cart-info .btn-remove {
display: block;
}
/* line 597, ../scss/module/_checkout-cart.scss */
.cart-table .product-cart-actions .button {
display: none;
}
/* line 603, ../scss/module/_checkout-cart.scss */
.cart-table .product-cart-info .btn-remove {
float: right;
margin: 0 0 2px 7px;
}
/* line 608, ../scss/module/_checkout-cart.scss */
.cart-table .product-cart-info .product-cart-sku {
margin-bottom: 5px;
}
/* line 613, ../scss/module/_checkout-cart.scss */
.cart-table .product-cart-actions {
text-align: left;
}
/* line 616, ../scss/module/_checkout-cart.scss */
.cart-table .product-cart-actions .qty {
margin-right: 7px;
margin-bottom: 7px;
}
/* line 621, ../scss/module/_checkout-cart.scss */
.cart-table .product-cart-actions .button {
margin-bottom: 7px;
}
/* line 626, ../scss/module/_checkout-cart.scss */
.cart-table .price,
.cart-table .product-cart-price:before {
font-weight: 500;
font-family: "Trebuchet MS", "Helvetica Neue", Verdana, Arial, sans-serif;
}
/* line 632, ../scss/module/_checkout-cart.scss */
.cart-table .cart-footer-actions {
text-align: center;
width: 100%;
}
/* line 636, ../scss/module/_checkout-cart.scss */
.cart-table .cart-footer-actions #empty_cart_button {
float: right;
}
/* line 640, ../scss/module/_checkout-cart.scss */
.cart-table .cart-footer-actions .btn-continue {
float: left;
}
/* line 644, ../scss/module/_checkout-cart.scss */
.cart-table .cart-footer-actions .btn-update,
.cart-table .cart-footer-actions span.or {
display: none;
}
/* line 655, ../scss/module/_checkout-cart.scss */
.display-both-prices .cart-table td[data-rwd-tax-label]:before {
content: attr(data-rwd-tax-label) ":";
}
/* line 664, ../scss/module/_checkout-cart.scss */
.cart .cart-totals .cart-items-summary {
font-size: 0;
}
/* line 667, ../scss/module/_checkout-cart.scss */
.cart .cart-totals .cart-items-summary span {
display: inline-block;
}
}
@media only screen and (max-width: 479px) {
/* line 675, ../scss/module/_checkout-cart.scss */
.cart-table .cart-footer-actions .btn-continue {
float: right;
clear: right;
margin-top: 10px;
}
}
/* ============================================ *
* Checkout - Estimate Shipping and Tax
* ============================================ */
/* line 688, ../scss/module/_checkout-cart.scss */
.shipping h2 {
font-size: 14px;
margin: 0 0 5px;
color: #d7d7d7;
}
/* line 694, ../scss/module/_checkout-cart.scss */
.shipping select {
max-width: 100%;
display: block;
}
/* line 699, ../scss/module/_checkout-cart.scss */
.shipping select.validation-failed {
border-color: #9A0A1D;
}
/* line 703, ../scss/module/_checkout-cart.scss */
.shipping .shipping-desc {
display: none;
}
/* line 707, ../scss/module/_checkout-cart.scss */
.shipping .buttons-set {
border: none;
margin: 0;
padding: 0;
}
/* line 714, ../scss/module/_checkout-cart.scss */
.shipping .form-list:after {
content: '';
display: table;
clear: both;
}
/* line 717, ../scss/module/_checkout-cart.scss */
.shipping .form-list li {
float: left;
margin: 5px 2% 10px 0;
}
/* line 722, ../scss/module/_checkout-cart.scss */
.shipping .form-list .shipping-country {
width: 37%;
}
/* line 726, ../scss/module/_checkout-cart.scss */
.shipping .form-list .shipping-region {
width: 41%;
}
/* line 730, ../scss/module/_checkout-cart.scss */
.shipping .form-list .shipping-postcode {
margin-right: 0;
width: 18%;
}
/* line 735, ../scss/module/_checkout-cart.scss */
.shipping .form-list .input-box {
padding-top: 0;
width: auto;
}
/* line 740, ../scss/module/_checkout-cart.scss */
.shipping .form-list label {
font-family: "Trebuchet MS", "Helvetica Neue", Verdana, Arial, sans-serif;
font-size: 12px;
font-weight: 400;
text-transform: uppercase;
white-space: nowrap;
}
/* line 749, ../scss/module/_checkout-cart.scss */
.shipping .sp-methods {
padding: 10px 0 0;
text-align: left;
}
/* line 753, ../scss/module/_checkout-cart.scss */
.shipping .sp-methods dd {
margin-bottom: 10px;
}
/* line 757, ../scss/module/_checkout-cart.scss */
.shipping .sp-methods label {
font-family: "Trebuchet MS", Georgia, Times, "Times New Roman", serif;
font-size: 12px;
font-style: italic;
min-width: 100px;
}
/* line 763, ../scss/module/_checkout-cart.scss */
.shipping .sp-methods label span {
font-family: "Trebuchet MS", "Helvetica Neue", Verdana, Arial, sans-serif;
font-weight: bold;
font-style: normal;
}
/* line 771, ../scss/module/_checkout-cart.scss */
.shipping #co-shipping-method-form .buttons-set .button {
float: left;
margin-left: 0;
}
/* line 775, ../scss/module/_checkout-cart.scss */
.shipping #co-shipping-method-form .sp-methods dd label {
border: 1px solid #2a2c2c;
background-color: #ededed;
min-width: 220px;
}
/* line 780, ../scss/module/_checkout-cart.scss */
.shipping #co-shipping-method-form .sp-methods dd label:hover {
background-color: gainsboro;
}
@media only screen and (max-width: 770px) {
/* line 788, ../scss/module/_checkout-cart.scss */
.shipping .shipping-form .form-list > li {
width: 100%;
float: none;
}
/* line 792, ../scss/module/_checkout-cart.scss */
.shipping .shipping-form .form-list > li label {
display: block;
}
/* line 796, ../scss/module/_checkout-cart.scss */
.shipping .shipping-form .form-list > li input,
.shipping .shipping-form .form-list > li select {
width: 100%;
}
}
@media only screen and (max-width: 900px) {
/* line 806, ../scss/module/_checkout-cart.scss */
.shipping .shipping-form .form-list > li h2 {
margin: 0 0 10px;
}
}
/* line 816, ../scss/module/_checkout-cart.scss */
.cart-totals-wrapper > h4 {
background: linear-gradient(#333333, #222222);
margin: 0;
padding: 10px;
}
/* line 822, ../scss/module/_checkout-cart.scss */
.cart .cart-totals {
text-align: right;
}
/* line 828, ../scss/module/_checkout-cart.scss */
.cart .cart-totals .cart-items-summary {
text-align: left;
border-bottom: 1px solid #302f2f;
padding-bottom: 10px;
color: #aaa;
}
/* line 834, ../scss/module/_checkout-cart.scss */
.cart .cart-totals .cart-items-summary span {
padding-right: 10px;
font-size: 12px;
}
/* line 840, ../scss/module/_checkout-cart.scss */
.cart .cart-totals:after {
content: '';
display: table;
clear: both;
}
/* line 844, ../scss/module/_checkout-cart.scss */
.cart .cart-totals table {
font-family: "Trebuchet MS", "Helvetica Neue", Verdana, Arial, sans-serif;
font-size: 14px;
margin-bottom: 20px;
text-transform: uppercase;
width: 100%;
color: #d7d7d7;
}
/* line 852, ../scss/module/_checkout-cart.scss */
.cart .cart-totals table td {
padding: 10px;
}
/* line 855, ../scss/module/_checkout-cart.scss */
.cart .cart-totals table td:first-child {
padding-right: 10px;
min-width: 120px;
}
/* line 860, ../scss/module/_checkout-cart.scss */
.cart .cart-totals table tbody tr:last-child td,
.cart .cart-totals table tbody tr:last-child th {
padding-bottom: 10px;
}
/* line 865, ../scss/module/_checkout-cart.scss */
.cart .cart-totals table tbody td.tax {
font-size: 10px;
}
/* line 870, ../scss/module/_checkout-cart.scss */
.cart .cart-totals table tbody tr + tr td {
padding-top: 0;
}
/* line 875, ../scss/module/_checkout-cart.scss */
.cart .cart-totals table tfoot {
border-top: 1px solid #302f2f;
border-bottom: 1px solid #302f2f;
}
/* line 878, ../scss/module/_checkout-cart.scss */
.cart .cart-totals table tfoot td {
font-size: 20px;
vertical-align: top;
}
/* line 882, ../scss/module/_checkout-cart.scss */
.cart .cart-totals table tfoot td.tax {
font-size: 10px;
}
/* line 885, ../scss/module/_checkout-cart.scss */
.cart .cart-totals table tfoot strong span,
.cart .cart-totals table tfoot span.price {
font-family: "NespressoLucas-Regular", "Helvetica Neue", Verdana, Arial, sans-serif;
white-space: nowrap;
vertical-align: middle;
}
/* line 892, ../scss/module/_checkout-cart.scss */
.cart .cart-totals table tfoot strong {
font-weight: 400;
vertical-align: middle;
}
@media only screen and (max-width: 350px) {
/* line 899, ../scss/module/_checkout-cart.scss */
.cart .cart-totals table td {
text-align: left;
}
/* line 904, ../scss/module/_checkout-cart.scss */
.cart .cart-totals table tfoot span.price {
white-space: normal;
}
/* line 908, ../scss/module/_checkout-cart.scss */
.cart .cart-totals table tfoot tr td:first-child {
width: 40%;
}
/* line 911, ../scss/module/_checkout-cart.scss */
.cart .cart-totals table tfoot tr td:last-child {
width: 60%;
}
}
@media only screen and (max-width: 600px) {
/* line 922, ../scss/module/_checkout-cart.scss */
.cart-totals {
text-align: right;
}
}
@media only screen and (max-width: 900px) {
/* line 928, ../scss/module/_checkout-cart.scss */
.cart .cart-totals table tfoot td {
font-size: 16px;
}
}
/* line 937, ../scss/module/_checkout-cart.scss */
.discount-form:after,
#giftcard-form:after {
content: '';
display: table;
clear: both;
}
/* line 942, ../scss/module/_checkout-cart.scss */
.method-checkout-cart-coupon {
border-bottom: 1px solid #302f2f;
padding-bottom: 15px;
margin-bottom: 10px !important;
}
/* line 948, ../scss/module/_checkout-cart.scss */
#discount-coupon-form,
.cart .giftcard {
width: 100%;
}
/* line 952, ../scss/module/_checkout-cart.scss */
#discount-coupon-form strong,
.cart .giftcard strong {
font-size: 20px;
font-weight: 400;
vertical-align: middle;
text-transform: uppercase;
}
/* line 959, ../scss/module/_checkout-cart.scss */
#discount-coupon-form label,
.cart .giftcard label {
font-family: "Trebuchet MS", "Helvetica Neue", Verdana, Arial, sans-serif;
font-size: 12px;
font-weight: 400;
text-align: left;
text-transform: uppercase;
min-width: 105px;
display: inline-block;
margin-right: 10px;
}
/* line 970, ../scss/module/_checkout-cart.scss */
#discount-coupon-form .field-wrapper,
.cart .giftcard .field-wrapper {
display: block;
}
/* line 974, ../scss/module/_checkout-cart.scss */
#discount-coupon-form .validation-advice,
.cart .giftcard .validation-advice {
display: block;
}
/* line 978, ../scss/module/_checkout-cart.scss */
#discount-coupon-form .button-wrapper,
.cart .giftcard .button-wrapper {
display: inline-block;
vertical-align: bottom;
}
/* line 982, ../scss/module/_checkout-cart.scss */
#discount-coupon-form .button-wrapper > button,
.cart .giftcard .button-wrapper > button {
float: left;
}
/* line 987, ../scss/module/_checkout-cart.scss */
#discount-coupon-form .input-text,
.cart .giftcard .input-text {
margin: 5px 0px;
width: 270px;
}
/* line 993, ../scss/module/_checkout-cart.scss */
.cart .giftcard p {
margin-bottom: 7px;
}
/* line 997, ../scss/module/_checkout-cart.scss */
.cart .giftcard .check-gc-status {
float: left;
padding: 0px;
}
/* line 1001, ../scss/module/_checkout-cart.scss */
.cart .giftcard .check-gc-status > span > span {
font-size: 14px;
text-transform: none;
}
/* ============================================ *
* Checkout - Cart Cross sell
* ============================================ */
/* line 1012, ../scss/module/_checkout-cart.scss */
.crosssell h2 {
color: #2F4870;
}
/* line 1016, ../scss/module/_checkout-cart.scss */
.crosssell .item a.product-image {
width: auto;
float: left;
}
/* Change the layout to 2 columns at a breakpoint that is higher than a 3 columns layout would normally break */
@media only screen and (max-width: 900px) {
/* line 1024, ../scss/module/_checkout-cart.scss */
.crosssell {
/* Undo three-column config */
}
/* line 1025, ../scss/module/_checkout-cart.scss */
.crosssell .products-grid > li:nth-child(even),
.crosssell .products-grid > li:nth-child(3n),
.crosssell .products-grid > li {
width: 47.72727%;
margin-right: 4.54545%;
}
/* line 1032, ../scss/module/_checkout-cart.scss */
.crosssell .products-grid > li:nth-child(odd) {
clear: left;
}
/* line 1036, ../scss/module/_checkout-cart.scss */
.crosssell .products-grid > li:nth-child(even) {
margin-right: 0;
}
/* line 1041, ../scss/module/_checkout-cart.scss */
.crosssell .products-grid > li:nth-child(3n+1) {
clear: none;
}
}
@media only screen and (max-width: 599px) {
/* line 1050, ../scss/module/_checkout-cart.scss */
.cart-table .cart-tax-total:after {
right: -9px;
}
/* line 1054, ../scss/module/_checkout-cart.scss */
.cart-table .cart-tax-total.cart-tax-total-expanded:after {
right: -13px;
}
}
@media only screen and (max-width: 320px) {
/* line 1065, ../scss/module/_checkout-cart.scss */
.crosssell ul .item {
padding: 0 0px 40px;
}
/* line 1069, ../scss/module/_checkout-cart.scss */
.crosssell ul .product-details .crosssell-actions {
padding: 0 5px;
}
}
/* line 1076, ../scss/module/_checkout-cart.scss */
.j2t-autoadd-cart {
background-color: #1b1b1b;
}
/* line 1080, ../scss/module/_checkout-cart.scss */
.j2t-autoadd-cart h2 {
padding-bottom: 20px;
}
/* line 1084, ../scss/module/_checkout-cart.scss */
.j2t-autoadd-cart-in h2.product-name {
height: 45px;
font-size: 12px;
}
/* line 1089, ../scss/module/_checkout-cart.scss */
.j2t-autoadd-cart-in h2.product-name a {
color: #d7d7d7;
}
/* line 1093, ../scss/module/_checkout-cart.scss */
.j2t-autoadd-pic img {
margin: 0 auto;
}
/* ============================================ *
* Checkout - One Page
* ============================================ */
/* line 6, ../scss/module/_checkout-onepage.scss */
.checkout-onepage-index .col-right,
.checkout-onepage-index .col-left,
.checkout-onepage-index .header-phone-number,
.checkout-onepage-index #header-nav,
.checkout-onepage-index .skip-nav,
.checkout-onepage-index .signin-hint,
.checkout-onepage-index .page-title,
.checkout-onepage-index .account-cart-wrapper {
display: none;
}
/* line 18, ../scss/module/_checkout-onepage.scss */
.checkout-onepage-index .col-main {
width: auto;
float: none;
}
/* line 25, ../scss/module/_checkout-onepage.scss */
.checkout-onepage-index .phone-number .phone-number-field + .phone-number-field {
margin-top: 10px;
}
/* line 30, ../scss/module/_checkout-onepage.scss */
.checkout-onepage-index .step-subtitle {
background-color: #f3f3f3;
margin: 30px -40px;
padding: 20px;
}
/* line 35, ../scss/module/_checkout-onepage.scss */
.checkout-onepage-index .step-subtitle h3 {
margin-bottom: 0;
}
/* line 39, ../scss/module/_checkout-onepage.scss */
.checkout-onepage-index .step-subtitle:first-of-type {
margin-top: -30px;
}
@media only screen and (max-width: 599px) {
/* line 30, ../scss/module/_checkout-onepage.scss */
.checkout-onepage-index .step-subtitle {
margin: 20px -20px;
}
/* line 46, ../scss/module/_checkout-onepage.scss */
.checkout-onepage-index .step-subtitle:first-of-type {
margin-top: -20px;
}
}
@media only screen and (min-width: 901px) {
/* line 54, ../scss/module/_checkout-onepage.scss */
.checkout-onepage-index .scaffold-form .input-box {
width: calc(100% - 180px);
}
/* line 59, ../scss/module/_checkout-onepage.scss */
.checkout-onepage-index .scaffold-form label:first-child {
width: 170px;
}
}
@media only screen and (min-width: 771px) {
/* line 68, ../scss/module/_checkout-onepage.scss */
.checkout-onepage-index .phone-number .phone-number-field {
width: 29%;
margin-left: 1%;
margin-top: 0 !important;
float: left;
}
/* line 74, ../scss/module/_checkout-onepage.scss */
.checkout-onepage-index .phone-number .phone-number-field:first-child {
width: 40%;
margin-left: 0;
}
/* line 83, ../scss/module/_checkout-onepage.scss */
.checkout-onepage-index .customer-name-prefix .name-prefix .input-box {
width: 155px;
}
}
@media only screen and (min-width: 901px) {
/* line 93, ../scss/module/_checkout-onepage.scss */
.checkout-onepage-index .col-main {
float: left;
width: 68.75%;
padding-right: 20px;
}
/* line 99, ../scss/module/_checkout-onepage.scss */
.checkout-onepage-index .col-right,
.checkout-onepage-index .col-left {
width: 31.25%;
display: block;
}
/* line 105, ../scss/module/_checkout-onepage.scss */
.checkout-onepage-index .col-right {
padding-left: 0;
}
}
@media only screen and (max-width: 900px) {
/* line 113, ../scss/module/_checkout-onepage.scss */
.checkout-onepage-index .col-main {
padding-right: 0;
}
}
/* line 122, ../scss/module/_checkout-onepage.scss */
.opc #co-billing-form ul.form-list > .control {
float: none;
}
/* -------------------------------------------- *
* Section Styling - Default
*/
/* line 132, ../scss/module/_checkout-onepage.scss */
.opc .section .step-title {
background: #eeeeee;
/* Old browsers */
background: -moz-linear-gradient(top, #eeeeee 0%, #cccccc 100%);
/* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #eeeeee), color-stop(100%, #cccccc));
/* Chrome,Safari4+ */
background: -webkit-linear-gradient(top, #eeeeee 0%, #cccccc 100%);
/* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top, #eeeeee 0%, #cccccc 100%);
/* Opera 11.10+ */
background: -ms-linear-gradient(top, #eeeeee 0%, #cccccc 100%);
/* IE10+ */
background: linear-gradient(to bottom, #eeeeee 0%, #cccccc 100%);
/* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#eeeeee', endColorstr='#cccccc',GradientType=0 );
/* IE6-9 */
color: #2a2c2c;
line-height: 2.5;
padding-left: 20px;
margin: 0 -40px;
text-transform: none;
position: relative;
-moz-user-select: none;
-ms-user-select: none;
-webkit-user-select: none;
-o-user-select: none;
user-select: none;
}
/* line 142, ../scss/module/_checkout-onepage.scss */
.opc .section .step-title:after {
content: '';
display: table;
clear: both;
}
@media only screen and (max-width: 599px) {
/* line 132, ../scss/module/_checkout-onepage.scss */
.opc .section .step-title {
margin: 0 -20px;
}
}
/* line 151, ../scss/module/_checkout-onepage.scss */
.opc .section.allow:not(.active) .step-title {
cursor: pointer;
}
/* Using .no-touch since touch devices emulate hover, thereby making steps look active that are not */
/* line 156, ../scss/module/_checkout-onepage.scss */
.no-touch .opc .section.allow:not(.active) .step-title:hover {
background-color: #F4F4F4;
}
/* line 164, ../scss/module/_checkout-onepage.scss */
.opc .section .step-title a {
display: none;
}
/* line 168, ../scss/module/_checkout-onepage.scss */
.opc .section.allow:not(.active) .step-title a {
display: block;
float: right;
line-height: 60px;
height: 60px;
padding: 0px 20px;
color: #51504E;
}
@media only screen and (max-width: 770px) {
/* line 168, ../scss/module/_checkout-onepage.scss */
.opc .section.allow:not(.active) .step-title a {
font-size: 0;
height: 41px;
line-height: 41px;
}
/* line 180, ../scss/module/_checkout-onepage.scss */
.opc .section.allow:not(.active) .step-title a:after {
font-family: FontAwesome;
text-rendering: auto;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
-moz-transform: translate(0, 0);
-ms-transform: translate(0, 0);
-webkit-transform: translate(0, 0);
transform: translate(0, 0);
content: "";
font-size: 14px;
color: #2a2c2c;
}
}
/* line 193, ../scss/module/_checkout-onepage.scss */
.no-touch .opc .section .step-title a:hover {
text-decoration: none;
}
/* line 197, ../scss/module/_checkout-onepage.scss */
.opc .section .step-title .number,
.opc .section.allow.active .step-title .number,
.no-touch .opc .section.allow:hover .step-title .number {
font-size: 24px;
width: 26px;
height: 26px;
text-align: center;
line-height: 26px;
display: block;
position: absolute;
top: 50%;
left: 10px;
margin-top: -13px;
}
@media only screen and (max-width: 770px) {
/* line 197, ../scss/module/_checkout-onepage.scss */
.opc .section .step-title .number,
.opc .section.allow.active .step-title .number,
.no-touch .opc .section.allow:hover .step-title .number {
font-size: 12px;
}
}
/* line 216, ../scss/module/_checkout-onepage.scss */
.opc .section.allow .step-title h2, .opc .section.allow .step-title .number {
color: #888888;
}
/* line 222, ../scss/module/_checkout-onepage.scss */
.opc .section.allow .step-title:hover h2, .opc .section.allow .step-title:hover a, .opc .section.allow .step-title:hover .number,
.opc .section.active .step-title h2,
.opc .section.active .step-title a,
.opc .section.active .step-title .number {
color: #2a2c2c;
}
/* line 228, ../scss/module/_checkout-onepage.scss */
.opc .section .step-title h2 {
font-size: 24px;
font-weight: 400;
line-height: 60px;
height: 60px;
float: left;
margin: 0px 4px 0px 28px;
color: #2a2c2c;
padding: 0;
}
@media only screen and (max-width: 770px) {
/* line 228, ../scss/module/_checkout-onepage.scss */
.opc .section .step-title h2 {
font-size: 12px;
line-height: 41px;
height: 41px;
margin-left: 25px;
}
}
/* line 246, ../scss/module/_checkout-onepage.scss */
.opc .section .step {
background-color: #f9f9f9;
}
/* line 249, ../scss/module/_checkout-onepage.scss */
.opc .section .step:after {
content: '';
display: table;
clear: both;
}
/* line 254, ../scss/module/_checkout-onepage.scss */
.opc h3 {
font-weight: 500;
}
/* line 258, ../scss/module/_checkout-onepage.scss */
.opc .buttons-set {
text-align: left;
background-color: #F3F3F3;
position: relative;
}
/* line 263, ../scss/module/_checkout-onepage.scss */
.opc .buttons-set button.button {
float: right;
margin-left: 0;
margin-bottom: 0;
}
/* line 269, ../scss/module/_checkout-onepage.scss */
.opc .buttons-set p.required {
float: right;
margin-left: 5px;
margin-bottom: 0;
}
/* line 274, ../scss/module/_checkout-onepage.scss */
.opc .buttons-set .back-link {
float: left;
margin: 0;
}
/* line 278, ../scss/module/_checkout-onepage.scss */
.opc .buttons-set .back-link ~ .please-wait {
left: calc(50% - 100px);
-moz-transform: translateX(-50%);
-ms-transform: translateX(-50%);
-webkit-transform: translateX(-50%);
transform: translateX(-50%);
}
/* line 283, ../scss/module/_checkout-onepage.scss */
.opc .buttons-set a {
line-height: 20px;
display: inline-block;
padding: 5px 5px 5px 0;
color: #51504E;
}
/* line 289, ../scss/module/_checkout-onepage.scss */
.opc .buttons-set a:hover {
color: #2a2c2c;
}
/* line 294, ../scss/module/_checkout-onepage.scss */
.opc .buttons-set .please-wait {
position: relative;
}
@media only screen and (max-width: 479px) {
/* line 302, ../scss/module/_checkout-onepage.scss */
.opc .buttons-set .button + .buttons-set .button,
.paypal-express-review .buttons-set .button + .buttons-set .button {
margin-left: 0;
}
/* line 308, ../scss/module/_checkout-onepage.scss */
.opc .buttons-set .please-wait, .opc .buttons-set .back-link ~ .please-wait {
margin-top: 20px;
left: 50%;
-moz-transform: translateX(-50%);
-ms-transform: translateX(-50%);
-webkit-transform: translateX(-50%);
transform: translateX(-50%);
}
}
/* line 317, ../scss/module/_checkout-onepage.scss */
.opc #opc-login .step {
padding: 0px;
}
/* line 321, ../scss/module/_checkout-onepage.scss */
.opc #opc-login .buttons-set {
border-top: 0;
margin-top: 25px;
}
@media only screen and (max-width: 770px) {
/* line 328, ../scss/module/_checkout-onepage.scss */
.opc #opc-login .description,
.opc #opc-login p.required {
display: none;
}
}
/* line 334, ../scss/module/_checkout-onepage.scss */
#opc-payment .note {
padding: 10px;
}
/* -------------------------------------------- *
* This section hides everything but the "Checkout Method" step of the checkout process and fades in the content
* once the customer progresses to the next step. The purpose of this is to simplify what the customer has to focus on.
* It is limited to larger viewports since smaller devices are inherently going to be focused solely on the
* "Checkout Method" step.
*/
/* line 345, ../scss/module/_checkout-onepage.scss */
.opc.opc-firststep-login .section:not(#opc-login) .step-title,
.opc-block-progress-step-login {
-moz-transition: opacity 300ms 0;
-o-transition: opacity 300ms 0;
-webkit-transition: opacity 300ms 0;
transition: opacity 300ms 0;
}
/* line 350, ../scss/module/_checkout-onepage.scss */
.opc.opc-firststep-login .section#opc-login .step-title .number {
-moz-transition: width 80ms 0;
-o-transition: width 80ms 0;
-webkit-transition: width 80ms 0;
transition: width 80ms 0;
}
/* line 354, ../scss/module/_checkout-onepage.scss */
.opc.opc-firststep-login .section#opc-login .step-title h2 {
-moz-transition: margin-left 80ms 0;
-o-transition: margin-left 80ms 0;
-webkit-transition: margin-left 80ms 0;
transition: margin-left 80ms 0;
}
/* When a user progresses from the "Checkout Method" to "Billing Information" for the first time, the */
/* "opc-has-progressed-from-login" class gets added to the body. Also, the .opc element will only have the */
/* "opc-firststep-login" class if the first step of the checkout is the "Checkout Method" (eg, not when logged in) */
/* line 361, ../scss/module/_checkout-onepage.scss */
body:not(.opc-has-progressed-from-login) .opc.opc-firststep-login .section:not(#opc-login) .step-title {
display: none;
}
/* line 365, ../scss/module/_checkout-onepage.scss */
body:not(.opc-has-progressed-from-login) .opc.opc-firststep-login .section#opc-login .step-title .number {
width: 0px;
overflow: hidden;
}
/* line 370, ../scss/module/_checkout-onepage.scss */
body:not(.opc-has-progressed-from-login) .opc.opc-firststep-login .section#opc-login .step-title h2 {
margin-left: 0px;
}
/* -------------------------------------------- *
* Shipping and Payment methods
*/
/* line 378, ../scss/module/_checkout-onepage.scss */
.sp-methods {
margin: 30px 0;
}
@media only screen and (max-width: 599px) {
/* line 378, ../scss/module/_checkout-onepage.scss */
.sp-methods {
margin: 20px 0;
}
}
/* line 385, ../scss/module/_checkout-onepage.scss */
.sp-methods dt {
margin: 13px 0 5px;
text-transform: uppercase;
}
/* line 389, ../scss/module/_checkout-onepage.scss */
.sp-methods dt:first-child {
margin: 0 0 5px;
}
/* line 393, ../scss/module/_checkout-onepage.scss */
.sp-methods dd li {
margin: 5px 0;
}
/* line 398, ../scss/module/_checkout-onepage.scss */
.sp-methods dd .messages {
margin-top: 0;
margin-bottom: 40px;
}
/* line 402, ../scss/module/_checkout-onepage.scss */
.sp-methods dd .messages li li {
text-shadow: none;
}
/* line 408, ../scss/module/_checkout-onepage.scss */
.sp-methods dd:last-of-type .messages {
margin-bottom: 0;
}
/* line 414, ../scss/module/_checkout-onepage.scss */
.sp-methods label {
font-size: 14px;
}
/* line 417, ../scss/module/_checkout-onepage.scss */
.sp-methods .shipping_disabled {
color: #888888 !important;
}
/* line 420, ../scss/module/_checkout-onepage.scss */
.sp-methods label img {
float: left;
}
/* line 423, ../scss/module/_checkout-onepage.scss */
.sp-methods label a {
margin-top: 6px;
float: right;
margin-left: 10px;
}
/* line 428, ../scss/module/_checkout-onepage.scss */
.sp-methods .price {
font-weight: bold;
}
/* line 432, ../scss/module/_checkout-onepage.scss */
.sp-methods .form-list {
margin: 0;
}
/* line 435, ../scss/module/_checkout-onepage.scss */
.sp-methods .form-list li {
margin: 0 0 8px;
}
/* line 439, ../scss/module/_checkout-onepage.scss */
.sp-methods .form-list.checkout-agreements {
padding: 0;
}
/* line 443, ../scss/module/_checkout-onepage.scss */
.sp-methods select.month {
width: 120px;
margin-right: 10px;
}
/* line 447, ../scss/module/_checkout-onepage.scss */
.sp-methods select.year {
width: 96px;
}
/* line 450, ../scss/module/_checkout-onepage.scss */
.sp-methods input.cvv {
width: 4em !important;
}
/* line 453, ../scss/module/_checkout-onepage.scss */
.sp-methods #advice-validate-cc-exp-ccsave_expiration {
max-width: 130px;
}
/* line 458, ../scss/module/_checkout-onepage.scss */
.sp-methods .checkmo-list li {
margin: 0 0 5px;
content: '';
display: table;
clear: both;
}
/* line 462, ../scss/module/_checkout-onepage.scss */
.sp-methods .checkmo-list label {
width: 165px;
padding-right: 15px;
text-align: right;
float: left;
}
/* line 468, ../scss/module/_checkout-onepage.scss */
.sp-methods .checkmo-list address {
float: left;
}
@media only screen and (max-width: 479px) {
/* line 457, ../scss/module/_checkout-onepage.scss */
.sp-methods .checkmo-list {
padding-left: 0;
}
/* line 475, ../scss/module/_checkout-onepage.scss */
.sp-methods .checkmo-list label {
width: 135px;
}
}
/* line 481, ../scss/module/_checkout-onepage.scss */
.sp-methods .release-amounts {
margin: 0.5em 0;
}
/* line 484, ../scss/module/_checkout-onepage.scss */
.sp-methods .release-amounts button {
float: left;
margin: 5px 10px 0 0;
}
/* One Page Checkout */
/* line 491, ../scss/module/_checkout-onepage.scss */
.block-progress {
border: 0;
margin: 0;
color: #2a2c2c;
}
/* line 496, ../scss/module/_checkout-onepage.scss */
.block-progress .block-title {
display: none;
}
/* line 500, ../scss/module/_checkout-onepage.scss */
.block-progress .block-content {
font-size: 13px;
margin-top: 0;
}
/* line 505, ../scss/module/_checkout-onepage.scss */
.block-progress dt {
padding-top: 6px;
margin: 0;
margin-bottom: 10px;
color: #FFFFFF;
font-family: "Trebuchet MS", "Helvetica Neue", Verdana, Arial, sans-serif;
font-size: 14px;
font-weight: bold;
font-style: normal;
line-height: 1.4;
text-rendering: optimizeSpeed;
text-transform: uppercase;
margin-bottom: 6px;
text-transform: uppercase;
font-weight: normal;
color: #888888;
}
/* line 514, ../scss/module/_checkout-onepage.scss */
.block-progress dt.complete {
color: #FFFFFF;
}
/* line 518, ../scss/module/_checkout-onepage.scss */
.block-progress dd {
margin-bottom: 10px;
font-family: "Trebuchet MS", Georgia, Times, "Times New Roman", serif;
}
@media only screen and (min-width: 901px) {
/* line 525, ../scss/module/_checkout-onepage.scss */
.block-progress .block-content {
background-color: #f9f9f9;
}
/* line 529, ../scss/module/_checkout-onepage.scss */
.block-progress dt {
font-size: 16px;
background-color: #e7e7e7;
padding: 19px 20px 18px 20px;
margin: 0;
border-bottom: 1px solid #d7d7d7;
box-shadow: 0px 1px 1px white;
text-transform: none;
color: #2a2c2c;
}
/* line 539, ../scss/module/_checkout-onepage.scss */
.block-progress dt.complete {
opacity: 1;
color: #2a2c2c;
}
/* line 543, ../scss/module/_checkout-onepage.scss */
.block-progress dt.complete .separator {
display: none !important;
}
/* line 547, ../scss/module/_checkout-onepage.scss */
.block-progress dt.complete .changelink a {
font-size: 0;
float: right;
}
/* line 551, ../scss/module/_checkout-onepage.scss */
.block-progress dt.complete .changelink a:after {
font-family: FontAwesome;
text-rendering: auto;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
-moz-transform: translate(0, 0);
-ms-transform: translate(0, 0);
-webkit-transform: translate(0, 0);
transform: translate(0, 0);
content: "";
font-size: 16px;
color: #2a2c2c;
}
/* line 565, ../scss/module/_checkout-onepage.scss */
.block-progress dd {
padding: 20px;
margin-bottom: 0;
}
}
/* line 571, ../scss/module/_checkout-onepage.scss */
.block-progress #payment-progress-opcheckout .subtitle {
margin-bottom: 3px;
}
/* line 574, ../scss/module/_checkout-onepage.scss */
.block-progress #payment-progress-opcheckout .subtitle strong {
font-weight: normal;
}
/* line 581, ../scss/module/_checkout-onepage.scss */
.block-progress .payment-info dt {
padding: 0;
margin: 0 0 3px 0;
color: #FFFFFF;
font-family: "Trebuchet MS", Georgia, Times, "Times New Roman", serif;
text-transform: none;
font-style: italic;
float: left;
clear: both;
font-size: 13px;
}
/* line 592, ../scss/module/_checkout-onepage.scss */
.block-progress .payment-info dt:after {
content: ': ';
}
/* line 597, ../scss/module/_checkout-onepage.scss */
.block-progress .payment-info dd {
float: left;
margin-bottom: 3px;
font-size: 13px;
}
/* line 603, ../scss/module/_checkout-onepage.scss */
.block-progress .payment-info:after {
content: '';
display: table;
clear: both;
}
/* review step */
/* line 613, ../scss/module/_checkout-onepage.scss */
#checkout-review-table .btn-remove img {
display: none;
}
/* line 619, ../scss/module/_checkout-onepage.scss */
#checkout-review-table tbody tr.last {
border-bottom: 0;
}
@media only screen and (max-width: 479px) {
/* line 624, ../scss/module/_checkout-onepage.scss */
#checkout-review-table tfoot td.a-right {
width: 40%;
}
/* line 627, ../scss/module/_checkout-onepage.scss */
#checkout-review-table tfoot td.a-right.last {
width: 60%;
}
}
/* line 636, ../scss/module/_checkout-onepage.scss */
#co-shipping-form .col-set:after {
content: '';
display: table;
clear: both;
}
/* line 640, ../scss/module/_checkout-onepage.scss */
#co-shipping-form .col-set .col-1, #co-shipping-form .col-set .col-2 {
float: left;
}
/* line 644, ../scss/module/_checkout-onepage.scss */
#co-shipping-form .col-set .col-1 {
width: 60%;
}
/* line 648, ../scss/module/_checkout-onepage.scss */
#co-shipping-form .col-set .col-2 {
width: 40%;
padding-left: 40px;
}
/* line 653, ../scss/module/_checkout-onepage.scss */
#co-shipping-form .col-set .input-box {
width: 100%;
}
/* line 656, ../scss/module/_checkout-onepage.scss */
#co-shipping-form .col-set .input-box textarea {
font-size: 13px;
border: 2px solid #e6e6e6;
background-color: white;
color: #2a2c2c;
width: 100%;
}
@media only screen and (max-width: 770px) {
/* line 666, ../scss/module/_checkout-onepage.scss */
#co-shipping-form .col-set .col-1, #co-shipping-form .col-set .col-2 {
width: 100%;
float: none;
margin-bottom: 20px;
padding: 0;
}
}
/* line 676, ../scss/module/_checkout-onepage.scss */
#checkout-communication-checkboxes {
margin-top: 22px;
}
/* line 679, ../scss/module/_checkout-onepage.scss */
#checkout-communication-checkboxes-list {
margin-top: 2px;
}
/* line 683, ../scss/module/_checkout-onepage.scss */
#checkout-review-table-wrapper {
clear: both;
margin: 30px 0;
}
/* line 687, ../scss/module/_checkout-onepage.scss */
#checkout-review-table-wrapper tfoot tr:nth-last-child(2) td {
padding-top: 10px;
}
/* line 691, ../scss/module/_checkout-onepage.scss */
#checkout-review-table-wrapper table tfoot tr.last {
border: 0px;
}
/* line 695, ../scss/module/_checkout-onepage.scss */
#checkout-review-table-wrapper table tfoot tr:nth-last-child(2) {
border-top: 1px solid #d7d7d7;
font-size: 20px;
}
/* line 699, ../scss/module/_checkout-onepage.scss */
#checkout-review-table-wrapper table tfoot td.tax {
font-size: 10px;
}
@media only screen and (max-width: 599px) {
/* line 683, ../scss/module/_checkout-onepage.scss */
#checkout-review-table-wrapper {
margin: 20px 0;
}
}
/* line 709, ../scss/module/_checkout-onepage.scss */
#review-buttons-container .btn-checkout {
min-width: 220px;
}
/* line 712, ../scss/module/_checkout-onepage.scss */
#review-buttons-container .please-wait {
display: block;
float: none;
clear: both;
}
/* line 717, ../scss/module/_checkout-onepage.scss */
#review-buttons-container .f-left {
float: left;
}
/* line 721, ../scss/module/_checkout-onepage.scss */
#review-buttons-container a {
text-decoration: underline;
}
@media only screen and (max-width: 599px) {
/* line 726, ../scss/module/_checkout-onepage.scss */
#review-buttons-container .f-left {
margin-top: 20px;
float: none;
text-align: center;
}
/* line 732, ../scss/module/_checkout-onepage.scss */
#review-buttons-container .btn-checkout {
float: none;
}
/* line 736, ../scss/module/_checkout-onepage.scss */
#review-buttons-container .please-wait {
margin-top: 20px;
left: 50%;
-moz-transform: translateX(-50%);
-ms-transform: translateX(-50%);
-webkit-transform: translateX(-50%);
transform: translateX(-50%);
display: inline-block;
}
}
@media only screen and (max-width: 599px) {
/* line 747, ../scss/module/_checkout-onepage.scss */
.linearize-table-large.checkout-review-table thead tr:nth-child(1n+2) {
display: none;
}
}
@media only screen and (max-width: 479px) {
/* line 754, ../scss/module/_checkout-onepage.scss */
.linearize-table.checkout-review-table thead tr:nth-child(1n+2) {
display: none;
}
}
/* show/hide "change" link for progress step depend on complete status
* should be placed in .css file */
/* line 761, ../scss/module/_checkout-onepage.scss */
.opc-block-progress dt.complete a,
.opc-block-progress dt.complete .separator {
display: inline;
}
/* line 766, ../scss/module/_checkout-onepage.scss */
.opc-block-progress dt a,
.opc-block-progress dt .separator {
display: none;
}
/* On small screens, the progress review content will be moved to the review step via JS. Styled via this CSS: */
/* line 772, ../scss/module/_checkout-onepage.scss */
#checkout-step-review .opc-block-progress {
border-left: none;
padding-left: 0;
}
/* line 776, ../scss/module/_checkout-onepage.scss */
#checkout-step-review .opc-block-progress .block-title {
display: none;
}
/* line 779, ../scss/module/_checkout-onepage.scss */
#checkout-step-review .opc-block-progress .block-content {
display: block !important;
padding: 0;
}
/* line 784, ../scss/module/_checkout-onepage.scss */
#checkout-step-review .opc-block-progress .block-content > dl > div {
float: left;
width: 50%;
}
@media only screen and (max-width: 479px) {
/* line 790, ../scss/module/_checkout-onepage.scss */
#checkout-step-review .opc-block-progress .block-content > dl > div {
float: none;
width: auto;
}
}
/* line 796, ../scss/module/_checkout-onepage.scss */
#checkout-step-review .opc-block-progress .block-content .changelink {
display: none;
}
@media only screen and (max-width: 900px) {
/* line 803, ../scss/module/_checkout-onepage.scss */
#checkout-step-review .opc-block-progress .block-content {
margin: 30px 0;
}
/* line 806, ../scss/module/_checkout-onepage.scss */
#checkout-step-review .opc-block-progress .block-content dt.complete {
color: #2a2c2c;
font-size: 16px;
}
/* line 811, ../scss/module/_checkout-onepage.scss */
#checkout-step-review .opc-block-progress .block-content dd {
padding-left: 0;
}
/* line 815, ../scss/module/_checkout-onepage.scss */
#checkout-step-review .opc-block-progress .block-content:after {
content: '';
display: table;
clear: both;
}
}
@media only screen and (max-width: 599px) {
/* line 822, ../scss/module/_checkout-onepage.scss */
#checkout-step-review .opc-block-progress .block-content {
margin: 20px 0;
}
}
/* line 829, ../scss/module/_checkout-onepage.scss */
#checkout-step-login .col2-set {
margin: 40px 0;
}
/* line 832, ../scss/module/_checkout-onepage.scss */
#checkout-step-login .col2-set .col-1, #checkout-step-login .col2-set .col-2 {
padding: 0;
width: 100%;
}
/* line 837, ../scss/module/_checkout-onepage.scss */
#checkout-step-login .col2-set .col-1 {
margin-bottom: 40px;
}
/* line 840, ../scss/module/_checkout-onepage.scss */
#checkout-step-login .col2-set .col-1 .description {
margin-bottom: 20px;
}
@media only screen and (min-width: 771px) {
/* line 846, ../scss/module/_checkout-onepage.scss */
#checkout-step-login .col2-set .col-1, #checkout-step-login .col2-set .col-2 {
width: 50%;
}
/* line 850, ../scss/module/_checkout-onepage.scss */
#checkout-step-login .col2-set .col-1 {
padding-right: 20px;
}
/* line 854, ../scss/module/_checkout-onepage.scss */
#checkout-step-login .col2-set .col-2 {
padding-left: 20px;
}
}
@media only screen and (max-width: 599px) {
/* line 829, ../scss/module/_checkout-onepage.scss */
#checkout-step-login .col2-set {
margin: 20px 0;
}
}
/* line 864, ../scss/module/_checkout-onepage.scss */
#checkout-step-login h3 {
color: #2a2c2c;
}
/* line 868, ../scss/module/_checkout-onepage.scss */
#checkout-step-login .form-list {
padding: 0;
}
/* line 872, ../scss/module/_checkout-onepage.scss */
#checkout-step-login .input-box {
width: 100%;
}
/* line 876, ../scss/module/_checkout-onepage.scss */
#checkout-step-login .remember-me-box .input-box {
width: auto;
}
/* line 880, ../scss/module/_checkout-onepage.scss */
#checkout-step-login .buttons-set {
padding: 0;
background-color: transparent;
margin: 0;
}
/* line 886, ../scss/module/_checkout-onepage.scss */
#checkout-step-login .fieldset > p.required {
display: none;
}
@media only screen and (max-width: 479px) {
/* line 892, ../scss/module/_checkout-onepage.scss */
#checkout-review-table thead > tr > th {
display: none;
}
/* line 895, ../scss/module/_checkout-onepage.scss */
#checkout-review-table thead > tr > th:first-child {
display: block;
}
/* line 899, ../scss/module/_checkout-onepage.scss */
#checkout-review-table thead > tr > th:first-child {
display: block;
}
/* line 903, ../scss/module/_checkout-onepage.scss */
#checkout-review-table tfoot td {
text-align: left;
}
}
/* line 909, ../scss/module/_checkout-onepage.scss */
#checkout-step-review .centinel > p {
margin-bottom: 10px;
}
/* line 913, ../scss/module/_checkout-onepage.scss */
#checkout-step-review .centinel iframe {
width: 100%;
min-height: 400px;
}
/* Gift options */
/* line 921, ../scss/module/_checkout-onepage.scss */
.gift-messages-form .item {
content: '';
display: table;
clear: both;
margin-top: 30px;
}
/* line 925, ../scss/module/_checkout-onepage.scss */
.gift-messages-form .item h5 {
font-weight: bold;
}
/* line 929, ../scss/module/_checkout-onepage.scss */
.gift-messages-form .item .product-img-box {
width: auto;
float: left;
padding-right: 15px;
}
/* line 935, ../scss/module/_checkout-onepage.scss */
.gift-messages-form .item .details {
float: left;
}
/* line 943, ../scss/module/_checkout-onepage.scss */
.gift-message-form .inner-box > div {
content: '';
display: table;
clear: both;
width: 100%;
margin-top: 15px;
display: block;
}
/* line 950, ../scss/module/_checkout-onepage.scss */
.gift-message-form .inner-box > div.extra-options-container p {
margin-bottom: 15px;
}
/* line 958, ../scss/module/_checkout-onepage.scss */
.gift-message-form .gift-wrapping-form label {
margin-right: 10px;
}
/* line 962, ../scss/module/_checkout-onepage.scss */
.gift-message-form .gift-wrapping-form img {
float: left;
}
/* line 966, ../scss/module/_checkout-onepage.scss */
.gift-message-form .gift-wrapping-form .gift-wrapping-design {
height: 75px;
}
/* line 969, ../scss/module/_checkout-onepage.scss */
.gift-message-form .gift-wrapping-form .gift-wrapping-design:after {
content: '';
display: table;
clear: both;
}
/* line 973, ../scss/module/_checkout-onepage.scss */
.gift-message-form .gift-wrapping-form .gift-wrapping-design .image-box {
margin-right: 5px;
}
/* line 979, ../scss/module/_checkout-onepage.scss */
.gift-message-form .gift-item {
padding-bottom: 10px;
margin-bottom: 10px;
border-bottom: solid 1px #ECECEC;
}
/* line 984, ../scss/module/_checkout-onepage.scss */
.gift-message-form .gift-item:after {
content: '';
display: table;
clear: both;
}
/* line 988, ../scss/module/_checkout-onepage.scss */
.gift-message-form .gift-item .product-img-box {
width: 200px;
}
/* line 991, ../scss/module/_checkout-onepage.scss */
.gift-message-form .gift-item .product-img-box .product-image {
width: 75px;
margin-left: auto;
margin-right: auto;
}
/* line 997, ../scss/module/_checkout-onepage.scss */
.gift-message-form .gift-item .product-img-box .product-name {
display: block;
}
/* line 1002, ../scss/module/_checkout-onepage.scss */
.gift-message-form .gift-item .fieldset {
margin-left: 200px;
}
@media only screen and (max-width: 770px) {
/* line 1011, ../scss/module/_checkout-onepage.scss */
.gift-message-form .giftmessage-area {
max-width: 100%;
}
/* line 1016, ../scss/module/_checkout-onepage.scss */
.gift-message-form .gift-item .product-img-box {
width: 100%;
float: none;
}
/* line 1021, ../scss/module/_checkout-onepage.scss */
.gift-message-form .gift-item .fieldset {
margin-left: 0px;
}
/* line 1024, ../scss/module/_checkout-onepage.scss */
.gift-message-form .gift-item .fieldset textarea {
width: 100%;
}
}
/* line 1032, ../scss/module/_checkout-onepage.scss */
#boutique_address {
background: #f4f4f4;
padding: 10px 20px;
}
/* line 1035, ../scss/module/_checkout-onepage.scss */
#boutique_address p {
margin-top: 10px;
}
/* line 1038, ../scss/module/_checkout-onepage.scss */
#boutique_address p:first-child {
margin-top: 0px;
}
/* line 1041, ../scss/module/_checkout-onepage.scss */
#boutique_address p#instructions {
margin-left: 15px;
}
/* line 1046, ../scss/module/_checkout-onepage.scss */
.deliveryDetailsList {
margin: 0px;
margin-bottom: 0px !important;
margin-left: 25px;
}
/* line 1052, ../scss/module/_checkout-onepage.scss */
#order-remark {
margin-bottom: 40px;
}
/* line 1054, ../scss/module/_checkout-onepage.scss */
#order-remark p {
margin-bottom: 10px;
}
/* line 1057, ../scss/module/_checkout-onepage.scss */
#order-remark textarea {
max-width: 100%;
height: 40px;
line-height: 26px;
}
/* line 1064, ../scss/module/_checkout-onepage.scss */
#boutique_address {
background: #f4f4f4;
padding: 10px 20px;
}
/* line 1067, ../scss/module/_checkout-onepage.scss */
#boutique_address p {
margin-top: 10px;
}
/* line 1070, ../scss/module/_checkout-onepage.scss */
#boutique_address p:first-child {
margin-top: 0px;
}
/* line 1073, ../scss/module/_checkout-onepage.scss */
#boutique_address p#instructions {
margin-left: 15px;
}
/* line 1078, ../scss/module/_checkout-onepage.scss */
.deliveryDetailsList {
margin: 0px;
margin-bottom: 0px !important;
margin-left: 25px;
}
/* ============================================ *
* Checkout - Success
* ============================================ */
/* line 6, ../scss/module/_checkout-success.scss */
.checkout-onepage-success .col-main {
padding: 0;
text-align: center;
}
/* line 11, ../scss/module/_checkout-success.scss */
.checkout-onepage-success .buttons-set {
margin: 30px 0 10px 0;
padding-top: 40px;
text-align: center;
border-top: 1px solid #2a2c2c;
position: relative;
}
/* line 18, ../scss/module/_checkout-success.scss */
.checkout-onepage-success .buttons-set button {
float: none;
}
/* line 22, ../scss/module/_checkout-success.scss */
.checkout-onepage-success .buttons-set:before {
content: '';
display: inline-block;
border-bottom: 1px solid #51504E;
height: 1px;
width: 80px;
left: 50%;
top: -2px;
-moz-transform: translateX(-50%);
-ms-transform: translateX(-50%);
-webkit-transform: translateX(-50%);
transform: translateX(-50%);
position: absolute;
}
/* line 34, ../scss/module/_checkout-success.scss */
.checkout-onepage-success .buttons-set:after {
content: '';
position: absolute;
width: 0;
height: 0;
display: block;
border-right: 4px solid transparent;
border-left: 4px solid transparent;
border-top: 4px solid #51504E;
border-bottom: none;
left: 50%;
top: -1px;
-moz-transform: translateX(-50%);
-ms-transform: translateX(-50%);
-webkit-transform: translateX(-50%);
transform: translateX(-50%);
}
@media only screen and (max-width: 479px) {
/* line 11, ../scss/module/_checkout-success.scss */
.checkout-onepage-success .buttons-set {
margin-bottom: 25px;
}
}
/* ============================================ *
* Configurable Swatches
* ============================================ */
/* Clears */
/* line 9, ../scss/module/_configurableswatches.scss */
.clearfix:after,
.configurable-swatch-list:after,
.product-view .product-options .swatch-attr:after {
content: '';
display: table;
clear: both;
}
/* line 12, ../scss/module/_configurableswatches.scss */
.clearfix .validation-advice,
.configurable-swatch-list .validation-advice,
.product-view .product-options .swatch-attr .validation-advice {
font-size: 14px;
}
/* General Swatch Styling */
/* line 19, ../scss/module/_configurableswatches.scss */
.swatch-link,
.swatch-label {
display: block;
font-size: 14px;
text-align: center;
color: #FFFFFF;
text-decoration: none;
box-sizing: content-box;
}
/* line 29, ../scss/module/_configurableswatches.scss */
.swatch-link {
margin: 0 0 3px;
}
/* line 32, ../scss/module/_configurableswatches.scss */
.swatch-link img {
-moz-border-radius: 100%;
-webkit-border-radius: 100%;
border-radius: 100%;
border: 2px solid #e6e6e6;
}
/* line 37, ../scss/module/_configurableswatches.scss */
.swatch-link:hover {
cursor: pointer;
text-decoration: none;
}
/* line 42, ../scss/module/_configurableswatches.scss */
.swatch-link .x {
display: none;
text-indent: -999em;
position: absolute;
left: 0;
right: 0;
top: 0;
bottom: 0;
background: url(img/bg_x.png) center no-repeat transparent;
z-index: 10;
}
/* line 55, ../scss/module/_configurableswatches.scss */
.swatch-link.has-image .swatch-label {
position: relative;
}
/* line 59, ../scss/module/_configurableswatches.scss */
.swatch-link.has-image img {
position: absolute;
top: 0;
left: 0;
}
/* line 67, ../scss/module/_configurableswatches.scss */
.swatch-label {
margin: 0;
white-space: nowrap;
}
/* line 72, ../scss/module/_configurableswatches.scss */
.configurable-swatch-list {
zoom: 1;
clear: both;
-webkit-transform: translateZ(0px);
}
/* line 77, ../scss/module/_configurableswatches.scss */
.configurable-swatch-list li {
float: left;
zoom: 1;
margin-right: 10px;
}
/* line 82, ../scss/module/_configurableswatches.scss */
.configurable-swatch-list li:last-of-type {
margin-right: 0;
}
/* line 87, ../scss/module/_configurableswatches.scss */
.products-grid .configurable-swatch-list li {
display: inline-block;
float: none;
vertical-align: top;
margin-right: 3px;
}
/* line 95, ../scss/module/_configurableswatches.scss */
.configurable-swatch-list .not-available .x {
display: none;
}
/* line 99, ../scss/module/_configurableswatches.scss */
.configurable-swatch-list .not-available .swatch-link {
border-color: #d7d7d7;
position: relative;
}
/* line 103, ../scss/module/_configurableswatches.scss */
.configurable-swatch-list .not-available .swatch-link.has-image img {
opacity: 0.2;
filter: alpha(opacity=20);
}
/* line 109, ../scss/module/_configurableswatches.scss */
.configurable-swatch-list .not-available .swatch-label {
color: #51504E;
}
/* line 114, ../scss/module/_configurableswatches.scss */
.configurable-swatch-list .not-available a:focus {
outline: 0;
}
/* line 121, ../scss/module/_configurableswatches.scss */
#narrow-by-list dd .configurable-swatch-list li {
margin: 0;
}
/* line 123, ../scss/module/_configurableswatches.scss */
#narrow-by-list dd .configurable-swatch-list li.active-filter img {
border-color: #3d8705;
}
/* line 128, ../scss/module/_configurableswatches.scss */
#narrow-by-list dd .swatch-link {
border: none;
text-align: left;
padding: 0;
}
/* line 133, ../scss/module/_configurableswatches.scss */
#narrow-by-list dd .swatch-link:hover .swatch-label {
border-color: #2F4870;
}
/* line 138, ../scss/module/_configurableswatches.scss */
#narrow-by-list dd .swatch-label {
background: none;
border: none;
display: block;
line-height: 1.5em;
margin: 0 auto;
padding: 1px 5px;
white-space: nowrap;
}
/* line 147, ../scss/module/_configurableswatches.scss */
#narrow-by-list dd .swatch-label img {
border: 2px solid #e6e6e6;
border-radius: 100%;
box-sizing: content-box;
width: 12px;
height: 12px;
}
/* line 156, ../scss/module/_configurableswatches.scss */
#narrow-by-list dd .has-image .swatch-label {
padding: 0;
}
/* line 161, ../scss/module/_configurableswatches.scss */
#narrow-by-list dd li.no-count img {
filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=20);
opacity: 0.2;
cursor: not-allowed;
}
/* line 168, ../scss/module/_configurableswatches.scss */
#narrow-by-list.mobile dd .configurable-swatch-list li {
border: none;
}
/* line 171, ../scss/module/_configurableswatches.scss */
#narrow-by-list.mobile dd .swatch-label img {
border-color: #000000;
}
/* line 177, ../scss/module/_configurableswatches.scss */
.currently .swatch-current {
position: relative;
}
/* line 180, ../scss/module/_configurableswatches.scss */
.currently .swatch-current .btn-remove {
margin-top: -10px;
position: absolute;
right: 0;
top: 50%;
}
/* line 187, ../scss/module/_configurableswatches.scss */
.currently .swatch-current span {
display: block;
float: left;
}
/* line 193, ../scss/module/_configurableswatches.scss */
.currently .swatch-link {
display: inline-block;
margin: 0 0 0 5px;
}
/* line 197, ../scss/module/_configurableswatches.scss */
.currently .swatch-link:hover {
border-color: #2a2c2c;
cursor: default;
}
/* Other Swatch States */
/* line 205, ../scss/module/_configurableswatches.scss */
.configurable-swatch-list .hover .swatch-link,
.configurable-swatch-list .selected .swatch-link,
.swatch-link:hover {
border-color: #2F4870;
}
/* line 211, ../scss/module/_configurableswatches.scss */
.configurable-swatch-box {
background: none !important;
}
/* line 214, ../scss/module/_configurableswatches.scss */
.configurable-swatch-box select.swatch-select {
display: none;
}
/* line 218, ../scss/module/_configurableswatches.scss */
.configurable-swatch-box .validation-advice {
margin: 0 0 5px;
background: #9A0A1D;
padding: 2px 5px !important;
font-weight: bold;
color: #fff !important;
float: left;
display: block;
border-radius: 3px;
}
/* CUSTOM */
/* line 231, ../scss/module/_configurableswatches.scss */
.availability.out-of-stock span {
color: #888888;
}
/* line 237, ../scss/module/_configurableswatches.scss */
.product-view .product-options .swatch-attr {
float: none;
display: block;
clear: both;
border: 0;
}
/* line 244, ../scss/module/_configurableswatches.scss */
.product-view .product-options .swatch-attr label,
.product-view .product-options .swatch-attr .select-label {
font-size: 12px;
}
/* line 249, ../scss/module/_configurableswatches.scss */
.product-view .product-options .swatch-attr label {
display: block;
line-height: 1.3;
}
/* line 255, ../scss/module/_configurableswatches.scss */
.product-view .product-options .swatch-attr label.required em {
display: inline-block;
}
/* line 259, ../scss/module/_configurableswatches.scss */
.product-view .product-options .swatch-attr label.required:after {
display: none;
}
/* line 263, ../scss/module/_configurableswatches.scss */
.product-view .product-options .swatch-attr .select-label {
display: inline;
font-weight: normal;
color: #FFFFFF;
padding-left: 5px;
}
/* line 271, ../scss/module/_configurableswatches.scss */
.product-view .product-options dd .input-box {
width: auto;
height: auto;
}
/* line 276, ../scss/module/_configurableswatches.scss */
.product-view .product-options .select-label {
display: none;
}
/* line 281, ../scss/module/_configurableswatches.scss */
.product-view .add-to-cart button.out-of-stock {
background-position: -80px -362px;
cursor: default;
}
/* ============================================ *
* Customer
* ============================================ */
/* line 7, ../scss/module/_customer.scss */
.customer-account-login .scaffold-form {
padding: 0;
}
/* line 11, ../scss/module/_customer.scss */
.customer-account-login .scaffold-form .input-box {
width: 100%;
}
/* line 15, ../scss/module/_customer.scss */
.customer-account-login .scaffold-form .remember-me-box .input-box {
width: auto;
}
/* line 19, ../scss/module/_customer.scss */
.customer-account-login .scaffold-form .remember-me-popup {
margin: 0 40px;
color: #51504E;
}
/* line 23, ../scss/module/_customer.scss */
.customer-account-login .scaffold-form .remember-me-popup h3 {
color: #51504E;
}
/* line 28, ../scss/module/_customer.scss */
.customer-account-login .scaffold-form label:first-child {
width: 115px;
}
/* line 38, ../scss/module/_customer.scss */
.customer-account-login .scaffold-form .form-list {
padding-bottom: 0;
}
/* line 44, ../scss/module/_customer.scss */
.customer-account-login .col2-set .buttons-set {
text-align: left;
border-top: 0;
padding-bottom: 0;
}
/* line 49, ../scss/module/_customer.scss */
.customer-account-login .col2-set .buttons-set button,
.customer-account-login .col2-set .buttons-set .button {
float: none;
margin: 0;
}
/* line 56, ../scss/module/_customer.scss */
.customer-account-login .col2-set .col-1 {
padding: 20px;
padding-top: 0;
}
/* line 60, ../scss/module/_customer.scss */
.customer-account-login .col2-set .col-1 ul {
margin-top: 20px;
list-style: disc;
list-style-position: inside;
}
/* line 67, ../scss/module/_customer.scss */
.customer-account-login .col2-set .col-2 {
padding: 20px;
padding-top: 0;
}
/* line 73, ../scss/module/_customer.scss */
.customer-account-login .registered-users .form-list li label {
margin-top: 0;
}
@media only screen and (min-width: 600px) {
/* line 79, ../scss/module/_customer.scss */
.customer-account-login .col2-set .col-1, .customer-account-login .col2-set .col-2 {
padding: 40px;
padding-top: 0;
}
}
@media only screen and (min-width: 771px) {
/* line 88, ../scss/module/_customer.scss */
.customer-account-login .col2-set .col-2 {
border-left: 10px solid black;
}
}
@media only screen and (max-width: 770px) {
/* line 96, ../scss/module/_customer.scss */
.customer-account-login .col2-set .col-1, .customer-account-login .col2-set .col-2 {
width: 100%;
}
/* line 100, ../scss/module/_customer.scss */
.customer-account-login .col2-set .col-2 {
border-top: 10px solid black;
}
/* line 105, ../scss/module/_customer.scss */
.customer-account-login .col2-set p.required {
display: none;
}
}
/* line 113, ../scss/module/_customer.scss */
.customer-account-create .scaffold-form label:first-child {
width: 170px;
}
/* line 119, ../scss/module/_customer.scss */
.opc #opc-login p:not(.required) {
font-style: italic;
font-family: "Trebuchet MS", Georgia, Times, "Times New Roman", serif;
font-size: 13px;
color: #888888;
}
/* line 127, ../scss/module/_customer.scss */
.remember-me-box a.hide {
display: none;
}
/* line 130, ../scss/module/_customer.scss */
.remember-me-box .link-tip {
font-size: 13px;
padding-left: 10px;
position: relative;
top: 6px;
}
/* line 138, ../scss/module/_customer.scss */
.remember-me-popup {
display: none;
border: 1px solid #2a2c2c;
padding: 10px;
position: relative;
clear: both;
}
/* line 145, ../scss/module/_customer.scss */
.remember-me-popup.show {
display: block;
}
/* line 149, ../scss/module/_customer.scss */
.remember-me-popup p {
font-family: "Trebuchet MS", "Helvetica Neue", Verdana, Arial, sans-serif;
}
/* line 153, ../scss/module/_customer.scss */
.remember-me-popup .remember-me-popup-close {
position: absolute;
top: 0;
right: 0;
padding: 10px;
font-size: 12px;
}
/* line 161, ../scss/module/_customer.scss */
.remember-me-popup .remember-me-popup-close-button {
display: none;
}
/* line 167, ../scss/module/_customer.scss */
.customer-account-create .fieldset {
color: #51504E;
}
@media only screen and (max-width: 479px) {
/* line 171, ../scss/module/_customer.scss */
.customer-account-create .fieldset,
.customer-account-create .buttons-set {
margin-left: 0;
}
}
/* line 178, ../scss/module/_customer.scss */
.customer-account-create .fieldset .hidden {
display: none;
}
/* line 182, ../scss/module/_customer.scss */
.customer-account-create #remember-me-popup {
max-width: 455px;
}
/* line 186, ../scss/module/_customer.scss */
.customer-account-create .billing-switcher {
background-color: #f3f3f3;
padding: 20px 40px;
margin: 0 -40px;
}
/* line 192, ../scss/module/_customer.scss */
.customer-account-create .billing-switcher label {
margin-top: 0;
}
/* line 197, ../scss/module/_customer.scss */
.customer-account-create .choose-subscription, .customer-account-create .machine-reg-switcher {
padding: 20px 40px;
margin: 0 -40px;
}
/* line 201, ../scss/module/_customer.scss */
.customer-account-create .choose-subscription label, .customer-account-create .machine-reg-switcher label {
margin-top: 0;
}
/* line 206, ../scss/module/_customer.scss */
.customer-account-create .registration-footer {
background: #eeeeee;
/* Old browsers */
background: -moz-linear-gradient(top, #eeeeee 0%, #cccccc 100%);
/* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #eeeeee), color-stop(100%, #cccccc));
/* Chrome,Safari4+ */
background: -webkit-linear-gradient(top, #eeeeee 0%, #cccccc 100%);
/* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top, #eeeeee 0%, #cccccc 100%);
/* Opera 11.10+ */
background: -ms-linear-gradient(top, #eeeeee 0%, #cccccc 100%);
/* IE10+ */
background: linear-gradient(to bottom, #eeeeee 0%, #cccccc 100%);
/* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#eeeeee', endColorstr='#cccccc',GradientType=0 );
/* IE6-9 */
padding: 20px 40px;
margin: 0 -40px;
font-style: italic;
color: #888888;
border-top: 0;
}
/* line 215, ../scss/module/_customer.scss */
.customer-account-create .registration-footer .buttons-set {
padding: 0;
margin: 0;
}
/* line 219, ../scss/module/_customer.scss */
.customer-account-create .registration-footer .buttons-set .button {
width: 100%;
}
/* line 226, ../scss/module/_customer.scss */
.customer-account-create .registration-footer .terms-and-conditions a {
color: #888888;
text-decoration: underline;
}
/* line 229, ../scss/module/_customer.scss */
.customer-account-create .registration-footer .terms-and-conditions a:hover {
color: #CC9D49;
}
@media only screen and (min-width: 771px) {
/* line 237, ../scss/module/_customer.scss */
.customer-account-create .registration-footer {
position: relative;
}
/* line 240, ../scss/module/_customer.scss */
.customer-account-create .registration-footer .terms-and-conditions {
margin-right: 160px;
margin-bottom: 0;
min-height: 32px;
}
/* line 246, ../scss/module/_customer.scss */
.customer-account-create .registration-footer .buttons-set {
position: absolute;
right: 40px;
top: 20px;
margin-top: 0;
}
/* line 252, ../scss/module/_customer.scss */
.customer-account-create .registration-footer .buttons-set .button {
width: auto;
}
}
@media only screen and (max-width: 770px) {
/* line 261, ../scss/module/_customer.scss */
.customer-account-create .registration-footer .terms-and-conditions {
margin-bottom: 20px;
}
}
@media only screen and (max-width: 599px) {
/* line 268, ../scss/module/_customer.scss */
.customer-account-create .registration-footer, .customer-account-create .billing-switcher, .customer-account-create .choose-subscription {
padding: 20px;
margin: 0 -20px;
}
}
/* line 279, ../scss/module/_customer.scss */
.customer-account-forgotpassword form .buttons-set {
background: #eeeeee;
/* Old browsers */
background: -moz-linear-gradient(top, #eeeeee 0%, #cccccc 100%);
/* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #eeeeee), color-stop(100%, #cccccc));
/* Chrome,Safari4+ */
background: -webkit-linear-gradient(top, #eeeeee 0%, #cccccc 100%);
/* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top, #eeeeee 0%, #cccccc 100%);
/* Opera 11.10+ */
background: -ms-linear-gradient(top, #eeeeee 0%, #cccccc 100%);
/* IE10+ */
background: linear-gradient(to bottom, #eeeeee 0%, #cccccc 100%);
/* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#eeeeee', endColorstr='#cccccc',GradientType=0 );
/* IE6-9 */
}
/* line 287, ../scss/module/_customer.scss */
.customer-account-forgotpassword form .fieldset p.required {
display: none;
}
@media only screen and (max-width: 479px) {
/* line 292, ../scss/module/_customer.scss */
.customer-account-forgotpassword .fieldset,
.customer-account-forgotpassword .buttons-set {
margin-left: 0;
}
}
/* ============================================ *
* My Account Global Styles
* ============================================ */
/* line 304, ../scss/module/_customer.scss */
body.customer-account .my-account, body.customer-account .block-account {
background-color: #f9f9f9;
color: #51504E;
}
/* line 308, ../scss/module/_customer.scss */
body.customer-account .my-account a, body.customer-account .block-account a {
color: #51504E;
}
/* line 311, ../scss/module/_customer.scss */
body.customer-account .my-account a:hover, body.customer-account .block-account a:hover {
color: #51504E;
}
/* line 317, ../scss/module/_customer.scss */
body.customer-account .page-title {
margin-bottom: 30px;
}
@media only screen and (max-width: 599px) {
/* line 317, ../scss/module/_customer.scss */
body.customer-account .page-title {
margin-bottom: 20px;
}
}
/* line 324, ../scss/module/_customer.scss */
body.customer-account .page-title h1 {
background: #eeeeee;
/* Old browsers */
background: -moz-linear-gradient(top, #eeeeee 0%, #cccccc 100%);
/* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #eeeeee), color-stop(100%, #cccccc));
/* Chrome,Safari4+ */
background: -webkit-linear-gradient(top, #eeeeee 0%, #cccccc 100%);
/* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top, #eeeeee 0%, #cccccc 100%);
/* Opera 11.10+ */
background: -ms-linear-gradient(top, #eeeeee 0%, #cccccc 100%);
/* IE10+ */
background: linear-gradient(to bottom, #eeeeee 0%, #cccccc 100%);
/* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#eeeeee', endColorstr='#cccccc',GradientType=0 );
/* IE6-9 */
color: #2a2c2c;
padding: 14px 20px;
margin-bottom: 0;
text-transform: none;
font-size: 24px;
line-height: 1.35;
}
@media only screen and (max-width: 770px) {
/* line 324, ../scss/module/_customer.scss */
body.customer-account .page-title h1 {
padding: 11px 20px;
font-size: 14px;
}
}
@media only screen and (min-width: 901px) {
/* line 341, ../scss/module/_customer.scss */
body.customer-account.sales-order-view .page-title {
margin-bottom: 10px;
}
}
/* line 347, ../scss/module/_customer.scss */
body.customer-account .my-account {
display: inline-block;
width: 100%;
}
/* line 351, ../scss/module/_customer.scss */
body.customer-account .my-account .title-buttons {
position: relative;
text-align: right;
}
/* line 355, ../scss/module/_customer.scss */
body.customer-account .my-account .title-buttons h1 {
text-align: left;
}
/* line 359, ../scss/module/_customer.scss */
body.customer-account .my-account .title-buttons .button {
position: absolute;
right: -20px;
top: 13px;
}
/* line 366, ../scss/module/_customer.scss */
body.customer-account .my-account .title-buttons a,
body.customer-account .my-account .title-buttons span.separator {
position: relative;
top: -42px;
}
@media only screen and (max-width: 599px) {
/* line 373, ../scss/module/_customer.scss */
body.customer-account .my-account .title-buttons .button {
right: 0;
}
}
/* line 379, ../scss/module/_customer.scss */
body.customer-account .my-account .fieldset h2,
body.customer-account .my-account .addresses-list h2,
body.customer-account .my-account .order-details h2 {
display: block;
}
/* line 385, ../scss/module/_customer.scss */
body.customer-account .my-account .addresses-list h3 {
font-weight: 400;
color: #2a2c2c;
}
/* line 391, ../scss/module/_customer.scss */
body.customer-account .data-table {
margin: 30px 0;
}
/* line 395, ../scss/module/_customer.scss */
body.customer-account .data-table.orders tbody tr.even {
background-color: #f0f0f0;
}
/* line 399, ../scss/module/_customer.scss */
body.customer-account .data-table.orders td.total {
width: 20%;
}
@media only screen and (max-width: 599px) {
/* line 391, ../scss/module/_customer.scss */
body.customer-account .data-table {
margin: 20px 0;
}
}
@media only screen and (max-width: 770px) and (min-width: 480px) {
/* line 410, ../scss/module/_customer.scss */
body.customer-account .data-table.orders td {
width: 25%;
}
}
/* line 417, ../scss/module/_customer.scss */
body.customer-account .data-table td a {
font-family: "Trebuchet MS", "Helvetica Neue", Verdana, Arial, sans-serif;
text-transform: uppercase;
font-style: normal;
font-size: 13px;
}
/* line 425, ../scss/module/_customer.scss */
body.customer-account .data-table span.nobr {
white-space: normal;
}
/* line 428, ../scss/module/_customer.scss */
body.customer-account .data-table span.nobr a {
white-space: nowrap;
}
/* line 432, ../scss/module/_customer.scss */
body.customer-account .data-table span.nobr strong {
font-weight: normal;
}
/* line 438, ../scss/module/_customer.scss */
body.customer-account .data-table td.view a {
display: block;
}
/* line 443, ../scss/module/_customer.scss */
body.customer-account .data-table .separator {
display: none;
}
/* line 451, ../scss/module/_customer.scss */
body.customer-account .sidebar .block ol#compare-items li {
margin: 10px 0;
}
/* line 456, ../scss/module/_customer.scss */
body.customer-account .sidebar .block .block-title {
margin: 0;
}
/* line 459, ../scss/module/_customer.scss */
body.customer-account .sidebar .block .block-title > strong {
background: #eeeeee;
/* Old browsers */
background: -moz-linear-gradient(top, #eeeeee 0%, #cccccc 100%);
/* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #eeeeee), color-stop(100%, #cccccc));
/* Chrome,Safari4+ */
background: -webkit-linear-gradient(top, #eeeeee 0%, #cccccc 100%);
/* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top, #eeeeee 0%, #cccccc 100%);
/* Opera 11.10+ */
background: -ms-linear-gradient(top, #eeeeee 0%, #cccccc 100%);
/* IE10+ */
background: linear-gradient(to bottom, #eeeeee 0%, #cccccc 100%);
/* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#eeeeee', endColorstr='#cccccc',GradientType=0 );
/* IE6-9 */
color: #2a2c2c;
display: block;
font-weight: normal;
/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#eeeeee+0,cccccc+100 */
padding: 14px 20px;
margin-bottom: 0;
text-transform: none;
font-size: 24px;
line-height: 1.35;
}
/* line 472, ../scss/module/_customer.scss */
body.customer-account .sidebar .block .block-title > strong:after {
border-width: 5px;
}
@media only screen and (max-width: 770px) {
/* line 459, ../scss/module/_customer.scss */
body.customer-account .sidebar .block .block-title > strong {
padding: 11px 20px;
font-size: 14px;
}
}
/* line 481, ../scss/module/_customer.scss */
body.customer-account .sidebar .block .block-title.active > strong {
color: #2a2c2c;
/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#eeeeee+0,cccccc+100 */
line-height: 2.5;
padding: 0;
padding-left: 30px;
margin-bottom: 0;
text-transform: none;
font-size: 24px;
}
@media only screen and (max-width: 770px) {
/* line 481, ../scss/module/_customer.scss */
body.customer-account .sidebar .block .block-title.active > strong {
font-size: 14px;
padding: 3px 0;
}
}
/* line 496, ../scss/module/_customer.scss */
body.customer-account .sidebar .block .block-title.active > strong:after {
border-width: 5px;
}
/* line 502, ../scss/module/_customer.scss */
body.customer-account .sidebar .block .block-content {
margin: 0;
padding: 15px;
border: none;
}
/* line 507, ../scss/module/_customer.scss */
body.customer-account .sidebar .block .block-content p.block-subtitle {
margin-bottom: 15px;
}
/* line 511, ../scss/module/_customer.scss */
body.customer-account .sidebar .block .block-content .actions {
margin-top: 30px;
}
/* line 514, ../scss/module/_customer.scss */
body.customer-account .sidebar .block .block-content .actions a {
color: #CC9D49;
}
/* line 519, ../scss/module/_customer.scss */
body.customer-account .sidebar .block .block-content a {
font-size: 12px;
color: #51504E;
}
/* line 523, ../scss/module/_customer.scss */
body.customer-account .sidebar .block .block-content a:hover {
color: #51504E;
}
/* line 528, ../scss/module/_customer.scss */
body.customer-account .sidebar .block .block-content li {
margin: 0;
}
/* line 531, ../scss/module/_customer.scss */
body.customer-account .sidebar .block .block-content li a {
display: block;
padding: 15px 20px;
line-height: 30px;
}
@media only screen and (max-width: 770px) {
/* line 531, ../scss/module/_customer.scss */
body.customer-account .sidebar .block .block-content li a {
padding: 3px 20px;
line-height: 33px;
}
}
/* line 541, ../scss/module/_customer.scss */
body.customer-account .sidebar .block .block-content li a:hover {
background-color: #e7e7e7;
}
/* line 546, ../scss/module/_customer.scss */
body.customer-account .sidebar .block .block-content li + li {
border-top: 1px solid #d7d7d7;
}
/* line 550, ../scss/module/_customer.scss */
body.customer-account .sidebar .block .block-content li.current a {
background-color: #e7e7e7;
}
/* line 553, ../scss/module/_customer.scss */
body.customer-account .sidebar .block .block-content li.current a strong {
color: #51504E;
}
/* line 559, ../scss/module/_customer.scss */
body.customer-account .sidebar .block .block-content li[class^=nav-item-] a:before {
content: '';
display: inline-block;
background-image: url(img/account-nav-sprite.png);
background-repeat: no-repeat;
margin-right: 20px;
vertical-align: middle;
width: 27px;
}
/* line 569, ../scss/module/_customer.scss */
body.customer-account .sidebar .block .block-content li[class^=nav-item-] a span {
vertical-align: middle;
}
/* line 574, ../scss/module/_customer.scss */
body.customer-account .sidebar .block .block-content li.nav-item-dashboard a:before {
background-position: -74px -5px;
height: 19px;
}
/* line 578, ../scss/module/_customer.scss */
body.customer-account .sidebar .block .block-content li.nav-item-info a:before {
background-position: -39px -35px;
height: 17px;
}
/* line 582, ../scss/module/_customer.scss */
body.customer-account .sidebar .block .block-content li.nav-item-addresses a:before {
background-position: -5px -5px;
height: 21px;
}
/* line 586, ../scss/module/_customer.scss */
body.customer-account .sidebar .block .block-content li.nav-item-orders a:before {
background-position: -72px -34px;
height: 27px;
}
/* line 590, ../scss/module/_customer.scss */
body.customer-account .sidebar .block .block-content li.nav-item-alerts a:before, body.customer-account .sidebar .block .block-content li.nav-item-newsletter a:before {
background-position: -39px -5px;
height: 20px;
}
/* line 599, ../scss/module/_customer.scss */
body.customer-account .sidebar .block:last-of-type {
border-bottom: none;
}
/* line 605, ../scss/module/_customer.scss */
body.customer-account .sidebar.col-left-first .block-content {
padding: 0;
}
/* line 611, ../scss/module/_customer.scss */
body.customer-account .sidebar ol#cart-sidebar-reorder li {
margin-top: 10px;
margin-bottom: 0;
margin-left: 0;
}
/* line 617, ../scss/module/_customer.scss */
body.customer-account .sidebar ol#cart-sidebar-reorder p.product-name {
display: inline-block;
margin-bottom: 0;
}
/* line 624, ../scss/module/_customer.scss */
body.customer-account .sidebar .block-cart .summary {
margin-bottom: 15px;
}
/* line 632, ../scss/module/_customer.scss */
body.customer-account .sidebar .block-reorder ol#cart-sidebar-reorder li input {
margin-right: 10px;
}
/* line 637, ../scss/module/_customer.scss */
body.customer-account .sidebar .block-reorder ol#cart-sidebar-reorder p.product-name {
display: inline;
margin-bottom: 0;
}
/* line 648, ../scss/module/_customer.scss */
body.customer-account .phone-number .phone-number-field + .phone-number-field, body.customer-account-create .phone-number .phone-number-field + .phone-number-field {
margin-top: 10px;
}
@media only screen and (min-width: 771px) {
/* line 655, ../scss/module/_customer.scss */
body.customer-account .phone-number .phone-number-field, body.customer-account-create .phone-number .phone-number-field {
width: 29%;
margin-left: 1%;
margin-top: 0 !important;
float: left;
}
/* line 661, ../scss/module/_customer.scss */
body.customer-account .phone-number .phone-number-field:first-child, body.customer-account-create .phone-number .phone-number-field:first-child {
width: 40%;
margin-left: 0;
}
/* line 670, ../scss/module/_customer.scss */
body.customer-account .customer-name-prefix .name-prefix .input-box, body.customer-account-create .customer-name-prefix .name-prefix .input-box {
width: 155px;
}
}
/* line 679, ../scss/module/_customer.scss */
body.customer-account-edit .page-title {
display: none;
}
/* line 684, ../scss/module/_customer.scss */
body.customer-address-form .my-account h2.legend {
display: none;
}
/* line 691, ../scss/module/_customer.scss */
.form-list .customer-dob .dob-month,
.form-list .customer-dob .dob-day {
width: 40px;
float: left;
margin-right: 10px;
}
/* line 698, ../scss/module/_customer.scss */
.form-list .customer-dob .dob-year {
width: 80px;
float: left;
}
/* line 705, ../scss/module/_customer.scss */
.form-list .is-company .control {
display: inline-block;
margin-top: 5px;
}
/* line 709, ../scss/module/_customer.scss */
.form-list .is-company .control label {
min-width: auto;
}
/* ============================================ *
* Dashboard
* ============================================ */
/* line 721, ../scss/module/_customer.scss */
.dashboard .welcome-msg {
margin: 30px 0;
}
/* line 726, ../scss/module/_customer.scss */
.dashboard .member-number {
font-style: italic;
}
/* line 730, ../scss/module/_customer.scss */
.dashboard .box-head {
margin: 0 -40px;
padding: 14px 20px;
/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#eeeeee+0,cccccc+100 */
background: #eeeeee;
/* Old browsers */
background: -moz-linear-gradient(top, #eeeeee 0%, #cccccc 100%);
/* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #eeeeee), color-stop(100%, #cccccc));
/* Chrome,Safari4+ */
background: -webkit-linear-gradient(top, #eeeeee 0%, #cccccc 100%);
/* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top, #eeeeee 0%, #cccccc 100%);
/* Opera 11.10+ */
background: -ms-linear-gradient(top, #eeeeee 0%, #cccccc 100%);
/* IE10+ */
background: linear-gradient(to bottom, #eeeeee 0%, #cccccc 100%);
/* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#eeeeee', endColorstr='#cccccc',GradientType=0 );
/* IE6-9 */
color: #2a2c2c;
margin-bottom: 0;
text-transform: none;
}
/* line 740, ../scss/module/_customer.scss */
.dashboard .box-head h2 {
line-height: 1.35;
background: none;
font-weight: 400;
display: inline-block;
margin: 0;
padding: 0;
border: none;
margin-right: 0;
font-size: 24px;
}
@media only screen and (max-width: 770px) {
/* line 730, ../scss/module/_customer.scss */
.dashboard .box-head {
padding: 11px 20px;
}
/* line 754, ../scss/module/_customer.scss */
.dashboard .box-head h2 {
font-size: 14px;
}
/* line 757, ../scss/module/_customer.scss */
.dashboard .box-head a {
display: none;
}
}
/* line 762, ../scss/module/_customer.scss */
.dashboard .box-head a {
padding: 10px;
text-decoration: none;
}
@media only screen and (max-width: 599px) {
/* line 730, ../scss/module/_customer.scss */
.dashboard .box-head {
margin: 0 -20px;
}
}
/* line 774, ../scss/module/_customer.scss */
.dashboard .box-title a,
.dashboard .box-head a {
text-transform: uppercase;
font-size: 12px;
}
/* line 780, ../scss/module/_customer.scss */
.dashboard .box-account {
margin: 30px 0;
}
/* line 783, ../scss/module/_customer.scss */
.dashboard .box-account p,
.dashboard .box-account address {
font-family: "Trebuchet MS", Georgia, Times, "Times New Roman", serif;
font-style: italic;
}
/* line 790, ../scss/module/_customer.scss */
.dashboard .col2-set {
margin: 30px 0;
}
/* line 793, ../scss/module/_customer.scss */
.dashboard .col2-set .col-1,
.dashboard .col2-set .col-2 {
padding-top: 0px;
padding-right: 20px;
}
/* line 798, ../scss/module/_customer.scss */
.dashboard .col2-set .col-1 .box-title,
.dashboard .col2-set .col-2 .box-title {
position: relative;
padding-bottom: 10px;
}
/* line 802, ../scss/module/_customer.scss */
.dashboard .col2-set .col-1 .box-title h2,
.dashboard .col2-set .col-1 .box-title h3,
.dashboard .col2-set .col-2 .box-title h2,
.dashboard .col2-set .col-2 .box-title h3 {
font-weight: 400;
font-size: 18px;
margin-bottom: 0;
color: #2a2c2c;
}
/* line 810, ../scss/module/_customer.scss */
.dashboard .col2-set .col-1 .box-title h3,
.dashboard .col2-set .col-2 .box-title h3 {
font-size: 16px;
}
/* line 814, ../scss/module/_customer.scss */
.dashboard .col2-set .col-1 .box-title a,
.dashboard .col2-set .col-2 .box-title a {
line-height: 19.6px;
}
/* line 820, ../scss/module/_customer.scss */
.dashboard .col2-set .col-2 {
padding-right: 0;
}
/* line 826, ../scss/module/_customer.scss */
.dashboard .box-reviews.box-account {
padding-bottom: 0;
}
/* line 830, ../scss/module/_customer.scss */
.dashboard .box-reviews li {
padding: 10px 0;
border-top: 1px solid #d7d7d7;
}
/* line 834, ../scss/module/_customer.scss */
.dashboard .box-reviews li:first-child {
border-top: 0;
}
/* line 838, ../scss/module/_customer.scss */
.dashboard .box-reviews li .number {
margin-right: -20px;
float: left;
line-height: 1.4;
font-size: 13px;
}
/* line 845, ../scss/module/_customer.scss */
.dashboard .box-reviews li .details {
margin-left: 20px;
}
/* line 848, ../scss/module/_customer.scss */
.dashboard .box-reviews li .details .ratings {
content: '';
display: table;
clear: both;
margin-bottom: 0;
}
/* line 852, ../scss/module/_customer.scss */
.dashboard .box-reviews li .details .ratings strong {
float: left;
font-family: "Trebuchet MS", "Helvetica Neue", Verdana, Arial, sans-serif;
font-size: 13px;
margin-right: 5px;
}
/* line 859, ../scss/module/_customer.scss */
.dashboard .box-reviews li .details .ratings .rating-box {
float: left;
margin: 3px 0 0 0;
}
@media only screen and (max-width: 599px) {
/* line 869, ../scss/module/_customer.scss */
.dashboard .welcome-msg, .dashboard .box-account, .dashboard .col2-set {
margin: 20px 0;
}
}
/* ============================================ *
* Address Book
* ============================================ */
/* line 880, ../scss/module/_customer.scss */
.my-account {
color: #51504E;
}
/* line 885, ../scss/module/_customer.scss */
.my-account a {
color: #51504E;
text-decoration: underline;
}
/* line 889, ../scss/module/_customer.scss */
.my-account a:hover {
text-decoration: none;
}
/* line 894, ../scss/module/_customer.scss */
.my-account .order-info dd li a {
color: #2a2c2c;
}
/* line 897, ../scss/module/_customer.scss */
.my-account .order-info dd li a:hover {
color: #2a2c2c;
}
/* line 902, ../scss/module/_customer.scss */
.my-account .order-custom-block {
margin: 30px 0;
}
/* line 906, ../scss/module/_customer.scss */
.my-account .addresses-list {
font-family: "Trebuchet MS", Georgia, Times, "Times New Roman", serif;
}
/* line 910, ../scss/module/_customer.scss */
.my-account .addresses-list .addresses-primary:after {
content: '';
display: table;
clear: both;
}
/* line 914, ../scss/module/_customer.scss */
.my-account .addresses-list .addresses-primary .item {
float: left;
width: 50%;
padding-right: 20px;
}
/* line 922, ../scss/module/_customer.scss */
.my-account .addresses-list .addresses-additional .item {
margin: 30px 0;
}
/* line 927, ../scss/module/_customer.scss */
.my-account .addresses-list .addresses-primary, .my-account .addresses-list .addresses-additional {
margin: 30px 0;
}
/* line 931, ../scss/module/_customer.scss */
.my-account .addresses-list .col-1,
.my-account .addresses-list .col-2 {
padding: 0 20px 20px 0;
}
/* line 937, ../scss/module/_customer.scss */
.my-account .addresses-list .col-1 h2 {
margin-right: 0;
}
/* line 943, ../scss/module/_customer.scss */
.my-account .addresses-list .item p {
margin-top: 10px;
}
/* line 947, ../scss/module/_customer.scss */
.my-account .addresses-list .item.empty {
margin-top: 30px;
}
@media only screen and (max-width: 770px) {
/* line 953, ../scss/module/_customer.scss */
.my-account .addresses-list .col-1,
.my-account .addresses-list .col-2 {
width: 100%;
padding-left: 20px;
}
/* line 958, ../scss/module/_customer.scss */
.my-account .addresses-list .col-1 li.empty,
.my-account .addresses-list .col-2 li.empty {
width: 100%;
}
/* line 962, ../scss/module/_customer.scss */
.my-account .addresses-list .col-1 h2,
.my-account .addresses-list .col-2 h2 {
margin-left: -20px;
padding-left: 20px;
}
/* line 969, ../scss/module/_customer.scss */
.my-account .addresses-list .col-1 h2 {
margin-right: -20px;
}
}
@media only screen and (max-width: 599px) {
/* line 978, ../scss/module/_customer.scss */
.my-account .addresses-list .addresses-additional p a {
white-space: nowrap;
}
/* line 983, ../scss/module/_customer.scss */
.my-account .addresses-list .addresses-additional .item {
margin: 20px 0;
}
/* line 990, ../scss/module/_customer.scss */
.my-account .addresses-list .item.empty {
margin-top: 20px;
}
}
/* line 997, ../scss/module/_customer.scss */
.my-account .buttons-set {
background: #eeeeee;
/* Old browsers */
background: -moz-linear-gradient(top, #eeeeee 0%, #cccccc 100%);
/* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #eeeeee), color-stop(100%, #cccccc));
/* Chrome,Safari4+ */
background: -webkit-linear-gradient(top, #eeeeee 0%, #cccccc 100%);
/* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top, #eeeeee 0%, #cccccc 100%);
/* Opera 11.10+ */
background: -ms-linear-gradient(top, #eeeeee 0%, #cccccc 100%);
/* IE10+ */
background: linear-gradient(to bottom, #eeeeee 0%, #cccccc 100%);
/* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#eeeeee', endColorstr='#cccccc',GradientType=0 );
/* IE6-9 */
}
/* line 1000, ../scss/module/_customer.scss */
.my-account .buttons-set a {
color: #51504E;
text-decoration: none;
}
/* line 1010, ../scss/module/_customer.scss */
.my-account h2 {
margin: 0 -40px;
padding: 14px 20px;
font-size: 24px;
border-bottom: 0;
}
@media only screen and (max-width: 770px) {
/* line 1010, ../scss/module/_customer.scss */
.my-account h2 {
padding: 11px 20px;
font-size: 14px;
}
}
/* line 1022, ../scss/module/_customer.scss */
.my-account .col2-set .form-list {
padding: 0;
margin: 0;
}
@media only screen and (min-width: 901px) {
/* line 1029, ../scss/module/_customer.scss */
.my-account .scaffold-form .input-box {
width: calc(100% - 180px);
}
}
@media only screen and (max-width: 599px) {
/* line 1035, ../scss/module/_customer.scss */
.my-account h2 {
margin: 0 -20px;
}
/* line 1039, ../scss/module/_customer.scss */
.my-account .order-custom-block,
.my-account .addresses-list .addresses-primary, .my-account .addresses-list .addresses-additional {
margin: 20px 0;
}
}
/* line 1045, ../scss/module/_customer.scss */
.my-account .pager {
color: #51504E;
padding: 0;
margin: 20px 0;
}
/* line 1050, ../scss/module/_customer.scss */
.my-account .pager select {
width: auto;
}
/* line 1054, ../scss/module/_customer.scss */
.my-account .pager .amount, .my-account .pager .limiter label {
line-height: 44px;
}
/* line 1058, ../scss/module/_customer.scss */
.my-account .pager + .box-history .data-table {
margin-top: 0;
}
/* ============================================ *
* Order View
* ============================================ */
/* line 1068, ../scss/module/_customer.scss */
.order-info {
width: 100%;
margin: 0 -20px 20px 0;
padding-bottom: 10px;
border-bottom: 1px solid #d7d7d7;
color: #2a2c2c;
}
/* line 1075, ../scss/module/_customer.scss */
.order-info a {
font-size: 18px;
}
/* line 1079, ../scss/module/_customer.scss */
.order-info dt,
.order-info dd,
.order-info ul,
.order-info li {
display: inline;
text-transform: uppercase;
font-size: 18px;
}
/* line 1088, ../scss/module/_customer.scss */
.order-info dt {
margin-right: 20px;
display: none;
}
/* line 1093, ../scss/module/_customer.scss */
.order-info dd {
font-size: 12px;
}
/* line 1097, ../scss/module/_customer.scss */
.order-info li {
margin: 0 0 0 20px;
}
/* line 1100, ../scss/module/_customer.scss */
.order-info li:first-child {
margin-left: 0;
}
/* line 1106, ../scss/module/_customer.scss */
.order-date {
font-family: "Trebuchet MS", "Helvetica Neue", Verdana, Arial, sans-serif;
text-transform: uppercase;
}
/* line 1111, ../scss/module/_customer.scss */
.order-info-box {
margin: 30px 0;
}
@media only screen and (max-width: 599px) {
/* line 1111, ../scss/module/_customer.scss */
.order-info-box {
margin: 20px 0;
}
}
/* line 1118, ../scss/module/_customer.scss */
.order-info-box .col-1 {
padding-right: 0;
width: 48%;
}
/* line 1123, ../scss/module/_customer.scss */
.order-info-box .col-2 {
width: 52%;
}
/* line 1127, ../scss/module/_customer.scss */
.order-info-box .col-1,
.order-info-box .col-2 {
overflow: hidden;
padding-top: 0;
padding-bottom: 0;
}
/* line 1135, ../scss/module/_customer.scss */
.order-info-box .box-title h2 {
background: none;
font-size: 16px;
font-family: "Trebuchet MS", "Helvetica Neue", Verdana, Arial, sans-serif;
line-height: 1.35;
border: 0;
margin: 0;
margin-bottom: 10px;
padding: 0;
}
/* line 1146, ../scss/module/_customer.scss */
.order-info-box .box-title h2:after {
content: ':';
}
/* line 1152, ../scss/module/_customer.scss */
.order-info-box .box-content {
float: left;
font-family: "Trebuchet MS", Georgia, Times, "Times New Roman", serif;
}
/* line 1156, ../scss/module/_customer.scss */
.order-info-box .box-content td,
.order-info-box .box-content th {
font-family: "Trebuchet MS", Georgia, Times, "Times New Roman", serif;
line-height: 1.3;
}
/* line 1162, ../scss/module/_customer.scss */
.order-info-box .box-content th {
padding-top: 10px;
}
/* line 1166, ../scss/module/_customer.scss */
.order-info-box .box-content td {
padding-left: 15px;
}
/* line 1170, ../scss/module/_customer.scss */
.order-info-box .box-content strong {
font-family: "Trebuchet MS", "Helvetica Neue", Verdana, Arial, sans-serif;
font-weight: normal;
text-transform: uppercase;
}
/* line 1178, ../scss/module/_customer.scss */
.order-links {
margin-bottom: 20px;
}
/* line 1183, ../scss/module/_customer.scss */
.order-details h2, .order-details .buttons-set {
margin: 0 -40px;
}
/* line 1188, ../scss/module/_customer.scss */
.order-details h2.sub-title .separator {
display: none;
}
/* line 1192, ../scss/module/_customer.scss */
.order-details h2.sub-title a {
padding: 10px;
text-transform: uppercase;
font-size: 12px;
text-decoration: none;
}
/* line 1200, ../scss/module/_customer.scss */
.order-details h3.table-caption {
display: none;
}
/* line 1205, ../scss/module/_customer.scss */
.order-details .data-table .price {
white-space: nowrap;
}
/* line 1209, ../scss/module/_customer.scss */
.order-details .data-table tfoot tr.tax {
font-size: 10px;
}
@media only screen and (max-width: 599px) {
/* line 1215, ../scss/module/_customer.scss */
.order-details h2, .order-details .buttons-set {
margin: 0 -20px;
}
/* line 1220, ../scss/module/_customer.scss */
.order-details .data-table td {
text-align: left;
}
/* line 1224, ../scss/module/_customer.scss */
.order-details .data-table tfoot td.a-right {
width: 40%;
}
/* line 1227, ../scss/module/_customer.scss */
.order-details .data-table tfoot td.a-right.last {
width: 60%;
}
}
@media only screen and (max-width: 479px) {
/* line 1236, ../scss/module/_customer.scss */
.order-details .data-table .grand_total td {
font-size: 16px;
}
/* line 1240, ../scss/module/_customer.scss */
.order-details .data-table .price {
white-space: normal;
}
}
/* line 1248, ../scss/module/_customer.scss */
#my-orders-table .option-label {
margin-left: 10px;
font-weight: 600;
font-style: italic;
}
/* line 1254, ../scss/module/_customer.scss */
#my-orders-table .option-value {
margin-left: 20px;
}
/* line 1258, ../scss/module/_customer.scss */
#my-orders-table tr.bundle:not(:last-child) td {
border-bottom: none;
border-top: none;
}
/* line 1263, ../scss/module/_customer.scss */
#my-orders-table th.status, #my-orders-table td.status {
display: none;
}
/* line 1269, ../scss/module/_customer.scss */
ol#cart-sidebar-reorder li {
margin-top: 10px;
margin-bottom: 0;
}
/* line 1273, ../scss/module/_customer.scss */
ol#cart-sidebar-reorder li input {
margin-right: 10px;
}
/* line 1278, ../scss/module/_customer.scss */
ol#cart-sidebar-reorder p.product-name {
display: inline;
}
@media only screen and (max-width: 599px) {
/* line 1285, ../scss/module/_customer.scss */
#my-orders-table .option-label {
margin-left: 20px;
}
/* line 1289, ../scss/module/_customer.scss */
#my-orders-table .option-value {
margin-left: 35px;
}
/* line 1294, ../scss/module/_customer.scss */
#my-orders-table td[data-rwd-label=Qty] .nobr br {
display: none;
}
/* line 1298, ../scss/module/_customer.scss */
#my-orders-table td[data-rwd-label=Qty] .nobr strong {
margin-right: 10px;
}
/* line 1303, ../scss/module/_customer.scss */
#my-orders-table tr.bundle {
border-color: #d7d7d7;
}
/* line 1308, ../scss/module/_customer.scss */
#my-orders-table tr.bundle.child td[data-rwd-label] {
padding-left: 60px;
}
/* line 1314, ../scss/module/_customer.scss */
#my-orders-table tbody:last-child tr:last-child td {
border-bottom: 0;
}
/* line 1317, ../scss/module/_customer.scss */
#my-orders-table tbody:last-child tr:last-child td:last-child {
padding-bottom: 15px;
}
/* line 1323, ../scss/module/_customer.scss */
#my-orders-table tfoot tr.shipping {
margin-top: 0;
}
}
/* line 1329, ../scss/module/_customer.scss */
.order-additional {
margin: 40px 0;
}
/* line 1334, ../scss/module/_customer.scss */
.order-gift-message dd {
margin-top: 10px;
}
@media only screen and (max-width: 1199px) {
/* line 1342, ../scss/module/_customer.scss */
.dashboard .col2-set .col-1,
.dashboard .col2-set .col-2 {
padding-right: 20px;
padding-bottom: 0;
}
/* line 1348, ../scss/module/_customer.scss */
.dashboard .col2-set .col-2 {
padding-right: 0;
}
/* line 1356, ../scss/module/_customer.scss */
body.customer-account .data-table td.view a {
white-space: normal;
}
}
@media only screen and (max-width: 900px) {
/* line 1366, ../scss/module/_customer.scss */
body.customer-account .my-account .title-buttons {
text-align: left;
}
/* line 1369, ../scss/module/_customer.scss */
body.customer-account .my-account .title-buttons span.separator,
body.customer-account .my-account .title-buttons a {
top: 10px;
margin-bottom: 10px;
display: inline-block;
}
/* line 1376, ../scss/module/_customer.scss */
body.customer-account .my-account .title-buttons a:first-of-type {
margin-left: -20px;
}
}
@media only screen and (max-width: 900px) and (max-width: 599px) {
/* line 1376, ../scss/module/_customer.scss */
body.customer-account .my-account .title-buttons a:first-of-type {
margin-left: 0;
}
}
@media only screen and (max-width: 900px) {
/* line 1386, ../scss/module/_customer.scss */
body.customer-account .order-info {
margin-top: 30px;
}
}
@media only screen and (max-width: 770px) {
/* line 1396, ../scss/module/_customer.scss */
body.customer-account .data-table.orders th.ship,
body.customer-account .data-table.orders td.ship,
body.customer-account .data-table.orders td.status,
body.customer-account .data-table.orders th.status {
display: none;
}
/* line 1407, ../scss/module/_customer.scss */
.order-info-box .box-content {
clear: left;
}
/* line 1414, ../scss/module/_customer.scss */
.dashboard .page-title h1 {
margin-top: 0;
}
/* line 1419, ../scss/module/_customer.scss */
.dashboard .welcome-msg {
font-family: "Trebuchet MS", Georgia, Times, "Times New Roman", serif;
}
/* line 1422, ../scss/module/_customer.scss */
.dashboard .welcome-msg .hello {
font-style: italic;
}
/* line 1428, ../scss/module/_customer.scss */
.dashboard .col2-set .col-1,
.dashboard .col2-set .col-2 {
width: 48%;
padding-right: 0;
padding-left: 0;
}
/* line 1435, ../scss/module/_customer.scss */
.dashboard .col2-set .col-1 {
float: left;
margin-right: 4%;
}
/* line 1440, ../scss/module/_customer.scss */
.dashboard .col2-set .col-2 {
float: right;
}
}
@media only screen and (max-width: 599px) {
/* line 1451, ../scss/module/_customer.scss */
body.customer-account .my-account .form-list .control {
padding-left: 0;
}
}
@media only screen and (max-width: 479px) {
/* line 1463, ../scss/module/_customer.scss */
body.customer-account .my-account .title-buttons .button {
position: static;
margin-top: 20px;
width: 100%;
}
/* line 1470, ../scss/module/_customer.scss */
body.customer-account .my-account .buttons-set {
border-top: 0;
}
/* line 1475, ../scss/module/_customer.scss */
body.customer-account .my-account .addresses-list .item {
margin-bottom: 20px;
padding-right: 0;
float: none;
width: auto;
}
/* line 1481, ../scss/module/_customer.scss */
body.customer-account .my-account .addresses-list .item:last-of-type {
margin-bottom: 0;
}
/* line 1489, ../scss/module/_customer.scss */
body.customer-account.customer-address-index .buttons-set, body.customer-account.sales-order-history .buttons-set, body.customer-account.sales-order-view .buttons-set {
display: none;
}
/* line 1497, ../scss/module/_customer.scss */
.data-table.orders .link-reorder,
.data-table.orders .date,
.data-table.orders .total {
display: none;
}
/* line 1504, ../scss/module/_customer.scss */
.data-table.orders td.view {
text-align: right;
}
/* line 1512, ../scss/module/_customer.scss */
.dashboard .col2-set .col-1,
.dashboard .col2-set .col-2 {
width: 100%;
margin-top: 20px;
}
/* line 1518, ../scss/module/_customer.scss */
.dashboard .col2-set .col-1 {
margin-top: 0;
}
/* line 1524, ../scss/module/_customer.scss */
.order-info-box {
margin: 0;
}
/* line 1527, ../scss/module/_customer.scss */
.order-info-box .col-1,
.order-info-box .col-2 {
width: 100%;
border-bottom: 1px solid #d7d7d7;
padding: 15px 0;
}
/* line 1534, ../scss/module/_customer.scss */
.order-info-box + .order-info-box {
padding-bottom: 0;
border-bottom: 0;
margin-bottom: 30px;
}
/* line 1542, ../scss/module/_customer.scss */
#my-reviews-table .nobr {
white-space: normal;
}
}
/* ============================================ *
* Newsletter Subscriptions
* ============================================ */
/* line 1553, ../scss/module/_customer.scss */
body.newsletter-manage-index .my-account .form-list {
padding: 0;
margin: 0;
margin-bottom: 30px;
}
/* line 1559, ../scss/module/_customer.scss */
body.newsletter-manage-index .my-account h2 {
background: none;
padding: 0;
margin: 0;
margin-top: 30px;
font-weight: normal;
font-size: 14px;
line-height: 1.2;
color: #51504E;
}
@media only screen and (max-width: 599px) {
/* line 1571, ../scss/module/_customer.scss */
body.newsletter-manage-index .my-account .form-list {
margin-bottom: 20px;
}
/* line 1575, ../scss/module/_customer.scss */
body.newsletter-manage-index .my-account h2 {
margin-top: 20px;
}
}
/* line 1585, ../scss/module/_customer.scss */
.customer-account-resetpassword .col-main p.required {
display: none;
}
/* line 1589, ../scss/module/_customer.scss */
.customer-account-resetpassword .col-main h1 {
background: #eeeeee;
/* Old browsers */
background: -moz-linear-gradient(top, #eeeeee 0%, #cccccc 100%);
/* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #eeeeee), color-stop(100%, #cccccc));
/* Chrome,Safari4+ */
background: -webkit-linear-gradient(top, #eeeeee 0%, #cccccc 100%);
/* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top, #eeeeee 0%, #cccccc 100%);
/* Opera 11.10+ */
background: -ms-linear-gradient(top, #eeeeee 0%, #cccccc 100%);
/* IE10+ */
background: linear-gradient(to bottom, #eeeeee 0%, #cccccc 100%);
/* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#eeeeee', endColorstr='#cccccc',GradientType=0 );
/* IE6-9 */
color: #2a2c2c;
padding: 14px 20px;
text-transform: none;
line-height: 1.35;
}
@media only screen and (max-width: 770px) {
/* line 1589, ../scss/module/_customer.scss */
.customer-account-resetpassword .col-main h1 {
padding: 11px 20px;
}
}
/* line 1600, ../scss/module/_customer.scss */
.customer-account-resetpassword .col-main .fieldset {
margin-top: 0 !important;
}
/* line 1604, ../scss/module/_customer.scss */
.customer-account-resetpassword .col-main .buttons-set {
background: #eeeeee;
/* Old browsers */
background: -moz-linear-gradient(top, #eeeeee 0%, #cccccc 100%);
/* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #eeeeee), color-stop(100%, #cccccc));
/* Chrome,Safari4+ */
background: -webkit-linear-gradient(top, #eeeeee 0%, #cccccc 100%);
/* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top, #eeeeee 0%, #cccccc 100%);
/* Opera 11.10+ */
background: -ms-linear-gradient(top, #eeeeee 0%, #cccccc 100%);
/* IE10+ */
background: linear-gradient(to bottom, #eeeeee 0%, #cccccc 100%);
/* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#eeeeee', endColorstr='#cccccc',GradientType=0 );
/* IE6-9 */
}
/* line 1615, ../scss/module/_customer.scss */
body.nespresso-customer-alert-index .col2-set {
margin: 30px 0;
}
/* line 1618, ../scss/module/_customer.scss */
body.nespresso-customer-alert-index .col2-set .col-1,
body.nespresso-customer-alert-index .col2-set .col-2 {
padding: 0;
}
/* line 1623, ../scss/module/_customer.scss */
body.nespresso-customer-alert-index .col2-set .col-1 {
padding-right: 20px;
}
/* line 1627, ../scss/module/_customer.scss */
body.nespresso-customer-alert-index .col2-set .form-list .control {
margin-top: 0;
}
@media only screen and (max-width: 599px) {
/* line 1633, ../scss/module/_customer.scss */
body.nespresso-customer-alert-index .col2-set {
margin: 20px 0;
}
}
@media only screen and (max-width: 479px) {
/* line 1640, ../scss/module/_customer.scss */
body.nespresso-customer-alert-index .col2-set .col-1 {
padding-right: 0;
}
/* line 1644, ../scss/module/_customer.scss */
body.nespresso-customer-alert-index .col2-set .col-2 {
margin-top: 20px;
}
}
/* line 1651, ../scss/module/_customer.scss */
.storecredit .account-balance {
border: none;
}
/* ============================================ *
* Contacts
* ============================================ */
/* line 31, ../../../rwd/default/scss/module/_contacts.scss */
.contacts-index-index .buttons-set {
margin-left: 30px;
max-width: 435px;
}
/* line 35, ../../../rwd/default/scss/module/_contacts.scss */
.contacts-index-index .buttons-set p.required {
float: left;
}
@media only screen and (max-width: 599px) {
/* line 31, ../../../rwd/default/scss/module/_contacts.scss */
.contacts-index-index .buttons-set {
max-width: 330px;
margin-left: 0;
}
/* line 43, ../../../rwd/default/scss/module/_contacts.scss */
.contacts-index-index .buttons-set button {
float: left;
margin-left: 0px;
}
/* line 48, ../../../rwd/default/scss/module/_contacts.scss */
.contacts-index-index .buttons-set p.required {
float: right;
}
}
/* ============================================ *
* PayPal
* ============================================ */
@media only screen and (max-width: 870px) and (min-width: 771px) {
/* line 34, ../../../rwd/default/scss/module/_paypal.scss */
.paypal-review-order .col2-set .col-1,
.paypal-review-order .col2-set .col-2 {
padding: 0px;
}
}
/* line 42, ../../../rwd/default/scss/module/_paypal.scss */
.paypal-review-order .info-set {
margin-bottom: 10px;
padding-bottom: 10px;
border-bottom: 1px solid #EDEDED;
}
/* line 48, ../../../rwd/default/scss/module/_paypal.scss */
.paypal-review-order .buttons-set {
margin-top: 0px;
padding-top: 0px;
border: 0;
}
/* line 53, ../../../rwd/default/scss/module/_paypal.scss */
.paypal-review-order .buttons-set button {
margin-bottom: 10px;
}
@media only screen and (max-width: 770px) {
/* line 59, ../../../rwd/default/scss/module/_paypal.scss */
.paypal-review-order .col-1 {
padding-bottom: 0;
}
/* line 63, ../../../rwd/default/scss/module/_paypal.scss */
.paypal-review-order .field.inactive {
display: none;
}
}
/* line 70, ../../../rwd/default/scss/module/_paypal.scss */
.top-container .bml-ad {
margin-top: 7px;
margin-bottom: 7px;
text-align: center;
}
/* line 75, ../../../rwd/default/scss/module/_paypal.scss */
.top-container .bml-ad span {
display: inline-block;
}
/* line 78, ../../../rwd/default/scss/module/_paypal.scss */
.top-container .bml-ad span a {
display: block;
}
/* line 84, ../../../rwd/default/scss/module/_paypal.scss */
.bml-ad {
display: none;
text-align: center;
margin-bottom: 5px;
}
/* line 89, ../../../rwd/default/scss/module/_paypal.scss */
.bml-ad span {
display: block;
line-height: 0;
}
/* line 93, ../../../rwd/default/scss/module/_paypal.scss */
.bml-ad a {
display: inline-block;
max-width: 100%;
}
/* line 97, ../../../rwd/default/scss/module/_paypal.scss */
.bml-ad a:hover {
opacity: 0.7;
}
/* line 100, ../../../rwd/default/scss/module/_paypal.scss */
.bml-ad img {
height: auto !important;
max-width: 100%;
}
/* line 107, ../../../rwd/default/scss/module/_paypal.scss */
.cart-totals-wrapper .bml-ad.large img {
display: block;
margin: 0;
}
@media only screen and (max-width: 770px) {
/* line 113, ../../../rwd/default/scss/module/_paypal.scss */
.bml-ad.small {
display: block;
}
}
@media only screen and (min-width: 771px) {
/* line 119, ../../../rwd/default/scss/module/_paypal.scss */
.bml-ad.large {
display: block;
}
}
/* line 124, ../../../rwd/default/scss/module/_paypal.scss */
div.paypal-logo {
text-align: center;
margin: 15px 0;
max-width: 100%;
}
/* line 129, ../../../rwd/default/scss/module/_paypal.scss */
div.paypal-logo span {
display: block;
width: 100%;
}
/* line 133, ../../../rwd/default/scss/module/_paypal.scss */
div.paypal-logo span a {
display: inline-block;
max-width: 100%;
}
/* line 137, ../../../rwd/default/scss/module/_paypal.scss */
div.paypal-logo span a img {
max-width: 100%;
}
/* line 143, ../../../rwd/default/scss/module/_paypal.scss */
div.paypal-logo span > img {
display: none;
}
/* line 149, ../../../rwd/default/scss/module/_paypal.scss */
.checkout-types div.paypal-logo {
text-align: right;
}
/* line 154, ../../../rwd/default/scss/module/_paypal.scss */
.bml-checkout-type {
list-style-type: none;
}
/* line 159, ../../../rwd/default/scss/module/_paypal.scss */
.sidebar .paypal-logo {
text-align: center;
line-height: 0;
}
/* line 163, ../../../rwd/default/scss/module/_paypal.scss */
.sidebar .paypal-logo > a {
display: inline-block;
max-width: 100%;
}
/* line 167, ../../../rwd/default/scss/module/_paypal.scss */
.sidebar .paypal-logo > a:hover {
opacity: 0.8;
}
/* line 170, ../../../rwd/default/scss/module/_paypal.scss */
.sidebar .paypal-logo > a img {
display: block;
}
/* line 174, ../../../rwd/default/scss/module/_paypal.scss */
.sidebar .paypal-logo .label {
margin-top: 4px;
}
/* line 176, ../../../rwd/default/scss/module/_paypal.scss */
.sidebar .paypal-logo .label a {
font-size: 12px;
line-height: 1.5;
}
/* ============================================ *
* Review - Customer
* ============================================ */
/* line 30, ../../../rwd/default/scss/module/_review.scss */
#customer-reviews {
width: auto;
float: none;
}
/* line 34, ../../../rwd/default/scss/module/_review.scss */
#customer-reviews .review-heading {
border-top: 1px solid #2a2c2c;
border-bottom: 1px solid #2a2c2c;
padding: 10px 0 5px;
}
/* line 39, ../../../rwd/default/scss/module/_review.scss */
#customer-reviews .review-heading:after {
content: '';
display: table;
clear: both;
}
/* line 43, ../../../rwd/default/scss/module/_review.scss */
#customer-reviews .review-heading h2 {
float: left;
display: block;
}
/* line 48, ../../../rwd/default/scss/module/_review.scss */
#customer-reviews .review-heading .pager {
clear: none;
float: right;
width: auto;
}
/* line 54, ../../../rwd/default/scss/module/_review.scss */
#customer-reviews .review-heading .pager .count-container .limiter {
margin-bottom: 0;
}
/* line 57, ../../../rwd/default/scss/module/_review.scss */
#customer-reviews .review-heading .pager .count-container .limiter label {
font-family: "Trebuchet MS", "Helvetica Neue", Verdana, Arial, sans-serif;
font-size: 10px;
text-transform: uppercase;
}
/* line 65, ../../../rwd/default/scss/module/_review.scss */
#customer-reviews .review-heading .pager .amount {
display: none;
}
/* line 71, ../../../rwd/default/scss/module/_review.scss */
#customer-reviews h2 {
color: #2F4870;
font-size: 12px;
text-transform: uppercase;
}
/* line 76, ../../../rwd/default/scss/module/_review.scss */
#customer-reviews h2 span {
color: #FFFFFF;
}
/* line 81, ../../../rwd/default/scss/module/_review.scss */
#customer-reviews h3 {
font-family: "Trebuchet MS", "Helvetica Neue", Verdana, Arial, sans-serif;
font-size: 12px;
font-weight: normal;
text-transform: uppercase;
}
/* line 87, ../../../rwd/default/scss/module/_review.scss */
#customer-reviews h3 span {
color: #2F4870;
}
/* line 92, ../../../rwd/default/scss/module/_review.scss */
#customer-reviews .fieldset {
padding-top: 25px;
width: 470px;
}
/* line 96, ../../../rwd/default/scss/module/_review.scss */
#customer-reviews .fieldset h4 {
border-bottom: 1px solid #2a2c2c;
font-family: "Trebuchet MS", "Helvetica Neue", Verdana, Arial, sans-serif;
font-size: 12px;
font-weight: normal;
padding-bottom: 5px;
text-transform: uppercase;
}
/* line 104, ../../../rwd/default/scss/module/_review.scss */
#customer-reviews .fieldset h4 em {
display: none;
}
/* line 109, ../../../rwd/default/scss/module/_review.scss */
#customer-reviews .fieldset .form-list {
font-family: "Trebuchet MS", "Helvetica Neue", Verdana, Arial, sans-serif;
font-size: 12px;
font-weight: normal;
margin: 10px 0;
text-transform: uppercase;
width: 470px;
}
/* line 124, ../../../rwd/default/scss/module/_review.scss */
#customer-reviews .fieldset .form-list .inline-label:after {
content: '';
display: table;
clear: both;
}
/* line 129, ../../../rwd/default/scss/module/_review.scss */
#customer-reviews .fieldset .form-list label {
font-size: 12px;
font-weight: normal;
}
/* line 134, ../../../rwd/default/scss/module/_review.scss */
#customer-reviews .fieldset .form-list textarea {
border: 1px solid #2a2c2c;
border-radius: 0;
min-width: 100%;
-webkit-appearance: none;
}
/* line 141, ../../../rwd/default/scss/module/_review.scss */
#customer-reviews .fieldset .form-list input {
border: 1px solid #2a2c2c;
border-radius: 0;
}
/* line 145, ../../../rwd/default/scss/module/_review.scss */
#customer-reviews .fieldset .form-list input[type="text"] {
width: 100%;
}
/* line 152, ../../../rwd/default/scss/module/_review.scss */
#customer-reviews .buttons-set {
border: none;
margin: 0;
width: 470px;
}
/* line 158, ../../../rwd/default/scss/module/_review.scss */
#customer-reviews dl {
font-family: "Trebuchet MS", "Helvetica Neue", Verdana, Arial, sans-serif;
font-size: 12px;
font-weight: normal;
margin-bottom: 10px;
}
/* line 164, ../../../rwd/default/scss/module/_review.scss */
#customer-reviews dl dt {
margin: 10px 0;
text-transform: uppercase;
}
/* line 169, ../../../rwd/default/scss/module/_review.scss */
#customer-reviews dl dd {
font-family: "Trebuchet MS", Georgia, Times, "Times New Roman", serif;
font-size: 14px;
margin: 10px 0;
}
/* line 174, ../../../rwd/default/scss/module/_review.scss */
#customer-reviews dl dd .ratings-table {
font-family: "Trebuchet MS", "Helvetica Neue", Verdana, Arial, sans-serif;
font-size: 12px;
width: 100%;
}
/* line 179, ../../../rwd/default/scss/module/_review.scss */
#customer-reviews dl dd .ratings-table tr {
margin-right: 15px;
}
/* line 183, ../../../rwd/default/scss/module/_review.scss */
#customer-reviews dl dd .ratings-table .review-label {
width: 300px;
max-width: 70%;
}
/* line 189, ../../../rwd/default/scss/module/_review.scss */
#customer-reviews dl dd table {
margin: 15px 0;
}
/* line 193, ../../../rwd/default/scss/module/_review.scss */
#customer-reviews dl dd .review-meta {
color: #2F4870;
font-family: "Trebuchet MS", "Helvetica Neue", Verdana, Arial, sans-serif;
font-size: 10px;
font-weight: normal;
text-transform: uppercase;
}
/* line 204, ../../../rwd/default/scss/module/_review.scss */
.review-summary-table {
border-bottom: 1px solid #2a2c2c;
margin: 0 0 10px;
}
/* line 208, ../../../rwd/default/scss/module/_review.scss */
.review-summary-table thead {
background: transparent;
}
/* line 211, ../../../rwd/default/scss/module/_review.scss */
.review-summary-table thead th {
background: transparent;
border: none;
padding: 15px 7px 10px 8px;
}
/* line 219, ../../../rwd/default/scss/module/_review.scss */
.review-summary-table tbody th {
background: #FFFFFF;
font-size: 12px;
}
/* line 223, ../../../rwd/default/scss/module/_review.scss */
.review-summary-table tbody td {
border: none;
text-align: center;
padding: 0;
}
/* line 228, ../../../rwd/default/scss/module/_review.scss */
.review-summary-table tbody td label {
width: 100%;
display: block;
padding: 11px 0;
}
/* line 237, ../../../rwd/default/scss/module/_review.scss */
.review-summary-table .rating-box .rating-number {
display: none;
}
/* line 240, ../../../rwd/default/scss/module/_review.scss */
.review-summary-table .rating-box .rating-number:after {
content: "";
display: inline-block;
background-position: 0px -599px;
width: 13px;
height: 14px;
margin-left: 5px;
position: relative;
top: 2px;
}
/* ============================================ *
* Ratings - Global
* ============================================ */
/* line 260, ../../../rwd/default/scss/module/_review.scss */
.ratings-table {
font-family: "Trebuchet MS", "Helvetica Neue", Verdana, Arial, sans-serif;
font-size: 12px;
text-transform: uppercase;
}
/* line 265, ../../../rwd/default/scss/module/_review.scss */
.ratings-table th {
padding-right: 10px;
}
/* line 269, ../../../rwd/default/scss/module/_review.scss */
.ratings-table .rating-box {
background-position: 0 -615px;
background-repeat: repeat-x;
height: 13px;
overflow: hidden;
text-indent: -9999px;
width: 65px;
}
/* line 278, ../../../rwd/default/scss/module/_review.scss */
.ratings-table .rating-box .rating {
background-position: 0 -600px;
background-repeat: repeat-x;
float: left;
height: 13px;
text-indent: -9999px;
}
@media only screen and (max-width: 770px) {
/* line 295, ../../../rwd/default/scss/module/_review.scss */
body.review-product-list .product-view .product-shop .price-info {
padding-left: 0;
}
/* line 299, ../../../rwd/default/scss/module/_review.scss */
body.review-product-list .product-view .product-shop .extra-info {
padding: 0;
min-width: 84%;
}
/* line 303, ../../../rwd/default/scss/module/_review.scss */
body.review-product-list .product-view .product-shop .extra-info .ratings-table {
margin: 10px 0;
width: 100%;
}
/* line 307, ../../../rwd/default/scss/module/_review.scss */
body.review-product-list .product-view .product-shop .extra-info .ratings-table tr {
margin-right: 15px;
}
}
@media only screen and (max-width: 535px) {
/* line 323, ../../../rwd/default/scss/module/_review.scss */
body.review-product-list .product-view .product-shop .extra-info {
min-width: 0;
}
/* line 327, ../../../rwd/default/scss/module/_review.scss */
body.review-product-list .product-view .product-shop .extra-info .ratings-table tr {
float: none;
margin-right: 0;
}
}
@media only screen and (max-width: 520px) {
/* line 342, ../../../rwd/default/scss/module/_review.scss */
#customer-reviews .fieldset {
width: 100%;
}
/* line 345, ../../../rwd/default/scss/module/_review.scss */
#customer-reviews .fieldset .form-list {
width: 100%;
}
/* line 349, ../../../rwd/default/scss/module/_review.scss */
#customer-reviews .fieldset .form-list .inline-label label,
#customer-reviews .fieldset .form-list .inline-label .input-box {
float: none;
}
/* line 357, ../../../rwd/default/scss/module/_review.scss */
#customer-reviews .buttons-set {
width: 100%;
}
/* line 364, ../../../rwd/default/scss/module/_review.scss */
#customer-reviews .review-summary-table thead th {
padding-left: 0px;
padding-right: 0px;
}
/* line 371, ../../../rwd/default/scss/module/_review.scss */
#customer-reviews .review-summary-table tbody th {
padding-left: 0px;
padding-right: 0px;
}
/* line 376, ../../../rwd/default/scss/module/_review.scss */
#customer-reviews .review-summary-table tbody td {
width: 20%;
padding: 0px;
}
/* line 382, ../../../rwd/default/scss/module/_review.scss */
#customer-reviews .review-summary-table .rating-box {
text-indent: 0px;
text-align: center;
background: none;
height: 19.6px;
width: 100%;
}
/* line 389, ../../../rwd/default/scss/module/_review.scss */
#customer-reviews .review-summary-table .rating-box .rating {
display: none;
}
/* line 392, ../../../rwd/default/scss/module/_review.scss */
#customer-reviews .review-summary-table .rating-box .rating-number {
display: inline-block;
}
}
@media only screen and (max-width: 450px) {
/* line 404, ../../../rwd/default/scss/module/_review.scss */
#customer-reviews dl dd .ratings-table tr {
float: none;
}
}
/* ============================================ *
* Review View Page
* ============================================ */
/* line 415, ../../../rwd/default/scss/module/_review.scss */
.review-product-view .product-review .product-details h2 {
border-bottom: none;
}
/* line 420, ../../../rwd/default/scss/module/_review.scss */
.review-product-view .product-review .product-img-box {
width: auto;
max-width: 50%;
}
/* line 424, ../../../rwd/default/scss/module/_review.scss */
.review-product-view .product-review .product-img-box > a {
width: 100%;
}
/* line 428, ../../../rwd/default/scss/module/_review.scss */
.review-product-view .product-review .product-img-box .product-image {
width: 100%;
}
@media only screen and (max-width: 770px) {
/* line 438, ../../../rwd/default/scss/module/_review.scss */
.review-product-view .product-review .product-img-box {
max-width: 100%;
}
}
/* ============================================ *
* Slideshow
* ============================================ */
/* line 5, ../scss/module/_slideshow.scss */
.slideshow-container {
position: relative;
display: block;
width: 100%;
margin: 10px 0;
}
/* line 11, ../scss/module/_slideshow.scss */
.slideshow-container .slideshow {
width: 100%;
padding: 0;
position: relative;
margin: 0;
}
/* line 16, ../scss/module/_slideshow.scss */
.slideshow-container .slideshow > li {
position: absolute;
top: 0;
left: 0;
width: 100%;
padding: 0;
display: block;
margin: 0;
}
/* line 26, ../scss/module/_slideshow.scss */
.slideshow-container .slideshow > li:first-child {
position: static;
z-index: 100;
}
/* line 31, ../scss/module/_slideshow.scss */
.slideshow-container .slideshow > li img {
max-width: 100%;
width: 100%;
}
/* line 39, ../scss/module/_slideshow.scss */
.slideshow-pager {
text-align: center;
width: 100%;
z-index: 115;
position: absolute;
bottom: 0px;
top: auto;
overflow: hidden;
-moz-user-select: none;
-ms-user-select: none;
-webkit-user-select: none;
-o-user-select: none;
user-select: none;
}
/* line 49, ../scss/module/_slideshow.scss */
.slideshow-pager span {
font-family: arial;
width: 35px;
height: 35px;
display: inline-block;
color: #DDDDDD;
cursor: pointer;
position: relative;
}
/* line 59, ../scss/module/_slideshow.scss */
.slideshow-pager span:after, .slideshow-pager span:before {
content: '';
display: block;
width: 10px;
height: 10px;
left: 50%;
top: 50%;
margin-left: -5px;
margin-top: -5px;
background-color: #FFFFFF;
-moz-border-radius: 100%;
-webkit-border-radius: 100%;
border-radius: 100%;
position: absolute;
}
/* line 74, ../scss/module/_slideshow.scss */
.slideshow-pager span:before {
background: #FFFFFF;
filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=50);
opacity: 0.5;
}
/* line 79, ../scss/module/_slideshow.scss */
.slideshow-pager span:after {
border: 1px solid #2a2c2c;
background: transparent;
filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=20);
opacity: 0.2;
}
/* line 86, ../scss/module/_slideshow.scss */
.slideshow-pager span.cycle-pager-active:before {
filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
opacity: 1;
}
/* line 91, ../scss/module/_slideshow.scss */
.slideshow-pager > * {
cursor: pointer;
}
/* line 96, ../scss/module/_slideshow.scss */
.slideshow-prev,
.slideshow-next {
background-image: url(img/slider-nav-arrow.png);
background-repeat: no-repeat;
background-position: center center;
position: absolute;
top: 0;
width: 15%;
max-width: 80px;
height: 100%;
cursor: pointer;
z-index: 110;
-moz-user-select: none;
-ms-user-select: none;
-webkit-user-select: none;
-o-user-select: none;
user-select: none;
}
/* line 110, ../scss/module/_slideshow.scss */
.slideshow-prev.disabled,
.slideshow-next.disabled {
cursor: default;
filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=50);
opacity: 0.5;
}
/* line 116, ../scss/module/_slideshow.scss */
.slideshow-prev {
left: 0;
-moz-transform: scaleX(-1);
-ms-transform: scaleX(-1);
-webkit-transform: scaleX(-1);
transform: scaleX(-1);
}
/* line 121, ../scss/module/_slideshow.scss */
.slideshow-next {
right: 0;
}
/* line 125, ../scss/module/_slideshow.scss */
.cycle-caption {
position: absolute;
color: white;
bottom: 15px;
right: 15px;
z-index: 110;
}
/* line 133, ../scss/module/_slideshow.scss */
.cycle-overlay {
font-family: tahoma, arial;
position: absolute;
bottom: 0;
width: 100%;
z-index: 120;
background: black;
color: white;
padding: 15px;
opacity: .5;
}
/* ============================================ *
* Wishlist
* ============================================ */
/* line 31, ../../../rwd/default/scss/module/_wishlist.scss */
#wishlist-table th {
text-align: center;
}
/* line 35, ../../../rwd/default/scss/module/_wishlist.scss */
#wishlist-table.clean-table {
font-family: "Trebuchet MS", "Helvetica Neue", Verdana, Arial, sans-serif;
font-size: 12px;
text-transform: uppercase;
width: 100%;
}
/* line 41, ../../../rwd/default/scss/module/_wishlist.scss */
#wishlist-table.clean-table th {
border-bottom: 1px solid #2a2c2c;
}
/* line 45, ../../../rwd/default/scss/module/_wishlist.scss */
#wishlist-table.clean-table td {
padding: 15px;
vertical-align: top;
}
/* line 50, ../../../rwd/default/scss/module/_wishlist.scss */
#wishlist-table.clean-table thead th {
font-family: "Trebuchet MS", "Helvetica Neue", Verdana, Arial, sans-serif;
font-size: 12px;
text-transform: uppercase;
}
/* line 57, ../../../rwd/default/scss/module/_wishlist.scss */
#wishlist-table .product-name {
font-size: 16px;
font-family: "Trebuchet MS", "Helvetica Neue", Verdana, Arial, sans-serif;
margin-bottom: 0;
text-transform: uppercase;
}
/* line 63, ../../../rwd/default/scss/module/_wishlist.scss */
#wishlist-table .product-name a {
color: #FFFFFF;
}
/* line 68, ../../../rwd/default/scss/module/_wishlist.scss */
#wishlist-table .wishlist-sku {
font-size: 11px;
font-family: "Trebuchet MS", "Helvetica Neue", Verdana, Arial, sans-serif;
margin: 5px 0;
}
/* line 74, ../../../rwd/default/scss/module/_wishlist.scss */
#wishlist-table textarea {
border: 1px solid #e6e6e6;
width: 100%;
height: 45px;
font-size: 11px;
font-family: "Trebuchet MS", "Helvetica Neue", Verdana, Arial, sans-serif;
}
/* line 81, ../../../rwd/default/scss/module/_wishlist.scss */
#wishlist-table textarea::-webkit-input-placeholder {
text-transform: uppercase;
}
/* line 84, ../../../rwd/default/scss/module/_wishlist.scss */
#wishlist-table textarea:-moz-placeholder {
text-transform: uppercase;
}
/* line 87, ../../../rwd/default/scss/module/_wishlist.scss */
#wishlist-table textarea::-moz-placeholder {
text-transform: uppercase;
}
/* line 90, ../../../rwd/default/scss/module/_wishlist.scss */
#wishlist-table textarea:-ms-input-placeholder {
text-transform: uppercase;
}
/* line 94, ../../../rwd/default/scss/module/_wishlist.scss */
#wishlist-table textarea:focus {
border: 1px solid #CC9D49;
}
/* line 99, ../../../rwd/default/scss/module/_wishlist.scss */
#wishlist-table .item-manage {
text-align: right;
max-width: 450px;
padding-top: 5px;
}
/* line 104, ../../../rwd/default/scss/module/_wishlist.scss */
#wishlist-table .item-manage .button {
font-size: 11px;
padding: 3px 5px;
}
/* line 110, ../../../rwd/default/scss/module/_wishlist.scss */
#wishlist-table .cart-cell {
text-align: center;
}
/* line 115, ../../../rwd/default/scss/module/_wishlist.scss */
#wishlist-table td.customer-wishlist-item-image {
width: 113px;
}
/* line 119, ../../../rwd/default/scss/module/_wishlist.scss */
#wishlist-table td.customer-wishlist-item-quantity {
width: 3em;
}
/* line 123, ../../../rwd/default/scss/module/_wishlist.scss */
#wishlist-table td.customer-wishlist-item-price {
width: 120px;
text-align: center;
}
/* line 128, ../../../rwd/default/scss/module/_wishlist.scss */
#wishlist-table td.customer-wishlist-item-cart {
width: 150px;
}
/* line 131, ../../../rwd/default/scss/module/_wishlist.scss */
#wishlist-table td.customer-wishlist-item-cart .button {
font-size: 12px;
margin-bottom: 10px;
padding: 3px 5px;
width: 100%;
}
/* line 138, ../../../rwd/default/scss/module/_wishlist.scss */
#wishlist-table td.customer-wishlist-item-cart .truncated {
margin-bottom: 10px;
}
/* line 142, ../../../rwd/default/scss/module/_wishlist.scss */
#wishlist-table td.customer-wishlist-item-cart > p {
margin-bottom: 0;
}
/* line 146, ../../../rwd/default/scss/module/_wishlist.scss */
#wishlist-table td.customer-wishlist-item-cart .remove-whishlist-item {
text-align: center;
}
/* line 150, ../../../rwd/default/scss/module/_wishlist.scss */
#wishlist-table td.customer-wishlist-item-cart .btn-remove {
vertical-align: top;
}
/* line 155, ../../../rwd/default/scss/module/_wishlist.scss */
#wishlist-table td.customer-wishlist-item-remove {
width: 20px;
}
/* line 159, ../../../rwd/default/scss/module/_wishlist.scss */
#wishlist-table td .button,
#wishlist-table td button {
white-space: normal;
}
/* line 166, ../../../rwd/default/scss/module/_wishlist.scss */
#wishlist-table .price-box {
font-family: "Trebuchet MS", "Helvetica Neue", Verdana, Arial, sans-serif;
font-size: 12px;
}
/* line 170, ../../../rwd/default/scss/module/_wishlist.scss */
#wishlist-table .price-box .price {
color: #FFFFFF;
}
/* line 175, ../../../rwd/default/scss/module/_wishlist.scss */
#wishlist-table .giftregisty-add {
margin-top: 5px;
}
/* line 178, ../../../rwd/default/scss/module/_wishlist.scss */
#wishlist-table .giftregisty-add .change {
display: none;
}
/* line 182, ../../../rwd/default/scss/module/_wishlist.scss */
#wishlist-table .giftregisty-add li {
cursor: pointer;
color: #CC9D49;
margin-bottom: 3px;
}
/* line 190, ../../../rwd/default/scss/module/_wishlist.scss */
#wishlist-table .truncated .details {
background: none;
color: #CC9D49;
}
/* line 196, ../../../rwd/default/scss/module/_wishlist.scss */
#wishlist-table td[data-rwd-label]:before {
font-weight: 600;
}
@media only screen and (max-width: 1199px) {
/* line 206, ../../../rwd/default/scss/module/_wishlist.scss */
#wishlist-table.clean-table td {
padding-left: 10px;
padding-right: 10px;
}
}
@media only screen and (max-width: 900px) {
/* line 218, ../../../rwd/default/scss/module/_wishlist.scss */
#wishlist-table.clean-table td {
padding-left: 5px;
padding-right: 5px;
}
/* line 222, ../../../rwd/default/scss/module/_wishlist.scss */
#wishlist-table.clean-table td textarea {
height: 100px;
}
/* line 226, ../../../rwd/default/scss/module/_wishlist.scss */
#wishlist-table.clean-table td.customer-wishlist-item-cart {
width: 110px;
}
/* line 231, ../../../rwd/default/scss/module/_wishlist.scss */
#wishlist-table .product-name {
font-size: 13px;
}
}
@media only screen and (max-width: 770px) {
/* line 241, ../../../rwd/default/scss/module/_wishlist.scss */
#wishlist-table:after {
content: '';
display: table;
clear: both;
}
/* line 245, ../../../rwd/default/scss/module/_wishlist.scss */
#wishlist-table .product-name {
font-size: 16px;
}
/* line 249, ../../../rwd/default/scss/module/_wishlist.scss */
#wishlist-table textarea {
height: 68px;
max-width: 100%;
}
/* line 254, ../../../rwd/default/scss/module/_wishlist.scss */
#wishlist-table .item-manage {
max-width: 100%;
}
/* line 258, ../../../rwd/default/scss/module/_wishlist.scss */
#wishlist-table tr {
position: relative;
}
/* line 261, ../../../rwd/default/scss/module/_wishlist.scss */
#wishlist-table tr:after {
content: '';
display: table;
clear: both;
}
/* line 266, ../../../rwd/default/scss/module/_wishlist.scss */
#wishlist-table td.customer-wishlist-item-image {
width: 70px;
}
/* line 269, ../../../rwd/default/scss/module/_wishlist.scss */
#wishlist-table td.customer-wishlist-item-image img {
width: 70px;
height: 70px;
}
/* line 276, ../../../rwd/default/scss/module/_wishlist.scss */
#wishlist-table td.customer-wishlist-item-cart p {
margin-bottom: 0;
}
/* line 280, ../../../rwd/default/scss/module/_wishlist.scss */
#wishlist-table td.customer-wishlist-item-cart .remove-whishlist-item {
margin-right: 0;
padding-top: 4px;
}
/* line 286, ../../../rwd/default/scss/module/_wishlist.scss */
#wishlist-table td.customer-wishlist-item-cart {
padding-right: 15px;
}
}
@media only screen and (max-width: 599px) {
/* line 296, ../../../rwd/default/scss/module/_wishlist.scss */
#wishlist-table td.customer-wishlist-item-quantity {
padding-left: 0;
}
/* line 300, ../../../rwd/default/scss/module/_wishlist.scss */
#wishlist-table td.customer-wishlist-item-image,
#wishlist-table th.customer-wishlist-item-image {
display: none;
}
}
@media only screen and (max-width: 479px) {
/* line 311, ../../../rwd/default/scss/module/_wishlist.scss */
#wishlist-table tr {
position: relative;
}
/* line 315, ../../../rwd/default/scss/module/_wishlist.scss */
#wishlist-table th.customer-wishlist-item-image {
display: block;
}
/* line 320, ../../../rwd/default/scss/module/_wishlist.scss */
#wishlist-table td.customer-wishlist-item-image, #wishlist-table td.customer-wishlist-item-info, #wishlist-table td.customer-wishlist-item-quantity, #wishlist-table td.customer-wishlist-item-price, #wishlist-table td.customer-wishlist-item-cart {
width: 100%;
padding-left: 0;
padding-right: 0;
empty-cells: hide;
}
/* line 331, ../../../rwd/default/scss/module/_wishlist.scss */
#wishlist-table td.customer-wishlist-item-image {
display: block;
overflow: hidden;
}
/* line 335, ../../../rwd/default/scss/module/_wishlist.scss */
#wishlist-table td.customer-wishlist-item-image a {
float: left;
}
/* line 338, ../../../rwd/default/scss/module/_wishlist.scss */
#wishlist-table td.customer-wishlist-item-image a img {
width: 113px;
height: 113px;
}
/* line 345, ../../../rwd/default/scss/module/_wishlist.scss */
#wishlist-table td.customer-wishlist-item-quantity, #wishlist-table td.customer-wishlist-item-price {
text-align: left;
}
/* line 349, ../../../rwd/default/scss/module/_wishlist.scss */
#wishlist-table td.customer-wishlist-item-quantity:before, #wishlist-table td.customer-wishlist-item-price:before {
float: left;
margin-right: 15px;
}
/* line 354, ../../../rwd/default/scss/module/_wishlist.scss */
#wishlist-table td.customer-wishlist-item-quantity .cart-cell, #wishlist-table td.customer-wishlist-item-price .cart-cell {
text-align: left;
}
/* line 358, ../../../rwd/default/scss/module/_wishlist.scss */
#wishlist-table td.customer-wishlist-item-quantity .price-box, #wishlist-table td.customer-wishlist-item-price .price-box {
margin-top: 0;
}
/* line 364, ../../../rwd/default/scss/module/_wishlist.scss */
#wishlist-table td.customer-wishlist-item-cart .cart-cell {
float: left;
width: 48%;
}
/* line 369, ../../../rwd/default/scss/module/_wishlist.scss */
#wishlist-table td.customer-wishlist-item-cart > p {
float: right;
width: 48%;
}
/* line 375, ../../../rwd/default/scss/module/_wishlist.scss */
#wishlist-table td.customer-wishlist-item-remove {
position: absolute;
top: 15px;
right: 0px;
display: block;
padding: 0px;
height: 20px;
}
/* line 386, ../../../rwd/default/scss/module/_wishlist.scss */
#wishlist-table.clean-table td.customer-wishlist-item-cart {
width: 100%;
}
}
/* ============================================ *
* Wishlist Sidebar
* ============================================ */
/* line 399, ../../../rwd/default/scss/module/_wishlist.scss */
.block-wishlist .mini-products-list > li:not(:last-child) {
padding-bottom: 5px;
}
/* line 403, ../../../rwd/default/scss/module/_wishlist.scss */
.block-wishlist .product-details .product-name {
padding-top: 0;
margin-bottom: 5px;
}
/* line 408, ../../../rwd/default/scss/module/_wishlist.scss */
.block-wishlist .price-box {
float: left;
margin: 0;
}
/* line 413, ../../../rwd/default/scss/module/_wishlist.scss */
.block-wishlist .price-box,
.block-wishlist .price-box .price,
.block-wishlist .link-cart {
font-size: 12px;
}
/* line 419, ../../../rwd/default/scss/module/_wishlist.scss */
.block-wishlist .link-cart {
float: left;
text-transform: uppercase;
margin-right: 7px;
padding-right: 7px;
border-right: 1px solid #d7d7d7;
}
/* ============================================ *
* Checkout - Mini cart
* ============================================ */
/* line 5, ../scss/module/_checkout-cart-minicart.scss */
.header-minicart {
display: inline-block;
}
@media only screen and (max-width: 900px) {
/* line 5, ../scss/module/_checkout-cart-minicart.scss */
.header-minicart {
display: block;
}
}
/* line 12, ../scss/module/_checkout-cart-minicart.scss */
.header-minicart .minicart-message {
display: block;
padding: 10px;
line-height: 30px;
overflow: hidden;
text-align: center;
white-space: pre-line;
border-bottom: 1px solid #51504E;
font-size: 12px;
}
/* line 23, ../scss/module/_checkout-cart-minicart.scss */
.header-minicart .empty {
font-size: 12px;
font-style: italic;
line-height: 1.4;
text-align: center;
margin: 0 40px 20px 40px;
}
/* line 31, ../scss/module/_checkout-cart-minicart.scss */
.header-minicart .minicart-wrapper {
clear: both;
position: relative;
}
/* line 2, ../scss/mixin/_loading-overlay.scss */
.header-minicart .minicart-wrapper:before, .header-minicart .minicart-wrapper:after {
content: '';
position: absolute;
top: 0px;
left: -10px;
right: -10px;
height: 100%;
display: none;
}
/* line 13, ../scss/mixin/_loading-overlay.scss */
.header-minicart .minicart-wrapper:before {
background-color: #51504E;
opacity: 0.8;
z-index: 2;
}
/* line 19, ../scss/mixin/_loading-overlay.scss */
.header-minicart .minicart-wrapper:after {
background-image: url("img/loader-gray.gif");
background-repeat: no-repeat;
background-position: center;
z-index: 3;
background-size: 100%;
height: 45px;
width: 45px;
top: 50%;
left: 50%;
-moz-transform: translate(-50%, -50%);
-ms-transform: translate(-50%, -50%);
-webkit-transform: translate(-50%, -50%);
transform: translate(-50%, -50%);
}
/* line 32, ../scss/mixin/_loading-overlay.scss */
.header-minicart .minicart-wrapper.loading {
position: relative;
}
/* line 35, ../scss/mixin/_loading-overlay.scss */
.header-minicart .minicart-wrapper.loading:before, .header-minicart .minicart-wrapper.loading:after {
display: block;
}
@media only screen and (max-width: 900px) {
/* line 41, ../scss/mixin/_loading-overlay.scss */
.header-minicart .minicart-wrapper.loading:before {
left: -30px;
right: -30px;
}
}
@media only screen and (max-width: 479px) {
/* line 48, ../scss/mixin/_loading-overlay.scss */
.header-minicart .minicart-wrapper.loading:before {
left: -15px;
right: -15px;
}
}
/* line 37, ../scss/module/_checkout-cart-minicart.scss */
.header-minicart .block-cart {
display: none;
}
/* line 41, ../scss/module/_checkout-cart-minicart.scss */
.header-minicart .block-subtitle {
color: white;
font-family: "Trebuchet MS", "Helvetica Neue", Verdana, Arial, sans-serif;
font-size: 12px;
font-weight: normal;
font-style: italic;
line-height: 1.4;
text-align: center;
margin-bottom: 20px;
padding-top: 20px;
}
/* line 52, ../scss/module/_checkout-cart-minicart.scss */
.header-minicart .block-subtitle .close {
width: 40px;
float: right;
display: none;
color: #FFFFFF;
text-decoration: none;
font-weight: normal;
font-size: 30px;
position: absolute;
top: -8px;
right: -3px;
}
/* line 65, ../scss/module/_checkout-cart-minicart.scss */
.header-minicart .mini-products-list {
padding-top: 0px;
}
/* line 68, ../scss/module/_checkout-cart-minicart.scss */
.header-minicart .mini-products-list li {
border-bottom: 1px solid #888888;
position: relative;
margin: 15px 0;
padding-bottom: 5px;
}
/* line 74, ../scss/module/_checkout-cart-minicart.scss */
.header-minicart .mini-products-list li.last {
border: none;
}
/* line 78, ../scss/module/_checkout-cart-minicart.scss */
.header-minicart .mini-products-list li .product-details {
position: relative;
}
/* line 81, ../scss/module/_checkout-cart-minicart.scss */
.header-minicart .mini-products-list li .product-details > a {
font-size: 11px;
}
/* line 89, ../scss/module/_checkout-cart-minicart.scss */
.header-minicart .product-details .product-name {
padding-top: 0px;
}
/* line 92, ../scss/module/_checkout-cart-minicart.scss */
.header-minicart .product-details .product-name a {
color: #CC9D49;
}
/* line 98, ../scss/module/_checkout-cart-minicart.scss */
.header-minicart .info-wrapper {
font-size: 11px;
margin-left: 60px;
}
/* line 102, ../scss/module/_checkout-cart-minicart.scss */
.header-minicart .info-wrapper th {
text-transform: uppercase;
padding-right: 10px;
vertical-align: middle;
}
/* line 107, ../scss/module/_checkout-cart-minicart.scss */
.header-minicart .info-wrapper td {
color: #FFFFFF;
clear: right;
vertical-align: middle;
}
/* line 114, ../scss/module/_checkout-cart-minicart.scss */
.header-minicart .info-wrapper .qty-wrapper td {
height: 33px;
line-height: 33px;
}
/* line 120, ../scss/module/_checkout-cart-minicart.scss */
.header-minicart .info-wrapper .qty {
font-size: 11px;
margin-right: 2px;
width: 3em;
text-align: center;
height: 20px;
vertical-align: middle;
background-color: #51504E;
color: white;
}
/* line 131, ../scss/module/_checkout-cart-minicart.scss */
.header-minicart .info-wrapper .quantity-button {
opacity: 0;
padding: 1px 10px;
-moz-transition-property: opacity;
-o-transition-property: opacity;
-webkit-transition-property: opacity;
transition-property: opacity;
-moz-transition-duration: 100ms;
-o-transition-duration: 100ms;
-webkit-transition-duration: 100ms;
transition-duration: 100ms;
}
/* line 137, ../scss/module/_checkout-cart-minicart.scss */
.header-minicart .info-wrapper .quantity-button[disabled] {
cursor: default;
}
/* line 141, ../scss/module/_checkout-cart-minicart.scss */
.header-minicart .info-wrapper .quantity-button.visible {
opacity: 1;
}
/* line 147, ../scss/module/_checkout-cart-minicart.scss */
.header-minicart .subtotal {
background: #eeeeee;
/* Old browsers */
background: -moz-linear-gradient(top, #eeeeee 0%, #cccccc 100%);
/* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #eeeeee), color-stop(100%, #cccccc));
/* Chrome,Safari4+ */
background: -webkit-linear-gradient(top, #eeeeee 0%, #cccccc 100%);
/* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top, #eeeeee 0%, #cccccc 100%);
/* Opera 11.10+ */
background: -ms-linear-gradient(top, #eeeeee 0%, #cccccc 100%);
/* IE10+ */
background: linear-gradient(to bottom, #eeeeee 0%, #cccccc 100%);
/* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#eeeeee', endColorstr='#cccccc',GradientType=0 );
/* IE6-9 */
text-align: center;
line-height: 2em;
width: 100%;
padding: 10px 20px;
position: relative;
}
/* line 155, ../scss/module/_checkout-cart-minicart.scss */
.header-minicart .subtotal:after {
content: '';
content: '';
position: absolute;
width: 0;
height: 0;
display: block;
border-right: 7px solid transparent;
border-left: 7px solid transparent;
border-top: 7px solid #c1c5ca;
border-bottom: none;
left: 50%;
bottom: 0;
-moz-transform: translate(-50%, 100%);
-ms-transform: translate(-50%, 100%);
-webkit-transform: translate(-50%, 100%);
transform: translate(-50%, 100%);
}
/* line 171, ../scss/module/_checkout-cart-minicart.scss */
.header-minicart .subtotal .label {
color: #2a2c2c;
text-transform: uppercase;
padding: 0;
}
/* line 176, ../scss/module/_checkout-cart-minicart.scss */
.header-minicart .subtotal .price {
color: #2a2c2c;
white-space: nowrap;
}
/* line 182, ../scss/module/_checkout-cart-minicart.scss */
.header-minicart .minicart-actions {
padding: 10px 0;
margin-top: 0px;
overflow: hidden;
position: relative;
text-align: center;
}
/* line 189, ../scss/module/_checkout-cart-minicart.scss */
.header-minicart .minicart-actions .checkout-button {
min-width: 145px;
line-height: 18px;
}
/* line 194, ../scss/module/_checkout-cart-minicart.scss */
.header-minicart .minicart-actions .cart-link {
height: 33px;
line-height: 39px;
text-transform: uppercase;
font-size: 13px;
}
/* line 202, ../scss/module/_checkout-cart-minicart.scss */
.header-minicart .minicart-actions .paypal-logo .paypal-or {
line-height: 1.6;
}
/* line 208, ../scss/module/_checkout-cart-minicart.scss */
.header-minicart #minicart-error-message {
text-align: center;
color: red;
display: none;
}
/* line 214, ../scss/module/_checkout-cart-minicart.scss */
.header-minicart #minicart-success-message {
text-align: center;
color: green;
display: none;
}
@media only screen and (max-width: 479px) {
/* line 214, ../scss/module/_checkout-cart-minicart.scss */
.header-minicart #minicart-success-message {
width: 100%;
}
}
/* line 225, ../scss/module/_checkout-cart-minicart.scss */
.header-minicart .jcarousel-control-prev,
.header-minicart .jcarousel-control-next {
display: none;
}
/* line 231, ../scss/module/_checkout-cart-minicart.scss */
.header-minicart.skip-active .block-cart,
.block-cart.skip-active {
display: block;
}
/* line 236, ../scss/module/_checkout-cart-minicart.scss */
.checkout-types.minicart {
float: none;
text-align: center;
}
@media only screen and (max-width: 900px) {
/* line 242, ../scss/module/_checkout-cart-minicart.scss */
.block-cart {
padding: 0 30px;
}
}
@media only screen and (min-width: 901px) {
/* line 248, ../scss/module/_checkout-cart-minicart.scss */
.block-cart {
padding: 0 10px;
}
}
@media only screen and (max-width: 900px) {
/* line 254, ../scss/module/_checkout-cart-minicart.scss */
.block-cart {
padding: 0 30px;
}
}
@media only screen and (max-width: 479px) {
/* line 260, ../scss/module/_checkout-cart-minicart.scss */
.block-cart {
padding: 0 15px;
}
}
@media only screen and (min-width: 901px) {
/* line 269, ../scss/module/_checkout-cart-minicart.scss */
.header-minicart .mini-products-list .product-details .truncated {
display: inline-block;
position: relative;
line-height: 1;
}
/* line 274, ../scss/module/_checkout-cart-minicart.scss */
.header-minicart .mini-products-list .product-details .truncated:before {
content: '|';
font-size: 14px;
position: absolute;
top: 0;
}
/* line 281, ../scss/module/_checkout-cart-minicart.scss */
.header-minicart .mini-products-list .product-details .truncated .details {
font-size: 11px;
margin-left: 10px;
line-height: 1;
}
/* line 286, ../scss/module/_checkout-cart-minicart.scss */
.header-minicart .mini-products-list .product-details .truncated .details:active, .header-minicart .mini-products-list .product-details .truncated .details:focus, .header-minicart .mini-products-list .product-details .truncated .details:visited, .header-minicart .mini-products-list .product-details .truncated .details:hover {
color: #FFFFFF;
}
}
@media only screen and (max-width: 479px) {
/* line 297, ../scss/module/_checkout-cart-minicart.scss */
.header-minicart a.skip-cart {
z-index: 1;
}
}
@media only screen and (max-width: 770px) {
/* line 305, ../scss/module/_checkout-cart-minicart.scss */
.header-minicart .minicart-wrapper:before {
background-color: #51504E;
}
/* line 310, ../scss/module/_checkout-cart-minicart.scss */
.header-minicart .quantity-button {
float: none;
}
/* line 314, ../scss/module/_checkout-cart-minicart.scss */
.header-minicart .header-minicart .block-cart {
padding: 15px;
}
/* line 318, ../scss/module/_checkout-cart-minicart.scss */
.header-minicart .header-minicart .block-subtitle {
padding-top: 59px;
}
/* line 322, ../scss/module/_checkout-cart-minicart.scss */
.header-minicart .minicart-actions {
padding-bottom: 33px;
}
/* line 325, ../scss/module/_checkout-cart-minicart.scss */
.header-minicart .minicart-actions .checkout-types.minicart {
float: none;
text-align: center;
}
/* line 329, ../scss/module/_checkout-cart-minicart.scss */
.header-minicart .minicart-actions .checkout-types.minicart li {
display: inline-block;
}
/* line 333, ../scss/module/_checkout-cart-minicart.scss */
.header-minicart .minicart-actions .checkout-types.minicart li .paypal-logo > a {
display: inline;
}
/* line 337, ../scss/module/_checkout-cart-minicart.scss */
.header-minicart .minicart-actions .checkout-types.minicart li .paypal-logo .bml_button {
display: inline-block;
vertical-align: top;
}
/* line 342, ../scss/module/_checkout-cart-minicart.scss */
.header-minicart .minicart-actions .checkout-types.minicart li .paypal-logo .paypal-or {
width: auto;
float: none;
display: inline;
margin: 0 10px 5px 10px;
line-height: 40px;
}
}
@media only screen and (max-width: 740px) {
/* line 359, ../scss/module/_checkout-cart-minicart.scss */
.header-minicart .minicart-actions .cart-link {
right: auto;
left: 0;
text-align: center;
width: 100%;
}
/* line 369, ../scss/module/_checkout-cart-minicart.scss */
.header-minicart .minicart-actions .checkout-types.minicart li .paypal-logo .paypal-or,
.header-minicart .minicart-actions .checkout-types.minicart li .paypal-logo .paypal-button {
width: 100%;
display: block;
margin-left: 0;
}
/* line 376, ../scss/module/_checkout-cart-minicart.scss */
.header-minicart .minicart-actions .checkout-types.minicart li .paypal-logo .paypal-or {
line-height: 1.6;
}
}
@media only screen and (max-width: 599px) {
/* line 389, ../scss/module/_checkout-cart-minicart.scss */
.header-minicart .minicart-actions .checkout-button {
width: 100%;
}
}
/* ============================================ *
* Search - Auto Suggest
* ============================================ */
/* line 30, ../../../rwd/default/scss/module/_search.scss */
.search-autocomplete {
left: 0 !important;
overflow: visible !important;
position: relative !important;
top: 15px !important;
width: 100% !important;
z-index: 200;
}
/* line 38, ../../../rwd/default/scss/module/_search.scss */
.search-autocomplete ul {
-moz-border-radius: 2px;
-webkit-border-radius: 2px;
border-radius: 2px;
background-color: #FFFFFF;
border: 1px solid #2F4870;
left: 0;
padding-left: 0;
position: absolute;
top: 0;
width: 100%;
}
/* line 48, ../../../rwd/default/scss/module/_search.scss */
.search-autocomplete ul li {
border-bottom: 1px solid #F4F4F4;
color: #FFFFFF;
cursor: pointer;
font-size: 12px;
padding: 4px 6px;
text-align: left;
}
/* line 56, ../../../rwd/default/scss/module/_search.scss */
.search-autocomplete ul li:hover {
color: #CC9D49;
}
/* line 60, ../../../rwd/default/scss/module/_search.scss */
.search-autocomplete ul li.selected {
background-color: #CC9D49;
color: white;
}
/* line 65, ../../../rwd/default/scss/module/_search.scss */
.search-autocomplete ul li .amount {
float: right;
font-weight: bold;
}
/* line 70, ../../../rwd/default/scss/module/_search.scss */
.search-autocomplete ul li:last-child {
border-bottom: none;
}
/* line 76, ../../../rwd/default/scss/module/_search.scss */
.search-autocomplete:before {
content: '';
position: absolute;
width: 0;
height: 0;
display: block;
border-right: 7px solid transparent;
border-left: 7px solid transparent;
border-bottom: 7px solid #CC9D49;
border-top: none;
left: 50%;
top: -7px;
}
/* ============================================ *
* Search - Advanced
* ============================================ */
/* line 87, ../../../rwd/default/scss/module/_search.scss */
.advanced-search {
background: #F4F4F4;
border: 1px solid #d7d7d7;
padding: 30px;
}
/* line 93, ../../../rwd/default/scss/module/_search.scss */
.advanced-search select.multiselect option {
border-bottom: 1px solid #d7d7d7;
padding: 2px 5px;
}
@media only screen and (max-width: 479px) {
/* line 101, ../../../rwd/default/scss/module/_search.scss */
.advanced-search {
padding: 15px;
}
}
/* ============================================ *
* Account - Reviews
* ============================================ */
/* line 32, ../../../rwd/default/scss/module/_account-reviews.scss */
.product-review .product-img-box p.label {
border-bottom: 1px solid #2a2c2c;
font-size: 16px;
font-family: "Trebuchet MS", "Helvetica Neue", Verdana, Arial, sans-serif;
margin-top: 20px;
padding-bottom: 10px;
text-transform: uppercase;
}
/* line 41, ../../../rwd/default/scss/module/_account-reviews.scss */
.product-review .product-img-box .rating-box {
margin: 15px 0;
}
/* line 47, ../../../rwd/default/scss/module/_account-reviews.scss */
.product-review .product-details h2 {
border-bottom: 1px solid #2a2c2c;
color: #3399CC;
font-size: 16px;
font-weight: 600;
font-family: "Trebuchet MS", "Helvetica Neue", Verdana, Arial, sans-serif;
padding-bottom: 10px;
}
/* line 57, ../../../rwd/default/scss/module/_account-reviews.scss */
.product-review .ratings-table {
font-family: "Trebuchet MS", "Helvetica Neue", Verdana, Arial, sans-serif;
}
/* line 60, ../../../rwd/default/scss/module/_account-reviews.scss */
.product-review .ratings-table th {
padding-right: 10px;
}
/* line 64, ../../../rwd/default/scss/module/_account-reviews.scss */
.product-review .ratings-table tr {
float: left;
font-size: 12px;
margin-right: 10px;
text-transform: uppercase;
}
/* line 73, ../../../rwd/default/scss/module/_account-reviews.scss */
.product-review .ratings-description dt {
border-bottom: 1px solid #2a2c2c;
font-size: 16px;
font-weight: 400;
font-family: "Trebuchet MS", "Helvetica Neue", Verdana, Arial, sans-serif;
margin-top: 20px;
padding: 10px 0;
text-transform: uppercase;
}
/* line 83, ../../../rwd/default/scss/module/_account-reviews.scss */
.product-review .ratings-description dd {
color: #737373;
font-family: "Trebuchet MS", "Helvetica Neue", Verdana, Arial, sans-serif;
font-size: 13px;
}
@media only screen and (min-width: 771px) {
/* line 96, ../../../rwd/default/scss/module/_account-reviews.scss */
.product-review .ratings-table tr {
float: none;
}
}
@media only screen and (min-width: 1126px) {
/* line 108, ../../../rwd/default/scss/module/_account-reviews.scss */
.product-review .ratings-table tr {
float: left;
margin-right: 15px;
}
}
@media only screen and (max-width: 320px) {
/* line 121, ../../../rwd/default/scss/module/_account-reviews.scss */
.product-review .ratings-table tr {
float: none;
}
}
/* ============================================ *
* CMS Pages
* ============================================ */
/* line 12, ../scss/module/_cms.scss */
.cms-page-view .page-title h1,
.cms-page-view .page-title h3,
.cms-page-view .page-head h1,
.cms-page-view .page-head h3,
.cms-no-route .page-title h1,
.cms-no-route .page-title h3,
.cms-no-route .page-head h1,
.cms-no-route .page-head h3 {
border: none;
}
/* line 20, ../scss/module/_cms.scss */
.cms-page-view .std img,
.cms-no-route .std img {
max-width: 100%;
}
/* line 24, ../scss/module/_cms.scss */
.cms-page-view .std p,
.cms-no-route .std p {
color: #FFFFFF;
font-family: "Trebuchet MS", Georgia, Times, "Times New Roman", serif;
font-size: 14px;
font-style: italic;
line-height: 24px;
}
/* line 32, ../scss/module/_cms.scss */
.cms-page-view .std h1,
.cms-no-route .std h1 {
color: #FFFFFF;
}
/* line 36, ../scss/module/_cms.scss */
.cms-page-view .std h2,
.cms-no-route .std h2 {
color: #FFFFFF;
}
/* line 40, ../scss/module/_cms.scss */
.cms-page-view .std li,
.cms-no-route .std li {
color: #FFFFFF;
font-family: "Trebuchet MS", Georgia, Times, "Times New Roman", serif;
font-size: 14px;
font-style: italic;
line-height: 24px;
}
/* line 50, ../scss/module/_cms.scss */
.cms-page-view .col-left:after,
.cms-no-route .col-left:after {
content: '';
display: table;
clear: both;
}
/* line 59, ../scss/module/_cms.scss */
.cms-no-route .std img {
width: 100%;
}
/* line 64, ../scss/module/_cms.scss */
.cms-no-route .no-route-container {
margin-top: 20px;
}
/* line 67, ../scss/module/_cms.scss */
.cms-no-route .no-route-container h1, .cms-no-route .no-route-container h2 {
text-align: center;
text-transform: none;
}
/* line 71, ../scss/module/_cms.scss */
.cms-no-route .no-route-container h1 {
font-size: 18px;
}
/* line 74, ../scss/module/_cms.scss */
.cms-no-route .no-route-container h2 {
font-size: 16px;
font-weight: normal;
}
/* line 79, ../scss/module/_cms.scss */
.cms-no-route .no-route-container a {
color: #CC9D49;
}
/* line 83, ../scss/module/_cms.scss */
.cms-no-route .no-route-container .separator {
border-top: 1px solid #2a2c2c;
position: relative;
margin: 30px 0 60px 0;
}
/* line 88, ../scss/module/_cms.scss */
.cms-no-route .no-route-container .separator:before {
content: '';
display: inline-block;
border-bottom: 1px solid #51504E;
height: 1px;
width: 80px;
left: 50%;
top: -2px;
-moz-transform: translateX(-50%);
-ms-transform: translateX(-50%);
-webkit-transform: translateX(-50%);
transform: translateX(-50%);
position: absolute;
}
/* line 100, ../scss/module/_cms.scss */
.cms-no-route .no-route-container .separator:after {
content: '';
position: absolute;
width: 0;
height: 0;
display: block;
border-right: 4px solid transparent;
border-left: 4px solid transparent;
border-top: 4px solid #51504E;
border-bottom: none;
left: 50%;
top: -1px;
-moz-transform: translateX(-50%);
-ms-transform: translateX(-50%);
-webkit-transform: translateX(-50%);
transform: translateX(-50%);
}
/* line 113, ../scss/module/_cms.scss */
.cms-page-view .std .messages,
.cms-home .std .messages,
.cms-no-route .std .messages {
margin-bottom: 10px;
}
/* line 116, ../scss/module/_cms.scss */
.cms-page-view .std .messages ul,
.cms-home .std .messages ul,
.cms-no-route .std .messages ul {
margin-bottom: 0;
}
/* line 120, ../scss/module/_cms.scss */
.cms-page-view .std .messages li,
.cms-home .std .messages li,
.cms-no-route .std .messages li {
list-style: none;
margin-left: 0;
font-style: normal;
font-family: "Trebuchet MS", "Helvetica Neue", Verdana, Arial, sans-serif;
}
/* line 91, ../scss/mixin/_toggle-content.scss */
#accordion .toggle-tabs {
display: none;
}
/* line 96, ../scss/mixin/_toggle-content.scss */
#accordion > dl > dt {
margin: 0;
margin-bottom: 10px;
color: #FFFFFF;
font-family: "Trebuchet MS", "Helvetica Neue", Verdana, Arial, sans-serif;
font-size: 14px;
font-weight: bold;
font-style: normal;
line-height: 1.4;
text-rendering: optimizeSpeed;
text-transform: uppercase;
-moz-user-select: none;
-ms-user-select: none;
-webkit-user-select: none;
-o-user-select: none;
user-select: none;
font-size: 12px;
font-weight: normal;
margin-bottom: 0px;
padding: 10px 15px;
position: relative;
color: #d7d7d7;
display: block;
}
/* line 83, ../scss/mixin/_toggle-content.scss */
#accordion > dl > dt:after {
content: '';
position: absolute;
width: 0;
height: 0;
display: block;
border-right: 4px solid transparent;
border-left: 4px solid transparent;
border-top: 4px solid #2a2c2c;
border-bottom: none;
left: 10px;
top: 50%;
}
/* line 101, ../scss/mixin/_toggle-content.scss */
#accordion > dl > dd {
padding: 15px;
margin: 0;
border-bottom: 1px solid #000000;
}
/* line 106, ../scss/mixin/_toggle-content.scss */
#accordion > dl > dd:last-child {
border-width: 0 1px 1px 1px;
}
/* line 135, ../scss/module/_cms.scss */
#accordion li {
position: relative;
overflow: hidden;
}
/* line 139, ../scss/module/_cms.scss */
#accordion li .plusimage h2 {
margin-right: 10px;
}
/* line 149, ../scss/module/_cms.scss */
.page-sitemap .links {
display: block;
text-align: right;
margin: 0 20px 0 0;
}
/* line 154, ../scss/module/_cms.scss */
.page-sitemap .links a {
position: relative;
}
/* line 157, ../scss/module/_cms.scss */
.page-sitemap .sitemap {
padding: 0 20px;
margin: 15px 0;
font-size: 12px;
}
/* line 162, ../scss/module/_cms.scss */
.page-sitemap .sitemap li {
margin: 3px 0;
}
/* line 172, ../scss/module/_cms.scss */
.contacts-index-index h1 {
border: none;
}
/* line 177, ../scss/module/_cms.scss */
#contactForm {
padding-left: 40px;
}
/* line 180, ../scss/module/_cms.scss */
#contactForm h2 {
display: none;
}
/* line 184, ../scss/module/_cms.scss */
#contactForm:after {
content: '';
display: table;
clear: both;
}
/* line 188, ../scss/module/_cms.scss */
#contactForm .fieldset .legend + .required {
margin: 0;
}
@media only screen and (max-width: 770px) {
/* line 195, ../scss/module/_cms.scss */
#contactForm {
padding-left: 0;
}
}
/* line 202, ../scss/module/_cms.scss */
ul.homepage-banners {
margin-top: 1.5em;
list-style: none;
}
/* line 205, ../scss/module/_cms.scss */
ul.homepage-banners:after {
content: '';
display: table;
clear: both;
}
/* line 208, ../scss/module/_cms.scss */
ul.homepage-banners .content {
position: absolute;
width: 100%;
top: 50%;
left: 50%;
-moz-transform: translate(-50%, -50%);
-ms-transform: translate(-50%, -50%);
-webkit-transform: translate(-50%, -50%);
transform: translate(-50%, -50%);
padding: 10px;
}
/* line 215, ../scss/module/_cms.scss */
ul.homepage-banners .content.text-align-center {
text-align: center;
}
/* line 218, ../scss/module/_cms.scss */
ul.homepage-banners .content.text-align-right {
text-align: right;
}
/* line 221, ../scss/module/_cms.scss */
ul.homepage-banners .content.text-horizontal-left {
padding-right: 50%;
}
/* line 224, ../scss/module/_cms.scss */
ul.homepage-banners .content.text-horizontal-right {
padding-left: 50%;
}
/* line 227, ../scss/module/_cms.scss */
ul.homepage-banners .content.text-vertical-top {
top: 0;
-moz-transform: translate(-50%, 0);
-ms-transform: translate(-50%, 0);
-webkit-transform: translate(-50%, 0);
transform: translate(-50%, 0);
}
/* line 231, ../scss/module/_cms.scss */
ul.homepage-banners .content.text-vertical-bottom {
bottom: 0;
top: auto;
-moz-transform: translate(-50%, 0);
-ms-transform: translate(-50%, 0);
-webkit-transform: translate(-50%, 0);
transform: translate(-50%, 0);
}
/* line 237, ../scss/module/_cms.scss */
ul.homepage-banners li {
position: relative;
margin-left: 0;
display: inline-block;
margin-right: 30px;
float: left;
}
/* line 241, ../scss/module/_cms.scss */
ul.homepage-banners li img {
width: 100%;
}
/* line 245, ../scss/module/_cms.scss */
ul.homepage-banners li:last-of-type {
margin-right: 0;
}
/* line 249, ../scss/module/_cms.scss */
ul.homepage-banners li a:hover {
color: inherit;
}
/* line 254, ../scss/module/_cms.scss */
ul.homepage-banners.count-2 li {
width: calc((100% - 30px) / 2);
}
/* line 259, ../scss/module/_cms.scss */
ul.homepage-banners.count-3 li {
width: calc((100% - 60px) / 3);
}
/* line 264, ../scss/module/_cms.scss */
ul.homepage-banners.count-4 li {
width: calc((100% - 90px) / 4);
}
/* line 269, ../scss/module/_cms.scss */
ul.homepage-banners.count-5 li {
width: calc((100% - 120px) / 5);
}
/* line 274, ../scss/module/_cms.scss */
ul.homepage-banners.count-6 li {
width: calc((100% - 150px) / 6);
}
@media only screen and (max-width: 770px) {
/* line 280, ../scss/module/_cms.scss */
ul.homepage-banners.count-2 li, ul.homepage-banners.count-3 li, ul.homepage-banners.count-4 li, ul.homepage-banners.count-5 li, ul.homepage-banners.count-6 li {
width: calc((100% - 30px) / 2);
margin-top: 10px;
}
/* line 282, ../scss/module/_cms.scss */
ul.homepage-banners.count-2 li:nth-of-type(2n), ul.homepage-banners.count-3 li:nth-of-type(2n), ul.homepage-banners.count-4 li:nth-of-type(2n), ul.homepage-banners.count-5 li:nth-of-type(2n), ul.homepage-banners.count-6 li:nth-of-type(2n) {
margin-right: 0;
}
/* line 286, ../scss/module/_cms.scss */
ul.homepage-banners.count-2 li:nth-of-type(1), ul.homepage-banners.count-2 li:nth-of-type(2), ul.homepage-banners.count-3 li:nth-of-type(1), ul.homepage-banners.count-3 li:nth-of-type(2), ul.homepage-banners.count-4 li:nth-of-type(1), ul.homepage-banners.count-4 li:nth-of-type(2), ul.homepage-banners.count-5 li:nth-of-type(1), ul.homepage-banners.count-5 li:nth-of-type(2), ul.homepage-banners.count-6 li:nth-of-type(1), ul.homepage-banners.count-6 li:nth-of-type(2) {
margin-top: 0;
}
}
@media only screen and (max-width: 479px) {
/* line 294, ../scss/module/_cms.scss */
ul.homepage-banners.count-2 li, ul.homepage-banners.count-3 li, ul.homepage-banners.count-4 li, ul.homepage-banners.count-5 li, ul.homepage-banners.count-6 li {
width: 100%;
margin-right: 0;
margin-bottom: 10px;
margin-top: 0px;
}
/* line 299, ../scss/module/_cms.scss */
ul.homepage-banners.count-2 li:last-of-type, ul.homepage-banners.count-3 li:last-of-type, ul.homepage-banners.count-4 li:last-of-type, ul.homepage-banners.count-5 li:last-of-type, ul.homepage-banners.count-6 li:last-of-type {
margin-bottom: 0;
}
}
/* ============================================ *
* Top banner
* ============================================ */
/* line 313, ../scss/module/_cms.scss */
.top-banner .content {
margin-top: -15px;
}
@media only screen and (min-width: 480px) {
/* line 313, ../scss/module/_cms.scss */
.top-banner .content {
margin-top: -30px;
}
}
@media only screen and (max-width: 771px) {
/* line 313, ../scss/module/_cms.scss */
.top-banner .content {
margin-bottom: 10px;
}
}
@media only screen and (min-width: 771px) {
/* line 313, ../scss/module/_cms.scss */
.top-banner .content {
margin-top: -25px;
padding-bottom: 25px;
}
}
/* line 325, ../scss/module/_cms.scss */
.top-banner .content img {
margin: 0 auto;
max-width: 100%;
}
/* ============================================ *
* Pricing Conditions
* ============================================ */
/* line 32, ../../../rwd/default/scss/module/_pricing_conditions.scss */
.price-box .minimal-price-link .label {
color: #9A0A1D;
font-family: "Trebuchet MS", "Helvetica Neue", Verdana, Arial, sans-serif;
font-size: 12px;
text-transform: uppercase;
}
/* line 41, ../../../rwd/default/scss/module/_pricing_conditions.scss */
.map-info {
white-space: nowrap;
}
/* line 46, ../../../rwd/default/scss/module/_pricing_conditions.scss */
.catalog-product-view .map-info {
white-space: normal;
}
/* line 48, ../../../rwd/default/scss/module/_pricing_conditions.scss */
.catalog-product-view .map-info > span {
float: right;
margin-bottom: 5px;
}
/* line 52, ../../../rwd/default/scss/module/_pricing_conditions.scss */
.catalog-product-view .map-info .price-box.map-info > a {
float: right;
width: 100%;
}
/* ============================================ *
* Cookies
* ============================================ */
/* line 31, ../../../rwd/default/scss/module/_cookies.scss */
.notice-cookie .notice-inner {
padding-bottom: 0;
}
/* line 34, ../../../rwd/default/scss/module/_cookies.scss */
.notice-cookie .notice-inner:after {
content: '';
display: table;
clear: both;
}
/* line 39, ../../../rwd/default/scss/module/_cookies.scss */
.notice-cookie .notice-text {
float: left;
max-width: 90%;
padding-top: 4px;
text-align: left;
}
/* line 45, ../../../rwd/default/scss/module/_cookies.scss */
.notice-cookie .notice-text p {
padding-bottom: 14.5px;
line-height: 1.3;
}
/* line 51, ../../../rwd/default/scss/module/_cookies.scss */
.notice-cookie .actions {
float: left;
text-align: right;
padding-bottom: 14.5px;
}
@media only screen and (max-width: 900px) {
/* line 62, ../../../rwd/default/scss/module/_cookies.scss */
.notice-cookie .notice-text {
max-width: 86%;
}
}
@media only screen and (max-width: 770px) {
/* line 72, ../../../rwd/default/scss/module/_cookies.scss */
.notice-cookie {
padding: 0 20px;
}
/* line 75, ../../../rwd/default/scss/module/_cookies.scss */
.notice-cookie .notice-text {
max-width: 82%;
padding-top: 0;
}
}
@media only screen and (max-width: 620px) {
/* line 86, ../../../rwd/default/scss/module/_cookies.scss */
.notice-cookie {
padding: 0 20px;
}
/* line 89, ../../../rwd/default/scss/module/_cookies.scss */
.notice-cookie .notice-inner {
background-position: left 10px;
}
/* line 92, ../../../rwd/default/scss/module/_cookies.scss */
.notice-cookie .notice-inner:after {
content: '';
display: table;
clear: both;
}
/* line 97, ../../../rwd/default/scss/module/_cookies.scss */
.notice-cookie .notice-text {
float: none;
max-width: 100%;
padding-top: 0;
}
/* line 103, ../../../rwd/default/scss/module/_cookies.scss */
.notice-cookie .actions {
text-align: left;
}
}
/* ============================================ *
* Tags
* ============================================ */
/* line 30, ../../../rwd/default/scss/module/_tags.scss */
#addTagForm button {
margin-top: 5px;
margin-bottom: 10px;
}
/* line 34, ../../../rwd/default/scss/module/_tags.scss */
#addTagForm .form-add {
margin-top: 10px;
}
/* line 37, ../../../rwd/default/scss/module/_tags.scss */
.product-tags {
background-color: #F4F4F4;
border: 1px solid #2a2c2c;
float: left;
margin-bottom: 10px;
padding: 5px 1% 10px;
width: 98%;
}
/* line 45, ../../../rwd/default/scss/module/_tags.scss */
.product-tags li {
float: left;
margin-right: 15px;
}
/* line 49, ../../../rwd/default/scss/module/_tags.scss */
.product-tags li.last {
margin-right: 0px;
}
/* line 52, ../../../rwd/default/scss/module/_tags.scss */
.tags-list {
float: left;
width: 100%;
margin-bottom: 10px;
}
/* line 57, ../../../rwd/default/scss/module/_tags.scss */
.tags-list > li {
float: left;
margin-right: 10px;
}
/* line 61, ../../../rwd/default/scss/module/_tags.scss */
.block-tags .actions > a {
font-size: 12px;
}
/* line 65, ../../../rwd/default/scss/module/_tags.scss */
.my-tag-edit .button.btn-remove {
padding: 0;
}
/* line 68, ../../../rwd/default/scss/module/_tags.scss */
.my-tag-edit .button.btn-remove:after {
color: white;
}
@media only screen and (max-width: 770px) {
/* line 74, ../../../rwd/default/scss/module/_tags.scss */
.tags-list > li,
.tags-list {
float: none;
}
}
/* ============================================ *
* Captcha
* ============================================ */
/* line 29, ../../../rwd/default/scss/module/_captcha.scss */
.captcha-note {
clear: left;
padding-top: 5px;
}
/* line 33, ../../../rwd/default/scss/module/_captcha.scss */
.captcha-image {
float: left;
display: inline;
max-width: 100%;
position: relative;
width: 258px;
margin-bottom: 10px;
}
/* line 41, ../../../rwd/default/scss/module/_captcha.scss */
.captcha-image .captcha-img {
border: 1px solid #b6b6b6;
vertical-align: bottom;
width: 100%;
}
/* line 46, ../../../rwd/default/scss/module/_captcha.scss */
.registered-users .captcha-image {
margin: 0;
}
/* line 47, ../../../rwd/default/scss/module/_captcha.scss */
.captcha-reload {
cursor: pointer;
position: absolute;
top: 2px;
right: 2px;
}
/* line 53, ../../../rwd/default/scss/module/_captcha.scss */
.captcha-reload.refreshing {
animation: rotate 1.5s infinite linear;
-webkit-animation: rotate 1.5s infinite linear;
-moz-animation: rotate 1.5s infinite linear;
}
/* line 58, ../../../rwd/default/scss/module/_captcha.scss */
.customer-account-create .scaffold-form .captcha-input-container label:first-child {
width: 100%;
}
/* line 59, ../../../rwd/default/scss/module/_captcha.scss */
.captcha-reload {
position: absolute;
right: 4px;
top: 4px;
}
/* line 64, ../../../rwd/default/scss/module/_captcha.scss */
.captcha-img {
border: 20px solid #bbb;
}
/* line 65, ../../../rwd/default/scss/module/_captcha.scss */
.captcha-input-container {
margin-bottom: 10px;
}
/* line 66, ../../../rwd/default/scss/module/_captcha.scss */
.control.newsletter-box, .captcha-input-container, .captcha-img-container {
float: none;
clear: both;
}
/* line 70, ../../../rwd/default/scss/module/_captcha.scss */
.control.newsletter-box:after, .captcha-input-container:after, .captcha-img-container:after {
content: '';
content: '';
display: table;
clear: both;
}
/* ============================================ *
* Checkout Billing Fix to place the Captcha properly
* ============================================ */
/* line 78, ../../../rwd/default/scss/module/_captcha.scss */
#co-billing-form ul.form-list > .control {
float: left;
margin: 0 0 5px;
width: 100%;
}
/* ============================================ *
* Account - Orders, Invoices, Credit Memos.
* ============================================ */
@media only screen and (max-width: 479px) {
/* line 9, ../scss/module/_account-orders.scss */
.sales-order-invoice .order-links,
.sales-order-creditmemo .order-links,
.sales-order-shipment .order-links {
text-align: center;
width: 100%;
}
}
/* ============================================ *
* Recurring Profiles
* ============================================ */
/* line 32, ../../../rwd/default/scss/module/_recurring-profiles.scss */
#recurring_profile_list_view th {
white-space: normal;
}
/* line 35, ../../../rwd/default/scss/module/_recurring-profiles.scss */
#recurring_profile_list_view th span {
white-space: inherit;
}
@media only screen and (max-width: 479px) {
/* line 30, ../../../rwd/default/scss/module/_recurring-profiles.scss */
#recurring_profile_list_view {
font-size: 12px;
}
/* line 43, ../../../rwd/default/scss/module/_recurring-profiles.scss */
#recurring_profile_list_view a {
font-size: inherit;
}
/* line 47, ../../../rwd/default/scss/module/_recurring-profiles.scss */
#recurring_profile_list_view th,
#recurring_profile_list_view td {
padding: 2px;
}
}
/* line 55, ../../../rwd/default/scss/module/_recurring-profiles.scss */
.recurring-profiles-title {
float: left;
}
/* line 58, ../../../rwd/default/scss/module/_recurring-profiles.scss */
.recurring-profiles-title h1 {
margin-bottom: 7px;
}
/* line 63, ../../../rwd/default/scss/module/_recurring-profiles.scss */
body.customer-account .my-account .title-buttons.recurring-profiles-title-buttons {
float: right;
text-align: right;
margin-bottom: 30px;
}
@media only screen and (max-width: 479px) {
/* line 63, ../../../rwd/default/scss/module/_recurring-profiles.scss */
body.customer-account .my-account .title-buttons.recurring-profiles-title-buttons {
text-align: center;
float: none;
}
}
/* line 73, ../../../rwd/default/scss/module/_recurring-profiles.scss */
body.customer-account .my-account .title-buttons.recurring-profiles-title-buttons .button {
position: static;
}
/* line 79, ../../../rwd/default/scss/module/_recurring-profiles.scss */
.recurring-profiles-messages:after {
content: '';
display: table;
clear: both;
}
/* line 84, ../../../rwd/default/scss/module/_recurring-profiles.scss */
#recurring_start_date_trig {
display: inline;
}
/* ============================================ *
* Billing Agreements
* ============================================ */
/* line 31, ../../../rwd/default/scss/module/_billing-agreements.scss */
.billing-agreements .info-box {
margin-bottom: 30px;
}
/* line 34, ../../../rwd/default/scss/module/_billing-agreements.scss */
.billing-agreements .info-box:after {
content: '';
display: table;
clear: both;
}
/* line 38, ../../../rwd/default/scss/module/_billing-agreements.scss */
.billing-agreements .info-box .form-list {
max-width: 400px;
width: 100%;
}
/* line 43, ../../../rwd/default/scss/module/_billing-agreements.scss */
.billing-agreements .info-box .box-title {
margin-top: 20px;
margin-bottom: 7px;
}
/* line 48, ../../../rwd/default/scss/module/_billing-agreements.scss */
.billing-agreements .info-box .button {
float: right;
margin-top: 7px;
}
@media only screen and (max-width: 479px) {
/* line 48, ../../../rwd/default/scss/module/_billing-agreements.scss */
.billing-agreements .info-box .button {
width: 100%;
float: none;
}
}
/* line 59, ../../../rwd/default/scss/module/_billing-agreements.scss */
.billing-agreements #payment_method {
width: 100%;
margin-top: 7px;
margin-bottom: 7px;
}
/* line 67, ../../../rwd/default/scss/module/_billing-agreements.scss */
.billing-agreement-view-header-wrapper .heading {
max-width: 80%;
}
@media only screen and (max-width: 479px) {
/* line 67, ../../../rwd/default/scss/module/_billing-agreements.scss */
.billing-agreement-view-header-wrapper .heading {
max-width: 100%;
}
}
/* line 77, ../../../rwd/default/scss/module/_billing-agreements.scss */
.billing-agreement-details td, .billing-agreement-details th {
padding: 3.5px;
}
@media only screen and (max-width: 900px) {
/* line 85, ../../../rwd/default/scss/module/_billing-agreements.scss */
.billing-agreements .data-table .created-at,
.billing-agreements .data-table .updated-at {
display: none;
}
}
/* ============================================ *
* Popular Search Terms Cloud
* ============================================ */
/* line 30, ../../../rwd/default/scss/module/_popular-terms.scss */
.catalogsearch-term-popular .tags-list {
float: left;
width: 100%;
}
/* line 34, ../../../rwd/default/scss/module/_popular-terms.scss */
.catalogsearch-term-popular .tags-list > li {
float: left;
height: 40px;
margin-right: 25px;
}
/* ============================================ *
* Widgets
* ============================================ */
/* -------------------------------------------- *
* Add to cart by SKU
*/
/* line 37, ../../../rwd/default/scss/module/_widget.scss */
.sidebar .widget-addbysku .sku-table .input-text:not(.qty) {
width: 100%;
}
@media only screen and (min-width: 771px) {
/* line 37, ../../../rwd/default/scss/module/_widget.scss */
.sidebar .widget-addbysku .sku-table .input-text:not(.qty) {
max-width: 100px;
}
}
/* line 49, ../../../rwd/default/scss/module/_widget.scss */
.widget {
clear: both;
}
/* line 53, ../../../rwd/default/scss/module/_widget.scss */
.widget .pager {
float: none;
width: 100%;
}
@media only screen and (min-width: 1199px) {
/* line 64, ../../../rwd/default/scss/module/_widget.scss */
.col2-left-layout .col-main .widget,
.col2-right-layout .col-main .widget,
.col3-layout .col-main .widget {
/* Config: Columns + flexible gutter */
/* Undo three-column config */
/* Config: Columns + flexible gutter */
/* Undo three-column config */
}
/* line 302, ../scss/module/_product-list.scss */
.col2-left-layout .col-main .widget .products-grid--max-4-col-widget > li:nth-child(odd),
.col2-right-layout .col-main .widget .products-grid--max-4-col-widget > li:nth-child(odd),
.col3-layout .col-main .widget .products-grid--max-4-col-widget > li:nth-child(odd) {
clear: none;
}
/* line 305, ../scss/module/_product-list.scss */
.col2-left-layout .col-main .widget .products-grid--max-4-col-widget > li:nth-child(3n+1),
.col2-right-layout .col-main .widget .products-grid--max-4-col-widget > li:nth-child(3n+1),
.col3-layout .col-main .widget .products-grid--max-4-col-widget > li:nth-child(3n+1) {
clear: none;
}
/* line 309, ../scss/module/_product-list.scss */
.col2-left-layout .col-main .widget .products-grid--max-4-col-widget > li,
.col2-right-layout .col-main .widget .products-grid--max-4-col-widget > li,
.col3-layout .col-main .widget .products-grid--max-4-col-widget > li {
width: 25%;
}
/* line 312, ../scss/module/_product-list.scss */
.col2-left-layout .col-main .widget .products-grid--max-4-col-widget > li:nth-child(4n+1),
.col2-right-layout .col-main .widget .products-grid--max-4-col-widget > li:nth-child(4n+1),
.col3-layout .col-main .widget .products-grid--max-4-col-widget > li:nth-child(4n+1) {
clear: left;
}
/* line 315, ../scss/module/_product-list.scss */
.col2-left-layout .col-main .widget .products-grid--max-4-col-widget > li:nth-child(4n),
.col2-right-layout .col-main .widget .products-grid--max-4-col-widget > li:nth-child(4n),
.col3-layout .col-main .widget .products-grid--max-4-col-widget > li:nth-child(4n) {
margin-right: 0;
}
/* line 302, ../scss/module/_product-list.scss */
.col2-left-layout .col-main .widget .products-grid--max-5-col-widget > li:nth-child(odd),
.col2-right-layout .col-main .widget .products-grid--max-5-col-widget > li:nth-child(odd),
.col3-layout .col-main .widget .products-grid--max-5-col-widget > li:nth-child(odd) {
clear: none;
}
/* line 305, ../scss/module/_product-list.scss */
.col2-left-layout .col-main .widget .products-grid--max-5-col-widget > li:nth-child(3n+1),
.col2-right-layout .col-main .widget .products-grid--max-5-col-widget > li:nth-child(3n+1),
.col3-layout .col-main .widget .products-grid--max-5-col-widget > li:nth-child(3n+1) {
clear: none;
}
/* line 309, ../scss/module/_product-list.scss */
.col2-left-layout .col-main .widget .products-grid--max-5-col-widget > li,
.col2-right-layout .col-main .widget .products-grid--max-5-col-widget > li,
.col3-layout .col-main .widget .products-grid--max-5-col-widget > li {
width: 20%;
}
/* line 312, ../scss/module/_product-list.scss */
.col2-left-layout .col-main .widget .products-grid--max-5-col-widget > li:nth-child(5n+1),
.col2-right-layout .col-main .widget .products-grid--max-5-col-widget > li:nth-child(5n+1),
.col3-layout .col-main .widget .products-grid--max-5-col-widget > li:nth-child(5n+1) {
clear: left;
}
/* line 315, ../scss/module/_product-list.scss */
.col2-left-layout .col-main .widget .products-grid--max-5-col-widget > li:nth-child(5n),
.col2-right-layout .col-main .widget .products-grid--max-5-col-widget > li:nth-child(5n),
.col3-layout .col-main .widget .products-grid--max-5-col-widget > li:nth-child(5n) {
margin-right: 0;
}
}
@media only screen and (min-width: 770px) {
/* line 73, ../../../rwd/default/scss/module/_widget.scss */
.col1-layout .col-main .widget {
/* Config: Columns + flexible gutter */
/* Undo three-column config */
/* Config: Columns + flexible gutter */
/* Undo three-column config */
}
/* line 302, ../scss/module/_product-list.scss */
.col1-layout .col-main .widget .products-grid--max-4-col-widget > li:nth-child(odd) {
clear: none;
}
/* line 305, ../scss/module/_product-list.scss */
.col1-layout .col-main .widget .products-grid--max-4-col-widget > li:nth-child(3n+1) {
clear: none;
}
/* line 309, ../scss/module/_product-list.scss */
.col1-layout .col-main .widget .products-grid--max-4-col-widget > li {
width: 25%;
}
/* line 312, ../scss/module/_product-list.scss */
.col1-layout .col-main .widget .products-grid--max-4-col-widget > li:nth-child(4n+1) {
clear: left;
}
/* line 315, ../scss/module/_product-list.scss */
.col1-layout .col-main .widget .products-grid--max-4-col-widget > li:nth-child(4n) {
margin-right: 0;
}
/* line 302, ../scss/module/_product-list.scss */
.col1-layout .col-main .widget .products-grid--max-5-col-widget > li:nth-child(odd) {
clear: none;
}
/* line 305, ../scss/module/_product-list.scss */
.col1-layout .col-main .widget .products-grid--max-5-col-widget > li:nth-child(3n+1) {
clear: none;
}
/* line 309, ../scss/module/_product-list.scss */
.col1-layout .col-main .widget .products-grid--max-5-col-widget > li {
width: 20%;
}
/* line 312, ../scss/module/_product-list.scss */
.col1-layout .col-main .widget .products-grid--max-5-col-widget > li:nth-child(5n+1) {
clear: left;
}
/* line 315, ../scss/module/_product-list.scss */
.col1-layout .col-main .widget .products-grid--max-5-col-widget > li:nth-child(5n) {
margin-right: 0;
}
}
/* ============================================ *
* Checkout - Multiple Addresses
* ============================================ */
/* line 31, ../../../rwd/default/scss/module/_checkout-multi-address.scss */
body[class*="checkout-multishipping-"] .checkout-progress {
width: 100%;
float: left;
margin-bottom: 25px;
}
/* line 35, ../../../rwd/default/scss/module/_checkout-multi-address.scss */
body[class*="checkout-multishipping-"] .checkout-progress > li {
float: left;
width: 20%;
text-align: center;
padding: 8px 1% 6px;
background: #F4F4F4;
text-transform: uppercase;
border-bottom: 1px solid #2a2c2c;
border-right: 1px solid #2a2c2c;
margin-bottom: 10px;
font-family: "Trebuchet MS", "Helvetica Neue", Verdana, Arial, sans-serif;
}
/* line 46, ../../../rwd/default/scss/module/_checkout-multi-address.scss */
body[class*="checkout-multishipping-"] .checkout-progress > li.active {
background-color: #e2e4e6;
}
/* line 49, ../../../rwd/default/scss/module/_checkout-multi-address.scss */
body[class*="checkout-multishipping-"] .checkout-progress > li.last {
border-right: 0px;
}
/* line 54, ../../../rwd/default/scss/module/_checkout-multi-address.scss */
body[class*="checkout-multishipping-"] .page-title {
float: left;
width: 100%;
margin-bottom: 15px;
}
/* line 58, ../../../rwd/default/scss/module/_checkout-multi-address.scss */
body[class*="checkout-multishipping-"] .page-title h1 {
border: 0 none;
float: left;
margin-top: 2px;
margin-right: 2%;
}
/* line 64, ../../../rwd/default/scss/module/_checkout-multi-address.scss */
body[class*="checkout-multishipping-"] .page-title .button {
float: right;
}
/* line 68, ../../../rwd/default/scss/module/_checkout-multi-address.scss */
body[class*="checkout-multishipping-"] .multiple-checkout > h2 {
text-transform: none;
font-size: 17px;
margin-bottom: 15px;
}
/* line 73, ../../../rwd/default/scss/module/_checkout-multi-address.scss */
body[class*="checkout-multishipping-"] .messages {
float: left;
width: 100%;
}
/* line 77, ../../../rwd/default/scss/module/_checkout-multi-address.scss */
body[class*="checkout-multishipping-"] .col-2.col-wide {
width: 66%;
}
/* line 80, ../../../rwd/default/scss/module/_checkout-multi-address.scss */
body[class*="checkout-multishipping-"] .col-1.col-narrow {
width: 30%;
}
/* line 83, ../../../rwd/default/scss/module/_checkout-multi-address.scss */
body[class*="checkout-multishipping-"] .actions {
margin-bottom: 10px;
}
/* line 87, ../../../rwd/default/scss/module/_checkout-multi-address.scss */
body[class*="checkout-multishipping-"] .grand-total {
text-align: right;
font-size: 16px;
font-weight: bold;
}
/* line 93, ../../../rwd/default/scss/module/_checkout-multi-address.scss */
body[class*="checkout-multishipping-"] #checkout-review-submit {
float: right;
}
/* line 97, ../../../rwd/default/scss/module/_checkout-multi-address.scss */
body[class*="checkout-multishipping-"] #review-buttons-container {
float: right;
text-align: right;
}
/* line 104, ../../../rwd/default/scss/module/_checkout-multi-address.scss */
.checkout-multishipping-addresses .btn-remove2 {
text-indent: -5555px;
display: block;
width: 22px;
height: 22px;
}
/* line 113, ../../../rwd/default/scss/module/_checkout-multi-address.scss */
.checkout-multishipping-shipping .gift-messages {
margin-top: 20px;
}
/* line 116, ../../../rwd/default/scss/module/_checkout-multi-address.scss */
.checkout-multishipping-shipping .gift-messages-form {
margin-top: 15px;
}
/* line 118, ../../../rwd/default/scss/module/_checkout-multi-address.scss */
.checkout-multishipping-shipping .gift-messages-form h4 {
margin-top: 15px;
margin-bottom: 5px;
}
/* line 122, ../../../rwd/default/scss/module/_checkout-multi-address.scss */
.checkout-multishipping-shipping .gift-messages-form .form-list {
margin-top: 10px;
margin-bottom: 25px;
}
/* line 126, ../../../rwd/default/scss/module/_checkout-multi-address.scss */
.checkout-multishipping-shipping .gift-messages-form .item {
margin-top: 15px;
}
/* line 137, ../../../rwd/default/scss/module/_checkout-multi-address.scss */
.checkout-multishipping-shipping .col-1 .box-title h2, .checkout-multishipping-shipping .col-1 .box-title h3, .checkout-multishipping-shipping .col-1 .box-title h4, .checkout-multishipping-shipping .col-2 .box-title h2, .checkout-multishipping-shipping .col-2 .box-title h3, .checkout-multishipping-shipping .col-2 .box-title h4,
.checkout-multishipping-billing .col-1 .box-title h2,
.checkout-multishipping-billing .col-1 .box-title h3,
.checkout-multishipping-billing .col-1 .box-title h4,
.checkout-multishipping-billing .col-2 .box-title h2,
.checkout-multishipping-billing .col-2 .box-title h3,
.checkout-multishipping-billing .col-2 .box-title h4,
.checkout-multishipping-overview .col-1 .box-title h2,
.checkout-multishipping-overview .col-1 .box-title h3,
.checkout-multishipping-overview .col-1 .box-title h4,
.checkout-multishipping-overview .col-2 .box-title h2,
.checkout-multishipping-overview .col-2 .box-title h3,
.checkout-multishipping-overview .col-2 .box-title h4 {
font-weight: normal;
width: 100%;
background: #F4F4F4;
border-bottom: 1px solid #2a2c2c;
padding: 10px;
font-size: 14px;
}
/* line 146, ../../../rwd/default/scss/module/_checkout-multi-address.scss */
.checkout-multishipping-shipping .col-1 > h4, .checkout-multishipping-shipping .col-2 > h4,
.checkout-multishipping-billing .col-1 > h4,
.checkout-multishipping-billing .col-2 > h4,
.checkout-multishipping-overview .col-1 > h4,
.checkout-multishipping-overview .col-2 > h4 {
font-weight: normal;
width: 100%;
background: #F4F4F4;
border-bottom: 1px solid #2a2c2c;
padding: 10px;
font-size: 14px;
}
/* line 154, ../../../rwd/default/scss/module/_checkout-multi-address.scss */
.checkout-multishipping-shipping .col-1 .box-content, .checkout-multishipping-shipping .col-2 .box-content,
.checkout-multishipping-billing .col-1 .box-content,
.checkout-multishipping-billing .col-2 .box-content,
.checkout-multishipping-overview .col-1 .box-content,
.checkout-multishipping-overview .col-2 .box-content {
margin-bottom: 25px;
padding-left: 10px;
margin-top: 10px;
}
/* line 163, ../../../rwd/default/scss/module/_checkout-multi-address.scss */
.checkout-multishipping-billing .sp-methods dt {
float: left;
width: 100%;
}
/* line 169, ../../../rwd/default/scss/module/_checkout-multi-address.scss */
#multiship-addresses-table > tbody > tr > td.a-center.last > a {
background-image: none;
}
/* line 173, ../../../rwd/default/scss/module/_checkout-multi-address.scss */
#review-order-form > div:nth-child(3) > div.divider {
width: 100%;
clear: both;
}
@media only screen and (max-width: 900px) {
/* line 180, ../../../rwd/default/scss/module/_checkout-multi-address.scss */
body[class*="checkout-multishipping-"] .checkout-progress span {
word-spacing: 300px;
}
/* line 185, ../../../rwd/default/scss/module/_checkout-multi-address.scss */
#review-order-form .col-1,
#review-order-form .col-2 {
float: none;
width: auto;
border: 0;
padding-right: 0;
padding-left: 0;
}
}
@media only screen and (max-width: 770px) {
/* line 198, ../../../rwd/default/scss/module/_checkout-multi-address.scss */
body[class*="checkout-multishipping-"] .checkout-progress span {
width: 12px;
}
/* line 202, ../../../rwd/default/scss/module/_checkout-multi-address.scss */
body[class*="checkout-multishipping-"] .checkout-progress li {
width: 100%;
margin: 0;
text-align: left;
padding-left: 3%;
border-right: 0px;
}
/* line 209, ../../../rwd/default/scss/module/_checkout-multi-address.scss */
body[class*="checkout-multishipping-"] .checkout-progress span {
word-spacing: 1px;
width: 12px;
}
/* line 214, ../../../rwd/default/scss/module/_checkout-multi-address.scss */
body[class*="checkout-multishipping-"] .box-title {
float: left;
width: 100%;
}
/* line 218, ../../../rwd/default/scss/module/_checkout-multi-address.scss */
body[class*="checkout-multishipping-"] .page-title .button {
float: left;
margin-bottom: 10px;
}
/* line 223, ../../../rwd/default/scss/module/_checkout-multi-address.scss */
body[class*="checkout-multishipping-"] .linearize-table tfoot td {
text-align: right;
}
/* line 226, ../../../rwd/default/scss/module/_checkout-multi-address.scss */
body[class*="checkout-multishipping-"] .linearize-table select {
width: 100%;
min-width: 200px;
}
/* line 231, ../../../rwd/default/scss/module/_checkout-multi-address.scss */
body[class*="checkout-multishipping-"] .col-1.col-narrow, body[class*="checkout-multishipping-"] .col-2.col-wide {
width: 100%;
padding: 0;
}
}
@media only screen and (max-width: 599px) {
/* line 239, ../../../rwd/default/scss/module/_checkout-multi-address.scss */
.checkout-multishipping-addresses .linearize-table tbody td[data-rwd-label] {
text-align: left;
padding-left: 10px;
margin-top: 12px;
}
}
@media only screen and (max-width: 479px) {
/* line 248, ../../../rwd/default/scss/module/_checkout-multi-address.scss */
body[class*="checkout-multishipping-"] .buttons-set .back-link {
display: block;
}
}
/* line 2, ../scss/module/_machine-registration.scss */
#machine-registration .nes_1col {
min-height: 580px;
height: 580px;
}
/* line 6, ../scss/module/_machine-registration.scss */
#machine-registration #nes_content {
width: 918px;
margin-top: 0px;
margin-right: auto;
margin-bottom: 0px;
margin-left: auto;
}
/* line 13, ../scss/module/_machine-registration.scss */
#machine-registration .nes_bg-degrade-registration .nes_1col {
min-height: 580px;
height: auto;
}
/* line 17, ../scss/module/_machine-registration.scss */
#machine-registration .nes_1col #nes_colLeft {
width: 918px;
}
/* line 20, ../scss/module/_machine-registration.scss */
#machine-registration #nes_colLeft {
display: block;
overflow: hidden;
}
/* line 24, ../scss/module/_machine-registration.scss */
#machine-registration .nes_deux-fonds-puce {
margin-top: 25px;
margin-right: 0px;
margin-bottom: 60px;
margin-left: 0px;
padding-top: 0px;
padding-right: 0px;
padding-bottom: 15px;
padding-left: 0px;
background-color: #2f1808;
}
/* line 35, ../scss/module/_machine-registration.scss */
#machine-registration .nes_deux-fonds {
overflow-x: hidden;
overflow-y: hidden;
height: 1%;
padding-top: 14px;
padding-right: 0px;
padding-bottom: 23px;
padding-left: 0px;
}
/* line 45, ../scss/module/_machine-registration.scss */
#machine-registration .nes_l-float {
float: left;
}
/* line 48, ../scss/module/_machine-registration.scss */
#machine-registration .nes_bloc-2bg {
width: 50%;
padding-top: 0px;
padding-right: 16px;
padding-bottom: 0px;
padding-left: 25px;
}
@media screen and (max-width: 770px) {
/* line 48, ../scss/module/_machine-registration.scss */
#machine-registration .nes_bloc-2bg {
width: 50%;
}
}
@media screen and (max-width: 770px) {
/* line 48, ../scss/module/_machine-registration.scss */
#machine-registration .nes_bloc-2bg {
width: 100%;
}
}
/* line 61, ../scss/module/_machine-registration.scss */
#machine-registration .nes_registrationTitle {
border-bottom-width: 1px;
border-bottom-style: dotted;
border-bottom-color: #FFF;
padding-top: 0px;
padding-right: 0px;
padding-bottom: 4px;
padding-left: 0px;
margin-top: 0px;
margin-right: 0px;
margin-bottom: 16px;
margin-left: 0px;
overflow-x: hidden;
overflow-y: hidden;
height: 1%;
clear: both;
}
/* line 78, ../scss/module/_machine-registration.scss */
#machine-registration .nes_registrationTitleSpace {
margin-top: 0px;
margin-right: 0px;
margin-bottom: 25px;
margin-left: 0px;
}
/* line 84, ../scss/module/_machine-registration.scss */
#machine-registration h2 {
margin-top: 0px;
margin-right: 0px;
margin-bottom: 10px;
margin-left: 0px;
font-size: 20px;
color: #52732e;
}
/* line 92, ../scss/module/_machine-registration.scss */
#machine-registration .nes_deux-fonds h2 {
letter-spacing: -0.05em;
line-height: 1em;
background-image: none;
background-position-x: initial;
background-position-y: initial;
background-size: initial;
background-repeat-x: initial;
background-repeat-y: initial;
background-attachment: initial;
font-size: 26px;
padding-bottom: 5px;
}
/* line 105, ../scss/module/_machine-registration.scss */
#machine-registration .nes_listAccessories h2 {
font-size: 18px;
font-weight: normal;
background: url("https://www.nespresso.com/ru/skin/frontend/nespresso/default/images/machine-reg/bg_h2-accessories.png") no-repeat 0px 0px;
padding-top: 12px;
padding-right: 0px;
padding-bottom: 9px;
padding-left: 0px;
color: white;
margin: 0px;
clear: both;
}
/* line 117, ../scss/module/_machine-registration.scss */
#machine-registration .nes_registrationTitle h2 {
float: left;
font-size: 28px;
font-weight: normal;
padding-top: 0px;
padding-right: 0px;
padding-bottom: 0px;
padding-left: 0px;
margin: 0px;
color: white;
font-family: "Times New Roman";
}
/* line 129, ../scss/module/_machine-registration.scss */
#machine-registration p {
padding-top: 0px;
padding-right: 0px;
padding-bottom: 10px;
padding-left: 0px;
}
/* line 135, ../scss/module/_machine-registration.scss */
#machine-registration .nes_deux-fonds p {
font-size: 14px;
padding-right: 15px;
line-height: 1.2em;
}
/* line 140, ../scss/module/_machine-registration.scss */
#machine-registration .nes_r-float {
float: right;
}
/* line 143, ../scss/module/_machine-registration.scss */
#machine-registration a {
text-decoration: none;
color: white;
cursor: pointer;
}
/* line 148, ../scss/module/_machine-registration.scss */
#machine-registration .btn-reviewed {
display: inline-block;
margin: 0px;
line-height: 14px;
text-transform: none;
background: #226A19;
border-radius: 3px;
color: #FFFFFF;
font-size: 12px;
font-weight: normal;
font-family: "Trebuchet MS", "Helvetica Neue", Verdana, Arial, sans-serif;
text-align: center;
vertical-align: middle;
border: 1px solid #15410f;
cursor: pointer;
box-sizing: border-box;
outline: none;
}
/* line 165, ../scss/module/_machine-registration.scss */
#machine-registration .btn-reviewed:hover, #machine-registration .btn-reviewed:active, #machine-registration .btn-reviewed:focus {
background: #194d12;
border-color: #15410f;
}
/* line 169, ../scss/module/_machine-registration.scss */
#machine-registration .btn-reviewed.medium {
height: 28px;
line-height: 18px;
font-size: 14px;
}
/* line 174, ../scss/module/_machine-registration.scss */
#machine-registration .btn-reviewed.skip-machine {
margin-top: 10px;
}
/* line 178, ../scss/module/_machine-registration.scss */
#machine-registration .btn-reviewed > div, #machine-registration .btn-reviewed > span {
position: relative;
display: inline-block;
padding: 5px 0px;
}
/* line 186, ../scss/module/_machine-registration.scss */
#machine-registration .btn-reviewed.arrow-right > div .icon, #machine-registration .btn-reviewed.arrow-right > span .icon {
left: 0px;
top: 50%;
width: 4px;
height: 7px;
margin-top: -4px;
background: url("img/sprite.png") no-repeat 0px -459px;
background-color: transparent;
}
/* line 198, ../scss/module/_machine-registration.scss */
#machine-registration .btn-reviewed > div .icon, #machine-registration .btn-reviewed > span .icon {
position: absolute;
}
/* line 203, ../scss/module/_machine-registration.scss */
#machine-registration .nes_switchListMachine {
background-color: #f9f9f9;
padding-top: 4px;
padding-bottom: 9px;
position: relative;
z-index: 3;
width: 100%;
margin-bottom: 11px;
}
@media screen and (max-width: 770px) {
/* line 203, ../scss/module/_machine-registration.scss */
#machine-registration .nes_switchListMachine {
width: 100%;
}
}
/* line 215, ../scss/module/_machine-registration.scss */
#machine-registration .clear-this::after {
clear: both;
content: ".";
display: block;
height: 0px;
visibility: hidden;
}
/* line 222, ../scss/module/_machine-registration.scss */
#machine-registration .nes_switchListMachine p.nes_paraFilter {
position: absolute;
top: 17px;
font-size: 0.9em;
font-style: italic;
color: #6f6e6e;
width: 150px;
text-align: left;
}
@media screen and (max-width: 795px) {
/* line 222, ../scss/module/_machine-registration.scss */
#machine-registration .nes_switchListMachine p.nes_paraFilter {
position: relative;
top: 0px;
text-align: left;
margin-left: 9px;
padding-bottom: 0px;
margin-bottom: 8px;
}
}
/* line 239, ../scss/module/_machine-registration.scss */
#machine-registration ul,
#machine-registration ol,
#machine-registration dl {
margin-top: 0px;
margin-right: 0px;
margin-bottom: 10px;
margin-left: 0px;
}
/* line 247, ../scss/module/_machine-registration.scss */
#machine-registration .nes_switchListMachine ul {
clear: left;
position: relative;
float: left;
width: 100%;
padding-top: 0px;
padding-right: 100px;
padding-bottom: 0px;
padding-left: 0px;
}
@media screen and (max-width: 770px) {
/* line 247, ../scss/module/_machine-registration.scss */
#machine-registration .nes_switchListMachine ul {
width: 100%;
}
}
/* line 260, ../scss/module/_machine-registration.scss */
#machine-registration .nes_listAccessories .nes_switchListMachine-script ul {
padding-top: 0px;
padding-bottom: 0px;
padding-left: 18%;
}
@media screen and (max-width: 836px) {
/* line 260, ../scss/module/_machine-registration.scss */
#machine-registration .nes_listAccessories .nes_switchListMachine-script ul {
padding-right: 0px;
}
}
@media screen and (max-width: 795px) {
/* line 260, ../scss/module/_machine-registration.scss */
#machine-registration .nes_listAccessories .nes_switchListMachine-script ul {
padding: 0px;
}
}
/* line 271, ../scss/module/_machine-registration.scss */
#machine-registration ul li {
padding-top: 0px;
padding-right: 5px;
padding-bottom: 0px;
padding-left: 10px;
}
/* line 278, ../scss/module/_machine-registration.scss */
#machine-registration .nes_switchListMachine li {
padding: 0px;
margin: 0px;
list-style-type: none;
list-style-position: initial;
list-style-image: initial;
}
/* line 285, ../scss/module/_machine-registration.scss */
#machine-registration .nes_switchListMachine ul li {
float: left;
position: static;
}
/* line 288, ../scss/module/_machine-registration.scss */
#machine-registration .nes_switchListMachine ul li a {
display: block;
float: left;
padding-top: 0px;
padding-right: 0px;
padding-bottom: 0px;
padding-left: 10px;
color: #242223;
}
/* line 298, ../scss/module/_machine-registration.scss */
#machine-registration .nes_switchListMachine ul li a span {
float: left;
display: block;
background: url("img/sprite-2.png") no-repeat 100% -350px;
background-attachment: initial;
padding-top: 13px;
padding-right: 10px;
padding-bottom: 5px;
padding-left: 0px;
}
/* line 309, ../scss/module/_machine-registration.scss */
#machine-registration .nes_switchListMachine ul li.nes_switch-active a span {
padding-top: 13px;
padding-right: 10px;
padding-bottom: 6px;
padding-left: 0px;
}
/* line 316, ../scss/module/_machine-registration.scss */
#machine-registration .nes_switchListMachine ul li a:hover span {
background: url("img/sprite-2.png") no-repeat 100% -299px;
background-attachment: initial;
padding-top: 13px;
padding-right: 10px;
padding-bottom: 6px;
padding-left: 0px;
}
/* line 324, ../scss/module/_machine-registration.scss */
#machine-registration .nes_switchListMachine ul li a span span {
font-size: 11px;
display: block;
float: none;
background: url("img/sprite-2.png") no-repeat 50% -463px;
background-size: initial;
padding-top: 0px;
padding-right: 0px;
padding-bottom: 7px;
padding-left: 0px;
text-align: center;
font-weight: normal;
text-transform: uppercase;
width: 110px;
}
/* line 340, ../scss/module/_machine-registration.scss */
#machine-registration .nes_switchListMachine ul li > a span {
line-height: 1;
min-height: 14px;
}
/* line 344, ../scss/module/_machine-registration.scss */
#machine-registration .nes_switchListMachine ul li.nes_switch-active a span span,
#machine-registration .nes_switchListMachine ul li a:hover span span {
background: url("img/sprite-2.png") no-repeat 50% -529px;
background-position-x: 50%;
background-position-y: -529px;
background-size: initial;
background-repeat-x: no-repeat;
background-repeat-y: no-repeat;
background-attachment: initial;
padding-top: 0px;
padding-right: 0px;
padding-bottom: 7px;
padding-left: 0px;
}
/* line 358, ../scss/module/_machine-registration.scss */
#machine-registration .nes_switchListMachine ul li .nes_innerSwitchListMachineGlobal {
background-size: initial;
background-attachment: initial;
background-clip: initial;
position: absolute;
top: 35px;
width: 100%;
padding-bottom: 0px;
visibility: hidden;
}
@media screen and (max-width: 770px) {
/* line 358, ../scss/module/_machine-registration.scss */
#machine-registration .nes_switchListMachine ul li .nes_innerSwitchListMachineGlobal {
margin-left: -1px;
width: 100%;
}
}
/* line 374, ../scss/module/_machine-registration.scss */
#machine-registration .nes_listAccessories .nes_switchListMachine-script ul li .nes_innerSwitchListMachineGlobal {
left: 0px;
}
@media screen and (max-width: 770px) {
/* line 374, ../scss/module/_machine-registration.scss */
#machine-registration .nes_listAccessories .nes_switchListMachine-script ul li .nes_innerSwitchListMachineGlobal {
left: 0px;
}
}
/* line 380, ../scss/module/_machine-registration.scss */
#machine-registration .nes_switchListMachine ul li .nes_innerSwitchListMachine {
clear: both;
border-image-source: initial;
border-image-slice: initial;
border-image-repeat: initial;
padding-top: 0px;
padding-right: 3px;
padding-bottom: 5px;
position: relative;
min-height: 131px;
left: 0px;
width: 100%;
margin-top: 0px;
margin-right: auto;
margin-bottom: 0px;
margin-left: auto;
}
@media screen and (max-width: 770px) {
/* line 380, ../scss/module/_machine-registration.scss */
#machine-registration .nes_switchListMachine ul li .nes_innerSwitchListMachine {
width: 98%;
}
}
/* line 400, ../scss/module/_machine-registration.scss */
#machine-registration .nes_listAccessories .nes_switchListMachine ul li .nes_innerSwitchListMachine {
min-height: 141px;
height: auto;
background: white;
border: 1px solid #e6e5dd;
}
/* line 406, ../scss/module/_machine-registration.scss */
#machine-registration .nes_switchListMachine ul li.nes_switch-active .nes_innerSwitchListMachine p {
text-align: center;
display: block;
font-size: 11px;
}
/* line 412, ../scss/module/_machine-registration.scss */
#machine-registration .nes_switchListMachine ul li .nes_innerSwitchListMachine p {
display: none;
float: right;
position: relative;
margin-top: -30px;
margin-bottom: 14px;
}
@media screen and (max-width: 640px) {
/* line 412, ../scss/module/_machine-registration.scss */
#machine-registration .nes_switchListMachine ul li .nes_innerSwitchListMachine p {
margin-top: -63px;
}
}
/* line 421, ../scss/module/_machine-registration.scss */
#machine-registration .nes_switchListMachine ul li .nes_innerSwitchListMachine p a {
background: url("img/sprite-2.png") no-repeat 100% -403px;
background-size: initial;
background-color: #f9f9f9;
padding-top: 0px;
padding-right: 14px;
padding-bottom: 0px;
padding-left: 0px;
font-weight: bold;
display: block;
color: #656465;
}
/* line 434, ../scss/module/_machine-registration.scss */
#machine-registration .nes_switchListMachine ul li .nes_innerSwitchListMachine .nes_innerListMachineContainer {
clear: both;
margin-top: 0px;
margin-right: auto;
margin-bottom: 0px;
margin-left: auto;
padding: 0px 7px;
}
/* line 443, ../scss/module/_machine-registration.scss */
#machine-registration .nes_switchListMachine-selection ul li .nes_innerSwitchListMachine .nes_innerListMachineContainer {
margin-top: 22px;
margin-right: auto;
margin-bottom: 0px;
margin-left: auto;
clear: both;
overflow: hidden;
}
/* line 451, ../scss/module/_machine-registration.scss */
#machine-registration .clear {
clear: both;
overflow-x: hidden;
overflow-y: hidden;
}
/* line 456, ../scss/module/_machine-registration.scss */
#machine-registration .nes_switchListMachine ul li .nes_innerListMachine {
float: left;
margin-top: -5px;
margin-right: 4px;
margin-bottom: 11px;
margin-left: 0px;
position: relative;
cursor: pointer;
padding: 5px;
border: 1px solid #ededed;
}
/* line 466, ../scss/module/_machine-registration.scss */
#machine-registration .nes_switchListMachine ul li .nes_innerListMachine:hover, #machine-registration .nes_switchListMachine ul li .nes_innerListMachine.active-filter {
background-color: #efefef;
}
/* line 469, ../scss/module/_machine-registration.scss */
#machine-registration .nes_switchListMachine ul li .nes_innerListMachine.disabled {
opacity: 0.5;
pointer-events: none;
}
/* line 474, ../scss/module/_machine-registration.scss */
#machine-registration .nes_listAccessories .nes_switchListMachine ul li .nes_innerListMachine {
margin-top: 5px;
margin-right: 4px;
margin-bottom: 5px;
margin-left: 0px;
}
/* line 481, ../scss/module/_machine-registration.scss */
#machine-registration .nes_switchListMachine ul li .nes_innerListMachine a {
padding-top: 0px;
padding-right: 0px;
padding-bottom: 0px;
padding-left: 0px;
outline-color: initial;
outline-style: initial;
outline-width: 0px;
width: 107px;
height: 107px;
background-image: initial;
background-position-x: 0px;
background-position-y: center;
background-size: initial;
background-repeat-x: initial;
background-repeat-y: initial;
background-attachment: initial;
background-clip: initial;
background-color: initial;
float: none;
}
/* line 502, ../scss/module/_machine-registration.scss */
#machine-registration .nes_switchListMachine ul li .nes_innerListMachine span {
background-image: initial;
background-position-x: 0px;
background-position-y: center;
background-size: initial;
background-repeat-x: initial;
background-repeat-y: initial;
background-attachment: initial;
background-clip: initial;
background-color: initial;
float: none;
}
/* line 515, ../scss/module/_machine-registration.scss */
#machine-registration .nes_listAccessories .nes_switchListMachine ul li .nes_innerListMachine a {
padding-top: 1px;
padding-right: 1px;
padding-bottom: 1px;
padding-left: 1px;
height: 105px;
width: 114px;
}
/* line 524, ../scss/module/_machine-registration.scss */
#machine-registration .nes_switchListMachine ul li .nes_innerListMachine span {
width: auto;
position: absolute;
left: 0px;
top: 44px;
text-transform: uppercase;
background-color: white;
padding-top: 1px;
padding-right: 5px;
padding-bottom: 1px;
padding-left: 4px;
}
/* line 541, ../scss/module/_machine-registration.scss */
#machine-registration fieldset,
#machine-registration img {
border-top-width: 0px;
border-right-width: 0px;
border-bottom-width: 0px;
border-left-width: 0px;
}
/* line 548, ../scss/module/_machine-registration.scss */
#machine-registration .nes_listMachine #nes_innerSwitchListMachineGlobal_1 .nes_innerListMachine a img,
#machine-registration .nes_switchListMachine-selection #nes_innerSwitchListMachineGlobal_1 .nes_innerListMachine a img {
position: relative;
width: 100%;
height: 116px;
}
/* line 554, ../scss/module/_machine-registration.scss */
#machine-registration .nes_listAccessories .nes_switchListMachine ul li .nes_innerListMachine a img {
padding: 0px;
margin-top: 2px;
margin-right: 0px;
margin-bottom: 0px;
margin-left: 2px;
width: 100%;
}
/* line 562, ../scss/module/_machine-registration.scss */
#machine-registration .nes_switchListMachine ul li .nes_innerListMachine .fadeImg {
background-image: initial;
background-position-x: initial;
background-position-y: initial;
background-size: initial;
background-repeat-x: initial;
background-repeat-y: initial;
background-attachment: initial;
background-clip: initial;
background-color: white;
width: 105px;
height: 111px;
position: absolute;
left: 0px;
top: 0px;
}
/* line 578, ../scss/module/_machine-registration.scss */
#machine-registration strong {
font-weight: bold;
}
/* line 582, ../scss/module/_machine-registration.scss */
#machine-registration .nes_switchListMachine ul li .nes_innerListMachine strong {
font-weight: normal;
padding-top: 0px;
padding-right: 0px;
padding-bottom: 0px;
padding-left: 8px;
display: block;
}
/* line 590, ../scss/module/_machine-registration.scss */
#machine-registration .nes_switchListMachine ul li .nes_innerListMachine a.nes_innerListMachine_lien_selected {
padding-top: 0px;
padding-right: 0px;
padding-bottom: 0px;
padding-left: 0px;
position: relative;
background: url("https://www.nespresso.com/ru/skin/frontend/nespresso/default/images/machine-reg/bg_roll-over-on.png") no-repeat 0 0;
height: 107px;
width: 107px;
}
/* line 601, ../scss/module/_machine-registration.scss */
#machine-registration .nes_listAccessories .nes_switchListMachine ul li .nes_innerListMachine a.nes_innerListMachine_lien_selected {
background: url("img/bg_roll-over.gif") no-repeat 0 0;
}
/* line 604, ../scss/module/_machine-registration.scss */
#machine-registration .nes_hidden-button,
#machine-registration .nes_none_selected_payment_method {
display: none;
}
/* line 608, ../scss/module/_machine-registration.scss */
#machine-registration button {
background-image: initial;
background-position-x: 0px;
background-position-y: center;
background-size: initial;
background-repeat-x: initial;
background-repeat-y: initial;
background-attachment: initial;
background-clip: initial;
background-color: initial;
border-top-width: 0px;
border-right-width: 0px;
border-bottom-width: 0px;
border-left-width: 0px;
border-top-style: initial;
border-right-style: initial;
border-bottom-style: initial;
border-left-style: initial;
border-top-color: initial;
border-right-color: initial;
border-bottom-color: initial;
border-left-color: initial;
border-image-source: initial;
border-image-slice: initial;
border-image-repeat: initial;
font-family: "Trebuchet MS", Helvetica, arial, sans-serif;
}
/* line 635, ../scss/module/_machine-registration.scss */
#machine-registration .nes_switchListMachine .nes_img-function {
float: left;
width: 100%;
margin-top: -5px;
margin-right: 0px;
margin-bottom: 0px;
margin-left: 0px;
padding: 0px;
}
/* line 643, ../scss/module/_machine-registration.scss */
#machine-registration .nes_switchListMachine .nes_img-function li {
width: 208px;
margin-top: 0px;
margin-right: 8px;
margin-bottom: 10px;
margin-left: 10px;
padding: 0px;
color: black;
float: left;
position: relative;
}
/* line 653, ../scss/module/_machine-registration.scss */
#machine-registration .nes_switchListMachine .nes_img-function li:hover {
position: relative;
}
/* line 656, ../scss/module/_machine-registration.scss */
#machine-registration .nes_switchListMachine .nes_img-function li.nes_li-img-first {
padding: 0px;
margin-top: 0px;
margin-right: 10px;
margin-bottom: 10px;
margin-left: 0px;
}
/* line 663, ../scss/module/_machine-registration.scss */
#machine-registration .nes_switchListMachine .nes_img-function li a {
display: block;
height: 1%;
float: left;
background-image: initial;
background-position-x: 0px;
background-position-y: center;
background-size: initial;
background-repeat-x: initial;
background-repeat-y: initial;
background-attachment: initial;
padding-top: 0px;
padding-right: 0px;
padding-bottom: 0px;
padding-left: 0px;
color: #242223;
}
/* line 680, ../scss/module/_machine-registration.scss */
#machine-registration .nes_switchListMachine .nes_img-function li img {
float: left;
height: 25px;
width: 25px;
}
/* line 687, ../scss/module/_machine-registration.scss */
#machine-registration .nes_img-filter-on {
display: none;
}
/* line 690, ../scss/module/_machine-registration.scss */
#machine-registration div.info-bulle-contenu {
display: none;
position: absolute;
background: url("img/picto-infobulle-2.gif") no-repeat 0 0;
background-attachment: initial;
padding-top: 0px;
padding-right: 0px;
padding-bottom: 0px;
padding-left: 4px;
font-size: 11px;
text-transform: uppercase;
color: white;
z-index: 9;
}
/* line 704, ../scss/module/_machine-registration.scss */
#machine-registration .nes_switchListMachine-selection .nes_feature-filter .info-bulle-contenu {
left: 25px;
}
/* line 707, ../scss/module/_machine-registration.scss */
#machine-registration div.info-bulle-contenu div {
background-image: initial;
background-position-x: initial;
background-position-y: initial;
background-size: initial;
background-repeat-x: initial;
background-repeat-y: initial;
background-attachment: initial;
background-clip: initial;
background-color: #646464;
padding-top: 5px;
padding-right: 7px;
padding-bottom: 4px;
padding-left: 8px;
font-size: 11px;
text-transform: uppercase;
color: white;
}
/* line 724, ../scss/module/_machine-registration.scss */
#machine-registration div.info-bulle-contenu div div {
background-image: initial;
background-position-x: 0px;
background-position-y: center;
background-size: initial;
background-repeat-x: initial;
background-repeat-y: initial;
background-attachment: initial;
padding: 0px;
font-size: 11px;
text-transform: uppercase;
color: white;
}
/* line 739, ../scss/module/_machine-registration.scss */
#machine-registration .nes_switchListMachine ul.nes_img-function li a span {
display: block;
height: 1%;
width: 160px;
float: left;
margin-top: 6px;
margin-right: 0px;
margin-bottom: 0px;
margin-left: 10px;
background-image: initial;
background-position-x: 0px;
background-position-y: center;
background-size: initial;
background-repeat-x: initial;
background-repeat-y: initial;
background-attachment: initial;
line-height: 1.2em;
text-transform: uppercase;
padding-top: 0px;
padding-right: 0px;
padding-bottom: 0px;
padding-left: 0px;
}
/* line 761, ../scss/module/_machine-registration.scss */
#machine-registration .nes_switchListMachine ul.nes_img-function li a span.nes_span-vcenter {
margin-top: 3px;
line-height: 10px;
font-size: 11px;
}
/* line 767, ../scss/module/_machine-registration.scss */
#machine-registration .nes_switchListMachine .nes_img-function li.nes_li-img-last {
margin-top: 0px;
margin-right: 0px;
margin-bottom: 10px;
margin-left: 0px;
}
/* line 775, ../scss/module/_machine-registration.scss */
#machine-registration .nes_switchListMachine ul li.nes_switch-active a {
position: relative;
}
/* line 778, ../scss/module/_machine-registration.scss */
#machine-registration .nes_switchListMachine ul li.nes_switch-active > a {
z-index: 2;
}
/* line 781, ../scss/module/_machine-registration.scss */
#machine-registration .nes_switchListMachine ul li.nes_switch-active .nes_innerListMachine a {
position: static;
}
/* line 785, ../scss/module/_machine-registration.scss */
#machine-registration .nes_switchListMachine ul li .nes_innerListMachineColor a img {
padding-top: 2px;
padding-right: 0px;
padding-bottom: 0px;
padding-left: 2px;
margin-top: 1px;
margin-right: 0px;
margin-bottom: 0px;
margin-left: 1px;
}
/* line 797, ../scss/module/_machine-registration.scss */
#machine-registration .mtc-plp {
float: left;
margin-top: 121px;
width: 100%;
margin-left: -10px;
margin-bottom: -10px;
padding-top: 5px;
padding-right: 6px;
padding-bottom: 10px;
padding-left: 6px;
}
/* line 808, ../scss/module/_machine-registration.scss */
#machine-registration .nes_mac-selection {
overflow: hidden;
position: relative;
width: 100%;
z-index: 1;
}
/* line 816, ../scss/module/_machine-registration.scss */
#machine-registration .nes_innerBlocListMachines:hover .btn-reviewed {
background: #194d12;
border-color: #15410f;
}
/* line 823, ../scss/module/_machine-registration.scss */
#machine-registration .nes_mac-selection .nes_innerBlocListMachines, #machine-registration .nes_mac-selection .nes_innerBlocListMachinesBig, #machine-registration .nes_mac-selection .nes_innerBlocListMachinesSmall {
margin-top: 1px;
margin-right: 1%;
margin-bottom: 40px;
margin-left: 0px;
background-color: white;
border: 1px solid #e6e5dd;
float: left;
position: relative;
z-index: 0;
padding: 10px;
width: 19%;
}
@media screen and (max-width: 770px) {
/* line 823, ../scss/module/_machine-registration.scss */
#machine-registration .nes_mac-selection .nes_innerBlocListMachines, #machine-registration .nes_mac-selection .nes_innerBlocListMachinesBig, #machine-registration .nes_mac-selection .nes_innerBlocListMachinesSmall {
width: 32%;
}
}
@media screen and (max-width: 585px) {
/* line 823, ../scss/module/_machine-registration.scss */
#machine-registration .nes_mac-selection .nes_innerBlocListMachines, #machine-registration .nes_mac-selection .nes_innerBlocListMachinesBig, #machine-registration .nes_mac-selection .nes_innerBlocListMachinesSmall {
width: 49%;
}
}
/* line 842, ../scss/module/_machine-registration.scss */
#machine-registration .nes_mac-selection .nes_innerBlocListMachinesBig a,
#machine-registration .nes_mac-selection .nes_innerBlocListMachines a,
#machine-registration .nes_mac-selection .nes_innerBlocListMachinesSmall a {
color: white;
}
/* line 848, ../scss/module/_machine-registration.scss */
#machine-registration .nes_innerBlocListMachinesBig a,
#machine-registration .nes_innerBlocListMachines a,
#machine-registration .nes_innerBlocListMachinesSmall a {
color: black;
}
/* line 853, ../scss/module/_machine-registration.scss */
#machine-registration .nes_link-product-center {
display: block;
width: 100%;
text-align: center;
z-index: 0;
}
/* line 858, ../scss/module/_machine-registration.scss */
#machine-registration .nes_link-product-center img {
display: block;
margin: 0 auto;
max-width: 96%;
height: 104px;
margin-bottom: 5px;
}
/* line 866, ../scss/module/_machine-registration.scss */
#machine-registration .nes_innerBlocListMachines .nes_listInfosMachine {
width: 100%;
}
/* line 869, ../scss/module/_machine-registration.scss */
#machine-registration .nes_listInfosMachine {
display: block;
z-index: 11;
}
/* line 874, ../scss/module/_machine-registration.scss */
#machine-registration .nes_mac-selection .nes_innerBlocListMachinesSmall .nes_listInfosMachine {
height: 59px;
}
/* line 879, ../scss/module/_machine-registration.scss */
#machine-registration .nes_on .nes_listInfosMachine .nes_machineName, #machine-registration .nes_on .nes_listInfosMachine .nes_machinePrice {
margin-top: 20px;
}
/* line 885, ../scss/module/_machine-registration.scss */
#machine-registration .nes_mac-selection .nes_innerBlocListMachines .nes_listInfosMachine-3Lines span.nes_machineName {
width: 170px;
}
/* line 890, ../scss/module/_machine-registration.scss */
#machine-registration .nes_listInfosMachine span.nes_machineName {
display: block;
padding-top: 0px;
padding-right: 0px;
padding-bottom: 0px;
padding-left: 8px;
height: 55px;
font-size: 12px;
color: black;
}
/* line 901, ../scss/module/_machine-registration.scss */
#machine-registration .nes_mac-selection .nes_innerBlocListMachinesSmall .nes_listInfosMachine span.nes_machineName {
height: 30px;
margin: 0px;
}
/* line 905, ../scss/module/_machine-registration.scss */
#machine-registration .nes_mac-selection .nes_innerBlocListMachinesSmall:hover .nes_listInfosMachine .nes_machineName {
margin: 0px;
}
/* line 909, ../scss/module/_machine-registration.scss */
#machine-registration .nes_listInfosMachine .btn-reviewed {
width: 100%;
display: block;
padding: 6px 20px;
}
/* line 915, ../scss/module/_machine-registration.scss */
#machine-registration .btn-reviewed.small > div, #machine-registration .btn-reviewed.smaller > div, #machine-registration .btn-reviewed.small > span, #machine-registration .btn-reviewed.smaller > span {
padding-top: 4px;
padding-bottom: 4px;
}
/* line 920, ../scss/module/_machine-registration.scss */
#machine-registration .nes_innerBlocListMachinesSmall {
width: 228px;
margin-right: 0px;
}
/* line 924, ../scss/module/_machine-registration.scss */
#machine-registration .nes_mac-selection .nes_innerBlocListMachinesSmall {
margin-right: 0px;
}
/* line 927, ../scss/module/_machine-registration.scss */
#machine-registration .nes_innerBlocListMachinesSmall .nes_listInfosMachine {
width: 208px;
}
/* line 930, ../scss/module/_machine-registration.scss */
#machine-registration .nes_listInfosMachine-3Lines {
height: 36px;
padding-top: 4px;
padding-right: 10px;
padding-bottom: 0px;
padding-left: 10px;
}
/* line 937, ../scss/module/_machine-registration.scss */
#machine-registration .nes_blocNoresults {
margin-bottom: 30px;
}
/* line 939, ../scss/module/_machine-registration.scss */
#machine-registration .nes_blocNoresults p {
color: #51504e;
font-family: "Trebuchet MS", "Helvetica Neue", Verdana, Arial, sans-serif;
font-size: 13px;
line-height: 1.5;
}
/* line 945, ../scss/module/_machine-registration.scss */
#machine-registration .nes_blocNoresults button {
padding: 3px 28px;
}
/* line 949, ../scss/module/_machine-registration.scss */
#machine-registration .nes_continueContent,
#machine-registration .back_for_block_btn {
background: url("img/bg_content.png") repeat 0px 0px;
padding-top: 15px;
padding-right: 15px;
padding-bottom: 15px;
padding-left: 25px;
text-align: right;
overflow-x: hidden;
overflow-y: hidden;
clear: both;
margin-top: 25px;
margin-right: 0px;
margin-bottom: 0px;
margin-left: 0px;
}
/* line 965, ../scss/module/_machine-registration.scss */
#machine-registration .btn-back {
display: inline-block;
margin: 0px;
padding-top: 3px;
padding-right: 0px;
padding-bottom: 3px;
padding-left: 10px;
line-height: 14px;
font-size: 12px;
background: url("img/sprite.png") no-repeat 0px -192px;
background-color: transparent;
border-top-width: 0px;
border-right-width: 0px;
border-bottom-width: 0px;
border-left-width: 0px;
border-top-style: initial;
border-right-style: initial;
border-bottom-style: initial;
border-left-style: initial;
border-top-color: initial;
border-right-color: initial;
border-bottom-color: initial;
border-left-color: initial;
border-image-source: initial;
border-image-slice: initial;
border-image-repeat: initial;
cursor: pointer;
box-sizing: border-box;
}
/* line 994, ../scss/module/_machine-registration.scss */
#machine-registration .nes_continueContent .btn-back {
float: left;
}
/* line 997, ../scss/module/_machine-registration.scss */
#machine-registration .nes_deux-fonds h2 {
background: none !important;
font-size: 26px !important;
letter-spacing: -0.05em;
line-height: 1em;
padding-bottom: 5px !important;
text-transform: capitalize;
}
/* line 1006, ../scss/module/_machine-registration.scss */
#machine-registration #nes_innerSwitchListMachineGlobal_2 .nes_feature-filter {
padding: 0px;
}
/* line 1008, ../scss/module/_machine-registration.scss */
#machine-registration #nes_innerSwitchListMachineGlobal_2 .nes_feature-filter li {
border: 1px solid #fff;
padding: 2px;
}
/* line 1012, ../scss/module/_machine-registration.scss */
#machine-registration #nes_innerSwitchListMachineGlobal_2 .nes_feature-filter li.disabled {
opacity: 0.5;
pointer-events: none;
}
/* line 1019, ../scss/module/_machine-registration.scss */
#machine-registration #nes_innerSwitchListMachineGlobal_2 .nes_feature-filter li:hover .nes_span-vcenter, #machine-registration #nes_innerSwitchListMachineGlobal_2 .nes_feature-filter li.active-filter .nes_span-vcenter {
text-decoration: underline;
}
@media screen and (max-width: 770px) {
/* line 1024, ../scss/module/_machine-registration.scss */
#machine-registration #nes_innerSwitchListMachineGlobal_2 .nes_feature-filter li {
width: 31%;
}
}
@media screen and (max-width: 740px) {
/* line 1029, ../scss/module/_machine-registration.scss */
#machine-registration #nes_innerSwitchListMachineGlobal_2 .nes_feature-filter li {
width: 45%;
}
/* line 1031, ../scss/module/_machine-registration.scss */
#machine-registration #nes_innerSwitchListMachineGlobal_2 .nes_feature-filter li span {
width: 81%;
}
}
/* line 1038, ../scss/module/_machine-registration.scss */
#machine-registration .show {
display: block;
}
/* line 1041, ../scss/module/_machine-registration.scss */
#machine-registration .hide {
display: none;
}
/* line 1044, ../scss/module/_machine-registration.scss */
#machine-registration .nes_innerListMachineContainer .nes_innerListMachine {
height: 160px;
}
/* line 1046, ../scss/module/_machine-registration.scss */
#machine-registration .nes_innerListMachineContainer .nes_innerListMachine .machine-name-in-filter {
margin: 0px;
padding: 0px;
float: none;
height: 40px;
}
/* line 1055, ../scss/module/_machine-registration.scss */
#machine-registration #nes_registrationContent_form {
font-family: "Trebuchet MS", "Helvetica Neue", Verdana, Arial, sans-serif;
background-color: #f9f9f9;
color: #51504e;
margin-top: 20px;
}
/* line 1060, ../scss/module/_machine-registration.scss */
#machine-registration #nes_registrationContent_form .nes_dtailsMachine {
overflow: hidden;
margin-bottom: 10px;
}
/* line 1063, ../scss/module/_machine-registration.scss */
#machine-registration #nes_registrationContent_form .nes_dtailsMachine img {
float: left;
margin-right: 20px;
display: block;
width: 150px;
}
/* line 1069, ../scss/module/_machine-registration.scss */
#machine-registration #nes_registrationContent_form .nes_dtailsMachine .nes_l-float {
margin-top: 15px;
}
/* line 1071, ../scss/module/_machine-registration.scss */
#machine-registration #nes_registrationContent_form .nes_dtailsMachine .nes_l-float p, #machine-registration #nes_registrationContent_form .nes_dtailsMachine .nes_l-float p a {
font-size: 11px;
color: #2a2c2c;
}
/* line 1075, ../scss/module/_machine-registration.scss */
#machine-registration #nes_registrationContent_form .nes_dtailsMachine .nes_l-float h3 {
color: #2a2c2c;
margin-bottom: 5px;
}
/* line 1081, ../scss/module/_machine-registration.scss */
#machine-registration #nes_registrationContent_form #machineRegistration {
width: 320px;
}
/* line 1084, ../scss/module/_machine-registration.scss */
#machine-registration #nes_registrationContent_form .nes_registrationTitle {
border: 0px;
margin: 10px -40px;
}
@media screen and (max-width: 660px) {
/* line 1084, ../scss/module/_machine-registration.scss */
#machine-registration #nes_registrationContent_form .nes_registrationTitle {
padding: 11px 20px;
font-size: 14px;
}
/* line 1090, ../scss/module/_machine-registration.scss */
#machine-registration #nes_registrationContent_form .nes_registrationTitle h2 {
font-size: 14px;
}
}
/* line 1094, ../scss/module/_machine-registration.scss */
#machine-registration #nes_registrationContent_form .nes_registrationTitle h2 {
color: #2a2c2c;
padding: 14px 20px;
text-transform: none;
line-height: 1.35;
background: linear-gradient(to bottom, #eeeeee 0%, #cccccc 100%);
display: block;
width: 100%;
font-family: "Trebuchet MS", "Helvetica Neue", Verdana, Arial, sans-serif;
font-size: 24px;
}
/* line 1107, ../scss/module/_machine-registration.scss */
#machine-registration #nes_registrationContent_form fieldset .date-purchase-fields {
width: 32%;
display: block;
margin-right: 2%;
float: left;
}
/* line 1113, ../scss/module/_machine-registration.scss */
#machine-registration #nes_registrationContent_form fieldset .year-purchase-field {
margin-right: 0px;
}
/* line 1118, ../scss/module/_machine-registration.scss */
#machine-registration #nes_registrationContent_form #nes_reseller_div_old ul {
padding: 5px 0px;
}
/* line 1120, ../scss/module/_machine-registration.scss */
#machine-registration #nes_registrationContent_form #form-validate-machine-reg {
padding: 0px;
}
/* line 1121, ../scss/module/_machine-registration.scss */
#machine-registration #nes_registrationContent_form .registration-footer {
margin: 0px;
}
/* line 1123, ../scss/module/_machine-registration.scss */
#machine-registration #nes_registrationContent_form .registration-footer .buttons-set {
position: relative;
top: 0px;
right: 0px;
}
/* line 1128, ../scss/module/_machine-registration.scss */
#machine-registration #nes_registrationContent_form .registration-footer button {
background: linear-gradient(to bottom, #dbdee0 0%, #b4b9be 100%);
}
/* line 1134, ../scss/module/_machine-registration.scss */
#machine-registration .messages .error-msg li {
color: white;
border-left: 5px solid #6a0714;
background-color: #9a0a1d;
}
/* line 1139, ../scss/module/_machine-registration.scss */
#machine-registration .messages ul li {
padding: 7px 10px 7px 20px;
}
/* line 1143, ../scss/module/_machine-registration.scss */
#machine-registration .overlay {
background: rgba(0, 0, 0, 0.4);
width: 100%;
height: 100%;
position: fixed;
z-index: 1000;
top: 0px;
left: 0px;
}
/* line 1151, ../scss/module/_machine-registration.scss */
#machine-registration .overlay span.please-wait {
display: block;
width: 30px;
height: 30px;
top: 50%;
position: absolute;
left: 50%;
}
/* line 1158, ../scss/module/_machine-registration.scss */
#machine-registration .overlay span.please-wait img {
width: 35px;
height: 35px;
}
/* line 1164, ../scss/module/_machine-registration.scss */
#machine-registration a.btn-reviewed {
padding: 5px 20px;
margin-bottom: 17px;
}
/* line 1170, ../scss/module/_machine-registration.scss */
#machine-registration .table-responsive table {
width: 100%;
border-collapse: collapse;
}
/* line 1174, ../scss/module/_machine-registration.scss */
#machine-registration .table-responsive td, #machine-registration .table-responsive th {
padding: 6px;
border: 1px solid #ccc;
text-align: left;
}
@media only screen and (max-width: 760px) {
/* line 1180, ../scss/module/_machine-registration.scss */
#machine-registration .table-responsive .pager {
float: none;
}
/* line 1181, ../scss/module/_machine-registration.scss */
#machine-registration .table-responsive table, #machine-registration .table-responsive thead, #machine-registration .table-responsive tbody, #machine-registration .table-responsive th, #machine-registration .table-responsive td, #machine-registration .table-responsive tr {
display: block;
}
/* line 1184, ../scss/module/_machine-registration.scss */
#machine-registration .table-responsive thead tr {
position: absolute;
top: -9999px;
left: -9999px;
}
/* line 1189, ../scss/module/_machine-registration.scss */
#machine-registration .table-responsive tr {
border: 1px solid #ccc;
}
/* line 1192, ../scss/module/_machine-registration.scss */
#machine-registration .table-responsive td {
border: none;
border-bottom: 1px solid #eee;
position: relative;
padding-left: 50%;
min-height: 34px;
}
/* line 1199, ../scss/module/_machine-registration.scss */
#machine-registration .table-responsive td:before {
position: absolute;
top: 6px;
left: 6px;
width: 45%;
padding-right: 10px;
white-space: nowrap;
}
}
@media only screen and (max-width: 760px) {
/* line 1212, ../scss/module/_machine-registration.scss */
.my-account .pager {
float: none;
}
}
/* ============================================ *
* Calendar styles (restore styles from /js/calendar)
* ============================================ */
/* line 30, ../../../rwd/default/scss/override/_plugin.scss */
div.calendar table {
border-collapse: separate;
}
/* line 33, ../../../rwd/default/scss/override/_plugin.scss */
div.calendar table td.button {
display: table-cell;
background: inherit;
color: inherit;
text-transform: none;
}
/* line 12, ../scss/styles.scss */
.plcholdru ::-webkit-input-placeholder {
color: #999;
}
/* line 15, ../scss/styles.scss */
.plcholdru :-moz-placeholder {
color: #999;
}
/* line 18, ../scss/styles.scss */
.plcholdru ::-moz-placeholder {
color: #999;
}
/* line 21, ../scss/styles.scss */
.plcholdru :-ms-input-placeholder {
color: #999;
}
/*button.loader i.fn_addToCart:before {
opacity: 0;
visibility: hidden;
}
button i {
position: absolute;
display: block;
top: 1px;
left: 1px;
height: calc(100% - 2px);
text-align: center;
width: calc(3em - 2px);
border-top-left-radius: 3px;
border-bottom-left-radius: 3px;
font-weight: 400;
span {
position: absolute;
font-style: normal;
top: 50%;
left: 50%;
transform: translate(-50%,-50%);
opacity: 0;
visibility: hidden;
}
&:before {
position: absolute;
font-size: 1.5em;
top: 50%;
left: 50%;
transform: translate(-50%,-50%);
}
&:after {
content: '';
height: 100%;
position: absolute;
top: 0;
left: 33px;
}
&.fn_addToCart {
&:before{
transition: all 1s ease;
content: '';
opacity: 1;
visibility: visible;
}
}
&.v_quantity {
span {
transition: all 1s ease;
opacity: 1;
visibility: visible;
}
}
}*/
/*
ie styles
*/
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
/* line 99, ../scss/styles.scss */
body .icon-carousel, body .sorter > .view-mode .carousel:before, .sorter > .view-mode body .carousel:before,
body .icon-grid,
body .sorter > .view-mode .grid:before,
.sorter > .view-mode body .grid:before,
body .sorter > .view-mode .carousel::before,
body .sorter > .view-mode .grid::before {
width: 18px;
}
}
/* line 107, ../scss/styles.scss */
.wrapper.fix-wrapper {
padding-bottom: 78px;
}
/**
* Magento Enterprise Edition
*
* NOTICE OF LICENSE
*
* This source file is subject to the Magento Enterprise Edition End User License Agreement
* that is bundled with this package in the file LICENSE_EE.txt.
* It is also available through the world-wide-web at this URL:
* http://www.magento.com/license/enterprise-edition
* If you did not receive a copy of the license and are unable to
* obtain it through the world-wide-web, please send an email
* to license@magento.com so we can send you a copy immediately.
*
* DISCLAIMER
*
* Do not edit or add to this file if you wish to upgrade Magento to newer
* versions in the future. If you wish to customize Magento for your
* needs please refer to http://www.magento.com for more information.
*
* @category design
* @package rwd_default
* @copyright Copyright (c) 2006-2016 X.commerce, Inc. and affiliates (http://www.magento.com)
* @license http://www.magento.com/license/enterprise-edition
*/
/* ============================================ *
* Homepage
* ============================================ */
/* -------------------------------------------- *
* Primary Banner
*/
body.cms-home .main-container {
padding-top: 20px;
}
body.cms-home .slideshow-container {
margin-top: 0;
}
.slideshow .banner-msg {
position: absolute;
text-align: center;
text-transform: uppercase;
width: 100%;
top: 30%;
-moz-user-select: none;
-ms-user-select: none;
-webkit-user-select: none;
-o-user-select: none;
user-select: none;
}
.slideshow .banner-msg h2 {
color: #FFFFFF;
font-size: 24px;
text-shadow: 1px 1px 3px #555555;
}
.slideshow .banner-msg h2 strong {
font-weight: bold;
display: block;
font-size: 36px;
}
@media only screen and (max-width: 770px) {
.slideshow .banner-msg h2 {
font-size: 20px;
}
.slideshow .banner-msg h2 strong {
font-size: 24px;
}
}
@media only screen and (max-width: 479px) {
.slideshow .banner-msg {
top: 20%;
}
.slideshow .banner-msg h2 {
font-size: 14px;
}
.slideshow .banner-msg h2 strong {
font-size: 16px;
}
}
/* -------------------------------------------- *
* Promotion Banner Section
*/
.promos {
margin: 0 0 10px 0;
padding: 0;
width: 100%;
}
.promos:after {
content: '';
display: table;
clear: both;
}
/* Specifying the body only in order to override the .std ul li styling */
body .promos > li {
margin: 0 0 10px 0;
list-style: none;
text-align: center;
position: relative;
border: 1px solid #cccccc;
-moz-user-select: none;
-ms-user-select: none;
-webkit-user-select: none;
-o-user-select: none;
user-select: none;
}
.promos > li:last-child {
margin-bottom: 0;
}
.promos img {
max-width: 100%;
width: 100%;
}
.promos a:hover {
filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
opacity: 0.8;
display: block;
}
.promos span {
color: #FFFFFF;
text-transform: uppercase;
position: absolute;
display: block;
width: 100%;
top: 10%;
font-weight: 500;
font-size: 20px;
font-family: "Raleway", "Helvetica Neue", Verdana, Arial, sans-serif;
text-shadow: 1px 1px 3px #555555;
}
.promos strong {
font-weight: 600;
font-size: 26px;
display: block;
}
@media only screen and (min-width: 771px) {
.promos span {
font-size: 16px;
}
.promos strong {
font-size: 17px;
}
/* Config: Three columns + flexible gutter */
body .promos > li {
float: left;
width: 31.74603%;
margin-right: 2.38095%;
}
.promos > li:nth-child(3n) {
margin-right: 0;
}
}
@media only screen and (min-width: 880px) {
.promos span {
font-size: 18px;
}
.promos strong {
font-size: 24px;
}
}
/* -------------------------------------------- *
* New Products Section
*/
/* Hiding the reviews content via CSS because we can't modify the template, */
/* since it may be used in other places where those elements are needed */
.cms-index-index .products-grid .ratings,
.cms-index-index .products-grid .actions,
.cms-index-noroute .products-grid .ratings,
.cms-index-noroute .products-grid .actions {
display: none;
}
.cms-index-index h2.subtitle {
padding: 6px 0;
text-align: center;
color: #3399cc;
font-weight: 600;
border-bottom: 1px solid #cccccc;
border-top: 1px solid #cccccc;
}
.cms-index-noroute h2.subtitle {
display: none;
}
/* ============================================ *
* Category Landing Pages
* ============================================ */
.category-image {
position: relative;
}
.categorylandingMainblock {
border: 1px solid #E2E2E2;
padding: 7px;
}
.catblocks {
float: left;
padding: 0 0 20px 0;
width: 100%;
}
.catblocks li {
position: relative;
float: left !important;
width: 23% !important;
margin-right: 2.66667% !important;
margin-bottom: 10px;
border: 1px solid #cccccc;
padding: 10px;
}
.catblocks li:hover {
border-color: #3399cc;
}
@media only screen and (max-width: 770px) {
.catblocks li {
width: 49% !important;
margin-right: 2% !important;
}
.catblocks li:nth-child(even) {
margin-right: 0 !important;
}
}
@media only screen and (max-width: 479px) {
.catblocks li {
width: 100% !important;
margin-right: 0 !important;
float: none;
}
}
.catblocks li:last-child {
margin-right: 0 !important;
}
.catblocks li img {
width: 100%;
max-width: 100%;
}
.catblocks li a span {
color: #FFFFFF;
position: absolute;
background-color: #7B7C7B;
font-family: raleway;
font-size: 17px;
font-weight: bold;
text-transform: uppercase;
text-align: center;
bottom: 0px;
left: 0px;
width: 100%;
padding: 5px 10px;
margin-right: 10px;
}
.catblocklinks a {
color: #FFFFFF;
text-decoration: none;
}
.catlandingbottomPromoblock {
float: left;
width: 100%;
border: 1px solid #E2E2E2;
margin-bottom: 100px;
}
.catalog-category-view div.categoryland-caption {
display: block;
margin: 0;
position: absolute;
color: #000000;
font-size: 30px;
font-weight: 500;
line-height: 36px;
text-align: center;
}
.catalog-category-view div.categoryland-caption span.blue-big-text {
color: #3399CC;
font-size: 50px;
font-weight: 800;
padding: 0 0 0 8px;
}
.catalog-category-view div.categoryland-caption span.blue-big-text {
padding: 0 !important;
}
.catalog-category-view div.categoryland-caption span.three-dots {
background: url(https://www.nespresso.com/ru/skin/frontend/rwd/default/images/bg_threeDots.png) no-repeat center center;
display: block;
height: 20px;
}
.catalog-category-view div.categoryland-caption p.desc {
font: italic 18px/28px Georgia, "Times New Roman", Times, serif;
color: #656565;
}
.cms-home #homepage-main-slides div.slides_control div div.slideshow-caption a.link:hover,
.cms-home #homepage-main-slides div.slides_control div div.slideshow-caption span.link:hover {
text-decoration: underline;
color: #1189C5;
}
.cms-home #homepage-main-slides div.slides_control div div.slideshow-caption span.blue-big-text,
.catalog-category-view div.categoryland-caption span.blue-big-text {
color: #3399CC;
font-size: 50px;
font-weight: 800;
padding: 0 0 0 8px;
}
.catalog-category-view div.categoryland-caption span.blue-big-text {
padding: 0 !important;
}
.cms-home #homepage-main-slides div.slides_control div div.slideshow-caption span.three-dots,
.catalog-category-view div.categoryland-caption span.three-dots {
background: url(https://www.nespresso.com/ru/skin/frontend/rwd/default/images/bg_threeDots.png) no-repeat center center;
display: block;
height: 20px;
}
.cms-home #homepage-main-slides div.slides_control div div.slideshow-caption p.desc,
.catalog-category-view div.categoryland-caption p.desc {
font: italic 18px/28px Georgia, "Times New Roman", Times, serif;
color: #656565;
}