/**
 * 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-2018 Magento, Inc. (http://www.magento.com)
 * @license http://www.magento.com/license/enterprise-edition
 */
/* ============================================ *
 * General Enterprise Styles
 * ============================================ */
.global-site-notice div.notice-inner {
  background-image: url("https://shop.fairphone.com/skin/frontend/rwd/enterprise/images/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";
/**
 * Magento Enterprise Edition
 *
 * NOTICE OF LICENSE
 *
 * This source file is subject to the Magento Enterprise Edition License
 * 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.magentocommerce.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@magentocommerce.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.magentocommerce.com for more information.
 *
 * @category    design
 * @package     rwd_default
 * @copyright   Copyright (c) 2014 Magento Inc. (http://www.magentocommerce.com)
 * @license     http://www.magentocommerce.com/license/enterprise-edition
 */
/*
// ----------------------------------------------
// 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; }
}

// ----------------------------------------------
*/
/*! normalize.css v2.0.1 | MIT License | git.io/normalize */
/* ==========================================================================
   HTML5 display definitions
   ========================================================================== */
/*
 * Corrects `block` display not defined in IE 8/9.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
nav,
section,
summary {
  display: block;
}

/*
 * Corrects `inline-block` display not defined in IE 8/9.
 */
audio,
canvas,
video {
  display: inline-block;
}

/*
 * Prevents modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */
audio:not([controls]) {
  display: none;
  height: 0;
}

/*
 * Addresses styling for `hidden` attribute not present in IE 8/9.
 */
[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.
 */
html {
  font-family: sans-serif;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
  -ms-text-size-adjust: 100%;
  /* 2 */
}

/*
 * Removes default margin.
 */
body {
  margin: 0;
}

/* ==========================================================================
   Typography
   ========================================================================== */
/*
 * Addresses `h1` font sizes within `section` and `article` in Firefox 4+,
 * Safari 5, and Chrome.
 */
h1 {
  font-size: 2em;
}

/*
 * Addresses styling not present in IE 8/9, Safari 5, and Chrome.
 */
abbr[title] {
  border-bottom: 1px dotted;
}

/*
 * Addresses style set to `bolder` in Firefox 4+, Safari 5, and Chrome.
 */
b,
strong {
  font-weight: bold;
}

/*
 * Addresses styling not present in Safari 5 and Chrome.
 */
dfn {
  font-style: italic;
}

/*
 * Addresses styling not present in IE 8/9.
 */
mark {
  background: #ff0;
  color: #000;
}

/*
 * Corrects font family set oddly in Safari 5 and Chrome.
 */
code,
kbd,
pre,
samp {
  font-family: monospace, serif;
  font-size: 1em;
}

/*
 * Improves readability of pre-formatted text in all browsers.
 */
pre {
  white-space: pre;
  white-space: pre-wrap;
  word-wrap: break-word;
}

/*
 * Sets consistent quote types.
 */
q {
  quotes: "\201C" "\201D" "\2018" "\2019";
}

/*
 * Addresses inconsistent and variable font size in all browsers.
 */
small {
  font-size: 80%;
}

/*
 * Prevents `sub` and `sup` affecting `line-height` in all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

/* ==========================================================================
   Embedded content
   ========================================================================== */
/*
 * Removes border when inside `a` element in IE 8/9.
 */
img {
  border: 0;
}

/*
 * Corrects overflow displayed oddly in IE 9.
 */
svg:not(:root) {
  overflow: hidden;
}

/* ==========================================================================
   Figures
   ========================================================================== */
/*
 * Addresses margin not present in IE 8/9 and Safari 5.
 */
figure {
  margin: 0;
}

/* ==========================================================================
   Forms
   ========================================================================== */
/*
 * Define consistent border, margin, and padding.
 */
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.
 */
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
 */
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.
 */
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.
 */
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.
 */
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.
 */
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).
 */
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.
 */
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/*
 * Removes inner padding and border in Firefox 4+.
 */
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.
 */
textarea {
  overflow: auto;
  /* 1 */
  vertical-align: top;
  /* 2 */
}

/* ==========================================================================
   Tables
   ========================================================================== */
/*
 * Remove most spacing between table cells.
 */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* ============================================ *
 * Reset
 * ============================================ */
*,
*:before,
*:after {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

html {
  -webkit-tap-highlight-color: transparent;
  /* Prevent tap highlight on iOS/Android */
  -webkit-text-size-adjust: 100%;
  /* Prevent automatic scaling on iOS */
}

body {
  background: #FFFFFF;
  color: #000000;
  line-height: 1;
}

html,
body,
img,
fieldset,
abbr,
acronym {
  border: 0;
}

h1,
h2,
.customer-account .account-header .page-title,
h3,
h4,
h5,
h6 {
  font-size: 100%;
  font-weight: normal;
}

th,
code,
cite,
caption {
  font-weight: normal;
  font-style: normal;
  text-align: left;
}

address {
  font-style: normal;
}

fieldset {
  margin: 0;
  padding: 0;
  border: 0;
}

img {
  display: block;
}

ol,
ul {
  list-style: none;
}

q:before,
q:after {
  content: '';
}

input:focus,
input[type="search"]:focus {
  outline-offset: -2px;
}

input[type="search"] {
  -webkit-appearance: none;
  /* 1 */
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  /* 2 */
  box-sizing: border-box;
}

/* ============================================ *
 * Radikal font
 * ============================================ */
@font-face {
  font-family: 'Radikal-Light';
  src: url("https://shop.fairphone.com/skin/frontend/fairphone_rwd/default/fonts/31312A_0_0.eot");
  src: url("https://shop.fairphone.com/skin/frontend/fairphone_rwd/default/fonts/31312A_0_0.eot?#iefix") format("embedded-opentype"), url("https://shop.fairphone.com/skin/frontend/fairphone_rwd/default/fonts/31312A_0_0.woff2") format("woff2"), url("https://shop.fairphone.com/skin/frontend/fairphone_rwd/default/fonts/31312A_0_0.woff") format("woff"), url("https://shop.fairphone.com/skin/frontend/fairphone_rwd/default/fonts/31312A_0_0.ttf") format("truetype");
}
@font-face {
  font-family: 'Radikal-Medium';
  src: url("https://shop.fairphone.com/skin/frontend/fairphone_rwd/default/fonts/31312A_1_0.eot");
  src: url("https://shop.fairphone.com/skin/frontend/fairphone_rwd/default/fonts/31312A_1_0.eot?#iefix") format("embedded-opentype"), url("https://shop.fairphone.com/skin/frontend/fairphone_rwd/default/fonts/31312A_1_0.woff2") format("woff2"), url("https://shop.fairphone.com/skin/frontend/fairphone_rwd/default/fonts/31312A_1_0.woff") format("woff"), url("https://shop.fairphone.com/skin/frontend/fairphone_rwd/default/fonts/31312A_1_0.ttf") format("truetype");
}
@font-face {
  font-family: 'Radikal-Regular';
  src: url("https://shop.fairphone.com/skin/frontend/fairphone_rwd/default/fonts/31312A_2_0.eot");
  src: url("https://shop.fairphone.com/skin/frontend/fairphone_rwd/default/fonts/31312A_2_0.eot?#iefix") format("embedded-opentype"), url("https://shop.fairphone.com/skin/frontend/fairphone_rwd/default/fonts/31312A_2_0.woff2") format("woff2"), url("https://shop.fairphone.com/skin/frontend/fairphone_rwd/default/fonts/31312A_2_0.woff") format("woff"), url("https://shop.fairphone.com/skin/frontend/fairphone_rwd/default/fonts/31312A_2_0.ttf") format("truetype");
}
@font-face {
  font-family: "icons";
  src: url("https://shop.fairphone.com/skin/frontend/fairphone_rwd/default/fonts/icons.eot?6cdae007fa389618d6591c3b56f1be3e");
  src: url("https://shop.fairphone.com/skin/frontend/fairphone_rwd/default/fonts/icons.eot?#iefix") format("embedded-opentype"), url("https://shop.fairphone.com/skin/frontend/fairphone_rwd/default/fonts/icons.woff?6cdae007fa389618d6591c3b56f1be3e") format("woff"), url("https://shop.fairphone.com/skin/frontend/fairphone_rwd/default/fonts/icons.ttf?6cdae007fa389618d6591c3b56f1be3e") format("truetype");
  font-weight: normal;
  font-style: normal;
}
/* ============================================ *
 * Base Styles
 * ============================================ */
* {
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
}

@-ms-viewport {
  width: device-width;
}
@-o-viewport {
  width: device-width;
}
@viewport {
  width: device-width;
}
a, button {
  -ms-touch-action: manipulation;
  touch-action: manipulation;
}

body,
button,
input,
select,
textarea {
  font-family: "Radikal-Light", "Open Sans", sans-serif;
  color: #3C3C3C;
  font-size: 16px;
  line-height: 1.5;
}
body:focus,
button:focus,
input:focus,
select:focus,
textarea:focus {
  outline: none;
}

a {
  color: #2CA7DF;
  text-decoration: none;
  font-family: "Radikal-Regular", "Open Sans", sans-serif;
}

a:hover {
  color: #3C3C3C;
}

ol,
ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

.select-wrapper {
  width: 100%;
  text-align: left;
}
.select-wrapper > span {
  white-space: nowrap;
  background: #FFFFFF;
  padding: 10px;
  font-weight: normal;
  border-radius: 3px;
  border: 1px solid #878786;
  min-height: 46px;
}
.select-wrapper > span:before {
  position: absolute;
  right: 10px;
  top: 50%;
  margin-top: -3px;
  content: "";
  display: block;
  border: solid transparent;
  border-width: 0 3px 4px 3px;
  border-bottom-color: #000;
}
.select-wrapper > span:after {
  position: absolute;
  right: 10px;
  top: 50%;
  margin-top: 3px;
  content: "";
  display: block;
  border: solid transparent;
  border-width: 4px 3px 0 3px;
  border-top-color: #000;
}
.select-wrapper > span span {
  overflow: hidden;
  display: block;
}
.select-wrapper select {
  height: 46px;
  margin: 0 !important;
  width: 100%;
  -webkit-appearance: menulist-button;
}
.select-wrapper select:focus {
  outline: none;
  background-color: #FFFFFF;
  color: #3C3C3C;
}

/* ============================================ *
 * Custom Tools
 * ============================================ */
.small-link {
  font-size: 14px;
}

.normal-label {
  font-size: 16px;
}

/* ============================================ *
 * Typography
 * ============================================ */
h1, .h1 {
  margin: 0;
  margin-bottom: 0.7em;
  color: #3C3C3C;
  font-family: "Radikal-Medium", "Open Sans", sans-serif;
  font-size: 48px;
  font-style: normal;
  line-height: 1.2;
  text-rendering: optimizeLegibility;
}

h2, .customer-account .account-header .page-title, .h2 {
  margin: 0;
  margin-bottom: 0.5em;
  color: #3C3C3C;
  font-family: "Radikal-Medium", "Open Sans", sans-serif;
  font-size: 32px;
  font-style: normal;
  line-height: 1.2;
  text-rendering: optimizeLegibility;
}

h3, .h3, .customer-account .my-account .page-title h1 {
  margin: 0;
  margin-bottom: 10px;
  color: #3C3C3C;
  font-family: "Radikal-Medium", "Open Sans", sans-serif;
  font-size: 24px;
  font-style: normal;
  line-height: 1.4;
  text-rendering: optimizeSpeed;
}

h4, .h4 {
  margin: 0;
  margin-bottom: 10px;
  color: #3C3C3C;
  font-family: "Radikal-Medium", "Open Sans", sans-serif;
  font-size: 20px;
  font-style: normal;
  line-height: 1.4;
  text-rendering: optimizeSpeed;
}

h5, .h5 {
  margin: 0;
  margin-bottom: 10px;
  color: #3C3C3C;
  font-family: "Radikal-Medium", "Open Sans", sans-serif;
  font-size: 18px;
  font-style: normal;
  line-height: 1.4;
  text-rendering: optimizeSpeed;
}

h6, .h6 {
  margin: 0;
  margin-bottom: 5px;
  color: #3C3C3C;
  font-family: "Radikal-Medium", "Open Sans", sans-serif;
  font-size: 16px;
  font-style: normal;
  line-height: 1.4;
  text-rendering: optimizeSpeed;
}

/* ============================================ *
 * Shared Classes
 * ============================================ */
.availability {
  margin-bottom: 0;
  font-size: 14px;
}

.availability .label {
  display: none;
}

.availability.in-stock {
  color: #FFFFFF;
}

.availability.available-soon,
.availability.out-of-stock {
  color: #f04235;
}

.availability-only {
  color: #f04235;
  margin-bottom: 10px;
}

/* -------------------------------------------- *
 * Page Titles
 */
.page-title h1,
.page-title h2,
.page-title .customer-account .account-header .page-title,
.customer-account .account-header .page-title .page-title,
.product-name h1,
.product-name .h1 {
  margin: 0;
  margin-bottom: 0.7em;
  color: #3C3C3C;
  font-family: "Radikal-Medium", "Open Sans", sans-serif;
  font-size: 48px;
  font-style: normal;
  line-height: 1.2;
  text-rendering: optimizeLegibility;
}

/* -------------------------------------------- *
 * Block Module
 */
.block,
.col-left-first {
  /*margin-bottom: 1.5em;*/
}

.col-left-first .block:last-of-type {
  margin-bottom: 0;
}

.block .block-title {
  position: relative;
}
.block .block-title h2, .block .block-title .customer-account .account-header .page-title, .customer-account .account-header .block .block-title .page-title,
.block .block-title h3,
.block .block-title strong {
  margin: 0;
  margin-bottom: 10px;
  color: #3C3C3C;
  font-family: "Radikal-Medium", "Open Sans", sans-serif;
  font-size: 20px;
  font-style: normal;
  line-height: 1.4;
  text-rendering: optimizeSpeed;
  color: #3C3C3C;
  margin-bottom: 0;
}
.block .block-title small {
  font-size: 100%;
  font-weight: normal;
  color: #A0A0A0;
}
.block .block-subtitle {
  font-weight: bold;
  margin-bottom: 7px;
}
.block .block-content.unpad {
  padding: 0;
}
.block .block-content li.item {
  margin: 0 0 10px 9px;
}
.block .block-content li.item:last-child {
  margin-bottom: 0;
}
.block .actions {
  margin: 10px 0 0;
}
.block .actions:after {
  content: '';
  display: table;
  clear: both;
}
.block .actions a {
  float: left;
}
.block .actions .button {
  float: right;
}

.col-left .block .actions .button ~ a,
.col-right .block .actions .button ~ a {
  line-height: 33px;
  margin-right: 5px;
}

/* -------------------------------------------- *
 * Secondary Navigation
 */
.block-account,
.block-cms-menu {
  padding: 20px;
}
.block-account .block-title,
.block-cms-menu .block-title {
  padding: 0;
  border: 0;
}
.block-account ul li,
.block-cms-menu ul li {
  margin-bottom: 25px;
  display: block;
}
.block-account ul li a,
.block-cms-menu ul li a {
  color: #2CA7DF;
  font-family: "Radikal-Medium", "Open Sans", sans-serif;
  font-size: 18px;
}
@media only screen and (max-width: 769px) {
  .block-account ul li a,
  .block-cms-menu ul li a {
    font-size: 16px;
    color: #3C3C3C;
    border-bottom: 1px solid #c6c6c5;
    padding: 16px 40px;
    width: 100%;
    display: block;
    position: relative;
  }
  .block-account ul li a:after,
  .block-cms-menu ul li a:after {
    content: "";
    color: #3C3C3C;
    font-size: 12px;
    font-family: "icons";
    display: inline-block;
    vertical-align: middle;
    line-height: 12px;
    font-weight: normal;
    font-style: normal;
    speak: none;
    text-transform: none;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    letter-spacing: 0;
  }
  .block-account ul li a:after,
  .block-cms-menu ul li a:after {
    position: absolute;
    top: 22px;
    right: 25px;
  }
}
@media only screen and (max-width: 479px) {
  .block-account ul li a,
  .block-cms-menu ul li a {
    padding: 16px 20px;
  }
}
.block-account ul li.current a,
.block-cms-menu ul li.current a {
  color: #3C3C3C;
}
.block-account ul li.last,
.block-cms-menu ul li.last {
  margin-bottom: 0;
}
@media only screen and (max-width: 769px) {
  .block-account ul li,
  .block-cms-menu ul li {
    margin-bottom: 0;
  }
}
.block-account ul:after,
.block-cms-menu ul:after {
  content: '';
  display: table;
  clear: both;
}
@media only screen and (max-width: 769px) {
  .block-account,
  .block-cms-menu {
    padding: 0;
  }
}

/* ============================================ *
 * Buttons
 * ============================================ */
/* Primary Button */
.button {
  background: #2CA7DF;
  color: #FFFFFF;
  border: 0;
  text-align: center;
  vertical-align: middle;
  white-space: nowrap;
  border-radius: 3px;
  padding: 0 56px;
  height: 50px;
  font-size: 18px;
  font-family: "Radikal-Regular", "Open Sans", sans-serif;
  display: table;
}
.button > span {
  width: 100%;
  height: 100%;
  display: table-cell;
  vertical-align: middle;
  margin: 0 auto;
}
.button:hover {
  background: #1B82BF;
  cursor: pointer;
}
.button:active, .button.active {
  background: #878786;
}
.button:focus {
  background-color: #3C3C3C;
}
.button.small {
  height: 44px;
  padding: 0 20px;
}

a.button {
  text-decoration: none;
}
a.button:hover {
  color: #FFFFFF;
}

/* Secondary Button */
.button.button-secondary {
  background: #31b579;
}
.button.button-secondary:hover {
  background: #008860;
  cursor: pointer;
}
.button.button-secondary:active, .button.button-secondary.active {
  background: #878786;
}
.button.button-secondary:focus {
  background: #3C3C3C;
}

/* Tertiary Button */
.button.button-tertiary {
  background: #f8f7f7;
  border: 3px solid #2CA7DF;
  color: #2CA7DF;
}
.button.button-tertiary:hover {
  background: #2CA7DF;
  cursor: pointer;
  color: #FFFFFF;
}
.button.button-tertiary:active, .button.button-tertiary.active {
  background: #878786;
  color: #FFFFFF;
  border-color: #878786;
}
.button.button-tertiary:focus {
  background: #3C3C3C;
  color: #FFFFFF;
  border-color: #3C3C3C;
}

/* Quaternary Button */
.button.button-quaternary {
  background: #3C3C3C;
}
.button.button-quaternary:hover {
  background: #31b579;
  cursor: pointer;
}
.button.button-quaternary:active {
  background: #878786;
}
.button.button-quaternary:focus {
  background: #000000;
}

.sidebar .actions button.button {
  white-space: normal;
}

/* Disabled - class for anchor, state for form elements */
.button.disabled,
.button:disabled,
.button.disabled:hover,
.button:disabled:hover {
  color: #878786;
  background: #c6c6c5;
  cursor: not-allowed;
}

/* Adjacent buttons */
.button + .button {
  margin-left: 5px;
}

.button2 {
  border: 0;
  padding: 0 5px;
  margin: 0;
  background: transparent;
  cursor: pointer;
  vertical-align: middle;
}
.button2 span,
.button2 span span {
  line-height: 30px;
  height: 30px;
  text-decoration: underline;
  display: inline-block;
  color: #3C3C3C;
}
.button2 span:hover,
.button2 span span:hover {
  text-decoration: none;
  color: #161616;
}

@media only screen and (max-width: 769px) {
  .col2-set .buttons-set .button,
  .col2-set .buttons-set .button2 {
    float: none;
    width: 100%;
    margin-left: 0;
    margin-right: 0;
    margin-bottom: 7px;
  }
  .col2-set .buttons-set .back-link {
    display: none;
  }
  .col2-set .buttons-set .required {
    display: none;
  }
}
/* -------------------------------------------- *
 * Button Sets
 */
.buttons-set {
  clear: both;
  text-align: right;
}
.buttons-set p.required {
  margin: 0;
  margin-left: 10px;
  line-height: 33px;
  float: right;
}
.buttons-set .back-link {
  float: left;
  margin: 0;
  line-height: 50px;
}
.buttons-set .back-link a:before {
  content: "";
  color: #2CA7DF;
  font-size: 9px;
  font-family: "icons";
  display: inline-block;
  vertical-align: middle;
  line-height: 9px;
  font-weight: normal;
  font-style: normal;
  speak: none;
  text-transform: none;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  letter-spacing: 0;
}
.buttons-set .back-link a:before {
  margin-right: 5px;
  font-weight: 600;
}
.buttons-set .back-link small {
  display: none;
}
.buttons-set a:not(.button) {
  line-height: 50px;
  display: inline-block;
}
.buttons-set button.button {
  float: right;
  margin-left: 5px;
}
.buttons-set:after {
  content: '';
  display: table;
  clear: both;
}

/* -------------------------------------------- *
 * Icons
 */
.icon-sprite, .block-progress dl dt:after, #share_order .socialmedia_links a.facebook, #share_order .socialmedia_links a.youtube, #share_order .socialmedia_links a.twitter, #share_order .socialmedia_links a.google, #share_order .socialmedia_links a.pinterest {
  background-image: url(https://shop.fairphone.com/skin/frontend/fairphone_rwd/default/images/icon_sprite.png);
  background-repeat: no-repeat;
  text-indent: -9999px;
}

@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) {
  .icon-sprite, .block-progress dl dt:after, #share_order .socialmedia_links a.facebook, #share_order .socialmedia_links a.youtube, #share_order .socialmedia_links a.twitter, #share_order .socialmedia_links a.google, #share_order .socialmedia_links a.pinterest {
    background-image: url(https://shop.fairphone.com/skin/frontend/fairphone_rwd/default/images/icon_sprite@2x.png);
    background-size: 100px 1000px;
  }
}
/* -------------------------------------------- *
 * Breadcrumbs
 */
.breadcrumbs {
  max-width: 1200px;
  margin: 0 auto;
}
.breadcrumbs ul {
  position: relative;
  left: 0;
}
.breadcrumbs li {
  display: inline;
  font-size: 14px;
}
.breadcrumbs li > span {
  content: "";
  display: inline-block;
  width: 0;
  height: 0;
  border-top: 4px solid transparent;
  border-bottom: 4px solid transparent;
  border-right: 7px solid #2CA7DF;
  margin-right: 5px;
}
.breadcrumbs li.home, .breadcrumbs li.product {
  display: none;
}
.breadcrumbs li:hover > span {
  border-right: 7px solid #3C3C3C;
}
.breadcrumbs strong {
  color: #3C3C3C;
  font-weight: normal;
}
.breadcrumbs span {
  display: inline-block;
  font-size: 16px;
  font-family: "Radikal-Medium", "Open Sans", sans-serif;
}
@media only screen and (max-width: 769px) {
  .breadcrumbs {
    padding: 0 20px;
  }
}

@media only screen and (min-width: 1200px) {
  .breadcrumbs {
    max-width: 1200px;
  }
}
/* -------------------------------------------- *
 * Button - Remove / Previous
 */
.btn-previous {
  display: inline-block;
  width: 20px;
  height: 20px;
  border: 1px solid #878786;
  text-align: center;
  /* Hide text */
  font: 0/0 a;
  text-shadow: none;
  color: transparent;
  position: relative;
}
.btn-previous:hover {
  background-color: #3C3C3C;
  border-color: #3C3C3C;
}

.btn-remove {
  background: none !important;
  font-size: 0;
  padding: 0 !important;
}
.btn-remove:after {
  content: "";
  color: #3C3C3C;
  font-size: 16px;
  font-family: "icons";
  display: inline-block;
  vertical-align: middle;
  line-height: 16px;
  font-weight: normal;
  font-style: normal;
  speak: none;
  text-transform: none;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  letter-spacing: 0;
}
.btn-remove:after {
  float: right;
  margin-top: 15px;
}
.btn-remove:hover:after {
  content: "";
  color: #878786;
  font-size: 16px;
  font-family: "icons";
  display: inline-block;
  vertical-align: middle;
  line-height: 16px;
  font-weight: normal;
  font-style: normal;
  speak: none;
  text-transform: none;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  letter-spacing: 0;
}

.btn-remove2,
.btn-edit {
  text-indent: 0;
  font-size: 16px;
  display: block;
  margin-top: 15px;
  text-transform: lowercase;
  text-align: left;
  font-family: "Radikal-Medium", "Open Sans", sans-serif;
}
.btn-remove2:after, .btn-remove2:hover:after,
.btn-edit:after,
.btn-edit:hover:after {
  display: none;
}

.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 #3C3C3C;
  border-left: none;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-left: -2px;
  margin-top: -4px;
}
.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;
}

/* -------------------------------------------- *
 * Checkout Agreements
 */
.checkout-agreements li {
  margin-bottom: 20px;
}
.checkout-agreements .agreement-content {
  overflow-y: auto;
  max-height: 125px;
  margin-bottom: 1.5em;
  padding: 10px;
  border: 1px solid #878786;
  background: #3C3C3C;
}

/* -------------------------------------------- *
 * CVV Security Code
 */
.cvv-what-is-this {
  margin-left: 10px;
  font-size: 14px;
  line-height: 24px;
}

/* -------------------------------------------- *
 * Container
 */
.main-container {
  background: #f3f3f4;
}

.main-container,
.footer-container {
  width: 100%;
}

.header,
.sticky-header,
.category-top .header-content,
.main,
.footer,
.usps-wrapper,
.newsletter-wrapper,
.repair_it_yourself,
.technical-specs {
  position: relative;
  margin: 0 auto;
  padding: 20px;
}
.header:after,
.sticky-header:after,
.category-top .header-content:after,
.main:after,
.footer:after,
.usps-wrapper:after,
.newsletter-wrapper:after,
.repair_it_yourself:after,
.technical-specs:after {
  content: '';
  display: table;
  clear: both;
}

@media only screen and (min-width: 770px) {
  .main,
  .category-top .header-content,
  .footer,
  .usps-wrapper,
  .newsletter-wrapper,
  .repair_it_yourself,
  .technical-specs {
    padding: 20px;
  }
}
@media only screen and (max-width: 1199px) {
  .header,
  .sticky-header,
  .category-top .header-content,
  .main,
  .footer,
  .usps-wrapper,
  .newsletter-wrapper,
  .repair_it_yourself {
    max-width: 100%;
  }
}
@media only screen and (min-width: 1200px) {
  .header,
  .sticky-header,
  .category-top .header-content,
  .main,
  .footer,
  .usps-wrapper,
  .newsletter-wrapper,
  .repair_it_yourself {
    max-width: 1200px;
  }
}
/* -------------------------------------------- *
 * Column Layouts
 */
.main:after,
.col-wrapper:after {
  content: '';
  display: table;
  clear: both;
}

.col-left,
.col-right,
.col-main {
  padding: 0 20px;
}

.col-left {
  float: left;
  width: 25%;
  padding-left: 0;
  clear: left;
}
.col-left img {
  max-width: 100%;
}

.col-right {
  float: right;
  width: 25%;
  padding-right: 0;
}
.col-right img {
  max-width: 100%;
}

.col-main {
  float: left;
  width: 75%;
}

.col1-layout .col-main {
  float: none;
  width: auto;
  padding: 0;
}

.col2-left-layout .col-main {
  float: right;
  padding-right: 0;
}

.col2-right-layout .col-main {
  padding-left: 0;
}

.col3-layout .col-right {
  width: 20.83333%;
}
.col3-layout .col-wrapper {
  float: left;
  width: 79.16667%;
}
.col3-layout .col-wrapper .col-main {
  float: right;
  width: 73.68421%;
}
.col3-layout .col-wrapper .col-left {
  width: 26.31579%;
}

@media only screen and (max-width: 769px) {
  .col-left,
  .col-right,
  .col1-layout .col-left,
  .col1-layout .col-right,
  .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;
  }

  .col3-layout .col-wrapper {
    float: none;
    width: auto;
  }

  .col-main {
    float: none;
    width: auto;
  }

  .col-main .col-left {
    padding: 0;
    /* On product listing pages, the left column gets moved inside col-main on small viewports */
  }
}
/* Content Columns */
.col1-set {
  width: 100%;
}
.col1-set .col-1 {
  width: 100%;
}

.col2-set {
  width: 100%;
}
.col2-set .col-1,
.col2-set .col-2 {
  width: 50%;
  padding: 20px;
}
@media only screen and (max-width: 769px) {
  .col2-set .col-1,
  .col2-set .col-2 {
    padding: 10px;
  }
}
.col2-set .col-1 {
  float: left;
  padding-left: 0;
}
.col2-set .col-2 {
  float: right;
  padding-right: 0;
}
@media only screen and (max-width: 479px) {
  .col2-set .col-1,
  .col2-set .col-2 {
    float: none;
    width: auto;
    border: 0;
    padding-right: 0;
    padding-left: 0;
  }
}
.col2-set .narrow {
  width: 33%;
}
.col2-set .wide {
  width: 65%;
}
.col2-set:after {
  content: '';
  display: table;
  clear: both;
}

.col3-set {
  width: 100%;
}
.col3-set .col-1,
.col3-set .col-2,
.col3-set .col-3 {
  width: 33%;
  float: left;
  padding-right: 0;
}

.col4-set {
  width: 100%;
}
.col4-set .col-1,
.col4-set .col-2,
.col4-set .col-3,
.col4-set .col-4 {
  width: 25%;
  float: left;
  padding-right: 0;
}
.col4-set:after {
  content: '';
  display: table;
  clear: both;
}

.col5-set {
  width: 100%;
}
.col5-set .col-1,
.col5-set .col-2,
.col5-set .col-3,
.col5-set .col-4,
.col5-set .col-5 {
  width: 20%;
  float: right;
  padding-right: 0;
}

.col6-set {
  width: 100%;
}
.col6-set .col-1,
.col6-set .col-2,
.col6-set .col-3,
.col6-set .col-4,
.col6-set .col-5,
.col6-set .col-6 {
  width: 16.6%;
  float: right;
  padding-right: 0;
}

.col7-set {
  width: 100%;
}
.col7-set .col-1,
.col7-set .col-2,
.col7-set .col-3,
.col7-set .col-4,
.col7-set .col-5,
.col7-set .col-6,
.col7-set .col-7 {
  width: 14.2%;
  float: right;
  padding-right: 0;
}

/* -------------------------------------------- *
 * Top Container
 */
.top-container {
  padding: 10px;
  margin: 0 auto;
}

@media only screen and (min-width: 770px) {
  .top-container {
    padding: 10px 20px;
  }
}
@media only screen and (min-width: 770px) {
  .top-container {
    max-width: 770px;
  }
}
@media only screen and (min-width: 980px) {
  .top-container {
    max-width: 980px;
  }
}
@media only screen and (min-width: 1200px) {
  .top-container {
    max-width: 1200px;
  }
}
/* -------------------------------------------- *
 * Global Site Notice
 */
.global-site-notice {
  background: #676157;
  color: #FFFFFF;
  font-size: 11px;
}
.global-site-notice .notice-inner {
  padding-left: 120px;
  width: 100%;
  max-width: 1160px;
  margin-left: auto;
  margin-right: auto;
  line-height: 11px;
  min-height: 40px;
  padding-top: 14.5px;
  padding-bottom: 14.5px;
}
.global-site-notice p {
  margin-bottom: 0;
}

/* -------------------------------------------- *
 * Promotional Message Banner
 */
.promo-msg {
  color: #3C3C3C;
  text-align: center;
  margin: 10px;
}

/* -------------------------------------------- *
 * Grid
 */
.grid:after {
  content: '';
  display: table;
  clear: both;
}

/* -------------------------------------------- *
 * Messages
 */
.success-msg {
  color: #FFFFFF;
}

.error {
  color: #f04235;
}

.notice {
  color: #f8a51e;
}

/* -------------------------------------------- *
 * Messages
 */
.messages {
  margin-bottom: 10px;
  color: #FFFFFF;
  font-size: 14px;
}
.messages li ul li {
  position: relative;
  margin-bottom: 5px;
  padding: 7px 10px;
}
.messages li.error-msg {
  background-color: #f04235;
}
.messages li.notice-msg {
  background-color: #f8a51e;
}
.messages li.success-msg {
  background-color: #30B579;
}

/* -------------------------------------------- *
 * Page Popup
 */
.page-popup {
  padding: 20px;
  background: #FFFFFF;
  height: auto;
}

/* -------------------------------------------- *
 * Payment Methods
 */
.payment-methods {
  margin-bottom: 1.5em;
}
.payment-methods dt {
  padding: 5px 0;
}
.payment-methods dd {
  padding-top: 10px;
}
.payment-methods .form-list {
  position: relative;
  display: inline-block;
  max-width: 100%;
  margin: 5px 15px 15px;
  padding: 15px;
  border: 1px solid #878786;
  background: #3C3C3C;
}
.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 #878786;
  border-top: none;
  top: -11px;
  left: 30px;
}
.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 #3C3C3C;
  border-top: none;
  top: -10px;
  left: 30px;
}
.payment-methods .form-list li:last-child {
  margin-bottom: 0;
}

/* -------------------------------------------- *
 * Please Wait (Loading Indicator)
 */
.please-wait {
  display: inline-block;
  margin-left: 10px;
  margin-top: 5px;
  line-height: 24px;
  height: 24px;
  white-space: nowrap;
  /* Prevent the linebreak in the HTML from causing layout issues */
}
.please-wait img {
  display: inline-block;
  vertical-align: middle;
  margin-right: 5px;
  width: 24px;
}

/* -------------------------------------------- *
 * Price Box - Standard
 */
.price-box {
  margin: 0;
}
.price-box p {
  margin-bottom: 0;
}
.price-box .price {
  color: #2CA7DF;
  font-size: 18px;
}
.price-box .price-label {
  color: #A0A0A0;
  white-space: nowrap;
}
.price-box .minimal-price-link {
  padding-left: 1em;
  color: #3C3C3C;
  display: block;
  /* We want this to show on its own line, otherwise the layout looks funky */
}
.price-box .minimal-price-link .label {
  color: #A0A0A0;
}

/* -------------------------------------------- *
 * Price Box - Special
 */
.price-box .old-price,
.price-box .special-price {
  display: inline-block;
}
.price-box .old-price .price-label,
.price-box .special-price .price-label {
  display: none;
}
.price-box .old-price .price,
.price-box .special-price .price {
  display: inline-block;
}
.price-box .old-price .price {
  text-decoration: line-through;
}
.price-box .special-price {
  padding-left: 1em;
}

/* -------------------------------------------- *
 * Price Box - Taxes
 */
.price-box .price-excluding-tax,
.price-box .price-including-tax {
  display: block;
}

span.weee {
  display: block;
}

/* -------------------------------------------- *
 * Tier Prices
 */
.product-pricing,
.tier-prices,
.tier-prices-grouped {
  display: inline-block;
}
.product-pricing li,
.tier-prices li,
.tier-prices-grouped li {
  font-size: 14px;
}
.product-pricing .benefit,
.tier-prices .benefit,
.tier-prices-grouped .benefit {
  font-style: italic;
}
.product-pricing .price,
.tier-prices .price,
.tier-prices-grouped .price {
  font-weight: bold;
}

/* ============================================ *
 * Item Options
 * ============================================ */
.item-options:after {
  content: '';
  display: table;
  clear: both;
}
.item-options dt {
  float: left;
  clear: left;
  padding-right: 5px;
}
.item-options dt:after {
  content: ': ';
}
.item-options dd {
  float: left;
  padding-left: 10px;
  margin: 0 0 6px;
}

.truncated,
.truncated a.dots {
  cursor: help;
}

.truncated a.details {
  cursor: help;
  height: 16px;
  line-height: 16px;
}
.truncated a.details:hover {
  text-decoration: none;
}
.truncated .truncated_full_value {
  position: relative;
  z-index: 300;
}
.truncated .truncated_full_value .item-options {
  display: none;
  position: absolute;
  z-index: 300;
  width: 200px;
  padding: 8px;
  border: 1px solid #3C3C3C;
  background-color: #F6F6F6;
  top: 21px;
  left: -100px;
}
.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 #3C3C3C;
  border-top: none;
  left: 97px;
  top: -7px;
}
.truncated .truncated_full_value .item-options > p {
  font-weight: bold;
  margin-bottom: 8px;
}
.truncated .show .item-options {
  display: block;
}

@media only screen and (max-width: 479px) {
  .truncated {
    cursor: inherit;
  }
  .truncated a.details {
    display: none;
  }
  .truncated .truncated_full_value .item-options {
    display: block;
    position: static;
    z-index: 1;
    width: 100%;
    border: none;
    background-color: transparent;
  }
  .truncated .truncated_full_value .item-options p {
    float: none;
  }
  .truncated .truncated_full_value .item-options:after {
    display: none;
  }
}
/* -------------------------------------------- *
 * Printer Friendly Page
 */
.page-print {
  width: 6.5in;
  margin: 20px;
  background: #FFFFFF;
}

/* -------------------------------------------- *
 * Add to links
 */
.add-to-links {
  margin: 7px 0;
}
.add-to-links a {
  display: inline-block;
}

.add-to-links .separator {
  display: none;
}

/* -------------------------------------------- *
 * Product Image
 */
.product-image {
  position: relative;
  display: block;
}

/* -------------------------------------------- *
 * Ratings
 */
.rating-box {
  width: 100px;
  overflow: hidden;
  background: #3C3C3C;
}
.rating-box .rating {
  float: left;
  height: 20px;
  overflow: hidden;
  line-height: 100px;
  background: #1e1e1e;
}

.ratings .rating-box,
.ratings .rating-links {
  margin: 0 auto;
}
.ratings .amount {
  display: inline;
}
.ratings .rating-links .separator {
  margin: 0 3px;
}

/* -------------------------------------------- *
 * Standard Formatted Text Block
 */
.std p {
  margin: 0 0 1.5em;
}
.std ol {
  list-style: decimal outside;
  margin-bottom: 1.5em;
}
.std ol li {
  margin-left: 2em;
}
.std ul {
  list-style: disc outside;
  margin-bottom: 1.5em;
}
.std ul li {
  margin-left: 2em;
}
.std .note {
  color: #A0A0A0;
  font-size: 14px;
}
.std > *:last-child {
  margin-bottom: 0;
}

/* -------------------------------------------- *
 * Tabs
 */
.tabs {
  margin-bottom: 10px;
  background: #FFFFFF;
}

/* -------------------------------------------- *
 * Toolbar
 */
.toolbar:after {
  content: '';
  display: table;
  clear: both;
}

.pager-no-toolbar {
  margin-bottom: 10px;
}

.pager-no-toolbar ~ .pager-no-toolbar {
  margin-top: 10px;
}

.toolbar label,
.pager-no-toolbar label {
  font-weight: normal;
}

.sorter {
  float: left;
  margin-bottom: 5px;
  line-height: 30px;
}
.sorter label {
  display: inline-block;
  margin-right: 5px;
}
.sorter label:after {
  content: ':';
}
.sorter > .sort-by {
  float: left;
  height: 30px;
}
.sorter > .sort-by .sort-by-switcher {
  width: 30px;
  height: 30px;
  display: inline-block;
  overflow: hidden;
  vertical-align: middle;
  line-height: 1000px;
  background: #333;
}
.sorter > .sort-by .sort-by-switcher--asc:hover {
  background: #000;
}
.sorter > .sort-by .sort-by-switcher--desc:hover {
  background: #000;
}
.sorter > .view-mode {
  float: right;
}
.sorter > .view-mode .grid,
.sorter > .view-mode .list {
  display: inline-block;
  width: 30px;
  height: 30px;
  overflow: hidden;
  vertical-align: middle;
  line-height: 1000px;
  background: #333;
}
.sorter > .view-mode strong.grid,
.sorter > .view-mode a.grid:hover {
  background: #000;
}
.sorter > .view-mode strong.list,
.sorter > .view-mode a.list:hover {
  background: #000;
}

.pager {
  float: right;
  overflow: hidden;
}
.pager > .count-container {
  float: left;
}
.pager .amount {
  float: left;
  white-space: nowrap;
  margin: 0 15px 0 0;
}
.pager .amount strong {
  font-weight: normal;
  font-size: 14px;
}
.pager .limiter {
  max-width: 100px;
  float: left;
}
.pager .limiter > label {
  padding-right: 5px;
}
.pager .limiter > label:after {
  content: ':';
}

.pages {
  float: right;
  overflow: hidden;
  margin-left: 15px;
}
.pages strong {
  display: none;
}
.pages li {
  float: left;
}
.pages a,
.pages .current {
  display: inline-block;
  border: 0;
  text-align: center;
  vertical-align: middle;
  white-space: nowrap;
  padding: 0;
}
.pages .current,
.pages .current:hover {
  background-color: #FFFFFF;
  cursor: default;
}

@media only screen and (max-width: 479px) {
  .pager .amount--has-pages {
    display: none;
  }

  .pages {
    float: left;
  }

  .limiter label {
    display: none;
  }
}
@media only screen and (max-width: 769px) {
  .col1-layout .sorter,
  .col1-layout .pager {
    width: 100%;
  }
  .col1-layout .pager {
    float: left;
    clear: both;
  }
  .col1-layout .pager .pages {
    float: left;
    margin-left: 0;
  }
}
@media only screen and (max-width: 979px) {
  .col2-left-layout .sorter,
  .col2-left-layout .pager,
  .col2-right-layout .sorter,
  .col2-right-layout .pager,
  .col3-layout .sorter,
  .col3-layout .pager {
    width: 100%;
  }
  .col2-left-layout .pager,
  .col2-right-layout .pager,
  .col3-layout .pager {
    float: left;
    clear: both;
  }
  .col2-left-layout .pager .pages,
  .col2-right-layout .pager .pages,
  .col3-layout .pager .pages {
    float: left;
    margin-left: 0;
  }
}
/* ============================================ *
 * Tax - Full Tax Summary
 * ============================================ */
#checkout-review-table .summary-collapse,
#shopping-cart-totals-table .summary-collapse,
body.customer-account .data-table .summary-collapse {
  position: relative;
  cursor: pointer;
}
#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 #2CA7DF;
  border-bottom: none;
  position: static;
  display: inline-block;
  margin-right: 5px;
}
#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 #161616;
  border-bottom: none;
  position: static;
  display: inline-block;
  margin-right: 5px;
}
#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 #2CA7DF;
  border-top: none;
  position: static;
  display: inline-block;
  margin-right: 5px;
}
#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 #161616;
  border-top: none;
  position: static;
  display: inline-block;
  margin-right: 5px;
}

#shopping-cart-totals-table tfoot td .summary-collapse:before, #shopping-cart-totals-table tfoot td .summary-collapse:hover:before {
  margin-bottom: 5px;
}

/* ============================================ *
 * Magento Helpers
 * ============================================ */
.a-center {
  text-align: center;
}

.a-right,
.align-right {
  text-align: right;
}

.a-left,
.align-left {
  text-align: left;
}

.no-display {
  display: none !important;
}

.nobr,
.nowrap {
  white-space: nowrap;
}

.width-full {
  width: 100%;
}

.right {
  float: right;
}

.left {
  float: left;
}

/* ============================================ *
 * Custom Helpers
 * ============================================ */
.hidden {
  display: none;
}

.no-padding {
  padding: 0;
}

.centered-button {
  display: inline-block;
  clear: both;
  margin: 0 auto;
}

.max-width {
  max-width: 1160px;
  margin: 0 auto;
}

/* ============================================ *
 * Print Styles
 * ============================================ */
.page-print .print-head {
  margin: 0 0 15px;
}

.page-print .print-head .logo {
  float: none;
  max-height: 50px;
  width: auto;
}

/* ============================================ *
 * Font color classes
 * ============================================ */
.green, .green div {
  color: #30B579;
}

.blue, .blue div {
  color: #2CA7DF;
}

.white, .white div {
  color: #FFFFFF;
}

.black, .black div {
  color: #000000;
}

.red, .red div {
  color: #EF4235;
}

.yellow, .yellow div {
  color: #F8A41E;
}

/* ============================================ *
 * Background color classes
 * ============================================ */
.green-bg {
  background: #30B579;
}

.blue-bg {
  background: #1775f1;
}

.white-bg {
  background: #FFFFFF;
}

.red-bg {
  background: #ff4245;
}

.yellow-bg {
  background: #f7df01;
}

.gray-bg {
  background: #ececec;
}

.gray-dark-bg {
  background: #8f8f8f;
}

/* ============================================ *
 * Social icons
 * ============================================ */
ul.social li {
  position: relative;
}
ul.social li.blog:before {
  content: "";
  color: #fff;
  font-size: 12px;
  font-family: "icons";
  display: inline-block;
  vertical-align: middle;
  line-height: 12px;
  font-weight: normal;
  font-style: normal;
  speak: none;
  text-transform: none;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  letter-spacing: 0;
}
ul.social li.facebook:before {
  content: "";
  color: #fff;
  font-size: 12px;
  font-family: "icons";
  display: inline-block;
  vertical-align: middle;
  line-height: 12px;
  font-weight: normal;
  font-style: normal;
  speak: none;
  text-transform: none;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  letter-spacing: 0;
}
ul.social li.youtube:before {
  content: "";
  color: #fff;
  font-size: 12px;
  font-family: "icons";
  display: inline-block;
  vertical-align: middle;
  line-height: 12px;
  font-weight: normal;
  font-style: normal;
  speak: none;
  text-transform: none;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  letter-spacing: 0;
}
ul.social li.twitter:before {
  content: "";
  color: #fff;
  font-size: 12px;
  font-family: "icons";
  display: inline-block;
  vertical-align: middle;
  line-height: 12px;
  font-weight: normal;
  font-style: normal;
  speak: none;
  text-transform: none;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  letter-spacing: 0;
}
ul.social li.flickr:before {
  content: "";
  color: #fff;
  font-size: 12px;
  font-family: "icons";
  display: inline-block;
  vertical-align: middle;
  line-height: 12px;
  font-weight: normal;
  font-style: normal;
  speak: none;
  text-transform: none;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  letter-spacing: 0;
}
ul.social li.instagram:before {
  content: "";
  color: #fff;
  font-size: 12px;
  font-family: "icons";
  display: inline-block;
  vertical-align: middle;
  line-height: 12px;
  font-weight: normal;
  font-style: normal;
  speak: none;
  text-transform: none;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  letter-spacing: 0;
}
ul.social li:before {
  margin-right: 10px;
  width: 12px;
}

#window-overlay {
  background-color: rgba(0, 0, 0, 0.6);
  left: 0;
  position: fixed;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 99999;
  display: none;
}
#window-overlay.active {
  display: block;
}
#window-overlay .popup-block {
  background: #F4F4F4;
  border: 1px solid #CCCCCC;
  display: block;
  margin: 10% auto 0;
  padding: 2% 20px;
  width: 100%;
  max-width: 500px;
  min-width: 320px;
}
#window-overlay .popup-block .block-title {
  padding-top: 0;
  border-top: 0;
}
#window-overlay .popup-block .block-title .btn-close {
  position: static;
  display: block;
  width: 100%;
  cursor: pointer;
  text-align: right;
  margin-bottom: 20px;
}

/* ============================================ *
 * Resellers
 * ============================================ */
.resellers ul {
  list-style: none;
}
.resellers ul li {
  display: none !important;
}
.resellers ul .all {
  display: block !important;
}

.at .resellers .at,
.be .resellers .be,
.bg .resellers .bg,
.ch .resellers .ch,
.cy .resellers .cy,
.cz .resellers .cz,
.de .resellers .de,
.dk .resellers .dk,
.ee .resellers .ee,
.es .resellers .es,
.fi .resellers .fi,
.fr .resellers .fr,
.gb .resellers .gb,
.gr .resellers .gr,
.hr .resellers .hr,
.hu .resellers .hu,
.ie .resellers .ie,
.it .resellers .it,
.li .resellers .li,
.lt .resellers .lt,
.lu .resellers .lu,
.lv .resellers .lv,
.mc .resellers .mc,
.mt .resellers .mt,
.nl .resellers .nl,
.no .resellers .no,
.pl .resellers .pl,
.pt .resellers .pt,
.ro .resellers .ro,
.se .resellers .se,
.si .resellers .si,
.sk .resellers .sk,
.sm .resellers .sm {
  display: block !important;
}

.checkmark::before {
  display: inline-block;
  content: '';
  height: 15px;
  margin-right: 12px;
  width: 15px;
  background-image: url(https://shop.fairphone.com/skin/frontend/fairphone_rwd/default/images/icons/check-vector.svg);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}

.cross::before {
  display: inline-block;
  content: '';
  height: 15px;
  margin-right: 12px;
  width: 15px;
  background-image: url(https://shop.fairphone.com/skin/frontend/fairphone_rwd/default/images/icons/close.svg);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}

/* ============================================ *
 * General links
 * ============================================ */
a.scroll-to {
  cursor: pointer;
  font-family: "Radikal-Light", "Open Sans", sans-serif;
}

/* ============================================ *
 * Important notifications
 * ============================================ */
.important-note {
  background: #FF9100;
  color: white;
  margin-top: 10px;
  line-height: 16px;
  font-size: 14px;
}
.important-note .notice-msg {
  padding: 7px 10px;
}

/* ============================================ *
 * FORMS - COMMON
 * ============================================ */
/* -------------------------------------------- *
 * Fieldsets
 */
.fieldset + .fieldset {
  margin-top: 5px;
}

form .legend {
  margin: 0;
  margin-bottom: 10px;
  color: #3C3C3C;
  font-family: "Radikal-Medium", "Open Sans", sans-serif;
  font-size: 24px;
  font-style: normal;
  line-height: 1.4;
  text-rendering: optimizeSpeed;
}

/* -------------------------------------------- *
 * Input Box
 */
.input-box:after {
  content: '';
  display: table;
  clear: both;
}

/* For adjacent select inputs. */
/* Example: credit card expiration month and year. */
.input-box .v-fix {
  float: left;
  margin-right: 5px;
  max-width: 100%;
}

/* -------------------------------------------- *
 * Labels
 */
label {
  display: inline-block;
  font-size: 14px;
  -moz-user-select: none;
  -ms-user-select: none;
  -webkit-user-select: none;
  -o-user-select: none;
  user-select: none;
}

label.required:after,
span.required:after {
  display: none;
  content: ' *';
  color: #f04235;
  font-weight: normal;
  font-size: 12px;
}
label.required em,
span.required em {
  display: none;
}

/* -------------------------------------------- *
 * Hints
 */
.input-hint {
  color: #A0A0A0;
  font-size: 12px;
}

/* -------------------------------------------- *
 * Select
 */
select {
  cursor: pointer;
}

select + select {
  margin-left: 5px;
}

select[multiple] {
  width: 100%;
  max-width: 100%;
  border: 1px solid #878786;
  font-size: 16px;
  padding: 5px;
}

/* -------------------------------------------- *
 * Textarea
 */
textarea {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
  max-width: 100%;
  padding: 5px;
  border-radius: 3px;
}

/* -------------------------------------------- *
 * Inputs
 */
.input-text {
  -moz-appearance: none;
  -webkit-appearance: none;
  border: 1px solid #878786;
  font-size: 16px;
  border-radius: 3px;
  box-shadow: none;
}
.input-text.validation-failed {
  border-color: #f04235;
}

input[type=email],
input[type=search],
input[type=number],
input[type=password],
input[type=tel],
input[type=text] {
  padding: 10px;
  width: 100%;
  max-width: 100%;
  font-size: 16px;
}

.ie8 .input-text {
  max-width: none;
}

/* -------------------------------------------- *
 * Inputs - Quantity
 */
input[type=number].qty,
input[type=text].qty {
  width: 3em;
  text-align: center;
  vertical-align: middle;
}

/* -------------------------------------------- *
 * Placeholder
 */
::-webkit-input-placeholder {
  color: #A0A0A0;
}

input:-moz-placeholder {
  color: #A0A0A0;
}

.input-box.place-holder .select-wrapper {
  color: #A0A0A0;
}

/* -------------------------------------------- *
 * Checkbox And Radio
 */
.checkbox,
.radio {
  position: relative;
  top: -1px;
  display: inline-block;
}

.checkbox + label,
.radio + label {
  width: auto;
  max-width: 85%;
  padding: 0 0 0 8px;
  font-size: 16px;
  font-weight: normal;
  vertical-align: top;
}

/* -------------------------------------------- *
 * Validation
 */
p.required,
.validation-advice {
  margin: 5px 0 0;
  color: #f04235;
  font-size: 14px;
}

p.required {
  display: none;
}

/* ============================================ *
 * Form List
 * ============================================ */
.form-list > li {
  margin-bottom: 10px;
}
.form-list select {
  margin-top: 4px;
  width: 100%;
}
.form-list .input-range .input-text {
  width: 74px;
}
.form-list .fields,
.form-list .wide,
.form-list .control {
  margin-bottom: 10px;
}
.form-list .fields .field {
  float: none;
  width: 100%;
  margin-bottom: 20px;
}
.form-list .fields .field:last-child {
  margin-bottom: 0;
}
.form-list .fields:after {
  content: '';
  display: table;
  clear: both;
}

/* Turn the label of controls (radio/checkbox) into a button style that wraps the input */
.form-list .control,
.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 */
}
.form-list .control div.input-box,
.product-options ul.options-list div.input-box {
  display: inline;
  float: left;
}
.form-list .control div.input-box:after,
.product-options ul.options-list div.input-box:after {
  display: none;
}
.form-list .control input.radio,
.form-list .control input.checkbox,
.product-options ul.options-list input.radio,
.product-options ul.options-list input.checkbox {
  float: left;
  margin-right: -40px;
  margin-top: 5px;
}
.form-list .control label,
.product-options ul.options-list label {
  display: inline-block;
  width: auto;
  max-width: none;
  min-width: 250px;
  float: none;
  padding: 0 10px 6px 40px;
}
.form-list .control .no-display + label,
.product-options ul.options-list .no-display + label {
  padding-left: 10px;
  background-color: transparent;
}
.form-list .control .no-display + label:hover,
.product-options ul.options-list .no-display + label:hover {
  background-color: transparent;
}

.form-list .control.remember-me-box label {
  width: auto;
  max-width: none;
  min-width: inherit;
}

.form-list .control {
  margin-top: 10px;
}
.form-list .control label {
  float: none;
}
.form-list .control .radio,
.form-list .control .checkbox {
  margin-right: 6px;
}
.form-list .control .input-box {
  clear: none;
  display: inline-block;
  width: auto;
  padding: 0;
}

form .form-instructions {
  font-style: italic;
  font-size: 14px;
  color: #A0A0A0;
}

/* ============================================ *
 * Table Helpers
 * ============================================ */
.hide-th {
  text-indent: -9999px;
}

/* ============================================ *
 * Data Table
 * ============================================ */
.data-table {
  width: 100%;
}

.data-table td,
.data-table th {
  padding: 10px;
  vertical-align: top;
}

.data-table th {
  white-space: nowrap;
}

.data-table thead th,
.data-table tbody td {
  border-bottom: 1px solid #C0C0C0;
}

.data-table tfoot tr {
  background: #F4F4F4;
}

.data-table tbody td .item-options {
  margin-left: 20px;
  margin-top: 10px;
}
.data-table tbody td .item-options dt:after {
  content: ':';
}

/* ============================================ *
 * Generic Info Table
 * ============================================ */
.info-box {
  border: 1px solid #C0C0C0;
  padding: 12px 15px;
  margin: 0 0 15px;
}
.info-box h2, .info-box .customer-account .account-header .page-title, .customer-account .account-header .info-box .page-title {
  font-weight: bold;
  font-size: 13px;
}

.info-table th,
.info-table td {
  vertical-align: top;
}

.info-table th {
  font-weight: bold;
  padding: 4px 20px 4px 0;
}

.info-table td {
  padding: 4px 0;
}

/* ============================================ *
 * Zebra-Stripe Table
 * ============================================ */
.zebra-table tr:first-child,
.zebra-table th:first-child {
  border-top: 1px solid #C0C0C0;
}
.zebra-table td,
.zebra-table th {
  border-bottom: 1px solid #C0C0C0;
  padding: 6px;
  background-color: transparent;
}
.zebra-table tr {
  background-color: #EEEDED;
}
.zebra-table tr:nth-child(odd) {
  background-color: #F8F7F5;
}

/* ============================================ *
 * Linearize Table
 * ============================================ */
@media only screen and (max-width: 479px) {
  .linearize-table {
    /* Helpers */
  }
  .linearize-table tr,
  .linearize-table th,
  .linearize-table td {
    display: block;
  }
  .linearize-table thead th {
    border-right: 0;
    border-left: 0;
  }
  .linearize-table thead th.lin-hide {
    display: none;
  }
  .linearize-table thead th:nth-child(1n+2) {
    display: none;
  }
  .linearize-table tbody tr {
    position: relative;
  }
  .linearize-table tbody td {
    padding: 0 10px 4px;
    border-right: 0;
    border-bottom: 0;
  }
  .linearize-table tbody td.lin-hide {
    display: none;
  }
  .linearize-table tbody td:first-child {
    padding-top: 10px;
  }
  .linearize-table tbody td:first-child,
  .linearize-table tbody td:first-child h3 {
    font-weight: bold;
  }
  .linearize-table tbody td[data-rwd-label] {
    text-align: left;
    padding-left: 30px;
  }
  .linearize-table tbody td[data-rwd-label]:before {
    content: attr(data-rwd-label) ":";
    font-size: 12px;
    padding-right: 5px;
    text-transform: uppercase;
  }
  .linearize-table tfoot tr {
    display: block;
    text-align: right;
  }
  .linearize-table tfoot tr:after {
    content: '';
    display: table;
    clear: both;
  }
  .linearize-table tfoot td {
    display: block;
    float: left;
  }
  .linearize-table tfoot td.lin-hide {
    display: none;
  }
  .linearize-table tfoot td:nth-child(odd) {
    clear: left;
    width: 60%;
  }
  .linearize-table tfoot td:nth-child(even) {
    text-align: left;
    width: 40%;
  }
  .linearize-table .linearize-hide {
    display: none;
  }
  .linearize-table .linearize-unpad {
    padding: 0;
  }
  .linearize-table .linearize-show {
    display: block;
  }
}
@media only screen and (max-width: 599px) {
  .linearize-table-large {
    /* Helpers */
  }
  .linearize-table-large tr,
  .linearize-table-large th,
  .linearize-table-large td {
    display: block;
  }
  .linearize-table-large thead th {
    border-right: 0;
    border-left: 0;
  }
  .linearize-table-large thead th.lin-hide {
    display: none;
  }
  .linearize-table-large thead th:nth-child(1n+2) {
    display: none;
  }
  .linearize-table-large tbody tr {
    position: relative;
  }
  .linearize-table-large tbody td {
    padding: 0 10px 4px;
    border-right: 0;
    border-bottom: 0;
  }
  .linearize-table-large tbody td.lin-hide {
    display: none;
  }
  .linearize-table-large tbody td:first-child {
    padding-top: 10px;
  }
  .linearize-table-large tbody td:first-child,
  .linearize-table-large tbody td:first-child h3 {
    font-weight: bold;
  }
  .linearize-table-large tbody td[data-rwd-label] {
    text-align: left;
    padding-left: 30px;
  }
  .linearize-table-large tbody td[data-rwd-label]:before {
    content: attr(data-rwd-label) ":";
    font-size: 12px;
    padding-right: 5px;
    text-transform: uppercase;
  }
  .linearize-table-large tfoot tr {
    display: block;
    text-align: right;
  }
  .linearize-table-large tfoot tr:after {
    content: '';
    display: table;
    clear: both;
  }
  .linearize-table-large tfoot td {
    display: block;
    float: left;
  }
  .linearize-table-large tfoot td.lin-hide {
    display: none;
  }
  .linearize-table-large tfoot td:nth-child(odd) {
    clear: left;
    width: 60%;
  }
  .linearize-table-large tfoot td:nth-child(even) {
    text-align: left;
    width: 40%;
  }
  .linearize-table-large .linearize-hide {
    display: none;
  }
  .linearize-table-large .linearize-unpad {
    padding: 0;
  }
  .linearize-table-large .linearize-show {
    display: block;
  }
}
@media only screen and (min-width: 600px) {
  .linearize-table .linearize-collapse {
    display: none;
  }
}
/* ============================================ *
 * Homepage
 * ============================================ */
/* -------------------------------------------- *
 * Primary Banner
 */
.cms-phone-overview .nav-primary li.nav-home a {
  font-family: "Radikal-Medium", "Open Sans", sans-serif;
  font-weight: 200;
}

body.cms-home .main-container {
  padding-top: 20px;
}
body.cms-home .slideshow-container {
  margin-top: 0;
}
body.cms-home img {
  max-width: 100%;
}

.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, .slideshow .banner-msg .customer-account .account-header .page-title, .customer-account .account-header .slideshow .banner-msg .page-title {
  color: #FFFFFF;
  font-size: 24px;
  text-shadow: 1px 1px 3px #555555;
}

.slideshow .banner-msg h2 strong, .slideshow .banner-msg .customer-account .account-header .page-title strong, .customer-account .account-header .slideshow .banner-msg .page-title strong {
  font-weight: bold;
  display: block;
  font-size: 36px;
}

@media only screen and (max-width: 769px) {
  .slideshow .banner-msg h2, .slideshow .banner-msg .customer-account .account-header .page-title, .customer-account .account-header .slideshow .banner-msg .page-title {
    font-size: 20px;
  }

  .slideshow .banner-msg h2 strong, .slideshow .banner-msg .customer-account .account-header .page-title strong, .customer-account .account-header .slideshow .banner-msg .page-title strong {
    font-size: 24px;
  }
}
@media only screen and (max-width: 479px) {
  .slideshow .banner-msg {
    top: 20%;
  }

  .slideshow .banner-msg h2, .slideshow .banner-msg .customer-account .account-header .page-title, .customer-account .account-header .slideshow .banner-msg .page-title {
    font-size: 14px;
  }

  .slideshow .banner-msg h2 strong, .slideshow .banner-msg .customer-account .account-header .page-title strong, .customer-account .account-header .slideshow .banner-msg .page-title 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 #878786;
  -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;
  text-shadow: 1px 1px 3px #555555;
}

.promos strong {
  font-weight: 600;
  font-size: 26px;
  display: block;
}

@media only screen and (min-width: 770px) {
  .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, .cms-index-index .customer-account .account-header .subtitle.page-title, .customer-account .account-header .cms-index-index .subtitle.page-title {
  padding: 6px 0;
  text-align: center;
  color: #3C3C3C;
  font-weight: 600;
  border-bottom: 1px solid #878786;
  border-top: 1px solid #878786;
}

.cms-index-noroute h2.subtitle, .cms-index-noroute .customer-account .account-header .subtitle.page-title, .customer-account .account-header .cms-index-noroute .subtitle.page-title {
  display: none;
}

/* ============================================ *
 * Phone overview page
 * ============================================ */
.cms-index-index .main {
  max-width: 100%;
  padding: 0;
}
.cms-index-index .main .messages {
  margin-bottom: 0;
}
.cms-index-index .main .messages li ul li {
  padding: 7px 20px;
  margin-bottom: 0;
}
@media only screen and (min-width: 770px) {
  .cms-index-index .main .messages li ul {
    max-width: 1200px;
    margin: 0 auto;
  }
}
@media only screen and (max-width: 769px) {
  .cms-index-index .main .h1 {
    font-size: 32px;
  }
}
.cms-index-index .main .col1-set .col-1 .content {
  padding: 50px 0;
}
.cms-index-index .main .col1-set .col-1 .content .button {
  left: 50%;
}
.cms-index-index .main .col1-set .col-1 .img-right {
  float: right;
  width: 50%;
  padding: 0;
}
@media only screen and (max-width: 599px) {
  .cms-index-index .main .col1-set .col-1 .img-right {
    width: 100%;
  }
}
.cms-index-index .main .col1-set.banner {
  overflow: hidden;
  min-height: 500px;
  background-repeat: no-repeat !important;
  background-size: cover !important;
  background-attachment: scroll !important;
  background-position: center center !important;
}
.cms-index-index .main .col1-set.banner .col-1 {
  position: relative;
}
.cms-index-index .main .col1-set.banner .col-1 .content {
  float: left;
  position: relative;
  padding: 50px 50px 0 50px;
  max-width: 50% !important;
  min-height: 500px;
  font-size: 24px;
  font-size: 24px;
  line-height: 32px;
}
.cms-index-index .main .col1-set.banner .col-1 .content .h1 {
  font-size: 48px;
  max-width: 500px;
  line-height: 90px;
  margin-bottom: 0.3em;
}
@media only screen and (max-width: 979px) {
  .cms-index-index .main .col1-set.banner .col-1 .content .h1 {
    font-size: 32px;
    line-height: 1.2;
  }
}
@media only screen and (max-width: 599px) {
  .cms-index-index .main .col1-set.banner .col-1 .content .h1 {
    font-size: 36px;
  }
}
.cms-index-index .main .col1-set.banner .col-1 .content .button {
  margin-top: 40px;
  left: 50px;
}
@media only screen and (max-width: 979px) {
  .cms-index-index .main .col1-set.banner .col-1 .content .button {
    position: static;
    margin-top: 20px;
  }
}
@media only screen and (max-width: 479px) {
  .cms-index-index .main .col1-set.banner .col-1 .content .button {
    width: 100%;
  }
}
@media only screen and (max-width: 979px) {
  .cms-index-index .main .col1-set.banner .col-1 .content {
    max-width: 75%;
    min-height: 250px;
    padding: 25px 50px;
    font-size: 16px;
    line-height: 1.5;
  }
}
@media only screen and (max-width: 599px) {
  .cms-index-index .main .col1-set.banner .col-1 .content {
    width: 100% !important;
    max-width: 100% !important;
    padding: 20px;
    min-height: 210px;
  }
}
.cms-index-index .main .col1-set.banner .col-1 img {
  max-width: 100%;
}
@media only screen and (max-width: 979px) {
  .cms-index-index .main .col1-set.banner {
    min-height: 400px;
  }
}
@media only screen and (max-width: 599px) {
  .cms-index-index .main .col1-set.banner {
    min-height: auto;
    overflow: hidden;
  }
}
.cms-index-index .main .col2-set,
.cms-index-index .main .col3-set {
  min-height: 530px;
}
@media only screen and (max-width: 769px) {
  .cms-index-index .main .col2-set,
  .cms-index-index .main .col3-set {
    min-height: 385px;
  }
}
@media only screen and (max-width: 599px) {
  .cms-index-index .main .col2-set,
  .cms-index-index .main .col3-set {
    min-height: 320px;
  }
}
@media only screen and (max-width: 479px) {
  .cms-index-index .main .col2-set,
  .cms-index-index .main .col3-set {
    min-height: 0;
  }
}
.cms-index-index .main .col2-set .col-1,
.cms-index-index .main .col3-set .col-1 {
  padding: 0;
  min-height: 530px;
}
.cms-index-index .main .col2-set .col-1 .content,
.cms-index-index .main .col3-set .col-1 .content {
  float: right;
  /*max-width: 580px;*/
  padding: 80px 90px 50px 20px;
}
.cms-index-index .main .col2-set .col-1 .content .h1,
.cms-index-index .main .col3-set .col-1 .content .h1 {
  max-width: 490px;
}
.cms-index-index .main .col2-set .col-1 .content .text,
.cms-index-index .main .col3-set .col-1 .content .text {
  max-width: 400px;
  font-size: 20px;
}
@media only screen and (max-width: 769px) {
  .cms-index-index .main .col2-set .col-1 .content,
  .cms-index-index .main .col3-set .col-1 .content {
    padding: 40px 45px 25px 20px;
  }
}
@media only screen and (max-width: 479px) {
  .cms-index-index .main .col2-set .col-1 .content,
  .cms-index-index .main .col3-set .col-1 .content {
    display: block;
    padding: 20px;
    max-width: 100%;
    width: 100%;
    min-height: 0 !important;
  }
  .cms-index-index .main .col2-set .col-1 .content:after,
  .cms-index-index .main .col3-set .col-1 .content:after {
    content: '';
    display: table;
    clear: both;
  }
}
.cms-index-index .main .col2-set .col-1 .image,
.cms-index-index .main .col3-set .col-1 .image {
  float: right;
  padding: 0;
  overflow: hidden;
  min-height: 530px;
  height: 100%;
  width: 100%;
  background-size: cover;
  background-repeat: no-repeat;
}
.cms-index-index .main .col2-set .col-1 .image img,
.cms-index-index .main .col3-set .col-1 .image img {
  max-width: 100%;
}
@media only screen and (max-width: 769px) {
  .cms-index-index .main .col2-set .col-1 .image,
  .cms-index-index .main .col3-set .col-1 .image {
    min-height: 385px;
  }
}
@media only screen and (max-width: 599px) {
  .cms-index-index .main .col2-set .col-1 .image,
  .cms-index-index .main .col3-set .col-1 .image {
    min-height: 320px;
  }
}
.cms-index-index .main .col2-set .col-1 .image-desktop,
.cms-index-index .main .col3-set .col-1 .image-desktop {
  display: block;
}
@media only screen and (max-width: 479px) {
  .cms-index-index .main .col2-set .col-1 .image-desktop,
  .cms-index-index .main .col3-set .col-1 .image-desktop {
    display: none;
  }
}
.cms-index-index .main .col2-set .col-1 .image-mobile,
.cms-index-index .main .col3-set .col-1 .image-mobile {
  display: none;
  width: 100%;
}
@media only screen and (max-width: 479px) {
  .cms-index-index .main .col2-set .col-1 .image-mobile,
  .cms-index-index .main .col3-set .col-1 .image-mobile {
    display: block;
  }
}
@media only screen and (max-width: 769px) {
  .cms-index-index .main .col2-set .col-1,
  .cms-index-index .main .col3-set .col-1 {
    min-height: 385px;
  }
}
@media only screen and (max-width: 599px) {
  .cms-index-index .main .col2-set .col-1,
  .cms-index-index .main .col3-set .col-1 {
    min-height: 320px;
  }
}
@media only screen and (max-width: 479px) {
  .cms-index-index .main .col2-set .col-1,
  .cms-index-index .main .col3-set .col-1 {
    display: block;
    min-height: 0 !important;
  }
  .cms-index-index .main .col2-set .col-1:after,
  .cms-index-index .main .col3-set .col-1:after {
    content: '';
    display: table;
    clear: both;
  }
}
.cms-index-index .main .col2-set .col-2,
.cms-index-index .main .col2-set .col-3,
.cms-index-index .main .col3-set .col-2,
.cms-index-index .main .col3-set .col-3 {
  padding: 0;
  min-height: 530px;
}
.cms-index-index .main .col2-set .col-2 .content,
.cms-index-index .main .col2-set .col-3 .content,
.cms-index-index .main .col3-set .col-2 .content,
.cms-index-index .main .col3-set .col-3 .content {
  float: left;
  /*max-width: 580px;*/
  padding: 80px 20px 50px 90px;
}
.cms-index-index .main .col2-set .col-2 .content .h1,
.cms-index-index .main .col2-set .col-3 .content .h1,
.cms-index-index .main .col3-set .col-2 .content .h1,
.cms-index-index .main .col3-set .col-3 .content .h1 {
  max-width: 490px;
}
.cms-index-index .main .col2-set .col-2 .content .text,
.cms-index-index .main .col2-set .col-3 .content .text,
.cms-index-index .main .col3-set .col-2 .content .text,
.cms-index-index .main .col3-set .col-3 .content .text {
  max-width: 400px;
  font-size: 20px;
  display: inline-block;
}
.cms-index-index .main .col2-set .col-2 .content.has-image .text,
.cms-index-index .main .col2-set .col-3 .content.has-image .text,
.cms-index-index .main .col3-set .col-2 .content.has-image .text,
.cms-index-index .main .col3-set .col-3 .content.has-image .text {
  width: 70%;
}
@media only screen and (max-width: 1199px) {
  .cms-index-index .main .col2-set .col-2 .content.has-image .text,
  .cms-index-index .main .col2-set .col-3 .content.has-image .text,
  .cms-index-index .main .col3-set .col-2 .content.has-image .text,
  .cms-index-index .main .col3-set .col-3 .content.has-image .text {
    width: 100%;
  }
}
.cms-index-index .main .col2-set .col-2 .content.has-image .image,
.cms-index-index .main .col2-set .col-3 .content.has-image .image,
.cms-index-index .main .col3-set .col-2 .content.has-image .image,
.cms-index-index .main .col3-set .col-3 .content.has-image .image {
  display: inline-block;
  width: 30%;
  height: auto;
  float: right;
  padding: 0 20px;
  min-height: 0;
  max-width: 150px;
}
.cms-index-index .main .col2-set .col-2 .content.has-image .image img,
.cms-index-index .main .col2-set .col-3 .content.has-image .image img,
.cms-index-index .main .col3-set .col-2 .content.has-image .image img,
.cms-index-index .main .col3-set .col-3 .content.has-image .image img {
  width: 100%;
}
@media only screen and (max-width: 1199px) {
  .cms-index-index .main .col2-set .col-2 .content.has-image .image,
  .cms-index-index .main .col2-set .col-3 .content.has-image .image,
  .cms-index-index .main .col3-set .col-2 .content.has-image .image,
  .cms-index-index .main .col3-set .col-3 .content.has-image .image {
    display: block;
    float: left;
    padding: 0;
    clear: both;
    margin-top: 30px;
    width: 100%;
  }
}
@media only screen and (max-width: 479px) {
  .cms-index-index .main .col2-set .col-2 .content.has-image .image,
  .cms-index-index .main .col2-set .col-3 .content.has-image .image,
  .cms-index-index .main .col3-set .col-2 .content.has-image .image,
  .cms-index-index .main .col3-set .col-3 .content.has-image .image {
    margin: 30px auto 0;
    float: none;
  }
}
@media only screen and (max-width: 769px) {
  .cms-index-index .main .col2-set .col-2 .content,
  .cms-index-index .main .col2-set .col-3 .content,
  .cms-index-index .main .col3-set .col-2 .content,
  .cms-index-index .main .col3-set .col-3 .content {
    padding: 40px 20px 25px 45px;
  }
}
@media only screen and (max-width: 479px) {
  .cms-index-index .main .col2-set .col-2 .content,
  .cms-index-index .main .col2-set .col-3 .content,
  .cms-index-index .main .col3-set .col-2 .content,
  .cms-index-index .main .col3-set .col-3 .content {
    display: block;
    padding: 20px;
    max-width: 100%;
    width: 100%;
    min-height: 0 !important;
  }
  .cms-index-index .main .col2-set .col-2 .content:after,
  .cms-index-index .main .col2-set .col-3 .content:after,
  .cms-index-index .main .col3-set .col-2 .content:after,
  .cms-index-index .main .col3-set .col-3 .content:after {
    content: '';
    display: table;
    clear: both;
  }
}
.cms-index-index .main .col2-set .col-2 .image,
.cms-index-index .main .col2-set .col-3 .image,
.cms-index-index .main .col3-set .col-2 .image,
.cms-index-index .main .col3-set .col-3 .image {
  float: left;
  padding: 0;
  overflow: hidden;
  min-height: 530px;
  height: 100%;
  width: 100%;
  background-size: cover;
  background-repeat: no-repeat;
}
.cms-index-index .main .col2-set .col-2 .image img,
.cms-index-index .main .col2-set .col-3 .image img,
.cms-index-index .main .col3-set .col-2 .image img,
.cms-index-index .main .col3-set .col-3 .image img {
  max-width: 100%;
}
@media only screen and (max-width: 769px) {
  .cms-index-index .main .col2-set .col-2 .image,
  .cms-index-index .main .col2-set .col-3 .image,
  .cms-index-index .main .col3-set .col-2 .image,
  .cms-index-index .main .col3-set .col-3 .image {
    min-height: 385px;
  }
}
@media only screen and (max-width: 599px) {
  .cms-index-index .main .col2-set .col-2 .image,
  .cms-index-index .main .col2-set .col-3 .image,
  .cms-index-index .main .col3-set .col-2 .image,
  .cms-index-index .main .col3-set .col-3 .image {
    min-height: 320px;
  }
}
.cms-index-index .main .col2-set .col-2 .image-desktop,
.cms-index-index .main .col2-set .col-3 .image-desktop,
.cms-index-index .main .col3-set .col-2 .image-desktop,
.cms-index-index .main .col3-set .col-3 .image-desktop {
  display: block;
}
@media only screen and (min-width: 480px) {
  .cms-index-index .main .col2-set .col-2 .image-desktop,
  .cms-index-index .main .col2-set .col-3 .image-desktop,
  .cms-index-index .main .col3-set .col-2 .image-desktop,
  .cms-index-index .main .col3-set .col-3 .image-desktop {
    display: none;
  }
}
.cms-index-index .main .col2-set .col-2 .image-mobile,
.cms-index-index .main .col2-set .col-3 .image-mobile,
.cms-index-index .main .col3-set .col-2 .image-mobile,
.cms-index-index .main .col3-set .col-3 .image-mobile {
  display: none;
}
@media only screen and (max-width: 479px) {
  .cms-index-index .main .col2-set .col-2 .image-mobile,
  .cms-index-index .main .col2-set .col-3 .image-mobile,
  .cms-index-index .main .col3-set .col-2 .image-mobile,
  .cms-index-index .main .col3-set .col-3 .image-mobile {
    display: block;
  }
}
@media only screen and (max-width: 769px) {
  .cms-index-index .main .col2-set .col-2,
  .cms-index-index .main .col2-set .col-3,
  .cms-index-index .main .col3-set .col-2,
  .cms-index-index .main .col3-set .col-3 {
    min-height: 385px;
  }
}
@media only screen and (max-width: 599px) {
  .cms-index-index .main .col2-set .col-2,
  .cms-index-index .main .col2-set .col-3,
  .cms-index-index .main .col3-set .col-2,
  .cms-index-index .main .col3-set .col-3 {
    min-height: 320px;
  }
}
@media only screen and (max-width: 479px) {
  .cms-index-index .main .col2-set .col-2,
  .cms-index-index .main .col2-set .col-3,
  .cms-index-index .main .col3-set .col-2,
  .cms-index-index .main .col3-set .col-3 {
    min-height: 0 !important;
    display: block;
  }
  .cms-index-index .main .col2-set .col-2:after,
  .cms-index-index .main .col2-set .col-3:after,
  .cms-index-index .main .col3-set .col-2:after,
  .cms-index-index .main .col3-set .col-3:after {
    content: '';
    display: table;
    clear: both;
  }
}
.cms-index-index .main .col1-set .image.bottom img, .cms-index-index .main .col2-set .image.bottom img {
  display: inline-block;
  vertical-align: bottom;
}
.cms-index-index .main .col1-set .image.left, .cms-index-index .main .col2-set .image.left {
  float: left;
  text-align: left;
}
.cms-index-index .main .col1-set .links, .cms-index-index .main .col2-set .links {
  margin-top: 5px;
  width: 100%;
}
.cms-index-index .main .col1-set .links ul, .cms-index-index .main .col2-set .links ul {
  margin-bottom: 0;
}
.cms-index-index .main .col1-set .links ul li, .cms-index-index .main .col2-set .links ul li {
  display: inline-block;
  margin-right: 30px;
  margin-bottom: 5px;
}
.cms-index-index .main .resellers {
  background-color: #FFFFFF;
  clear: both;
  margin-bottom: 0;
}
.cms-index-index .main .resellers li {
  max-width: 1200px;
  margin: 0 auto;
  text-align: center;
  padding: 0 20px;
}
.cms-index-index .main .resellers li .title {
  font-size: 36px;
  color: #2CA7DF;
}
.cms-index-index .main .resellers li .col2-set, .cms-index-index .main .resellers li .col2-set > div {
  min-height: 50px;
  height: 50px;
}
.cms-index-index .main .resellers li .col2-set .col-1 {
  padding-right: 30px;
  text-align: right;
  display: inline-block;
}
.cms-index-index .main .resellers li .col2-set .col-2 {
  padding-left: 30px;
  text-align: left;
  display: inline-block;
}
.cms-index-index .main .resellers li .col2-set .button {
  display: inline-block;
  line-height: 44px;
}
.cms-index-index .main .resellers li .col2-set .col-2:before {
  display: inline-block;
  content: '';
  height: 100%;
  vertical-align: middle;
}
.cms-index-index .main .resellers li .col2-set .logo {
  display: inline-block;
  vertical-align: middle;
  float: none;
  max-width: 100%;
  max-height: 100%;
  width: auto;
}
@media only screen and (max-width: 479px) {
  .cms-index-index .main .resellers li .col2-set {
    height: auto;
  }
  .cms-index-index .main .resellers li .col2-set .col-1, .cms-index-index .main .resellers li .col2-set .col-2 {
    padding-left: 0;
    padding-right: 0;
    display: inline-block;
    margin: 0 auto;
    text-align: center;
    width: 100%;
  }
  .cms-index-index .main .resellers li .col2-set .col-2 {
    margin-bottom: 30px;
  }
}
.cms-index-index .main .technical-specs {
  margin: 0 auto;
  padding-bottom: 0;
}
.cms-index-index .main .technical-specs > .title {
  font-family: "Radikal-Medium", "Open Sans", sans-serif;
  width: 100%;
  text-align: center;
  padding-top: 80px;
}
.cms-index-index .main .technical-specs a.view-all-technical-specs {
  width: 100%;
  text-align: center;
  display: inherit;
  cursor: pointer;
  position: relative;
}
.cms-index-index .main .technical-specs a.view-all-technical-specs:after {
  content: "";
  color: #2CA7DF;
  font-size: 12px;
  font-family: "icons";
  display: inline-block;
  vertical-align: middle;
  line-height: 12px;
  font-weight: normal;
  font-style: normal;
  speak: none;
  text-transform: none;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  letter-spacing: 0;
}
.cms-index-index .main .technical-specs a.view-all-technical-specs:after {
  position: absolute;
  bottom: -20px;
  left: 50%;
  transform: translate(-50%, 0);
}
.cms-index-index .main .technical-specs a.view-all-technical-specs.active:after {
  content: "";
  color: #2CA7DF;
  font-size: 12px;
  font-family: "icons";
  display: inline-block;
  vertical-align: middle;
  line-height: 12px;
  font-weight: normal;
  font-style: normal;
  speak: none;
  text-transform: none;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  letter-spacing: 0;
}
.cms-index-index .main .technical-specs a.view-all-technical-specs:hover {
  color: #3C3C3C;
}
.cms-index-index .main .technical-specs .col2-set.technical-specs-overview {
  overflow: hidden;
}
@media only screen and (max-width: 479px) {
  .cms-index-index .main .technical-specs .col2-set.technical-specs-overview .col-1, .cms-index-index .main .technical-specs .col2-set.technical-specs-overview .col-1 .content {
    min-height: 0 !important;
  }
  .cms-index-index .main .technical-specs .col2-set.technical-specs-overview .col-2 {
    min-height: 0 !important;
  }
  .cms-index-index .main .technical-specs .col2-set.technical-specs-overview .col-2 .content {
    min-height: 0 !important;
    padding-top: 0;
  }
}
.cms-index-index .main .technical-specs .col2-set.technical-specs-overview table {
  margin-bottom: 50px;
  font-size: 14px;
  width: 100%;
}
.cms-index-index .main .technical-specs .col2-set.technical-specs-overview table thead tr th {
  color: #2CA7DF;
  font-weight: "Radikal-Medium", "Open Sans", sans-serif;
  font-size: 18px;
}
.cms-index-index .main .technical-specs .col2-set.technical-specs-overview table tbody tr td {
  vertical-align: top;
  color: #878786;
  padding: 3px 0;
  width: 50%;
}
.cms-index-index .main .technical-specs .col2-set.technical-specs-overview table tbody tr td:first-child {
  padding-right: 20px;
}
.cms-index-index .main .technical-specs .col2-set.technical-specs-overview .col-1 .content {
  padding: 40px 90px 50px 20px;
}
.cms-index-index .main .technical-specs .col2-set.technical-specs-overview .col-2 .content {
  padding: 40px 20px 50px 90px;
}
.cms-index-index .main .technical-specs .col2-set.technical-specs-summary,
.cms-index-index .main .technical-specs .col3-set.technical-specs-summary {
  overflow: hidden;
  min-height: 0;
}
.cms-index-index .main .technical-specs .col2-set.technical-specs-summary .col-1,
.cms-index-index .main .technical-specs .col2-set.technical-specs-summary .col-2,
.cms-index-index .main .technical-specs .col2-set.technical-specs-summary .col-3,
.cms-index-index .main .technical-specs .col3-set.technical-specs-summary .col-1,
.cms-index-index .main .technical-specs .col3-set.technical-specs-summary .col-2,
.cms-index-index .main .technical-specs .col3-set.technical-specs-summary .col-3 {
  min-height: 0;
}
.cms-index-index .main .technical-specs .col2-set.technical-specs-summary .col-1 .content,
.cms-index-index .main .technical-specs .col2-set.technical-specs-summary .col-2 .content,
.cms-index-index .main .technical-specs .col2-set.technical-specs-summary .col-3 .content,
.cms-index-index .main .technical-specs .col3-set.technical-specs-summary .col-1 .content,
.cms-index-index .main .technical-specs .col3-set.technical-specs-summary .col-2 .content,
.cms-index-index .main .technical-specs .col3-set.technical-specs-summary .col-3 .content {
  padding: 80px 0 0 20px;
}
@media only screen and (max-width: 769px) {
  .cms-index-index .main .technical-specs .col2-set.technical-specs-summary .col-1,
  .cms-index-index .main .technical-specs .col2-set.technical-specs-summary .col-2,
  .cms-index-index .main .technical-specs .col3-set.technical-specs-summary .col-1,
  .cms-index-index .main .technical-specs .col3-set.technical-specs-summary .col-2 {
    width: 50%;
  }
  .cms-index-index .main .technical-specs .col2-set.technical-specs-summary .col-3,
  .cms-index-index .main .technical-specs .col3-set.technical-specs-summary .col-3 {
    float: none;
    clear: both;
    width: 100%;
  }
  .cms-index-index .main .technical-specs .col2-set.technical-specs-summary .col-3 .content,
  .cms-index-index .main .technical-specs .col3-set.technical-specs-summary .col-3 .content {
    padding: 0;
    width: 100%;
  }
  .cms-index-index .main .technical-specs .col2-set.technical-specs-summary .col-3 li,
  .cms-index-index .main .technical-specs .col3-set.technical-specs-summary .col-3 li {
    padding: 40px 20px 25px 20px;
    width: 50%;
    display: inline-block;
    float: left;
    clear: none;
  }
}
@media only screen and (max-width: 479px) {
  .cms-index-index .main .technical-specs .col2-set.technical-specs-summary .col-2 .content,
  .cms-index-index .main .technical-specs .col2-set.technical-specs-summary .col-3 .content,
  .cms-index-index .main .technical-specs .col3-set.technical-specs-summary .col-2 .content,
  .cms-index-index .main .technical-specs .col3-set.technical-specs-summary .col-3 .content {
    padding: 0 20px 20px;
  }
  .cms-index-index .main .technical-specs .col2-set.technical-specs-summary .col-1,
  .cms-index-index .main .technical-specs .col2-set.technical-specs-summary .col-2,
  .cms-index-index .main .technical-specs .col2-set.technical-specs-summary .col-3,
  .cms-index-index .main .technical-specs .col3-set.technical-specs-summary .col-1,
  .cms-index-index .main .technical-specs .col3-set.technical-specs-summary .col-2,
  .cms-index-index .main .technical-specs .col3-set.technical-specs-summary .col-3 {
    width: 100%;
    clear: both;
  }
  .cms-index-index .main .technical-specs .col2-set.technical-specs-summary .col-1 li,
  .cms-index-index .main .technical-specs .col2-set.technical-specs-summary .col-2 li,
  .cms-index-index .main .technical-specs .col2-set.technical-specs-summary .col-3 li,
  .cms-index-index .main .technical-specs .col3-set.technical-specs-summary .col-1 li,
  .cms-index-index .main .technical-specs .col3-set.technical-specs-summary .col-2 li,
  .cms-index-index .main .technical-specs .col3-set.technical-specs-summary .col-3 li {
    display: block;
    width: 100%;
    float: none;
    padding: 0;
    margin-bottom: 60px;
  }
  .cms-index-index .main .technical-specs .col2-set.technical-specs-summary .col-1 li:last-of-type,
  .cms-index-index .main .technical-specs .col2-set.technical-specs-summary .col-2 li:last-of-type,
  .cms-index-index .main .technical-specs .col2-set.technical-specs-summary .col-3 li:last-of-type,
  .cms-index-index .main .technical-specs .col3-set.technical-specs-summary .col-1 li:last-of-type,
  .cms-index-index .main .technical-specs .col3-set.technical-specs-summary .col-2 li:last-of-type,
  .cms-index-index .main .technical-specs .col3-set.technical-specs-summary .col-3 li:last-of-type {
    margin-bottom: 60px;
  }
  .cms-index-index .main .technical-specs .col2-set.technical-specs-summary .col-1 li:nth-child(even),
  .cms-index-index .main .technical-specs .col2-set.technical-specs-summary .col-2 li:nth-child(even),
  .cms-index-index .main .technical-specs .col2-set.technical-specs-summary .col-3 li:nth-child(even),
  .cms-index-index .main .technical-specs .col3-set.technical-specs-summary .col-1 li:nth-child(even),
  .cms-index-index .main .technical-specs .col3-set.technical-specs-summary .col-2 li:nth-child(even),
  .cms-index-index .main .technical-specs .col3-set.technical-specs-summary .col-3 li:nth-child(even) {
    padding: 0;
  }
}
.cms-index-index .main .technical-specs .col2-set.technical-specs-summary ul,
.cms-index-index .main .technical-specs .col3-set.technical-specs-summary ul {
  margin-bottom: 0;
  list-style: none;
}
.cms-index-index .main .technical-specs .col2-set.technical-specs-summary ul li,
.cms-index-index .main .technical-specs .col3-set.technical-specs-summary ul li {
  margin-left: 0;
  display: block;
  clear: both;
  margin-bottom: 60px;
}
.cms-index-index .main .technical-specs .col2-set.technical-specs-summary ul li .icon,
.cms-index-index .main .technical-specs .col3-set.technical-specs-summary ul li .icon {
  float: left;
}
.cms-index-index .main .technical-specs .col2-set.technical-specs-summary ul li .titles,
.cms-index-index .main .technical-specs .col3-set.technical-specs-summary ul li .titles {
  float: left;
  padding: 0 0 0 27.5px;
  width: calc(100% - 92.5px);
}
.cms-index-index .main .technical-specs .col2-set.technical-specs-summary ul li .titles .title,
.cms-index-index .main .technical-specs .col3-set.technical-specs-summary ul li .titles .title {
  font-family: "Radikal-Medium", "Open Sans", sans-serif;
}
.cms-index-index .main .technical-specs .col2-set.technical-specs-summary ul li:after,
.cms-index-index .main .technical-specs .col3-set.technical-specs-summary ul li:after {
  content: '';
  display: table;
  clear: both;
}
.cms-index-index .main .technical-specs .col2-set.technical-specs-summary ul li:last-of-type,
.cms-index-index .main .technical-specs .col3-set.technical-specs-summary ul li:last-of-type {
  margin-bottom: 0;
}
.cms-index-index .main .recommendations {
  padding: 50px 0;
}
.cms-index-index .main .recommendations .col4-set > div {
  padding: 0 20px;
}
@media only screen and (max-width: 599px) {
  .cms-index-index .main .recommendations .col4-set > div {
    width: 50%;
    min-height: 0 !important;
    margin-bottom: 20px;
  }
  .cms-index-index .main .recommendations .col4-set > div:nth-child(even) {
    clear: right;
  }
  .cms-index-index .main .recommendations .col4-set > div > div, .cms-index-index .main .recommendations .col4-set > div img {
    min-height: 0 !important;
  }
}
@media only screen and (max-width: 479px) {
  .cms-index-index .main .recommendations .col4-set > div {
    width: 100%;
    clear: both;
    display: block;
  }
}
.cms-index-index .main .recommendations .col4-set img.logo {
  clear: both;
  max-width: 100%;
  margin: 0 auto;
  float: none;
  width: auto;
  line-height: 1;
  padding-bottom: 50px;
}
.cms-index-index .main .recommendations .col4-set .content {
  clear: both;
  width: 100%;
  margin: 0 auto;
  padding-bottom: 50px;
  word-wrap: break-word;
}
@media only screen and (max-width: 599px) {
  .cms-index-index .main .recommendations .col4-set .content {
    padding-bottom: 20px;
  }
}
.cms-index-index .main .recommendations .col4-set .company-name {
  clear: both;
}

.improved-camera-banner img {
  max-width: 100%;
  width: 100%;
}
.improved-camera-banner .tablet {
  display: none;
}
.improved-camera-banner .mobile {
  display: none;
}
@media only screen and (max-width: 769px) {
  .improved-camera-banner .tablet {
    display: block;
  }
  .improved-camera-banner .desktop {
    display: none;
  }
  .improved-camera-banner .mobile {
    display: none;
  }
}
@media only screen and (max-width: 479px) {
  .improved-camera-banner .tablet {
    display: none;
  }
  .improved-camera-banner .desktop {
    display: none;
  }
  .improved-camera-banner .mobile {
    display: block;
  }
}

.col1-set #improved-camera {
  width: 100%;
  position: relative;
}
.col1-set #improved-camera img {
  width: 100%;
}
.col1-set #improved-camera .info {
  position: absolute;
  top: 80px;
  width: 100%;
  text-align: center;
}
.col1-set #improved-camera .info h2, .col1-set #improved-camera .info .customer-account .account-header .page-title, .customer-account .account-header .col1-set #improved-camera .info .page-title {
  font-size: 64px;
}
.col1-set #improved-camera .info h3 {
  font-size: 42px;
}
@media only screen and (max-width: 1199px) {
  .col1-set #improved-camera .info {
    top: 40px;
  }
  .col1-set #improved-camera .info h2, .col1-set #improved-camera .info .customer-account .account-header .page-title, .customer-account .account-header .col1-set #improved-camera .info .page-title {
    font-size: 48px;
  }
  .col1-set #improved-camera .info h3 {
    font-size: 42px;
  }
}
@media only screen and (max-width: 979px) {
  .col1-set #improved-camera .info {
    top: 40px;
  }
  .col1-set #improved-camera .info h2, .col1-set #improved-camera .info .customer-account .account-header .page-title, .customer-account .account-header .col1-set #improved-camera .info .page-title {
    font-size: 42px;
  }
}
@media only screen and (max-width: 769px) {
  .col1-set #improved-camera .info {
    top: 20px;
  }
  .col1-set #improved-camera .info h2, .col1-set #improved-camera .info .customer-account .account-header .page-title, .customer-account .account-header .col1-set #improved-camera .info .page-title {
    font-size: 42px;
    margin-bottom: 10px;
  }
  .col1-set #improved-camera .info h3 {
    font-size: 20px;
  }
}

#great-performance ul li {
  list-style: none;
  display: flex;
  align-items: center;
  margin-left: 0;
  font-size: 18px;
  padding: 8px 0 8px 0;
}
#great-performance ul li img {
  display: inline;
  vertical-align: middle;
  margin-right: 20px;
}
#great-performance .h1 {
  color: #2CA7DF;
}

#ethical-phone .cto {
  margin-top: 40px;
}

#call-out, #call-out-logos {
  min-height: 0;
  background: #FFFFFF;
}
#call-out .col-1, #call-out .col-2, #call-out .col-3, #call-out-logos .col-1, #call-out-logos .col-2, #call-out-logos .col-3 {
  min-height: 0;
}
@media only screen and (max-width: 479px) {
  #call-out .col-1, #call-out .col-2, #call-out .col-3, #call-out-logos .col-1, #call-out-logos .col-2, #call-out-logos .col-3 {
    display: block;
    float: none;
    width: 100%;
  }
}
#call-out:after, #call-out-logos:after {
  content: '';
  display: table;
  clear: both;
}
#call-out .mobile, #call-out-logos .mobile {
  display: none;
}
@media only screen and (max-width: 479px) {
  #call-out .mobile, #call-out-logos .mobile {
    display: block;
    margin-top: 20px;
  }
}
#call-out img, #call-out-logos img {
  margin: 0 auto;
  padding: 0 20px 0 20px;
  max-width: 100%;
}

#call-out .col-1, #call-out .col-2, #call-out .col-3 {
  padding: 80px 40px 40px 40px;
  font-size: 18px;
}
@media only screen and (max-width: 479px) {
  #call-out .col-1, #call-out .col-2, #call-out .col-3 {
    display: block;
    float: none;
    width: 100%;
  }
}
@media only screen and (max-width: 479px) {
  #call-out .col-2, #call-out .col-3 {
    padding-top: 20px;
  }
}

@media only screen and (max-width: 479px) {
  #call-out-logos img {
    display: none;
  }
}
#call-out-logos .col-1, #call-out-logos .col-2, #call-out-logos .col-3 {
  padding: 0 0 40px 0;
}
#call-out-logos:after {
  content: '';
  display: table;
  clear: both;
}
@media only screen and (max-width: 479px) {
  #call-out-logos {
    display: none;
  }
}

#fair-materials .content .text {
  display: block;
}

.align-center {
  display: flex;
  align-items: center;
}
.align-center div {
  min-height: 0 !important;
}
.align-center .content {
  margin: 0 auto;
}
@media only screen and (min-width: 769px) {
  .align-center .content {
    padding: 0 !important;
  }
}

#build-to-last .content .text {
  display: block;
}

/* ============================================ *
 * Global
 * ============================================ */
html,
body {
  height: 100%;
}

.wrapper {
  min-height: 100%;
  margin: 0 auto;
  max-width: 100% !important;
  padding: 0;
}

.wrapper:after {
  content: '';
  display: table;
  clear: both;
}

/* ============================================ *
 * Header
 * ============================================ */
.header {
  height: 85px;
  padding-top: 30.5px;
  padding-bottom: 10.5px;
}
@media only screen and (max-width: 979px) {
  .header {
    padding-top: 20px;
    padding-bottom: 20px;
    height: 64px;
  }
}

/* ============================================ *
 * Language switcher + welcome message
 * ============================================ */
.header-language-background {
  background-color: #3C3C3C;
  color: #fff;
}
.header-language-background .header-language-container {
  max-width: 1160px;
  margin: 0 auto;
  padding: 10px 20px;
}
@media only screen and (min-width: 770px) {
  .header-language-background .header-language-container {
    max-width: 770px;
  }
}
@media only screen and (min-width: 980px) {
  .header-language-background .header-language-container {
    max-width: 980px;
  }
}
@media only screen and (min-width: 1200px) {
  .header-language-background .header-language-container {
    max-width: 1200px;
  }
}
.header-language-background .header-language-container:after {
  content: '';
  display: table;
  clear: both;
}
.header-language-background .form-language,
.header-language-background .currency-switcher {
  float: left;
  margin-right: 10px;
}
.header-language-background .welcome-msg {
  float: right;
}

@media only screen and (max-width: 769px) {
  .header-language-background {
    display: none;
  }
}
.store-language-container {
  float: right;
  height: 44px;
  display: table;
  padding: 0 7px;
}
.store-language-container label {
  display: none;
}

.switch.switcher-language {
  display: table-cell;
  vertical-align: middle;
  cursor: pointer;
}
.switch.switcher-language .switcher {
  border: 2px solid #878786;
  padding: 1px 5px;
  color: #878786;
}
.switch.switcher-language .switcher .current-store {
  display: none;
}
.switch.switcher-language .switcher .label {
  text-transform: uppercase;
  display: inline-block;
  font-size: 12px;
}
.switch.switcher-language .switcher .icon {
  display: inline-block;
}
.switch.switcher-language .switcher .icon .flag {
  margin-right: 0 !important;
  width: 20px !important;
  line-height: 11px !important;
}
.switch.switcher-language .switcher:hover {
  color: #3C3C3C;
  border-color: #3C3C3C;
  text-decoration: none;
}
.switch.switcher-language .switcher:hover .icon:before {
  color: #3C3C3C;
}

/* ============================================ *
 * Header
 * ============================================ */
.page-header-container {
  position: relative;
  width: 100%;
}
.page-header-container:after {
  content: '';
  display: table;
  clear: both;
}

/* ============================================ *
 * Logo
 * ============================================ */
.logo {
  display: none;
  float: left;
  width: 177px;
  margin-bottom: 0;
  height: 44px;
  line-height: 44px;
}
.logo img {
  max-width: 100%;
  vertical-align: middle;
}
.logo.logo-small {
  display: block;
}
.logo.logo-small .small {
  display: inline-block;
}
.logo .large {
  display: none;
}

@media only screen and (min-width: 980px) {
  .logo {
    display: inline-block;
  }
  .logo.logo-small {
    display: none;
  }
  .logo.logo-small .small {
    display: none;
  }
  .logo .large {
    display: inline-block;
  }
}
@media only screen and (max-width: 479px) {
  .logo {
    max-width: 115px;
  }
}
@media only screen and (max-width: 979px) {
  .header .logo {
    display: none;
  }
  .header .logo.logo-small {
    display: block;
  }
  .header .logo.logo-small .small {
    display: block;
    max-width: 125px;
    height: 17px;
    margin-left: 20px;
    margin-top: 3px;
  }
}
@media only screen and (max-width: 769px) {
  .header .logo {
    display: none;
  }
  .header .logo.logo-small {
    display: none;
  }
  .header .top-menu {
    width: auto;
  }
}
/* ============================================ *
 * Top menu
 * ============================================ */
.top-menu {
  float: left;
  height: 44px;
  vertical-align: middle;
  text-align: center;
  width: calc(100% - 356px);
  width: -moz-calc(100% - 356px);
  /* support for FF4 - FF15 */
  width: -webkit-calc(100% - 356px);
}
.top-menu .block {
  margin-bottom: 0;
}
.top-menu ul {
  margin: 0 auto;
}
.top-menu ul li {
  display: inline-block;
  padding: 0 20px;
  margin-top: 15px;
}
.top-menu ul li a {
  font-size: 18px;
  letter-spacing: 0.42px;
  color: #000000;
  font-family: "Radikal-Light", "Open Sans", sans-serif;
}
.top-menu ul li a:hover {
  color: #1B82BF;
  text-decoration: none;
}
.top-menu ul li.active a {
  font-family: "Radikal-Medium", "Open Sans", sans-serif;
  font-weight: 200;
  color: #2CA7DF;
}
.top-menu ul li.active .skip-link {
  display: inline;
  padding: 0;
  float: none;
}
@media only screen and (max-width: 979px) {
  .top-menu ul li {
    margin-top: 0;
  }
}
@media only screen and (max-width: 979px) {
  .top-menu ul li:nth-of-type(1n+2) {
    display: none;
  }
}

/* ============================================ *
 * Skip Links
 * ============================================ */
@media only screen and (min-width: 770px) {
  .skip-links {
    float: right;
  }
  .skip-links ul {
    display: table;
    margin: 0 auto;
  }
  .skip-links ul li {
    display: table-cell;
    height: 44px;
    vertical-align: middle;
    padding: 0 25px;
  }
  .skip-links ul li a {
    color: #3C3C3C;
    font-size: 18px;
  }
}
.skip-links-top {
  float: right;
  height: 44px;
  display: table;
}
.skip-links-top .skip-link {
  float: none;
}
.skip-links-top .skip-link.skip-active .icon:before {
  color: #2CA7DF;
}
.skip-links-top .skip-link-wrapper {
  display: inline-block;
  vertical-align: middle;
  position: relative;
}

/* -------------------------------------------- *
 * Skip - Link
 */
.skip-link {
  position: relative;
  float: left;
  color: #3C3C3C;
  text-decoration: none;
  display: table-cell;
  vertical-align: middle;
  padding: 0 7px;
}
.skip-link .label {
  vertical-align: middle;
  display: none;
}
.skip-link .icon {
  color: #878786;
}
.skip-link:hover {
  text-decoration: none;
}
.skip-link:hover .icon {
  color: #3C3C3C;
}
.skip-link.skip-nav .label {
  color: #FFFFFF;
  font-size: 14px;
}
@media only screen and (max-width: 979px) {
  .skip-link.skip-nav .label {
    display: inline-block;
  }
}

@media only screen and (max-width: 979px) {
  .skip-links {
    clear: both;
  }
  .skip-links .skip-link {
    height: 44px;
    line-height: 44px;
  }
  .skip-links .skip-link.skip-account, .skip-links .skip-link.skip-search {
    display: none;
  }

  .skip-content.skip-active {
    clear: both;
    border-top: 0;
  }

  .skip-links-top .skip-link.skip-account, .skip-links-top .skip-link.skip-search {
    display: none;
  }
  .skip-links-top .store-language-container {
    display: none;
  }
}
/* -------------------------------------------- *
 * Skip Link - Icon
 */
.skip-link span.icon {
  display: inline-block;
  width: 18px;
  height: 18px;
  vertical-align: middle;
  position: relative;
}
.skip-link span.icon:before {
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  text-align: center;
  color: #878786;
}
.skip-link span.icon:hover:before {
  color: #3C3C3C;
}

/* ============================================ *
 * Skip Content
 * ============================================ */
.skip-content {
  display: none;
}

.skip-content.skip-active {
  display: block;
}

/* ============================================ *
 * Global Header Navigation
 * ============================================ */
@media only screen and (max-width: 769px) {
  #header-account li a {
    padding: 0 20px;
    border-bottom: 1px solid #FFFFFF;
    text-align: left;
    line-height: 30px;
  }

  #header-account li a {
    color: #3C3C3C;
  }

  #header-account li:last-child a,
  .nav-primary li.level0:last-child a.level0 {
    border-bottom: none;
  }

  .no-touch #header-account a:hover,
  .no-touch .nav-primary a:hover {
    text-decoration: none;
  }
}
/* ============================================ *
 * Account cart wrapper
 * ============================================ */
.account-cart-wrapper {
  float: right;
  display: table;
  height: 44px;
}
@media only screen and (max-width: 769px) {
  .account-cart-wrapper {
    height: 20px;
  }
}

/* ============================================ *
 * Sticky header
 * ============================================ */
.sticky-header-container {
  background: #FFFFFF;
  width: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 999;
  display: none;
}
.sticky-header-container .sticky-header {
  height: 60px;
  padding: 0 20px;
}
@media only screen and (max-width: 479px) {
  .sticky-header-container .sticky-header {
    height: 55px;
  }
}
.sticky-header-container .sticky-header .button {
  height: 43px;
  margin: 8px 0;
}
.sticky-header-container .sticky-header .button.sticky-mobile {
  display: none;
  margin: 5px 0;
  padding-left: 18px;
  padding-right: 18px;
}
@media only screen and (max-width: 479px) {
  .sticky-header-container .sticky-header .button:not(.sticky-mobile) {
    display: none;
  }
  .sticky-header-container .sticky-header .button.sticky-mobile {
    display: table;
  }
}
.sticky-header-container .sticky-header a:not(.button) {
  line-height: 50px;
  font-family: "Radikal-Medium", "Open Sans", sans-serif;
  font-size: 18px;
  color: #3C3C3C;
}
@media only screen and (max-width: 479px) {
  .sticky-header-container .sticky-header a:not(.button) {
    display: none;
  }
}
@media only screen and (max-width: 479px) {
  .sticky-header-container .sticky-header .icon {
    display: none;
  }
}
.sticky-header-container .sticky-header .scroll-to-links a {
  cursor: pointer;
  line-height: 60px;
  vertical-align: middle;
  margin-right: 35px;
  display: inline-block;
  font-family: "Radikal-Light", "Open Sans", sans-serif;
}
@media only screen and (max-width: 479px) {
  .sticky-header-container .sticky-header .scroll-to-links a {
    line-height: 55px;
  }
}
.sticky-header-container .sticky-header .scroll-to-links a:hover {
  color: #2CA7DF;
}
.sticky-header-container .sticky-header .scroll-to-links a.active {
  font-family: "Radikal-Medium", "Open Sans", sans-serif;
  box-shadow: 0px -5px 0px #2CA7DF inset;
}
.sticky-header-container .sticky-header .scroll-to-links a:last-of-type {
  padding-right: 0;
}
.sticky-header-container .sticky-header .scroll-to-links a.sticky-mobile {
  font-family: "Radikal-Medium", "Open Sans", sans-serif;
  color: #2CA7DF;
  box-shadow: none;
  margin-right: 0;
  white-space: nowrap;
  word-wrap: normal;
  display: none;
}
@media only screen and (max-width: 979px) {
  .sticky-header-container .sticky-header .scroll-to-links a.scroll-to {
    display: none;
  }
  .sticky-header-container .sticky-header .scroll-to-links a.sticky-mobile {
    display: block;
  }
}

/* ============================================ *
 * Header B2B Shops
 * ============================================ */
/* ============================================ *
 * Nav - Skip Link
 * ============================================ */
.skip-nav .icon {
  float: right;
}
.skip-nav .icon:after {
  content: "";
  color: #FFFFFF;
  font-size: 12px;
  font-family: "icons";
  display: inline-block;
  vertical-align: middle;
  line-height: 12px;
  font-weight: normal;
  font-style: normal;
  speak: none;
  text-transform: none;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  letter-spacing: 0;
}
.skip-nav.skip-active {
  border-bottom: 1px solid #FFFFFF;
}

#header-nav {
  background: #F8F8F8;
}

#nav {
  position: relative;
  max-width: 1200px;
  padding: 0 10px;
  margin: 0 auto;
}

@media only screen and (max-width: 979px) {
  #header .skip-mobile-nav {
    display: inline-block;
    line-height: 24px;
    padding: 0;
  }
  #header .skip-mobile-nav .icon {
    font-size: 0;
    color: transparent;
    top: -6px;
    color: #F3F3F4;
  }
  #header .skip-mobile-nav .icon:before {
    content: "";
    color: #2CA7DF;
    font-size: 28px;
    font-family: "icons";
    display: inline-block;
    vertical-align: middle;
    line-height: 28px;
    font-weight: normal;
    font-style: normal;
    speak: none;
    text-transform: none;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    letter-spacing: 0;
  }
}

@media only screen and (min-width: 980px) {
  #nav {
    padding: 0 20px;
    max-width: 770px;
  }
}
@media only screen and (min-width: 980px) {
  #nav {
    max-width: 980px;
  }
}
@media only screen and (min-width: 1200px) {
  #nav {
    max-width: 1200px;
  }
}
@media only screen and (max-width: 979px) {
  .skip-nav {
    width: 100%;
    background: #3C3C3C;
    position: relative;
    padding: 0 20px;
  }
}
@media only screen and (min-width: 980px) {
  .skip-nav,
  .skip-mobile-nav {
    display: none;
  }
}
@media only screen and (max-width: 322px) {
  #header-nav {
    width: 100%;
    overflow: scroll;
  }
  #header-nav #nav {
    min-width: 350px;
  }
  #header-nav #nav .nav-primary li.level0 {
    width: auto;
    float: left;
    padding-right: 20px !important;
  }
  #header-nav #nav .nav-primary li.level0.nav-2 {
    float: left;
  }
}
/* ============================================ *
 * Nav - Mobile
 * ============================================ */
#mobile-menu {
  position: fixed;
  width: 100%;
  height: 100%;
  z-index: 10;
  overflow: auto;
  background: #f3f3f4;
  top: 0;
  padding: 8px 20px;
}
@media only screen and (min-width: 980px) {
  #mobile-menu.skip-content.skip-active {
    display: none !important;
  }
}
#mobile-menu .line {
  width: 190px;
  margin: 10px auto 30px;
  display: block;
  height: 1px;
  background-color: #95989A;
  opacity: 0.36;
}
#mobile-menu .top {
  width: 100%;
  margin-bottom: 46px;
  display: table;
}
#mobile-menu .top > a {
  display: table-cell;
}
#mobile-menu .top a.close {
  font-weight: normal;
  color: #000000;
  font-size: 26px;
  font-family: "Radikal-Light", "Open Sans", sans-serif;
  width: 25%;
  cursor: pointer;
  vertical-align: bottom;
}
#mobile-menu .top a.close .icon {
  display: inline-block;
  width: 28px;
  height: 28px;
  vertical-align: middle;
  position: relative;
  top: -4px;
  font-size: 0;
  color: transparent;
}
#mobile-menu .top a.close .icon:before {
  content: "";
  color: #3C3C3C;
  font-size: 28px;
  font-family: "icons";
  display: inline-block;
  vertical-align: middle;
  line-height: 28px;
  font-weight: normal;
  font-style: normal;
  speak: none;
  text-transform: none;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  letter-spacing: 0;
}
#mobile-menu .top .logo {
  width: 50%;
  text-align: center;
  height: auto;
  float: none;
  width: 125px;
}
#mobile-menu .top .logo img.small {
  max-width: 125px;
  display: inline;
}
#mobile-menu .top .skip-link {
  padding: 0;
}
#mobile-menu .top .skip-search {
  width: 25%;
  text-align: right;
  margin-top: 8px;
  float: none;
}
#mobile-menu .top .skip-search .icon {
  display: inline-block;
  width: 18px;
  height: 18px;
  vertical-align: middle;
  position: relative;
  font-size: 0;
  color: transparent;
  top: -4px;
}
#mobile-menu .top .skip-search .icon:before {
  content: "";
  color: #3C3C3C;
  font-size: 26px;
  font-family: "icons";
  display: inline-block;
  vertical-align: middle;
  line-height: 26px;
  font-weight: normal;
  font-style: normal;
  speak: none;
  text-transform: none;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  letter-spacing: 0;
}
#mobile-menu #block-header_top_menu a {
  font-size: 24px;
}
#mobile-menu .language-gateway-form .close {
  display: none;
}
#mobile-menu .language-gateway-form .block.available-languages {
  margin-bottom: 8px;
}
#mobile-menu .language-gateway-form .block.available-languages .block-title {
  display: none;
}
#mobile-menu .language-gateway-form .block.available-languages ul {
  max-width: 302px;
  margin: 0 auto;
  columns: 2;
  -webkit-columns: 2;
  -moz-columns: 2;
}
#mobile-menu .language-gateway-form .block.available-languages ul li {
  margin-bottom: 14px;
}
#mobile-menu .language-gateway-form .block.available-languages ul li .button-tertiary {
  border: 2px solid #2ca7df;
  border-radius: 3px;
  padding: 0;
}
#mobile-menu .language-gateway-form .block.available-languages ul li .button-tertiary.active {
  border-color: #878786;
}
#mobile-menu .language-gateway-form .block.available-languages ul li .button-tertiary.active span {
  color: #F3F3F4;
}
#mobile-menu .language-gateway-form .block.available-languages ul li a {
  width: 100%;
  font-size: 16px;
  opacity: 0.84;
}
@media only screen and (max-width: 479px) {
  #mobile-menu .language-gateway-form .block.available-languages ul li a {
    padding: 0;
  }
}
#mobile-menu .switch.switcher-language {
  display: block;
  text-align: center;
  padding: 22px;
}
#mobile-menu .switch.switcher-language .switcher {
  border: none;
  padding: 0;
}
#mobile-menu .switch.switcher-language .switcher:after {
  content: "";
  color: #3C3C3C;
  font-size: 18px;
  font-family: "icons";
  display: inline-block;
  vertical-align: middle;
  line-height: 18px;
  font-weight: normal;
  font-style: normal;
  speak: none;
  text-transform: none;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  letter-spacing: 0;
}
#mobile-menu .switch.switcher-language .switcher .current-store {
  display: inline-block;
  font-family: "Radikal-Medium", "Open Sans", sans-serif;
  font-size: 18px;
  color: #3C3C3C;
  margin-right: 20px;
}
#mobile-menu .switch.switcher-language .switcher .icon {
  width: auto;
  line-height: 1;
}
#mobile-menu .switch.switcher-language .switcher .icon .flag {
  width: 31px !important;
  padding-top: 2px;
}
#mobile-menu .switch.switcher-language .switcher .icon .flag:before {
  line-height: 17px;
}
#mobile-menu .switch.switcher-language .switcher .label {
  display: none;
}
#mobile-menu .my-account {
  width: 100%;
  padding: 22px;
}
#mobile-menu .my-account .button {
  width: 190px;
  margin: 0 auto;
}
#mobile-menu #block-header_top_menu {
  text-align: center;
}
#mobile-menu #block-header_top_menu ul li {
  margin-bottom: 46px;
}
#mobile-menu #block-header_top_menu ul li .skip-link {
  display: inline;
  padding: 0;
  float: none;
}

html.nav-before-open {
  height: 100%;
  overflow-x: hidden;
  width: 100%;
}
html.nav-before-open body {
  height: 100%;
  overflow: hidden;
  position: relative;
  width: 100%;
}

/* ============================================ *
 * Nav - Skip Content
 * ============================================ */
@media only screen and (max-width: 979px) {
  #header-nav {
    clear: both;
  }
  #header-nav #nav {
    padding: 0;
  }
}
@media only screen and (max-width: 769px) {
  #header-nav #nav {
    padding: 0;
    height: 44px;
  }
}
@media only screen and (min-width: 980px) {
  #header-nav {
    display: block;
    /* Force visibility */
    clear: both;
  }
}
/* ============================================ *
 * General Navigation Styles
 * ============================================ */
.nav-primary {
  display: block;
}
.nav-primary li.level0 {
  display: inline-block;
  padding: 0 12.5px;
}
.nav-primary a {
  white-space: nowrap;
  text-decoration: none;
  position: relative;
  display: block;
  color: #3C3C3C;
  line-height: 44px;
  font-family: "Radikal-Light", "Open Sans", sans-serif;
}
.nav-primary a:hover {
  color: #1B82BF;
}
.nav-primary li {
  position: relative;
}

.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: 769px) {
  .nav-primary li.level0 {
    overflow: hidden;
    width: 32%;
  }
  .nav-primary li.nav-home {
    padding-left: 20px;
    padding-right: 0;
  }
  .nav-primary li.first {
    text-align: center;
    padding: 0;
  }
  .nav-primary li.nav-2 {
    float: right;
    padding-right: 20px;
    padding-left: 0;
    text-align: right;
  }
  .nav-primary li.nav-3 {
    display: none;
  }
  .nav-primary a.level0,
  .nav-primary a {
    font-size: 14px;
    line-height: 44px;
  }
  .nav-primary li.level0 ul {
    display: none;
  }
  .nav-primary li.level0 li {
    padding: 0 0 0 25px;
  }
  .nav-primary li.level1 a {
    padding: 0 15px 0 25px;
  }
  .nav-primary li.parent > a:after {
    content: '';
    position: absolute;
    width: 0;
    height: 0;
    display: block;
    border-top: 5px solid transparent;
    border-bottom: 5px solid transparent;
    border-left: 5px solid #ccc;
    border-right: none;
    top: 50%;
    left: 10px;
    right: auto;
    margin-top: -5px;
  }
  .nav-primary li.level0.active a {
    font-family: "Radikal-Medium", "Open Sans", sans-serif;
    color: #2CA7DF;
    font-weight: 200;
  }
  .nav-primary li.parent.sub-menu-active > a:after,
  .nav-primary li.parent.menu-active > a:after {
    content: '';
    position: absolute;
    width: 0;
    height: 0;
    display: block;
    border-right: 5px solid transparent;
    border-left: 5px solid transparent;
    border-top: 5px solid #ccc;
    border-bottom: none;
    top: 50%;
    left: 10px;
    right: auto;
    margin-top: -5px;
  }
}
/* ============================================ *
 * Large Viewports - Dropdown Menu
 * ============================================ */
@media only screen and (min-width: 770px) {
  .nav-primary {
    text-align: center;
    /* 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+ */
  }
  .nav-primary li.level0 {
    padding: 0 25px;
  }
  .nav-primary li.level0 a.level0 {
    display: inline-block;
  }
  .nav-primary li.level0.active a {
    font-family: "Radikal-Medium", "Open Sans", sans-serif;
    color: #2CA7DF;
    font-weight: 200;
  }
  .nav-primary li:last-child > a {
    border-bottom: none;
  }
  .nav-primary .menu-active {
    color: #2CA7DF;
    z-index: 200;
  }
  .nav-primary li.level0 ul {
    min-width: 200px;
    position: absolute;
    left: 0;
    top: 100%;
    /* Height of ".nav-primary a.level0" */
    z-index: 10;
    padding-left: 10px;
    padding-right: 10px;
    display: none;
    /* Hide until displayed. */
  }
  .nav-primary li.level0 ul.level0 {
    border-top: 0;
  }
  .nav-primary li.level1 ul {
    left: 100%;
    top: 0;
  }
  .nav-primary li.level0 ul.level0.position-test {
    display: block;
  }
  .nav-primary li.level0 ul.level0.spill {
    right: 0;
    left: auto;
  }
  .nav-primary li.level0 ul.level0.spill li.level1 ul {
    left: auto;
    right: 50px;
    top: 20px;
  }
  .nav-primary li.level0 li.parent > a {
    position: relative;
  }
  .nav-primary li.level0 li.parent > a:after {
    content: '';
    position: absolute;
    width: 0;
    height: 0;
    display: block;
    border-top: 4px solid transparent;
    border-bottom: 4px solid transparent;
    border-left: 4px solid #ccc;
    border-right: none;
    right: 5px;
    top: 50%;
    margin-top: -3px;
  }
}
.nav-primary li.menu-active > ul {
  display: block;
}

/* ============================================ *
 * Search - Skip Link
 * ============================================ */
.skip-search {
  display: table-cell;
}
.skip-search .icon {
  font-size: 0;
  color: transparent;
}
.skip-search .icon:before {
  content: "";
  color: #3C3C3C;
  font-size: 18px;
  font-family: "icons";
  display: inline-block;
  vertical-align: middle;
  line-height: 18px;
  font-weight: normal;
  font-style: normal;
  speak: none;
  text-transform: none;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  letter-spacing: 0;
}
.skip-search .label {
  display: none;
}

/* ============================================ *
 * Search - Skip Content
 * ============================================ */
@media only screen and (max-width: 769px) {
  #header-search {
    padding: 20px;
  }
}
@media only screen and (min-width: 770px) {
  #header-search {
    display: block;
  }
}
/* ============================================ *
 * Search Input
 * ============================================ */
#search_mini_form {
  white-space: nowrap;
}
#search_mini_form .input-box {
  position: relative;
  padding: 0;
}
#search_mini_form label {
  display: none;
}
#search_mini_form #search {
  width: auto;
}

/* ============================================ *
 * Header - Account
 * ============================================ */
/* -------------------------------------------- *
 * Skip Link - Account
 */
.skip-account {
  float: none;
  width: auto;
  display: table-cell;
}
.skip-account .icon {
  font-size: 0;
  color: transparent;
}
.skip-account .icon:before {
  content: "";
  color: #3C3C3C;
  font-size: 18px;
  font-family: "icons";
  display: inline-block;
  vertical-align: middle;
  line-height: 18px;
  font-weight: normal;
  font-style: normal;
  speak: none;
  text-transform: none;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  letter-spacing: 0;
}
.skip-account .label {
  display: none;
}

@media only screen and (min-width: 770px) {
  #header-account.skip-active {
    display: block;
    position: absolute;
    z-index: 200;
    top: 75px;
    right: 20px;
    clear: both;
    border: 1px solid #878786;
    font-size: 16px;
    min-width: 255px;
  }

  #header-account a:not(.button) {
    display: block;
    padding: 5px 10px;
    color: #3C3C3C;
    line-height: 2;
    font-size: 16px;
  }

  #header-account a:hover {
    color: #3C3C3C;
  }
}
@media only screen and (max-width: 769px) {
  #header-account.skip-active {
    border-top: 1px solid #c6c6c5;
  }
  #header-account.skip-active li a {
    padding: 5px 60px;
  }
  #header-account.skip-active li a:before {
    left: 45px;
  }
}
/* -------------------------------------------- *
 * Account Links
 */
#header-account {
  padding: 15px 0;
  background: #FFFFFF;
  text-align: left;
}

#header-account .links .user-name {
  color: #2CA7DF;
  padding: 0 20px 15px;
}
#header-account.not-logged-in {
  padding: 20px;
}
#header-account.not-logged-in .button {
  width: 100%;
  margin-bottom: 15px;
}
#header-account.not-logged-in .button:hover {
  color: #FFFFFF;
}
#header-account.not-logged-in .register {
  clear: both;
}
#header-account.not-logged-in .register a {
  display: inline;
  padding: 0;
}
#header-account li a:not(.button) {
  display: block;
  padding: 5px 35px;
  line-height: 23px;
  color: #3C3C3C;
  position: relative;
}
#header-account li a:not(.button):not(.logout-link):before {
  content: '';
  position: absolute;
  width: 0;
  height: 0;
  display: block;
  border-top: 5px solid transparent;
  border-bottom: 5px solid transparent;
  border-left: 7px solid #3C3C3C;
  border-right: none;
  left: 20px;
  top: 10px;
}
#header-account li a:not(.button).logout-link:before {
  content: "";
  color: #3C3C3C;
  font-size: 16px;
  font-family: "icons";
  display: inline-block;
  vertical-align: middle;
  line-height: 16px;
  font-weight: normal;
  font-style: normal;
  speak: none;
  text-transform: none;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  letter-spacing: 0;
}
#header-account li a:not(.button).logout-link:before {
  left: 20px;
  top: 7px;
  position: absolute;
}

/* ============================================ *
 * Header - Cart
 * ============================================ */
/* -------------------------------------------- *
 * Skip Link - Cart
 */
.skip-cart {
  width: auto;
  position: relative;
}
.skip-cart .icon {
  font-size: 0;
  color: transparent;
}
.skip-cart .icon:before {
  content: "";
  color: #3C3C3C;
  font-size: 18px;
  font-family: "icons";
  display: inline-block;
  vertical-align: middle;
  line-height: 18px;
  font-weight: normal;
  font-style: normal;
  speak: none;
  text-transform: none;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  letter-spacing: 0;
}

@media only screen and (min-width: 980px) {
  #header-cart.skip-active {
    background: #FBFBFB;
    border: solid 1px #878786;
    display: block;
    position: absolute;
    z-index: 200;
    top: 74px;
    right: 0;
    width: 320px;
    background: white;
  }
}
/* -------------------------------------------- *
 * Skip Cart Notifier
 */
.skip-cart .count {
  -moz-border-radius: 16px;
  -webkit-border-radius: 16px;
  border-radius: 16px;
  display: table-cell;
  top: -10px;
  right: 0;
  position: absolute;
  z-index: 5;
  width: 16px;
  height: 16px;
  background: #1B82BF;
  color: #FFFFFF;
  font-size: 10px;
  line-height: 16px;
  text-align: center;
}

.skip-link.skip-active .count,
.skip-link.skip-active:hover .count,
.skip-link:hover .count {
  color: #FFFFFF;
  background: #2CA7DF;
}

@media only screen and (min-width: 980px) {
  .skip-cart {
    color: #3C3C3C;
    text-transform: uppercase;
  }
  .skip-cart:hover {
    text-decoration: none;
  }
}
.skip-cart .count.empty {
  display: none;
}

/* -------------------------------------------- *
 * Mini Cart - Empty
 */
.cart-menu .empty {
  padding: 20px;
  text-align: center;
}

/* -------------------------------------------- *
 * Mini Cart - Full
 */
/* Actions */
.cart-menu .actions {
  overflow: hidden;
  padding: 15px;
}

.cart-menu .actions .button {
  float: left;
  width: 48%;
}

.cart-menu .actions .button + .button {
  margin-left: 4%;
}

/* Subtotal */
.cart-menu .subtotal {
  padding: 0 15px 15px;
  font-size: 24px;
  line-height: 1.2;
}

/* List */
.mini-cart-list {
  margin-bottom: 5px;
}

.mini-cart-list li {
  position: relative;
  min-height: 90px;
  padding: 15px 15px 15px 90px;
  border-top: 1px solid #878786;
  font-size: 14px;
  line-height: 1.35;
}

.mini-cart-list .product-name {
  display: inline-block;
}

.mini-cart-list .product-image {
  position: absolute;
  left: 15px;
  top: 15px;
}

.mini-cart-list .product-image img {
  width: 60px;
  height: 60px;
}

.mini-cart-list .has-options {
  margin-bottom: 0;
  color: #A0A0A0;
  font-size: 12px;
}

/* Too full - additional items will be shown in cart */
.cart-menu .last-added {
  padding: 10px 15px 15px;
  border-top: 1px solid #878786;
  font-size: 14px;
}

/* ============================================ *
 * Footer
 * ============================================ */
/* -------------------------------------------- *
 * Footer before
 */
.footer-before-container {
  padding: 50px 0;
  background: #FFFFFF;
}
.footer-before-container .usps-wrapper, .footer-before-container .newsletter-wrapper {
  padding-top: 0;
  padding-bottom: 0;
}
.footer-before-container .usps-wrapper .title, .footer-before-container .newsletter-wrapper .title {
  font-family: "Radikal-Medium", "Open Sans", sans-serif;
  font-weight: 400;
  text-align: center;
  color: #2CA7DF;
  font-size: 32px;
  margin-bottom: 20px;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
@media only screen and (max-width: 769px) {
  .footer-before-container .usps-wrapper .title, .footer-before-container .newsletter-wrapper .title {
    font-size: 24px;
  }
}
@media only screen and (max-width: 479px) {
  .footer-before-container .usps-wrapper .title, .footer-before-container .newsletter-wrapper .title {
    font-size: 20px;
  }
}
.footer-before-container .usps-wrapper .block, .footer-before-container .newsletter-wrapper .block {
  margin-bottom: 0;
}
@media only screen and (max-width: 479px) {
  .footer-before-container .usps-wrapper .block .block-content, .footer-before-container .newsletter-wrapper .block .block-content {
    text-align: center;
  }
}
.footer-before-container .usps-wrapper ul, .footer-before-container .newsletter-wrapper ul {
  text-align: center;
  margin-top: 30px;
}
.footer-before-container .usps-wrapper ul li, .footer-before-container .newsletter-wrapper ul li {
  margin: 0 25px;
  display: inline-block;
}
.footer-before-container .usps-wrapper ul li:before, .footer-before-container .newsletter-wrapper ul li:before {
  content: "";
  color: inherit;
  font-size: 16px;
  font-family: "icons";
  display: inline-block;
  vertical-align: middle;
  line-height: 16px;
  font-weight: normal;
  font-style: normal;
  speak: none;
  text-transform: none;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  letter-spacing: 0;
}
.footer-before-container .usps-wrapper ul li:before, .footer-before-container .newsletter-wrapper ul li:before {
  margin-right: 10px;
}
@media only screen and (max-width: 979px) {
  .footer-before-container .usps-wrapper ul li, .footer-before-container .newsletter-wrapper ul li {
    float: left;
    width: 50%;
    text-align: left;
    margin: 0;
  }
  .footer-before-container .usps-wrapper ul li:nth-child(even), .footer-before-container .newsletter-wrapper ul li:nth-child(even) {
    clear: right;
  }
}
@media only screen and (max-width: 479px) {
  .footer-before-container .usps-wrapper ul li, .footer-before-container .newsletter-wrapper ul li {
    clear: both;
    float: none;
    width: inherit;
    display: block;
  }
}
@media only screen and (max-width: 979px) {
  .footer-before-container .usps-wrapper ul, .footer-before-container .newsletter-wrapper ul {
    max-width: 75%;
    margin: 0 auto;
  }
}
@media only screen and (max-width: 769px) {
  .footer-before-container .usps-wrapper ul, .footer-before-container .newsletter-wrapper ul {
    max-width: 100%;
  }
}
@media only screen and (max-width: 479px) {
  .footer-before-container .usps-wrapper ul, .footer-before-container .newsletter-wrapper ul {
    max-width: none;
    display: inline-block;
  }
}
.footer-before-container .block-subscribe {
  margin-bottom: 0;
  text-align: center;
}
.footer-before-container .block-subscribe .block-title {
  display: none;
}
.footer-before-container .block-subscribe .block-content {
  margin: 0 auto;
  display: table;
}
.footer-before-container .block-subscribe .block-content .form-subscribe-header {
  float: left;
  padding-right: 20px;
  line-height: 43px;
}
.footer-before-container .block-subscribe .block-content .form-subscribe-header label {
  font-size: 18px;
  font-family: "Radikal-Light", "Open Sans", sans-serif;
}
@media only screen and (max-width: 479px) {
  .footer-before-container .block-subscribe .block-content .form-subscribe-header label {
    font-size: 14px;
  }
}
@media only screen and (max-width: 979px) {
  .footer-before-container .block-subscribe .block-content .form-subscribe-header {
    clear: both;
    float: none;
    width: 100%;
    text-align: center;
    padding-right: 0;
  }
}
@media only screen and (max-width: 769px) {
  .footer-before-container .block-subscribe .block-content .form-subscribe-header {
    line-height: 1;
    padding: 10px 0;
  }
}
.footer-before-container .block-subscribe .block-content .form-wrapper {
  float: left;
}
.footer-before-container .block-subscribe .block-content .form-wrapper .input-box {
  float: left;
  position: relative;
  width: 260px;
}
.footer-before-container .block-subscribe .block-content .form-wrapper .input-box:before {
  content: "";
  color: #878786;
  font-size: 16px;
  font-family: "icons";
  display: inline-block;
  vertical-align: middle;
  line-height: 16px;
  font-weight: normal;
  font-style: normal;
  speak: none;
  text-transform: none;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  letter-spacing: 0;
}
.footer-before-container .block-subscribe .block-content .form-wrapper .input-box input {
  border-right: 0;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  font-size: 16px;
  padding: 9px 7px 7px 45px;
}
.footer-before-container .block-subscribe .block-content .form-wrapper .input-box:before {
  position: absolute;
  left: 16px;
  top: 21px;
  margin-top: -6px;
}
@media only screen and (max-width: 769px) {
  .footer-before-container .block-subscribe .block-content .form-wrapper .input-box {
    width: calc(100% - 80px);
  }
}
.footer-before-container .block-subscribe .block-content .form-wrapper .actions {
  float: left;
  margin: 0;
}
.footer-before-container .block-subscribe .block-content .form-wrapper .actions .button {
  float: none;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
  height: 43px;
}
@media only screen and (max-width: 769px) {
  .footer-before-container .block-subscribe .block-content .form-wrapper .actions .button {
    padding: 0 20px;
  }
}
@media only screen and (max-width: 979px) {
  .footer-before-container .block-subscribe .block-content .form-wrapper {
    margin: 0 auto;
    float: none;
    display: inherit;
  }
  .footer-before-container .block-subscribe .block-content .form-wrapper:after {
    content: '';
    display: table;
    clear: both;
  }
}
.footer-before-container .block-subscribe .newsletter-consent {
  font-size: 12px;
  margin-top: 20px;
  color: #878787;
}

/* -------------------------------------------- *
 * Footer
 */
.footer-container {
  background: #2CA7DF;
  position: relative;
}

.extra-background {
  display: block;
  position: absolute;
  right: 0;
  width: 25%;
  height: 100%;
  background-color: #3C3C3C;
}
@media only screen and (max-width: 599px) {
  .extra-background {
    display: none;
  }
}

.footer {
  max-width: 1200px;
  margin: 0 auto;
  clear: both;
  padding: 0 20px;
  /* -------------------------------------------- *
   * Social icons
   */
}
.footer .block {
  margin-bottom: 0;
}
.footer .block:after {
  content: '';
  display: table;
  clear: both;
}
.footer .block-title {
  border-bottom: 0;
  padding: 3px 0;
}
.footer .block-title strong {
  font-weight: normal;
}
.footer .block-title,
.footer address {
  color: #3C3C3C;
}
.footer ul {
  float: left;
  padding: 0 20px 0 0;
}
.footer ul li {
  font-size: 14px;
  color: #FFFFFF;
  line-height: 1.4;
  padding: 4px 0;
}
.footer ul li a, .footer ul li strong {
  color: #FFFFFF;
}
@media only screen and (max-width: 479px) {
  .footer ul li a, .footer ul li strong {
    padding: 7.5px 0;
    display: inline-block;
  }
}
.footer ul li strong {
  font-weight: normal;
  font-size: 18px;
  font-family: "Radikal-Medium", "Open Sans", sans-serif;
}
@media only screen and (max-width: 479px) {
  .footer ul li strong {
    font-size: 16px;
  }
}
@media only screen and (max-width: 479px) {
  .footer ul li {
    padding: 0 10px;
  }
}
.footer .col2-set .col-1 {
  width: 75%;
}
.footer .col2-set .col-1 #block-cmst_footer_navigation {
  margin-bottom: 0;
}
.footer .col2-set .col-1 #block-cmst_footer_navigation ul {
  width: 25%;
}
@media only screen and (max-width: 479px) {
  .footer .col2-set .col-1 #block-cmst_footer_navigation ul li {
    clear: both;
    display: block;
    width: 100%;
    cursor: pointer;
  }
  .footer .col2-set .col-1 #block-cmst_footer_navigation ul li:not(:first-of-type) {
    display: none;
  }
  .footer .col2-set .col-1 #block-cmst_footer_navigation ul li:first-child {
    -moz-user-select: none;
    -ms-user-select: none;
    -webkit-user-select: none;
    -o-user-select: none;
    user-select: none;
    position: relative;
  }
  .footer .col2-set .col-1 #block-cmst_footer_navigation ul li:first-child strong {
    padding: 15px 0;
  }
  .footer .col2-set .col-1 #block-cmst_footer_navigation ul li:first-child:after {
    content: "";
    color: #fff;
    font-size: 12px;
    font-family: "icons";
    display: inline-block;
    vertical-align: middle;
    line-height: 12px;
    font-weight: normal;
    font-style: normal;
    speak: none;
    text-transform: none;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    letter-spacing: 0;
  }
  .footer .col2-set .col-1 #block-cmst_footer_navigation ul li:first-child:after {
    position: absolute;
    top: 20px;
    right: 22px;
  }
  .footer .col2-set .col-1 #block-cmst_footer_navigation ul li:first-child.active {
    margin-bottom: 15px;
  }
  .footer .col2-set .col-1 #block-cmst_footer_navigation ul li:first-child.active:after {
    content: "";
    color: #fff;
    font-size: 12px;
    font-family: "icons";
    display: inline-block;
    vertical-align: middle;
    line-height: 12px;
    font-weight: normal;
    font-style: normal;
    speak: none;
    text-transform: none;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    letter-spacing: 0;
  }
  .footer .col2-set .col-1 #block-cmst_footer_navigation ul li:last-child {
    margin-bottom: 15px;
  }
}
@media only screen and (max-width: 979px) {
  .footer .col2-set .col-1 #block-cmst_footer_navigation ul {
    width: 50%;
    margin-bottom: 20px;
  }
  .footer .col2-set .col-1 #block-cmst_footer_navigation ul:nth-child(odd) {
    clear: left;
  }
}
@media only screen and (max-width: 599px) {
  .footer .col2-set .col-1 #block-cmst_footer_navigation ul {
    padding-left: 70px;
  }
}
@media only screen and (max-width: 479px) {
  .footer .col2-set .col-1 #block-cmst_footer_navigation ul {
    clear: both;
    float: none;
    width: 100%;
    padding: 0;
    margin-bottom: 0;
    border-bottom: 1px solid #FFFFFF;
  }
  .footer .col2-set .col-1 #block-cmst_footer_navigation ul:last-of-type {
    border-bottom: none;
  }
}
.footer .col2-set .col-1 #block-cmst_footer_navigation:after {
  content: '';
  display: table;
  clear: both;
}
@media only screen and (max-width: 979px) {
  .footer .col2-set .col-1 {
    width: 66.66667%;
  }
}
@media only screen and (max-width: 599px) {
  .footer .col2-set .col-1 {
    width: 100%;
    float: left;
    clear: both;
    min-height: 0 !important;
    padding: 20px 10px 10px;
  }
}
@media only screen and (max-width: 479px) {
  .footer .col2-set .col-1 {
    padding: 0;
  }
}
.footer .col2-set .col-2 {
  width: 25%;
  background: #3C3C3C;
  padding-left: 40px;
}
.footer .col2-set .col-2 ul {
  margin-bottom: 20px;
}
@media only screen and (max-width: 599px) {
  .footer .col2-set .col-2 ul {
    padding-left: 70px;
  }
}
@media only screen and (max-width: 479px) {
  .footer .col2-set .col-2 ul {
    padding: 0;
    width: 100%;
  }
}
@media only screen and (max-width: 979px) {
  .footer .col2-set .col-2 {
    width: 33.33333%;
  }
}
@media only screen and (max-width: 599px) {
  .footer .col2-set .col-2 {
    width: 100%;
    float: left;
    clear: both;
    min-height: 0 !important;
    padding: 20px 10px 10px;
  }
}
@media only screen and (max-width: 479px) {
  .footer .col2-set .col-2 {
    padding-left: 0;
    padding-right: 0;
  }
}
.footer .col2-set .col-2:after {
  content: '';
  display: table;
  clear: both;
}
.footer .links.social-media em {
  background-image: url(https://shop.fairphone.com/skin/frontend/fairphone_rwd/default/images/social_icons.png);
  background-repeat: no-repeat;
  width: 13px;
  vertical-align: middle;
  display: inline-block;
  margin-right: 7px;
}
@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) {
  .footer .links.social-media em {
    background-image: url(https://shop.fairphone.com/skin/frontend/fairphone_rwd/default/images/social_icons@2x.png);
    background-size: 50px 125px;
  }
}
.footer .links.social-media em.facebook {
  background-position: 0 -0px;
  height: 13px;
}
.footer .links.social-media a:hover em.facebook {
  background-position: -25px -0px;
}
.footer .links.social-media em.twitter {
  background-position: 0 -24px;
  height: 13px;
}
.footer .links.social-media a:hover em.twitter {
  background-position: -25px -24px;
}
.footer .links.social-media em.youtube {
  background-position: 0 -49px;
  height: 13px;
}
.footer .links.social-media a:hover em.youtube {
  background-position: -25px -49px;
}
.footer .links.social-media em.pinterest {
  background-position: 0 -74px;
  height: 15px;
}
.footer .links.social-media a:hover em.pinterest {
  background-position: -25px -74px;
}
.footer .links.social-media em.rss {
  background-position: 0 -99px;
  height: 13px;
}
.footer .links.social-media a:hover em.rss {
  background-position: -25px -99px;
}
.footer .block-subscribe .input-box {
  float: left;
  width: 65.625%;
  padding-top: 0;
}
.footer .block-subscribe .input-text {
  width: 100%;
  border-right: 0;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  border-radius: 0;
}
.footer .block-subscribe .block-content {
  padding-top: 7px;
}
.footer .block-subscribe .block-content:after {
  content: '';
  display: table;
  clear: both;
}
.footer .block-subscribe .actions {
  float: left;
  width: 34.375%;
  margin: 0;
}
.footer .block-subscribe .actions .button {
  height: 30px;
  line-height: 17px;
  float: left;
}
.footer .bugs {
  display: none;
}
.footer .form-language,
.footer .currency-switcher,
.footer .store-switcher {
  clear: both;
  margin-bottom: 10px;
}
.footer .form-language,
.footer .currency-switcher {
  display: none;
}
@media only screen and (max-width: 1199px) {
  .footer .links {
    width: 22.65625%;
    padding-right: 0;
    margin-right: 3.125%;
  }
  .footer .links:nth-child(4) {
    margin-right: 0;
  }
  .footer .block-subscribe {
    clear: both;
    float: none;
    margin: 0 auto 20px auto;
  }
}
@media only screen and (max-width: 769px) {
  .footer .form-language,
  .footer .currency-switcher {
    display: block;
  }
}
@media only screen and (max-width: 599px) {
  .footer .links {
    width: 48.4375%;
    margin-right: 0;
  }
  .footer .links:nth-child(odd) {
    margin-right: 3.125%;
    clear: both;
  }
  .footer .block-subscribe {
    clear: both;
    float: left;
    width: 100%;
  }
}
@media only screen and (max-width: 599px) {
  .footer {
    padding: 0;
  }
}

/* -------------------------------------------- *
 * Footer copyright
 */
.copyright-container {
  width: 100%;
  clear: both;
  font-size: 12px;
  margin-top: 55px;
}
.copyright-container .content {
  clear: both;
  margin-bottom: 10px;
}
.copyright-container .content a {
  font-size: 12px;
  color: #3C3C3C;
  font-family: "Radikal-Medium", "Open Sans", sans-serif;
}
@media only screen and (max-width: 599px) {
  .copyright-container .content {
    margin-bottom: 20px;
  }
}
.copyright-container address {
  display: inline-block;
  float: left;
  padding-right: 15px;
}
@media only screen and (max-width: 599px) {
  .copyright-container address {
    margin-bottom: 20px;
    float: none;
    clear: both;
    padding: 0;
    display: block;
  }
}
.copyright-container .block.block-cms {
  display: inline-block;
  margin: 0;
}
.copyright-container .block.block-cms ul {
  width: auto;
  padding: 0;
  margin: 0;
}
.copyright-container .block.block-cms ul > li {
  padding: 0 15px;
  display: inline-block;
  line-height: 1;
}
.copyright-container .block.block-cms ul > li a {
  font-size: 12px;
  color: #3C3C3C;
  font-family: "Radikal-Medium", "Open Sans", sans-serif;
}
@media only screen and (max-width: 769px) {
  .copyright-container .block.block-cms ul > li:first-of-type {
    padding-left: 0;
  }
}
@media only screen and (max-width: 599px) {
  .copyright-container .block.block-cms ul > li {
    padding-left: 0;
    display: block;
    float: none;
    margin-bottom: 20px;
  }
}
@media only screen and (max-width: 769px) {
  .copyright-container .block.block-cms {
    clear: both;
    float: none;
    display: block;
  }
}
@media only screen and (max-width: 599px) {
  .copyright-container {
    margin-top: 0;
    padding: 20px 80px;
  }
}
@media only screen and (max-width: 479px) {
  .copyright-container {
    margin-top: 0;
    padding: 10px;
  }
}

/* ============================================ *
 * Footer Checkout Onepage
 * ============================================ */
.checkout-onepage-index .footer-before-container .usps-wrapper .block-content {
  color: #30B579;
}
.checkout-onepage-index .footer-before-container .usps-wrapper .block-content .title {
  color: #3C3C3C;
}
.checkout-onepage-index .footer-container {
  background: #f3f3f4;
}
.checkout-onepage-index .footer-container .extra-background {
  display: none;
}
.checkout-onepage-index .footer-container .footer ul li a, .checkout-onepage-index .footer-container .footer ul li strong {
  color: #3C3C3C;
}
.checkout-onepage-index .footer-container .footer .col2-set .col-2 {
  background: inherit;
}
.checkout-onepage-index .footer-container .footer .copyright-container,
.checkout-onepage-index .footer-container .footer .copyright-container address,
.checkout-onepage-index .footer-container .footer .copyright-container .block-cms,
.checkout-onepage-index .footer-container .footer .copyright-container .block-cms a {
  color: #878786;
}

/* ============================================ *
 * Footer Cart + One Step Checkout
 * ============================================ */
.onestepcheckout-index-index .footer-before-container .usps-wrapper .block-content,
.checkout-cart-index .footer-before-container .usps-wrapper .block-content {
  color: #30B579;
}
.onestepcheckout-index-index .footer-before-container .usps-wrapper .block-content .title,
.checkout-cart-index .footer-before-container .usps-wrapper .block-content .title {
  color: #3C3C3C;
}

/* ================================================= *
 * General Product List Styles (not module-specific)
 * ================================================= */
/* -------------------------------------------- *
 * Product List General
 */
.products-list .action .button,
.products-grid .actions .button {
  white-space: normal;
}

/* -------------------------------------------- *
 * Product Name
 */
h2.product-name, .customer-account .account-header .product-name.page-title,
h3.product-name,
h4.product-name,
h5.product-name,
p.product-name {
  margin: 0;
  margin-bottom: 0.5em;
  color: #3C3C3C;
  font-family: "Radikal-Medium", "Open Sans", sans-serif;
  font-size: 32px;
  font-style: normal;
  line-height: 1.2;
  text-rendering: optimizeLegibility;
  font-size: 14px;
  font-weight: normal;
  line-height: 1.4;
}
h2.product-name a, .customer-account .account-header .product-name.page-title a,
h3.product-name a,
h4.product-name a,
h5.product-name a,
p.product-name a {
  color: #3C3C3C;
}
h2.product-name a:hover, .customer-account .account-header .product-name.page-title a:hover,
h3.product-name a:hover,
h4.product-name a:hover,
h5.product-name a:hover,
p.product-name a:hover {
  color: #3C3C3C;
  text-decoration: none;
}

.catalog-category-view .main {
  padding-top: 40px;
  padding-bottom: 80px;
}
.catalog-category-view .category-top .page-title {
  display: none;
}
.catalog-category-view .category-header.top-img {
  background-position: top center;
  background-repeat: no-repeat;
  background-size: cover;
  float: left;
  width: 100%;
  padding: 20px 0;
}
.catalog-category-view .category-header.header-content {
  padding: 0;
}
.catalog-category-view .category-header .header-content {
  padding: 20px;
}
.catalog-category-view .category-header .header-content > .col2-set > .col-1 {
  width: calc(100% / 4);
}
.catalog-category-view .category-header .header-content > .col2-set > .col-2 {
  width: calc(100% / 4 * 3);
}
.catalog-category-view .category-header .header-content > .col2-set > div > .col2-set > div {
  width: 100%;
  padding: 0;
}
.catalog-category-view .category-header .header-content > .col2-set > div > .col2-set > div.col-2 {
  padding: 20px 0;
}
.catalog-category-view .category-header .header-content ol {
  margin-bottom: 0;
}
.catalog-category-view .category-header .header-content ol li {
  margin-left: 1em;
}
.catalog-category-view .category-header .header-content p {
  clear: left;
}
.catalog-category-view .category-header .header-content img {
  max-width: 100%;
}
.catalog-category-view .category-header .header-content .m-only {
  display: none;
}
.catalog-category-view .category-header .header-content .button {
  display: none;
}
.catalog-category-view .category-header .header-content .button a {
  color: #FFFFFF;
  text-decoration: none;
}
.catalog-category-view .category-header .header-content .bottomlink {
  display: none;
}
.catalog-category-view .category-header .header-content .bottomlink a {
  color: #3C3C3C;
}
.catalog-category-view .category-header .header-content .banner-spareparts .content {
  float: left;
  position: relative;
  padding: 50px;
  max-width: 50% !important;
  min-height: 360px;
  font-size: 18px;
  line-height: 32px;
}
.catalog-category-view .category-header .header-content .banner-spareparts .content .button {
  display: table;
  position: absolute;
  bottom: 50px;
  left: 50px;
  text-align: center;
  border-radius: 3px;
}
.catalog-category-view .category-header .header-content .banner-spareparts .content .button:after {
  content: none;
}
.catalog-category-view .category-header .header-content .banner-spareparts .content:after {
  content: none;
}
@media only screen and (max-width: 769px) {
  .catalog-category-view .category-header .header-content .bottomlink {
    display: block;
    text-align: center;
  }
  .catalog-category-view .category-header .header-content .d-only {
    display: none;
  }
  .catalog-category-view .category-header .header-content > .col2-set > .col-1, .catalog-category-view .category-header .header-content > .col2-set .col-2 {
    width: 100%;
  }
  .catalog-category-view .category-header .header-content > .col2-set > .col-1 > .col2-set > .col-1, .catalog-category-view .category-header .header-content > .col2-set .col-2 > .col2-set > .col-1 {
    width: calc(100% / 3);
  }
  .catalog-category-view .category-header .header-content > .col2-set > .col-1 > .col2-set > .col-2, .catalog-category-view .category-header .header-content > .col2-set .col-2 > .col2-set > .col-2 {
    width: calc(100% / 3 * 2);
    padding: 0;
  }
  .catalog-category-view .category-header .header-content ol {
    -webkit-column-count: 2;
    -moz-column-count: 2;
    column-count: 2;
  }
  .catalog-category-view .category-header .header-content ol li {
    margin-left: 20px;
  }
  .catalog-category-view .category-header .header-content > div {
    width: 100% !important;
    float: left;
  }
  .catalog-category-view .category-header .header-content .m-center {
    text-align: center;
  }
  .catalog-category-view .category-header > .col2-set > .col-1 {
    width: calc(100%);
  }
  .catalog-category-view .category-header > .col2-set > .col-2 {
    width: calc(100%);
  }
}
@media only screen and (max-width: 599px) {
  .catalog-category-view .category-header.top-img {
    background-image: none !important;
    background-color: #FFFFFF;
  }
  .catalog-category-view .category-header.top-img .col2-set {
    min-height: 0 !important;
  }
  .catalog-category-view .category-header .header-content {
    padding: 0;
  }
  .catalog-category-view .category-header .header-content .bottomlink {
    display: none;
  }
  .catalog-category-view .category-header .header-content > h2, .catalog-category-view .category-header .customer-account .account-header .header-content > .page-title, .customer-account .account-header .catalog-category-view .category-header .header-content > .page-title {
    padding: 10px 20px 20px;
    text-align: center;
  }
  .catalog-category-view .category-header .header-content > .col2-set {
    padding: 20px;
  }
  .catalog-category-view .category-header .header-content > .col2-set > div, .catalog-category-view .category-header .header-content > .col2-set > div > div > div {
    width: 100% !important;
  }
  .catalog-category-view .category-header .header-content > .col2-set > .col-1 > .col2-set, .catalog-category-view .category-header .header-content > .col2-set > .col-2 {
    display: none;
  }
  .catalog-category-view .category-header .header-content ol {
    -webkit-column-count: 1;
    -moz-column-count: 1;
    column-count: 1;
  }
  .catalog-category-view .category-header .header-content ol li {
    margin-left: 20px;
  }
  .catalog-category-view .category-header .header-content .button {
    position: relative;
    display: block;
    padding: 0 22px 0 20px;
    width: 100%;
    line-height: 54px;
    text-align: left;
    border-radius: 0;
    clear: both;
    font-size: 16px;
    font-family: "Radikal-Medium", "Open Sans", sans-serif;
  }
  .catalog-category-view .category-header .header-content .button:first-child {
    height: 52px;
  }
  .catalog-category-view .category-header .header-content .button + .button {
    margin: 0;
  }
  .catalog-category-view .category-header .header-content .button + .button:before {
    content: "";
    height: 2px;
    width: 100%;
    background-color: #C6C6C6;
    position: absolute;
    left: 0;
    top: -2px;
  }
  .catalog-category-view .category-header .header-content .button:after {
    content: "";
    color: #FFFFFF;
    font-size: 16px;
    font-family: "icons";
    display: inline-block;
    vertical-align: middle;
    line-height: 16px;
    font-weight: normal;
    font-style: normal;
    speak: none;
    text-transform: none;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    letter-spacing: 0;
  }
  .catalog-category-view .category-header .header-content .button:after {
    float: right;
    line-height: 50px;
    transform: rotate(90deg);
    position: absolute;
    right: 20px;
  }
}
.catalog-category-view .products-main {
  background-color: #f3f3f4;
  padding-top: 0;
}
.catalog-category-view .block-layered-nav {
  background-color: #FFFFFF;
  clear: both;
  width: 100%;
}
.catalog-category-view .block-layered-nav .block-title {
  padding: 0 22px 0 20px;
  line-height: 54px;
  cursor: pointer;
}
@media only screen and (min-width: 770px) {
  .catalog-category-view .block-layered-nav .block-title {
    display: none;
  }
}
.catalog-category-view .block-layered-nav .toggle-content {
  width: 100%;
  padding: 0 20px;
}
.catalog-category-view .block-layered-nav .toggle-content:after {
  content: '';
  display: table;
  clear: both;
}
.catalog-category-view .block-layered-nav .toggle-content dl {
  padding: 25px 0;
}
.catalog-category-view .block-layered-nav .toggle-content dl:after {
  content: '';
  display: table;
  clear: both;
}
.catalog-category-view .block-layered-nav .toggle-content dt {
  display: none;
}
.catalog-category-view .block-layered-nav .toggle-content .filter-title {
  font-family: "Radikal-Medium", "Open Sans", sans-serif;
  color: #2CA7DF;
  display: inline-block;
}
.catalog-category-view .block-layered-nav .toggle-content dd {
  display: inline-block;
  max-width: 32%;
  float: left;
}
@media only screen and (max-width: 600px) {
  .catalog-category-view .block-layered-nav .toggle-content dd {
    width: 100%;
    max-width: 100%;
    margin-top: 10px;
  }
}
.catalog-category-view .block-layered-nav .toggle-content li {
  display: inline-block;
  margin-top: 10px;
  margin-right: 20px;
}
.catalog-category-view .block-layered-nav .toggle-content li span,
.catalog-category-view .block-layered-nav .toggle-content li a {
  color: #3C3C3C;
  padding: 3px 15px 3px 0;
}
.catalog-category-view .block-layered-nav .toggle-content li span input,
.catalog-category-view .block-layered-nav .toggle-content li a input {
  display: none;
}
.catalog-category-view .block-layered-nav .toggle-content li span:hover,
.catalog-category-view .block-layered-nav .toggle-content li a:hover {
  text-decoration: none;
}
.catalog-category-view .block-layered-nav .toggle-content li .count {
  display: none;
}
.catalog-category-view .block-layered-nav .toggle-content li.checked {
  background-color: #878787;
  color: #FFFFFF;
}
.catalog-category-view .block-layered-nav .toggle-content li.checked a {
  padding: 3px 15px;
  color: #FFFFFF;
}
@media only screen and (min-width: 1200px) {
  .catalog-category-view .block-layered-nav .toggle-content {
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
  }
}
.catalog-category-view .repair_it_yourself {
  padding: 0 20px 40px 20px;
}
@media only screen and (max-width: 599px) {
  .catalog-category-view .repair_it_yourself {
    display: none;
  }
}
.catalog-category-view .repair_it_yourself img {
  max-width: 100%;
}
.catalog-category-view .repair_it_yourself .col2-set .col-1 .col2-set ol {
  list-style: decimal;
  padding: 14px;
}

.products-grid .product-name,
.products-list .product-name {
  margin-bottom: 20px;
  font-size: 20px;
  font-family: "Radikal-Medium", "Open Sans", sans-serif;
}

.category-wrapper {
  width: 100%;
}
.category-wrapper.top-img {
  min-height: 200px;
}

.category-description {
  color: #FFFFFF;
  padding: 50px 0;
}
.category-description p a,
.category-description a {
  color: #FFFFFF;
}
.category-description p a:after,
.category-description a:after {
  content: "";
  color: #FFFFFF;
  font-size: 11px;
  font-family: "icons";
  display: inline-block;
  vertical-align: middle;
  line-height: 11px;
  font-weight: normal;
  font-style: normal;
  speak: none;
  text-transform: none;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  letter-spacing: 0;
}
.category-description p a:after,
.category-description a:after {
  font-weight: bold;
  padding: 5px 8px;
}
.category-description p a:hover,
.category-description a:hover {
  text-decoration: underline;
}
@media only screen and (min-width: 1200px) {
  .category-description {
    width: 33%;
  }
}
@media only screen and (max-width: 1199px) {
  .category-description {
    width: 50%;
  }
}
@media only screen and (max-width: 600px) {
  .category-description {
    width: 70%;
  }
}

/* ============================================ *
 * Product Grid
 * ============================================ */
.products-grid {
  position: relative;
}
.products-grid > li {
  position: relative;
  margin-bottom: 20px;
  text-align: center;
  background-color: #FFFFFF;
}
.products-grid > li:after {
  content: '';
  display: table;
  clear: both;
}
.products-grid .price-box .price {
  color: #A0A0A0;
  font-size: 22px;
}
.products-grid .product-image {
  margin-bottom: 15px;
  text-align: center;
}
.products-grid .product-image img {
  max-width: 100%;
  text-align: center;
  display: inline;
}
.products-grid .product-image img:hidden {
  display: none;
}
.products-grid .product-info {
  position: relative;
  padding: 20px 0 25px 0;
}
.products-grid .product-info .label-wrapper {
  color: #A0A0A0;
  margin-bottom: 20px;
}
.products-grid .actions {
  padding-top: 10px;
}
.products-grid .products-grid .ratings .rating-box {
  margin: 0 auto;
}
.products-grid .products-grid .ratings .amount {
  display: none;
}
.products-grid:after {
  content: '';
  display: table;
  clear: both;
}
.products-grid .subscription-type .subscription-label {
  display: block;
  padding-bottom: 20px;
  font-weight: bold;
}
.products-grid .subscription-disabled {
  background: #F8F8F8;
}
.products-grid .subscription-disabled h2.product-name a, .products-grid .subscription-disabled .customer-account .account-header .product-name.page-title a, .customer-account .account-header .products-grid .subscription-disabled .product-name.page-title a {
  color: #99999A;
}
.products-grid .subscription-disabled img {
  opacity: 0.5;
}
.products-grid .subscription-disabled .subscription-label {
  color: #A0A0A0;
  font-family: 'Radikal-Light';
}
.products-grid .subscription-comingsoon .subscription-label {
  color: #2CA7DF;
  font-family: 'Radikal-Medium';
  font-weight: normal;
}

#spare-parts-promo {
  background: #F5F5F5;
}
#spare-parts-promo .content .text {
  display: block;
}
#spare-parts-promo .sub-title {
  font-weight: bold;
  font-size: 28px;
  margin-bottom: 40px;
}
@media only screen and (max-width: 979px) {
  #spare-parts-promo .sub-title {
    font-size: 24px;
  }
}
#spare-parts-promo .h1 {
  font-size: 48px;
  max-width: 500px;
}
@media only screen and (max-width: 979px) {
  #spare-parts-promo .h1 {
    font-size: 48px;
  }
}
#spare-parts-promo .col2-set .col-1, #spare-parts-promo .col2-set .col-2 {
  padding: 0;
}
#spare-parts-promo .col2-set .col-1 {
  padding: 50px;
}
@media only screen and (max-width: 479px) {
  #spare-parts-promo .col2-set .col-1 {
    padding: 20px;
  }
}
@media only screen and (max-width: 479px) {
  #spare-parts-promo .button {
    width: 100%;
  }
}
#spare-parts-promo:after {
  content: '';
  display: table;
  clear: both;
}

/* Config: Two columns + flexible gutter */
.products-grid .product-image {
  margin-bottom: 5px;
}
.products-grid .product-image:before, .products-grid .product-image:after {
  content: '';
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  display: none;
}
.products-grid .product-image:before {
  background-color: white;
  opacity: 0.8;
  z-index: 2;
}
.products-grid .product-image:after {
  background-image: url("https://shop.fairphone.com/skin/frontend/fairphone_rwd/default/images/opc-ajax-loader.gif");
  background-repeat: no-repeat;
  background-position: center;
  z-index: 3;
}
.products-grid .product-image.loading {
  position: relative;
}
.products-grid .product-image.loading:before, .products-grid .product-image.loading:after {
  display: block;
}

.products-grid {
  /* Set three-column config */
}
.products-grid > li {
  float: left;
  width: 32%;
  margin-right: 2%;
}
.products-grid > li:nth-child(odd) {
  clear: none;
}
.products-grid > li:nth-child(3n+1) {
  clear: left;
}
.products-grid > li:nth-child(3n) {
  margin-right: 0;
}

@media only screen and (max-width: 769px) {
  .products-grid > li {
    float: left;
    width: 49%;
    margin-right: 2%;
  }
  .products-grid > li:nth-child(odd) {
    clear: left;
  }
  .products-grid > li:nth-child(3n) {
    margin-right: 2%;
  }
  .products-grid > li:nth-child(3n+1) {
    clear: none;
  }
  .products-grid > li:nth-child(even) {
    margin-right: 0;
  }
}
@media only screen and (max-width: 479px) {
  .products-grid > li {
    float: none;
    width: 100%;
    margin-right: 0;
  }
}
@media only screen and (min-width: 980px) {
  /* Config: Columns + flexible gutter */
  /* Undo three-column config */
  .products-grid--max-4-col > li:nth-child(odd) {
    clear: none;
  }

  .products-grid--max-4-col > li:nth-child(3n+1) {
    clear: none;
  }

  .products-grid--max-4-col > li:nth-child(even),
  .products-grid--max-4-col > li:nth-child(3n) {
    margin-right: 2.12766%;
  }

  /* Set column config */
  .products-grid--max-4-col > li {
    margin-right: 2.12766%;
  }

  .products-grid--max-4-col > li {
    width: 23.40426%;
    margin-right: 2.12766%;
  }

  .products-grid--max-4-col > li:nth-child(4n+1) {
    clear: left;
  }

  .products-grid--max-4-col > li:nth-child(4n) {
    margin-right: 0;
  }

  /* Config: Columns + flexible gutter */
  /* Undo three-column config */
  .products-grid--max-5-col > li:nth-child(odd) {
    clear: none;
  }

  .products-grid--max-5-col > li:nth-child(3n+1) {
    clear: none;
  }

  .products-grid--max-5-col > li:nth-child(even),
  .products-grid--max-5-col > li:nth-child(3n) {
    margin-right: 2.12766%;
  }

  /* Set column config */
  .products-grid--max-5-col > li {
    margin-right: 2.12766%;
  }

  .products-grid--max-5-col > li {
    width: 18.29787%;
    margin-right: 2.12766%;
  }

  .products-grid--max-5-col > li:nth-child(5n+1) {
    clear: left;
  }

  .products-grid--max-5-col > li:nth-child(5n) {
    margin-right: 0;
  }

  /* Config: Columns + flexible gutter */
  /* Undo three-column config */
  .products-grid--max-6-col > li:nth-child(odd) {
    clear: none;
  }

  .products-grid--max-6-col > li:nth-child(3n+1) {
    clear: none;
  }

  .products-grid--max-6-col > li:nth-child(even),
  .products-grid--max-6-col > li:nth-child(3n) {
    margin-right: 2.12766%;
  }

  /* Set column config */
  .products-grid--max-6-col > li {
    margin-right: 2.12766%;
  }

  .products-grid--max-6-col > li {
    width: 14.89362%;
    margin-right: 2.12766%;
  }

  .products-grid--max-6-col > li:nth-child(6n+1) {
    clear: left;
  }

  .products-grid--max-6-col > li:nth-child(6n) {
    margin-right: 0;
  }
}
/* ============================================ *
 * Product List
 * ============================================ */
.products-list {
  margin-top: 20px;
  margin-bottom: 20px;
}
.products-list > li {
  padding-bottom: 20px;
  margin-bottom: 20px;
  border-bottom: 1px solid #878786;
}
.products-list > li:after {
  content: '';
  display: table;
  clear: both;
}
.products-list > li .product-image {
  float: left;
  width: 33.33333%;
}
.products-list > li .product-image img {
  width: 100%;
  max-width: 100%;
}
.products-list > li:last-child {
  padding-bottom: 0;
  border-bottom: none;
}

.products-list .product-shop {
  float: right;
  width: 66.66667%;
  padding-left: 20px;
}
.products-list .product-shop .product-name {
  margin-bottom: 0;
}
.products-list .product-shop .ratings {
  margin: 0;
}
.products-list .product-shop .ratings .rating-box,
.products-list .product-shop .ratings .rating-links {
  float: left;
  margin-right: 7px;
}
.products-list .product-shop .ratings .rating-links {
  margin-top: 4px;
}
.products-list .product-shop .price-box {
  margin-top: 0;
}
.products-list .product-shop .price-box .price {
  font-size: 20px;
}
.products-list .product-shop .action {
  margin: 7px 0;
}
.products-list .product-shop .desc {
  margin-top: 7px;
}
.products-list .product-shop .product-primary,
.products-list .product-shop .desc {
  float: left;
  width: 65%;
  overflow: hidden;
}
.products-list .product-shop .product-secondary {
  float: right;
  width: 35%;
  text-align: right;
  clear: right;
}

@media only screen and (min-width: 480px) {
  .products-list .product-name a {
    font-size: 20px;
  }
}
@media only screen and (max-width: 1279px) {
  .products-list .product-shop .product-primary,
  .products-list .product-shop .desc {
    float: left;
    width: 60%;
    padding-right: 20px;
  }
  .products-list .product-shop .product-secondary {
    float: right;
    width: 40%;
  }
}
@media only screen and (max-width: 600px) {
  .products-list .product-shop .price-box .special-price {
    padding-left: 0;
  }

  .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;
  }
}
/* ============================================ *
 * Mini Product List
 * ============================================ */
.mini-products-list .product-details {
  float: left;
}
.mini-products-list .product-details .product-name a {
  color: #3C3C3C;
  font-size: 16px;
}
.mini-products-list .product-details .price-info .price-box .price {
  font-size: 20px;
  color: #3C3C3C;
  font-weight: bold;
}
.mini-products-list li {
  padding: 13px;
  margin-bottom: 10px;
  clear: both;
  border: 1px solid #878786;
  border-radius: 3px;
  list-style: none;
}
.mini-products-list li:after {
  content: '';
  display: table;
  clear: both;
}

.mini-products-images-list:after {
  content: '';
  display: table;
  clear: both;
}
.mini-products-images-list li.item {
  float: left;
  width: 50%;
  margin: 0;
  padding: 0 5px 10px 0;
}
.mini-products-images-list li.item:nth-child(even) {
  padding-right: 0;
  padding-left: 5px;
}
.mini-products-images-list li.item .product-image {
  display: block;
}
.mini-products-images-list li.item .product-image img {
  width: 100%;
  max-width: 100%;
}

/* ============================================ *
 * Catalog - List
 * ============================================ */
.category-image {
  border: 1px solid #878786;
  padding: 10px;
}
.category-image img {
  width: 100%;
  max-width: 100%;
}
.category-image img:hidden {
  display: none;
}

/* ============================================ *
 * Layered Navigation
 * ============================================ */
.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;
  margin-bottom: 0;
  position: relative;
  cursor: pointer;
}
.block-layered-nav .block-subtitle--filter:after {
  content: '';
  position: absolute;
  width: 0;
  height: 0;
  display: block;
  border-right: 4px solid transparent;
  border-left: 4px solid transparent;
  border-top: 4px solid #3C3C3C;
  border-bottom: none;
  left: 10px;
  top: 50%;
  margin-top: -3px;
}

.block-layered-nav .block-content .toggle-tabs {
  display: none;
}
.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;
  margin-bottom: 0;
  position: relative;
  display: block;
}
.block-layered-nav .block-content > 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 #3C3C3C;
  border-bottom: none;
  left: 10px;
  top: 50%;
  margin-top: -3px;
}
.block-layered-nav .block-content > dl > dd {
  margin: 0;
}
.block-layered-nav .block-content > dl > dd:last-child {
  border-width: 0 1px 1px 1px;
}

.block-layered-nav dl dd {
  margin-bottom: 10px;
  margin-top: 10px;
}
.block-layered-nav dl dd ol > li > span, .block-layered-nav dl dd ol > li > a {
  display: block;
}
.block-layered-nav dl dd ol > li > a .count {
  color: #A0A0A0;
}

@media only screen and (min-width: 770px) {
  .block-layered-nav--no-filters .block-title {
    display: none;
  }

  .block-layered-nav .block-content {
    display: block !important;
  }

  .block-layered-nav .block-content > dl > dt:after {
    display: none;
  }
}
@media only screen and (max-width: 769px) {
  .sidebar .block.block-layered-nav {
    border-bottom: none;
  }

  .block-layered-nav--no-filters .block-title {
    -moz-user-select: none;
    -ms-user-select: none;
    -webkit-user-select: none;
    -o-user-select: none;
    user-select: none;
    display: block;
    padding: 15px 20px;
    cursor: pointer;
  }

  .block-layered-nav .block-content {
    display: none;
    padding-top: 0;
    margin-top: 15px;
  }
  .block-layered-nav .block-content > dl {
    border: 1px solid #878786;
    border-top: 0;
  }
  .block-layered-nav .block-content > dl > dt {
    cursor: pointer;
    border-bottom-width: 0;
    padding: 0 0 0 23px;
    border-top: 1px solid #878786;
  }
  .block-layered-nav .block-content > dl > dt:hover {
    color: #3C3C3C;
  }
  .block-layered-nav .block-content > dl > dt:after {
    content: '';
    position: absolute;
    width: 0;
    height: 0;
    display: block;
    border-top: 4px solid transparent;
    border-bottom: 4px solid transparent;
    border-left: 4px solid #3C3C3C;
    border-right: none;
  }
  .block-layered-nav .block-content > dl > dd {
    display: none;
  }
  .block-layered-nav .block-content.accordion-open > dl > dt.current:after {
    content: '';
    position: absolute;
    width: 0;
    height: 0;
    display: block;
    border-right: 4px solid transparent;
    border-left: 4px solid transparent;
    border-top: 4px solid #3C3C3C;
    border-bottom: none;
    left: 6px;
    top: 50%;
    margin-top: -3px;
  }
  .block-layered-nav .block-content.accordion-open > dl > dd.current {
    display: block;
    padding: 10px;
    border-top: 1px solid #878786;
  }

  .block-layered-nav .block-subtitle--filter {
    background-color: #3C3C3C;
    border: 0;
    margin-bottom: 0;
    display: block;
    color: #FFFFFF;
    padding: 5px 5px 5px 23px;
  }
  .block-layered-nav .block-subtitle--filter:after {
    content: '';
    position: absolute;
    width: 0;
    height: 0;
    display: block;
    border-top: 4px solid transparent;
    border-bottom: 4px solid transparent;
    border-left: 4px solid #FFFFFF;
    border-right: none;
    right: 10px;
    top: 50%;
    margin-top: -5px;
  }
  .block-layered-nav .block-subtitle--filter:hover {
    background-color: #1B82BF;
    color: #FFFFFF;
  }
  .block-layered-nav .block-subtitle--filter.active:after {
    content: '';
    position: absolute;
    width: 0;
    height: 0;
    display: block;
    border-right: 4px solid transparent;
    border-left: 4px solid transparent;
    border-top: 4px solid #FFFFFF;
    border-bottom: none;
    right: 10px;
    top: 50%;
    margin-top: -3px;
  }

  #narrow-by-list,
  #narrow-by-list2 {
    border: 0;
    border-top: 0;
  }

  .block-layered-nav dl ol > li > a,
  .block-layered-nav dl ol > li > span {
    padding: 5px 0;
    margin: 0;
  }

  .block-layered-nav dl ol > li > a {
    text-decoration: none;
  }
}
.block-layered-nav .currently .block-subtitle {
  display: block;
  margin: 0;
  margin-bottom: 10px;
  color: #3C3C3C;
  font-family: "Radikal-Medium", "Open Sans", sans-serif;
  font-size: 20px;
  font-style: normal;
  line-height: 1.4;
  text-rendering: optimizeSpeed;
}
.block-layered-nav .currently ol {
  margin-bottom: 10px;
}
.block-layered-nav .currently ol li {
  margin-bottom: 5px;
}
.block-layered-nav .currently ol li .label {
  font-weight: bold;
}
.block-layered-nav .currently ol li:after {
  content: '';
  display: table;
  clear: both;
}

.block-layered-nav .actions {
  text-align: right;
  margin-bottom: 7px;
}

/* ============================================ *
 * Catalog - Product
 * ============================================ */
@media only screen and (max-width: 979px) {
  .catalog-product-view #header-nav {
    display: none;
  }
}
.catalog-product-view .widget-banner {
  background-color: #f3f3f4;
}
.catalog-product-view .widget-banner ul {
  margin: 0 auto;
  text-align: center;
  max-width: 1200px;
}
.catalog-product-view .widget-banner ul li {
  width: 100%;
  display: block;
}
.catalog-product-view .widget-banner ul li img {
  width: 100%;
}
.catalog-product-view .product-view .product-shop .resellers {
  padding: 0;
}
.catalog-product-view .technical-specs .h2.title {
  display: none;
}

.product-view {
  position: relative;
}
.product-view .col-main {
  position: relative;
}
.product-view p,
.product-view li {
  font-size: 16px;
}
.product-view h1 {
  font-size: 48px;
  font-weight: 200;
  font-family: "Radikal-Medium", "Open Sans", sans-serif;
  margin-bottom: 20px;
}
.product-view .h3, .product-view .customer-account .my-account .page-title h1, .customer-account .my-account .page-title .product-view h1 {
  font-size: 20px;
  margin-bottom: 8px;
  font-family: "Radikal-Medium", "Open Sans", sans-serif;
  font-weight: 200;
  display: block;
}
.product-view ol:not(.mini-products-list) {
  list-style: outside none;
  padding-left: 18px;
}
.product-view ol:not(.mini-products-list) li {
  padding-left: 18px;
}
.product-view .product-essential .product-shop {
  background-color: #FFFFFF;
  padding: 50px 80px;
}
@media only screen and (max-width: 1199px) {
  .product-view .product-essential .product-shop {
    padding: 50px 30px;
  }
}
@media only screen and (max-width: 599px) {
  .product-view .product-essential .product-shop {
    padding: 50px 20px;
  }
}
.product-view .product-essential:after {
  content: '';
  display: table;
  clear: both;
}
.product-view .col-1 .product-name {
  display: none;
  background: #FFFFFF;
  padding: 20px;
}
.product-view .col-1 .product-name h1 {
  margin-bottom: 0;
}
@media only screen and (max-width: 769px) {
  .product-view .col-1 .product-name {
    display: block;
  }
}
.product-view .product-shop .product-name .h1,
.product-view .product-img-box .product-name h1 {
  color: #3C3C3C;
  margin-bottom: 10px;
  border: 0;
}
.product-view .product-shop {
  width: 100%;
  float: right;
}
.product-view .product-shop > .product-name {
  display: none;
}
.product-view .product-shop .product-name .h1 {
  margin-bottom: 5px;
}
.product-view .product-shop .short-description, .product-view .product-shop .fair-specs {
  font-size: 18px;
  margin-bottom: 30px;
  clear: both;
}
.product-view .product-shop .short-description ul li {
  list-style: disc;
  margin-left: 15px;
}
.product-view .product-shop .instructions * {
  max-width: 100%;
}
@media only screen and (max-width: 769px) {
  .product-view .product-shop .short-description {
    margin-bottom: 0;
  }
}
.product-view .product-shop .fair-specs ul li:before {
  content: "";
  color: "inherit";
  font-size: 14px;
  font-family: "icons";
  display: inline-block;
  vertical-align: middle;
  line-height: 14px;
  font-weight: normal;
  font-style: normal;
  speak: none;
  text-transform: none;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  letter-spacing: 0;
}
.product-view .product-shop .fair-specs ul li:before {
  margin-right: 10px;
}
.product-view .product-shop .attributes .attribute {
  padding-bottom: 30px;
}
.product-view .product-shop .attributes .attribute.last {
  padding-bottom: 0;
}
.product-view .product-shop .product_switch ul {
  width: calc(100% + 10px);
  width: -moz-calc(100% + 10px);
  /* support for FF4 - FF15 */
  width: -webkit-calc(100% + 10px);
  margin-left: -10px;
}
.product-view .product-shop .product_switch ul li {
  float: left;
  width: calc(50% - 10px);
  width: -moz-calc(50% - 10px);
  /* support for FF4 - FF15 */
  width: -webkit-calc(50% - 10px);
  border-radius: 3px;
  margin-left: 10px;
}
.product-view .product-shop .product_switch ul li img {
  max-width: 100%;
}
.product-view .product-shop .product_switch ul li:not(.no-link):hover {
  opacity: 0.4;
}
.product-view .product-shop .product_switch ul li a, .product-view .product-shop .product_switch ul li.no-link {
  display: block;
  text-align: center;
}
.product-view .product-shop .product_switch ul li a img, .product-view .product-shop .product_switch ul li.no-link img {
  vertical-align: middle;
  margin: 0 auto;
}
.product-view .product-shop .product_switch ul:after {
  content: '';
  display: table;
  clear: both;
}
.product-view .product-shop .ratings {
  margin-bottom: 8px;
}
.product-view .product-shop .availability {
  display: none;
  font-size: 18px;
}
.product-view .product-shop .availability.in-stock {
  display: none;
}
.product-view .product-shop .price-box {
  padding-bottom: 0;
}
.product-view .product-shop .price-box .price {
  color: #2CA7DF;
  font-size: 48px;
  font-weight: bold;
}
.product-view .product-shop .product-subscribe .alert-stock {
  margin-top: 0;
  margin-bottom: 10px;
}
.product-view .product-shop .product-subscribe .add-to-cart-buttons {
  display: block;
  margin-top: 15px;
}
.product-view .add-to-cart-wrapper {
  width: 100%;
  float: right;
  clear: right;
}
.product-view .order-information {
  font-size: 18px;
  padding: 0 0 20px;
}
.product-view .lines {
  border-top: 1px solid #878786;
  padding: 30px 0 15px;
}
.product-view .lines.no-border {
  border-top: none;
}
.product-view .pdf-document {
  width: 100%;
  padding-left: 70px;
  clear: both;
  position: relative;
  margin: 30px 0;
  display: block;
}
.product-view .pdf-document:before {
  content: "";
  position: absolute;
  left: -20px;
  top: -25px;
  height: 90px;
  width: 90px;
  background-image: url("https://shop.fairphone.com/skin/frontend/fairphone_rwd/default/images/icons/help_document.svg");
  background-size: contain;
  background-repeat: no-repeat;
}
.product-view .pdf-document > span:first-of-type {
  color: #2CA7DF;
  font-weight: bold;
  float: left;
}
.product-view .pdf-document > span + span {
  color: #3C3C3C;
  float: left;
  clear: both;
}
.product-view .pdf-document:after {
  content: '';
  display: table;
  clear: both;
}
.product-view .small-text {
  display: inline-block;
  padding-bottom: 30px;
  font-size: 16px;
}
.product-view .small-text.productfootnote {
  color: #878787;
  padding-bottom: 0;
  font-size: 14px;
}
.product-view .small-text.extratext {
  margin-top: 20px;
  padding: 50px 80px;
  background-color: #FFFFFF;
  width: 100%;
}
.product-view .small-text.extratext * {
  max-width: 100%;
}
@media only screen and (max-width: 769px) {
  .product-view .small-text.extratext {
    padding: 50px 20px;
  }
}

.product-img-wrapper {
  padding: 0;
}
.product-img-wrapper .product-img-box {
  position: relative;
  background-color: #FFFFFF;
  float: right;
}
.product-img-wrapper .product-img-box .product-image {
  margin-bottom: 0;
}
.product-img-wrapper .product-img-box .product-image img {
  max-width: 100%;
  width: 100%;
  max-height: 750px;
  margin: 0px auto;
}
@media only screen and (min-width: 1200px) {
  .product-img-wrapper.sticky {
    position: fixed;
    left: 0;
    top: 0;
    bottom: auto !important;
    width: 50%;
  }
  .product-img-wrapper.sticky .product-img-box {
    width: 560px;
    float: right;
  }
  .product-img-wrapper.not-sticky {
    position: absolute;
    left: 0;
    bottom: 20px;
    width: 50%;
  }
  .product-img-wrapper.not-sticky .product-img-box {
    width: 560px;
    float: right;
  }
}
@media only screen and (max-width: 769px) {
  .product-img-wrapper {
    width: 100% !important;
  }
}

@media only screen and (max-width: 479px) {
  .product-img-box .product-image img {
    max-height: 450px;
  }
}
.product-image-gallery {
  position: relative;
}
.product-image-gallery .gallery-image {
  display: none;
}
.product-image-gallery .gallery-image.visible {
  display: block;
}
.product-image-gallery .gallery-image.visible.hidden {
  visibility: hidden;
}
.product-image-gallery:before, .product-image-gallery:after {
  content: '';
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  display: none;
}
.product-image-gallery:before {
  background-color: white;
  opacity: 0.8;
  z-index: 2;
}
.product-image-gallery:after {
  background-image: url("https://shop.fairphone.com/skin/frontend/fairphone_rwd/default/images/opc-ajax-loader.gif");
  background-repeat: no-repeat;
  background-position: center;
  z-index: 3;
}
.product-image-gallery.loading {
  position: relative;
}
.product-image-gallery.loading:before, .product-image-gallery.loading:after {
  display: block;
}

.product-view .product-image-thumbs {
  float: left;
}
.product-view .product-image-thumbs li {
  float: left;
  display: inline-block;
  padding: 0;
}
.product-view .product-image-thumbs a {
  display: block;
}
.product-view .product-image-thumbs a:hover {
  opacity: 0.4;
}
.product-view .product-image-thumbs a.selected, .product-view .product-image-thumbs a.selected:hover {
  opacity: 0.4;
}
.product-view .product-image-thumbs a img {
  width: 100%;
}
.product-view .product-image-thumbs a:not(.visible-thumb) {
  display: none;
}
.product-view .product-image-thumbs .active a {
  opacity: 0.4;
}

.product-view .product-img-box .zoom {
  content: '';
  width: 50px;
  height: 50px;
  background: none;
  border: 0;
  overflow: hidden;
  position: absolute;
  right: 10px;
  bottom: 10px;
  opacity: 0.3;
  cursor: pointer;
}
.product-view .product-img-box .zoom:before {
  content: "";
  color: #3C3C3C;
  font-size: 50px;
  font-family: "icons";
  display: inline-block;
  vertical-align: middle;
  line-height: 50px;
  font-weight: normal;
  font-style: normal;
  speak: none;
  text-transform: none;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  letter-spacing: 0;
}
.product-view .product-img-box a:hover {
  text-decoration: none;
}
.product-view .product-img-box a.prev {
  cursor: pointer;
  height: 60px;
  width: 22px;
  margin-top: -30px;
  position: absolute;
  top: 50%;
  left: 10px;
  content: '';
  display: inline-block;
  font-size: 0;
}
.product-view .product-img-box a.prev:after {
  content: "";
  color: #3C3C3C;
  font-size: 50px;
  font-family: "icons";
  display: inline-block;
  vertical-align: middle;
  line-height: 50px;
  font-weight: normal;
  font-style: normal;
  speak: none;
  text-transform: none;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  letter-spacing: 0;
}
.product-view .product-img-box a.prev:after {
  position: absolute;
  top: 0;
  left: 0;
}
@media only screen and (max-width: 479px) {
  .product-view .product-img-box a.prev {
    height: 37px;
    margin-top: -18.5px;
  }
  .product-view .product-img-box a.prev:after {
    font-size: 37px;
  }
}
.product-view .product-img-box a.prev:hover:after {
  font-weight: bold;
}
.product-view .product-img-box a.next {
  cursor: pointer;
  top: 50%;
  right: 10px;
  height: 60px;
  width: 22px;
  margin-top: -30px;
  position: absolute;
  content: '';
  display: inline-block;
  font-size: 0;
  font-family: "Radikal-Light", "Open Sans", sans-serif;
}
.product-view .product-img-box a.next:after {
  content: "";
  color: #3C3C3C;
  font-size: 50px;
  font-family: "icons";
  display: inline-block;
  vertical-align: middle;
  line-height: 50px;
  font-weight: normal;
  font-style: normal;
  speak: none;
  text-transform: none;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  letter-spacing: 0;
}
.product-view .product-img-box a.next:after {
  position: absolute;
  top: 0;
  right: 0;
}
@media only screen and (max-width: 479px) {
  .product-view .product-img-box a.next {
    height: 37px;
    margin-top: -18.5px;
  }
  .product-view .product-img-box a.next:after {
    font-size: 37px;
  }
}
.product-view .product-img-box a.next:hover:after {
  font-weight: bold;
}

body {
  position: relative;
}
body.fullscreen-product-image-overlay-active {
  overflow: hidden;
}
body:not(.fullscreen-product-image-overlay-active) .fullscreen-product-image {
  display: none;
}
body .fullscreen-product-image {
  overflow-y: scroll;
  height: 100vh;
  width: 100%;
  background-color: white;
  z-index: 1000;
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
}
body .fullscreen-product-image .product-img {
  margin-left: auto;
  margin-right: auto;
  width: 100%;
}
body .fullscreen-product-image .loader {
  width: 50px;
  height: 50px;
  margin-left: auto;
  margin-right: auto;
}
body .fullscreen-product-image .close {
  position: fixed;
  cursor: pointer;
  display: inline-block;
  width: 30px;
  height: 30px;
  overflow: hidden;
  right: 1em;
  top: 1em;
}
body .fullscreen-product-image .close::before {
  transform: rotate(45deg);
}
body .fullscreen-product-image .close::after {
  transform: rotate(-45deg);
}
body .fullscreen-product-image .close::before, body .fullscreen-product-image .close::after {
  border-radius: 2px;
  content: '';
  position: absolute;
  height: 2px;
  width: 100%;
  top: 50%;
  left: 0;
  background: #000;
}

.product-view .product-shop,
.product-view .add-to-cart-wrapper,
.product-view .block-related {
  padding-left: 0;
}
.product-view .product-shop .block-title,
.product-view .add-to-cart-wrapper .block-title,
.product-view .block-related .block-title {
  font-size: 20px;
  margin-bottom: 20px;
  font-family: "Radikal-Medium", "Open Sans", sans-serif;
}

.product-img-box {
  padding-right: 0;
}

.product-view .product-shop,
.product-img-box,
.product-collateral,
.product-view .block-related,
.box-collateral {
  margin-bottom: 0;
}

.product-view .add-to-box:after,
.product-view .add-to-cart:after {
  content: '';
  display: table;
  clear: both;
}
.product-view .add-to-cart .qty-wrapper,
.product-view .add-to-cart .qty-wrapper label {
  display: none;
}
.product-view .add-to-cart .qty-wrapper .qty {
  height: 40px;
}
.product-view .add-to-cart-buttons {
  display: inline;
}
.product-view .add-to-cart-buttons .button {
  min-height: 50px;
  line-height: 50px;
  font-size: 18px;
  padding: 0px 30px;
  white-space: normal;
  width: 100%;
}
.product-view .alert-price,
.product-view .alert-stock {
  margin-top: 10px;
  clear: both;
  display: inline-block;
  color: #878786;
  font-size: 14px;
}
.product-view .alert-price a,
.product-view .alert-stock a {
  font-family: "Radikal-Medium", "Open Sans", sans-serif;
  color: #3C3C3C;
}

@media only screen and (max-width: 479px) {
  .product-view .add-to-cart-buttons .button {
    text-align: center;
    width: 100%;
    margin-right: 0;
    margin-left: 0;
    float: none;
    clear: both;
  }
}
/* This is the "or" that separates the "Add to Cart" and "Add to X" links */
.add-to-box .or {
  display: none;
}

.product-view .add-to-links li {
  display: inline;
}

.product-view .sharing-links li {
  display: inline;
}

.product-collateral {
  clear: both;
}

.box-collateral {
  clear: both;
}

@media only screen and (min-width: 770px) {
  .product-collateral .toggle-tabs {
    display: block;
    width: 100%;
    position: relative;
    border: 1px solid #1e1e1e;
  }
  .product-collateral .toggle-tabs li {
    float: left;
  }
  .product-collateral .toggle-tabs li > span {
    -moz-user-select: none;
    -ms-user-select: none;
    -webkit-user-select: none;
    -o-user-select: none;
    user-select: none;
    display: inline-block;
    cursor: pointer;
    padding: 5px 10px;
    background: #3C3C3C;
  }
  .product-collateral .toggle-tabs li.current {
    font-weight: bold;
  }
  .product-collateral .toggle-tabs li.current > span {
    z-index: 5;
    background: #1e1e1e;
    color: #FFF;
  }
  .product-collateral .toggle-tabs:after {
    content: '';
    display: table;
    clear: both;
  }
  .product-collateral > dl {
    width: 100%;
  }
  .product-collateral > dl > dt {
    display: none;
  }
  .product-collateral > dl > dd {
    width: 100%;
    display: none;
    padding: 10px;
    border: 1px solid #1e1e1e;
    border-top: 0;
  }
  .product-collateral > dl > dd.current {
    display: block;
  }
}
@media only screen and (max-width: 769px) {
  .product-view h1 {
    font-size: 32px;
  }

  .product-collateral .toggle-tabs {
    display: none;
  }
  .product-collateral > dl > dt {
    -moz-user-select: none;
    -ms-user-select: none;
    -webkit-user-select: none;
    -o-user-select: none;
    user-select: none;
    margin-bottom: 0;
    position: relative;
    display: block;
  }
  .product-collateral > 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 #3C3C3C;
    border-bottom: none;
    left: 10px;
    top: 50%;
    margin-top: -3px;
  }
  .product-collateral > dl > dd {
    margin: 0;
  }
  .product-collateral > dl > dd:last-child {
    border-width: 0 1px 1px 1px;
  }
  .product-collateral > dl {
    border: 1px solid #878786;
    border-top: 0;
  }
  .product-collateral > dl > dt {
    cursor: pointer;
    border-bottom-width: 0;
    padding: 0 0 0 23px;
    border-top: 1px solid #878786;
  }
  .product-collateral > dl > dt:hover {
    color: #3C3C3C;
  }
  .product-collateral > dl > dt:after {
    content: '';
    position: absolute;
    width: 0;
    height: 0;
    display: block;
    border-top: 4px solid transparent;
    border-bottom: 4px solid transparent;
    border-left: 4px solid #3C3C3C;
    border-right: none;
  }
  .product-collateral > dl > dd {
    display: none;
  }
  .product-collateral.accordion-open > dl > dt.current:after {
    content: '';
    position: absolute;
    width: 0;
    height: 0;
    display: block;
    border-right: 4px solid transparent;
    border-left: 4px solid transparent;
    border-top: 4px solid #3C3C3C;
    border-bottom: none;
    left: 6px;
    top: 50%;
    margin-top: -3px;
  }
  .product-collateral.accordion-open > dl > dd.current {
    display: block;
    padding: 10px;
    border-top: 1px solid #878786;
  }
}
@media only screen and (max-width: 769px) {
  .product-view .product-shop,
  .product-view .add-to-cart-wrapper,
  .product-view .block-related,
  .product-img-box,
  .product-collateral,
  .product-view .product-essential {
    width: 100%;
    float: none;
    padding-right: 0;
    padding-left: 0;
    clear: both;
  }
}
@media only screen and (min-width: 770px) {
  .product-view .product-shop .product-name {
    display: block;
  }

  .product-img-box .product-name {
    display: none;
  }
}
@media only screen and (max-width: 479px) {
  .product-view .product-shop,
  .product-img-box,
  .product-collateral,
  .product-view .block-related,
  .box-collateral {
    margin-bottom: 10px;
  }
}
/* -------------------------------------------- *
 * Catalog - Grouped Product List
 */
.grouped-items-table-wrapper {
  width: 100%;
  padding: 10px;
  margin-bottom: 15px;
}
.grouped-items-table-wrapper tbody tr:last-child td {
  border-bottom: none;
}
@media only screen and (max-width: 479px) {
  .grouped-items-table-wrapper {
    margin-bottom: 10px;
  }
}

.grouped-items-table .name-wrapper {
  color: #3C3C3C;
}
.grouped-items-table .qty-wrapper {
  padding-top: 7px;
}
.grouped-items-table .qty-label {
  margin-left: 7px;
}
.grouped-items-table td {
  padding: 4px;
}
.grouped-items-table td:last-child {
  width: 30%;
  text-align: left;
}
.grouped-items-table .price-box {
  text-align: right;
}

/* -------------------------------------------- *
 * Catalog - Product Options
 */
.product-options {
  clear: both;
  position: relative;
}
.product-options.flash {
  background: red;
}
@media only screen and (max-width: 769px) {
  .product-options dl:first-of-type {
    padding-top: 0 !important;
  }
}
.product-options dt {
  margin: 0;
  font-weight: normal;
}
.product-options dt label {
  font-family: "Radikal-Medium", "Open Sans", sans-serif;
  font-size: 20px;
  margin-bottom: 30px;
}
.product-options dd .qty-holder {
  display: block;
  padding: 10px 0 0 0;
}
.product-options dd .qty-holder label {
  vertical-align: middle;
}
.product-options dd .qty-holder .qty {
  width: 3em;
}
.product-options dd .qty-disabled {
  background: none;
  border: 0;
  padding: 0 2px;
}
.product-options dd .input-box {
  padding-top: 0;
}
.product-options dd .input-box.hidden {
  display: block;
}
.product-options dd .input-box.hidden span {
  display: none;
}
.product-options dd .input-box.hidden .validation-advice {
  display: block;
  font-size: 16px;
}
.product-options dd input.datetime-picker {
  width: 150px;
}
.product-options dd .time-picker {
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  *zoom: 1;
  *display: inline;
  padding: 2px 0;
  vertical-align: middle;
}
.product-options dd textarea {
  height: 8em;
}
.product-options dd .swatches {
  width: 100%;
  clear: both;
  display: block;
  text-align: center;
}
.product-options dd .swatches ul li {
  display: inline-block;
  vertical-align: top;
}
.product-options dd .swatches ul li a {
  width: 53px;
  height: 53px;
  border-radius: 50%;
  margin-right: 8px;
  cursor: pointer;
  display: block;
  position: relative;
}
.product-options dd .swatches ul li a[data-option-admin-label="mblack"] {
  background: #2c2b2b;
}
.product-options dd .swatches ul li a[data-option-admin-label="tblack"] {
  background: #808284;
  border: 1px solid #000;
  width: 55px;
  height: 55px;
}
.product-options dd .swatches ul li a[data-option-admin-label="tblue"] {
  background: #99c9f7;
}
.product-options dd .swatches ul li a[data-option-admin-label="mblue"] {
  background: #3493ef;
}
.product-options dd .swatches ul li a[data-option-admin-label="indigo"] {
  background: #292b80;
}
.product-options dd .swatches ul li a[data-option-admin-label="turquoise"] {
  background: #00a0ba;
}
.product-options dd .swatches ul li a[data-option-admin-label="coralred"] {
  background: #f9423a;
}
.product-options dd .swatches ul li a[data-option-admin-label="transparent"] {
  background: #f3f3f4;
  border: 1px solid #ccc;
  width: 55px;
  height: 55px;
}
.product-options dd .swatches ul li a[data-option-admin-label="transparent"].active:after {
  content: "";
  color: #000000;
  font-size: 21px;
  font-family: "icons";
  display: inline-block;
  vertical-align: middle;
  line-height: 21px;
  font-weight: normal;
  font-style: normal;
  speak: none;
  text-transform: none;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  letter-spacing: 0;
}
.product-options dd .swatches ul li a[data-option-admin-label="white"] {
  background: #ffffff;
  border: 1px solid #ccc;
  width: 55px;
  height: 55px;
}
.product-options dd .swatches ul li a[data-option-admin-label="white"].active:after {
  content: "";
  color: #000000;
  font-size: 21px;
  font-family: "icons";
  display: inline-block;
  vertical-align: middle;
  line-height: 21px;
  font-weight: normal;
  font-style: normal;
  speak: none;
  text-transform: none;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  letter-spacing: 0;
}
.product-options dd .swatches ul li a.active:after {
  content: "";
  color: #FFFFFF;
  font-size: 21px;
  font-family: "icons";
  display: inline-block;
  vertical-align: middle;
  line-height: 21px;
  font-weight: normal;
  font-style: normal;
  speak: none;
  text-transform: none;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  letter-spacing: 0;
}
.product-options dd .swatches ul li a.active:after {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 53px;
  height: 53px;
  display: block;
  transform: translate(-50%, -10px);
  vertical-align: middle;
  font-weight: bold;
}
@media only screen and (max-width: 321px) {
  .product-options dd .swatches ul li a.active:after {
    width: 40px;
    height: 40px;
  }
}
.product-options dd .swatches ul li a:hover {
  text-decoration: none;
}
.product-options dd .swatches ul li a:hover:before {
  border: 1px solid #3C3C3C;
  content: '';
  width: 59px;
  height: 59px;
  border-radius: 50%;
  position: absolute;
  top: -3px;
  left: -3px;
}
@media only screen and (max-width: 321px) {
  .product-options dd .swatches ul li a:hover:before {
    width: 46px;
    height: 46px;
  }
}
@media only screen and (max-width: 321px) {
  .product-options dd .swatches ul li a {
    width: 40px;
    height: 40px;
  }
}
.product-options dd .swatches:after {
  content: '';
  display: table;
  clear: both;
}
.product-options dd .swatches .selected-option-label {
  margin-top: 15px;
  text-align: center;
  font-size: 16px;
  height: 16px;
}
.product-options ul.options-list {
  margin-right: 5px;
}
.product-options ul.options-list li {
  line-height: 1.5;
  margin-bottom: 7px;
}
.product-options ul.options-list li:last-child {
  margin-bottom: 0;
}
.product-options ul.options-list .radio,
.product-options ul.options-list .checkbox {
  float: left;
  margin-top: 5px;
}
.product-options ul.options-list .label {
  display: block;
}
.product-options ul.options-list ul.options-list label {
  font-weight: normal;
}
.product-options p.note {
  margin: 0;
  font-size: 11px;
}

.product-options-bottom:after {
  content: '';
  display: table;
  clear: both;
}

@media only screen and (max-width: 479px) {
  .product-options-bottom .price-box .price-as-configured {
    text-align: right;
  }
  .product-options-bottom .price-box .price-as-configured .price-label {
    display: block;
  }
}
.product-options-bottom .price-tax {
  float: left;
}

/* -------------------------------------------- *
 * Related Products
 */
/* Block: Related */
.block-related .note.block-subtitle {
  margin-bottom: 20px;
}
.block-related .product {
  position: relative;
}
.block-related .checkbox {
  display: none;
}
.block-related .actions {
  float: right;
}
.block-related .product-details .price-box {
  margin: 0;
  line-height: 1;
}

.product-view .block-related {
  float: left;
  width: 100%;
  background: white;
  margin-top: 20px;
  box-sizing: border-box;
  padding: 50px 80px;
}
.product-view .block-related .block-title strong {
  font-weight: 400;
}
.product-view .block-related li.item {
  background: #fff;
  border: 0;
  border-radius: 0;
  position: relative;
  float: left;
  width: 50%;
  box-sizing: border-box;
  text-align: center;
  clear: none;
  padding: 0 20px;
  margin: 0 0 20px;
}
.product-view .block-related li.item .product-image {
  float: left;
  width: 100%;
  background: white;
}
.product-view .block-related li.item .product-image img {
  max-width: 100%;
  height: auto;
  margin: 0 auto;
}
.product-view .block-related li.item .product-details {
  float: left;
  width: 100%;
}
.product-view .block-related li.item .product-details .price-info .price-box .price {
  color: #2CA7DF;
  margin: 10px 0 20px 0;
  display: block;
}
.product-view .block-related li.item .product-name {
  margin-top: 10px;
  min-height: 44px;
  max-height: 44px;
  overflow: hidden;
}
.product-view .block-related li.item .product-name a {
  color: black;
}
.product-view .block-related li.item button.btn-cart {
  color: #2CA7DF;
  border: 2px solid #2CA7DF;
  background: #fff;
  box-sizing: border-box;
  padding: 0;
  width: 100%;
  height: 50px;
  line-height: 48px;
}
.product-view .block-related li.item button.btn-cart span {
  display: block;
}
.product-view .block-related li.item button.btn-cart:hover {
  color: #fff;
  border: 2px solid #2CA7DF;
  background: #2CA7DF;
}
.product-view .block-related li.item button.btn-cart.loading {
  background: none;
  color: #000000;
  border: 0;
  white-space: pre-wrap;
  line-height: initial;
}
.product-view .block-related li.item button.btn-cart.loading:before, .product-view .block-related li.item button.btn-cart.loading:after {
  content: '';
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  display: none;
}
.product-view .block-related li.item button.btn-cart.loading:before {
  background-color: white;
  opacity: 0.8;
  z-index: 2;
}
.product-view .block-related li.item button.btn-cart.loading:after {
  background-image: url("https://shop.fairphone.com/skin/frontend/fairphone_rwd/default/images/opc-ajax-loader.gif");
  background-repeat: no-repeat;
  background-position: center;
  z-index: 3;
}
.product-view .block-related li.item button.btn-cart.loading.loading {
  position: relative;
}
.product-view .block-related li.item button.btn-cart.loading.loading:before, .product-view .block-related li.item button.btn-cart.loading.loading:after {
  display: block;
}
.product-view .block-related li.item button.btn-cart.success {
  background: none;
  color: #30B579;
  border: 0;
  white-space: pre-wrap;
  line-height: initial;
}
.product-view .block-related li.item button.btn-cart.success:before {
  content: '';
  width: 15px;
  height: 15px;
  background-image: url(https://shop.fairphone.com/skin/frontend/fairphone_rwd/default/images/icons/check-vector.svg);
  display: inline-block;
  background-position: center center;
  background-repeat: no-repeat;
  padding: 8px 15px;
  max-width: 25px;
}

@media only screen and (max-width: 1199px) {
  .product-view .block-related {
    padding: 50px 30px;
  }
}
@media only screen and (max-width: 599px) {
  .product-view .block-related {
    padding: 50px 20px;
  }
}
@media screen and (max-width: 480px) {
  .product-view .block-related li.item {
    width: 100%;
  }
}
@media screen and (min-width: 770px) and (max-width: 950px) {
  .product-view .block-related li.item {
    width: 100%;
  }
}
/* -------------------------------------------- *
 * Upsell Products
 */
/* -------------------------------------------- *
 * Giftcard Products
 */
.product-giftcard .product-options .giftcard-form ul.form-list li:after {
  content: '';
  display: table;
  clear: both;
}
.product-giftcard .product-options .giftcard-form ul.form-list:after {
  content: '';
  display: table;
  clear: both;
}
.product-giftcard .product-options .giftcard-form .send-from {
  padding-bottom: 0;
}
.product-giftcard .product-options .giftcard-form .fieldset.giftcard-amount-form ul.form-list li {
  display: table;
  border: 1px solid #878786;
  border-radius: 3px;
  text-align: center;
  width: calc(100% / 3 - 13px);
  margin-right: 15px;
  height: 45px;
  float: left;
}
.product-giftcard .product-options .giftcard-form .fieldset.giftcard-amount-form ul.form-list li label {
  font-size: 26px;
  font-family: "Radikal-Medium", "Open Sans", sans-serif;
  display: table-cell;
  width: 100%;
  max-width: 100%;
  padding: 5px 0 0;
  margin: 0;
  cursor: pointer;
  vertical-align: middle;
}
.product-giftcard .product-options .giftcard-form .fieldset.giftcard-amount-form ul.form-list li label:after {
  content: '';
  display: table;
  clear: both;
}
.product-giftcard .product-options .giftcard-form .fieldset.giftcard-amount-form ul.form-list li .validation-advice {
  display: table-row;
  clear: both;
}
.product-giftcard .product-options .giftcard-form .fieldset.giftcard-amount-form ul.form-list li input.radio {
  display: none;
}
.product-giftcard .product-options .giftcard-form .fieldset.giftcard-amount-form ul.form-list li input.radio.active + label {
  background: #2CA7DF;
  color: #FFFFFF;
}
.product-giftcard .product-options .giftcard-form .fieldset.giftcard-amount-form ul.form-list li input.radio#giftcard_amount_custom + label {
  font-size: 20px;
}
.product-giftcard .product-options .giftcard-form .fieldset.giftcard-amount-form ul.form-list li:nth-child(3n) {
  margin-right: 0;
}
.product-giftcard .product-options .giftcard-form .fieldset.giftcard-amount-form #giftcard_amount_box {
  display: inline-block;
  width: calc( (100% / 3 * 2 ) - 6px);
  position: relative;
}
.product-giftcard .product-options .giftcard-form .fieldset.giftcard-amount-form #giftcard_amount_box #giftcard_amount_input {
  padding-left: 25px;
}
.product-giftcard .product-options .giftcard-form .fieldset.giftcard-amount-form #giftcard_amount_box .currencySymbol {
  position: absolute;
  top: 0;
  left: 10px;
  height: 46px;
  line-height: 46px;
}
.product-giftcard .product-options .giftcard-form .fieldset.giftcard-amount-form #giftcard_amount_box p.notice {
  display: none;
}
.product-giftcard .product-options .giftcard-form .fieldset.giftcard-amount-form #giftcard_amount_box.even {
  width: calc( (100% / 3 * 1 ) - 12px);
}
.product-giftcard .product-options .giftcard-form .terms-and-conditions {
  margin-bottom: 30px;
}
.product-giftcard .product-options-bottom .price-box {
  display: none;
}
.product-giftcard .giftcard-send-form .field {
  position: relative;
}
.product-giftcard .giftcard-send-form label {
  background: #f3f3f4;
  position: absolute;
  top: -10px;
  left: 13.5px;
  padding: 0 5px;
  display: none;
}

.product-technical-specs {
  display: block;
  overflow: hidden;
  float: left;
  width: 100%;
  margin-top: 45px;
}
.product-technical-specs .col2-set.technical-specs-summary,
.product-technical-specs .col3-set.technical-specs-summary {
  overflow: hidden;
  min-height: 0;
}
.product-technical-specs .col2-set.technical-specs-summary .col-1,
.product-technical-specs .col2-set.technical-specs-summary .col-2,
.product-technical-specs .col2-set.technical-specs-summary .col-3,
.product-technical-specs .col3-set.technical-specs-summary .col-1,
.product-technical-specs .col3-set.technical-specs-summary .col-2,
.product-technical-specs .col3-set.technical-specs-summary .col-3 {
  min-height: 0;
}
.product-technical-specs .col2-set.technical-specs-summary .col-1 .content,
.product-technical-specs .col2-set.technical-specs-summary .col-2 .content,
.product-technical-specs .col2-set.technical-specs-summary .col-3 .content,
.product-technical-specs .col3-set.technical-specs-summary .col-1 .content,
.product-technical-specs .col3-set.technical-specs-summary .col-2 .content,
.product-technical-specs .col3-set.technical-specs-summary .col-3 .content {
  padding: 80px 0 0 20px;
}
@media only screen and (max-width: 769px) {
  .product-technical-specs .col2-set.technical-specs-summary .col-1,
  .product-technical-specs .col2-set.technical-specs-summary .col-2,
  .product-technical-specs .col3-set.technical-specs-summary .col-1,
  .product-technical-specs .col3-set.technical-specs-summary .col-2 {
    width: 50%;
  }
  .product-technical-specs .col2-set.technical-specs-summary .col-3,
  .product-technical-specs .col3-set.technical-specs-summary .col-3 {
    float: none;
    clear: both;
    width: 100%;
  }
  .product-technical-specs .col2-set.technical-specs-summary .col-3 .content,
  .product-technical-specs .col3-set.technical-specs-summary .col-3 .content {
    padding: 0;
    width: 100%;
  }
  .product-technical-specs .col2-set.technical-specs-summary .col-3 li,
  .product-technical-specs .col3-set.technical-specs-summary .col-3 li {
    padding: 40px 20px 25px 20px;
    width: 50%;
    display: inline-block;
    float: left;
    clear: none;
  }
}
@media only screen and (max-width: 479px) {
  .product-technical-specs .col2-set.technical-specs-summary .col-2 .content,
  .product-technical-specs .col2-set.technical-specs-summary .col-3 .content,
  .product-technical-specs .col3-set.technical-specs-summary .col-2 .content,
  .product-technical-specs .col3-set.technical-specs-summary .col-3 .content {
    padding: 0 20px 20px;
  }
  .product-technical-specs .col2-set.technical-specs-summary .col-1,
  .product-technical-specs .col2-set.technical-specs-summary .col-2,
  .product-technical-specs .col2-set.technical-specs-summary .col-3,
  .product-technical-specs .col3-set.technical-specs-summary .col-1,
  .product-technical-specs .col3-set.technical-specs-summary .col-2,
  .product-technical-specs .col3-set.technical-specs-summary .col-3 {
    width: 100%;
    clear: both;
  }
  .product-technical-specs .col2-set.technical-specs-summary .col-1 li,
  .product-technical-specs .col2-set.technical-specs-summary .col-2 li,
  .product-technical-specs .col2-set.technical-specs-summary .col-3 li,
  .product-technical-specs .col3-set.technical-specs-summary .col-1 li,
  .product-technical-specs .col3-set.technical-specs-summary .col-2 li,
  .product-technical-specs .col3-set.technical-specs-summary .col-3 li {
    display: block;
    width: 100%;
    float: none;
    padding: 0;
    margin-bottom: 60px;
  }
  .product-technical-specs .col2-set.technical-specs-summary .col-1 li:last-of-type,
  .product-technical-specs .col2-set.technical-specs-summary .col-2 li:last-of-type,
  .product-technical-specs .col2-set.technical-specs-summary .col-3 li:last-of-type,
  .product-technical-specs .col3-set.technical-specs-summary .col-1 li:last-of-type,
  .product-technical-specs .col3-set.technical-specs-summary .col-2 li:last-of-type,
  .product-technical-specs .col3-set.technical-specs-summary .col-3 li:last-of-type {
    margin-bottom: 60px;
  }
  .product-technical-specs .col2-set.technical-specs-summary .col-1 li:nth-child(even),
  .product-technical-specs .col2-set.technical-specs-summary .col-2 li:nth-child(even),
  .product-technical-specs .col2-set.technical-specs-summary .col-3 li:nth-child(even),
  .product-technical-specs .col3-set.technical-specs-summary .col-1 li:nth-child(even),
  .product-technical-specs .col3-set.technical-specs-summary .col-2 li:nth-child(even),
  .product-technical-specs .col3-set.technical-specs-summary .col-3 li:nth-child(even) {
    padding: 0;
  }
}
.product-technical-specs .col2-set.technical-specs-summary ul,
.product-technical-specs .col3-set.technical-specs-summary ul {
  margin-bottom: 0;
  list-style: none;
}
.product-technical-specs .col2-set.technical-specs-summary ul li,
.product-technical-specs .col3-set.technical-specs-summary ul li {
  margin-left: 0;
  display: block;
  clear: both;
  margin-bottom: 60px;
}
.product-technical-specs .col2-set.technical-specs-summary ul li .icon,
.product-technical-specs .col3-set.technical-specs-summary ul li .icon {
  float: left;
}
.product-technical-specs .col2-set.technical-specs-summary ul li .titles,
.product-technical-specs .col3-set.technical-specs-summary ul li .titles {
  float: left;
  padding: 0 0 0 27.5px;
  width: calc(100% - 92.5px);
}
.product-technical-specs .col2-set.technical-specs-summary ul li .titles .title,
.product-technical-specs .col3-set.technical-specs-summary ul li .titles .title {
  font-family: "Radikal-Medium", "Open Sans", sans-serif;
}
.product-technical-specs .col2-set.technical-specs-summary ul li:after,
.product-technical-specs .col3-set.technical-specs-summary ul li:after {
  content: '';
  display: table;
  clear: both;
}
.product-technical-specs .col2-set.technical-specs-summary ul li:last-of-type,
.product-technical-specs .col3-set.technical-specs-summary ul li:last-of-type {
  margin-bottom: 0;
}

/* Product View Page: Reseller Popout =============================================================================== */
.hide {
  display: none;
}

.show {
  display: block;
}

/* Trigger on product view page */
.popout-open .name-one {
  display: none !important;
}

a.open-popout {
  line-height: 20px;
  font-size: 18px;
  padding: 15px 30px;
  white-space: normal;
  width: 100%;
  border: 2px solid #2CA7DF;
  background: white;
  color: #2CA7DF;
  text-align: center;
  vertical-align: middle;
  border-radius: 3px;
  height: 50px;
  font-family: "Radikal-Regular", "Open Sans", sans-serif;
  display: table;
}
a.open-popout.disable {
  background: white;
  border: 2px solid #c6c6c6;
  pointer-events: none;
  cursor: default;
}
a.open-popout.disable span {
  color: #c6c6c6;
}
a.open-popout:hover {
  background: #2CA7DF;
  border: 2px solid #2CA7DF;
}
a.open-popout:hover span {
  color: white;
}

/* reseller popout */
.popout-container {
  width: 100%;
}
.popout-container .popout-wrapper {
  background: white;
  padding: 50px 80px 60px;
  position: absolute;
  left: -2000em;
  float: left;
  /* Section 1: CMS block */
  /* Section 2: Resellers */
  /* Section 3: Search */
}
.popout-container .popout-wrapper .popout-intro,
.popout-container .popout-wrapper .popout-resellers {
  margin-bottom: 25px;
}
.popout-container .popout-wrapper .close-popout {
  position: absolute;
  top: 30px;
  right: 30px;
  font-size: 30px;
  color: black;
  width: 60px;
  height: 60px;
  font-weight: lighter;
  text-align: center;
  line-height: 69px;
  font-family: "Radikal-Lighter", "Open Sans", sans-serif;
}
.popout-container .popout-wrapper .close-popout:hover {
  color: #2CA7DF;
}
.popout-container .popout-wrapper .popout-resellers .resellers h3 {
  font-size: 18px;
  font-family: "Radikal-Light", "Open Sans", sans-serif;
  margin: 15px 0;
  display: none;
}
.popout-container .popout-wrapper .popout-resellers .resellers a {
  font-size: 18px;
  margin: 15px 0;
}
.popout-container .popout-wrapper .popout-resellers .resellers ul {
  margin: 0 0 15px 0;
  width: calc(100% + 10px);
  width: -moz-calc(100% + 10px);
  /* support for FF4 - FF15 */
  width: -webkit-calc(100% + 10px);
  margin-left: -10px;
}
.popout-container .popout-wrapper .popout-resellers .resellers ul li {
  float: left;
  width: calc(100% - 10px);
  width: -moz-calc(100% - 10px);
  /* support for FF4 - FF15 */
  width: -webkit-calc(100% - 10px);
  margin-top: 10px;
  margin-bottom: 20px;
}
.popout-container .popout-wrapper .popout-resellers .resellers ul li p.left {
  float: left;
  width: 40%;
}
.popout-container .popout-wrapper .popout-resellers .resellers ul li p.left img {
  max-width: 100%;
  max-height: 45px;
}
.popout-container .popout-wrapper .popout-resellers .resellers ul li p.right {
  float: left;
  width: 60%;
  text-align: left;
}
.popout-container .popout-wrapper .popout-resellers .resellers ul li p.right strong {
  font-size: 18px;
  color: black;
  text-align: left;
  font-family: "Radikal-Medium", "Open Sans", sans-serif;
  font-weight: normal;
  float: left;
  width: 100%;
}
.popout-container .popout-wrapper .popout-resellers .resellers ul li p.right span.checkmark, .popout-container .popout-wrapper .popout-resellers .resellers ul li p.right span.cross {
  font-size: 16px;
  color: black;
  text-align: left;
  font-family: "Radikal-Light", "Open Sans", sans-serif;
  float: left;
  width: 100%;
  margin-top: 7px;
}
.popout-container .popout-wrapper .popout-resellers .resellers ul li:not(.no-link):hover {
  opacity: 0.4;
}
.popout-container .popout-wrapper .popout-resellers .resellers ul li a, .popout-container .popout-wrapper .popout-resellers .resellers ul li.no-link {
  display: block;
  text-align: center;
}
.popout-container .popout-wrapper .popout-resellers .resellers ul li a img, .popout-container .popout-wrapper .popout-resellers .resellers ul li.no-link img {
  vertical-align: middle;
  margin: 0 auto;
}
@media only screen and (max-width: 479px) {
  .popout-container .popout-wrapper .popout-resellers .resellers ul li {
    float: none;
    clear: both;
    margin-right: 0;
    width: calc(100% - 10px);
    width: -moz-calc(100% - 10px);
    /* support for FF4 - FF15 */
    width: -webkit-calc(100% - 10px);
  }
  .popout-container .popout-wrapper .popout-resellers .resellers ul li:not(:first-child) {
    margin-top: 10px;
  }
}
.popout-container .popout-wrapper .popout-resellers .resellers ul:after {
  content: '';
  display: table;
  clear: both;
}
.popout-container .popout-wrapper .popout-search .search-container {
  position: relative;
}
.popout-container .popout-wrapper .popout-search .search-container .input-text {
  padding-left: 15px;
}
.popout-container .popout-wrapper .popout-search .search-container .search-icon {
  width: 30px;
  height: 26px;
  background: none;
  border: 0;
  overflow: hidden;
  position: absolute;
  right: 10px;
  top: 10px;
}
.popout-container .popout-wrapper .popout-search .search-container .search-icon:before {
  content: "";
  color: #3C3C3C;
  font-size: 18px;
  font-family: "icons";
  display: inline-block;
  vertical-align: middle;
  line-height: 18px;
  font-weight: normal;
  font-style: normal;
  speak: none;
  text-transform: none;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  letter-spacing: 0;
}
.popout-container .popout-wrapper .popout-search .search-container .search-icon:hover {
  opacity: 0.6;
}

/* Responsive specific exceptions */
@media only screen and (max-width: 1199px) {
  .popout-container .popout-wrapper {
    padding: 50px 30px;
  }
  .popout-container .popout-wrapper .close-popout {
    top: 0;
    right: 0;
  }
}
@media screen and (min-width: 770px) {
  .pop-relative {
    position: relative !important;
    max-width: none;
  }

  .pop-absolute {
    position: absolute !important;
    max-width: calc(50% - 20px);
  }
}
@media only screen and (max-width: 599px) {
  .popout-container .popout-wrapper {
    padding: 50px 20px;
  }
}
@media only screen and (min-width: 1200px) {
  .product-img-wrapper.sticky .product-info-popout {
    width: 560px;
    float: right;
  }

  .popout-container .popout-wrapper {
    max-width: 560px;
  }
}
/* Catalog Product View - PDP Content =============================================================================== */
.pdp-content {
  float: left;
  width: 100%;
  margin-top: 20px;
}

/* ============================================ *
 * Checkout - Layout
 * ============================================ */
@media only screen and (max-width: 769px) {
  .checkout-cart-index .skip-link.skip-nav {
    display: none;
  }
}

@media only screen and (min-width: 600px) {
  .cart {
    padding-bottom: 100px;
  }
}

.cart-table-wrapper {
  width: 100%;
  clear: both;
  margin-bottom: 40px;
}
.cart-table-wrapper .notice {
  display: none;
}

.cart-table {
  width: 100%;
}

.cart-forms-wrapper {
  width: 50%;
  float: left;
}
.cart-forms-wrapper .cart-forms a {
  -moz-user-select: none;
  -ms-user-select: none;
  -webkit-user-select: none;
  -o-user-select: none;
  user-select: none;
  cursor: pointer;
  font-family: "Radikal-Medium", "Open Sans", sans-serif;
}
.cart-forms-wrapper .cart-forms .buttons-wrapper button {
  margin-right: 10px;
  margin-left: 0;
}
.cart-forms-wrapper .cart-forms .discount, .cart-forms-wrapper .cart-forms .giftcard {
  margin: 20px 0;
}
.cart-forms-wrapper .cart-forms .discount input[type="text"], .cart-forms-wrapper .cart-forms .giftcard input[type="text"] {
  max-width: 365px;
}

.cart-totals-wrapper {
  width: 50%;
  float: right;
}

.crosssell {
  clear: both;
  width: 100%;
}

.display-both-prices .cart-table {
  float: none;
  width: 100%;
}

@media only screen and (max-width: 979px) {
  .display-single-price .cart-table {
    float: none;
    width: 100%;
  }
}
.display-single-price:after {
  content: '';
  display: table;
  clear: both;
}

/* ============================================ *
 * Checkout - Cart
 * ============================================ */
.cart .page-title {
  width: 100%;
}
.cart .page-title h1 {
  margin: 0;
  margin-bottom: 0.5em;
  color: #3C3C3C;
  font-family: "Radikal-Medium", "Open Sans", sans-serif;
  font-size: 32px;
  font-style: normal;
  line-height: 1.2;
  text-rendering: optimizeLegibility;
  float: left;
  border-bottom: none;
  color: #2CA7DF;
  width: 100%;
  text-align: center;
  margin: 35px 0 45px;
}
.cart .page-title:after {
  content: '';
  display: table;
  clear: both;
}

.checkout-types {
  text-align: right;
  max-width: 100%;
  margin-bottom: 35px;
  /* We always want this shipping method to display on its own line */
}
.checkout-types li {
  vertical-align: top;
}
.checkout-types li .button {
  float: right;
}
.checkout-types li:after {
  content: '';
  display: table;
  clear: both;
}
.checkout-types li img {
  display: inline;
  vertical-align: top;
}
.checkout-types li:first-child {
  margin-left: 0;
}
.checkout-types .method-checkout-cart-methods-multishipping {
  display: block;
}
.checkout-types.top {
  display: none;
}
.checkout-types.top li {
  display: inline-block;
}

#block-checkout_types_after .block-content {
  background: none;
  padding: 0;
  border: none;
  float: right;
  font-size: 12px;
}
#block-checkout_types_after .block-content img {
  margin-bottom: 15px;
}
#block-checkout_types_after .block-content p:first-child {
  float: right;
}
#block-checkout_types_after .block-content p:last-child {
  clear: right;
}

@media only screen and (max-width: 599px) {
  .btn-checkout {
    width: 100%;
  }
}
.cart-table.loading:before, .cart-table.loading:after {
  content: '';
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  display: none;
}
.cart-table.loading:before {
  background-color: white;
  opacity: 0.8;
  z-index: 2;
}
.cart-table.loading:after {
  background-image: url("https://shop.fairphone.com/skin/frontend/fairphone_rwd/default/images/opc-ajax-loader.gif");
  background-repeat: no-repeat;
  background-position: center;
  z-index: 3;
}
.cart-table.loading.loading {
  position: relative;
}
.cart-table.loading.loading:before, .cart-table.loading.loading:after {
  display: block;
}
.cart-table thead, .cart-table colgroup {
  display: none;
}
.cart-table th,
.cart-table td,
.cart-table tbody td {
  border-bottom: none;
  vertical-align: middle;
}
.cart-table h2, .cart-table .customer-account .account-header .page-title, .customer-account .account-header .cart-table .page-title {
  margin: 0;
  margin-bottom: 10px;
  color: #3C3C3C;
  font-family: "Radikal-Medium", "Open Sans", sans-serif;
  font-size: 24px;
  font-style: normal;
  line-height: 1.4;
  text-rendering: optimizeSpeed;
  margin-bottom: 0;
}
@media only screen and (max-width: 599px) {
  .cart-table h2, .cart-table .customer-account .account-header .page-title, .customer-account .account-header .cart-table .page-title {
    font-size: 18px;
  }
}
.cart-table tr {
  padding-bottom: 20px;
  background: #FFFFFF !important;
  border-bottom: 20px solid #f3f3f4;
}
.cart-table td {
  padding: 0;
}
.cart-table tfoot tr td {
  padding: 20px 0;
}
.cart-table tfoot tr > td:after {
  content: '';
  display: table;
  clear: both;
}
.cart-table span.or {
  display: none;
}
.cart-table .product-cart-image .cart-links,
.cart-table .product-cart-info .btn-remove,
.cart-table .product-cart-actions .button {
  display: none;
}
.cart-table .product-cart-image {
  width: 13%;
  padding-left: 0;
  padding-right: 0;
}
.cart-table .product-cart-image .product-image img {
  max-width: 100%;
  width: 100%;
}
.cart-table .product-cart-image a.cart-edit {
  display: none;
}
.cart-table .product-cart-info {
  padding: 10px 0;
}
.cart-table .product-cart-info .product-name, .cart-table .product-cart-info .extra-info-content-wrapper {
  padding: 0 50px;
  word-wrap: break-word;
}
.cart-table .product-cart-info .item-options {
  margin: 0;
  padding: 0 50px;
  font-size: 22px;
}
.cart-table .product-cart-info .item-options dd {
  margin: 0;
  padding: 0;
}
.cart-table .product-cart-info .item-options-bundle {
  font-size: 16px;
}
.cart-table .product-cart-info .item-options-bundle dt {
  display: none;
}
.cart-table .product-cart-info .item-options-bundle dd .price {
  display: none;
}
.cart-table .product-cart-info .item-msg {
  padding: 0 50px;
  font-size: 14px;
}
.cart-table .extra-info {
  width: 20%;
}
@media only screen and (max-width: 769px) {
  .cart-table .extra-info {
    display: none;
  }
}
.cart-table .extra-info-content-wrapper {
  display: block;
  text-align: left;
  color: #878786;
  font-size: 14px;
  clear: both;
}
.cart-table .product-cart-sku {
  font-size: .85em;
}
.cart-table .btn-empty {
  float: left;
}
.cart-table .product-cart-total {
  text-align: right;
  padding-right: 20px;
  font-size: 24px;
  font-family: "Radikal-Medium", "Open Sans", sans-serif;
}
.cart-table .cart-tax-total {
  position: relative;
  cursor: pointer;
}
.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 #3C3C3C;
  border-left: none;
  position: absolute;
  top: 3px;
  right: -11px;
}
.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 #3C3C3C;
  border-bottom: none;
  right: -15px;
  top: 6px;
}
.cart-table .cart-links > li {
  white-space: nowrap;
  line-height: 1.3;
  margin-bottom: 5px;
  min-width: 65px;
  font-size: 14px;
}
.cart-table .cart-links > li > a {
  display: block;
}
.cart-table .cart-links > li:last-child {
  margin-bottom: 0;
}
.cart-table .product-cart-actions {
  width: 20%;
  min-width: 60px;
  text-align: center;
  padding: 10px 0;
}
.cart-table .product-cart-actions .content-wrapper {
  display: inline-block;
  width: 95px;
}
.cart-table .product-cart-actions .qty-wrapper {
  margin-top: 32px;
  display: inline-block;
}
.cart-table .product-cart-actions .qty-wrapper .qty {
  border-color: #878786;
  border-radius: 0;
  text-align: center;
  padding: 0;
  font-size: 18px;
  display: inline-block;
  height: 30px;
  width: 35px;
  vertical-align: bottom;
}
.cart-table .product-cart-actions .qty-wrapper .btn-count {
  background: #878786;
  color: #FFFFFF;
  width: 30px;
  height: 30px;
  display: inline-block;
  text-align: center;
  cursor: pointer;
}
.cart-table .product-cart-actions .qty-wrapper .btn-count span {
  width: 30px;
  height: 30px;
  line-height: 30px;
  text-align: center;
  font-size: 27px;
}
.cart-table .product-cart-actions .qty-wrapper .btn-count.increase {
  margin-left: -4px;
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
}
.cart-table .product-cart-actions .qty-wrapper .btn-count.decrease {
  margin-right: -4px;
  border-top-left-radius: 3px;
  border-bottom-left-radius: 3px;
}
.cart-table .product-cart-actions .qty-wrapper .btn-count:hover {
  text-decoration: none;
  background: #3C3C3C;
}
.cart-table .product-cart-actions .qty-wrapper:after {
  content: '';
  display: table;
  clear: both;
}
.cart-table .item-options {
  padding-left: 15px;
}

@media only screen and (max-width: 769px) {
  .cart-table .product-cart-actions > li {
    white-space: inherit;
  }
  .cart-table .product-name, .cart-table .extra-info-content-wrapper, .cart-table .item-options {
    padding: 0 25px !important;
  }
}
@media only screen and (max-width: 599px) {
  .main {
    padding: 20px 0;
  }

  .cart-table-wrapper {
    margin-bottom: 22.5px;
  }

  .cart .page-title h1 {
    padding: 0 20px;
    font-size: 24px;
  }

  .cart-table colgroup, .cart-table thead {
    display: none;
  }
  .cart-table tr {
    display: block;
    margin-bottom: 10px;
    padding: 30px 20px;
    position: relative;
    width: 100%;
  }
  .cart-table tr:after {
    content: '';
    display: table;
    clear: both;
  }
  .cart-table tfoot tr td .product-name, .cart-table tfoot tr td tfoot .extra-info-content-wrapper {
    padding: 0 !important;
  }
  .cart-table tfoot tr td:first-of-type {
    display: none;
  }
  .cart-table .cart-links {
    padding-top: 5px;
  }
  .cart-table .cart-links > li {
    white-space: normal;
    text-align: center;
  }
  .cart-table .cart-tax-info {
    padding-left: 10px;
    font-size: 14px;
  }
  .cart-table .cart-tax-info .price {
    font-size: 14px;
  }
  .cart-table .product-cart-image {
    display: inline-block;
    width: 25%;
    float: left;
    padding-bottom: 0;
  }
  .cart-table .product-cart-image a.cart-edit {
    display: block;
    font-size: 18px;
    text-align: center;
    text-transform: uppercase;
  }
  .cart-table .product-cart-actions {
    clear: left;
  }
  .cart-table .product-cart-actions,
  .cart-table .product-cart-total {
    display: block;
    margin: 0;
    padding: 0;
    text-align: left;
    width: 50%;
    float: left;
  }
  .cart-table .product-cart-actions .content-wrapper {
    width: auto;
  }
  .cart-table .product-cart-total {
    text-align: right;
    position: relative;
  }
  .cart-table .product-cart-total span.cart-price {
    position: absolute;
    bottom: 0;
    right: 0;
    font-size: 19px;
  }
  .cart-table .product-cart-actions .qty-wrapper {
    margin-top: 15px;
  }
  .cart-table .product-cart-actions .qty-wrapper .btn-count {
    width: 45px;
    height: 45px;
  }
  .cart-table .product-cart-actions .qty-wrapper .btn-count span {
    width: 45px;
    height: 45px;
    line-height: 45px;
  }
  .cart-table .product-cart-actions .qty-wrapper .qty {
    width: 45px;
    height: 45px;
  }
  .cart-table .product-cart-image .cart-links,
  .cart-table .product-cart-info .btn-remove {
    display: block;
  }
  .cart-table .product-cart-actions .button {
    display: none;
  }
  .cart-table .product-cart-info {
    display: inline-block;
    width: 75%;
  }
  .cart-table .product-cart-info .btn-remove {
    float: right;
  }
  .cart-table .product-cart-info .product-cart-sku {
    margin-bottom: 5px;
  }
  .cart-table .product-cart-info .item-options {
    font-size: 16px;
  }
  .cart-table .cart-footer-actions {
    text-align: center;
    width: 100%;
  }
  .cart-table .cart-footer-actions #empty_cart_button {
    float: right;
  }
  .cart-table .cart-footer-actions .btn-continue {
    float: left;
  }
  .cart-table .cart-footer-actions .btn-update,
  .cart-table .cart-footer-actions span.or {
    display: none;
  }

  .cart-totals-wrapper, .cart-forms-wrapper {
    width: 100%;
    clear: both;
    padding: 0 20px;
  }

  .cart-forms-wrapper {
    margin-bottom: 30px;
  }

  .display-both-prices .cart-table td[data-rwd-tax-label]:before {
    content: attr(data-rwd-tax-label) ":";
  }
}
@media only screen and (max-width: 479px) {
  .cart-table .product-cart-image {
    width: 40%;
  }
  .cart-table .product-cart-info {
    width: 60%;
  }
}
/* ============================================ *
 * Checkout - Estimate Shipping and Tax
 * ============================================ */
.shipping select {
  max-width: 100%;
  height: 30px;
  display: block;
}
.shipping select.validation-failed {
  border-color: #f04235;
}
.shipping .shipping-desc {
  display: none;
}
.shipping .buttons-set {
  border: none;
  margin: 0;
  padding: 0;
}
.shipping .form-list:after {
  content: '';
  display: table;
  clear: both;
}
.shipping .form-list li {
  float: left;
  margin: 5px 2% 10px 0;
}
.shipping .form-list .shipping-country {
  width: 37%;
}
.shipping .form-list .shipping-region {
  width: 41%;
}
.shipping .form-list .shipping-postcode {
  margin-right: 0;
  width: 18%;
}
.shipping .form-list .shipping-postcode input {
  margin-top: 4px;
}
.shipping .form-list .input-box {
  padding-top: 0;
}
.shipping .form-list input {
  height: 30px;
  margin-top: 4px;
}
.shipping .form-list label {
  font-size: 14px;
  font-weight: 400;
  text-transform: uppercase;
  white-space: nowrap;
}
.shipping .sp-methods {
  padding: 10px 0 0;
  text-align: left;
}
.shipping .sp-methods dd {
  margin-bottom: 10px;
}
.shipping .sp-methods label {
  font-size: 12px;
  font-style: italic;
  min-width: 100px;
}
.shipping .sp-methods label span {
  font-weight: bold;
  font-style: normal;
}
.shipping #co-shipping-method-form .buttons-set .button {
  float: left;
  margin-left: 0;
}
.shipping #co-shipping-method-form .sp-methods dd label {
  border: 1px solid #878786;
  background-color: #3a3a3a;
  min-width: 220px;
}
.shipping #co-shipping-method-form .sp-methods dd label:hover {
  background-color: #363636;
}

@media only screen and (max-width: 769px) {
  .shipping .shipping-form .form-list > li {
    width: 100%;
    float: none;
  }
  .shipping .shipping-form .form-list > li label {
    display: block;
  }
  .shipping .shipping-form .form-list > li input,
  .shipping .shipping-form .form-list > li select {
    width: 100%;
  }
}
.cart .cart-totals {
  text-align: right;
}
.cart .cart-totals .extra-info {
  padding-left: 60px;
  margin: 15px 0 30px;
}
.cart .cart-totals .block .block-content {
  display: block;
  float: right;
  background-color: transparent;
  border: none;
  margin-bottom: 15px;
  padding: 15px 0;
  width: 70%;
}
@media only screen and (max-width: 769px) {
  .cart .cart-totals .block .block-content {
    width: 100%;
  }
}
.cart .cart-totals .block .block-content strong {
  margin-bottom: 20px;
  display: block;
  color: #2CA7DF;
  font-size: 18px;
}
.cart .cart-totals .checkout_types_after {
  margin-top: 30px;
}
.cart .cart-totals .checkout_types_after .secure {
  font-size: 12px;
}
.cart .cart-totals h2, .cart .cart-totals .customer-account .account-header .page-title, .customer-account .account-header .cart .cart-totals .page-title {
  display: none;
}
.cart .cart-totals:after {
  content: '';
  display: table;
  clear: both;
}
.cart .cart-totals table {
  width: 100%;
}
.cart .cart-totals table tbody {
  display: none;
}
.cart .cart-totals table tfoot tr:not(:last-of-type) {
  display: none;
}
.cart .cart-totals table tfoot tr:last-of-type {
  vertical-align: text-bottom;
}
.cart .cart-totals table tfoot tr:last-of-type td:first-of-type {
  color: #2CA7DF;
}
.cart .cart-totals table tfoot tr:last-of-type td:first-of-type strong {
  font-weight: bold;
}
.cart .cart-totals table tfoot tr:last-of-type td:last-of-type strong .price {
  font-family: "Radikal-Medium", "Open Sans", sans-serif;
  font-size: 48px;
  color: #2CA7DF;
}
.cart .cart-totals table td strong {
  font-weight: normal;
}
.cart .cart-totals table td:first-child {
  padding-right: 10px;
  min-width: 120px;
  padding-left: 0;
}

@media only screen and (max-width: 600px) {
  .cart .cart-totals .extra-info {
    padding-left: 0px;
  }

  .cart-totals {
    text-align: right;
  }
}
.discount-form:after,
#giftcard-form:after {
  content: '';
  display: table;
  clear: both;
}

#discount-coupon-form,
.cart .giftcard {
  width: 100%;
}
#discount-coupon-form #giftcard-form label,
.cart .giftcard #giftcard-form label {
  display: none;
}
#discount-coupon-form h2, #discount-coupon-form .customer-account .account-header .page-title, .customer-account .account-header #discount-coupon-form .page-title,
.cart .giftcard h2,
.cart .giftcard .customer-account .account-header .page-title,
.customer-account .account-header .cart .giftcard .page-title {
  display: none;
}
#discount-coupon-form .button-wrapper,
.cart .giftcard .button-wrapper {
  display: block;
}
#discount-coupon-form .button-wrapper > button,
.cart .giftcard .button-wrapper > button {
  float: left;
  margin-right: 10px;
}
#discount-coupon-form .input-text,
.cart .giftcard .input-text {
  width: 100%;
}

.cart .giftcard p {
  margin-bottom: 7px;
}

/* ============================================ *
 * Checkout - Cart Cross sell
 * ============================================ */
/* 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: 979px) {
  .crosssell {
    /* Undo three-column config */
  }
  .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%;
  }
  .crosssell .products-grid > li:nth-child(odd) {
    clear: left;
  }
  .crosssell .products-grid > li:nth-child(even) {
    margin-right: 0;
  }
  .crosssell .products-grid > li:nth-child(3n+1) {
    clear: none;
  }
}
/* ============================================ *
 * Checkout - Cart Empty
 * ============================================ */
.checkout-cart-index .empty-cart {
  font-size: 18px;
  margin: 24px 0 80px;
}
.checkout-cart-index .empty-cart h1 {
  font-size: 32px;
}
.checkout-cart-index .empty-cart a {
  color: #3C3C3C;
}
@media only screen and (max-width: 599px) {
  .checkout-cart-index .empty-cart {
    padding: 0 20px;
    font-size: 16px;
  }
}

#checkout-review-table-wrapper .item-options-bundle td {
  vertical-align: bottom;
}
#checkout-review-table-wrapper .item-options-bundle .item-options .price {
  display: none;
}
#checkout-review-table-wrapper .item-options-bundle .bundle-option-title {
  margin-left: 20px;
  margin-bottom: 12px;
}
#checkout-review-table-wrapper .item-options-bundle .cart-price {
  display: block;
  padding-top: 20px;
}

.checkout-types .btn-proceed-checkout:not(.btn-checkout-mobile) {
  display: block;
}
.checkout-types .btn-proceed-checkout.btn-checkout-mobile {
  display: none;
}
@media only screen and (max-width: 768px) {
  .checkout-types .btn-proceed-checkout:not(.btn-checkout-mobile) {
    display: none;
  }
  .checkout-types .btn-proceed-checkout.btn-checkout-mobile {
    display: block;
  }
}

/* ==================== Improved One Page Checkout with progressbar  ===================== */
@media only screen and (min-width: 980px) {
  body.checkout-onepage-index .col2-right-layout .col-main {
    float: none;
    width: auto;
    padding: 0;
  }
  body.checkout-onepage-index .col2-right-layout .col-right {
    display: none;
  }

  .opc {
    position: relative;
    float: none;
    text-align: center;
  }
  .opc .step {
    position: absolute;
    overflow: hidden;
    overflow-y: auto;
    top: 70px;
    left: 0;
    z-index: 1;
    width: 100%;
    padding: 20px;
    background: #FFF;
    text-align: left;
  }
  .opc .step > * {
    max-width: 800px;
    margin: 0 auto;
  }
  .opc li.section {
    display: inline;
  }
  .opc li.section .step-title {
    position: relative;
    text-align: center;
    overflow: hidden;
    display: inline-block;
    vertical-align: top;
    width: 16.66667%;
    height: 70px;
    line-height: 70px;
    background: #9e9e9e;
  }
  .opc li.section .step-title h2, .opc li.section .step-title .customer-account .account-header .page-title, .customer-account .account-header .opc li.section .step-title .page-title {
    font-weight: normal;
    font-size: 1em;
    line-height: 1em;
    display: inline;
  }
  .opc li.section .step-title a {
    display: none;
  }
  .opc li.section .step-title .number {
    display: none;
  }
  .opc li.section.allow .step-title {
    background: #3C3C3C;
  }
  .opc li.section.active .step-title {
    background: #1e1e1e;
    color: #FFF;
  }
  .opc li.section.active .step-title h2, .opc li.section.active .step-title .customer-account .account-header .page-title, .customer-account .account-header .opc li.section.active .step-title .page-title {
    color: #fff;
  }
  .opc.opc-steps-6 li.section .step-title {
    width: 16.66667%;
  }
  .opc.opc-steps-5 li.section .step-title {
    width: 20%;
  }
  .opc.opc-steps-4 li.section .step-title {
    width: 25%;
  }
  .opc.opc-steps-3 li.section .step-title {
    width: 33.33333%;
  }
}
@media only screen and (max-width: 979px) {
  body.checkout-onepage-index .col2-right-layout .col-main {
    float: none;
    width: auto;
    padding-right: 0;
  }
  body.checkout-onepage-index .col2-right-layout .col-right {
    display: none;
  }
}
/* ============================================ *
 * Customer
 * ============================================ */
.customer-account-index .breadcrumbs {
  display: none;
}
.customer-account-index .col-main {
  margin-bottom: 0;
}
.customer-account-index .col-left {
  display: block !important;
}

.customer-account-login .account-login .page-title {
  margin-top: 38.5px;
}
@media only screen and (max-width: 769px) {
  .customer-account-login .account-login .page-title {
    padding: 0 20px;
  }
}
.customer-account-login .account-login .col2-set > div {
  width: calc(50% - 90px);
  padding: 0;
  position: relative;
  padding-bottom: 60px;
}
.customer-account-login .account-login .col2-set > div h2, .customer-account-login .account-login .col2-set > div .customer-account .account-header .page-title, .customer-account .account-header .customer-account-login .account-login .col2-set > div .page-title {
  margin-bottom: 40px;
}
@media only screen and (max-width: 769px) {
  .customer-account-login .account-login .col2-set > div {
    width: 100%;
    padding: 0 20px;
    min-height: 0 !important;
    clear: both;
    margin-bottom: 40px;
  }
}
.customer-account-login .account-login .col2-set .buttons-set {
  text-align: right;
  border-top: 0;
  position: absolute;
  bottom: 0;
  right: 0;
  margin: 0;
  padding: 0;
}
.customer-account-login .account-login .col2-set .buttons-set button,
.customer-account-login .account-login .col2-set .buttons-set .button {
  float: right;
  margin: 0;
  text-align: center;
  width: auto;
}
@media only screen and (max-width: 479px) {
  .customer-account-login .account-login .col2-set .buttons-set button,
  .customer-account-login .account-login .col2-set .buttons-set .button {
    width: 100%;
  }
}
@media only screen and (max-width: 769px) {
  .customer-account-login .account-login .col2-set .buttons-set {
    position: static;
  }
}
.customer-account-login .account-login .col2-set ul {
  list-style: none;
}
.customer-account-login .account-login .col2-set ul li {
  position: relative;
  margin-bottom: 20px;
}
.customer-account-login .account-login .col2-set ul li label {
  background: #f3f3f4;
  position: absolute;
  top: -10px;
  left: 13.5px;
  padding: 0 5px;
  display: none;
}
.customer-account-login .account-login .col2-set ul li label:after {
  display: none;
}
.customer-account-login .account-login .col2-set .col-2 {
  float: right;
}
.customer-account-login .account-login .col2-set a.forgot-password {
  font-size: 14px;
}
.customer-account-login .account-login .col2-set .form-instructions {
  font-style: normal;
  color: inherit;
  font-size: 18px;
  margin-bottom: 30px;
}
.customer-account-login .account-login .col2-set .form-instructions a {
  color: #3C3C3C;
}
.customer-account-login .account-login .col2-set .form-instructions a:after {
  content: "";
  color: #3C3C3C;
  font-size: 12px;
  font-family: "icons";
  display: inline-block;
  vertical-align: middle;
  line-height: 12px;
  font-weight: normal;
  font-style: normal;
  speak: none;
  text-transform: none;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  letter-spacing: 0;
}
.customer-account-login .account-login .col2-set .form-instructions a:after {
  margin-left: 5px;
}
.customer-account-login .account-login .col2-set .benefits {
  display: none;
}

.customer-account-create .account-create {
  width: 100%;
}
.customer-account-create .account-create form {
  width: 48%;
  float: left;
}
@media only screen and (max-width: 769px) {
  .customer-account-create .account-create form {
    width: 100%;
    max-width: 100%;
  }
}
.customer-account-create .account-create .account-create-right {
  width: 48%;
  float: right;
  margin-top: 38.5px;
}
.customer-account-create .account-create .account-create-right .block-content img {
  float: right;
  width: 100%;
}
@media only screen and (max-width: 769px) {
  .customer-account-create .account-create .account-create-right {
    width: 100%;
    max-width: 100%;
  }
}
.customer-account-create .page-title {
  margin-top: 38.5px;
}
.customer-account-create .form-instructions {
  display: none;
}
.customer-account-create .fieldset {
  margin-left: 0;
}
.customer-account-create .buttons-set {
  max-width: 100%;
  border: none;
  margin: 0;
  padding: 0;
  text-align: right;
}
.customer-account-create #remember-me-popup {
  max-width: 455px;
}
.customer-account-create ul.form-list li {
  width: 100%;
  margin-bottom: 20px;
}
.customer-account-create ul.form-list li .field, .customer-account-create ul.form-list li.field {
  position: relative;
}
.customer-account-create ul.form-list li .field:not(:last-of-type), .customer-account-create ul.form-list li.field:not(:last-of-type) {
  margin-bottom: 20px;
}
.customer-account-create ul.form-list li .field, .customer-account-create ul.form-list li .input-text {
  display: block;
  clear: both;
  margin-left: 0;
  width: 100%;
}
.customer-account-create ul.form-list li:not(.control) label {
  background: #f3f3f4;
  position: absolute;
  top: -10px;
  left: 13.5px;
  padding: 0 5px;
  display: none;
}
.customer-account-create ul.form-list li:not(.control) label:after {
  display: none;
}

.opc #opc-login p:not(.required) {
  font-style: italic;
  font-size: 14px;
  color: #A0A0A0;
}

.remember-me-box a.hide {
  display: none;
}
.remember-me-box .link-tip {
  font-size: 14px;
  padding-left: 10px;
}

.remember-me-popup {
  display: none;
  border: 1px solid #878786;
  padding: 10px;
  position: relative;
}
.remember-me-popup.show {
  display: block;
}
.remember-me-popup p {
  font-family: "Radikal-Light", "Open Sans", sans-serif;
}
.remember-me-popup .remember-me-popup-close {
  position: absolute;
  top: 0;
  right: 0;
  padding: 10px;
  font-size: 12px;
}
.remember-me-popup .remember-me-popup-close-button {
  display: none;
}

.customer-account-forgotpassword .fieldset,
.customer-account-forgotpassword .buttons-set {
  margin-left: 20px;
  max-width: 400px;
}
@media only screen and (max-width: 479px) {
  .customer-account-forgotpassword .fieldset,
  .customer-account-forgotpassword .buttons-set {
    margin-left: 0;
  }
}
.customer-account-forgotpassword .fieldset .input-box input.input-text {
  width: 100%;
}

/* ============================================ *
 * My Account Global Styles
 * ============================================ */
.customer-account .breadcrumbs {
  padding: 30px 40px;
}
@media only screen and (min-width: 770px) {
  .customer-account .breadcrumbs {
    display: none;
  }
}
@media only screen and (max-width: 479px) {
  .customer-account .breadcrumbs {
    padding: 30px 20px;
  }
}
.customer-account .account-header .page-title {
  background: #f3f3f4;
  text-align: center;
  width: 100%;
  color: #2CA7DF;
  padding: 45px 0 35px;
  margin-bottom: 0;
}
@media only screen and (max-width: 769px) {
  .customer-account .account-header .page-title {
    border-top: 1px solid #c6c6c5;
    border-bottom: 1px solid #c6c6c5;
    padding: 30px 40px 20px;
    text-align: left;
  }
}
@media only screen and (max-width: 479px) {
  .customer-account .account-header .page-title {
    padding: 30px 20px 20px;
  }
}
.customer-account .col-main {
  margin-bottom: 0;
}
@media only screen and (max-width: 769px) {
  .customer-account .main {
    padding: 0;
  }
}
.customer-account .skip-link.skip-nav {
  display: none;
}
.customer-account .my-account .page-title {
  display: none;
}
.customer-account .my-account .fieldset h2.legend, .customer-account .my-account .fieldset .account-header .legend.page-title, .customer-account .account-header .my-account .fieldset .legend.page-title {
  margin-bottom: 40px;
}
.customer-account .col-left {
  background: #FFFFFF;
}
@media only screen and (max-width: 769px) {
  .customer-account .col-left {
    margin-bottom: 0;
    display: none;
  }
}
.customer-account .buttons-set {
  border-top: 0;
}
.customer-account ul.form-list li {
  width: 100%;
  margin-bottom: 20px;
}
.customer-account ul.form-list li .field, .customer-account ul.form-list li.field {
  position: relative;
}
.customer-account ul.form-list li .field:not(:last-of-type), .customer-account ul.form-list li.field:not(:last-of-type) {
  margin-bottom: 20px;
}
.customer-account ul.form-list li .field, .customer-account ul.form-list li .input-text {
  display: block;
  clear: both;
  margin-left: 0;
  width: 100%;
}
.customer-account ul.form-list li:not(.control) label {
  background: #f3f3f4;
  position: absolute;
  top: -10px;
  left: 13.5px;
  padding: 0 5px;
  display: none;
  z-index: 2;
}
.customer-account ul.form-list li:not(.control) label:after {
  display: none;
}
.customer-account ul.form-list li.control {
  background: #e6e7e8;
  padding: 15px;
}
.customer-account ul.form-list li.control input {
  margin-right: 15px;
}
.customer-account ul.form-list li.control label {
  width: calc(100% - 28px);
  padding: 0;
}
.customer-account .my-account {
  margin-bottom: 40px;
  background: #FFFFFF;
  padding: 50px 90px;
}
.customer-account .my-account .dashboard .section {
  margin-bottom: 30px;
}
.customer-account .my-account .page-title h1 {
  border: 0;
  text-align: left;
  margin-bottom: 40px;
}
.customer-account .my-account .title-buttons {
  position: relative;
  text-align: right;
}
.customer-account .my-account .title-buttons h1 {
  text-align: left;
}
.customer-account .my-account .title-buttons .button {
  position: absolute;
  right: 0;
  top: 0;
}
.customer-account .my-account .title-buttons a,
.customer-account .my-account .title-buttons span.separator {
  position: relative;
  top: -42px;
}
.customer-account .my-account .fieldset h2, .customer-account .my-account .fieldset .account-header .page-title, .customer-account .account-header .my-account .fieldset .page-title,
.customer-account .my-account .addresses-list h2,
.customer-account .my-account .addresses-list .account-header .page-title,
.customer-account .account-header .my-account .addresses-list .page-title,
.customer-account .my-account .order-details h2,
.customer-account .my-account .order-details .account-header .page-title,
.customer-account .account-header .my-account .order-details .page-title {
  width: 100%;
  display: inline-block;
}
.customer-account .my-account .addresses-list .addresses-primary {
  width: calc(50% - 10px);
  float: left;
  padding-right: 10px;
}
.customer-account .my-account .addresses-list .addresses-primary .col2-set > div {
  clear: both;
  display: block;
  width: 100%;
  margin: 0 0 30px;
  padding: 0;
}
@media only screen and (max-width: 479px) {
  .customer-account .my-account .addresses-list .addresses-primary {
    width: 100%;
    clear: both;
    padding: 0;
  }
}
.customer-account .my-account .addresses-list .addresses-additional {
  float: left;
  width: calc(50% - 10px);
  padding-left: 10px;
}
.customer-account .my-account .addresses-list .addresses-additional .col2-set > div {
  clear: both;
  display: block;
  width: 100%;
  margin: 0 0 30px;
  padding: 0;
}
@media only screen and (max-width: 479px) {
  .customer-account .my-account .addresses-list .addresses-additional {
    width: 100%;
    clear: both;
    padding: 0;
  }
}
.customer-account .my-account .addresses-list h3 {
  font-size: 20px;
  font-family: "Radikal-Medium", "Open Sans", sans-serif;
}
.customer-account .my-account .addresses-list .actions a.separator {
  float: left;
}
.customer-account .my-account .fieldset {
  margin-top: 20px;
  margin-bottom: 20px;
}
@media only screen and (max-width: 769px) {
  .customer-account .my-account {
    padding: 30px 40px;
    margin-bottom: 0;
  }
}
@media only screen and (max-width: 479px) {
  .customer-account .my-account {
    padding: 30px 20px;
    margin-bottom: 0;
  }
}
.customer-account .data-table td a {
  font-style: normal;
  font-size: 14px;
  text-align: left;
}
.customer-account .data-table span.nobr a {
  white-space: nowrap;
}
.customer-account .data-table td.view a {
  display: block;
}
.customer-account .data-table .separator {
  display: none;
}
.customer-account .sidebar .block ol#compare-items li {
  margin: 10px 0;
}
.customer-account .sidebar .block .block-content p.block-subtitle {
  margin-bottom: 10px;
}
.customer-account .sidebar .block .block-content .actions {
  margin-top: 20px;
}
.customer-account .sidebar ol#cart-sidebar-reorder li {
  margin-top: 10px;
  margin-bottom: 0;
}
.customer-account .sidebar ol#cart-sidebar-reorder p.product-name {
  display: inline-block;
  margin-bottom: 0;
}
.customer-account .sidebar .block-cart .summary {
  margin-bottom: 10px;
}
.customer-account .sidebar .block-reorder ol#cart-sidebar-reorder li {
  margin-top: 10px;
  margin-bottom: 0;
}
.customer-account .sidebar .block-reorder ol#cart-sidebar-reorder li input {
  margin-right: 10px;
}
.customer-account .sidebar .block-reorder ol#cart-sidebar-reorder p.product-name {
  display: inline;
  margin-bottom: 0;
}

.form-list .customer-dob .dob-month,
.form-list .customer-dob .dob-day {
  float: left;
  margin-right: 10px;
}
.form-list .customer-dob .dob-year {
  float: left;
}

/* ============================================ *
 * Dashboard
 * ============================================ */
.dashboard .box-head {
  margin-top: 20px;
  border-bottom: 1px solid #878786;
  padding-bottom: 7px;
}
.dashboard .box-head h2, .dashboard .box-head .customer-account .account-header .page-title, .customer-account .account-header .dashboard .box-head .page-title {
  font-size: 16px;
  font-weight: 600;
  display: inline-block;
  margin-bottom: 0;
}
.dashboard .box-head a {
  padding: 10px;
}
.dashboard .box-title a,
.dashboard .box-head a {
  text-transform: uppercase;
  font-size: 12px;
}
.dashboard .box-account {
  padding-bottom: 40px;
  border-bottom: 1px solid #878786;
  margin-bottom: 45px;
}
.dashboard .box-account p,
.dashboard .box-account address {
  font-style: italic;
}
.dashboard .col2-set .col-1,
.dashboard .col2-set .col-2 {
  padding-right: 12.09677%;
  padding-bottom: 0;
}
.dashboard .col2-set .col-1 .box-title,
.dashboard .col2-set .col-2 .box-title {
  position: relative;
  padding-bottom: 10px;
}
.dashboard .col2-set .col-1 .box-title h2, .dashboard .col2-set .col-1 .box-title .customer-account .account-header .page-title, .customer-account .account-header .dashboard .col2-set .col-1 .box-title .page-title,
.dashboard .col2-set .col-1 .box-title h3,
.dashboard .col2-set .col-2 .box-title h2,
.dashboard .col2-set .col-2 .box-title .customer-account .account-header .page-title,
.customer-account .account-header .dashboard .col2-set .col-2 .box-title .page-title,
.dashboard .col2-set .col-2 .box-title h3 {
  font-weight: 600;
  font-size: 16px;
  margin-bottom: 0;
}
.dashboard .col2-set .col-1 .box-title a,
.dashboard .col2-set .col-2 .box-title a {
  line-height: 22.4px;
}
.dashboard .box-reviews.box-account {
  padding-bottom: 0;
}
.dashboard .box-reviews li {
  padding: 10px 0;
  border-top: 1px solid #878786;
}
.dashboard .box-reviews li:first-child {
  border-top: 0;
}
.dashboard .box-reviews li .number {
  margin-right: -20px;
  float: left;
  line-height: 1.4;
  font-size: 14px;
}
.dashboard .box-reviews li .details {
  margin-left: 20px;
}
.dashboard .box-reviews li .details .ratings {
  content: '';
  display: table;
  clear: both;
  margin-bottom: 0;
}
.dashboard .box-reviews li .details .ratings strong {
  float: left;
  font-size: 14px;
  margin-right: 5px;
}
.dashboard .box-reviews li .details .ratings .rating-box {
  float: left;
  margin: 3px 0 0 0;
}

/* ============================================ *
 * Address Book
 * ============================================ */
.customer-address-index .my-account .page-title {
  display: block;
}
.customer-address-index .my-account .addresses-list .col-1,
.customer-address-index .my-account .addresses-list .col-2 {
  padding-bottom: 0;
}
.customer-address-index .my-account .addresses-list .item {
  margin: 0 0 20px 0;
}
.customer-address-index .my-account .addresses-list .item p {
  margin-top: 10px;
}
@media only screen and (max-width: 769px) {
  .customer-address-index .my-account .addresses-list .col-1,
  .customer-address-index .my-account .addresses-list .col-2 {
    width: 100%;
    padding-left: 0;
    padding-right: 0;
  }
  .customer-address-index .my-account .addresses-list .col-1 li.empty,
  .customer-address-index .my-account .addresses-list .col-2 li.empty {
    width: 100%;
  }
}
@media only screen and (max-width: 599px) {
  .customer-address-index .my-account .addresses-list .addresses-additional p a {
    white-space: nowrap;
  }
}

.customer-address-form .my-account .page-title {
  display: block;
}

/* ============================================ *
 * Order View
 * ============================================ */
.sales-order-history .my-account .page-title {
  display: block !important;
}
.sales-order-history .pager {
  width: 100%;
}
.sales-order-history .pager .count-container {
  display: none;
}
.sales-order-history .pager .pages {
  float: left;
  margin-left: 0;
}
.sales-order-history .pager .pages li {
  font-family: "Radikal-Medium", "Open Sans", sans-serif;
}
.sales-order-history .pager .pages li a {
  padding: 0 5px;
  font-family: "Radikal-Medium", "Open Sans", sans-serif;
}
.sales-order-history .pager .pages li a.next {
  content: '';
}
.sales-order-history .pager .pages li a.next:after {
  content: "";
  color: #2CA7DF;
  font-size: 12px;
  font-family: "icons";
  display: inline-block;
  vertical-align: middle;
  line-height: 12px;
  font-weight: normal;
  font-style: normal;
  speak: none;
  text-transform: none;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  letter-spacing: 0;
}
.sales-order-history .pager .pages li a.previous {
  content: '';
}
.sales-order-history .pager .pages li a.previous:before {
  content: "";
  color: #2CA7DF;
  font-size: 12px;
  font-family: "icons";
  display: inline-block;
  vertical-align: middle;
  line-height: 12px;
  font-weight: normal;
  font-style: normal;
  speak: none;
  text-transform: none;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  letter-spacing: 0;
}
.sales-order-history .pager .pages li:first-of-type a {
  padding-left: 0;
}
.sales-order-history .pager .pages li.current {
  padding: 0 5px;
}
@media only screen and (max-width: 979px) {
  .sales-order-history #sales-order-history td {
    padding: 10px 5px;
    font-size: 14px;
  }
}
@media only screen and (max-width: 769px) {
  .sales-order-history #sales-order-history td {
    padding: 10px;
    font-size: 16px;
  }
}

.sales-order-view .my-account .page-title {
  display: block;
}
@media only screen and (max-width: 979px) {
  .sales-order-view .order-items #my-orders-table thead th:nth-child(2), .sales-order-view .order-items #my-orders-table tbody td:nth-child(2) {
    display: none;
  }
}

.order-info {
  width: 100%;
  margin-bottom: 20px;
}
.order-info ul li {
  display: block;
  margin-left: 0;
}
.order-info ul li span.title {
  font-size: 14px;
  color: #878786;
}

.order-date {
  text-transform: uppercase;
}

.order-info-box {
  margin-bottom: 40px;
  margin-top: 20px;
}
.order-info-box + .order-info-box {
  padding-bottom: 40px;
  border-bottom: 1px solid #878786;
}
.order-info-box .col-1 {
  padding-right: 0;
  width: 48%;
}
.order-info-box .col-2 {
  width: 52%;
}
.order-info-box .col-1,
.order-info-box .col-2 {
  overflow: hidden;
  padding-top: 0;
  padding-bottom: 0;
}
.order-info-box .box-title {
  float: left;
}
.order-info-box .box-title h2, .order-info-box .box-title .customer-account .account-header .page-title, .customer-account .account-header .order-info-box .box-title .page-title {
  font-size: 16px;
  font-family: "Radikal-Medium", "Open Sans", sans-serif;
}
.order-info-box .box-content {
  float: left;
}
.order-info-box .box-content td,
.order-info-box .box-content th {
  line-height: 1.3;
}
.order-info-box .box-content th {
  padding-top: 10px;
}
.order-info-box .box-content td {
  padding-left: 10px;
}
.order-info-box .box-content strong {
  font-weight: normal;
  text-transform: uppercase;
}

#my-orders-table th {
  font-family: "Radikal-Medium", "Open Sans", sans-serif;
}
#my-orders-table th:first-of-type {
  padding-left: 0;
}
#my-orders-table th:last-of-type {
  padding-right: 0;
}
#my-orders-table tbody td:first-of-type {
  padding-left: 0;
}
#my-orders-table tbody td:last-of-type {
  padding-right: 0;
}
@media only screen and (max-width: 769px) {
  #my-orders-table tbody td:last-of-type a:not(:first-of-type) {
    margin-top: 10px;
  }
}
#my-orders-table tbody td .product-image {
  float: left;
  margin-right: 10px;
  border: 1px solid #878786;
  padding: 5px;
}
@media only screen and (max-width: 479px) {
  #my-orders-table tbody td .product-image {
    display: none;
  }
}
#my-orders-table tbody td .product-info {
  width: calc(100% - 55px);
  float: left;
}
#my-orders-table tbody td .product-info .item-options {
  margin-left: 0;
  margin-top: 5px;
  font-size: 14px;
}
#my-orders-table tfoot tr {
  background: none;
}
#my-orders-table tfoot tr:first-of-type td {
  padding-top: 20px;
}
#my-orders-table tfoot tr td {
  padding: 3px 10px;
}
#my-orders-table tfoot tr.grand_total td.last {
  font-size: 20px;
}
#my-orders-table .option-label {
  margin-left: 10px;
  font-weight: 600;
  font-style: italic;
}
#my-orders-table .option-value {
  margin-left: 20px;
}
#my-orders-table tr.bundle:not(:last-child) td {
  border-bottom: none;
  border-top: none;
}

ol#cart-sidebar-reorder li {
  margin-top: 10px;
  margin-bottom: 0;
}
ol#cart-sidebar-reorder li input {
  margin-right: 10px;
}
ol#cart-sidebar-reorder p.product-name {
  display: inline;
}

@media only screen and (max-width: 599px) {
  #my-orders-table .option-label {
    margin-left: 20px;
  }
  #my-orders-table .option-value {
    margin-left: 35px;
  }
  #my-orders-table td[data-rwd-label=Qty] .nobr br {
    display: none;
  }
  #my-orders-table td[data-rwd-label=Qty] .nobr strong {
    margin-right: 10px;
  }
  #my-orders-table tr.bundle {
    border-color: #878786;
  }
  #my-orders-table tr.bundle.child td[data-rwd-label] {
    padding-left: 60px;
  }
  #my-orders-table tbody:last-child tr:last-child td {
    padding-bottom: 10px;
    border-bottom: 0;
  }
  #my-orders-table tbody:last-child tr:last-child td:last-child {
    padding-bottom: 10px;
  }
  #my-orders-table tfoot tr.shipping {
    margin-top: 0;
  }
}
.order-additional {
  margin: 40px 0;
}

.order-gift-message dd {
  margin-top: 10px;
}

@media only screen and (max-width: 1199px) {
  .dashboard .col2-set .col-1,
  .dashboard .col2-set .col-2 {
    padding-right: 20px;
    padding-bottom: 0;
  }

  body.customer-account .data-table td.view a {
    white-space: normal;
  }
}
@media only screen and (max-width: 979px) {
  body.customer-account .my-account .title-buttons {
    text-align: left;
  }
  body.customer-account .my-account .title-buttons span.separator,
  body.customer-account .my-account .title-buttons a {
    top: -12px;
  }
}
@media only screen and (max-width: 979px) {
  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;
  }

  .order-info-box .box-content {
    clear: left;
  }

  .addresses-list .item {
    float: left;
    width: 50%;
    padding-right: 20px;
  }

  .order-info dt {
    display: none;
  }

  .dashboard .page-title {
    margin-top: 20px;
  }
  .dashboard .page-title h1 {
    margin-top: 0;
  }
  .dashboard .welcome-msg .hello {
    font-style: italic;
  }
  .dashboard .box-account {
    padding-bottom: 10px;
    margin-bottom: 20px;
  }
  .dashboard .col2-set .col-1,
  .dashboard .col2-set .col-2 {
    width: 48%;
    padding-right: 0;
    padding-left: 0;
  }
  .dashboard .col2-set .col-1 {
    float: left;
    margin-right: 4%;
  }
  .dashboard .col2-set .col-2 {
    float: right;
  }
}
@media only screen and (max-width: 599px) {
  body.customer-account .my-account .form-list .control {
    padding-left: 0;
  }
}
@media only screen and (max-width: 479px) {
  body.customer-account .my-account .buttons-set .button {
    width: 100%;
    position: static;
  }
  body.customer-account .my-account .buttons-set .button + .button {
    margin-left: 0px;
  }
  body.customer-account .my-account .fieldset h2, body.customer-account .my-account .fieldset .account-header .page-title, body.customer-account .account-header .my-account .fieldset .page-title {
    margin-bottom: 10px;
  }
  body.customer-account .my-account .order-details h2, body.customer-account .my-account .order-details .account-header .page-title, body.customer-account .account-header .my-account .order-details .page-title {
    margin-bottom: 10px;
  }
  body.customer-account .my-account .addresses-list .item {
    margin-bottom: 10px;
    padding-right: 0;
    float: none;
    width: auto;
  }
  body.customer-account .my-account .addresses-list h2, body.customer-account .my-account .addresses-list .account-header .page-title, body.customer-account .account-header .my-account .addresses-list .page-title {
    margin-bottom: 10px;
  }

  .order-info {
    margin-top: 10px;
  }

  .data-table.orders .link-reorder,
  .data-table.orders .date {
    display: none;
  }
  .data-table.orders td.view {
    text-align: right;
  }

  .dashboard .col2-set .col-1,
  .dashboard .col2-set .col-2 {
    width: 100%;
    margin-top: 10px;
  }

  .order-info-box {
    margin: 0;
  }
  .order-info-box .col-1,
  .order-info-box .col-2 {
    width: 100%;
    border-bottom: 1px solid #878786;
    padding: 10px 0;
  }
  .order-info-box + .order-info-box {
    padding-bottom: 0;
    border-bottom: 0;
    margin-bottom: 20px;
  }

  #my-reviews-table .nobr {
    white-space: normal;
  }
}
/* ============================================ *
 * Newsletter Subscriptions
 * ============================================ */
.newsletter-manage-index .my-account .page-title,
.monkey-customer-account-index .my-account .page-title {
  display: block;
}
.newsletter-manage-index .my-account .fieldset,
.monkey-customer-account-index .my-account .fieldset {
  margin-bottom: 20px;
}
.newsletter-manage-index .my-account .fieldset h2, .newsletter-manage-index .my-account .fieldset .customer-account .account-header .page-title, .customer-account .account-header .newsletter-manage-index .my-account .fieldset .page-title,
.monkey-customer-account-index .my-account .fieldset h2,
.monkey-customer-account-index .my-account .fieldset .customer-account .account-header .page-title,
.customer-account .account-header .monkey-customer-account-index .my-account .fieldset .page-title {
  display: none;
}
.newsletter-manage-index .my-account .form-list,
.monkey-customer-account-index .my-account .form-list {
  border-top: 1px solid #878786;
  padding-top: 10px;
}
.newsletter-manage-index .my-account .monkey-multisubscribe .buttons-set,
.monkey-customer-account-index .my-account .monkey-multisubscribe .buttons-set {
  display: block;
}
.newsletter-manage-index .my-account ul li, .newsletter-manage-index .my-account ul li.control,
.monkey-customer-account-index .my-account ul li,
.monkey-customer-account-index .my-account ul li.control {
  background: #f8a51e;
  color: #FFFFFF;
  padding: 5px 10px 5px 0;
}
.newsletter-manage-index .my-account ul li label, .newsletter-manage-index .my-account ul li.control label,
.monkey-customer-account-index .my-account ul li label,
.monkey-customer-account-index .my-account ul li.control label {
  float: right !important;
  text-align: left;
  width: calc(100% - 45px);
  max-width: none;
}
.newsletter-manage-index .my-account ul li input, .newsletter-manage-index .my-account ul li.control input,
.monkey-customer-account-index .my-account ul li input,
.monkey-customer-account-index .my-account ul li.control input {
  float: left;
  margin-left: 20px;
  margin-top: 5px !important;
  margin-right: 0;
}
.newsletter-manage-index .my-account ul li .grouping strong, .newsletter-manage-index .my-account ul li.control .grouping strong,
.monkey-customer-account-index .my-account ul li .grouping strong,
.monkey-customer-account-index .my-account ul li.control .grouping strong {
  display: none;
}
.newsletter-manage-index .my-account ul li:after, .newsletter-manage-index .my-account ul li.control:after,
.monkey-customer-account-index .my-account ul li:after,
.monkey-customer-account-index .my-account ul li.control:after {
  content: '';
  display: table;
  clear: both;
}

.mct-addorderoption-index-index #my-orders-table {
  margin-bottom: 20px;
}

/* ============================================ *
 * Logout success
 * ============================================ */
.customer-account-logoutsuccess .col-main {
  font-size: 18px;
  margin: 24px 0 80px;
}
.customer-account-logoutsuccess .col-main h1 {
  font-size: 32px;
}
.customer-account-logoutsuccess .col-main a {
  color: #3C3C3C;
}
@media only screen and (max-width: 599px) {
  .customer-account-logoutsuccess .col-main {
    padding: 0 20px;
    font-size: 16px;
  }
}

/* ============================================ *
 * eu vat validation
 * ============================================ */
#vatLoader,
#billing\:vatLoader {
  height: 40px;
  margin: 10px;
}
#vatLoader img,
#billing\:vatLoader img {
  height: 20px;
  width: 20px;
  float: left;
  margin-right: 10px;
}
#vatLoader span,
#billing\:vatLoader span {
  font-size: 14px;
}

.vat_validation-messages li {
  color: #fff;
  line-height: 1.35;
  font-size: 14px;
  padding: 7px 10px;
  margin-bottom: 15px;
}
.vat_validation-messages li.success-msg {
  background-color: #30B579;
}
.vat_validation-messages li.notice-msg, .vat_validation-messages li.error-msg {
  background-color: #FF9100;
}

/* ============================================ *
 * Review - Customer
 * ============================================ */
#customer-reviews {
  width: auto;
  float: none;
}
#customer-reviews .review-heading:after {
  content: '';
  display: table;
  clear: both;
}
#customer-reviews .review-heading h2, #customer-reviews .review-heading .customer-account .account-header .page-title, .customer-account .account-header #customer-reviews .review-heading .page-title {
  float: left;
  display: block;
}
#customer-reviews .review-heading .pager {
  clear: none;
  float: right;
  width: auto;
}
#customer-reviews .review-heading .pager .count-container .limiter {
  margin-bottom: 0;
}
#customer-reviews .review-heading .pager .amount {
  display: none;
}
#customer-reviews .fieldset .form-list {
  margin: 10px 0;
}
#customer-reviews .fieldset .form-list .inline-label:after {
  content: '';
  display: table;
  clear: both;
}
#customer-reviews dl {
  font-weight: normal;
  margin-bottom: 10px;
}
#customer-reviews dl dt {
  font-weight: bold;
}
#customer-reviews dl dd {
  margin: .5em 0 1.5em;
}
#customer-reviews dl dd .ratings-table {
  margin: .75em 0;
}
#customer-reviews dl dd .review-meta {
  font-size: 14px;
  font-style: italic;
}

.review-summary-table thead {
  background: transparent;
}
.review-summary-table thead th {
  background: transparent;
  border: none;
}
.review-summary-table thead th .rating-box {
  margin: 0 auto;
}
.review-summary-table tbody th {
  background: #FFFFFF;
}
.review-summary-table tbody td {
  text-align: center;
}
.review-summary-table tbody td label {
  width: 100%;
  display: block;
}
.review-summary-table .rating-box .rating-number {
  display: none;
}
.review-summary-table .rating-box .rating-number:after {
  content: "\2605";
  display: inline-block;
}

/* ============================================ *
 * Ratings - Global
 * ============================================ */
.ratings-table th {
  padding: 4px 10px 4px 0;
}

@media only screen and (max-width: 769px) {
  body.review-product-list .product-view .product-shop .price-info {
    padding-left: 0;
  }
  body.review-product-list .product-view .product-shop .extra-info {
    padding: 0;
    min-width: 84%;
  }
  body.review-product-list .product-view .product-shop .extra-info .ratings-table {
    margin: 10px 0;
    width: 100%;
  }
  body.review-product-list .product-view .product-shop .extra-info .ratings-table tr {
    margin-right: 15px;
  }

  #customer-reviews .fieldset {
    width: 100%;
  }
  #customer-reviews .fieldset .form-list {
    width: 100%;
  }
  #customer-reviews .fieldset .form-list .inline-label label,
  #customer-reviews .fieldset .form-list .inline-label .input-box {
    float: none;
  }
  #customer-reviews .buttons-set {
    width: 100%;
  }
  #customer-reviews .review-summary-table thead th {
    padding-left: 0px;
    padding-right: 0px;
  }
  #customer-reviews .review-summary-table tbody th {
    padding-left: 0px;
    padding-right: 0px;
  }
  #customer-reviews .review-summary-table tbody td {
    width: 20%;
  }
  #customer-reviews .review-summary-table .rating-box {
    text-indent: 0px;
    text-align: center;
    background: none;
    height: 22.4px;
    width: 100%;
  }
  #customer-reviews .review-summary-table .rating-box .rating {
    display: none;
  }
  #customer-reviews .review-summary-table .rating-box .rating-number {
    display: inline-block;
  }
}
@media only screen and (max-width: 450px) {
  #customer-reviews dl dd .ratings-table tr {
    float: none;
  }
}
/* ============================================ *
 * Review View Page
 * ============================================ */
.review-product-view .product-review .product-details h2, .review-product-view .product-review .product-details .customer-account .account-header .page-title, .customer-account .account-header .review-product-view .product-review .product-details .page-title {
  border-bottom: none;
}
.review-product-view .product-review .product-img-box {
  width: auto;
  max-width: 50%;
}
.review-product-view .product-review .product-img-box > a {
  width: 100%;
}
.review-product-view .product-review .product-img-box .product-image {
  width: 100%;
}

@media only screen and (max-width: 769px) {
  .review-product-view .product-review .product-img-box {
    max-width: 100%;
  }
}
/* ============================================ *
 * Slideshow
 * ============================================ */
.slideshow-container {
  position: relative;
  display: block;
  width: 100%;
  margin: 10px 0;
  border: 1px solid #878786;
}
.slideshow-container .slideshow {
  width: 100%;
  padding: 0;
  position: relative;
  margin: 0;
  border: 10px solid #FFFFFF;
}
.slideshow-container .slideshow > li {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  padding: 0;
  display: block;
  margin: 0;
}
.slideshow-container .slideshow > li:first-child {
  position: static;
  z-index: 100;
}
.slideshow-container .slideshow > li img {
  max-width: 100%;
  width: 100%;
}

.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;
}
.slideshow-pager span {
  font-family: arial;
  width: 44px;
  height: 44px;
  display: inline-block;
  color: #DDDDDD;
  cursor: pointer;
}
.slideshow-pager span:before {
  content: '';
  display: block;
  width: 16px;
  height: 16px;
  left: 50%;
  top: 50%;
  margin-left: -8px;
  margin-top: -8px;
  border-radius: 1px;
  background-color: #FFFFFF;
  position: relative;
}
.slideshow-pager span:hover:before {
  background-color: #1B82BF;
}
.slideshow-pager span.cycle-pager-active:before {
  background-color: #878786;
}
.slideshow-pager > * {
  cursor: pointer;
}

.slideshow-prev,
.slideshow-next {
  position: absolute;
  top: 0;
  width: 15%;
  max-width: 80px;
  height: 100%;
  opacity: 0.6;
  z-index: 110;
  cursor: pointer;
  -moz-user-select: none;
  -ms-user-select: none;
  -webkit-user-select: none;
  -o-user-select: none;
  user-select: none;
}
.slideshow-prev:before,
.slideshow-next:before {
  content: '';
  width: 0;
  height: 0;
  font-size: 0;
  position: absolute;
  border-style: solid;
  display: block;
  top: 50%;
  margin-top: -15px;
}
.slideshow-prev:hover,
.slideshow-next:hover {
  opacity: 1;
}
.slideshow-prev.disabled,
.slideshow-next.disabled {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=50);
  opacity: 0.5;
  cursor: default;
}

.slideshow-prev {
  left: 8px;
}
.slideshow-prev:before {
  border-width: 15px 15px 15px 0;
  border-color: transparent #FFFFFF transparent transparent;
  top: 50%;
  left: 10px;
}
.slideshow-prev:hover:before {
  border-color: transparent #1B82BF transparent transparent;
}

.slideshow-next {
  right: 8px;
}
.slideshow-next:before {
  border-width: 15px 0 15px 15px;
  border-color: transparent transparent transparent #FFFFFF;
  top: 50%;
  right: 10px;
}
.slideshow-next:hover:before {
  border-color: transparent transparent transparent #1B82BF;
}

.cycle-caption {
  position: absolute;
  color: white;
  bottom: 15px;
  right: 15px;
  z-index: 110;
}

.cycle-overlay {
  font-family: tahoma, arial;
  position: absolute;
  bottom: 0;
  width: 100%;
  z-index: 120;
  background: black;
  color: white;
  padding: 15px;
  opacity: .5;
}

/* ============================================ *
 * Wishlist
 * ============================================ */
#wishlist-table th {
  text-align: center;
}
#wishlist-table.clean-table {
  font-size: 12px;
  text-transform: uppercase;
  width: 100%;
}
#wishlist-table.clean-table th {
  border-bottom: 1px solid #C0C0C0;
}
#wishlist-table.clean-table td {
  padding: 15px;
  vertical-align: top;
}
#wishlist-table.clean-table thead th {
  font-size: 12px;
  text-transform: uppercase;
}
#wishlist-table .product-name {
  font-size: 18px;
  margin-bottom: 0;
  text-transform: uppercase;
}
#wishlist-table .product-name a {
  color: #2CA7DF;
}
#wishlist-table .wishlist-sku {
  font-size: 11px;
  margin: 5px 0;
}
#wishlist-table textarea {
  border: 1px solid #878786;
  width: 100%;
  height: 45px;
  font-size: 11px;
}
#wishlist-table textarea::-webkit-input-placeholder {
  text-transform: uppercase;
}
#wishlist-table textarea:-moz-placeholder {
  text-transform: uppercase;
}
#wishlist-table textarea::-moz-placeholder {
  text-transform: uppercase;
}
#wishlist-table textarea:-ms-input-placeholder {
  text-transform: uppercase;
}
#wishlist-table textarea:focus {
  border: 1px solid #f04235;
}
#wishlist-table .item-manage {
  text-align: right;
  max-width: 450px;
  padding-top: 5px;
}
#wishlist-table .item-manage .button {
  font-size: 11px;
  padding: 3px 5px;
}
#wishlist-table .cart-cell {
  text-align: center;
}
#wishlist-table td.customer-wishlist-item-image {
  width: 113px;
}
#wishlist-table td.customer-wishlist-item-quantity {
  width: 3em;
}
#wishlist-table td.customer-wishlist-item-price {
  width: 120px;
  text-align: center;
}
#wishlist-table td.customer-wishlist-item-cart {
  width: 150px;
}
#wishlist-table td.customer-wishlist-item-cart .button {
  font-size: 12px;
  margin-bottom: 10px;
  padding: 3px 5px;
  width: 100%;
}
#wishlist-table td.customer-wishlist-item-cart .truncated {
  margin-bottom: 10px;
}
#wishlist-table td.customer-wishlist-item-cart > p {
  margin-bottom: 0;
}
#wishlist-table td.customer-wishlist-item-cart .remove-whishlist-item {
  text-align: center;
}
#wishlist-table td.customer-wishlist-item-cart .btn-remove {
  vertical-align: top;
}
#wishlist-table td.customer-wishlist-item-remove {
  width: 20px;
}
#wishlist-table td .button,
#wishlist-table td button {
  white-space: normal;
}
#wishlist-table .price-box {
  font-size: 12px;
}
#wishlist-table .price-box .price {
  color: #3C3C3C;
}
#wishlist-table .giftregisty-add {
  margin-top: 5px;
}
#wishlist-table .giftregisty-add .change {
  display: none;
}
#wishlist-table .giftregisty-add li {
  cursor: pointer;
  color: #3C3C3C;
  margin-bottom: 3px;
}
#wishlist-table .truncated .details {
  background: none;
  color: #3C3C3C;
}
#wishlist-table td[data-rwd-label]:before {
  font-weight: 600;
}

@media only screen and (max-width: 1199px) {
  #wishlist-table.clean-table td {
    padding-left: 10px;
    padding-right: 10px;
  }
}
@media only screen and (max-width: 979px) {
  #wishlist-table.clean-table td {
    padding-left: 5px;
    padding-right: 5px;
  }
  #wishlist-table.clean-table td textarea {
    height: 100px;
  }
  #wishlist-table.clean-table td.customer-wishlist-item-cart {
    width: 110px;
  }
  #wishlist-table .product-name {
    font-size: 14px;
  }
}
@media only screen and (max-width: 769px) {
  #wishlist-table:after {
    content: '';
    display: table;
    clear: both;
  }
  #wishlist-table .product-name {
    font-size: 18px;
  }
  #wishlist-table textarea {
    height: 68px;
    max-width: 100%;
  }
  #wishlist-table .item-manage {
    max-width: 100%;
  }
  #wishlist-table tr {
    position: relative;
  }
  #wishlist-table tr:after {
    content: '';
    display: table;
    clear: both;
  }
  #wishlist-table td.customer-wishlist-item-image {
    width: 70px;
  }
  #wishlist-table td.customer-wishlist-item-image img {
    width: 70px;
    height: 70px;
  }
  #wishlist-table td.customer-wishlist-item-cart p {
    margin-bottom: 0;
  }
  #wishlist-table td.customer-wishlist-item-cart .remove-whishlist-item {
    margin-right: 0;
    padding-top: 4px;
  }
  #wishlist-table td.customer-wishlist-item-cart {
    padding-right: 15px;
  }
}
@media only screen and (max-width: 599px) {
  #wishlist-table td.customer-wishlist-item-quantity {
    padding-left: 0;
  }
  #wishlist-table td.customer-wishlist-item-image,
  #wishlist-table th.customer-wishlist-item-image {
    display: none;
  }
}
@media only screen and (max-width: 479px) {
  #wishlist-table tr {
    position: relative;
  }
  #wishlist-table th.customer-wishlist-item-image {
    display: block;
  }
  #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;
  }
  #wishlist-table td.customer-wishlist-item-image {
    display: block;
    overflow: hidden;
  }
  #wishlist-table td.customer-wishlist-item-image a {
    float: left;
  }
  #wishlist-table td.customer-wishlist-item-image a img {
    width: 113px;
    height: 113px;
  }
  #wishlist-table td.customer-wishlist-item-quantity, #wishlist-table td.customer-wishlist-item-price {
    text-align: left;
  }
  #wishlist-table td.customer-wishlist-item-quantity:before, #wishlist-table td.customer-wishlist-item-price:before {
    float: left;
    margin-right: 10px;
  }
  #wishlist-table td.customer-wishlist-item-quantity .cart-cell, #wishlist-table td.customer-wishlist-item-price .cart-cell {
    text-align: left;
  }
  #wishlist-table td.customer-wishlist-item-quantity .price-box, #wishlist-table td.customer-wishlist-item-price .price-box {
    margin-top: 0;
  }
  #wishlist-table td.customer-wishlist-item-cart .cart-cell {
    float: left;
    width: 48%;
  }
  #wishlist-table td.customer-wishlist-item-cart > p {
    float: right;
    width: 48%;
  }
  #wishlist-table td.customer-wishlist-item-remove {
    position: absolute;
    top: 15px;
    right: 0px;
    display: block;
    padding: 0px;
    height: 20px;
  }
  #wishlist-table.clean-table td.customer-wishlist-item-cart {
    width: 100%;
  }
}
/* ============================================ *
 * Wishlist Sidebar
 * ============================================ */
.block-wishlist .mini-products-list > li:not(:last-child) {
  padding-bottom: 5px;
}
.block-wishlist .product-details .product-name {
  padding-top: 0;
  margin-bottom: 5px;
}
.block-wishlist .price-box {
  float: left;
  margin: 0;
}
.block-wishlist .price-box,
.block-wishlist .price-box .price,
.block-wishlist .link-cart {
  font-size: 12px;
}
.block-wishlist .link-cart {
  float: left;
  text-transform: uppercase;
  margin-right: 7px;
  padding-right: 7px;
  border-right: 1px solid #878786;
}

/* ============================================ *
 * Checkout - Mini cart
 * ============================================ */
.header-minicart {
  display: table-cell;
  vertical-align: middle;
}
.header-minicart .minicart-message {
  display: block;
  padding: 10px;
}
.header-minicart .empty {
  padding: 10px;
}
.header-minicart .minicart-wrapper {
  clear: both;
  position: relative;
}
.header-minicart .minicart-wrapper:before, .header-minicart .minicart-wrapper:after {
  content: '';
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  display: none;
}
.header-minicart .minicart-wrapper:before {
  background-color: white;
  opacity: 0.8;
  z-index: 2;
}
.header-minicart .minicart-wrapper:after {
  background-image: url("https://shop.fairphone.com/skin/frontend/fairphone_rwd/default/images/opc-ajax-loader.gif");
  background-repeat: no-repeat;
  background-position: center;
  z-index: 3;
}
.header-minicart .minicart-wrapper.loading {
  position: relative;
}
.header-minicart .minicart-wrapper.loading:before, .header-minicart .minicart-wrapper.loading:after {
  display: block;
}
.header-minicart .block-cart {
  display: none;
}
.header-minicart .block-subtitle {
  padding: 10px;
  margin-bottom: 0px;
  border-bottom: 1px solid #DDDDDD;
}
.header-minicart .block-subtitle .close {
  display: inline-block;
  color: #3C3C3C;
  text-decoration: none;
  font-weight: normal;
  font-size: 30px;
  line-height: 1;
  vertical-align: middle;
}
.header-minicart .mini-products-list li {
  padding: 10px;
  border-bottom: 1px solid #DDDDDD;
  position: relative;
}
.header-minicart .mini-products-list li.last {
  border: none;
}
.header-minicart .mini-products-list li .product-details {
  position: relative;
}
.header-minicart .info-wrapper {
  margin-bottom: 0.5em;
  font-size: .85em;
}
.header-minicart .info-wrapper th {
  padding-right: 10px;
}
.header-minicart .info-wrapper td {
  clear: right;
}
.header-minicart .info-wrapper .qty-wrapper td {
  height: 33px;
  line-height: 33px;
}
.header-minicart .info-wrapper .qty {
  padding-left: 4px;
  padding-right: 4px;
  margin-right: 2px;
  width: 3.2em;
  text-align: center;
  height: 30px;
  vertical-align: middle;
}
.header-minicart .info-wrapper .quantity-button {
  opacity: 0;
  height: 30px;
  vertical-align: middle;
  -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;
}
.header-minicart .info-wrapper .quantity-button[disabled] {
  cursor: default;
}
.header-minicart .info-wrapper .quantity-button.visible {
  opacity: 1;
}
.header-minicart .subtotal {
  padding: 10px;
  border: 1px solid #DDDDDD;
  border-width: 1px 0;
}
.header-minicart .minicart-actions {
  padding: 10px;
  margin-top: 0px;
  overflow: hidden;
  position: relative;
  text-align: center;
}
.header-minicart .minicart-actions .checkout-button {
  min-width: 145px;
}
.header-minicart .minicart-actions .cart-link {
  height: 33px;
  line-height: 39px;
  text-transform: uppercase;
  font-size: 14px;
}
.header-minicart .minicart-actions .paypal-logo .paypal-or {
  line-height: 1.6;
}
.header-minicart #minicart-error-message {
  text-align: center;
  color: red;
  display: none;
}
.header-minicart #minicart-success-message {
  text-align: center;
  color: green;
  display: none;
}
.header-minicart .jcarousel-control-prev,
.header-minicart .jcarousel-control-next {
  display: none;
}

.header-minicart.skip-active .block-cart,
.block-cart.skip-active {
  display: block;
}

.checkout-types.minicart {
  float: none;
  text-align: center;
}

@media only screen and (max-width: 769px) {
  .header-minicart .minicart-actions .checkout-button {
    width: 100%;
  }
}
/* ============================================ *
 * Search - Auto Suggest
 * ============================================ */
.search-autocomplete {
  left: 0 !important;
  overflow: visible !important;
  top: 100% !important;
  width: 100% !important;
  z-index: 200;
}
.search-autocomplete ul {
  background-color: #EEE;
  padding-left: 0;
  width: 100%;
  border: 1px solid #C0C0C0;
  border-top: 0;
}
.search-autocomplete ul li {
  border-bottom: 1px solid #C0C0C0;
  color: #2CA7DF;
  cursor: pointer;
  font-size: 12px;
  padding: 5px;
  text-align: left;
}
.search-autocomplete ul li:hover {
  color: #3C3C3C;
}
.search-autocomplete ul li.selected {
  background-color: #3C3C3C;
  color: white;
}
.search-autocomplete ul li .amount {
  float: right;
  font-weight: bold;
}
.search-autocomplete ul li:last-child {
  border-bottom: none;
}
.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 #3C3C3C;
  border-top: none;
  left: 50%;
  top: -7px;
}

/* ============================================ *
 * Search - Advanced
 * ============================================ */
.advanced-search {
  background: #3C3C3C;
  border: 1px solid #878786;
  padding: 20px;
}
.advanced-search select.multiselect option {
  border-bottom: 1px solid #878786;
  padding: 2px 5px;
}

@media only screen and (max-width: 479px) {
  .advanced-search {
    padding: 10px;
  }
}
/* ============================================ *
 * Account - Reviews
 * ============================================ */
.product-review .product-img-box p.label {
  border-bottom: 1px solid #878786;
  font-size: 18px;
  margin-top: 20px;
  padding-bottom: 10px;
  text-transform: uppercase;
}
.product-review .product-img-box .rating-box {
  margin: 15px 0;
}
.product-review .product-details h2, .product-review .product-details .customer-account .account-header .page-title, .customer-account .account-header .product-review .product-details .page-title {
  border-bottom: 1px solid #878786;
  color: #3399CC;
  font-size: 18px;
  font-weight: 600;
  padding-bottom: 10px;
}
.product-review .ratings-table th {
  padding-right: 10px;
}
.product-review .ratings-table tr {
  float: left;
  font-size: 12px;
  margin-right: 10px;
  text-transform: uppercase;
}
.product-review .ratings-description dt {
  border-bottom: 1px solid #878786;
  font-size: 18px;
  font-weight: 400;
  margin-top: 20px;
  padding: 10px 0;
  text-transform: uppercase;
}
.product-review .ratings-description dd {
  color: #737373;
  font-size: 14px;
}

@media only screen and (min-width: 770px) {
  .product-review .ratings-table tr {
    float: none;
  }
}
@media only screen and (min-width: 1126px) {
  .product-review .ratings-table tr {
    float: left;
    margin-right: 15px;
  }
}
@media only screen and (max-width: 320px) {
  .product-review .ratings-table tr {
    float: none;
  }
}
/* ============================================ *
 * Cookies
 * ============================================ */
.global-site-notice {
  background-color: #C6C6C6;
}

.global-site-notice div.notice-inner {
  background-image: none;
}

.notice-cookie {
  padding: 0 20px;
}
.notice-cookie .notice-inner {
  background-image: none !important;
  padding-bottom: 0;
  padding-left: 0;
}
.notice-cookie .notice-inner:after {
  content: '';
  display: table;
  clear: both;
}
.notice-cookie .notice-text {
  float: left;
  max-width: 100%;
  padding-top: 4px;
  text-align: left;
  color: #FFFFFF;
  font-size: 12px;
}
.notice-cookie .notice-text a {
  color: #FFFFFF;
}
.notice-cookie .notice-text ahover {
  color: #000000;
}
.notice-cookie .notice-text p {
  padding-bottom: 14.5px;
  line-height: 1.3;
}
.notice-cookie .actions {
  float: right;
  text-align: right;
  padding-bottom: 14.5px;
}

@media only screen and (max-width: 979px) {
  .notice-cookie .notice-text {
    max-width: 100%;
  }
}
@media only screen and (max-width: 769px) {
  .notice-cookie {
    padding: 0 20px;
  }
  .notice-cookie .notice-text {
    max-width: 100%;
    padding-top: 0;
  }
}
@media only screen and (max-width: 620px) {
  .notice-cookie {
    padding: 0 20px;
  }
  .notice-cookie .notice-inner {
    background-position: left 10px;
  }
  .notice-cookie .notice-inner:after {
    content: '';
    display: table;
    clear: both;
  }
  .notice-cookie .notice-text {
    float: none;
    max-width: 100%;
    padding-top: 0;
  }
  .notice-cookie .actions {
    text-align: left;
  }
}
/* ============================================ *
 * Captcha
 * ============================================ */
.captcha-note {
  clear: left;
  padding-top: 5px;
}

.captcha-image {
  float: left;
  display: inline;
  max-width: 100%;
  position: relative;
  width: 258px;
  margin-bottom: 10px;
}

.captcha-image .captcha-img {
  border: 1px solid #b6b6b6;
  vertical-align: bottom;
  width: 100%;
}

.registered-users .captcha-image {
  margin: 0;
}

.captcha-reload {
  cursor: pointer;
  position: absolute;
  top: 2px;
  right: 2px;
}

.captcha-reload.refreshing {
  animation: rotate 1.5s infinite linear;
  -webkit-animation: rotate 1.5s infinite linear;
  -moz-animation: rotate 1.5s infinite linear;
}

.customer-account-create .scaffold-form .captcha-input-container label:first-child {
  width: 100%;
}

.captcha-reload {
  position: absolute;
  right: 4px;
  top: 4px;
}

.captcha-img {
  border: 20px solid #bbb;
}

.captcha-input-container {
  margin-bottom: 10px;
}

.control.newsletter-box, .captcha-input-container, .captcha-img-container {
  float: none;
  clear: both;
}
.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
 * ============================================ */
#co-billing-form ul.form-list > .control {
  float: left;
  margin: 0 0 5px;
  width: 100%;
}

.widget-banner {
  background-color: #2CA7DF !important;
}
.widget-banner a {
  color: #FFFFFF;
  font-family: "Radikal-Light", "Open Sans", sans-serif;
}
.widget-banner a:hover {
  text-decoration: underline;
}
.widget-banner ul {
  width: 100%;
  text-align: center;
}
.widget-banner ul li {
  color: #000000;
  max-width: 1164px;
  min-height: 80px;
  margin: 0 auto;
  padding: 30px 20px;
  font-size: 18px;
}

#additional_payment_info .widget-banner {
  background-color: transparent !important;
}
#additional_payment_info .widget-banner li {
  min-height: 0;
  text-align: left;
  padding: 0 0 30px 0;
  color: #2CA7DF;
}

/* ============================================ *
 * Checkout - One Page
 * ============================================ */
/* -------------------------------------------- *
 * Section Styling - Default
 */
.checkout-onepage-index .header .logo {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
@media only screen and (max-width: 769px) {
  .checkout-onepage-index .header .logo {
    position: static;
    transform: none;
  }
}
.checkout-onepage-index .header .top-menu {
  display: none;
}
@media only screen and (max-width: 769px) {
  .checkout-onepage-index .header {
    padding-bottom: 100px;
  }
}
.checkout-onepage-index .header .skip-links-top {
  display: none;
}
.checkout-onepage-index .top-menu {
  display: none;
}
.checkout-onepage-index .skip-nav {
  display: none;
}
.checkout-onepage-index .order-review .block-content {
  color: #3C3C3C;
}
.checkout-onepage-index #wishlist_edit_action_container .popup-block {
  background: #FFFFFF;
}
.checkout-onepage-index #wishlist_edit_action_container .popup-block .block-title {
  display: block;
  width: 100%;
}
.checkout-onepage-index #wishlist_edit_action_container .popup-block .block-title:after {
  content: '';
  display: table;
  clear: both;
}
.checkout-onepage-index #wishlist_edit_action_container .popup-block .block-title .btn-close {
  position: static;
  display: block;
  width: 100%;
  cursor: pointer;
  text-align: right;
  margin-bottom: 20px;
}
.checkout-onepage-index #wishlist_edit_action_container .popup-block .block-content {
  overflow-y: scroll;
  max-height: 500px;
}

.opc .buttons-set .button.disabled, .opc .buttons-set .button:disabled {
  display: none !important;
}

#co-billing-form ul.form-list > .control.address-item,
#co-shipping-form ul.form-list > .control.address-item {
  background: #ffffff;
  border: 1px solid #878786;
  padding: 10px 20px;
}
@media only screen and (min-width: 600px) {
  #co-billing-form ul.form-list > .control.address-item:first-child, #co-billing-form ul.form-list > .control.address-item:nth-child(2n+1),
  #co-shipping-form ul.form-list > .control.address-item:first-child,
  #co-shipping-form ul.form-list > .control.address-item:nth-child(2n+1) {
    clear: both;
    margin-left: 0;
  }
}
#co-billing-form ul.form-list > .control.address-item .radio,
#co-shipping-form ul.form-list > .control.address-item .radio {
  float: right;
  margin: 4px 0;
}
#co-billing-form ul.form-list > .control.address-item label,
#co-shipping-form ul.form-list > .control.address-item label {
  max-width: none;
  display: block;
  padding: 0;
}
#co-billing-form ul.form-list > .control.address-item label a,
#co-shipping-form ul.form-list > .control.address-item label a {
  float: right;
  margin-top: 10px;
}
#co-billing-form ul.form-list > .control.address-item address,
#co-shipping-form ul.form-list > .control.address-item address {
  line-height: 22px;
  background: url("https://shop.fairphone.com/skin/frontend/fairphone_rwd/default/images/address_dotted_line.gif") 0 -1px;
  min-height: 132px;
  padding: 0 4px;
}

#billing-new-address-form.has-addresses,
#shipping-new-address-form.has-addresses {
  padding: 30px 0;
}
#billing-new-address-form.has-addresses > *,
#shipping-new-address-form.has-addresses > * {
  max-width: 480px;
  margin: 0 auto;
}
#billing-new-address-form.has-addresses + li.control,
#shipping-new-address-form.has-addresses + li.control {
  padding-top: 20px;
  margin-top: -11px;
}

#checkout-step-billing #login-button-container a {
  margin: -15px 0 15px;
  display: block;
}
#checkout-step-billing #login-button-container button {
  display: block;
}
#checkout-step-billing .password-field {
  position: relative;
}
#checkout-step-billing .password-field .input-box input {
  width: calc(100% - 90px);
}
#checkout-step-billing .password-field #show_password {
  -moz-user-select: none;
  -ms-user-select: none;
  -webkit-user-select: none;
  -o-user-select: none;
  user-select: none;
  cursor: pointer;
  position: absolute;
  top: 5px;
  right: 0;
  border: 1px solid #878786;
  color: #3C3C3C;
  border-radius: 3px;
  padding: 5px;
  background-color: #fff;
}
#checkout-step-billing .password-field #remove_password {
  -moz-user-select: none;
  -ms-user-select: none;
  -webkit-user-select: none;
  -o-user-select: none;
  user-select: none;
  display: none;
  cursor: pointer;
  position: absolute;
  right: 60px;
  top: 0;
  background-color: #fff;
}

/* -------------------------------------------- *
 * Shipping and Payment methods
 */
#checkout-payment-method-load.sp-methods dt {
  min-height: 70px;
  border: 1px solid #878786;
  background: #ffffff;
  width: 100%;
  padding: 0 15px;
  cursor: pointer;
  margin: 0 0 25px 0;
}
#checkout-payment-method-load.sp-methods dt:first-child {
  margin-top: 0;
}
#checkout-payment-method-load.sp-methods dt .checkbox,
#checkout-payment-method-load.sp-methods dt .radio {
  float: right;
  margin-top: 28px;
}
#checkout-payment-method-load.sp-methods dt .checkbox[disabled] + label,
#checkout-payment-method-load.sp-methods dt .radio[disabled] + label {
  opacity: .25;
}
#checkout-payment-method-load.sp-methods dt > label {
  display: block;
  padding: 24px 0 24px 0;
}
#checkout-payment-method-load.sp-methods dt > label[for] {
  cursor: pointer;
}
#checkout-payment-method-load.sp-methods dt > label .title-price-delivery-time-wrapper {
  float: left;
  line-height: 1.3;
}
#checkout-payment-method-load.sp-methods dt > label .title-price-delivery-time-wrapper .title {
  display: block;
}
#checkout-payment-method-load.sp-methods dt > label .title-price-delivery-time-wrapper .price {
  font-size: 14px;
  display: block;
  clear: both;
  font-weight: normal;
}
#checkout-payment-method-load.sp-methods dt > label .title-price-delivery-time-wrapper .delivery-time {
  display: block;
  font-size: 14px;
}
#checkout-payment-method-load.sp-methods dt > label span.method-icon {
  width: 48px;
  height: 42px;
  float: left;
  margin-right: 25px;
  margin-top: -10px;
  display: inline-block;
  background: transparent url("https://shop.fairphone.com/skin/frontend/fairphone_rwd/default/images/opc/b2b-payment.png") no-repeat scroll center left;
  background-size: 100%;
}
#checkout-payment-method-load.sp-methods dt > label small {
  display: block;
  font-size: 14px;
  color: #3C3C3C;
  line-height: 1.55;
  font-weight: 400;
}
#checkout-payment-method-load.sp-methods dd {
  margin-bottom: 25px;
}
#checkout-payment-method-load.sp-methods dd fieldset ul {
  border: 1px solid #878786;
}
#checkout-payment-method-load.sp-methods dd ul li {
  height: auto;
  border: none;
  margin: 0;
  padding: 0;
}
#checkout-payment-method-load.sp-methods dd#dd_method_buckaroo3extended_mastercard, #checkout-payment-method-load.sp-methods dd#dd_method_buckaroo3extended_sofortueberweisung, #checkout-payment-method-load.sp-methods dd#dd_method_buckaroo3extended_paypal {
  display: none;
}
#checkout-payment-method-load.sp-methods dd#dd_method_buckaroo3extended_ideal {
  margin-bottom: 0;
  border: none;
}
#checkout-payment-method-load.sp-methods dd#dd_method_buckaroo3extended_ideal fieldset ul {
  border: none;
  margin-bottom: 25px;
}
#checkout-payment-method-load.sp-methods dd#dd_method_buckaroo3extended_ideal li {
  background: none;
  margin: 0;
  padding: 0;
}
#checkout-payment-method-load.sp-methods dd#dd_method_buckaroo3extended_ideal li label {
  font-size: 14px;
  padding: 10px 0;
}
#checkout-payment-method-load.sp-methods dd#dd_method_buckaroo3extended_visa, #checkout-payment-method-load.sp-methods dd#dd_method_buckaroo3extended_transfer {
  margin-bottom: 0;
}
#checkout-payment-method-load.sp-methods dd#dd_method_buckaroo3extended_visa fieldset ul, #checkout-payment-method-load.sp-methods dd#dd_method_buckaroo3extended_transfer fieldset ul {
  margin-bottom: 25px;
}
#checkout-payment-method-load.sp-methods dd#dd_method_buckaroo3extended_transfer ul {
  margin-bottom: 25px;
  background-color: #fff;
  border: 1px solid #878786;
  padding: 0 22px 22px 14px;
  width: 100%;
}
#checkout-payment-method-load.sp-methods dd#dd_method_buckaroo3extended_transfer ul li {
  padding-bottom: 14px;
  font-size: 14px;
}
#checkout-payment-method-load.sp-methods dd#dd_method_buckaroo3extended_transfer ul li .input-box span {
  border-radius: 3px;
  line-height: 30px;
  width: auto;
}
#checkout-payment-method-load.sp-methods dd#dd_method_buckaroo3extended_transfer ul .validation-advice {
  overflow: hidden;
  width: 100%;
}
#checkout-payment-method-load.sp-methods dd ul#payment_form_buckaroo3extended_ideal li:not(:first-child) {
  background-color: #fff;
  border: 1px solid #878786;
  width: 100%;
  padding: 0 22px 0 14px;
  margin: 0 0 20px 0;
  height: 70px;
}
#checkout-payment-method-load.sp-methods dd ul#payment_form_buckaroo3extended_ideal li:not(:first-child):after {
  content: '';
  display: table;
  clear: both;
}
#checkout-payment-method-load.sp-methods dd ul#payment_form_buckaroo3extended_ideal li:not(:first-child) input[type="radio"] {
  float: right;
  height: 14px;
}
#checkout-payment-method-load.sp-methods dd ul#payment_form_buckaroo3extended_ideal li:not(:first-child) label {
  padding: 24px 0;
}
#checkout-payment-method-load.sp-methods dd ul#payment_form_buckaroo3extended_ideal li:not(:first-child) label .image-wrapper {
  width: 40px;
  display: inline-block;
  float: left;
}

#checkout-shipping-method-load .sp-methods dt > label {
  margin-left: 0;
}
#checkout-shipping-method-load .sp-methods dt > label img {
  margin-top: -25px;
  max-height: 50px;
}
#checkout-shipping-method-load .sp-methods li.error-msg {
  border: none;
  margin: 25px 0;
  padding: 2px 0;
  color: #000;
  background-color: #fff;
}
#checkout-shipping-method-load .sp-methods li.error-msg li {
  border: none;
}
#checkout-shipping-method-load .sp-methods dd > .form-list {
  margin-left: 0;
}
#checkout-shipping-method-load .sp-methods dd > .form-list > li:last-child {
  margin-bottom: 0;
}
#checkout-shipping-method-load .sp-methods dd > .form-list label .price {
  font-weight: bold;
  margin-left: 5px;
}
#checkout-shipping-method-load .sp-methods dd > .form-list label .price:before {
  content: '(+ ';
}
#checkout-shipping-method-load .sp-methods dd > .form-list label .price:after {
  content: ')';
}

/* One Page Checkout */
.block-progress {
  border: 0;
  margin: 0;
}
.block-progress .block-content {
  font-size: 14px;
}
.block-progress dl {
  border: 1px solid #878786;
  border-top: 0;
  border-radius: 3px;
  overflow: hidden;
}
.block-progress dl dt {
  margin: 0;
  margin-bottom: 5px;
  color: #3C3C3C;
  font-family: "Radikal-Medium", "Open Sans", sans-serif;
  font-size: 16px;
  font-style: normal;
  line-height: 1.4;
  text-rendering: optimizeSpeed;
  border-top: 1px solid #878786;
  background: #3C3C3C;
  font-size: 16px;
  padding: 10px 15px;
  margin: 0;
  cursor: pointer;
  position: relative;
}
.block-progress dl dt:after {
  display: inline-block;
  content: '';
  background-position: -160px -30px;
  width: 10px;
  height: 7px;
  position: absolute;
  right: 10px;
  top: 50%;
  margin-top: -4px;
}
.block-progress dl dt.inactive {
  color: #dbdfe3;
  cursor: default;
}
.block-progress dl dt.inactive:after {
  opacity: .1;
  display: none;
}
.block-progress dl dt.active {
  cursor: default;
}
.block-progress dl dt.active + dd {
  display: block;
}
.block-progress dl dt.active:after {
  background-position: -160px -20px;
  display: none;
}
.block-progress dl dd {
  display: none;
  padding: 5px 15px;
  border-top: 1px solid #878786;
}
.block-progress dl dd p {
  margin: 0;
}
.block-progress .payment-info dt {
  padding: 0;
  margin: 0 0 3px 0;
  color: #3C3C3C;
  text-transform: none;
  font-style: italic;
  float: left;
  clear: both;
  font-size: 14px;
}
.block-progress .payment-info dt:after {
  content: ': ';
}
.block-progress .payment-info dd {
  float: left;
  margin-bottom: 3px;
  font-size: 14px;
}
.block-progress .payment-info:after {
  content: '';
  display: table;
  clear: both;
}

#checkout-review-table-wrapper {
  clear: both;
  margin-top: 32px;
}
#checkout-review-table-wrapper .block .block-title strong span {
  font-size: 20px;
}
#checkout-review-table-wrapper .col2-set .col-1, #checkout-review-table-wrapper .col2-set .col-2 {
  float: none;
  width: 100%;
  padding: 0;
  margin-bottom: 60px;
}
#checkout-review-table-wrapper .col2-set .col-1:after, #checkout-review-table-wrapper .col2-set .col-2:after {
  content: '';
  display: table;
  clear: both;
}
#checkout-review-table-wrapper td, #checkout-review-table-wrapper th {
  vertical-align: middle;
}
#checkout-review-table-wrapper thead {
  display: none;
}
#checkout-review-table-wrapper .cart-review-totals tr td:first-child {
  text-align: left !important;
}
#checkout-review-table-wrapper .cart-review-totals td, #checkout-review-table-wrapper .cart-review-totals th {
  vertical-align: top;
}
#checkout-review-table-wrapper table.medium img {
  max-width: 60px;
}
#checkout-review-table-wrapper table.small img {
  max-width: 40px;
}

.checkout-agreements label {
  font-size: 12px;
}

@media only screen and (min-width: 600px) {
  #checkout-review-table tfoot tr.first td, #checkout-review-table tfoot tr.first th {
    padding-top: 10px;
  }
  #checkout-review-table tfoot tr.last td, #checkout-review-table tfoot tr.last th {
    padding: 0;
    vertical-align: top;
  }
  #checkout-review-table tfoot tr.last strong {
    margin: 0;
    margin-bottom: 0.5em;
    color: #3C3C3C;
    font-family: "Radikal-Medium", "Open Sans", sans-serif;
    font-size: 32px;
    font-style: normal;
    line-height: 1.2;
    text-rendering: optimizeLegibility;
    display: block;
    padding: 10px 10px 0;
    margin: 10px 0 0;
    border-top: 2px solid #878786;
  }
  #checkout-review-table tfoot tr.last em {
    display: block;
    padding: 0 10px;
  }
}
.quote_summary .block .block-actions {
  border: 1px solid #878786;
  border-top: none;
  background: #ffffff;
  text-align: right;
  padding: 10px;
}
.quote_summary .block .block-title {
  margin: 0;
  margin-bottom: 10px;
  color: #3C3C3C;
  font-family: "Radikal-Medium", "Open Sans", sans-serif;
  font-size: 24px;
  font-style: normal;
  line-height: 1.4;
  text-rendering: optimizeSpeed;
}
.quote_summary .block .block-title strong {
  text-transform: none;
  font-weight: normal;
}
.quote_summary .block .block-content {
  padding: 10px;
  background: #ffffff;
  border: 1px solid #878786;
  border-bottom: none;
  margin-bottom: 0;
}

.quote_products .product-options dt, .quote_products .product-options dd, .cart-totals .product-options dt, .cart-totals .product-options dd {
  display: inline-block;
  width: 49%;
}
.quote_products .product-options dd, .cart-totals .product-options dd {
  text-align: right;
  word-break: break-all;
}
.quote_products .block .block-actions, .cart-totals .block .block-actions {
  text-align: right;
  padding: 10px 0;
}
.quote_products .block .block-title, .cart-totals .block .block-title {
  margin: 0;
  margin-bottom: 10px;
  color: #3C3C3C;
  font-family: "Radikal-Medium", "Open Sans", sans-serif;
  font-size: 24px;
  font-style: normal;
  line-height: 1.4;
  text-rendering: optimizeSpeed;
}
.quote_products .block .block-title strong, .cart-totals .block .block-title strong {
  text-transform: none;
  font-weight: normal;
}
.quote_products .block .block-content, .cart-totals .block .block-content {
  padding: 10px;
  background: #ffffff;
  border: 1px solid #878786;
}
.quote_products .block .block-content table, .cart-totals .block .block-content table {
  width: 100%;
}
.quote_products .block .block-content table colgroup, .cart-totals .block .block-content table colgroup {
  display: none;
}
.quote_products .block .block-content table:not(:last-of-type), .cart-totals .block .block-content table:not(:last-of-type) {
  margin-bottom: 10px;
  border-bottom: 1px solid #878786;
}
.quote_products .block .block-content table:not(:last-of-type) tr:last-child td, .cart-totals .block .block-content table:not(:last-of-type) tr:last-child td {
  padding-bottom: 10px;
}
.quote_products .block .block-content #checkout-review-table, .cart-totals .block .block-content #checkout-review-table {
  border: none;
}
.quote_products .block .block-content #checkout-review-table tbody tr td, .cart-totals .block .block-content #checkout-review-table tbody tr td {
  padding: 0;
  border: none;
}

.cart-totals #block-cart_tax_text {
  display: none;
}
.cart-totals .block .block-content {
  background: #d3eff9;
}
.cart-totals .block table.cart-review-totals tbody tr:last-child td {
  padding-bottom: 10px;
  border-bottom: 1px solid #878786;
}
.cart-totals .block table.cart-review-totals tfoot tr td strong {
  font-weight: normal;
}
.cart-totals .block table.cart-review-totals tfoot tr:first-child td {
  padding-top: 10px;
}
.cart-totals .block table.cart-review-totals tfoot tr:nth-child(2) td {
  padding-bottom: 10px;
}
.cart-totals .block table.cart-review-totals tfoot tr:last-child td {
  padding-top: 10px;
  border-top: 1px solid #878786;
}

.monkey-multisubscribe ul.monkey-additional-lists li, .monkey-multisubscribe .monkey-general-list li {
  display: block;
  margin-bottom: 5px;
}
.monkey-multisubscribe ul.monkey-additional-lists li:after, .monkey-multisubscribe .monkey-general-list li:after {
  content: '';
  display: table;
  clear: both;
}
.monkey-multisubscribe ul.monkey-additional-lists li label, .monkey-multisubscribe .monkey-general-list li label {
  font-size: 16px;
  float: left;
  max-width: 90%;
}
.monkey-multisubscribe ul.monkey-additional-lists li input[type=checkbox], .monkey-multisubscribe .monkey-general-list li input[type=checkbox] {
  float: left;
  margin-top: 3px;
  margin-right: 5px;
}

/* show/hide "change" link for progress step depend on complete status
 * should be placed in .css file */
.opc-block-progress dt.complete a,
.opc-block-progress dt.complete .separator {
  display: inline;
}

.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: */
#checkout-step-review .opc-block-progress {
  border-left: none;
  padding-left: 0;
}
#checkout-step-review .opc-block-progress .block-title {
  display: none;
}
#checkout-step-review .opc-block-progress .block-content {
  display: block !important;
  padding: 0;
}
#checkout-step-review .opc-block-progress .block-content > dl:after {
  content: '';
  display: table;
  clear: both;
}
#checkout-step-review .opc-block-progress .block-content > dl > div {
  float: left;
  width: 25%;
  margin-bottom: 1.5em;
}
@media only screen and (max-width: 769px) {
  #checkout-step-review .opc-block-progress .block-content > dl > div {
    width: 50%;
  }
  #checkout-step-review .opc-block-progress .block-content > dl > div:nth-child(2n+1) {
    clear: both;
  }
}
@media only screen and (max-width: 479px) {
  #checkout-step-review .opc-block-progress .block-content > dl > div {
    float: none;
    width: auto;
  }
}
#checkout-step-review .opc-block-progress .block-content .changelink {
  display: none;
}

@media only screen and (max-width: 479px) {
  #checkout-review-table thead > tr > th {
    display: none;
  }
  #checkout-review-table thead > tr > th:first-child {
    display: block;
  }
}
#payment_form_ops_iDeal:after,
#payment_form_buckaroo3extended_ideal:after {
  content: '';
  display: table;
  clear: both;
}
#payment_form_ops_iDeal li.control,
#payment_form_buckaroo3extended_ideal li.control {
  float: left;
  width: 49%;
  margin: 0 0 2% 2%;
  background: #fff;
  border: 1px solid #878786;
  padding: 5px;
  border-radius: 3px;
}
#payment_form_ops_iDeal li.control:first-child, #payment_form_ops_iDeal li.control:nth-child(2n+1),
#payment_form_buckaroo3extended_ideal li.control:first-child,
#payment_form_buckaroo3extended_ideal li.control:nth-child(2n+1) {
  clear: both;
  margin-left: 0;
}
#payment_form_ops_iDeal li.control label,
#payment_form_buckaroo3extended_ideal li.control label {
  width: 100%;
  text-align: center;
  cursor: pointer;
}
#payment_form_ops_iDeal li.control label .logo-container,
#payment_form_buckaroo3extended_ideal li.control label .logo-container {
  display: block;
  line-height: 30px;
  text-align: center;
  margin: 0 auto .5em;
}
#payment_form_ops_iDeal li.control label img,
#payment_form_buckaroo3extended_ideal li.control label img {
  display: inline-block;
  margin: 0;
  max-height: 30px;
  max-width: 70px;
  vertical-align: middle;
}
@media only screen and (min-width: 980px) {
  #payment_form_ops_iDeal li.control,
  #payment_form_buckaroo3extended_ideal li.control {
    width: 32%;
  }
  #payment_form_ops_iDeal li.control:nth-child(2n+1),
  #payment_form_buckaroo3extended_ideal li.control:nth-child(2n+1) {
    margin-left: 2%;
    clear: none;
  }
  #payment_form_ops_iDeal li.control:first-child, #payment_form_ops_iDeal li.control:nth-child(3n+1),
  #payment_form_buckaroo3extended_ideal li.control:first-child,
  #payment_form_buckaroo3extended_ideal li.control:nth-child(3n+1) {
    clear: both;
    margin-left: 0;
  }
}
#payment_form_ops_iDeal li.continue,
#payment_form_buckaroo3extended_ideal li.continue {
  clear: left;
  float: left;
}

.checkout-onepage-payment-additional-giftcardaccount {
  display: none;
}

#payment_form_buckaroo3extended_paymentguarantee .input-text {
  background: #fff;
}
#payment_form_buckaroo3extended_paymentguarantee #buckaroo3extended_paymentguarantee_BPE_customer_account_number {
  width: 18em;
}
#payment_form_buckaroo3extended_paymentguarantee .tac-accept .input-box {
  float: left !important;
  line-height: 1.5;
  height: 1.5em;
  width: 1.5em;
  position: relative;
}
#payment_form_buckaroo3extended_paymentguarantee .tac-accept .input-box input {
  float: none;
  position: absolute;
  height: 0.75em;
  width: 0.75em;
  top: 1.5em;
  left: 1.5em;
  margin-top: -1.125em;
  margin-left: -1.125em;
}
#payment_form_buckaroo3extended_paymentguarantee .tac-accept::after {
  content: '';
  display: table;
  clear: both;
}

#checkout-review-submit {
  margin: 10px 0 0;
}
#checkout-review-submit .checkout-agreements {
  display: block;
}
#checkout-review-submit .checkout-agreements:after {
  content: '';
  display: table;
  clear: both;
}
#checkout-review-submit .checkout-agreements li {
  display: block;
  margin: 10px 0;
}
#checkout-review-submit .checkout-agreements li:after {
  content: '';
  display: table;
  clear: both;
}
#checkout-review-submit .checkout-agreements .agree {
  margin: 0;
}
#checkout-review-submit .checkout-agreements .agree a {
  text-decoration: underline;
}
#checkout-review-submit .checkout-agreements .agree a:hover {
  text-decoration: none;
}
#checkout-review-submit .checkout-agreements .agree input[type="checkbox"] {
  margin-top: 3px;
  margin-right: 5px;
  float: left;
}
#checkout-review-submit .checkout-agreements .agree label {
  float: left;
  max-width: 90%;
}

.checkout-onepage-success .main {
  max-width: 405px;
  padding: 45px 20px;
}
@media only screen and (max-width: 599px) {
  .checkout-onepage-success .main {
    padding: 45px 20px;
  }
}
.checkout-onepage-success .main .col-main .page-title {
  text-align: center;
}
.checkout-onepage-success .main .col-main .page-title h1 {
  color: #31b579;
  font-size: 32px;
}
.checkout-onepage-success .main .col-main .content-wrapper {
  margin-bottom: 40px;
}
.checkout-onepage-success .main .col-main .content-wrapper .title {
  color: #2CA7DF;
  font-size: 24px;
  margin-bottom: 25px;
  font-family: "Radikal-Medium", "Open Sans", sans-serif;
}
.checkout-onepage-success .main .col-main .content-wrapper .content ul li {
  margin-bottom: 35px;
}
.checkout-onepage-success .main .col-main .content-wrapper .content ul.icons li {
  list-style: none;
  position: relative;
  margin-left: 0;
  padding-left: 47px;
}
.checkout-onepage-success .main .col-main .content-wrapper .content ul.icons li.envelope:before {
  content: "";
  color: #3C3C3C;
  font-size: 22px;
  font-family: "icons";
  display: inline-block;
  vertical-align: middle;
  line-height: 22px;
  font-weight: normal;
  font-style: normal;
  speak: none;
  text-transform: none;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  letter-spacing: 0;
}
.checkout-onepage-success .main .col-main .content-wrapper .content ul.icons li.truck:before {
  content: "";
  color: #3C3C3C;
  font-size: 22px;
  font-family: "icons";
  display: inline-block;
  vertical-align: middle;
  line-height: 22px;
  font-weight: normal;
  font-style: normal;
  speak: none;
  text-transform: none;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  letter-spacing: 0;
}
.checkout-onepage-success .main .col-main .content-wrapper .content ul.icons li:before {
  position: absolute;
  top: 50%;
  left: 0;
  transform: translate(0, -50%);
}
.checkout-onepage-success .main .col-main .content-wrapper.order-info {
  color: #3C3C3C;
}
.checkout-onepage-success .main .col-main .content-wrapper.order-info .title, .checkout-onepage-success .main .col-main .content-wrapper.order-info a, .checkout-onepage-success .main .col-main .content-wrapper.order-info .content {
  color: inherit;
}
.checkout-onepage-success .main .col-main .content-wrapper.order-info .title {
  margin-bottom: 20px;
}
.checkout-onepage-success .main .col-main .content-wrapper.order-info a {
  position: relative;
  font-family: "Radikal-Medium", "Open Sans", sans-serif;
}
.checkout-onepage-success .main .col-main .content-wrapper.order-info a:after {
  content: "";
  color: #3C3C3C;
  font-size: 12px;
  font-family: "icons";
  display: inline-block;
  vertical-align: middle;
  line-height: 12px;
  font-weight: normal;
  font-style: normal;
  speak: none;
  text-transform: none;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  letter-spacing: 0;
}
.checkout-onepage-success .main .col-main .content-wrapper.order-info a:after {
  font-weight: bold;
  margin-left: 10px;
  margin-top: -2px;
}

#share_order .socialmedia_links {
  margin: 5px 0 1em;
}
#share_order .socialmedia_links iframe {
  vertical-align: middle;
  margin: 2px 2px 2px 0;
}
#share_order .socialmedia_links a {
  display: inline;
  vertical-align: middle;
}
#share_order .socialmedia_links a.facebook, #share_order .socialmedia_links a.youtube, #share_order .socialmedia_links a.twitter, #share_order .socialmedia_links a.google, #share_order .socialmedia_links a.pinterest {
  display: inline-block;
  width: 24px;
  height: 24px;
  background-position: 0 -80px;
  margin: 2px 2px 2px 0;
}
#share_order .socialmedia_links a.facebook {
  background-position: 0 -80px;
}
#share_order .socialmedia_links a.youtube {
  background-position: -30px -80px;
}
#share_order .socialmedia_links a.twitter {
  background-position: -60px -80px;
}
#share_order .socialmedia_links a.google {
  background-position: -90px -80px;
}
#share_order .socialmedia_links a.pinterest {
  background-position: -230px -50px;
}

.input-box-help {
  position: relative;
}
@media only screen and (max-width: 979px) {
  .input-box-help {
    margin-bottom: 10px;
  }
}
.input-box-help .item {
  position: relative;
  background: #f39554;
  color: #fff;
  line-height: 1.35;
  font-size: 14px;
  padding: 7px 10px;
  margin-bottom: 15px;
}
.input-box-help .item#login-guest-intro {
  background-color: #FF9100;
}
.input-box-help .item#login-customer-intro {
  background-color: #30B579;
}
.input-box-help .item#login-unknown-intro {
  background-color: #2CA7DF;
}

.opc li.section .notice {
  margin-bottom: 60px;
}
.opc li.section ul.form-list .fields, .opc li.section ul.form-list .form-list .wide, .opc li.section ul.form-list .form-list .control {
  margin-bottom: 0;
}
.opc li.section ul.form-list li .extra-info {
  margin-bottom: 25px;
  font-size: 14px;
}
.opc li.section ul.form-list li .field {
  float: none;
  width: 100%;
  position: relative;
  margin: 0 0 25px 0;
}
.opc li.section ul.form-list li .field select {
  width: 100%;
}
.opc li.section ul.form-list li .field label {
  background: #f3f3f4;
  position: absolute;
  top: -10px;
  left: 13.5px;
  padding: 0 5px;
  display: none;
  z-index: 1;
}
.opc li.section ul.form-list li .field label:after {
  display: none;
}
.opc li.section ul.form-list li .field input.input-text {
  background-color: #ffffff;
}
.opc li.section ul.form-list li .field input.validation-passed {
  background: none;
}
.opc li.section ul.form-list li .field #billing\:vatLoader {
  height: 40px;
  margin: 10px;
}
.opc li.section ul.form-list li .field #billing\:vatLoader img {
  height: 20px;
  width: 20px;
  float: left;
  margin-right: 10px;
}
.opc li.section ul.form-list li .field #billing\:vatLoader span {
  font-size: 14px;
}
.opc li.section ul.form-list li .field .vat_validation-messages li {
  color: #fff;
  line-height: 1.35;
  font-size: 14px;
  padding: 7px 10px;
  margin-bottom: 15px;
}
.opc li.section ul.form-list li .field .vat_validation-messages li.success-msg {
  background-color: #30B579;
}
.opc li.section ul.form-list li .field .vat_validation-messages li.error-msg {
  background-color: #FF9100;
}

/* ==================== Improved One Page Checkout with progressbar  ===================== */
body.checkout-onepage-index .col2-right-layout .main {
  position: relative;
  margin-top: 50px;
}
body.checkout-onepage-index .col2-right-layout .col-main {
  float: none;
  width: auto;
  padding-right: 0;
}
body.checkout-onepage-index .col2-right-layout .col-right {
  position: absolute;
  right: 0;
  top: 110px;
  padding: 35px 20px 0 40px;
  margin: 0;
  z-index: 1;
  width: 29%;
}

.opc {
  position: relative;
  float: none;
  text-align: center;
}
.opc .step {
  position: absolute;
  overflow: hidden;
  overflow-y: auto;
  top: 0;
  left: 0;
  z-index: 1;
  width: 100%;
  max-height: auto;
  text-align: left;
  background: none;
}
.opc .step > * {
  max-width: 350px;
  margin: 0 auto 20px !important;
}
.opc .step > *.login-form-wrapper {
  margin-bottom: 0 !important;
}
.opc .step h2, .opc .step .customer-account .account-header .page-title, .customer-account .account-header .opc .step .page-title {
  margin-bottom: 45px;
  color: #2CA7DF;
}
.opc li.section {
  display: inline;
}
.opc li.section .step-title {
  position: relative;
  text-align: center;
  overflow: hidden;
  display: inline-block;
  vertical-align: top;
  width: 20%;
  height: 60px;
  z-index: 1;
  background: none !important;
  margin-top: -80px;
  border-top: 1px solid #878786;
}
.opc li.section .step-title h2, .opc li.section .step-title .customer-account .account-header .page-title, .customer-account .account-header .opc li.section .step-title .page-title {
  font-size: 16px;
  font-family: "Radikal-Light", "Open Sans", sans-serif;
  color: #c6c6c5;
  line-height: 40px;
  display: inline;
  -moz-transition: color 500ms;
  -o-transition: color 500ms;
  -webkit-transition: color 500ms;
  transition: color 500ms;
}
.opc li.section .step-title a {
  display: none;
}
.opc li.section .step-title .number {
  text-indent: -9999px;
  width: 30px;
  height: 30px;
  border-radius: 30px;
  background: #CDCDCD;
  display: block;
  margin: 5px auto 0 auto;
  border: 5px solid #C6C6C6;
  z-index: 2;
  position: relative;
  -moz-transition: background 500ms;
  -o-transition: background 500ms;
  -webkit-transition: background 500ms;
  transition: background 500ms;
}
@media only screen and (min-width: 770px) {
  .opc li.section .step-title .number {
    display: none;
  }
}
.opc li.section .step-title:before {
  background: #CDCDCD;
  content: "";
  height: 3px;
  left: 0;
  margin-top: -3px;
  position: absolute;
  right: 0;
  top: 22px;
  z-index: -1;
}
@media only screen and (min-width: 770px) {
  .opc li.section .step-title:before {
    display: none;
  }
}
.opc li.section:first-child .step-title:before {
  left: 50%;
}
.opc li.section:last-child .step-title:before {
  right: 50%;
}
.opc li.section.allow .step-title {
  cursor: pointer;
}
.opc li.section.allow .step-title .number {
  text-indent: -9999px;
  width: 30px;
  height: 30px;
  border-radius: 30px;
  background-color: #2CA7DF;
  display: block;
  margin: 5px auto 0 auto;
  border: 5px solid #C6C6C6;
  z-index: 2;
  position: relative;
}
@media only screen and (min-width: 770px) {
  .opc li.section.allow .step-title .number {
    display: none;
  }
}
.opc li.section.allow .step-title h2, .opc li.section.allow .step-title .customer-account .account-header .page-title, .customer-account .account-header .opc li.section.allow .step-title .page-title {
  color: #3C3C3C;
}
.opc li.section.active .step-title .number {
  width: 35px;
  height: 35px;
  border-radius: 35px;
  background: #2CA7DF;
  margin-top: 2px;
}
.opc li.section.active .step-title h2, .opc li.section.active .step-title .customer-account .account-header .page-title, .customer-account .account-header .opc li.section.active .step-title .page-title {
  font-size: 16px;
  color: #2CA7DF;
}
.opc.opc-steps-6 li.section .step-title {
  width: 16.66667%;
}
.opc.opc-steps-5 li.section .step-title {
  width: 20%;
}
.opc.opc-steps-4 li.section .step-title {
  width: 25%;
}
.opc.opc-steps-3 li.section .step-title {
  width: 33.33333%;
}
.opc #login-form,
.opc #co-shipping-form .form-list,
.opc #co-billing-form .form-list {
  max-width: 440px;
}
.opc #login-form h2, .opc #login-form .customer-account .account-header .page-title, .customer-account .account-header .opc #login-form .page-title,
.opc #co-shipping-form .form-list h2,
.opc #co-shipping-form .form-list .customer-account .account-header .page-title,
.customer-account .account-header .opc #co-shipping-form .form-list .page-title,
.opc #co-billing-form .form-list h2,
.opc #co-billing-form .form-list .customer-account .account-header .page-title,
.customer-account .account-header .opc #co-billing-form .form-list .page-title {
  margin-top: 20px;
}
.opc #login-form.address-book,
.opc #co-shipping-form .form-list.address-book,
.opc #co-billing-form .form-list.address-book {
  max-width: none;
}
.opc #login-form.address-book .form-list,
.opc #co-shipping-form .form-list.address-book .form-list,
.opc #co-billing-form .form-list.address-book .form-list {
  max-width: none;
}
.opc .buttons-set {
  border: 0;
  margin: 1.5em 0 0;
  padding: 0;
  text-align: left;
}
.opc .buttons-set button.button {
  float: left;
  margin: 0 6px 0 0;
}
.opc .buttons-set .back-link {
  float: none;
  margin: 0;
  clear: both;
}
.opc .buttons-set .please-wait {
  float: left;
  margin: 0 6px 0 0;
}
.opc .buttons-set#review-buttons-container {
  margin: 10px 0 0;
}
.opc .buttons-set#review-buttons-container .please-wait,
.opc .buttons-set#review-buttons-container button.button {
  float: none;
}
.opc dd li.continue {
  margin: 0;
}
.opc dd .buttons-set {
  margin-top: 10px;
}
.opc .input-box-help {
  position: relative;
}
.opc .input-box-help .item {
  width: 100%;
}

body.checkout-onepage-index .col2-right-layout .col-main {
  float: none;
  width: auto;
  padding-right: 0;
}
body.checkout-onepage-index .col2-right-layout .col-right {
  display: none;
}

#login-form {
  margin-bottom: 20px;
}
#login-form button.button.validation-passed:disabled:before {
  content: '';
  display: inline-block;
  vertical-align: middle;
  margin: 0 6px 0 0;
  background: url(https://shop.fairphone.com/skin/frontend/fairphone_rwd/default/images/loading_white.svg) 0 0;
  background-size: 25px 25px;
  width: 25px;
  height: 25px;
}
#login-form button.button.validation-passed:disabled:after {
  display: none;
}

#login-button-container a {
  display: inline-block;
  line-height: 30px;
}

dl.sp-methods dt {
  padding-left: 0;
}
dl.sp-methods dd ul li {
  margin: 25px 0;
  border: 1px solid #878786;
  background: #ffffff;
  width: 100%;
  padding: 0 25px;
  cursor: pointer;
}
dl.sp-methods dd ul li > * {
  cursor: pointer;
}
dl.sp-methods dd ul li input.radio {
  float: right;
  margin-top: 4px;
}
dl.sp-methods dd ul li label {
  font-size: 16px;
  padding: 10px 0 10px 0;
  display: table-cell;
}
dl.sp-methods dd ul li label .title-price-delivery-time-wrapper {
  float: left;
  line-height: 1.3;
  max-width: 70%;
  width: 222px;
}
dl.sp-methods dd ul li label .title-price-delivery-time-wrapper .title {
  display: block;
  margin-bottom: 5px;
}
dl.sp-methods dd ul li label .title-price-delivery-time-wrapper .price-wrapper {
  font-size: 14px;
  display: block;
  clear: both;
  margin-bottom: 5px;
}
dl.sp-methods dd ul li label .title-price-delivery-time-wrapper .price-wrapper .price {
  font-weight: normal;
}
dl.sp-methods dd ul li label .title-price-delivery-time-wrapper .delivery-time {
  display: block;
  font-size: 14px;
}
dl.sp-methods dd ul li label span.method-icon {
  width: 36px;
  height: 40px;
  float: left;
  margin-right: 20px;
  display: inline-block;
}

.allow:not(.active) .step-title .number:after {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -8px;
  margin-top: -6.5px;
}

@media only screen and (max-width: 769px) {
  .opc .step {
    padding: 0 20px;
  }
  .opc li.section .step-title {
    border-top: none;
  }
  .opc li.section .step-title:before {
    top: 10px;
  }
  .opc li.section .step-title .number {
    background: #c6c6c5;
    width: 15px;
    height: 15px;
    border-radius: 15px;
    margin-top: 2px;
  }
  .opc li.section .step-title h2, .opc li.section .step-title .customer-account .account-header .page-title, .customer-account .account-header .opc li.section .step-title .page-title {
    display: none;
  }
  .opc li.section.allow .step-title .number {
    background: #2d2d2e;
    border-color: #2d2d2e;
    width: 15px;
    height: 15px;
    border-radius: 15px;
    margin-top: 2px;
  }
  .opc li.section.allow .step-title .number:after {
    display: none;
  }
  .opc li.section.active .step-title .number {
    background: #2CA7DF;
    border-color: #2CA7DF;
    width: 15px;
    height: 15px;
    border-radius: 15px;
  }
  .opc li.section.active .step-title h2, .opc li.section.active .step-title .customer-account .account-header .page-title, .customer-account .account-header .opc li.section.active .step-title .page-title {
    font-size: 14px;
    display: inline-block;
    margin: 10px 0 0;
    line-height: 1;
  }
}
.mct-languagegateway-index-index .main {
  padding: 20px;
}
.mct-languagegateway-index-index .main form {
  margin-bottom: 90px;
  margin-top: 25px;
}
.mct-languagegateway-index-index .main form:after {
  content: '';
  display: table;
  clear: both;
}
.mct-languagegateway-index-index .main .block {
  display: block;
  clear: both;
  margin-bottom: 30px;
}
.mct-languagegateway-index-index .main .block .block-title {
  margin-bottom: 30px;
}
.mct-languagegateway-index-index .main .block .block-title h2, .mct-languagegateway-index-index .main .block .block-title .customer-account .account-header .page-title, .customer-account .account-header .mct-languagegateway-index-index .main .block .block-title .page-title {
  font-size: 32px;
}
.mct-languagegateway-index-index .main .block.available-languages ul {
  columns: 5;
  -webkit-columns: 5;
  -moz-columns: 5;
}
.mct-languagegateway-index-index .main .block.available-languages ul li {
  width: 100%;
  margin-bottom: 15px;
  display: inline-block;
}
.mct-languagegateway-index-index .main .block.available-languages ul li .button {
  width: 100%;
}
@media only screen and (max-width: 979px) {
  .mct-languagegateway-index-index .main .block.available-languages ul {
    columns: 3;
    -webkit-columns: 3;
    -moz-columns: 3;
  }
}
@media only screen and (max-width: 769px) {
  .mct-languagegateway-index-index .main .block.available-languages ul {
    columns: 2;
    -webkit-columns: 2;
    -moz-columns: 2;
  }
}
@media only screen and (max-width: 479px) {
  .mct-languagegateway-index-index .main .block.available-languages ul {
    columns: 1;
    -webkit-columns: 1;
    -moz-columns: 1;
  }
}
.mct-languagegateway-index-index .main .block.available-countries h3 {
  margin-bottom: 30px;
}
.mct-languagegateway-index-index .main .block.available-countries ul {
  columns: 4;
  -webkit-columns: 4;
  -moz-columns: 4;
  margin-bottom: 40px;
}
.mct-languagegateway-index-index .main .block.available-countries ul li {
  color: #878786;
  margin-bottom: 15px;
  position: relative;
  width: 100%;
  display: inline-block;
}
.mct-languagegateway-index-index .main .block.available-countries ul li a {
  font-size: 18px;
  color: #878786;
  cursor: pointer;
  position: absolute;
  bottom: 0;
  line-height: 18px;
}
.mct-languagegateway-index-index .main .block.available-countries ul li a.active {
  font-family: "Radikal-Medium", "Open Sans", sans-serif;
  color: #000000;
}
.mct-languagegateway-index-index .main .block.available-countries ul li:before {
  margin-right: 7px;
}
.mct-languagegateway-index-index .main .block.available-countries ul li span.flag {
  margin-right: 10px;
}
.mct-languagegateway-index-index .main .block.available-countries ul:last-of-type {
  margin-bottom: 0;
}
@media only screen and (max-width: 769px) {
  .mct-languagegateway-index-index .main .block.available-countries ul {
    columns: 3;
    -webkit-columns: 3;
    -moz-columns: 3;
  }
}
@media only screen and (max-width: 599px) {
  .mct-languagegateway-index-index .main .block.available-countries ul {
    columns: 2;
    -webkit-columns: 2;
    -moz-columns: 2;
  }
}
@media only screen and (max-width: 479px) {
  .mct-languagegateway-index-index .main .block.available-countries ul {
    columns: 1;
    -webkit-columns: 1;
    -moz-columns: 1;
  }
}
.mct-languagegateway-index-index .main .block a.close {
  font-weight: normal;
  color: #000000;
  font-size: 26px;
  font-family: "Radikal-Light", "Open Sans", sans-serif;
}
.mct-languagegateway-index-index .main .block:after {
  content: '';
  display: table;
  clear: both;
}
.mct-languagegateway-index-index .main .note {
  font-size: 14px;
  float: left;
  text-align: left;
  width: 100%;
}
.mct-languagegateway-index-index .main .note a {
  display: inline;
}
@media only screen and (max-width: 769px) {
  .mct-languagegateway-index-index .main .note {
    width: 100%;
    clear: both;
    display: block;
    margin-bottom: 40px;
  }
}
.mct-languagegateway-index-index .main .buttons-set {
  width: 100%;
  clear: both;
}
.mct-languagegateway-index-index .main .buttons-set .button {
  float: left;
}
@media only screen and (max-width: 599px) {
  .mct-languagegateway-index-index .main .buttons-set .button {
    width: 100%;
  }
}
@media only screen and (max-width: 599px) {
  .mct-languagegateway-index-index .main {
    padding: 20px;
  }
}

dl.sp-methods dd ul li label span.method-icon {
  background: transparent none no-repeat scroll center left;
  background-size: 100%;
}
dl.sp-methods dd ul li label span.icon-postnl, dl.sp-methods dd ul li label span.icon-postnlmail {
  background-image: url("https://shop.fairphone.com/skin/frontend/fairphone_rwd/default/images/opc/Shipping-PostNL.png");
}
dl.sp-methods dd ul li label span.icon-dhleconomyselect, dl.sp-methods dd ul li label span.icon-dhlexpress, dl.sp-methods dd ul li label span.icon-dhleuroplus {
  background-image: url("https://shop.fairphone.com/skin/frontend/fairphone_rwd/default/images/opc/Shipping-DHL.png");
}
dl.sp-methods dd ul li label span.icon-dpdexpress, dl.sp-methods dd ul li label span.icon-dpd {
  background-image: url("https://shop.fairphone.com/skin/frontend/fairphone_rwd/default/images/opc/Shipping-DPD.png");
}

#checkout-payment-method-load.sp-methods dt > label span.icon-buckaroo3extended_paypal {
  background-image: url("https://shop.fairphone.com/skin/frontend/fairphone_rwd/default/images/opc/p_method_ops_paypal.png");
}
#checkout-payment-method-load.sp-methods dt > label span.icon-buckaroo3extended_mastercard {
  background-image: url("https://shop.fairphone.com/skin/frontend/fairphone_rwd/default/images/opc/p_method_ops_mastercard.png");
}
#checkout-payment-method-load.sp-methods dt > label span.icon-buckaroo3extended_visa {
  background-image: url("https://shop.fairphone.com/skin/frontend/fairphone_rwd/default/images/opc/p_method_ops_visa.png");
}
#checkout-payment-method-load.sp-methods dt > label span.icon-buckaroo3extended_ideal {
  background-image: url("https://shop.fairphone.com/skin/frontend/fairphone_rwd/default/images/opc/p_method_ops_iDeal.png");
}
#checkout-payment-method-load.sp-methods dt > label span.icon-buckaroo3extended_sofortueberweisung {
  background-image: url("https://shop.fairphone.com/skin/frontend/fairphone_rwd/default/images/opc/Sofort.png");
}
#checkout-payment-method-load.sp-methods dt > label span.icon-buckaroo3extended_transfer {
  background-image: url("https://shop.fairphone.com/skin/frontend/fairphone_rwd/default/images/opc/bank-transfer.png");
}

.awraf-index-stats .awraf-social-share-wrapper {
  margin-top: 46px;
}
.awraf-index-stats .awraf-social-share-wrapper h2, .awraf-index-stats .awraf-social-share-wrapper .customer-account .account-header .page-title, .customer-account .account-header .awraf-index-stats .awraf-social-share-wrapper .page-title {
  text-align: center;
}
.awraf-index-stats .awraf-social-share-wrapper p {
  margin-top: 32px;
  text-align: center;
  font-size: 18px;
  padding: 0 19.5%;
}
@media only screen and (max-width: 769px) {
  .awraf-index-stats .awraf-social-share-wrapper p {
    padding: 0;
  }
}
.awraf-index-stats .awraf-social-share-wrapper .awraf-social-share {
  text-align: center;
}
.awraf-index-stats .aw-raf-statistics #referafriend-form {
  max-width: 335px;
}
.awraf-index-stats .awraf-social-share {
  margin-top: 32px;
}
.awraf-index-stats .awraf-social-share > a {
  display: inline-block;
  margin-right: 10px;
}
.awraf-index-stats .awraf-social-share > a > span {
  border-radius: 50%;
  width: 35px;
  height: 35px;
  background: #878786;
  display: table-cell;
  text-align: center;
  vertical-align: middle;
}
.awraf-index-stats .awraf-social-share > a.raf-twitter-share span:before {
  content: "";
  color: #fff;
  font-size: 15px;
  font-family: "icons";
  display: inline-block;
  vertical-align: middle;
  line-height: 15px;
  font-weight: normal;
  font-style: normal;
  speak: none;
  text-transform: none;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  letter-spacing: 0;
}
.awraf-index-stats .awraf-social-share > a.raf-facebook-share span:before {
  content: "";
  color: #fff;
  font-size: 15px;
  font-family: "icons";
  display: inline-block;
  vertical-align: middle;
  line-height: 15px;
  font-weight: normal;
  font-style: normal;
  speak: none;
  text-transform: none;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  letter-spacing: 0;
}
.awraf-index-stats .broadcastlink {
  font-family: "Radikal-Light", "Open Sans", sans-serif;
  word-break: break-all;
}
.awraf-index-stats .copy-broadcastlink {
  cursor: pointer;
  margin-top: 16px;
  height: 46px;
}
.awraf-index-stats .copy-broadcastlink span {
  line-height: 46px;
}
.awraf-index-stats .aw-raf-table-wrapper #referred-friends-table.data-table tbody td {
  border: none;
}
.awraf-index-stats .aw-raf-table-wrapper #referred-friends-table tr td:first-child, .awraf-index-stats .aw-raf-table-wrapper #referred-friends-table tr th:first-child {
  padding-left: 0;
  word-break: break-all;
}
.awraf-index-stats .aw-raf-table-wrapper #referred-friends-table tr th {
  border-bottom: 1px solid #3C3C3C;
  color: #3C3C3C;
  font-weight: bold;
}
.awraf-index-stats .aw-raf-table-wrapper .pager.pager-no-toolbar .amount.amount--no-pages {
  float: left;
}
.awraf-index-stats .aw-raf-table-wrapper .pager.pager-no-toolbar .limiter {
  display: none;
  float: right;
}
.awraf-index-stats .aw-raf-table-wrapper .pager.pager-no-toolbar .pages ol li {
  margin-left: 5px;
}
.awraf-index-stats .aw-raf-table-wrapper .pager.pager-no-toolbar .pages ol li a {
  color: #3C3C3C;
  font-weight: bold;
}
.awraf-index-stats .aw-raf-table-wrapper .pager.pager-no-toolbar .pages ol li.current {
  color: #FFFFFF;
  border-radius: 50%;
  width: 20px;
  height: 20px;
  background: #3C3C3C;
  display: table-cell;
  text-align: center;
  vertical-align: middle;
}

#raf-invite .note, .aw-raf-statistics .note {
  color: #2CA7DF;
  margin-bottom: 16px;
}
#raf-invite input[disabled], .aw-raf-statistics input[disabled] {
  border: 1px solid #878786;
}

#referafriend[id] {
  /* IE6 and below Can't See This */
  /*position:fixed;*/
}

#referafriend {
  display: none;
  position: absolute;
  z-index: 9999;
  max-width: 500px;
  /*margin: -300px 0 0 -150px;*/
  background-color: #FFFFFF;
  padding: 50px;
  left: 50%;
  top: 50%;
  -ms-transform: translate(-50%, -50%);
  /* IE 9 */
  -webkit-transform: translate(-50%, -50%);
  /* Safari */
  transform: translate(-50%, -50%);
}
#referafriend #rafLoadMessage {
  display: none;
}
#referafriend a.close {
  position: absolute;
  top: -10px;
  right: -10px;
  font-weight: normal;
  color: #000000;
  font-size: 26px;
  font-family: "Radikal-Light", "Open Sans", sans-serif;
  cursor: pointer;
}
#referafriend.loading #rafLoadMessage {
  font-size: 1.1em;
  font-weight: bold;
  color: #000;
  display: block;
  background-color: #fff;
  position: absolute;
  left: 50%;
  top: 25%;
  -ms-transform: translate(-24px, -24px);
  /* IE 9 */
  -webkit-transform: translate(-24px, -24px);
  /* Safari */
  transform: translate(-24px, -24px);
}
#referafriend.loading #rafLoadMessage img {
  margin: auto;
  margin-bottom: 10px;
}
#referafriend.done #rafContent {
  display: block;
  position: relative;
}
#referafriend #invite-button-container button.button {
  display: inline-block;
  width: calc((99% / 2) - 11px);
  float: left;
  margin: 0;
}
#referafriend #invite-button-container button.button > span {
  display: inline;
}
#referafriend #invite-button-container button.button:first-of-type {
  margin-right: 20px;
}
#referafriend #invite-button-container button.button:last-of-type {
  float: right;
}
#referafriend #invite-button-container button.button#referafriend-cancel {
  background: #878786;
}
@media only screen and (max-width: 769px) {
  #referafriend {
    width: 100%;
    height: 100%;
    position: fixed;
    margin: 0;
    left: 0;
    top: 0;
    max-width: 100%;
    -ms-transform: translate(0, 0);
    /* IE 9 */
    -webkit-transform: translate(0, 0);
    /* Safari */
    transform: translate(0, 0);
  }
}

.customer-account-login .login-advocate {
  text-align: center;
}
.customer-account-login .login-advocate h1 {
  margin-top: 40px;
  margin-bottom: 80px;
  text-align: center;
  color: #2CA7DF;
}
@media only screen and (max-width: 770px) {
  .customer-account-login .login-advocate h1 {
    font-size: 32px;
  }
}
@media only screen and (max-width: 600px) {
  .customer-account-login .login-advocate h1 {
    text-align: left;
  }
}
.customer-account-login .login-advocate .icon {
  font-size: 0;
  color: transparent;
}
.customer-account-login .login-advocate .icon:before {
  content: "";
  color: #2CA7DF;
  font-size: 115px;
  font-family: "icons";
  display: inline-block;
  vertical-align: middle;
  line-height: 115px;
  font-weight: normal;
  font-style: normal;
  speak: none;
  text-transform: none;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  letter-spacing: 0;
}
@media only screen and (max-width: 600px) {
  .customer-account-login .login-advocate .icon {
    font-size: 0;
    color: transparent;
  }
  .customer-account-login .login-advocate .icon:before {
    content: "";
    color: #2CA7DF;
    font-size: 90px;
    font-family: "icons";
    display: inline-block;
    vertical-align: middle;
    line-height: 90px;
    font-weight: normal;
    font-style: normal;
    speak: none;
    text-transform: none;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    letter-spacing: 0;
  }
}

.popup-block .raf-product-popup {
  margin-top: 10px;
}
.popup-block .raf-product-popup .button {
  width: 100%;
  margin-top: 30px;
}
.popup-block .raf-product-popup img {
  margin-bottom: 20px;
  width: 100%;
}
.popup-block .raf-product-popup p {
  text-align: center;
}
.popup-block .raf-product-popup .block-title strong {
  display: none;
}

.customer-account-create .is-referrer h1 {
  font-size: 32px;
}
.customer-account-create .is-referrer p {
  margin-bottom: 40px;
}

.back-in-stock-page {
  max-width: 1000px;
  width: 100%;
  margin: 0 auto;
  /* Link back to product */
  /* Default block styling */
  /* Column one */
  /* Column two */
}
.back-in-stock-page .back-to-product {
  padding: 10px 0 20px 0;
  float: left;
  width: 100%;
}
.back-in-stock-page .back-to-product a:before {
  content: "";
  display: inline-block;
  width: 0;
  height: 0;
  border-top: 4px solid transparent;
  border-bottom: 4px solid transparent;
  border-right: 7px solid #2CA7DF;
  margin-right: 5px;
}
.back-in-stock-page .bis-block {
  padding: 50px;
  background: white;
  margin-bottom: 40px;
  float: left;
  width: 100%;
  /* Blog */
}
.back-in-stock-page .bis-block .image-right {
  float: left;
  width: 100px;
}
.back-in-stock-page .bis-block .text-left {
  float: left;
  width: calc(100% - 100px);
}
.back-in-stock-page .col-1 {
  width: 38%;
  float: left;
  /* Container 1: Subscribe Success */
  /* Container 2: Product Details */
  /* Container 3: Subscription form */
}
.back-in-stock-page .col-1 .outofstocksubscription-subscribesuccess img {
  margin: 0 auto 40px auto;
  display: block;
}
.back-in-stock-page .col-1 .outofstocksubscription-subscribesuccess .subscribe-success {
  color: #008860 !important;
  font-family: "Radikal-Medium", "Open Sans", sans-serif;
  display: block;
  text-align: center;
  margin-bottom: 0;
}
.back-in-stock-page .col-1 .outofstocksubscription-productdetails .out-of-stock-product-image {
  float: left;
  width: 30%;
}
.back-in-stock-page .col-1 .outofstocksubscription-productdetails .out-of-stock-product-name {
  float: left;
  width: 70%;
  box-sizing: border-box;
  padding-left: 20px;
}
.back-in-stock-page .col-1 .bis-subscribe .button-green {
  float: left;
  width: 100%;
  background-color: #30B579;
  font-size: 20px;
  text-align: center;
  font-weight: 500;
  color: white;
  padding: 10px 30px;
  border-radius: 4px;
  border: 2px solid #30B579;
  margin-top: 15px;
  font-family: "Radikal-Medium", "Open Sans", sans-serif;
}
.back-in-stock-page .col-1 .bis-subscribe .button-green:hover {
  background: white;
  color: #30B579;
}
.back-in-stock-page .col-2 {
  width: 58%;
  float: right;
}

/* Responsive exceptions */
@media screen and (max-width: 767px) {
  .back-in-stock-page .col-1, .back-in-stock-page .col-2 {
    width: 100%;
  }
  .back-in-stock-page .col-1 .bis-block, .back-in-stock-page .col-2 .bis-block {
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 599px) {
  .back-in-stock-page .back-to-product {
    padding: 10px 0 20px 20px;
  }
  .back-in-stock-page .bis-block .check-image {
    display: none !important;
  }
  .back-in-stock-page .bis-block .image-right {
    display: none;
  }
  .back-in-stock-page .bis-block .text-left {
    float: left;
    width: 100%;
  }
}
/* ============================================ *
 * Calendar styles (restore styles from /js/calendar)
 * ============================================ */
div.calendar table {
  border-collapse: separate;
}
div.calendar table td.button {
  display: table-cell;
  background: inherit;
  color: inherit;
  text-transform: none;
}

/*!
 * Copyright (c) 2015 kf (7kfpun@gmail.com)
 *
 * Permission is hereby granted, free of charge, to any person obtaining a copy
 * of this software and associated documentation files (the "Software"), to deal
 * in the Software without restriction, including without limitation the rights
 * to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
 * copies of the Software, and to permit persons to whom the Software is
 * furnished to do so, subject to the following conditions:
 *
 * The above copyright notice and this permission notice shall be included in all
 * copies or substantial portions of the Software.
 *
 * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
 * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
 * MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.
 * IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM,
 * DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR
 * OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE
 * OR OTHER DEALINGS IN THE SOFTWARE.
 */
/* using in flag-core.scss */
/* using in flag-list */
/*!
 * Copyright (c) 2015 kf (7kfpun@gmail.com)
 *
 * Permission is hereby granted, free of charge, to any person obtaining a copy
 * of this software and associated documentation files (the "Software"), to deal
 * in the Software without restriction, including without limitation the rights
 * to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
 * copies of the Software, and to permit persons to whom the Software is
 * furnished to do so, subject to the following conditions:
 *
 * The above copyright notice and this permission notice shall be included in all
 * copies or substantial portions of the Software.
 *
 * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
 * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
 * MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.
 * IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM,
 * DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR
 * OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE
 * OR OTHER DEALINGS IN THE SOFTWARE.
 */
.flag-background {
  background-size: contain;
  background-position: 50%;
  background-repeat: no-repeat;
}

.flag {
  background-size: contain;
  background-position: 50%;
  background-repeat: no-repeat;
  position: relative;
  display: inline-block;
  width: 22px;
  line-height: 17px;
}

.flag:before {
  content: "\00a0";
}

.flag-rotate-90 {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=1);
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}

.flag-rotate-180 {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2);
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}

.flag-rotate-270 {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3);
  -webkit-transform: rotate(270deg);
  -ms-transform: rotate(270deg);
  transform: rotate(270deg);
}

.flag-flip-horizontal {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1);
  -webkit-transform: scale(-1, 1);
  -ms-transform: scale(-1, 1);
  transform: scale(-1, 1);
}

.flag-flip-vertical {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1);
  -webkit-transform: scale(1, -1);
  -ms-transform: scale(1, -1);
  transform: scale(1, -1);
}

:root .flag-rotate-90,
:root .flag-rotate-180,
:root .flag-rotate-270,
:root .flag-flip-horizontal,
:root .flag-flip-vertical {
  filter: none;
}

.flag-1x {
  width: 22;
  line-height: 17;
}

.flag-2x {
  width: 44;
  line-height: 34;
}

.flag-3x {
  width: 66;
  line-height: 51;
}

.flag-4x {
  width: 88;
  line-height: 68;
}

.flag-5x {
  width: 110;
  line-height: 85;
}

.flag-6x {
  width: 132;
  line-height: 102;
}

.flag-7x {
  width: 154;
  line-height: 119;
}

.flag-8x {
  width: 176;
  line-height: 136;
}

.flag-9x {
  width: 198;
  line-height: 153;
}

.flag-10x {
  width: 220;
  line-height: 170;
}

/*!
 * Copyright (c) 2015 kf (7kfpun@gmail.com)
 *
 * Permission is hereby granted, free of charge, to any person obtaining a copy
 * of this software and associated documentation files (the "Software"), to deal
 * in the Software without restriction, including without limitation the rights
 * to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
 * copies of the Software, and to permit persons to whom the Software is
 * furnished to do so, subject to the following conditions:
 *
 * The above copyright notice and this permission notice shall be included in all
 * copies or substantial portions of the Software.
 *
 * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
 * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
 * MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.
 * IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM,
 * DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR
 * OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE
 * OR OTHER DEALINGS IN THE SOFTWARE.
 */
.flag-default, .flag-default, .flag-0 {
  background-image: url(https://shop.fairphone.com/skin/frontend/fairphone_rwd/default/images/flags/png/default.png);
  background-image: url(https://shop.fairphone.com/skin/frontend/fairphone_rwd/default/images/flags/default.svg);
}

.flag-abw, .flag-aw, .flag-533 {
  background-image: url(https://shop.fairphone.com/skin/frontend/fairphone_rwd/default/images/flags/png/abw.png);
  background-image: url(https://shop.fairphone.com/skin/frontend/fairphone_rwd/default/images/flags/abw.svg);
}

.flag-afg, .flag-af, .flag-4 {
  background-image: url(https://shop.fairphone.com/skin/frontend/fairphone_rwd/default/images/flags/png/afg.png);
  background-image: url(https://shop.fairphone.com/skin/frontend/fairphone_rwd/default/images/flags/afg.svg);
}

.flag-ago, .flag-ao, .flag-24 {
  background-image: url(https://shop.fairphone.com/skin/frontend/fairphone_rwd/default/images/flags/png/ago.png);
  background-image: url(https://shop.fairphone.com/skin/frontend/fairphone_rwd/default/images/flags/ago.svg);
}

.flag-aia, .flag-ai, .flag-660 {
  background-image: url(https://shop.fairphone.com/skin/frontend/fairphone_rwd/default/images/flags/png/aia.png);
  background-image: url(https://shop.fairphone.com/skin/frontend/fairphone_rwd/default/images/flags/aia.svg);
}

.flag-ala, .flag-ax, .flag-248 {
  background-image: url(https://shop.fairphone.com/skin/frontend/fairphone_rwd/default/images/flags/png/ala.png);
  background-image: url(https://shop.fairphone.com/skin/frontend/fairphone_rwd/default/images/flags/ala.svg);
}

.flag-alb, .flag-al, .flag-8 {
  background-image: url(https://shop.fairphone.com/skin/frontend/fairphone_rwd/default/images/flags/png/alb.png);
  background-image: url(https://shop.fairphone.com/skin/frontend/fairphone_rwd/default/images/flags/alb.svg);
}

.flag-and, .flag-ad, .flag-20 {
  background-image: url(https://shop.fairphone.com/skin/frontend/fairphone_rwd/default/images/flags/png/and.png);
  background-image: url(https://shop.fairphone.com/skin/frontend/fairphone_rwd/default/images/flags/and.svg);
}

.flag-are, .flag-ae, .flag-784 {
  background-image: url(https://shop.fairphone.com/skin/frontend/fairphone_rwd/default/images/flags/png/are.png);
  background-image: url(https://shop.fairphone.com/skin/frontend/fairphone_rwd/default/images/flags/are.svg);
}

.flag-arg, .flag-ar, .flag-32 {
  background-image: url(https://shop.fairphone.com/skin/frontend/fairphone_rwd/default/images/flags/png/arg.png);
  background-image: url(https://shop.fairphone.com/skin/frontend/fairphone_rwd/default/images/flags/arg.svg);
}

.flag-arm, .flag-am, .flag-51 {
  background-image: url(https://shop.fairphone.com/skin/frontend/fairphone_rwd/default/images/flags/png/arm.png);
  background-image: url(https://shop.fairphone.com/skin/frontend/fairphone_rwd/default/images/flags/arm.svg);
}

.flag-asm, .flag-as, .flag-16 {
  background-image: url(https://shop.fairphone.com/skin/frontend/fairphone_rwd/default/images/flags/png/asm.png);
  background-image: url(https://shop.fairphone.com/skin/frontend/fairphone_rwd/default/images/flags/asm.svg);
}

.flag-ata, .flag-aq, .flag-10 {
  background-image: url(https://shop.fairphone.com/skin/frontend/fairphone_rwd/default/images/flags/png/ata.png);
  background-image: url(https://shop.fairphone.com/skin/frontend/fairphone_rwd/default/images/flags/ata.svg);
}

.flag-atf, .flag-tf, .flag-260 {
  background-image: url(https://shop.fairphone.com/skin/frontend/fairphone_rwd/default/images/flags/png/atf.png);
  background-image: url(https://shop.fairphone.com/skin/frontend/fairphone_rwd/default/images/flags/atf.svg);
}

.flag-atg, .flag-ag, .flag-28 {
  background-image: url(https://shop.fairphone.com/skin/frontend/fairphone_rwd/default/images/flags/png/atg.png);
  background-image: url(https://shop.fairphone.com/skin/frontend/fairphone_rwd/default/images/flags/atg.svg);
}

.flag-aus, .flag-au, .flag-36 {
  background-image: url(https://shop.fairphone.com/skin/frontend/fairphone_rwd/default/images/flags/png/aus.png);
  background-image: url(https://shop.fairphone.com/skin/frontend/fairphone_rwd/default/images/flags/aus.svg);
}

.flag-aut, .flag-at, .flag-40 {
  background-image: url(https://shop.fairphone.com/skin/frontend/fairphone_rwd/default/images/flags/png/aut.png);
  background-image: url(https://shop.fairphone.com/skin/frontend/fairphone_rwd/default/images/flags/aut.svg);
}

.flag-aze, .flag-az, .flag-31 {
  background-image: url(https://shop.fairphone.com/skin/frontend/fairphone_rwd/default/images/flags/png/aze.png);
  background-image: url(https://shop.fairphone.com/skin/frontend/fairphone_rwd/default/images/flags/aze.svg);
}

.flag-bdi, .flag-bi, .flag-108 {
  background-image: url(https://shop.fairphone.com/skin/frontend/fairphone_rwd/default/images/flags/png/bdi.png);
  background-image: url(https://shop.fairphone.com/skin/frontend/fairphone_rwd/default/images/flags/bdi.svg);
}

.flag-bel, .flag-be, .flag-56 {
  background-image: url(https://shop.fairphone.com/skin/frontend/fairphone_rwd/default/images/flags/png/bel.png);
  background-image: url(https://shop.fairphone.com/skin/frontend/fairphone_rwd/default/images/flags/bel.svg);
}

.flag-ben, .flag-bj, .flag-204 {
  background-image: url(https://shop.fairphone.com/skin/frontend/fairphone_rwd/default/images/flags/png/ben.png);
  background-image: url(https://shop.fairphone.com/skin/frontend/fairphone_rwd/default/images/flags/ben.svg);
}

.flag-bes, .flag-bq, .flag-535 {
  background-image: url(https://shop.fairphone.com/skin/frontend/fairphone_rwd/default/images/flags/png/bes.png);
  background-image: url(https://shop.fairphone.com/skin/frontend/fairphone_rwd/default/images/flags/bes.svg);
}

.flag-bfa, .flag-bf, .flag-854 {
  background-image: url(https://shop.fairphone.com/skin/frontend/fairphone_rwd/default/images/flags/png/bfa.png);
  background-image: url(https://shop.fairphone.com/skin/frontend/fairphone_rwd/default/images/flags/bfa.svg);
}

.flag-bgd, .flag-bd, .flag-50 {
  background-image: url(https://shop.fairphone.com/skin/frontend/fairphone_rwd/default/images/flags/png/bgd.png);
  background-image: url(https://shop.fairphone.com/skin/frontend/fairphone_rwd/default/images/flags/bgd.svg);
}

.flag-bgr, .flag-bg, .flag-100 {
  background-image: url(https://shop.fairphone.com/skin/frontend/fairphone_rwd/default/images/flags/png/bgr.png);
  background-image: url(https://shop.fairphone.com/skin/frontend/fairphone_rwd/default/images/flags/bgr.svg);
}

.flag-bhr, .flag-bh, .flag-48 {
  background-image: url(https://shop.fairphone.com/skin/frontend/fairphone_rwd/default/images/flags/png/bhr.png);
  background-image: url(https://shop.fairphone.com/skin/frontend/fairphone_rwd/default/images/flags/bhr.svg);
}

.flag-bhs, .flag-bs, .flag-44 {
  background-image: url(https://shop.fairphone.com/skin/frontend/fairphone_rwd/default/images/flags/png/bhs.png);
  background-image: url(https://shop.fairphone.com/skin/frontend/fairphone_rwd/default/images/flags/bhs.svg);
}

.flag-bih, .flag-ba, .flag-70 {
  background-image: url(https://shop.fairphone.com/skin/frontend/fairphone_rwd/default/images/flags/png/bih.png);
  background-image: url(https://shop.fairphone.com/skin/frontend/fairphone_rwd/default/images/flags/bih.svg);
}

.flag-blm, .flag-bl, .flag-652 {
  background-image: url(https://shop.fairphone.com/skin/frontend/fairphone_rwd/default/images/flags/png/blm.png);
  background-image: url(https://shop.fairphone.com/skin/frontend/fairphone_rwd/default/images/flags/blm.svg);
}

.flag-blr, .flag-by, .flag-112 {
  background-image: url(https://shop.fairphone.com/skin/frontend/fairphone_rwd/default/images/flags/png/blr.png);
  background-image: url(https://shop.fairphone.com/skin/frontend/fairphone_rwd/default/images/flags/blr.svg);
}

.flag-blz, .flag-bz, .flag-84 {
  background-image: url(https://shop.fairphone.com/skin/frontend/fairphone_rwd/default/images/flags/png/blz.png);
  background-image: url(https://shop.fairphone.com/skin/frontend/fairphone_rwd/default/images/flags/blz.svg);
}

.flag-bmu, .flag-bm, .flag-60 {
  background-image: url(https://shop.fairphone.com/skin/frontend/fairphone_rwd/default/images/flags/png/bmu.png);
  background-image: url(https://shop.fairphone.com/skin/frontend/fairphone_rwd/default/images/flags/bmu.svg);
}

.flag-bol, .flag-bo, .flag-68 {
  background-image: url(https://shop.fairphone.com/skin/frontend/fairphone_rwd/default/images/flags/png/bol.png);
  background-image: url(https://shop.fairphone.com/skin/frontend/fairphone_rwd/default/images/flags/bol.svg);
}

.flag-bra, .flag-br, .flag-76 {
  background-image: url(https://shop.fairphone.com/skin/frontend/fairphone_rwd/default/images/flags/png/bra.png);
  background-image: url(https://shop.fairphone.com/skin/frontend/fairphone_rwd/default/images/flags/bra.svg);
}

.flag-brb, .flag-bb, .flag-52 {
  background-image: url(https://shop.fairphone.com/skin/frontend/fairphone_rwd/default/images/flags/png/brb.png);
  background-image: url(https://shop.fairphone.com/skin/frontend/fairphone_rwd/default/images/flags/brb.svg);
}

.flag-brn, .flag-bn, .flag-96 {
  background-image: url(https://shop.fairphone.com/skin/frontend/fairphone_rwd/default/images/flags/png/brn.png);
  background-image: url(https://shop.fairphone.com/skin/frontend/fairphone_rwd/default/images/flags/brn.svg);
}

.flag-btn, .flag-bt, .flag-64 {
  background-image: url(https://shop.fairphone.com/skin/frontend/fairphone_rwd/default/images/flags/png/btn.png);
  background-image: url(https://shop.fairphone.com/skin/frontend/fairphone_rwd/default/images/flags/btn.svg);
}

.flag-bvt, .flag-bv, .flag-74 {
  background-image: url(https://shop.fairphone.com/skin/frontend/fairphone_rwd/default/images/flags/png/bvt.png);
  background-image: url(https://shop.fairphone.com/skin/frontend/fairphone_rwd/default/images/flags/bvt.svg);
}

.flag-bwa, .flag-bw, .flag-72 {
  background-image: url(https://shop.fairphone.com/skin/frontend/fairphone_rwd/default/images/flags/png/bwa.png);
  background-image: url(https://shop.fairphone.com/skin/frontend/fairphone_rwd/default/images/flags/bwa.svg);
}

.flag-caf, .flag-cf, .flag-140 {
  background-image: url(https://shop.fairphone.com/skin/frontend/fairphone_rwd/default/images/flags/png/caf.png);
  background-image: url(https://shop.fairphone.com/skin/frontend/fairphone_rwd/default/images/flags/caf.svg);
}

.flag-can, .flag-ca, .flag-124 {
  background-image: url(https://shop.fairphone.com/skin/frontend/fairphone_rwd/default/images/flags/png/can.png);
  background-image: url(https://shop.fairphone.com/skin/frontend/fairphone_rwd/default/images/flags/can.svg);
}

.flag-cck, .flag-cc, .flag-166 {
  background-image: url(https://shop.fairphone.com/skin/frontend/fairphone_rwd/default/images/flags/png/cck.png);
  background-image: url(https://shop.fairphone.com/skin/frontend/fairphone_rwd/default/images/flags/cck.svg);
}

.flag-che, .flag-ch, .flag-756 {
  background-image: url(https://shop.fairphone.com/skin/frontend/fairphone_rwd/default/images/flags/png/che.png);
  background-image: url(https://shop.fairphone.com/skin/frontend/fairphone_rwd/default/images/flags/che.svg);
}

.flag-chl, .flag-cl, .flag-152 {
  background-image: url(https://shop.fairphone.com/skin/frontend/fairphone_rwd/default/images/flags/png/chl.png);
  background-image: url(https://shop.fairphone.com/skin/frontend/fairphone_rwd/default/images/flags/chl.svg);
}

.flag-chn, .flag-cn, .flag-156 {
  background-image: url(https://shop.fairphone.com/skin/frontend/fairphone_rwd/default/images/flags/png/chn.png);
  background-image: url(https://shop.fairphone.com/skin/frontend/fairphone_rwd/default/images/flags/chn.svg);
}

.flag-civ, .flag-ci, .flag-384 {
  background-image: url(https://shop.fairphone.com/skin/frontend/fairphone_rwd/default/images/flags/png/civ.png);
  background-image: url(https://shop.fairphone.com/skin/frontend/fairphone_rwd/default/images/flags/civ.svg);
}

.flag-cmr, .flag-cm, .flag-120 {
  background-image: url(https://shop.fairphone.com/skin/frontend/fairphone_rwd/default/images/flags/png/cmr.png);
  background-image: url(https://shop.fairphone.com/skin/frontend/fairphone_rwd/default/images/flags/cmr.svg);
}

.flag-cod, .flag-cd, .flag-180 {
  background-image: url(https://shop.fairphone.com/skin/frontend/fairphone_rwd/default/images/flags/png/cod.png);
  background-image: url(https://shop.fairphone.com/skin/frontend/fairphone_rwd/default/images/flags/cod.svg);
}

.flag-cog, .flag-cg, .flag-178 {
  background-image: url(https://shop.fairphone.com/skin/frontend/fairphone_rwd/default/images/flags/png/cog.png);
  background-image: url(https://shop.fairphone.com/skin/frontend/fairphone_rwd/default/images/flags/cog.svg);
}

.flag-cok, .flag-ck, .flag-184 {
  background-image: url(https://shop.fairphone.com/skin/frontend/fairphone_rwd/default/images/flags/png/cok.png);
  background-image: url(https://shop.fairphone.com/skin/frontend/fairphone_rwd/default/images/flags/cok.svg);
}

.flag-col, .flag-co, .flag-170 {
  background-image: url(https://shop.fairphone.com/skin/frontend/fairphone_rwd/default/images/flags/png/col.png);
  background-image: url(https://shop.fairphone.com/skin/frontend/fairphone_rwd/default/images/flags/col.svg);
}

.flag-com, .flag-km, .flag-174 {
  background-image: url(https://shop.fairphone.com/skin/frontend/fairphone_rwd/default/images/flags/png/com.png);
  background-image: url(https://shop.fairphone.com/skin/frontend/fairphone_rwd/default/images/flags/com.svg);
}

.flag-cpv, .flag-cv, .flag-132 {
  background-image: url(https://shop.fairphone.com/skin/frontend/fairphone_rwd/default/images/flags/png/cpv.png);
  background-image: url(https://shop.fairphone.com/skin/frontend/fairphone_rwd/default/images/flags/cpv.svg);
}

.flag-cri, .flag-cr, .flag-188 {
  background-image: url(https://shop.fairphone.com/skin/frontend/fairphone_rwd/default/images/flags/png/cri.png);
  background-image: url(https://shop.fairphone.com/skin/frontend/fairphone_rwd/default/images/flags/cri.svg);
}

.flag-cub, .flag-cu, .flag-192 {
  background-image: url(https://shop.fairphone.com/skin/frontend/fairphone_rwd/default/images/flags/png/cub.png);
  background-image: url(https://shop.fairphone.com/skin/frontend/fairphone_rwd/default/images/flags/cub.svg);
}

.flag-cuw, .flag-cw, .flag-531 {
  background-image: url(https://shop.fairphone.com/skin/frontend/fairphone_rwd/default/images/flags/png/cuw.png);
  background-image: url(https://shop.fairphone.com/skin/frontend/fairphone_rwd/default/images/flags/cuw.svg);
}

.flag-cxr, .flag-cx, .flag-162 {
  background-image: url(https://shop.fairphone.com/skin/frontend/fairphone_rwd/default/images/flags/png/cxr.png);
  background-image: url(https://shop.fairphone.com/skin/frontend/fairphone_rwd/default/images/flags/cxr.svg);
}

.flag-cym, .flag-ky, .flag-136 {
  background-image: url(https://shop.fairphone.com/skin/frontend/fairphone_rwd/default/images/flags/png/cym.png);
  background-image: url(https://shop.fairphone.com/skin/frontend/fairphone_rwd/default/images/flags/cym.svg);
}

.flag-cyp, .flag-cy, .flag-196 {
  background-image: url(https://shop.fairphone.com/skin/frontend/fairphone_rwd/default/images/flags/png/cyp.png);
  background-image: url(https://shop.fairphone.com/skin/frontend/fairphone_rwd/default/images/flags/cyp.svg);
}

.flag-cze, .flag-cz, .flag-203 {
  background-image: url(https://shop.fairphone.com/skin/frontend/fairphone_rwd/default/images/flags/png/cze.png);
  background-image: url(https://shop.fairphone.com/skin/frontend/fairphone_rwd/default/images/flags/cze.svg);
}

.flag-deu, .flag-de, .flag-276 {
  background-image: url(https://shop.fairphone.com/skin/frontend/fairphone_rwd/default/images/flags/png/deu.png);
  background-image: url(https://shop.fairphone.com/skin/frontend/fairphone_rwd/default/images/flags/deu.svg);
}

.flag-dji, .flag-dj, .flag-262 {
  background-image: url(https://shop.fairphone.com/skin/frontend/fairphone_rwd/default/images/flags/png/dji.png);
  background-image: url(https://shop.fairphone.com/skin/frontend/fairphone_rwd/default/images/flags/dji.svg);
}

.flag-dma, .flag-dm, .flag-212 {
  background-image: url(https://shop.fairphone.com/skin/frontend/fairphone_rwd/default/images/flags/png/dma.png);
  background-image: url(https://shop.fairphone.com/skin/frontend/fairphone_rwd/default/images/flags/dma.svg);
}

.flag-dnk, .flag-dk, .flag-208 {
  background-image: url(https://shop.fairphone.com/skin/frontend/fairphone_rwd/default/images/flags/png/dnk.png);
  background-image: url(https://shop.fairphone.com/skin/frontend/fairphone_rwd/default/images/flags/dnk.svg);
}

.flag-dom, .flag-do, .flag-214 {
  background-image: url(https://shop.fairphone.com/skin/frontend/fairphone_rwd/default/images/flags/png/dom.png);
  background-image: url(https://shop.fairphone.com/skin/frontend/fairphone_rwd/default/images/flags/dom.svg);
}

.flag-dza, .flag-dz, .flag-12 {
  background-image: url(https://shop.fairphone.com/skin/frontend/fairphone_rwd/default/images/flags/png/dza.png);
  background-image: url(https://shop.fairphone.com/skin/frontend/fairphone_rwd/default/images/flags/dza.svg);
}

.flag-ecu, .flag-ec, .flag-218 {
  background-image: url(https://shop.fairphone.com/skin/frontend/fairphone_rwd/default/images/flags/png/ecu.png);
  background-image: url(https://shop.fairphone.com/skin/frontend/fairphone_rwd/default/images/flags/ecu.svg);
}

.flag-egy, .flag-eg, .flag-818 {
  background-image: url(https://shop.fairphone.com/skin/frontend/fairphone_rwd/default/images/flags/png/egy.png);
  background-image: url(https://shop.fairphone.com/skin/frontend/fairphone_rwd/default/images/flags/egy.svg);
}

.flag-eng, .flag-en, .flag-233 {
  background-image: url(https://shop.fairphone.com/skin/frontend/fairphone_rwd/default/images/flags/png/eng.png);
  background-image: url(https://shop.fairphone.com/skin/frontend/fairphone_rwd/default/images/flags/eng.svg);
}

.flag-eri, .flag-er, .flag-232 {
  background-image: url(https://shop.fairphone.com/skin/frontend/fairphone_rwd/default/images/flags/png/eri.png);
  background-image: url(https://shop.fairphone.com/skin/frontend/fairphone_rwd/default/images/flags/eri.svg);
}

.flag-esh, .flag-eh, .flag-732 {
  background-image: url(https://shop.fairphone.com/skin/frontend/fairphone_rwd/default/images/flags/png/esh.png);
  background-image: url(https://shop.fairphone.com/skin/frontend/fairphone_rwd/default/images/flags/esh.svg);
}

.flag-esp, .flag-es, .flag-724 {
  background-image: url(https://shop.fairphone.com/skin/frontend/fairphone_rwd/default/images/flags/png/esp.png);
  background-image: url(https://shop.fairphone.com/skin/frontend/fairphone_rwd/default/images/flags/esp.svg);
}

.flag-est, .flag-ee, .flag-233 {
  background-image: url(https://shop.fairphone.com/skin/frontend/fairphone_rwd/default/images/flags/png/est.png);
  background-image: url(https://shop.fairphone.com/skin/frontend/fairphone_rwd/default/images/flags/est.svg);
}

.flag-eth, .flag-et, .flag-231 {
  background-image: url(https://shop.fairphone.com/skin/frontend/fairphone_rwd/default/images/flags/png/eth.png);
  background-image: url(https://shop.fairphone.com/skin/frontend/fairphone_rwd/default/images/flags/eth.svg);
}

.flag-fin, .flag-fi, .flag-246 {
  background-image: url(https://shop.fairphone.com/skin/frontend/fairphone_rwd/default/images/flags/png/fin.png);
  background-image: url(https://shop.fairphone.com/skin/frontend/fairphone_rwd/default/images/flags/fin.svg);
}

.flag-fji, .flag-fj, .flag-242 {
  background-image: url(https://shop.fairphone.com/skin/frontend/fairphone_rwd/default/images/flags/png/fji.png);
  background-image: url(https://shop.fairphone.com/skin/frontend/fairphone_rwd/default/images/flags/fji.svg);
}

.flag-flk, .flag-fk, .flag-238 {
  background-image: url(https://shop.fairphone.com/skin/frontend/fairphone_rwd/default/images/flags/png/flk.png);
  background-image: url(https://shop.fairphone.com/skin/frontend/fairphone_rwd/default/images/flags/flk.svg);
}

.flag-fra, .flag-fr, .flag-250 {
  background-image: url(https://shop.fairphone.com/skin/frontend/fairphone_rwd/default/images/flags/png/fra.png);
  background-image: url(https://shop.fairphone.com/skin/frontend/fairphone_rwd/default/images/flags/fra.svg);
}

.flag-fro, .flag-fo, .flag-234 {
  background-image: url(https://shop.fairphone.com/skin/frontend/fairphone_rwd/default/images/flags/png/fro.png);
  background-image: url(https://shop.fairphone.com/skin/frontend/fairphone_rwd/default/images/flags/fro.svg);
}

.flag-fsm, .flag-fm, .flag-583 {
  background-image: url(https://shop.fairphone.com/skin/frontend/fairphone_rwd/default/images/flags/png/fsm.png);
  background-image: url(https://shop.fairphone.com/skin/frontend/fairphone_rwd/default/images/flags/fsm.svg);
}

.flag-gab, .flag-ga, .flag-266 {
  background-image: url(https://shop.fairphone.com/skin/frontend/fairphone_rwd/default/images/flags/png/gab.png);
  background-image: url(https://shop.fairphone.com/skin/frontend/fairphone_rwd/default/images/flags/gab.svg);
}

.flag-gbr, .flag-gb, .flag-826 {
  background-image: url(https://shop.fairphone.com/skin/frontend/fairphone_rwd/default/images/flags/png/gbr.png);
  background-image: url(https://shop.fairphone.com/skin/frontend/fairphone_rwd/default/images/flags/gbr.svg);
}

.flag-geo, .flag-ge, .flag-268 {
  background-image: url(https://shop.fairphone.com/skin/frontend/fairphone_rwd/default/images/flags/png/geo.png);
  background-image: url(https://shop.fairphone.com/skin/frontend/fairphone_rwd/default/images/flags/geo.svg);
}

.flag-ggy, .flag-gg, .flag-831 {
  background-image: url(https://shop.fairphone.com/skin/frontend/fairphone_rwd/default/images/flags/png/ggy.png);
  background-image: url(https://shop.fairphone.com/skin/frontend/fairphone_rwd/default/images/flags/ggy.svg);
}

.flag-gha, .flag-gh, .flag-288 {
  background-image: url(https://shop.fairphone.com/skin/frontend/fairphone_rwd/default/images/flags/png/gha.png);
  background-image: url(https://shop.fairphone.com/skin/frontend/fairphone_rwd/default/images/flags/gha.svg);
}

.flag-gib, .flag-gi, .flag-292 {
  background-image: url(https://shop.fairphone.com/skin/frontend/fairphone_rwd/default/images/flags/png/gib.png);
  background-image: url(https://shop.fairphone.com/skin/frontend/fairphone_rwd/default/images/flags/gib.svg);
}

.flag-gin, .flag-gn, .flag-324 {
  background-image: url(https://shop.fairphone.com/skin/frontend/fairphone_rwd/default/images/flags/png/gin.png);
  background-image: url(https://shop.fairphone.com/skin/frontend/fairphone_rwd/default/images/flags/gin.svg);
}

.flag-glp, .flag-gp, .flag-312 {
  background-image: url(https://shop.fairphone.com/skin/frontend/fairphone_rwd/default/images/flags/png/glp.png);
  background-image: url(https://shop.fairphone.com/skin/frontend/fairphone_rwd/default/images/flags/glp.svg);
}

.flag-gmb, .flag-gm, .flag-270 {
  background-image: url(https://shop.fairphone.com/skin/frontend/fairphone_rwd/default/images/flags/png/gmb.png);
  background-image: url(https://shop.fairphone.com/skin/frontend/fairphone_rwd/default/images/flags/gmb.svg);
}

.flag-gnb, .flag-gw, .flag-624 {
  background-image: url(https://shop.fairphone.com/skin/frontend/fairphone_rwd/default/images/flags/png/gnb.png);
  background-image: url(https://shop.fairphone.com/skin/frontend/fairphone_rwd/default/images/flags/gnb.svg);
}

.flag-gnq, .flag-gq, .flag-226 {
  background-image: url(https://shop.fairphone.com/skin/frontend/fairphone_rwd/default/images/flags/png/gnq.png);
  background-image: url(https://shop.fairphone.com/skin/frontend/fairphone_rwd/default/images/flags/gnq.svg);
}

.flag-grc, .flag-gr, .flag-300 {
  background-image: url(https://shop.fairphone.com/skin/frontend/fairphone_rwd/default/images/flags/png/grc.png);
  background-image: url(https://shop.fairphone.com/skin/frontend/fairphone_rwd/default/images/flags/grc.svg);
}

.flag-grd, .flag-gd, .flag-308 {
  background-image: url(https://shop.fairphone.com/skin/frontend/fairphone_rwd/default/images/flags/png/grd.png);
  background-image: url(https://shop.fairphone.com/skin/frontend/fairphone_rwd/default/images/flags/grd.svg);
}

.flag-grl, .flag-gl, .flag-304 {
  background-image: url(https://shop.fairphone.com/skin/frontend/fairphone_rwd/default/images/flags/png/grl.png);
  background-image: url(https://shop.fairphone.com/skin/frontend/fairphone_rwd/default/images/flags/grl.svg);
}

.flag-gtm, .flag-gt, .flag-320 {
  background-image: url(https://shop.fairphone.com/skin/frontend/fairphone_rwd/default/images/flags/png/gtm.png);
  background-image: url(https://shop.fairphone.com/skin/frontend/fairphone_rwd/default/images/flags/gtm.svg);
}

.flag-guf, .flag-gf, .flag-254 {
  background-image: url(https://shop.fairphone.com/skin/frontend/fairphone_rwd/default/images/flags/png/guf.png);
  background-image: url(https://shop.fairphone.com/skin/frontend/fairphone_rwd/default/images/flags/guf.svg);
}

.flag-gum, .flag-gu, .flag-316 {
  background-image: url(https://shop.fairphone.com/skin/frontend/fairphone_rwd/default/images/flags/png/gum.png);
  background-image: url(https://shop.fairphone.com/skin/frontend/fairphone_rwd/default/images/flags/gum.svg);
}

.flag-guy, .flag-gy, .flag-328 {
  background-image: url(https://shop.fairphone.com/skin/frontend/fairphone_rwd/default/images/flags/png/guy.png);
  background-image: url(https://shop.fairphone.com/skin/frontend/fairphone_rwd/default/images/flags/guy.svg);
}

.flag-hkg, .flag-hk, .flag-344 {
  background-image: url(https://shop.fairphone.com/skin/frontend/fairphone_rwd/default/images/flags/png/hkg.png);
  background-image: url(https://shop.fairphone.com/skin/frontend/fairphone_rwd/default/images/flags/hkg.svg);
}

.flag-hmd, .flag-hm, .flag-334 {
  background-image: url(https://shop.fairphone.com/skin/frontend/fairphone_rwd/default/images/flags/png/hmd.png);
  background-image: url(https://shop.fairphone.com/skin/frontend/fairphone_rwd/default/images/flags/hmd.svg);
}

.flag-hnd, .flag-hn, .flag-340 {
  background-image: url(https://shop.fairphone.com/skin/frontend/fairphone_rwd/default/images/flags/png/hnd.png);
  background-image: url(https://shop.fairphone.com/skin/frontend/fairphone_rwd/default/images/flags/hnd.svg);
}

.flag-hrv, .flag-hr, .flag-191 {
  background-image: url(https://shop.fairphone.com/skin/frontend/fairphone_rwd/default/images/flags/png/hrv.png);
  background-image: url(https://shop.fairphone.com/skin/frontend/fairphone_rwd/default/images/flags/hrv.svg);
}

.flag-hti, .flag-ht, .flag-332 {
  background-image: url(https://shop.fairphone.com/skin/frontend/fairphone_rwd/default/images/flags/png/hti.png);
  background-image: url(https://shop.fairphone.com/skin/frontend/fairphone_rwd/default/images/flags/hti.svg);
}

.flag-hun, .flag-hu, .flag-348 {
  background-image: url(https://shop.fairphone.com/skin/frontend/fairphone_rwd/default/images/flags/png/hun.png);
  background-image: url(https://shop.fairphone.com/skin/frontend/fairphone_rwd/default/images/flags/hun.svg);
}

.flag-idn, .flag-id, .flag-360 {
  background-image: url(https://shop.fairphone.com/skin/frontend/fairphone_rwd/default/images/flags/png/idn.png);
  background-image: url(https://shop.fairphone.com/skin/frontend/fairphone_rwd/default/images/flags/idn.svg);
}

.flag-imn, .flag-im, .flag-833 {
  background-image: url(https://shop.fairphone.com/skin/frontend/fairphone_rwd/default/images/flags/png/imn.png);
  background-image: url(https://shop.fairphone.com/skin/frontend/fairphone_rwd/default/images/flags/imn.svg);
}

.flag-ind, .flag-in, .flag-356 {
  background-image: url(https://shop.fairphone.com/skin/frontend/fairphone_rwd/default/images/flags/png/ind.png);
  background-image: url(https://shop.fairphone.com/skin/frontend/fairphone_rwd/default/images/flags/ind.svg);
}

.flag-iot, .flag-io, .flag-86 {
  background-image: url(https://shop.fairphone.com/skin/frontend/fairphone_rwd/default/images/flags/png/iot.png);
  background-image: url(https://shop.fairphone.com/skin/frontend/fairphone_rwd/default/images/flags/iot.svg);
}

.flag-irl, .flag-ie, .flag-372 {
  background-image: url(https://shop.fairphone.com/skin/frontend/fairphone_rwd/default/images/flags/png/irl.png);
  background-image: url(https://shop.fairphone.com/skin/frontend/fairphone_rwd/default/images/flags/irl.svg);
}

.flag-irn, .flag-ir, .flag-364 {
  background-image: url(https://shop.fairphone.com/skin/frontend/fairphone_rwd/default/images/flags/png/irn.png);
  background-image: url(https://shop.fairphone.com/skin/frontend/fairphone_rwd/default/images/flags/irn.svg);
}

.flag-irq, .flag-iq, .flag-368 {
  background-image: url(https://shop.fairphone.com/skin/frontend/fairphone_rwd/default/images/flags/png/irq.png);
  background-image: url(https://shop.fairphone.com/skin/frontend/fairphone_rwd/default/images/flags/irq.svg);
}

.flag-isl, .flag-is, .flag-352 {
  background-image: url(https://shop.fairphone.com/skin/frontend/fairphone_rwd/default/images/flags/png/isl.png);
  background-image: url(https://shop.fairphone.com/skin/frontend/fairphone_rwd/default/images/flags/isl.svg);
}

.flag-isr, .flag-il, .flag-376 {
  background-image: url(https://shop.fairphone.com/skin/frontend/fairphone_rwd/default/images/flags/png/isr.png);
  background-image: url(https://shop.fairphone.com/skin/frontend/fairphone_rwd/default/images/flags/isr.svg);
}

.flag-ita, .flag-it, .flag-380 {
  background-image: url(https://shop.fairphone.com/skin/frontend/fairphone_rwd/default/images/flags/png/ita.png);
  background-image: url(https://shop.fairphone.com/skin/frontend/fairphone_rwd/default/images/flags/ita.svg);
}

.flag-jam, .flag-jm, .flag-388 {
  background-image: url(https://shop.fairphone.com/skin/frontend/fairphone_rwd/default/images/flags/png/jam.png);
  background-image: url(https://shop.fairphone.com/skin/frontend/fairphone_rwd/default/images/flags/jam.svg);
}

.flag-jey, .flag-je, .flag-832 {
  background-image: url(https://shop.fairphone.com/skin/frontend/fairphone_rwd/default/images/flags/png/jey.png);
  background-image: url(https://shop.fairphone.com/skin/frontend/fairphone_rwd/default/images/flags/jey.svg);
}

.flag-jor, .flag-jo, .flag-400 {
  background-image: url(https://shop.fairphone.com/skin/frontend/fairphone_rwd/default/images/flags/png/jor.png);
  background-image: url(https://shop.fairphone.com/skin/frontend/fairphone_rwd/default/images/flags/jor.svg);
}

.flag-jpn, .flag-jp, .flag-392 {
  background-image: url(https://shop.fairphone.com/skin/frontend/fairphone_rwd/default/images/flags/png/jpn.png);
  background-image: url(https://shop.fairphone.com/skin/frontend/fairphone_rwd/default/images/flags/jpn.svg);
}

.flag-kaz, .flag-kz, .flag-398 {
  background-image: url(https://shop.fairphone.com/skin/frontend/fairphone_rwd/default/images/flags/png/kaz.png);
  background-image: url(https://shop.fairphone.com/skin/frontend/fairphone_rwd/default/images/flags/kaz.svg);
}

.flag-ken, .flag-ke, .flag-404 {
  background-image: url(https://shop.fairphone.com/skin/frontend/fairphone_rwd/default/images/flags/png/ken.png);
  background-image: url(https://shop.fairphone.com/skin/frontend/fairphone_rwd/default/images/flags/ken.svg);
}

.flag-kgz, .flag-kg, .flag-417 {
  background-image: url(https://shop.fairphone.com/skin/frontend/fairphone_rwd/default/images/flags/png/kgz.png);
  background-image: url(https://shop.fairphone.com/skin/frontend/fairphone_rwd/default/images/flags/kgz.svg);
}

.flag-khm, .flag-kh, .flag-116 {
  background-image: url(https://shop.fairphone.com/skin/frontend/fairphone_rwd/default/images/flags/png/khm.png);
  background-image: url(https://shop.fairphone.com/skin/frontend/fairphone_rwd/default/images/flags/khm.svg);
}

.flag-kir, .flag-ki, .flag-296 {
  background-image: url(https://shop.fairphone.com/skin/frontend/fairphone_rwd/default/images/flags/png/kir.png);
  background-image: url(https://shop.fairphone.com/skin/frontend/fairphone_rwd/default/images/flags/kir.svg);
}

.flag-kna, .flag-kn, .flag-659 {
  background-image: url(https://shop.fairphone.com/skin/frontend/fairphone_rwd/default/images/flags/png/kna.png);
  background-image: url(https://shop.fairphone.com/skin/frontend/fairphone_rwd/default/images/flags/kna.svg);
}

.flag-kor, .flag-kr, .flag-410 {
  background-image: url(https://shop.fairphone.com/skin/frontend/fairphone_rwd/default/images/flags/png/kor.png);
  background-image: url(https://shop.fairphone.com/skin/frontend/fairphone_rwd/default/images/flags/kor.svg);
}

.flag-kwt, .flag-kw, .flag-414 {
  background-image: url(https://shop.fairphone.com/skin/frontend/fairphone_rwd/default/images/flags/png/kwt.png);
  background-image: url(https://shop.fairphone.com/skin/frontend/fairphone_rwd/default/images/flags/kwt.svg);
}

.flag-lao, .flag-la, .flag-418 {
  background-image: url(https://shop.fairphone.com/skin/frontend/fairphone_rwd/default/images/flags/png/lao.png);
  background-image: url(https://shop.fairphone.com/skin/frontend/fairphone_rwd/default/images/flags/lao.svg);
}

.flag-lbn, .flag-lb, .flag-422 {
  background-image: url(https://shop.fairphone.com/skin/frontend/fairphone_rwd/default/images/flags/png/lbn.png);
  background-image: url(https://shop.fairphone.com/skin/frontend/fairphone_rwd/default/images/flags/lbn.svg);
}

.flag-lbr, .flag-lr, .flag-430 {
  background-image: url(https://shop.fairphone.com/skin/frontend/fairphone_rwd/default/images/flags/png/lbr.png);
  background-image: url(https://shop.fairphone.com/skin/frontend/fairphone_rwd/default/images/flags/lbr.svg);
}

.flag-lby, .flag-ly, .flag-434 {
  background-image: url(https://shop.fairphone.com/skin/frontend/fairphone_rwd/default/images/flags/png/lby.png);
  background-image: url(https://shop.fairphone.com/skin/frontend/fairphone_rwd/default/images/flags/lby.svg);
}

.flag-lca, .flag-lc, .flag-662 {
  background-image: url(https://shop.fairphone.com/skin/frontend/fairphone_rwd/default/images/flags/png/lca.png);
  background-image: url(https://shop.fairphone.com/skin/frontend/fairphone_rwd/default/images/flags/lca.svg);
}

.flag-lie, .flag-li, .flag-438 {
  background-image: url(https://shop.fairphone.com/skin/frontend/fairphone_rwd/default/images/flags/png/lie.png);
  background-image: url(https://shop.fairphone.com/skin/frontend/fairphone_rwd/default/images/flags/lie.svg);
}

.flag-lka, .flag-lk, .flag-144 {
  background-image: url(https://shop.fairphone.com/skin/frontend/fairphone_rwd/default/images/flags/png/lka.png);
  background-image: url(https://shop.fairphone.com/skin/frontend/fairphone_rwd/default/images/flags/lka.svg);
}

.flag-lso, .flag-ls, .flag-426 {
  background-image: url(https://shop.fairphone.com/skin/frontend/fairphone_rwd/default/images/flags/png/lso.png);
  background-image: url(https://shop.fairphone.com/skin/frontend/fairphone_rwd/default/images/flags/lso.svg);
}

.flag-ltu, .flag-lt, .flag-440 {
  background-image: url(https://shop.fairphone.com/skin/frontend/fairphone_rwd/default/images/flags/png/ltu.png);
  background-image: url(https://shop.fairphone.com/skin/frontend/fairphone_rwd/default/images/flags/ltu.svg);
}

.flag-lux, .flag-lu, .flag-442 {
  background-image: url(https://shop.fairphone.com/skin/frontend/fairphone_rwd/default/images/flags/png/lux.png);
  background-image: url(https://shop.fairphone.com/skin/frontend/fairphone_rwd/default/images/flags/lux.svg);
}

.flag-lva, .flag-lv, .flag-428 {
  background-image: url(https://shop.fairphone.com/skin/frontend/fairphone_rwd/default/images/flags/png/lva.png);
  background-image: url(https://shop.fairphone.com/skin/frontend/fairphone_rwd/default/images/flags/lva.svg);
}

.flag-mac, .flag-mo, .flag-446 {
  background-image: url(https://shop.fairphone.com/skin/frontend/fairphone_rwd/default/images/flags/png/mac.png);
  background-image: url(https://shop.fairphone.com/skin/frontend/fairphone_rwd/default/images/flags/mac.svg);
}

.flag-maf, .flag-mf, .flag-663 {
  background-image: url(https://shop.fairphone.com/skin/frontend/fairphone_rwd/default/images/flags/png/maf.png);
  background-image: url(https://shop.fairphone.com/skin/frontend/fairphone_rwd/default/images/flags/maf.svg);
}

.flag-mar, .flag-ma, .flag-504 {
  background-image: url(https://shop.fairphone.com/skin/frontend/fairphone_rwd/default/images/flags/png/mar.png);
  background-image: url(https://shop.fairphone.com/skin/frontend/fairphone_rwd/default/images/flags/mar.svg);
}

.flag-mco, .flag-mc, .flag-492 {
  background-image: url(https://shop.fairphone.com/skin/frontend/fairphone_rwd/default/images/flags/png/mco.png);
  background-image: url(https://shop.fairphone.com/skin/frontend/fairphone_rwd/default/images/flags/mco.svg);
}

.flag-mda, .flag-md, .flag-498 {
  background-image: url(https://shop.fairphone.com/skin/frontend/fairphone_rwd/default/images/flags/png/mda.png);
  background-image: url(https://shop.fairphone.com/skin/frontend/fairphone_rwd/default/images/flags/mda.svg);
}

.flag-mdg, .flag-mg, .flag-450 {
  background-image: url(https://shop.fairphone.com/skin/frontend/fairphone_rwd/default/images/flags/png/mdg.png);
  background-image: url(https://shop.fairphone.com/skin/frontend/fairphone_rwd/default/images/flags/mdg.svg);
}

.flag-mdv, .flag-mv, .flag-462 {
  background-image: url(https://shop.fairphone.com/skin/frontend/fairphone_rwd/default/images/flags/png/mdv.png);
  background-image: url(https://shop.fairphone.com/skin/frontend/fairphone_rwd/default/images/flags/mdv.svg);
}

.flag-mex, .flag-mx, .flag-484 {
  background-image: url(https://shop.fairphone.com/skin/frontend/fairphone_rwd/default/images/flags/png/mex.png);
  background-image: url(https://shop.fairphone.com/skin/frontend/fairphone_rwd/default/images/flags/mex.svg);
}

.flag-mhl, .flag-mh, .flag-584 {
  background-image: url(https://shop.fairphone.com/skin/frontend/fairphone_rwd/default/images/flags/png/mhl.png);
  background-image: url(https://shop.fairphone.com/skin/frontend/fairphone_rwd/default/images/flags/mhl.svg);
}

.flag-mkd, .flag-mk, .flag-807 {
  background-image: url(https://shop.fairphone.com/skin/frontend/fairphone_rwd/default/images/flags/png/mkd.png);
  background-image: url(https://shop.fairphone.com/skin/frontend/fairphone_rwd/default/images/flags/mkd.svg);
}

.flag-mli, .flag-ml, .flag-466 {
  background-image: url(https://shop.fairphone.com/skin/frontend/fairphone_rwd/default/images/flags/png/mli.png);
  background-image: url(https://shop.fairphone.com/skin/frontend/fairphone_rwd/default/images/flags/mli.svg);
}

.flag-mlt, .flag-mt, .flag-470 {
  background-image: url(https://shop.fairphone.com/skin/frontend/fairphone_rwd/default/images/flags/png/mlt.png);
  background-image: url(https://shop.fairphone.com/skin/frontend/fairphone_rwd/default/images/flags/mlt.svg);
}

.flag-mmr, .flag-mm, .flag-104 {
  background-image: url(https://shop.fairphone.com/skin/frontend/fairphone_rwd/default/images/flags/png/mmr.png);
  background-image: url(https://shop.fairphone.com/skin/frontend/fairphone_rwd/default/images/flags/mmr.svg);
}

.flag-mne, .flag-me, .flag-499 {
  background-image: url(https://shop.fairphone.com/skin/frontend/fairphone_rwd/default/images/flags/png/mne.png);
  background-image: url(https://shop.fairphone.com/skin/frontend/fairphone_rwd/default/images/flags/mne.svg);
}

.flag-mng, .flag-mn, .flag-496 {
  background-image: url(https://shop.fairphone.com/skin/frontend/fairphone_rwd/default/images/flags/png/mng.png);
  background-image: url(https://shop.fairphone.com/skin/frontend/fairphone_rwd/default/images/flags/mng.svg);
}

.flag-mnp, .flag-mp, .flag-580 {
  background-image: url(https://shop.fairphone.com/skin/frontend/fairphone_rwd/default/images/flags/png/mnp.png);
  background-image: url(https://shop.fairphone.com/skin/frontend/fairphone_rwd/default/images/flags/mnp.svg);
}

.flag-moz, .flag-mz, .flag-508 {
  background-image: url(https://shop.fairphone.com/skin/frontend/fairphone_rwd/default/images/flags/png/moz.png);
  background-image: url(https://shop.fairphone.com/skin/frontend/fairphone_rwd/default/images/flags/moz.svg);
}

.flag-mrt, .flag-mr, .flag-478 {
  background-image: url(https://shop.fairphone.com/skin/frontend/fairphone_rwd/default/images/flags/png/mrt.png);
  background-image: url(https://shop.fairphone.com/skin/frontend/fairphone_rwd/default/images/flags/mrt.svg);
}

.flag-msr, .flag-ms, .flag-500 {
  background-image: url(https://shop.fairphone.com/skin/frontend/fairphone_rwd/default/images/flags/png/msr.png);
  background-image: url(https://shop.fairphone.com/skin/frontend/fairphone_rwd/default/images/flags/msr.svg);
}

.flag-mtq, .flag-mq, .flag-474 {
  background-image: url(https://shop.fairphone.com/skin/frontend/fairphone_rwd/default/images/flags/png/mtq.png);
  background-image: url(https://shop.fairphone.com/skin/frontend/fairphone_rwd/default/images/flags/mtq.svg);
}

.flag-mus, .flag-mu, .flag-480 {
  background-image: url(https://shop.fairphone.com/skin/frontend/fairphone_rwd/default/images/flags/png/mus.png);
  background-image: url(https://shop.fairphone.com/skin/frontend/fairphone_rwd/default/images/flags/mus.svg);
}

.flag-mwi, .flag-mw, .flag-454 {
  background-image: url(https://shop.fairphone.com/skin/frontend/fairphone_rwd/default/images/flags/png/mwi.png);
  background-image: url(https://shop.fairphone.com/skin/frontend/fairphone_rwd/default/images/flags/mwi.svg);
}

.flag-mys, .flag-my, .flag-458 {
  background-image: url(https://shop.fairphone.com/skin/frontend/fairphone_rwd/default/images/flags/png/mys.png);
  background-image: url(https://shop.fairphone.com/skin/frontend/fairphone_rwd/default/images/flags/mys.svg);
}

.flag-myt, .flag-yt, .flag-175 {
  background-image: url(https://shop.fairphone.com/skin/frontend/fairphone_rwd/default/images/flags/png/myt.png);
  background-image: url(https://shop.fairphone.com/skin/frontend/fairphone_rwd/default/images/flags/myt.svg);
}

.flag-nam, .flag-na, .flag-516 {
  background-image: url(https://shop.fairphone.com/skin/frontend/fairphone_rwd/default/images/flags/png/nam.png);
  background-image: url(https://shop.fairphone.com/skin/frontend/fairphone_rwd/default/images/flags/nam.svg);
}

.flag-ncl, .flag-nc, .flag-540 {
  background-image: url(https://shop.fairphone.com/skin/frontend/fairphone_rwd/default/images/flags/png/ncl.png);
  background-image: url(https://shop.fairphone.com/skin/frontend/fairphone_rwd/default/images/flags/ncl.svg);
}

.flag-ner, .flag-ne, .flag-562 {
  background-image: url(https://shop.fairphone.com/skin/frontend/fairphone_rwd/default/images/flags/png/ner.png);
  background-image: url(https://shop.fairphone.com/skin/frontend/fairphone_rwd/default/images/flags/ner.svg);
}

.flag-nfk, .flag-nf, .flag-574 {
  background-image: url(https://shop.fairphone.com/skin/frontend/fairphone_rwd/default/images/flags/png/nfk.png);
  background-image: url(https://shop.fairphone.com/skin/frontend/fairphone_rwd/default/images/flags/nfk.svg);
}

.flag-nga, .flag-ng, .flag-566 {
  background-image: url(https://shop.fairphone.com/skin/frontend/fairphone_rwd/default/images/flags/png/nga.png);
  background-image: url(https://shop.fairphone.com/skin/frontend/fairphone_rwd/default/images/flags/nga.svg);
}

.flag-nic, .flag-ni, .flag-558 {
  background-image: url(https://shop.fairphone.com/skin/frontend/fairphone_rwd/default/images/flags/png/nic.png);
  background-image: url(https://shop.fairphone.com/skin/frontend/fairphone_rwd/default/images/flags/nic.svg);
}

.flag-niu, .flag-nu, .flag-570 {
  background-image: url(https://shop.fairphone.com/skin/frontend/fairphone_rwd/default/images/flags/png/niu.png);
  background-image: url(https://shop.fairphone.com/skin/frontend/fairphone_rwd/default/images/flags/niu.svg);
}

.flag-nld, .flag-nl, .flag-528 {
  background-image: url(https://shop.fairphone.com/skin/frontend/fairphone_rwd/default/images/flags/png/nld.png);
  background-image: url(https://shop.fairphone.com/skin/frontend/fairphone_rwd/default/images/flags/nld.svg);
}

.flag-nor, .flag-no, .flag-578 {
  background-image: url(https://shop.fairphone.com/skin/frontend/fairphone_rwd/default/images/flags/png/nor.png);
  background-image: url(https://shop.fairphone.com/skin/frontend/fairphone_rwd/default/images/flags/nor.svg);
}

.flag-npl, .flag-np, .flag-524 {
  background-image: url(https://shop.fairphone.com/skin/frontend/fairphone_rwd/default/images/flags/png/npl.png);
  background-image: url(https://shop.fairphone.com/skin/frontend/fairphone_rwd/default/images/flags/npl.svg);
}

.flag-nru, .flag-nr, .flag-520 {
  background-image: url(https://shop.fairphone.com/skin/frontend/fairphone_rwd/default/images/flags/png/nru.png);
  background-image: url(https://shop.fairphone.com/skin/frontend/fairphone_rwd/default/images/flags/nru.svg);
}

.flag-nzl, .flag-nz, .flag-554 {
  background-image: url(https://shop.fairphone.com/skin/frontend/fairphone_rwd/default/images/flags/png/nzl.png);
  background-image: url(https://shop.fairphone.com/skin/frontend/fairphone_rwd/default/images/flags/nzl.svg);
}

.flag-omn, .flag-om, .flag-512 {
  background-image: url(https://shop.fairphone.com/skin/frontend/fairphone_rwd/default/images/flags/png/omn.png);
  background-image: url(https://shop.fairphone.com/skin/frontend/fairphone_rwd/default/images/flags/omn.svg);
}

.flag-pak, .flag-pk, .flag-586 {
  background-image: url(https://shop.fairphone.com/skin/frontend/fairphone_rwd/default/images/flags/png/pak.png);
  background-image: url(https://shop.fairphone.com/skin/frontend/fairphone_rwd/default/images/flags/pak.svg);
}

.flag-pan, .flag-pa, .flag-591 {
  background-image: url(https://shop.fairphone.com/skin/frontend/fairphone_rwd/default/images/flags/png/pan.png);
  background-image: url(https://shop.fairphone.com/skin/frontend/fairphone_rwd/default/images/flags/pan.svg);
}

.flag-pcn, .flag-pn, .flag-612 {
  background-image: url(https://shop.fairphone.com/skin/frontend/fairphone_rwd/default/images/flags/png/pcn.png);
  background-image: url(https://shop.fairphone.com/skin/frontend/fairphone_rwd/default/images/flags/pcn.svg);
}

.flag-per, .flag-pe, .flag-604 {
  background-image: url(https://shop.fairphone.com/skin/frontend/fairphone_rwd/default/images/flags/png/per.png);
  background-image: url(https://shop.fairphone.com/skin/frontend/fairphone_rwd/default/images/flags/per.svg);
}

.flag-phl, .flag-ph, .flag-608 {
  background-image: url(https://shop.fairphone.com/skin/frontend/fairphone_rwd/default/images/flags/png/phl.png);
  background-image: url(https://shop.fairphone.com/skin/frontend/fairphone_rwd/default/images/flags/phl.svg);
}

.flag-plw, .flag-pw, .flag-585 {
  background-image: url(https://shop.fairphone.com/skin/frontend/fairphone_rwd/default/images/flags/png/plw.png);
  background-image: url(https://shop.fairphone.com/skin/frontend/fairphone_rwd/default/images/flags/plw.svg);
}

.flag-png, .flag-pg, .flag-598 {
  background-image: url(https://shop.fairphone.com/skin/frontend/fairphone_rwd/default/images/flags/png/png.png);
  background-image: url(https://shop.fairphone.com/skin/frontend/fairphone_rwd/default/images/flags/png.svg);
}

.flag-pol, .flag-pl, .flag-616 {
  background-image: url(https://shop.fairphone.com/skin/frontend/fairphone_rwd/default/images/flags/png/pol.png);
  background-image: url(https://shop.fairphone.com/skin/frontend/fairphone_rwd/default/images/flags/pol.svg);
}

.flag-pri, .flag-pr, .flag-630 {
  background-image: url(https://shop.fairphone.com/skin/frontend/fairphone_rwd/default/images/flags/png/pri.png);
  background-image: url(https://shop.fairphone.com/skin/frontend/fairphone_rwd/default/images/flags/pri.svg);
}

.flag-prk, .flag-kp, .flag-408 {
  background-image: url(https://shop.fairphone.com/skin/frontend/fairphone_rwd/default/images/flags/png/prk.png);
  background-image: url(https://shop.fairphone.com/skin/frontend/fairphone_rwd/default/images/flags/prk.svg);
}

.flag-prt, .flag-pt, .flag-620 {
  background-image: url(https://shop.fairphone.com/skin/frontend/fairphone_rwd/default/images/flags/png/prt.png);
  background-image: url(https://shop.fairphone.com/skin/frontend/fairphone_rwd/default/images/flags/prt.svg);
}

.flag-pry, .flag-py, .flag-600 {
  background-image: url(https://shop.fairphone.com/skin/frontend/fairphone_rwd/default/images/flags/png/pry.png);
  background-image: url(https://shop.fairphone.com/skin/frontend/fairphone_rwd/default/images/flags/pry.svg);
}

.flag-pse, .flag-ps, .flag-275 {
  background-image: url(https://shop.fairphone.com/skin/frontend/fairphone_rwd/default/images/flags/png/pse.png);
  background-image: url(https://shop.fairphone.com/skin/frontend/fairphone_rwd/default/images/flags/pse.svg);
}

.flag-pyf, .flag-pf, .flag-258 {
  background-image: url(https://shop.fairphone.com/skin/frontend/fairphone_rwd/default/images/flags/png/pyf.png);
  background-image: url(https://shop.fairphone.com/skin/frontend/fairphone_rwd/default/images/flags/pyf.svg);
}

.flag-qat, .flag-qa, .flag-634 {
  background-image: url(https://shop.fairphone.com/skin/frontend/fairphone_rwd/default/images/flags/png/qat.png);
  background-image: url(https://shop.fairphone.com/skin/frontend/fairphone_rwd/default/images/flags/qat.svg);
}

.flag-reu, .flag-re, .flag-638 {
  background-image: url(https://shop.fairphone.com/skin/frontend/fairphone_rwd/default/images/flags/png/reu.png);
  background-image: url(https://shop.fairphone.com/skin/frontend/fairphone_rwd/default/images/flags/reu.svg);
}

.flag-rou, .flag-ro, .flag-642 {
  background-image: url(https://shop.fairphone.com/skin/frontend/fairphone_rwd/default/images/flags/png/rou.png);
  background-image: url(https://shop.fairphone.com/skin/frontend/fairphone_rwd/default/images/flags/rou.svg);
}

.flag-rus, .flag-ru, .flag-643 {
  background-image: url(https://shop.fairphone.com/skin/frontend/fairphone_rwd/default/images/flags/png/rus.png);
  background-image: url(https://shop.fairphone.com/skin/frontend/fairphone_rwd/default/images/flags/rus.svg);
}

.flag-rwa, .flag-rw, .flag-646 {
  background-image: url(https://shop.fairphone.com/skin/frontend/fairphone_rwd/default/images/flags/png/rwa.png);
  background-image: url(https://shop.fairphone.com/skin/frontend/fairphone_rwd/default/images/flags/rwa.svg);
}

.flag-sau, .flag-sa, .flag-682 {
  background-image: url(https://shop.fairphone.com/skin/frontend/fairphone_rwd/default/images/flags/png/sau.png);
  background-image: url(https://shop.fairphone.com/skin/frontend/fairphone_rwd/default/images/flags/sau.svg);
}

.flag-sdn, .flag-sd, .flag-729 {
  background-image: url(https://shop.fairphone.com/skin/frontend/fairphone_rwd/default/images/flags/png/sdn.png);
  background-image: url(https://shop.fairphone.com/skin/frontend/fairphone_rwd/default/images/flags/sdn.svg);
}

.flag-sen, .flag-sn, .flag-686 {
  background-image: url(https://shop.fairphone.com/skin/frontend/fairphone_rwd/default/images/flags/png/sen.png);
  background-image: url(https://shop.fairphone.com/skin/frontend/fairphone_rwd/default/images/flags/sen.svg);
}

.flag-sgp, .flag-sg, .flag-702 {
  background-image: url(https://shop.fairphone.com/skin/frontend/fairphone_rwd/default/images/flags/png/sgp.png);
  background-image: url(https://shop.fairphone.com/skin/frontend/fairphone_rwd/default/images/flags/sgp.svg);
}

.flag-sgs, .flag-gs, .flag-239 {
  background-image: url(https://shop.fairphone.com/skin/frontend/fairphone_rwd/default/images/flags/png/sgs.png);
  background-image: url(https://shop.fairphone.com/skin/frontend/fairphone_rwd/default/images/flags/sgs.svg);
}

.flag-shn, .flag-sh, .flag-654 {
  background-image: url(https://shop.fairphone.com/skin/frontend/fairphone_rwd/default/images/flags/png/shn.png);
  background-image: url(https://shop.fairphone.com/skin/frontend/fairphone_rwd/default/images/flags/shn.svg);
}

.flag-sjm, .flag-sj, .flag-744 {
  background-image: url(https://shop.fairphone.com/skin/frontend/fairphone_rwd/default/images/flags/png/sjm.png);
  background-image: url(https://shop.fairphone.com/skin/frontend/fairphone_rwd/default/images/flags/sjm.svg);
}

.flag-slb, .flag-sb, .flag-90 {
  background-image: url(https://shop.fairphone.com/skin/frontend/fairphone_rwd/default/images/flags/png/slb.png);
  background-image: url(https://shop.fairphone.com/skin/frontend/fairphone_rwd/default/images/flags/slb.svg);
}

.flag-sle, .flag-sl, .flag-694 {
  background-image: url(https://shop.fairphone.com/skin/frontend/fairphone_rwd/default/images/flags/png/sle.png);
  background-image: url(https://shop.fairphone.com/skin/frontend/fairphone_rwd/default/images/flags/sle.svg);
}

.flag-slv, .flag-sv, .flag-222 {
  background-image: url(https://shop.fairphone.com/skin/frontend/fairphone_rwd/default/images/flags/png/slv.png);
  background-image: url(https://shop.fairphone.com/skin/frontend/fairphone_rwd/default/images/flags/slv.svg);
}

.flag-smr, .flag-sm, .flag-674 {
  background-image: url(https://shop.fairphone.com/skin/frontend/fairphone_rwd/default/images/flags/png/smr.png);
  background-image: url(https://shop.fairphone.com/skin/frontend/fairphone_rwd/default/images/flags/smr.svg);
}

.flag-som, .flag-so, .flag-706 {
  background-image: url(https://shop.fairphone.com/skin/frontend/fairphone_rwd/default/images/flags/png/som.png);
  background-image: url(https://shop.fairphone.com/skin/frontend/fairphone_rwd/default/images/flags/som.svg);
}

.flag-spm, .flag-pm, .flag-666 {
  background-image: url(https://shop.fairphone.com/skin/frontend/fairphone_rwd/default/images/flags/png/spm.png);
  background-image: url(https://shop.fairphone.com/skin/frontend/fairphone_rwd/default/images/flags/spm.svg);
}

.flag-srb, .flag-rs, .flag-688 {
  background-image: url(https://shop.fairphone.com/skin/frontend/fairphone_rwd/default/images/flags/png/srb.png);
  background-image: url(https://shop.fairphone.com/skin/frontend/fairphone_rwd/default/images/flags/srb.svg);
}

.flag-ssd, .flag-ss, .flag-728 {
  background-image: url(https://shop.fairphone.com/skin/frontend/fairphone_rwd/default/images/flags/png/ssd.png);
  background-image: url(https://shop.fairphone.com/skin/frontend/fairphone_rwd/default/images/flags/ssd.svg);
}

.flag-stp, .flag-st, .flag-678 {
  background-image: url(https://shop.fairphone.com/skin/frontend/fairphone_rwd/default/images/flags/png/stp.png);
  background-image: url(https://shop.fairphone.com/skin/frontend/fairphone_rwd/default/images/flags/stp.svg);
}

.flag-sur, .flag-sr, .flag-740 {
  background-image: url(https://shop.fairphone.com/skin/frontend/fairphone_rwd/default/images/flags/png/sur.png);
  background-image: url(https://shop.fairphone.com/skin/frontend/fairphone_rwd/default/images/flags/sur.svg);
}

.flag-svk, .flag-sk, .flag-703 {
  background-image: url(https://shop.fairphone.com/skin/frontend/fairphone_rwd/default/images/flags/png/svk.png);
  background-image: url(https://shop.fairphone.com/skin/frontend/fairphone_rwd/default/images/flags/svk.svg);
}

.flag-svn, .flag-si, .flag-705 {
  background-image: url(https://shop.fairphone.com/skin/frontend/fairphone_rwd/default/images/flags/png/svn.png);
  background-image: url(https://shop.fairphone.com/skin/frontend/fairphone_rwd/default/images/flags/svn.svg);
}

.flag-swe, .flag-se, .flag-752 {
  background-image: url(https://shop.fairphone.com/skin/frontend/fairphone_rwd/default/images/flags/png/swe.png);
  background-image: url(https://shop.fairphone.com/skin/frontend/fairphone_rwd/default/images/flags/swe.svg);
}

.flag-swz, .flag-sz, .flag-748 {
  background-image: url(https://shop.fairphone.com/skin/frontend/fairphone_rwd/default/images/flags/png/swz.png);
  background-image: url(https://shop.fairphone.com/skin/frontend/fairphone_rwd/default/images/flags/swz.svg);
}

.flag-sxm, .flag-sx, .flag-534 {
  background-image: url(https://shop.fairphone.com/skin/frontend/fairphone_rwd/default/images/flags/png/sxm.png);
  background-image: url(https://shop.fairphone.com/skin/frontend/fairphone_rwd/default/images/flags/sxm.svg);
}

.flag-syc, .flag-sc, .flag-690 {
  background-image: url(https://shop.fairphone.com/skin/frontend/fairphone_rwd/default/images/flags/png/syc.png);
  background-image: url(https://shop.fairphone.com/skin/frontend/fairphone_rwd/default/images/flags/syc.svg);
}

.flag-syr, .flag-sy, .flag-760 {
  background-image: url(https://shop.fairphone.com/skin/frontend/fairphone_rwd/default/images/flags/png/syr.png);
  background-image: url(https://shop.fairphone.com/skin/frontend/fairphone_rwd/default/images/flags/syr.svg);
}

.flag-tca, .flag-tc, .flag-796 {
  background-image: url(https://shop.fairphone.com/skin/frontend/fairphone_rwd/default/images/flags/png/tca.png);
  background-image: url(https://shop.fairphone.com/skin/frontend/fairphone_rwd/default/images/flags/tca.svg);
}

.flag-tcd, .flag-td, .flag-148 {
  background-image: url(https://shop.fairphone.com/skin/frontend/fairphone_rwd/default/images/flags/png/tcd.png);
  background-image: url(https://shop.fairphone.com/skin/frontend/fairphone_rwd/default/images/flags/tcd.svg);
}

.flag-tgo, .flag-tg, .flag-768 {
  background-image: url(https://shop.fairphone.com/skin/frontend/fairphone_rwd/default/images/flags/png/tgo.png);
  background-image: url(https://shop.fairphone.com/skin/frontend/fairphone_rwd/default/images/flags/tgo.svg);
}

.flag-tha, .flag-th, .flag-764 {
  background-image: url(https://shop.fairphone.com/skin/frontend/fairphone_rwd/default/images/flags/png/tha.png);
  background-image: url(https://shop.fairphone.com/skin/frontend/fairphone_rwd/default/images/flags/tha.svg);
}

.flag-tjk, .flag-tj, .flag-762 {
  background-image: url(https://shop.fairphone.com/skin/frontend/fairphone_rwd/default/images/flags/png/tjk.png);
  background-image: url(https://shop.fairphone.com/skin/frontend/fairphone_rwd/default/images/flags/tjk.svg);
}

.flag-tkl, .flag-tk, .flag-772 {
  background-image: url(https://shop.fairphone.com/skin/frontend/fairphone_rwd/default/images/flags/png/tkl.png);
  background-image: url(https://shop.fairphone.com/skin/frontend/fairphone_rwd/default/images/flags/tkl.svg);
}

.flag-tkm, .flag-tm, .flag-795 {
  background-image: url(https://shop.fairphone.com/skin/frontend/fairphone_rwd/default/images/flags/png/tkm.png);
  background-image: url(https://shop.fairphone.com/skin/frontend/fairphone_rwd/default/images/flags/tkm.svg);
}

.flag-tls, .flag-tl, .flag-626 {
  background-image: url(https://shop.fairphone.com/skin/frontend/fairphone_rwd/default/images/flags/png/tls.png);
  background-image: url(https://shop.fairphone.com/skin/frontend/fairphone_rwd/default/images/flags/tls.svg);
}

.flag-ton, .flag-to, .flag-776 {
  background-image: url(https://shop.fairphone.com/skin/frontend/fairphone_rwd/default/images/flags/png/ton.png);
  background-image: url(https://shop.fairphone.com/skin/frontend/fairphone_rwd/default/images/flags/ton.svg);
}

.flag-tto, .flag-tt, .flag-780 {
  background-image: url(https://shop.fairphone.com/skin/frontend/fairphone_rwd/default/images/flags/png/tto.png);
  background-image: url(https://shop.fairphone.com/skin/frontend/fairphone_rwd/default/images/flags/tto.svg);
}

.flag-tun, .flag-tn, .flag-788 {
  background-image: url(https://shop.fairphone.com/skin/frontend/fairphone_rwd/default/images/flags/png/tun.png);
  background-image: url(https://shop.fairphone.com/skin/frontend/fairphone_rwd/default/images/flags/tun.svg);
}

.flag-tur, .flag-tr, .flag-792 {
  background-image: url(https://shop.fairphone.com/skin/frontend/fairphone_rwd/default/images/flags/png/tur.png);
  background-image: url(https://shop.fairphone.com/skin/frontend/fairphone_rwd/default/images/flags/tur.svg);
}

.flag-tuv, .flag-tv, .flag-798 {
  background-image: url(https://shop.fairphone.com/skin/frontend/fairphone_rwd/default/images/flags/png/tuv.png);
  background-image: url(https://shop.fairphone.com/skin/frontend/fairphone_rwd/default/images/flags/tuv.svg);
}

.flag-twn, .flag-tw, .flag-158 {
  background-image: url(https://shop.fairphone.com/skin/frontend/fairphone_rwd/default/images/flags/png/twn.png);
  background-image: url(https://shop.fairphone.com/skin/frontend/fairphone_rwd/default/images/flags/twn.svg);
}

.flag-tza, .flag-tz, .flag-834 {
  background-image: url(https://shop.fairphone.com/skin/frontend/fairphone_rwd/default/images/flags/png/tza.png);
  background-image: url(https://shop.fairphone.com/skin/frontend/fairphone_rwd/default/images/flags/tza.svg);
}

.flag-uga, .flag-ug, .flag-800 {
  background-image: url(https://shop.fairphone.com/skin/frontend/fairphone_rwd/default/images/flags/png/uga.png);
  background-image: url(https://shop.fairphone.com/skin/frontend/fairphone_rwd/default/images/flags/uga.svg);
}

.flag-ukr, .flag-ua, .flag-804 {
  background-image: url(https://shop.fairphone.com/skin/frontend/fairphone_rwd/default/images/flags/png/ukr.png);
  background-image: url(https://shop.fairphone.com/skin/frontend/fairphone_rwd/default/images/flags/ukr.svg);
}

.flag-umi, .flag-um, .flag-581 {
  background-image: url(https://shop.fairphone.com/skin/frontend/fairphone_rwd/default/images/flags/png/umi.png);
  background-image: url(https://shop.fairphone.com/skin/frontend/fairphone_rwd/default/images/flags/umi.svg);
}

.flag-ury, .flag-uy, .flag-858 {
  background-image: url(https://shop.fairphone.com/skin/frontend/fairphone_rwd/default/images/flags/png/ury.png);
  background-image: url(https://shop.fairphone.com/skin/frontend/fairphone_rwd/default/images/flags/ury.svg);
}

.flag-usa, .flag-us, .flag-840 {
  background-image: url(https://shop.fairphone.com/skin/frontend/fairphone_rwd/default/images/flags/png/usa.png);
  background-image: url(https://shop.fairphone.com/skin/frontend/fairphone_rwd/default/images/flags/usa.svg);
}

.flag-uzb, .flag-uz, .flag-860 {
  background-image: url(https://shop.fairphone.com/skin/frontend/fairphone_rwd/default/images/flags/png/uzb.png);
  background-image: url(https://shop.fairphone.com/skin/frontend/fairphone_rwd/default/images/flags/uzb.svg);
}

.flag-vat, .flag-va, .flag-336 {
  background-image: url(https://shop.fairphone.com/skin/frontend/fairphone_rwd/default/images/flags/png/vat.png);
  background-image: url(https://shop.fairphone.com/skin/frontend/fairphone_rwd/default/images/flags/vat.svg);
}

.flag-vct, .flag-vc, .flag-670 {
  background-image: url(https://shop.fairphone.com/skin/frontend/fairphone_rwd/default/images/flags/png/vct.png);
  background-image: url(https://shop.fairphone.com/skin/frontend/fairphone_rwd/default/images/flags/vct.svg);
}

.flag-ven, .flag-ve, .flag-862 {
  background-image: url(https://shop.fairphone.com/skin/frontend/fairphone_rwd/default/images/flags/png/ven.png);
  background-image: url(https://shop.fairphone.com/skin/frontend/fairphone_rwd/default/images/flags/ven.svg);
}

.flag-vgb, .flag-vg, .flag-92 {
  background-image: url(https://shop.fairphone.com/skin/frontend/fairphone_rwd/default/images/flags/png/vgb.png);
  background-image: url(https://shop.fairphone.com/skin/frontend/fairphone_rwd/default/images/flags/vgb.svg);
}

.flag-vir, .flag-vi, .flag-850 {
  background-image: url(https://shop.fairphone.com/skin/frontend/fairphone_rwd/default/images/flags/png/vir.png);
  background-image: url(https://shop.fairphone.com/skin/frontend/fairphone_rwd/default/images/flags/vir.svg);
}

.flag-vnm, .flag-vn, .flag-704 {
  background-image: url(https://shop.fairphone.com/skin/frontend/fairphone_rwd/default/images/flags/png/vnm.png);
  background-image: url(https://shop.fairphone.com/skin/frontend/fairphone_rwd/default/images/flags/vnm.svg);
}

.flag-vut, .flag-vu, .flag-548 {
  background-image: url(https://shop.fairphone.com/skin/frontend/fairphone_rwd/default/images/flags/png/vut.png);
  background-image: url(https://shop.fairphone.com/skin/frontend/fairphone_rwd/default/images/flags/vut.svg);
}

.flag-wlf, .flag-wf, .flag-876 {
  background-image: url(https://shop.fairphone.com/skin/frontend/fairphone_rwd/default/images/flags/png/wlf.png);
  background-image: url(https://shop.fairphone.com/skin/frontend/fairphone_rwd/default/images/flags/wlf.svg);
}

.flag-wsm, .flag-ws, .flag-882 {
  background-image: url(https://shop.fairphone.com/skin/frontend/fairphone_rwd/default/images/flags/png/wsm.png);
  background-image: url(https://shop.fairphone.com/skin/frontend/fairphone_rwd/default/images/flags/wsm.svg);
}

.flag-yem, .flag-ye, .flag-887 {
  background-image: url(https://shop.fairphone.com/skin/frontend/fairphone_rwd/default/images/flags/png/yem.png);
  background-image: url(https://shop.fairphone.com/skin/frontend/fairphone_rwd/default/images/flags/yem.svg);
}

.flag-zaf, .flag-za, .flag-710 {
  background-image: url(https://shop.fairphone.com/skin/frontend/fairphone_rwd/default/images/flags/png/zaf.png);
  background-image: url(https://shop.fairphone.com/skin/frontend/fairphone_rwd/default/images/flags/zaf.svg);
}

.flag-zmb, .flag-zm, .flag-894 {
  background-image: url(https://shop.fairphone.com/skin/frontend/fairphone_rwd/default/images/flags/png/zmb.png);
  background-image: url(https://shop.fairphone.com/skin/frontend/fairphone_rwd/default/images/flags/zmb.svg);
}

.flag-zwe, .flag-zw, .flag-716 {
  background-image: url(https://shop.fairphone.com/skin/frontend/fairphone_rwd/default/images/flags/png/zwe.png);
  background-image: url(https://shop.fairphone.com/skin/frontend/fairphone_rwd/default/images/flags/zwe.svg);
}

.flag-eur, .flag-eu {
  background-image: url(https://shop.fairphone.com/skin/frontend/fairphone_rwd/default/images/flags/png/eur.png);
  background-image: url(https://shop.fairphone.com/skin/frontend/fairphone_rwd/default/images/flags/eur.svg);
}

.flag-ioc-kos {
  background-image: url(https://shop.fairphone.com/skin/frontend/fairphone_rwd/default/images/flags/png/kos.png);
  background-image: url(https://shop.fairphone.com/skin/frontend/fairphone_rwd/default/images/flags/kos.svg);
}

/* ============================================ *
 * Catalog Event
 * ============================================ */
.event-container {
  clear: both;
  border: 1px solid #3C3C3C;
  background: #9e9e9e;
  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 #3C3C3C;
  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 #878786;
  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 #878786;
  float: left;
  width: 100%;
}
.events-panel .event-item .category-show img {
  width: 100%;
}

@media only screen and (max-width: 769px) {
  .event-container {
    margin-left: 10px;
    margin-right: 10px;
  }
}
/* Category Event Module - Upcoming */
.container-upcoming {
  background: #3C3C3C;
  border-color: #878786;
}

.container-upcoming:after {
  border-top-color: #878786;
}

/* Category Event Module - Closed */
.container-closed {
  background: #1e1e1e;
  border-color: #878786;
}

.container-closed:after {
  border-top-color: #878786;
}

/*# sourceMappingURL=styles.css.map */

/**
 * 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-2018 Magento, Inc. (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://shop.fairphone.com/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://shop.fairphone.com/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;
}

