<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/**
 * Copyright Â© Magento, Inc. All rights reserved.
 * See COPYING.txt for license details.
 */
.ui-datepicker {
    display: none;
    z-index: 999999 !important;
}
.ui-datepicker .ui-datepicker-header {
    position: relative;
    padding: .2em 0;
}
.ui-datepicker .ui-datepicker-prev, .ui-datepicker .ui-datepicker-next {
    position: absolute;
    top: 2px;
    width: 1.8em;
    height: 1.8em;
    cursor: pointer;
}
.ui-datepicker .ui-datepicker-next-hover span, .ui-datepicker .ui-datepicker-prev-hover span {
    border-color: transparent #ff8400 transparent transparent;
}
.ui-datepicker .ui-datepicker-prev {
    left: 2px;
}
.ui-datepicker .ui-datepicker-next {
    right: 2px;
}
.ui-datepicker .ui-datepicker-prev span, .ui-datepicker .ui-datepicker-next span {
    display: block;
    position: absolute;
    left: 50%;
    margin-left: -8px;
    top: 50%;
    margin-top: -5px;
    font-size: 0px;
    width: 0px;
    height: 0px;
    border: solid;
    border-width: 5px 8px 5px 0;
    border-color: transparent #ff9635 transparent transparent;
}
.ui-datepicker .ui-datepicker-next span {
    margin-left: 0px;
    top: 50%;
    margin-top: -5px;
    border-width: 5px 0 5px 8px;
    border-color: transparent transparent transparent #ff9635;
}
.ui-datepicker .ui-datepicker-title {
    margin: 0 2.3em;
    line-height: 1.8em;
    text-align: center;
}
.ui-datepicker .ui-datepicker-title select {
    font-size: 1em;
    margin: 1px 0;
}
.ui-datepicker select.ui-datepicker-month-year {
    width: 100%;
}
.ui-datepicker table {
    width: 100%;
    font-size: .9em;
}
.ui-datepicker td span, .ui-datepicker td a {
    display: block;
    padding: 4px;
    text-align: right;
    text-decoration: none;
    color: #000000;
}
.ui-datepicker .ui-datepicker-buttonpane button {
    float: right;
}
.ui-datepicker .ui-datepicker-buttonpane button.ui-datepicker-current {
    float: left;
}
.ui-datepicker-rtl {
    direction: rtl;
}
.ui-datepicker-rtl .ui-datepicker-prev {
    right: 2px;
    left: auto;
}
.ui-datepicker-rtl .ui-datepicker-next {
    left: 2px;
    right: auto;
}
.ui-datepicker-rtl .ui-datepicker-prev:hover {
    right: 1px;
    left: auto;
}
.ui-datepicker-rtl .ui-datepicker-next:hover {
    left: 1px;
    right: auto;
}
.ui-datepicker-rtl .ui-datepicker-buttonpane {
    clear: right;
}
.ui-datepicker-rtl .ui-datepicker-buttonpane button {
    float: left;
}
.ui-datepicker-rtl .ui-datepicker-buttonpane button.ui-datepicker-current {
    float: right;
}
.ui-datepicker-rtl .ui-datepicker-group {
    float: right;
}
.ui-datepicker-rtl .ui-datepicker-group-last .ui-datepicker-header {
    border-right-width: 0;
    border-left-width: 1px;
}
.ui-datepicker-rtl .ui-datepicker-group-middle .ui-datepicker-header {
    border-right-width: 0;
    border-left-width: 1px;
}
.ui-timepicker-div .ui-widget-header {
    margin-bottom: 8px;
}
.ui-timepicker-div dl {
    text-align: left;
}
.ui-timepicker-div dl dt {
    height: 25px;
    margin-bottom: -22px;
}
.ui-timepicker-div dl .ui_tpicker_time_label {
    margin-bottom: -25px;
}
.ui-timepicker-div dl dd {
    margin: 0 10px 10px 65px;
}
.ui-timepicker-div td {
    font-size: 90%;
}
.ui-tpicker-grid-label {
    background: none;
    border: none;
    margin: 0;
    padding: 0;
}
.ui-datepicker {
    padding: 15px;
    border: #ffffff 4px solid;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    background: #efefef;
    -webkit-box-shadow: 5px 5px 10px 0px rgba(0, 0, 0, 0.35);
    box-shadow: 5px 5px 10px 0px rgba(0, 0, 0, 0.35);
}
.ui-datepicker .ui-datepicker-header {
    background: transparent;
    border: none;
    padding-bottom: 10px;
}
.ui-datepicker .ui-datepicker-title .ui-datepicker-month {
    width: 47%;
    margin-right: 6%;
}
.ui-datepicker .ui-datepicker-title .ui-datepicker-year {
    width: 47%;
}
.ui-datepicker .ui-datepicker-calendar td {
    border: #cfcfcf 1px solid;
}
.ui-datepicker .ui-datepicker-calendar td a {
    padding: 4px;
    display: block;
}
.ui-datepicker .ui-datepicker-calendar td .ui-state-hover {
    background: #f9eae7;
}
.ui-datepicker .ui-datepicker-calendar {
    background: #ffffff;
    border: #cfcfcf 1px solid;
    border-collapse: collapse;
}
.ui-datepicker .ui-datepicker-calendar th {
    background: #efefef;
    border: #cfcfcf 1px solid;
    padding: 4px;
    text-transform: uppercase;
}
.ui-datepicker .ui-datepicker-calendar .ui-datepicker-week-col {
    text-align: center;
    border: #cfcfcf 1px solid;
}
.ui-datepicker {
    width: auto;
}
.ui-datepicker .ui-datepicker-calendar .ui-datepicker-today {
    background: #f3d7d2;
}
.ui-datepicker .ui-datepicker-calendar .ui-state-active {
    background: #ffdf66;
}
.ui-timepicker-div .ui-widget-header {
    margin-bottom: 8px;
}
.ui-timepicker-div dl {
    text-align: left;
}
.ui-timepicker-div dl dd {
    margin: 0 0 10px 65px;
}
.ui-timepicker-div td {
    font-size: 90%;
}
.ui-tpicker-grid-label {
    background: none;
    border: none;
    margin: 0;
    padding: 0;
}
.ui-slider {
    position: relative;
    text-align: left;
}
.ui-slider-horizontal .ui-slider-handle {
    margin-left: -5px;
}
.ui-slider .ui-slider-handle {
    position: absolute;
    z-index: 2;
    cursor: default;
}
.ui-slider-horizontal {
    height: 10px;
    -webkit-border-radius: 10px;
    border-radius: 10px;
    border: none;
    background: #dadada;
}
.ui-slider-handle {
    height: 10px;
    width: 10px;
    -webkit-border-radius: 10px;
    border-radius: 10px;
    background: #f98b25;
    display: block;
    position: absolute;
}
.ui-timepicker-div {
    padding: 10px 0 5px 0;
}
.ui-datepicker .ui-datepicker-buttonpane {
    overflow: hidden;
    padding-top: 10px;
    border-top: #cfcfcf 1px solid;
}
.ui-datepicker .ui-datepicker-calendar .ui-state-disabled {
    background: #f9f9f9;
}
.ui-datepicker .ui-datepicker-calendar .ui-state-disabled span {
    color: #959595;
}
/* IE6 IFRAME FIX (taken from datepicker 1.5.3 */
.ui-datepicker-cover {
    position: absolute; /*must have*/
    z-index: -1; /*must have*/
    filter: mask(); /*must have*/
    top: -4px; /*must have*/
    left: -4px; /*must have*/
    width: 200px; /*must have*/
    height: 200px; /*must have*/
}
/**
 * Mageplaza
 *
 * NOTICE OF LICENSE
 *
 * This source file is subject to the Mageplaza.com license that is
 * available through the world-wide-web at this URL:
 * https://www.mageplaza.com/LICENSE.txt
 *
 * DISCLAIMER
 *
 * Do not edit or add to this file if you wish to upgrade this extension to newer
 * version in the future.
 *
 * @category    Mageplaza
 * @package     Mageplaza_Blog
 * @copyright   Copyright (c) Mageplaza (https://www.mageplaza.com/)
 * @license     https://www.mageplaza.com/LICENSE.txt
 */

.mp-blog-icon:before {
    background-repeat: no-repeat;
    color: #999999;
    content: '';
    display: inline-flex;
    width: 12px;
    height: 12px;
    opacity: 50%;
    position: relative;
    top: 2px;
}
.mp-blog-calendar-times:before {
    background-image: url("../../frontend/Lucia/default/en_US/Mageplaza_Blog/media/images/calendar-times.svg");
}
.mp-blog-user:before {
    background-image: url("../../frontend/Lucia/default/en_US/Mageplaza_Blog/media/images/user.svg");
}
.mp-blog-comments:before {
    background-image: url("../../frontend/Lucia/default/en_US/Mageplaza_Blog/media/images/comments.svg");
}
.mp-blog-traffic:before {
    background-image: url("../../frontend/Lucia/default/en_US/Mageplaza_Blog/media/images/eye.svg");
}
.mp-blog-thumbs-up:before {
    background-image: url("../../frontend/Lucia/default/en_US/Mageplaza_Blog/media/images/thumbs-up.svg");
}
/* Slider */
.slick-slider
{
    position: relative;

    display: block;
    box-sizing: border-box;

    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;

    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
        touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}

.slick-list
{
    position: relative;

    display: block;
    overflow: hidden;

    margin: 0;
    padding: 0;
}
.slick-list:focus
{
    outline: none;
}
.slick-list.dragging
{
    cursor: pointer;
    cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list
{
    -webkit-transform: translate3d(0, 0, 0);
       -moz-transform: translate3d(0, 0, 0);
        -ms-transform: translate3d(0, 0, 0);
         -o-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
}

.slick-track
{
    position: relative;
    top: 0;
    left: 0;

    display: block;
    margin-left: auto;
    margin-right: auto;
}
.slick-track:before,
.slick-track:after
{
    display: table;

    content: '';
}
.slick-track:after
{
    clear: both;
}
.slick-loading .slick-track
{
    visibility: hidden;
}

.slick-slide
{
    display: none;
    float: left;

    height: 100%;
    min-height: 1px;
}
[dir='rtl'] .slick-slide
{
    float: right;
}
.slick-slide img
{
    display: block;
}
.slick-slide.slick-loading img
{
    display: none;
}
.slick-slide.dragging img
{
    pointer-events: none;
}
.slick-initialized .slick-slide
{
    display: block;
}
.slick-loading .slick-slide
{
    visibility: hidden;
}
.slick-vertical .slick-slide
{
    display: block;

    height: auto;

    border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
    display: none;
}
@charset 'UTF-8';
/* Slider */
.slick-loading .slick-list
{
    background: #fff url('../../frontend/Lucia/default/en_US/Yereone_Testimonials/ajax-loader.gif') center center no-repeat;
}

/* Icons */
@font-face
{
    font-family: 'slick';
    font-weight: normal;
    font-style: normal;

    src: url('../../frontend/Lucia/default/en_US/Yereone_Testimonials/fonts/slick.eot');
    src: url('../../frontend/Lucia/default/en_US/Yereone_Testimonials/fonts/slick.eot?#iefix') format('embedded-opentype'), url('../../frontend/Lucia/default/en_US/Yereone_Testimonials/fonts/slick.woff') format('woff'), url('../../frontend/Lucia/default/en_US/Yereone_Testimonials/fonts/slick.ttf') format('truetype'), url('../../frontend/Lucia/default/en_US/Yereone_Testimonials/fonts/slick.svg#slick') format('svg');
}
/* Arrows */
.slick-prev,
.slick-next
{
    font-size: 0;
    line-height: 0;

    position: absolute;
    top: 50%;

    display: block;

    width: 20px;
    height: 20px;
    padding: 0;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);

    cursor: pointer;

    color: transparent;
    border: none;
    outline: none;
    background: transparent;
    box-shadow: none !important;
    border: none !important;
}
.slick-prev:hover,
.slick-prev:focus,
.slick-next:hover,
.slick-next:focus
{
    color: transparent;
    outline: none;
    background: transparent;
    box-shadow: none !important;
    border: none !important;
}
.slick-prev:hover:before,
.slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before
{
    opacity: 1;
}
.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before
{
    opacity: .25;
}

.slick-prev:before,
.slick-next:before
{
    font-family: 'slick';
    font-size: 20px;
    line-height: 1;

    opacity: .75;
    color: #adadad;

    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.slick-prev
{
    left: -25px;
}
[dir='rtl'] .slick-prev
{
    right: -25px;
    left: auto;
}
.slick-prev:before
{
    content: 'â†';
}
[dir='rtl'] .slick-prev:before
{
    content: 'â†’';
}

.slick-next
{
    right: -25px;
}
[dir='rtl'] .slick-next
{
    right: auto;
    left: -25px;
}
.slick-next:before
{
    content: 'â†’';
}
[dir='rtl'] .slick-next:before
{
    content: 'â†';
}

/* Dots */
.slick-dotted.slick-slider
{
    margin-bottom: 30px;
}

.slick-dots
{
    position: absolute;
    bottom: -25px;

    display: block;

    width: 100%;
    padding: 0;
    margin: 0;

    list-style: none;

    text-align: center;
}
.slick-dots li
{
    position: relative;

    display: inline-block;

    width: 20px;
    height: 20px;
    margin: 0 5px;
    padding: 0;

    cursor: pointer;
}
.slick-dots li button
{
    font-size: 0;
    line-height: 0;

    display: block;

    width: 20px;
    height: 20px;
    padding: 5px;

    cursor: pointer;

    color: transparent;
    border: 0;
    outline: none !important;
    background: transparent;
    box-shadow: none !important;
}
.slick-dots li button:hover,
.slick-dots li button:focus
{
    outline: none;
}
.slick-dots li button:hover:before,
.slick-dots li button:focus:before
{
    opacity: 1;
}
.slick-dots li button:before
{
    font-family: 'slick';
    font-size: 6px;
    line-height: 20px;

    position: absolute;
    top: 0;
    left: 0;

    width: 20px;
    height: 20px;

    content: 'â€¢';
    text-align: center;

    opacity: .25;
    color: black;

    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.slick-dots li.slick-active button:before
{
    opacity: .75;
    color: black;
}
.yereone-testimonials {
    text-align: center;
}

.yereone-testimonials .yereone-testimonial-item .yereone-testimonial-image img {
    margin: 0 auto;
}

.yereone-testimonials-slider .yereone-testimonial-item &gt; div,
.yereone-testimonials-grid .yereone-testimonials-grid-right &gt; div {
    margin-bottom: 10px
}

.yereone-testimonials-slider .slick-prev,
.yereone-testimonials-slider .slick-next {
    z-index: 2;
}

.yereone-testimonials-slider .slick-prev {
    left: 0;
}

.yereone-testimonials-slider .slick-next {
    right: 0;
}

.yereone-testimonials .yereone-testimonial-item .yereone-testimonial-image .round-imge {
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
}

.yereone-testimonials .yereone-testimonial-item .yereone-testimonial-rating .rating-result:before {
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 1;
    -webkit-font-smoothing: antialiased;
    color: #c7c7c7;
    font-size: 25px;
    height: 25px;
    line-height: 25px;
    content: '\2605' '\2605' '\2605' '\2605' '\2605';
    display: block;
    font-style: normal;
    font-weight: normal;
    speak: none;
}

.yereone-testimonials .yereone-testimonial-item .yereone-testimonial-rating .rating-result &gt; span:before {
    position: relative;
    z-index: 2;
    -webkit-font-smoothing: antialiased;
    color: #d83701;
    font-size: 25px;
    height: 25px;
    line-height: 25px;
    content: '\2605' '\2605' '\2605' '\2605' '\2605';
    display: block;
    font-style: normal;
    font-weight: normal;
    speak: none;
}

.yereone-testimonials .yereone-testimonial-item .yereone-testimonial-rating .rating-result {
    position: relative;
    vertical-align: middle;
    display: inline-block;
}

.yereone-testimonials .yereone-testimonial-item .yereone-testimonial-rating .rating-result &gt; span {
    display: block;
    overflow: hidden;
}

.yereone-testimonials .yereone-testimonial-item .yereone-testimonial-social a {
    padding: 5px;
    width: 20px;
    height: 20px;
    line-height: 20px;
    display: inline-block;
    color: #707070;
    border-radius: 100%;
    text-align: center;
}

.yereone-testimonials .yereone-testimonial-item .yereone-testimonial-social a:hover {
    color: #ffffff;
}

.yereone-testimonials .yereone-testimonial-item .yereone-testimonial-social .yereone-testimonial-social-facebook:hover {
    background: #3b5999;
}

.yereone-testimonials .yereone-testimonial-item .yereone-testimonial-social .yereone-testimonial-social-twitter:hover {
    background: #55acef;
}

.yereone-testimonials .yereone-testimonial-item .yereone-testimonial-social .yereone-testimonial-social-google-plus:hover {
    background: #dc4d3c;
}

.yereone-testimonials .yereone-testimonial-item .yereone-testimonial-social .yereone-testimonial-social-linkedin:hover {
    background: #0077b5;
}

.yereone-testimonials .yereone-testimonial-item .yereone-testimonial-social .yereone-testimonial-social-youtube:hover {
    background: #e04e41;
}

.yereone-testimonials .yereone-testimonial-item .yereone-testimonial-author span {
    font-weight: 700;
    font-size: 16px;
}

.yereone-testimonials .yereone-testimonial-item .yereone-testimonial-title span {
    font-size: 20px;
}

.yereone-testimonials-grid {
    overflow: hidden;
    text-align: left;
}

.yereone-testimonials-grid .yereone-testimonial-item {
    overflow: hidden;
    float: left;
    width: 48%;
    margin-bottom: 15px;
}

.yereone-testimonials-grid .yereone-testimonial-item .yereone-testimonials-grid-left {
    float: left;
    width: 26%;
}

.yereone-testimonials-grid .yereone-testimonial-item .yereone-testimonials-grid-right {
    float: left;
    width: 71%;
    padding-left: 15px;
}

.yereone-testimonials-grid .yereone-testimonial-item .yereone-testimonials-grid-right.yereone-testimonials-no-avatar {
    padding-left: 0;
    width: 100%;
}

.yereone-testimonials-grid .yereone-testimonials-toolbar {
    text-align: center;
    clear: both;
}

.yereone-testimonials-grid .yereone-testimonial-item.yereone-testimonial-item-margin {
    margin-right: 25px;
}

.yereone-testimonials-block-title {
    text-align: center;
    margin: 40px 0;
}

.yereone-testimonials-block-title h2 {
    font-size: 3.6rem;
    margin: 0;
}

.yereone-testimonials-block-title h2 span:after {
    content: " ";
    width: 20px;
    background: #d83701;
    height: 3px;
    display: block;
    margin: 0 auto;
    margin-top: 5px;
}

.testimonial .rating {
    width: 125px;
    overflow: hidden;
}

.testimonial .rating span { 
    float:right; position:relative; 
}

.testimonial .rating span input {
    position:absolute;
    top:0px;
    left:0px;
    opacity:0;
}

.testimonial .rating span label:after {
    content: '\2605';
    display: inline-block;
    color: #c7c7c7;
    font-size: 30px;
    cursor: pointer;
}

.testimonial .rating span:hover ~ span label:after,
.testimonial .rating span:hover label:after,
.testimonial .rating span.checked label:after,
.testimonial .rating span.checked ~ span label:after {
    color: #ff5501;
}

.testimonial-index-index .testimonial-content{
        height: auto !important;
    
}

#testimonial-form .field.email span.note {
    font-size: 11px;
}

@media screen and (max-width: 1150px) {
    .yereone-testimonials-grid .yereone-testimonial-item .yereone-testimonials-grid-left {
        float: none;
        width: 100%;
    }
    
    .yereone-testimonials-grid .yereone-testimonial-item .yereone-testimonials-grid-right {
        float: none;
        width: 100%;
        padding-left: 0;
    }
}

@media screen and (max-width: 768px) {
    .yereone-testimonials-grid .yereone-testimonial-item {
        float: none;
        width: 100%;
        text-align: center;
    }
}
body {
  margin: 0;
  padding: 0;
}
article,
aside,
details,
figcaption,
figure,
main,
footer,
header,
nav,
section,
summary {
  display: block;
}
audio,
canvas,
video {
  display: inline-block;
}
audio:not([controls]) {
  display: none;
  height: 0;
}
nav ul,
nav ol {
  list-style: none none;
}
img {
  border: 0;
}
img,
object,
video,
embed {
  max-height: 100%;
  max-width: 100%;
}
svg:not(:root) {
  overflow: hidden;
}
figure {
  margin: 0;
}
html {
  font-size: 62.5%;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  font-size-adjust: 100%;
}
body {
  color: #333333;
  font-family: 'Lora';
  font-style: normal;
  font-weight: 400;
  line-height: 1.42857143;
  font-size: 1.4rem;
}
p {
  margin-top: 0rem;
  margin-bottom: 1rem;
}
abbr[title] {
  border-bottom: 1px dotted #d1d1d1;
  cursor: help;
}
b,
strong {
  font-weight: 700;
}
em,
i {
  font-style: italic;
}
mark {
  background: #f0f0f0;
  color: #000000;
}
small,
.small {
  font-size: 12px;
}
hr {
  border: 0;
  border-top: 1px solid #d1d1d1;
  margin-bottom: 20px;
  margin-top: 20px;
}
sub,
sup {
  font-size: 71.42857143000001%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sup {
  top: -.5em;
}
sub {
  bottom: -.25em;
}
dfn {
  font-style: italic;
}
h1 {
  font-weight: 300;
  line-height: 1.1;
  font-size: 2.6rem;
  margin-top: 0rem;
  margin-bottom: 2rem;
}
h2 {
  font-weight: 300;
  line-height: 1.1;
  font-size: 2.6rem;
  margin-top: 2.5rem;
  margin-bottom: 2rem;
}
h3 {
  font-weight: 300;
  line-height: 1.1;
  font-size: 1.8rem;
  margin-top: 1.5rem;
  margin-bottom: 1rem;
}
h4 {
  font-weight: 700;
  line-height: 1.1;
  font-size: 1.4rem;
  margin-top: 2rem;
  margin-bottom: 2rem;
}
h5 {
  font-weight: 700;
  line-height: 1.1;
  font-size: 1.2rem;
  margin-top: 2rem;
  margin-bottom: 2rem;
}
h6 {
  font-weight: 700;
  line-height: 1.1;
  font-size: 1rem;
  margin-top: 2rem;
  margin-bottom: 2rem;
}
h1 small,
h2 small,
h3 small,
h4 small,
h5 small,
h6 small,
h1 .small,
h2 .small,
h3 .small,
h4 .small,
h5 .small,
h6 .small {
  color: #333333;
  font-family: 'Lora';
  font-style: normal;
  font-weight: 400;
  line-height: 1;
}
a,
.alink {
  color: #1979c3;
  text-decoration: none;
}
a:visited,
.alink:visited {
 /* color: #1979c3;*/
  text-decoration: none;
}
a:hover,
.alink:hover {
  color: #006bb4;
  text-decoration: underline;
}
a:active,
.alink:active {
  color: #ff5501;
  text-decoration: underline;
}
ul,
ol {
  margin-top: 0rem;
  margin-bottom: 2.5rem;
}
ul &gt; li,
ol &gt; li {
  margin-top: 0rem;
  margin-bottom: 1rem;
}
ul ul,
ol ul,
ul ol,
ol ol {
  margin-bottom: 0;
}
dl {
  margin-bottom: 20px;
  margin-top: 0;
}
dt {
  font-weight: 700;
  margin-bottom: 5px;
  margin-top: 0;
}
dd {
  margin-bottom: 10px;
  margin-top: 0;
  margin-left: 0;
}
code,
kbd,
pre,
samp {
  font-family: 'Lora';
}
code {
  background: #f0f0f0;
  color: #111111;
  padding: 2px 4px;
  font-size: 1.2rem;
  white-space: nowrap;
}
kbd {
  background: #f0f0f0;
  color: #111111;
  padding: 2px 4px;
  font-size: 1.2rem;
}
pre {
  background: #f0f0f0;
  border: 1px solid #d1d1d1;
  color: #111111;
  line-height: 1.42857143;
  margin: 0 0 10px;
  padding: 10px;
  font-size: 1.2rem;
  display: block;
  word-wrap: break-word;
}
pre code {
  background-color: transparent;
  border-radius: 0;
  color: inherit;
  font-size: inherit;
  padding: 0;
  white-space: pre-wrap;
}
blockquote {
  border-left: 0 solid #d1d1d1;
  margin: 0 0 20px 40px;
  padding: 0;
  color: #333333;
  font-family: 'Lora';
  font-style: italic;
  font-weight: 400;
  line-height: 1.42857143;
  font-size: 1.4rem;
}
blockquote p:last-child,
blockquote ul:last-child,
blockquote ol:last-child {
  margin-bottom: 0;
}
blockquote footer,
blockquote small,
blockquote .small {
  color: #333333;
  line-height: 1.42857143;
  font-size: 1rem;
  display: block;
}
blockquote footer:before,
blockquote small:before,
blockquote .small:before {
  content: '\2014 \00A0';
}
blockquote cite {
  font-style: normal;
}
blockquote:before,
blockquote:after {
  content: '';
}
q {
  quotes: none;
}
q:before,
q:after {
  content: '';
  content: none;
}
cite {
  font-style: normal;
}
table {
  width: 100%;
  border-collapse: collapse;
  border-spacing: 0;
  max-width: 100%;
}
table th {
  text-align: left;
}
table &gt; tbody &gt; tr &gt; th,
table &gt; tfoot &gt; tr &gt; th,
table &gt; tbody &gt; tr &gt; td,
table &gt; tfoot &gt; tr &gt; td {
  vertical-align: top;
}
table &gt; thead &gt; tr &gt; th,
table &gt; thead &gt; tr &gt; td {
  vertical-align: bottom;
}
table &gt; thead &gt; tr &gt; th,
table &gt; tbody &gt; tr &gt; th,
table &gt; tfoot &gt; tr &gt; th,
table &gt; thead &gt; tr &gt; td,
table &gt; tbody &gt; tr &gt; td,
table &gt; tfoot &gt; tr &gt; td {
  padding: 8px 10px;
}
button,
.cart.table-wrapper .actions-toolbar &gt; .action,
.action-gift {
  background-image: none;
  background: #f2f2f2;
  border: 1px solid #cdcdcd;
  color: #333333;
  cursor: pointer;
  display: inline-block;
  font-family: 'Lora';
  font-weight: 700;
  margin: 0;
  padding: 7px 15px;
  font-size: 1.4rem;
  line-height: 1.6rem;
  box-sizing: border-box;
  vertical-align: middle;
}
button:focus,
button:active,
.cart.table-wrapper .actions-toolbar &gt; .action:focus,
.cart.table-wrapper .actions-toolbar &gt; .action:active,
.action-gift:focus,
.action-gift:active {
  background: #e2e2e2;
  border: 1px solid #cdcdcd;
  color: #333333;
}
button:hover,
.cart.table-wrapper .actions-toolbar &gt; .action:hover,
.action-gift:hover {
  border: 1px solid #cdcdcd;
  color: #555555;
}
button.disabled,
button[disabled],
fieldset[disabled] button,
.cart.table-wrapper .actions-toolbar &gt; .action.disabled,
.cart.table-wrapper .actions-toolbar &gt; .action[disabled],
fieldset[disabled] .cart.table-wrapper .actions-toolbar &gt; .action,
.action-gift.disabled,
.action-gift[disabled],
fieldset[disabled] .action-gift {
  opacity: 0.5;
  cursor: default;
  pointer-events: none;
}
button::-moz-focus-inner,
.cart.table-wrapper .actions-toolbar &gt; .action::-moz-focus-inner,
.action-gift::-moz-focus-inner {
  border: 0;
  padding: 0;
}
input[type="text"],
input[type="password"],
input[type="url"],
input[type="tel"],
input[type="search"],
input[type="number"],
input[type="datetime"],
input[type="email"] {
  background: #ffffff;
  background-clip: padding-box;
  border: 1px solid #c2c2c2;
  border-radius: 1px;
  font-family: 'Lora';
  font-size: 14px;
  height: 32px;
  line-height: 1.42857143;
  padding: 0 9px;
  vertical-align: baseline;
  width: 100%;
  box-sizing: border-box;
}
input[type="text"]:disabled,
input[type="password"]:disabled,
input[type="url"]:disabled,
input[type="tel"]:disabled,
input[type="search"]:disabled,
input[type="number"]:disabled,
input[type="datetime"]:disabled,
input[type="email"]:disabled {
  opacity: 0.5;
}
input[type="text"]::-moz-placeholder,
input[type="password"]::-moz-placeholder,
input[type="url"]::-moz-placeholder,
input[type="tel"]::-moz-placeholder,
input[type="search"]::-moz-placeholder,
input[type="number"]::-moz-placeholder,
input[type="datetime"]::-moz-placeholder,
input[type="email"]::-moz-placeholder {
  color: #c2c2c2;
}
input[type="text"]::-webkit-input-placeholder,
input[type="password"]::-webkit-input-placeholder,
input[type="url"]::-webkit-input-placeholder,
input[type="tel"]::-webkit-input-placeholder,
input[type="search"]::-webkit-input-placeholder,
input[type="number"]::-webkit-input-placeholder,
input[type="datetime"]::-webkit-input-placeholder,
input[type="email"]::-webkit-input-placeholder {
  color: #c2c2c2;
}
input[type="text"]:-ms-input-placeholder,
input[type="password"]:-ms-input-placeholder,
input[type="url"]:-ms-input-placeholder,
input[type="tel"]:-ms-input-placeholder,
input[type="search"]:-ms-input-placeholder,
input[type="number"]:-ms-input-placeholder,
input[type="datetime"]:-ms-input-placeholder,
input[type="email"]:-ms-input-placeholder {
  color: #c2c2c2;
}
input[type="number"] {
  -moz-appearance: textfield;
}
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
input[type="search"] {
  -webkit-appearance: none;
}
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration,
input[type="search"]::-webkit-search-results-button,
input[type="search"]::-webkit-search-results-decoration {
  -webkit-appearance: none;
}
select {
  background: #ffffff;
  background-clip: padding-box;
  border: 1px solid #c2c2c2;
  border-radius: 1px;
  font-family: 'Lora';
  font-size: 14px;
  height: 32px;
  line-height: 1.42857143;
  padding: 5px 10px 4px;
  vertical-align: baseline;
  width: 100%;
  box-sizing: border-box;
}
select:disabled {
  opacity: 0.5;
}
select[multiple] {
  height: auto;
  background-image: none;
}
textarea {
  background: #ffffff;
  background-clip: padding-box;
  border: 1px solid #c2c2c2;
  border-radius: 1px;
  font-family: 'Lora';
  font-size: 14px;
  height: auto;
  line-height: 1.42857143;
  margin: 0;
  padding: 10px;
  vertical-align: baseline;
  width: 100%;
  box-sizing: border-box;
  resize: vertical;
}
textarea:disabled {
  opacity: 0.5;
}
textarea::-moz-placeholder {
  color: #c2c2c2;
}
textarea::-webkit-input-placeholder {
  color: #c2c2c2;
}
textarea:-ms-input-placeholder {
  color: #c2c2c2;
}
input[type="checkbox"] {
  margin: 2px 5px 0 0;
  position: relative;
  top: 2px;
}
input[type="checkbox"]:disabled {
  opacity: 0.5;
}
input[type="radio"] {
  margin: 2px 5px 0 0;
}
input[type="radio"]:disabled {
  opacity: 0.5;
}
input.mage-error,
select.mage-error,
textarea.mage-error {
  border-color: #ed8380;
}
div.mage-error[generated] {
  color: #e02b27;
  font-size: 1.2rem;
}
input[type="button"],
input[type="reset"],
input[type="submit"] {
  cursor: pointer;
  -webkit-appearance: button;
}
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}
form {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
address {
  font-style: normal;
}
*:focus {
  box-shadow: none;
  outline: 0;
}
._keyfocus *:focus,
input:not([disabled]):focus,
textarea:not([disabled]):focus,
select:not([disabled]):focus {
  box-shadow: 0 0 3px 1px #68a8e0;
}
/**
 * Copyright Â© Magento, Inc. All rights reserved.
 * See COPYING.txt for license details.
 */
.bundle-options-container .block-bundle-summary .bundle.items,
.product-items,
.prices-tier,
.cart-container .checkout-methods-items,
.opc-wrapper .opc,
.opc-progress-bar,
.checkout-agreements-items,
.items,
.block-wishlist-management .wishlist-select-items,
.paypal-review .items-qty,
.order-details-items .items-qty,
.footer.content ul,
.block-banners .banner-items,
.block-banners-inline .banner-items,
.block-event .slider-panel .slider {
  margin: 0;
  padding: 0;
  list-style: none none;
}
.bundle-options-container .block-bundle-summary .bundle.items &gt; li,
.product-items &gt; li,
.prices-tier &gt; li,
.cart-container .checkout-methods-items &gt; li,
.opc-wrapper .opc &gt; li,
.opc-progress-bar &gt; li,
.checkout-agreements-items &gt; li,
.items &gt; li,
.block-wishlist-management .wishlist-select-items &gt; li,
.paypal-review .items-qty &gt; li,
.order-details-items .items-qty &gt; li,
.footer.content ul &gt; li,
.block-banners .banner-items &gt; li,
.block-banners-inline .banner-items &gt; li,
.block-event .slider-panel .slider &gt; li {
  margin: 0;
}
.abs-action-addto-product,
.block-event .slider-panel .slider .item .action.event,
.bundle-options-container .block-bundle-summary .product-addto-links &gt; .action,
.product-info-main .action.tocompare,
.product-options-bottom .action.tocompare,
.product-info-main .action.towishlist,
.product-options-bottom .action.towishlist,
.block-bundle-summary .action.towishlist {
  background-image: none;
  background: #f2f2f2;
  border: 1px solid #cdcdcd;
  color: #333333;
  cursor: pointer;
  font-family: 'Lora';
  font-weight: 700;
  margin: 0;
  padding: 7px 15px;
  font-size: 1.4rem;
  line-height: 1.6rem;
  box-sizing: border-box;
  vertical-align: middle;
  display: inline-block;
  text-decoration: none;
  border-radius: 3px;
}
.abs-action-link-button:focus,
.abs-action-link-button:active,
.abs-action-addto-product:focus,
.abs-action-addto-product:active,
.block-event .slider-panel .slider .item .action.event:focus,
.block-event .slider-panel .slider .item .action.event:active,
.bundle-options-container .block-bundle-summary .product-addto-links &gt; .action:focus,
.bundle-options-container .block-bundle-summary .product-addto-links &gt; .action:active,
.product-info-main .action.tocompare:focus,
.product-info-main .action.tocompare:active,
.product-options-bottom .action.tocompare:focus,
.product-options-bottom .action.tocompare:active,
.product-info-main .action.towishlist:focus,
.product-info-main .action.towishlist:active,
.product-options-bottom .action.towishlist:focus,
.product-options-bottom .action.towishlist:active,
.block-bundle-summary .action.towishlist:focus,
.block-bundle-summary .action.towishlist:active {
  background: #e2e2e2;
  border: 1px solid #cdcdcd;
  color: #333333;
}
.abs-action-link-button:hover,
.abs-action-addto-product:hover,
.block-event .slider-panel .slider .item .action.event:hover,
.bundle-options-container .block-bundle-summary .product-addto-links &gt; .action:hover,
.product-info-main .action.tocompare:hover,
.product-options-bottom .action.tocompare:hover,
.product-info-main .action.towishlist:hover,
.product-options-bottom .action.towishlist:hover,
.block-bundle-summary .action.towishlist:hover {
  background: #e2e2e2;
  border: 1px solid #cdcdcd;
  color: #555555;
}
.abs-action-link-button.disabled,
.abs-action-link-button[disabled],
fieldset[disabled] .abs-action-link-button,
.abs-action-addto-product.disabled,
.abs-action-addto-product[disabled],
fieldset[disabled] .abs-action-addto-product,
.block-event .slider-panel .slider .item .action.event.disabled,
.block-event .slider-panel .slider .item .action.event[disabled],
fieldset[disabled] .block-event .slider-panel .slider .item .action.event,
.bundle-options-container .block-bundle-summary .product-addto-links &gt; .action.disabled,
.bundle-options-container .block-bundle-summary .product-addto-links &gt; .action[disabled],
fieldset[disabled] .bundle-options-container .block-bundle-summary .product-addto-links &gt; .action,
.product-info-main .action.tocompare.disabled,
.product-info-main .action.tocompare[disabled],
fieldset[disabled] .product-info-main .action.tocompare,
.product-options-bottom .action.tocompare.disabled,
.product-options-bottom .action.tocompare[disabled],
fieldset[disabled] .product-options-bottom .action.tocompare,
.product-info-main .action.towishlist.disabled,
.product-info-main .action.towishlist[disabled],
fieldset[disabled] .product-info-main .action.towishlist,
.product-options-bottom .action.towishlist.disabled,
.product-options-bottom .action.towishlist[disabled],
fieldset[disabled] .product-options-bottom .action.towishlist,
.block-bundle-summary .action.towishlist.disabled,
.block-bundle-summary .action.towishlist[disabled],
fieldset[disabled] .block-bundle-summary .action.towishlist {
  opacity: 0.5;
  cursor: default;
  pointer-events: none;
}
.abs-action-link-button:hover,
.abs-action-link-button:active,
.abs-action-link-button:focus,
.abs-action-addto-product:hover,
.abs-action-addto-product:active,
.abs-action-addto-product:focus,
.block-event .slider-panel .slider .item .action.event:hover,
.block-event .slider-panel .slider .item .action.event:active,
.block-event .slider-panel .slider .item .action.event:focus,
.bundle-options-container .block-bundle-summary .product-addto-links &gt; .action:hover,
.bundle-options-container .block-bundle-summary .product-addto-links &gt; .action:active,
.bundle-options-container .block-bundle-summary .product-addto-links &gt; .action:focus,
.product-info-main .action.tocompare:hover,
.product-info-main .action.tocompare:active,
.product-info-main .action.tocompare:focus,
.product-options-bottom .action.tocompare:hover,
.product-options-bottom .action.tocompare:active,
.product-options-bottom .action.tocompare:focus,
.product-info-main .action.towishlist:hover,
.product-info-main .action.towishlist:active,
.product-info-main .action.towishlist:focus,
.product-options-bottom .action.towishlist:hover,
.product-options-bottom .action.towishlist:active,
.product-options-bottom .action.towishlist:focus,
.block-bundle-summary .action.towishlist:hover,
.block-bundle-summary .action.towishlist:active,
.block-bundle-summary .action.towishlist:focus {
  text-decoration: none;
}
.cart.table-wrapper .item-options dt,
.opc-block-summary .items-in-cart .product .item-options dt,
.block-giftregistry-shared-items .product .item-options dt,
.multicheckout .item-options dt {
  clear: left;
  float: left;
  margin: 0 10px 5px 0;
}
.cart.table-wrapper .item-options dt:after,
.opc-block-summary .items-in-cart .product .item-options dt:after,
.block-giftregistry-shared-items .product .item-options dt:after,
.multicheckout .item-options dt:after {
  content: ': ';
}
.cart.table-wrapper .item-options dd,
.opc-block-summary .items-in-cart .product .item-options dd,
.block-giftregistry-shared-items .product .item-options dd,
.multicheckout .item-options dd {
  display: inline-block;
  float: left;
  margin: 0 0 5px;
}
.actions-toolbar &gt; .primary .action,
.actions-toolbar &gt; .secondary .action {
  width: 100%;
}
.products-list .product-image-wrapper,
.cart.table-wrapper .product-image-wrapper,
.minicart-items .product-image-wrapper,
.block-giftregistry-shared-items .product-image-wrapper {
  height: auto;
  padding: 0 !important;
}
.products-list .product-image-wrapper .product-image-photo,
.cart.table-wrapper .product-image-wrapper .product-image-photo,
.minicart-items .product-image-wrapper .product-image-photo,
.block-giftregistry-shared-items .product-image-wrapper .product-image-photo {
  position: static;
}
.product.media .product.photo .photo.image {
  display: block;
  height: auto;
  margin: 0 auto;
  max-width: 100%;
}
.amazon-validate-container .block .block-title,
.login-container .block .block-title {
  font-size: 1.8rem;
  border-bottom: 1px solid #e8e8e8;
  margin-bottom: 15px;
  padding-bottom: 12px;
}
.amazon-validate-container .block .block-title strong,
.login-container .block .block-title strong {
  font-weight: 500;
}
.abs-account-blocks .block-title,
.block-compare .block-title,
.block-giftregistry-results .block-title,
.block-giftregistry-shared-items .block-title,
.block-wishlist-search-results .block-title,
.block-reorder .block-title,
.block-wishlist .block-title,
.widget .block-title,
.account .column.main .block:not(.widget) .block-title,
.multicheckout .block-title,
.paypal-review .block .block-title,
.magento-rma-guest-returns .column.main .block:not(.widget) .block-title,
[class^='sales-guest-'] .column.main .block:not(.widget) .block-title,
.sales-guest-view .column.main .block:not(.widget) .block-title {
  margin-bottom: 15px;
}
.abs-account-blocks .block-title &gt; strong,
.block-compare .block-title &gt; strong,
.block-giftregistry-results .block-title &gt; strong,
.block-giftregistry-shared-items .block-title &gt; strong,
.block-wishlist-search-results .block-title &gt; strong,
.block-reorder .block-title &gt; strong,
.block-wishlist .block-title &gt; strong,
.widget .block-title &gt; strong,
.account .column.main .block:not(.widget) .block-title &gt; strong,
.multicheckout .block-title &gt; strong,
.paypal-review .block .block-title &gt; strong,
.magento-rma-guest-returns .column.main .block:not(.widget) .block-title &gt; strong,
[class^='sales-guest-'] .column.main .block:not(.widget) .block-title &gt; strong,
.sales-guest-view .column.main .block:not(.widget) .block-title &gt; strong {
  font-weight: 300;
  line-height: 1.1;
  font-size: 1.8rem;
  margin-top: 1.5rem;
  margin-bottom: 1rem;
}
.account .column.main .block:not(.widget) .block-title &gt; .action,
.multicheckout .block-title &gt; .action,
.paypal-review .block .block-title &gt; .action,
.magento-rma-guest-returns .column.main .block:not(.widget) .block-title &gt; .action,
[class^='sales-guest-'] .column.main .block:not(.widget) .block-title &gt; .action,
.sales-guest-view .column.main .block:not(.widget) .block-title &gt; .action {
  margin-left: 15px;
}
.account .column.main .block:not(.widget) .box-title,
.multicheckout .box-title,
.paypal-review .block .box-title,
.magento-rma-guest-returns .column.main .block:not(.widget) .box-title,
[class^='sales-guest-'] .column.main .block:not(.widget) .box-title,
.sales-guest-view .column.main .block:not(.widget) .box-title {
  display: inline-block;
  margin: 0 0 5px;
}
.account .column.main .block:not(.widget) .box-title &gt; span,
.multicheckout .box-title &gt; span,
.paypal-review .block .box-title &gt; span,
.magento-rma-guest-returns .column.main .block:not(.widget) .box-title &gt; span,
[class^='sales-guest-'] .column.main .block:not(.widget) .box-title &gt; span,
.sales-guest-view .column.main .block:not(.widget) .box-title &gt; span {
  font-weight: 700;
  line-height: 1.1;
  font-size: 1.4rem;
  margin-top: 2rem;
  margin-bottom: 2rem;
}
.account .column.main .block:not(.widget) .box-title &gt; .action,
.multicheckout .box-title &gt; .action,
.paypal-review .block .box-title &gt; .action,
.magento-rma-guest-returns .column.main .block:not(.widget) .box-title &gt; .action,
[class^='sales-guest-'] .column.main .block:not(.widget) .box-title &gt; .action,
.sales-guest-view .column.main .block:not(.widget) .box-title &gt; .action {
  font-weight: 400;
  margin-left: 10px;
}
.account .column.main .block:not(.widget) .block-content p:last-child,
.multicheckout .block-content p:last-child,
.paypal-review .block .block-content p:last-child,
.magento-rma-guest-returns .column.main .block:not(.widget) .block-content p:last-child,
[class^='sales-guest-'] .column.main .block:not(.widget) .block-content p:last-child,
.sales-guest-view .column.main .block:not(.widget) .block-content p:last-child {
  margin-bottom: 0;
}
.account .column.main .block:not(.widget) .block-content .box,
.multicheckout .block-content .box,
.paypal-review .block .block-content .box,
.magento-rma-guest-returns .column.main .block:not(.widget) .block-content .box,
[class^='sales-guest-'] .column.main .block:not(.widget) .block-content .box,
.sales-guest-view .column.main .block:not(.widget) .block-content .box {
  margin-bottom: 20px;
}
.giftregisty-dropdown,
.wishlist-dropdown {
  display: inline-block;
  position: relative;
}
.abs-dropdown-simple:before,
.abs-dropdown-simple:after,
.giftregisty-dropdown:before,
.giftregisty-dropdown:after,
.wishlist-dropdown:before,
.wishlist-dropdown:after {
  content: '';
  display: table;
}
.abs-dropdown-simple:after,
.giftregisty-dropdown:after,
.wishlist-dropdown:after {
  clear: both;
}
.abs-dropdown-simple .action.toggle,
.giftregisty-dropdown .action.toggle,
.wishlist-dropdown .action.toggle {
  cursor: pointer;
  display: inline-block;
  text-decoration: none;
}
.abs-dropdown-simple .action.toggle:after,
.giftregisty-dropdown .action.toggle:after,
.wishlist-dropdown .action.toggle:after {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 22px;
  line-height: 22px;
  color: inherit;
  content: '\e607';
  font-family: 'icons-blank-theme';
  margin: 0 0 0 5px;
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.abs-dropdown-simple .action.toggle:hover:after,
.giftregisty-dropdown .action.toggle:hover:after,
.wishlist-dropdown .action.toggle:hover:after {
  color: inherit;
}
.abs-dropdown-simple .action.toggle:active:after,
.giftregisty-dropdown .action.toggle:active:after,
.wishlist-dropdown .action.toggle:active:after {
  color: inherit;
}
.abs-dropdown-simple .action.toggle.active,
.giftregisty-dropdown .action.toggle.active,
.wishlist-dropdown .action.toggle.active {
  display: inline-block;
  text-decoration: none;
}
.abs-dropdown-simple .action.toggle.active:after,
.giftregisty-dropdown .action.toggle.active:after,
.wishlist-dropdown .action.toggle.active:after {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 22px;
  line-height: 22px;
  color: inherit;
  content: '\e618';
  font-family: 'icons-blank-theme';
  margin: 0 0 0 5px;
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.abs-dropdown-simple .action.toggle.active:hover:after,
.giftregisty-dropdown .action.toggle.active:hover:after,
.wishlist-dropdown .action.toggle.active:hover:after {
  color: inherit;
}
.abs-dropdown-simple .action.toggle.active:active:after,
.giftregisty-dropdown .action.toggle.active:active:after,
.wishlist-dropdown .action.toggle.active:active:after {
  color: inherit;
}
.abs-dropdown-simple ul.dropdown,
.giftregisty-dropdown ul.dropdown,
.wishlist-dropdown ul.dropdown {
  margin: 0;
  padding: 0;
  list-style: none none;
  background: #ffffff;
  border: 1px solid #bbbbbb;
  margin-top: 4px;
  min-width: 200px;
  z-index: 100;
  box-sizing: border-box;
  display: none;
  position: absolute;
  top: 100%;
  box-shadow: 0 3px 3px rgba(0, 0, 0, 0.15);
}
.abs-dropdown-simple ul.dropdown li,
.giftregisty-dropdown ul.dropdown li,
.wishlist-dropdown ul.dropdown li {
  margin: 0;
  padding: 5px 5px 5px 23px;
}
.abs-dropdown-simple ul.dropdown li:hover,
.giftregisty-dropdown ul.dropdown li:hover,
.wishlist-dropdown ul.dropdown li:hover {
  background: #e8e8e8;
  cursor: pointer;
}
.abs-dropdown-simple ul.dropdown:before,
.abs-dropdown-simple ul.dropdown:after,
.giftregisty-dropdown ul.dropdown:before,
.giftregisty-dropdown ul.dropdown:after,
.wishlist-dropdown ul.dropdown:before,
.wishlist-dropdown ul.dropdown:after {
  border-bottom-style: solid;
  content: '';
  display: block;
  height: 0;
  position: absolute;
  width: 0;
}
.abs-dropdown-simple ul.dropdown:before,
.giftregisty-dropdown ul.dropdown:before,
.wishlist-dropdown ul.dropdown:before {
  border: 6px solid;
  border-color: transparent transparent #ffffff transparent;
  z-index: 99;
}
.abs-dropdown-simple ul.dropdown:after,
.giftregisty-dropdown ul.dropdown:after,
.wishlist-dropdown ul.dropdown:after {
  border: 7px solid;
  border-color: transparent transparent #bbbbbb transparent;
  z-index: 98;
}
.abs-dropdown-simple ul.dropdown:before,
.giftregisty-dropdown ul.dropdown:before,
.wishlist-dropdown ul.dropdown:before {
  left: 10px;
  top: -12px;
}
.abs-dropdown-simple ul.dropdown:after,
.giftregisty-dropdown ul.dropdown:after,
.wishlist-dropdown ul.dropdown:after {
  left: 9px;
  top: -14px;
}
.abs-dropdown-simple.active,
.giftregisty-dropdown.active,
.wishlist-dropdown.active {
  overflow: visible;
}
.abs-dropdown-simple.active ul.dropdown,
.giftregisty-dropdown.active ul.dropdown,
.wishlist-dropdown.active ul.dropdown {
  display: block;
}
.column .block-addbysku .qty .qty,
.bundle-options-container .input-text.qty,
.cart.table-wrapper .col.qty .input-text,
.account .table-return-items .qty .input-text,
.table-giftregistry-items .field.qty .qty,
.block-giftregistry-shared-items .qty .qty,
.table.grouped .control .qty,
.block-wishlist-info-items .input-text.qty,
.multicheckout .table-wrapper .col .qty .input-text,
.account .table-wrapper .data.table.wishlist .box-tocart .qty,
.products-grid.wishlist .product-item .box-tocart input.qty,
.sidebar .block-addbysku .fieldset .fields .field.qty .qty {
  text-align: center;
  width: 47px;
}
.block,
.sidebar .widget.block:not(:last-child),
.sidebar .widget:not(:last-child),
.block-banners,
.block-banners-inline {
  margin-bottom: 40px;
}
.sidebar .action.delete,
.table-comparison .cell.remove .action.delete,
.block-compare .action.delete,
.filtered .item .action.remove {
  display: inline-block;
  text-decoration: none;
}
.abs-remove-button-for-blocks &gt; span,
.sidebar .action.delete &gt; span,
.table-comparison .cell.remove .action.delete &gt; span,
.block-compare .action.delete &gt; span,
.filtered .item .action.remove &gt; span {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.abs-remove-button-for-blocks:before,
.sidebar .action.delete:before,
.table-comparison .cell.remove .action.delete:before,
.block-compare .action.delete:before,
.filtered .item .action.remove:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 26px;
  line-height: 15px;
  color: #303030;
  content: '\e616';
  font-family: 'icons-blank-theme';
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.abs-remove-button-for-blocks:hover:before,
.sidebar .action.delete:hover:before,
.table-comparison .cell.remove .action.delete:hover:before,
.block-compare .action.delete:hover:before,
.filtered .item .action.remove:hover:before {
  color: #303030;
}
.abs-remove-button-for-blocks:active:before,
.sidebar .action.delete:active:before,
.table-comparison .cell.remove .action.delete:active:before,
.block-compare .action.delete:active:before,
.filtered .item .action.remove:active:before {
  color: #303030;
}
.product-item-name,
.product.name a {
  font-weight: 400;
}
.product-item-name &gt; a,
.product.name a &gt; a {
  color: #333333;
  text-decoration: none;
}
.abs-product-link &gt; a:visited,
.product-item-name &gt; a:visited,
.product.name a &gt; a:visited {
  color: #333333;
  text-decoration: underline;
}
.abs-product-link &gt; a:hover,
.product-item-name &gt; a:hover,
.product.name a &gt; a:hover {
  color: #333333;
  text-decoration: underline;
}
.abs-product-link &gt; a:active,
.product-item-name &gt; a:active,
.product.name a &gt; a:active {
  color: #333333;
  text-decoration: underline;
}
.form.giftregistry.items .actions-toolbar,
.form-new-agreement .actions-toolbar,
.fieldset .review-legend.legend,
.form.wishlist.items .actions-toolbar {
  margin-left: 0;
}
.abs-add-fields .action.remove,
.form-giftregistry-share .action.remove,
.form-giftregistry-edit .action.remove,
.form-add-invitations .action.remove,
.form-create-return .action.remove,
.form.send.friend .action.remove {
  left: 10px;
  margin-left: 70%;
  position: absolute;
  top: 31px;
  width: auto;
}
.form-giftregistry-share .fieldset,
.form-giftregistry-edit .fieldset,
.form-add-invitations .fieldset,
.form-create-return .fieldset,
.form.send.friend .fieldset {
  margin-bottom: 50px;
}
.form-giftregistry-share .fieldset .field:not(.choice) .control,
.form-giftregistry-edit .fieldset .field:not(.choice) .control,
.form-add-invitations .fieldset .field:not(.choice) .control,
.form-create-return .fieldset .field:not(.choice) .control,
.form.send.friend .fieldset .field:not(.choice) .control {
  width: 70%;
}
.form-giftregistry-share .fieldset .actions-toolbar:not(:first-child) &gt; .secondary,
.form-giftregistry-edit .fieldset .actions-toolbar:not(:first-child) &gt; .secondary,
.form-add-invitations .fieldset .actions-toolbar:not(:first-child) &gt; .secondary,
.form-create-return .fieldset .actions-toolbar:not(:first-child) &gt; .secondary,
.form.send.friend .fieldset .actions-toolbar:not(:first-child) &gt; .secondary {
  float: left;
}
.form-giftregistry-share .fieldset .actions-toolbar:not(:first-child) &gt; .secondary .action.add,
.form-giftregistry-edit .fieldset .actions-toolbar:not(:first-child) &gt; .secondary .action.add,
.form-add-invitations .fieldset .actions-toolbar:not(:first-child) &gt; .secondary .action.add,
.form-create-return .fieldset .actions-toolbar:not(:first-child) &gt; .secondary .action.add,
.form.send.friend .fieldset .actions-toolbar:not(:first-child) &gt; .secondary .action.add {
  margin-top: 30px;
}
.form-giftregistry-share .fieldset .fields .actions-toolbar,
.form-giftregistry-edit .fieldset .fields .actions-toolbar,
.form-add-invitations .fieldset .fields .actions-toolbar,
.form-create-return .fieldset .fields .actions-toolbar,
.form.send.friend .fieldset .fields .actions-toolbar {
  margin: 0;
}
.form-giftregistry-share .message.notice,
.form-giftregistry-edit .message.notice,
.form-add-invitations .message.notice,
.form-create-return .message.notice,
.form.send.friend .message.notice {
  margin: 30px 0 0;
}
.form-giftregistry-share .additional,
.form-giftregistry-edit .additional,
.form-add-invitations .additional,
.form-create-return .additional,
.form.send.friend .additional {
  margin-top: 55px;
  position: relative;
}
.order-details-items .order-items .order-gift-message:not(.expanded-content) {
  height: 0;
  visibility: hidden;
}
.fieldset &gt; .field.no-label &gt; .label,
.fieldset &gt; .fields &gt; .field.no-label &gt; .label,
.product-item-actions .actions-secondary &gt; .action span,
.table-comparison .cell.label.remove span,
.table-comparison .cell.label.product span,
.cart.table-wrapper .col.qty .label,
.minicart-wrapper .action.showcart .text,
.minicart-wrapper .action.showcart .counter-label,
.checkout-index-index .page-title-wrapper,
.checkout-payment-method .field-select-billing &gt; .label,
.checkout-payment-method .payments .legend,
.checkout-payment-method .ccard .legend,
.fieldset .fullname.field &gt; .label,
.account .column.main .limiter &gt; .label,
.field.street .field .label,
.account-nav .title,
.page-product-downloadable .product-options-wrapper .fieldset .legend.links-title,
.page-product-giftcard .fieldset.giftcard &gt; .legend,
.opc-wrapper .form-giftcard-account .field .label,
.filter-options-content .filter-count-label,
.block-wishlist-search-form .form-wishlist-search .fieldset &gt; .legend,
.page-multiple-wishlist .page-title-wrapper .page-title,
.multicheckout .table-wrapper .col .label,
.multicheckout .block .methods-shipping .item-content .fieldset &gt; .legend,
.block.newsletter .label,
.block-reorder .product-item .label,
.opc-wrapper .form-discount .field .label,
.products-grid.wishlist .product-item .comment-box .label,
.action.skip:not(:focus),
.page-header .switcher .label,
.page-footer .switcher .label {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.shipping-policy-block.field-tooltip .field-tooltip-action span {
  clip: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  position: static;
  width: auto;
}
.abs-add-clearfix:before,
.abs-add-clearfix:after,
.abs-add-fields .fieldset .actions-toolbar:not(:first-child):before,
.abs-add-fields .fieldset .actions-toolbar:not(:first-child):after,
.payment-method-braintree .hosted-date-wrap:before,
.payment-method-braintree .hosted-date-wrap:after,
.toolbar:before,
.toolbar:after,
.toolbar-products:before,
.toolbar-products:after,
.sidebar .product-items-images:before,
.sidebar .product-items-images:after,
.cart.table-wrapper .actions-toolbar:before,
.cart.table-wrapper .actions-toolbar:after,
.cart.table-wrapper .item-options:before,
.cart.table-wrapper .item-options:after,
.minicart-items .product-item &gt; .product:before,
.minicart-items .product-item &gt; .product:after,
.checkout-container:before,
.checkout-container:after,
.checkout-onepage-success:before,
.checkout-onepage-success:after,
.opc-estimated-wrapper:before,
.opc-estimated-wrapper:after,
.opc-wrapper .field.addresses:before,
.opc-wrapper .field.addresses:after,
.opc-block-summary .items-in-cart .product .item-options:before,
.opc-block-summary .items-in-cart .product .item-options:after,
.fieldset .fullname .field:before,
.fieldset .fullname .field:after,
.page-product-downloadable .product-add-form:before,
.page-product-downloadable .product-add-form:after,
.gift-options:before,
.gift-options:after,
.gift-item-block .content:before,
.gift-item-block .content:after,
.order-details-items .order-gift-message:before,
.order-details-items .order-gift-message:after,
.order-details-items .block-order-details-gift-message:before,
.order-details-items .block-order-details-gift-message:after,
.block-giftregistry-shared-items .product .item-options:before,
.block-giftregistry-shared-items .product .item-options:after,
.gift-wrapping-list:before,
.gift-wrapping-list:after,
.opc-wrapper .data.table .gift-wrapping:before,
.opc-wrapper .data.table .gift-wrapping:after,
.table-order-items .gift-wrapping:before,
.table-order-items .gift-wrapping:after,
.table-order-review .gift-wrapping:before,
.table-order-review .gift-wrapping:after,
.order-options .product:before,
.order-options .product:after,
.map-popup .map-info-price:before,
.map-popup .map-info-price:after,
.multicheckout .item-options:before,
.multicheckout .item-options:after,
.multicheckout .block:before,
.multicheckout .block:after,
.multicheckout .block-content:before,
.multicheckout .block-content:after,
.customer-review .product-details:before,
.customer-review .product-details:after,
.header.content:before,
.header.content:after,
.form-giftregistry-share .fieldset .actions-toolbar:not(:first-child):before,
.form-giftregistry-share .fieldset .actions-toolbar:not(:first-child):after,
.form-giftregistry-edit .fieldset .actions-toolbar:not(:first-child):before,
.form-giftregistry-edit .fieldset .actions-toolbar:not(:first-child):after,
.form-add-invitations .fieldset .actions-toolbar:not(:first-child):before,
.form-add-invitations .fieldset .actions-toolbar:not(:first-child):after,
.form-create-return .fieldset .actions-toolbar:not(:first-child):before,
.form-create-return .fieldset .actions-toolbar:not(:first-child):after,
.form.send.friend .fieldset .actions-toolbar:not(:first-child):before,
.form.send.friend .fieldset .actions-toolbar:not(:first-child):after {
  content: '';
  display: table;
}
.abs-add-clearfix:after,
.abs-add-fields .fieldset .actions-toolbar:not(:first-child):after,
.payment-method-braintree .hosted-date-wrap:after,
.toolbar:after,
.toolbar-products:after,
.sidebar .product-items-images:after,
.cart.table-wrapper .actions-toolbar:after,
.cart.table-wrapper .item-options:after,
.minicart-items .product-item &gt; .product:after,
.checkout-container:after,
.checkout-onepage-success:after,
.opc-estimated-wrapper:after,
.opc-wrapper .field.addresses:after,
.opc-block-summary .items-in-cart .product .item-options:after,
.fieldset .fullname .field:after,
.page-product-downloadable .product-add-form:after,
.gift-options:after,
.gift-item-block .content:after,
.order-details-items .order-gift-message:after,
.order-details-items .block-order-details-gift-message:after,
.block-giftregistry-shared-items .product .item-options:after,
.gift-wrapping-list:after,
.opc-wrapper .data.table .gift-wrapping:after,
.table-order-items .gift-wrapping:after,
.table-order-review .gift-wrapping:after,
.order-options .product:after,
.map-popup .map-info-price:after,
.multicheckout .item-options:after,
.multicheckout .block:after,
.multicheckout .block-content:after,
.customer-review .product-details:after,
.header.content:after,
.form-giftregistry-share .fieldset .actions-toolbar:not(:first-child):after,
.form-giftregistry-edit .fieldset .actions-toolbar:not(:first-child):after,
.form-add-invitations .fieldset .actions-toolbar:not(:first-child):after,
.form-create-return .fieldset .actions-toolbar:not(:first-child):after,
.form.send.friend .fieldset .actions-toolbar:not(:first-child):after {
  clear: both;
}
.abs-field-date .control,
.abs-field-tooltip,
.columns .column.main,
.columns .sidebar-main,
.columns .sidebar-additional,
.column .block-addbysku .sku,
.bundle-options-container .block-bundle-summary,
.product-item,
.sidebar .product-items-images .product-item,
.search-autocomplete,
.cart-summary,
.opc-wrapper .shipping-address-item,
.shipping-policy-block.field-tooltip .field-tooltip-content,
.opc-block-summary,
.sidebar .block-addbysku .fieldset .fields .field.sku,
.block-event .slider-panel .slider .item .action.show,
.field.date .control,
.field .control._with-tooltip {
  box-sizing: border-box;
}
.abs-navigation-icon:after {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 34px;
  line-height: 1.2;
  color: inherit;
  content: '\e622';
  font-family: 'icons-blank-theme';
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.abs-split-button:before,
.abs-split-button:after {
  content: '';
  display: table;
}
.abs-split-button:after {
  clear: both;
}
.abs-split-button .action.split {
  float: left;
  margin: 0;
}
.abs-split-button .action.toggle {
  float: right;
  margin: 0;
}
.abs-split-button button.action.split,
.abs-split-button .cart.table-wrapper .actions-toolbar &gt; .action.action.split,
.abs-split-button .action-gift.action.split {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}
.abs-split-button button + .action.toggle,
.abs-split-button .cart.table-wrapper .actions-toolbar &gt; .action + .action.toggle,
.abs-split-button .action-gift + .action.toggle {
  border-bottom-left-radius: 0;
  border-left: 0;
  border-top-left-radius: 0;
}
.abs-split-button .action.toggle {
  padding: 4px 5px;
  display: inline-block;
  text-decoration: none;
}
.abs-split-button .action.toggle &gt; span {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.abs-split-button .action.toggle:after {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 22px;
  line-height: 22px;
  color: inherit;
  content: '\e607';
  font-family: 'icons-blank-theme';
  margin: 0;
  vertical-align: top;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.abs-split-button .action.toggle:hover:after {
  color: inherit;
}
.abs-split-button .action.toggle:active:after {
  color: inherit;
}
.abs-split-button .action.toggle.active {
  display: inline-block;
  text-decoration: none;
}
.abs-split-button .action.toggle.active &gt; span {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.abs-split-button .action.toggle.active:after {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 22px;
  line-height: 22px;
  color: inherit;
  content: '\e618';
  font-family: 'icons-blank-theme';
  margin: 0;
  vertical-align: top;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.abs-split-button .action.toggle.active:hover:after {
  color: inherit;
}
.abs-split-button .action.toggle.active:active:after {
  color: inherit;
}
.abs-split-button .items {
  margin: 0;
  padding: 0;
  list-style: none none;
  background: #ffffff;
  border: 1px solid #bbbbbb;
  margin-top: 4px;
  min-width: 100%;
  z-index: 100;
  box-sizing: border-box;
  display: none;
  position: absolute;
  top: 100%;
  box-shadow: 0 3px 3px rgba(0, 0, 0, 0.15);
}
.abs-split-button .items li {
  margin: 0;
  padding: 3px 5px;
}
.abs-split-button .items li:hover {
  background: #e8e8e8;
  cursor: pointer;
}
.abs-split-button .items:before,
.abs-split-button .items:after {
  border-bottom-style: solid;
  content: '';
  display: block;
  height: 0;
  position: absolute;
  width: 0;
}
.abs-split-button .items:before {
  border: 6px solid;
  border-color: transparent transparent #ffffff transparent;
  z-index: 99;
}
.abs-split-button .items:after {
  border: 7px solid;
  border-color: transparent transparent #bbbbbb transparent;
  z-index: 98;
}
.abs-split-button .items:before {
  right: 10px;
  top: -12px;
}
.abs-split-button .items:after {
  right: 9px;
  top: -14px;
}
.abs-split-button.active {
  overflow: visible;
}
.abs-split-button.active .items {
  display: block;
}
.bundle-options-container .block-bundle-summary .product-addto-links &gt; .action,
.product-info-main .action.tocompare,
.product-options-bottom .action.tocompare,
.product-info-main .action.towishlist,
.product-options-bottom .action.towishlist,
.block-bundle-summary .action.towishlist {
  line-height: 1.2rem;
  padding: 5px 8px;
  font-size: 1.1rem;
}
.product-item-actions .actions-secondary &gt; .action,
.table-comparison .wishlist.split.button &gt; .action.split,
.product-items .wishlist.split.button &gt; .action.split,
.product-items .action.towishlist,
.products.list.items .action.towishlist,
.table-comparison .action.towishlist {
  display: inline-block;
  text-decoration: none;
}
.abs-actions-addto-gridlist &gt; span,
.product-item-actions .actions-secondary &gt; .action &gt; span,
.table-comparison .wishlist.split.button &gt; .action.split &gt; span,
.product-items .wishlist.split.button &gt; .action.split &gt; span,
.product-items .action.towishlist &gt; span,
.products.list.items .action.towishlist &gt; span,
.table-comparison .action.towishlist &gt; span {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.abs-actions-addto-gridlist:before,
.product-item-actions .actions-secondary &gt; .action:before,
.table-comparison .wishlist.split.button &gt; .action.split:before,
.product-items .wishlist.split.button &gt; .action.split:before,
.product-items .action.towishlist:before,
.products.list.items .action.towishlist:before,
.table-comparison .action.towishlist:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 29px;
  line-height: 24px;
  color: #7d7d7d;
  font-family: 'icons-blank-theme';
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.abs-actions-addto-gridlist:hover:before,
.product-item-actions .actions-secondary &gt; .action:hover:before,
.table-comparison .wishlist.split.button &gt; .action.split:hover:before,
.product-items .wishlist.split.button &gt; .action.split:hover:before,
.product-items .action.towishlist:hover:before,
.products.list.items .action.towishlist:hover:before,
.table-comparison .action.towishlist:hover:before {
  color: #333333;
}
.bundle-actions .action.primary,
.bundle-options-container .block-bundle-summary .box-tocart .action.primary,
.product-info-main .box-tocart .action.tocart,
.product-options-bottom .box-tocart .action.tocart,
.cart-container .checkout-methods-items .action.primary,
.block-minicart .block-content &gt; .actions &gt; .primary .action.primary,
.methods-shipping .actions-toolbar .action.primary,
.block-authentication .action.action-register,
.block-authentication .action.action-login,
.checkout-payment-method .payment-method-content &gt; .actions-toolbar &gt; .primary .action.primary,
.form-address-edit .actions-toolbar .action.primary,
.multicheckout .action.primary {
  line-height: 1.5rem;
  padding: 14px 17px;
  font-size: 1.8rem;
}
.abs-action-remove,
.cart.table-wrapper .action.help.map,
.opc-wrapper .edit-address-link,
.opc-block-shipping-information .shipping-information-title .action-edit,
.action-auth-toggle,
.checkout-payment-method .checkout-billing-address .action-cancel,
.checkout-agreements-block .action-show,
.cart-summary .block.giftcard .action.check,
.gift-options .actions-toolbar .action-cancel,
.table-comparison .wishlist.split.button &gt; .action,
.product-items .wishlist.split.button &gt; .action,
.paypal-button-widget .paypal-button,
.abs-add-fields .action.remove,
.form-giftregistry-share .action.remove,
.form-giftregistry-edit .action.remove,
.form-add-invitations .action.remove,
.form-create-return .action.remove,
.form.send.friend .action.remove {
  line-height: 1.42857143;
  padding: 0;
  color: #1979c3;
  text-decoration: none;
  background: none;
  border: 0;
  display: inline;
  border-radius: 0;
  font-size: inherit;
  font-weight: 400;
}
.abs-action-button-as-link:visited,
.abs-action-remove:visited,
.cart.table-wrapper .action.help.map:visited,
.opc-wrapper .edit-address-link:visited,
.opc-block-shipping-information .shipping-information-title .action-edit:visited,
.action-auth-toggle:visited,
.checkout-payment-method .checkout-billing-address .action-cancel:visited,
.checkout-agreements-block .action-show:visited,
.cart-summary .block.giftcard .action.check:visited,
.gift-options .actions-toolbar .action-cancel:visited,
.table-comparison .wishlist.split.button &gt; .action:visited,
.product-items .wishlist.split.button &gt; .action:visited,
.paypal-button-widget .paypal-button:visited,
.abs-add-fields .action.remove:visited,
.form-giftregistry-share .action.remove:visited,
.form-giftregistry-edit .action.remove:visited,
.form-add-invitations .action.remove:visited,
.form-create-return .action.remove:visited,
.form.send.friend .action.remove:visited {
  color: #1979c3;
  text-decoration: none;
}
.abs-action-button-as-link:hover,
.abs-action-remove:hover,
.cart.table-wrapper .action.help.map:hover,
.opc-wrapper .edit-address-link:hover,
.opc-block-shipping-information .shipping-information-title .action-edit:hover,
.action-auth-toggle:hover,
.checkout-payment-method .checkout-billing-address .action-cancel:hover,
.checkout-agreements-block .action-show:hover,
.cart-summary .block.giftcard .action.check:hover,
.gift-options .actions-toolbar .action-cancel:hover,
.table-comparison .wishlist.split.button &gt; .action:hover,
.product-items .wishlist.split.button &gt; .action:hover,
.paypal-button-widget .paypal-button:hover,
.abs-add-fields .action.remove:hover,
.form-giftregistry-share .action.remove:hover,
.form-giftregistry-edit .action.remove:hover,
.form-add-invitations .action.remove:hover,
.form-create-return .action.remove:hover,
.form.send.friend .action.remove:hover {
  color: #006bb4;
  text-decoration: underline;
}
.abs-action-button-as-link:active,
.abs-action-remove:active,
.cart.table-wrapper .action.help.map:active,
.opc-wrapper .edit-address-link:active,
.opc-block-shipping-information .shipping-information-title .action-edit:active,
.action-auth-toggle:active,
.checkout-payment-method .checkout-billing-address .action-cancel:active,
.checkout-agreements-block .action-show:active,
.cart-summary .block.giftcard .action.check:active,
.gift-options .actions-toolbar .action-cancel:active,
.table-comparison .wishlist.split.button &gt; .action:active,
.product-items .wishlist.split.button &gt; .action:active,
.paypal-button-widget .paypal-button:active,
.abs-add-fields .action.remove:active,
.form-giftregistry-share .action.remove:active,
.form-giftregistry-edit .action.remove:active,
.form-add-invitations .action.remove:active,
.form-create-return .action.remove:active,
.form.send.friend .action.remove:active {
  color: #ff5501;
  text-decoration: underline;
}
.abs-action-button-as-link:hover,
.abs-action-button-as-link:active,
.abs-action-button-as-link:focus,
.abs-action-remove:hover,
.abs-action-remove:active,
.abs-action-remove:focus,
.cart.table-wrapper .action.help.map:hover,
.cart.table-wrapper .action.help.map:active,
.cart.table-wrapper .action.help.map:focus,
.opc-wrapper .edit-address-link:hover,
.opc-wrapper .edit-address-link:active,
.opc-wrapper .edit-address-link:focus,
.opc-block-shipping-information .shipping-information-title .action-edit:hover,
.opc-block-shipping-information .shipping-information-title .action-edit:active,
.opc-block-shipping-information .shipping-information-title .action-edit:focus,
.action-auth-toggle:hover,
.action-auth-toggle:active,
.action-auth-toggle:focus,
.checkout-payment-method .checkout-billing-address .action-cancel:hover,
.checkout-payment-method .checkout-billing-address .action-cancel:active,
.checkout-payment-method .checkout-billing-address .action-cancel:focus,
.checkout-agreements-block .action-show:hover,
.checkout-agreements-block .action-show:active,
.checkout-agreements-block .action-show:focus,
.cart-summary .block.giftcard .action.check:hover,
.cart-summary .block.giftcard .action.check:active,
.cart-summary .block.giftcard .action.check:focus,
.gift-options .actions-toolbar .action-cancel:hover,
.gift-options .actions-toolbar .action-cancel:active,
.gift-options .actions-toolbar .action-cancel:focus,
.table-comparison .wishlist.split.button &gt; .action:hover,
.table-comparison .wishlist.split.button &gt; .action:active,
.table-comparison .wishlist.split.button &gt; .action:focus,
.product-items .wishlist.split.button &gt; .action:hover,
.product-items .wishlist.split.button &gt; .action:active,
.product-items .wishlist.split.button &gt; .action:focus,
.paypal-button-widget .paypal-button:hover,
.paypal-button-widget .paypal-button:active,
.paypal-button-widget .paypal-button:focus,
.abs-add-fields .action.remove:hover,
.abs-add-fields .action.remove:active,
.abs-add-fields .action.remove:focus,
.form-giftregistry-share .action.remove:hover,
.form-giftregistry-share .action.remove:active,
.form-giftregistry-share .action.remove:focus,
.form-giftregistry-edit .action.remove:hover,
.form-giftregistry-edit .action.remove:active,
.form-giftregistry-edit .action.remove:focus,
.form-add-invitations .action.remove:hover,
.form-add-invitations .action.remove:active,
.form-add-invitations .action.remove:focus,
.form-create-return .action.remove:hover,
.form-create-return .action.remove:active,
.form-create-return .action.remove:focus,
.form.send.friend .action.remove:hover,
.form.send.friend .action.remove:active,
.form.send.friend .action.remove:focus {
  background: none;
  border: 0;
}
.abs-action-button-as-link.disabled,
.abs-action-button-as-link[disabled],
fieldset[disabled] .abs-action-button-as-link,
.abs-action-remove.disabled,
.abs-action-remove[disabled],
fieldset[disabled] .abs-action-remove,
.cart.table-wrapper .action.help.map.disabled,
.cart.table-wrapper .action.help.map[disabled],
fieldset[disabled] .cart.table-wrapper .action.help.map,
.opc-wrapper .edit-address-link.disabled,
.opc-wrapper .edit-address-link[disabled],
fieldset[disabled] .opc-wrapper .edit-address-link,
.opc-block-shipping-information .shipping-information-title .action-edit.disabled,
.opc-block-shipping-information .shipping-information-title .action-edit[disabled],
fieldset[disabled] .opc-block-shipping-information .shipping-information-title .action-edit,
.action-auth-toggle.disabled,
.action-auth-toggle[disabled],
fieldset[disabled] .action-auth-toggle,
.checkout-payment-method .checkout-billing-address .action-cancel.disabled,
.checkout-payment-method .checkout-billing-address .action-cancel[disabled],
fieldset[disabled] .checkout-payment-method .checkout-billing-address .action-cancel,
.checkout-agreements-block .action-show.disabled,
.checkout-agreements-block .action-show[disabled],
fieldset[disabled] .checkout-agreements-block .action-show,
.cart-summary .block.giftcard .action.check.disabled,
.cart-summary .block.giftcard .action.check[disabled],
fieldset[disabled] .cart-summary .block.giftcard .action.check,
.gift-options .actions-toolbar .action-cancel.disabled,
.gift-options .actions-toolbar .action-cancel[disabled],
fieldset[disabled] .gift-options .actions-toolbar .action-cancel,
.table-comparison .wishlist.split.button &gt; .action.disabled,
.table-comparison .wishlist.split.button &gt; .action[disabled],
fieldset[disabled] .table-comparison .wishlist.split.button &gt; .action,
.product-items .wishlist.split.button &gt; .action.disabled,
.product-items .wishlist.split.button &gt; .action[disabled],
fieldset[disabled] .product-items .wishlist.split.button &gt; .action,
.paypal-button-widget .paypal-button.disabled,
.paypal-button-widget .paypal-button[disabled],
fieldset[disabled] .paypal-button-widget .paypal-button,
.abs-add-fields .action.remove.disabled,
.abs-add-fields .action.remove[disabled],
fieldset[disabled] .abs-add-fields .action.remove,
.form-giftregistry-share .action.remove.disabled,
.form-giftregistry-share .action.remove[disabled],
fieldset[disabled] .form-giftregistry-share .action.remove,
.form-giftregistry-edit .action.remove.disabled,
.form-giftregistry-edit .action.remove[disabled],
fieldset[disabled] .form-giftregistry-edit .action.remove,
.form-add-invitations .action.remove.disabled,
.form-add-invitations .action.remove[disabled],
fieldset[disabled] .form-add-invitations .action.remove,
.form-create-return .action.remove.disabled,
.form-create-return .action.remove[disabled],
fieldset[disabled] .form-create-return .action.remove,
.form.send.friend .action.remove.disabled,
.form.send.friend .action.remove[disabled],
fieldset[disabled] .form.send.friend .action.remove {
  color: #1979c3;
  opacity: 0.5;
  cursor: default;
  pointer-events: none;
  text-decoration: underline;
}
.abs-action-remove:active,
.abs-action-remove:not(:focus),
.cart.table-wrapper .action.help.map:active,
.cart.table-wrapper .action.help.map:not(:focus),
.opc-wrapper .edit-address-link:active,
.opc-wrapper .edit-address-link:not(:focus),
.opc-block-shipping-information .shipping-information-title .action-edit:active,
.opc-block-shipping-information .shipping-information-title .action-edit:not(:focus),
.action-auth-toggle:active,
.action-auth-toggle:not(:focus),
.checkout-payment-method .checkout-billing-address .action-cancel:active,
.checkout-payment-method .checkout-billing-address .action-cancel:not(:focus),
.checkout-agreements-block .action-show:active,
.checkout-agreements-block .action-show:not(:focus),
.cart-summary .block.giftcard .action.check:active,
.cart-summary .block.giftcard .action.check:not(:focus),
.gift-options .actions-toolbar .action-cancel:active,
.gift-options .actions-toolbar .action-cancel:not(:focus),
.table-comparison .wishlist.split.button &gt; .action:active,
.table-comparison .wishlist.split.button &gt; .action:not(:focus),
.product-items .wishlist.split.button &gt; .action:active,
.product-items .wishlist.split.button &gt; .action:not(:focus),
.paypal-button-widget .paypal-button:active,
.paypal-button-widget .paypal-button:not(:focus),
.abs-add-fields .action.remove:active,
.abs-add-fields .action.remove:not(:focus),
.form-giftregistry-share .action.remove:active,
.form-giftregistry-share .action.remove:not(:focus),
.form-giftregistry-edit .action.remove:active,
.form-giftregistry-edit .action.remove:not(:focus),
.form-add-invitations .action.remove:active,
.form-add-invitations .action.remove:not(:focus),
.form-create-return .action.remove:active,
.form-create-return .action.remove:not(:focus),
.form.send.friend .action.remove:active,
.form.send.friend .action.remove:not(:focus) {
  box-shadow: none;
}
.block-compare .action.compare,
.cart-summary .actions-toolbar &gt; .primary button,
.cart-summary .form.giftregistry .fieldset .action.primary,
.paypal-review .block .actions-toolbar .action.primary,
.cart-summary .actions-toolbar &gt; .primary .cart.table-wrapper .actions-toolbar &gt; .action,
.cart-summary .actions-toolbar &gt; .primary .action-gift {
  background: #f2f2f2;
  border: 1px solid #cdcdcd;
  color: #333333;
}
.abs-revert-secondary-color:focus,
.abs-revert-secondary-color:active,
.block-compare .action.compare:focus,
.block-compare .action.compare:active,
.cart-summary .actions-toolbar &gt; .primary button:focus,
.cart-summary .actions-toolbar &gt; .primary button:active,
.cart-summary .form.giftregistry .fieldset .action.primary:focus,
.cart-summary .form.giftregistry .fieldset .action.primary:active,
.paypal-review .block .actions-toolbar .action.primary:focus,
.paypal-review .block .actions-toolbar .action.primary:active,
.cart-summary .actions-toolbar &gt; .primary .cart.table-wrapper .actions-toolbar &gt; .action:focus,
.cart-summary .actions-toolbar &gt; .primary .cart.table-wrapper .actions-toolbar &gt; .action:active,
.cart-summary .actions-toolbar &gt; .primary .action-gift:focus,
.cart-summary .actions-toolbar &gt; .primary .action-gift:active {
  background: #e2e2e2;
  border: 1px solid #cdcdcd;
  color: #333333;
}
.abs-revert-secondary-color:hover,
.block-compare .action.compare:hover,
.cart-summary .actions-toolbar &gt; .primary button:hover,
.cart-summary .form.giftregistry .fieldset .action.primary:hover,
.paypal-review .block .actions-toolbar .action.primary:hover,
.cart-summary .actions-toolbar &gt; .primary .cart.table-wrapper .actions-toolbar &gt; .action:hover,
.cart-summary .actions-toolbar &gt; .primary .action-gift:hover {
  background: #e2e2e2;
  border: 1px solid #cdcdcd;
  color: #555555;
}
.cart-summary .form.giftregistry .fieldset .action.primary {
  font-size: 1.4rem;
  line-height: 1.6rem;
  padding: 7px 15px;
}
.bundle-actions {
  margin: 10px 0;
}
.bundle-options-container .price-notice .price-including-tax,
.bundle-options-container .price-notice .price-excluding-tax,
.bundle-options-container .price-notice .weee,
.product-options-wrapper .field .price-notice .price-including-tax,
.product-options-wrapper .field .price-notice .price-excluding-tax,
.product-options-wrapper .field .price-notice .weee,
.cart-summary .price-including-tax,
.cart-summary .price-excluding-tax,
.cart-summary .weee,
.gift-summary .price-including-tax,
.gift-summary .price-excluding-tax,
.gift-summary .weee,
.gift-options .price-including-tax,
.gift-options .price-excluding-tax,
.gift-options .weee {
  font-size: 1.4rem;
  display: inline-block;
  white-space: nowrap;
}
.bundle-options-container .price-notice .price-including-tax + .price-excluding-tax,
.product-options-wrapper .field .price-notice .price-including-tax + .price-excluding-tax,
.cart-summary .price-including-tax + .price-excluding-tax,
.gift-summary .price-including-tax + .price-excluding-tax,
.gift-options .price-including-tax + .price-excluding-tax {
  display: inline-block;
  font-size: 1.1rem;
}
.bundle-options-container .price-notice .price-including-tax + .price-excluding-tax:before,
.product-options-wrapper .field .price-notice .price-including-tax + .price-excluding-tax:before,
.cart-summary .price-including-tax + .price-excluding-tax:before,
.gift-summary .price-including-tax + .price-excluding-tax:before,
.gift-options .price-including-tax + .price-excluding-tax:before {
  content: '(' attr(data-label) ': ';
}
.bundle-options-container .price-notice .price-including-tax + .price-excluding-tax:after,
.product-options-wrapper .field .price-notice .price-including-tax + .price-excluding-tax:after,
.cart-summary .price-including-tax + .price-excluding-tax:after,
.gift-summary .price-including-tax + .price-excluding-tax:after,
.gift-options .price-including-tax + .price-excluding-tax:after {
  content: ')';
}
.price-including-tax .cart-tax-total,
.price-excluding-tax .cart-tax-total {
  cursor: pointer;
  padding-right: 12px;
  position: relative;
  display: inline-block;
  text-decoration: none;
}
.abs-tax-total:after,
.price-including-tax .cart-tax-total:after,
.price-excluding-tax .cart-tax-total:after {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 26px;
  line-height: 10px;
  color: inherit;
  content: '\e622';
  font-family: 'icons-blank-theme';
  margin: 3px 0 0 0;
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.price-including-tax .cart-tax-total:after,
.price-excluding-tax .cart-tax-total:after {
  position: absolute;
  right: -10px;
  top: 3px;
}
.abs-tax-total-expanded:after {
  content: '\e621';
}
.abs-tax-total-expanded:after,
.price-including-tax .cart-tax-total-expanded:after,
.price-excluding-tax .cart-tax-total-expanded:after {
  content: '\e621';
}
.form-giftregistry-search .legend,
.block-wishlist-search-form .block-title,
.multicheckout .block-title,
.multicheckout .block-content .title {
  border-bottom: 1px solid #d1d1d1;
  margin-bottom: 25px;
  padding-bottom: 10px;
}
.form-giftregistry-search .legend &gt; strong,
.form-giftregistry-search .legend &gt; span,
.block-wishlist-search-form .block-title &gt; strong,
.block-wishlist-search-form .block-title &gt; span,
.multicheckout .block-title &gt; strong,
.multicheckout .block-title &gt; span,
.multicheckout .block-content .title &gt; strong,
.multicheckout .block-content .title &gt; span {
  font-size: 2.2rem;
  font-weight: 300;
}
.review-ratings .rating-summary {
  display: table-row;
}
.review-ratings .rating-label {
  display: table-cell;
  padding-bottom: 5px;
  padding-right: 25px;
  padding-top: 1px;
  vertical-align: top;
}
.review-ratings .rating-result {
  display: table-cell;
  vertical-align: top;
}
.block-minicart .subtotal .label:after,
.minicart-items .details-qty .label:after,
.minicart-items .price-minicart .label:after,
.order-details-items .order-gift-message .label:after,
.order-details-items .block-order-details-gift-message .label:after,
.block-wishlist-management .wishlist-select .wishlist-name-label:after {
  content: ': ';
}
.abs-dropdown-items-new .action.new,
.wishlist.split.button .action.new,
.wishlist-dropdown .action.new {
  display: inline-block;
  text-decoration: none;
}
.abs-icon-add:before,
.abs-dropdown-items-new .action.new:before,
.wishlist.split.button .action.new:before,
.wishlist-dropdown .action.new:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 10px;
  line-height: 10px;
  color: inherit;
  content: '\e61c';
  font-family: 'icons-blank-theme';
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.wishlist.split.button .items .item:last-child:hover,
.wishlist-dropdown .items .item:last-child:hover {
  background: #e8e8e8;
}
.wishlist.split.button .action.new:before,
.wishlist-dropdown .action.new:before {
  margin-left: -17px;
  margin-right: 5px;
}
.abs-sidebar-totals .table-caption,
.sidebar .subtitle,
.cart-summary .block .fieldset.estimate &gt; .legend,
.cart-summary .block .fieldset.estimate &gt; .legend + br,
.minicart-items .product-item-details .weee[data-label] .label,
.page-product-giftcard .fieldset.giftcard &gt; .legend + br,
.order-details-items .order-items .order-gift-message .action.close,
.multicheckout .block .methods-shipping .item-content .fieldset &gt; .legend + br,
.multicheckout .hidden,
[class^='multishipping-'] .nav-sections,
[class^='multishipping-'] .nav-toggle,
.sidebar-main .block-reorder .subtitle,
.sidebar-additional .block-reorder .subtitle,
.no-display,
.cart-totals .table-caption,
.opc-block-summary .table-totals .table-caption {
  display: none;
}
.return-status,
.order-status {
  display: inline-block;
  margin-bottom: 20px;
}
.block-compare .counter,
.block-wishlist .counter {
  color: #7d7d7d;
  font-size: 1.2rem;
  white-space: nowrap;
}
.block-cart-failed .action.continue,
.cart-container .form-cart .action.continue {
  border-radius: 3px;
  background-image: none;
  background: #f2f2f2;
  border: 1px solid #cdcdcd;
  color: #333333;
  cursor: pointer;
  font-family: 'Lora';
  font-weight: 700;
  margin: 0;
  padding: 7px 15px 7px 0;
  font-size: 1.4rem;
  line-height: 1.6rem;
  box-sizing: border-box;
  vertical-align: middle;
  display: inline-block;
  text-decoration: none;
}
.abs-shopping-cart-items .action.continue:hover,
.abs-shopping-cart-items .action.continue:active,
.abs-shopping-cart-items .action.continue:focus,
.block-cart-failed .action.continue:hover,
.block-cart-failed .action.continue:active,
.block-cart-failed .action.continue:focus,
.cart-container .form-cart .action.continue:hover,
.cart-container .form-cart .action.continue:active,
.cart-container .form-cart .action.continue:focus {
  text-decoration: none;
}
.abs-shopping-cart-items .action.continue:before,
.block-cart-failed .action.continue:before,
.cart-container .form-cart .action.continue:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 32px;
  line-height: 16px;
  color: inherit;
  content: '\e617';
  font-family: 'icons-blank-theme';
  margin: 0;
  vertical-align: top;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.abs-shopping-cart-items .action.continue:hover:before,
.block-cart-failed .action.continue:hover:before,
.cart-container .form-cart .action.continue:hover:before {
  color: inherit;
}
.abs-shopping-cart-items .action.continue:active:before,
.block-cart-failed .action.continue:active:before,
.cart-container .form-cart .action.continue:active:before {
  color: inherit;
}
.abs-shopping-cart-items .action.continue:focus,
.abs-shopping-cart-items .action.continue:active,
.block-cart-failed .action.continue:focus,
.block-cart-failed .action.continue:active,
.cart-container .form-cart .action.continue:focus,
.cart-container .form-cart .action.continue:active {
  background: #e2e2e2;
  border: 1px solid #cdcdcd;
  color: #333333;
}
.abs-shopping-cart-items .action.continue:hover,
.block-cart-failed .action.continue:hover,
.cart-container .form-cart .action.continue:hover {
  background: #e2e2e2;
  border: 1px solid #cdcdcd;
  color: #555555;
}
.abs-shopping-cart-items .action.continue.disabled,
.abs-shopping-cart-items .action.continue[disabled],
fieldset[disabled] .abs-shopping-cart-items .action.continue,
.block-cart-failed .action.continue.disabled,
.block-cart-failed .action.continue[disabled],
fieldset[disabled] .block-cart-failed .action.continue,
.cart-container .form-cart .action.continue.disabled,
.cart-container .form-cart .action.continue[disabled],
fieldset[disabled] .cart-container .form-cart .action.continue {
  opacity: 0.5;
  cursor: default;
  pointer-events: none;
}
.block-cart-failed .action.continue:active,
.cart-container .form-cart .action.continue:active {
  box-shadow: inset 0 2px 1px rgba(0, 0, 0, 0.12);
}
.block-cart-failed .action.update,
.cart-container .form-cart .action.update {
  display: inline-block;
  text-decoration: none;
  padding-left: 5px;
}
.abs-shopping-cart-items .action.update:before,
.block-cart-failed .action.update:before,
.cart-container .form-cart .action.update:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 32px;
  line-height: 16px;
  color: inherit;
  content: '\e603';
  font-family: 'icons-blank-theme';
  margin: 0;
  vertical-align: top;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.abs-shopping-cart-items .action.update:hover:before,
.block-cart-failed .action.update:hover:before,
.cart-container .form-cart .action.update:hover:before {
  color: inherit;
}
.abs-shopping-cart-items .action.update:active:before,
.block-cart-failed .action.update:active:before,
.cart-container .form-cart .action.update:active:before {
  color: inherit;
}
.field.date .control {
  position: relative;
}
.abs-field-date input,
.form-giftregistry-search .fields-specific-options .datetime-picker,
.field.date input {
  margin-right: 10px;
  width: calc(100% - 50px);
}
.field .control._with-tooltip {
  position: relative;
}
.field .control._with-tooltip input {
  margin-right: 10px;
  width: calc(100% - 39px);
}
.checkout-index-index .modal-popup .field-tooltip .field-tooltip-content,
.shipping-policy-block.field-tooltip .field-tooltip-content {
  right: -10px;
  top: 40px;
  left: auto;
}
.checkout-index-index .modal-popup .field-tooltip .field-tooltip-content:before,
.checkout-index-index .modal-popup .field-tooltip .field-tooltip-content:after,
.shipping-policy-block.field-tooltip .field-tooltip-content:before,
.shipping-policy-block.field-tooltip .field-tooltip-content:after {
  border: 10px solid transparent;
  height: 0;
  width: 0;
  margin-top: -21px;
  right: 10px;
  left: auto;
  top: 0;
}
.checkout-index-index .modal-popup .field-tooltip .field-tooltip-content:before,
.shipping-policy-block.field-tooltip .field-tooltip-content:before {
  border-bottom-color: #999999;
}
.checkout-index-index .modal-popup .field-tooltip .field-tooltip-content:after,
.shipping-policy-block.field-tooltip .field-tooltip-content:after {
  border-bottom-color: #f4f4f4;
  top: 1px;
}
.opc-wrapper .step-title,
.opc-block-shipping-information .shipping-information-title,
.opc-block-summary &gt; .title,
.checkout-agreements-items .checkout-agreements-item-title {
  border-bottom: 1px solid #cccccc;
  padding-bottom: 10px;
  color: #333333;
  font-weight: 300;
  font-size: 2.6rem;
}
.cart-totals .mark,
.opc-block-summary .table-totals .mark {
  font-weight: 400;
  padding-left: 4px;
}
.cart-totals .mark strong,
.opc-block-summary .table-totals .mark strong {
  font-weight: 400;
}
.cart-totals .amount,
.opc-block-summary .table-totals .amount {
  padding-right: 4px;
  text-align: right;
  white-space: nowrap;
}
.cart-totals .amount strong,
.opc-block-summary .table-totals .amount strong {
  font-weight: 400;
}
.cart-totals .grand .mark,
.cart-totals .grand .amount,
.opc-block-summary .table-totals .grand .mark,
.opc-block-summary .table-totals .grand .amount {
  padding-top: 20px;
}
.cart-totals .grand .amount,
.opc-block-summary .table-totals .grand .amount {
  padding-right: 4px;
  text-align: right;
}
.cart-totals .grand .amount strong,
.opc-block-summary .table-totals .grand .amount strong {
  font-weight: 700;
}
.cart-totals .msrp,
.opc-block-summary .table-totals .msrp {
  margin-bottom: 10px;
}
.cart-totals .totals-tax-summary .mark,
.cart-totals .totals-tax-summary .amount,
.opc-block-summary .table-totals .totals-tax-summary .mark,
.opc-block-summary .table-totals .totals-tax-summary .amount {
  border-top: 1px solid #d1d1d1;
  border-bottom: 1px solid #d1d1d1;
  cursor: pointer;
}
.cart-totals .totals-tax-summary .amount .price,
.opc-block-summary .table-totals .totals-tax-summary .amount .price {
  display: block;
  text-decoration: none;
  padding-right: 25px;
  position: relative;
}
.abs-sidebar-totals .totals-tax-summary .amount .price &gt; span,
.cart-totals .totals-tax-summary .amount .price &gt; span,
.opc-block-summary .table-totals .totals-tax-summary .amount .price &gt; span {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.abs-sidebar-totals .totals-tax-summary .amount .price:after,
.cart-totals .totals-tax-summary .amount .price:after,
.opc-block-summary .table-totals .totals-tax-summary .amount .price:after {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 30px;
  line-height: inherit;
  color: inherit;
  content: '\e622';
  font-family: 'icons-blank-theme';
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.cart-totals .totals-tax-summary .amount .price:after,
.opc-block-summary .table-totals .totals-tax-summary .amount .price:after {
  position: absolute;
  right: -5px;
  top: -12px;
}
.cart-totals .totals-tax-summary.expanded .mark,
.cart-totals .totals-tax-summary.expanded .amount,
.opc-block-summary .table-totals .totals-tax-summary.expanded .mark,
.opc-block-summary .table-totals .totals-tax-summary.expanded .amount {
  border-bottom: 0;
}
.abs-sidebar-totals .totals-tax-summary.expanded .amount .price:after,
.cart-totals .totals-tax-summary.expanded .amount .price:after,
.opc-block-summary .table-totals .totals-tax-summary.expanded .amount .price:after {
  content: '\e621';
}
.cart-totals .totals-tax-details,
.opc-block-summary .table-totals .totals-tax-details {
  border-bottom: 1px solid #d1d1d1;
  display: none;
}
.cart-totals .totals-tax-details.shown,
.opc-block-summary .table-totals .totals-tax-details.shown {
  display: table-row;
}
.cart-summary .block &gt; .title,
.paypal-review-discount .block &gt; .title {
  border-top: 1px solid #d1d1d1;
  cursor: pointer;
  font-weight: 600;
  display: block;
  text-decoration: none;
  margin-bottom: 0;
  overflow: hidden;
  padding: 7px 30px 7px 5px;
  position: relative;
}
.abs-discount-block &gt; .title:after,
.cart-summary .block &gt; .title:after,
.paypal-review-discount .block &gt; .title:after {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 30px;
  line-height: inherit;
  color: inherit;
  content: '\e622';
  font-family: 'icons-blank-theme';
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.cart-summary .block &gt; .title:after,
.paypal-review-discount .block &gt; .title:after {
  position: absolute;
  right: -5px;
  top: -5px;
}
.column.main .cart-summary .block &gt; .title strong,
.column.main .paypal-review-discount .block &gt; .title strong {
  font-size: 1.8rem;
  font-weight: 400;
}
.cart-summary .block &gt; .content,
.paypal-review-discount .block &gt; .content {
  display: none;
}
.abs-discount-block.active &gt; .title:after,
.cart-summary .block.active &gt; .title:after,
.paypal-review-discount .block.active &gt; .title:after {
  content: '\e621';
}
.cart-summary .block.active &gt; .content,
.paypal-review-discount .block.active &gt; .content {
  display: block;
}
@font-face {
  font-family: 'Open Sans';
  src: url('../../frontend/Lucia/default/en_US/fonts/opensans/light/opensans-300.woff2') format('woff2'), url('../../frontend/Lucia/default/en_US/fonts/opensans/light/opensans-300.woff') format('woff');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Open Sans';
  src: url('../../frontend/Lucia/default/en_US/fonts/opensans/regular/opensans-400.woff2') format('woff2'), url('../../frontend/Lucia/default/en_US/fonts/opensans/regular/opensans-400.woff') format('woff');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Open Sans';
  src: url('../../frontend/Lucia/default/en_US/fonts/opensans/semibold/opensans-600.woff2') format('woff2'), url('../../frontend/Lucia/default/en_US/fonts/opensans/semibold/opensans-600.woff') format('woff');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Open Sans';
  src: url('../../frontend/Lucia/default/en_US/fonts/opensans/bold/opensans-700.woff2') format('woff2'), url('../../frontend/Lucia/default/en_US/fonts/opensans/bold/opensans-700.woff') format('woff');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
.items {
  margin: 0;
  padding: 0;
  list-style: none none;
}
.columns {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  box-sizing: border-box;
}
.columns:after {
  clear: both;
  content: ' ';
  display: block;
  height: 0;
  overflow: hidden;
  visibility: hidden;
}
.columns .column.main {
  /*padding-bottom: 40px;*/
  -webkit-flex-basis: auto;
  flex-basis: auto;
  -webkit-flex-grow: 1;
  flex-grow: 1;
  -ms-flex-order: 1;
  -webkit-order: 1;
  order: 1;
  width: 100%;
}
.columns .sidebar-main {
  -webkit-flex-grow: 1;
  flex-grow: 1;
  -webkit-flex-basis: 100%;
  flex-basis: 100%;
  -ms-flex-order: 1;
  -webkit-order: 1;
  order: 1;
}
.columns .sidebar-additional {
  -webkit-flex-grow: 1;
  flex-grow: 1;
  -webkit-flex-basis: 100%;
  flex-basis: 100%;
  -ms-flex-order: 2;
  -webkit-order: 2;
  order: 2;
}
.table-wrapper {
  margin-bottom: 20px;
}
table &gt; caption {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.table:not(.cart):not(.totals) {
  border: none;
}
.table:not(.cart):not(.totals) &gt; thead &gt; tr &gt; th,
.table:not(.cart):not(.totals) &gt; tbody &gt; tr &gt; th,
.table:not(.cart):not(.totals) &gt; tfoot &gt; tr &gt; th,
.table:not(.cart):not(.totals) &gt; thead &gt; tr &gt; td,
.table:not(.cart):not(.totals) &gt; tbody &gt; tr &gt; td,
.table:not(.cart):not(.totals) &gt; tfoot &gt; tr &gt; td {
  border: none;
}
.table:not(.cart):not(.totals) &gt; thead &gt; tr &gt; th,
.table:not(.cart):not(.totals) &gt; thead &gt; tr &gt; td {
  border-bottom: 1px solid #d1d1d1;
}
.table:not(.cart):not(.totals) tfoot &gt; tr:first-child th,
.table:not(.cart):not(.totals) tfoot &gt; tr:first-child td {
  border-top: 1px solid #d1d1d1;
  padding-top: 20px;
}
.table:not(.cart):not(.totals) tfoot .mark {
  font-weight: 400;
  text-align: right;
}
.message.info {
  margin: 0 0 10px;
  padding: 10px 20px;
  display: block;
  line-height: 1.2em;
  font-size: 1.3rem;
  background: #fdf0d5;
  color: #6f4400;
  padding-left: 40px;
  position: relative;
}
.message.info a {
  color: #1979c3;
}
.message.info a:hover {
  color: #006bb4;
}
.message.info a:active {
  color: #006bb4;
}
.message.info &gt; *:first-child:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 28px;
  line-height: 28px;
  color: #c07600;
  content: '\e602';
  font-family: 'icons-blank-theme';
  margin: -14px 0 0;
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  left: 0;
  top: 18px;
  width: 40px;
  position: absolute;
  text-align: center;
}
.message.error {
  margin: 0 0 10px;
  padding: 10px 20px;
  display: block;
  line-height: 1.2em;
  font-size: 1.3rem;
  background: #fae5e5;
  color: #e02b27;
  padding-left: 40px;
  position: relative;
}
.message.error a {
  color: #1979c3;
}
.message.error a:hover {
  color: #006bb4;
}
.message.error a:active {
  color: #006bb4;
}
.message.error &gt; *:first-child:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 28px;
  line-height: 28px;
  color: #b30000;
  content: '\e602';
  font-family: 'icons-blank-theme';
  margin: -14px 0 0;
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  left: 0;
  top: 18px;
  width: 40px;
  position: absolute;
  text-align: center;
}
.message.warning {
  margin: 0 0 10px;
  padding: 10px 20px;
  display: block;
  line-height: 1.2em;
  font-size: 1.3rem;
  background: #fdf0d5;
  color: #6f4400;
  padding-left: 40px;
  position: relative;
}
.message.warning a {
  color: #1979c3;
}
.message.warning a:hover {
  color: #006bb4;
}
.message.warning a:active {
  color: #006bb4;
}
.message.warning &gt; *:first-child:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 28px;
  line-height: 28px;
  color: #c07600;
  content: '\e602';
  font-family: 'icons-blank-theme';
  margin: -14px 0 0;
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  left: 0;
  top: 18px;
  width: 40px;
  position: absolute;
  text-align: center;
}
.message.notice {
  margin: 0 0 10px;
  padding: 10px 20px;
  display: block;
  line-height: 1.2em;
  font-size: 1.3rem;
  background: #fdf0d5;
  color: #6f4400;
  padding-left: 40px;
  position: relative;
}
.message.notice a {
  color: #1979c3;
}
.message.notice a:hover {
  color: #006bb4;
}
.message.notice a:active {
  color: #006bb4;
}
.message.notice &gt; *:first-child:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 28px;
  line-height: 28px;
  color: #c07600;
  content: '\e602';
  font-family: 'icons-blank-theme';
  margin: -14px 0 0;
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  left: 0;
  top: 18px;
  width: 40px;
  position: absolute;
  text-align: center;
}
.message.success {
  margin: 0 0 10px;
  padding: 10px 20px;
  display: block;
  line-height: 1.2em;
  font-size: 1.3rem;
  background: #e5efe5;
  color: #006400;
  padding-left: 40px;
  position: relative;
}
.message.success a {
  color: #1979c3;
}
.message.success a:hover {
  color: #006bb4;
}
.message.success a:active {
  color: #006bb4;
}
.message.success &gt; *:first-child:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 28px;
  line-height: 28px;
  color: #006400;
  content: '\e610';
  font-family: 'icons-blank-theme';
  margin: -14px 0 0;
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  left: 0;
  top: 18px;
  width: 40px;
  position: absolute;
  text-align: center;
}
.panel.header .links,
.panel.header .switcher {
  display: none;
}
.nav-toggle {
  display: inline-block;
  text-decoration: none;
  cursor: pointer;
  display: block;
  font-size: 0;
  left: 15px;
  position: absolute;
  top: 15px;
  z-index: 14;
}
.nav-toggle:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 28px;
  line-height: inherit;
  color: #8f8f8f;
  content: '\e609';
  font-family: 'icons-blank-theme';
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.nav-toggle:hover:before {
  color: #333333;
}
.nav-toggle &gt; span {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.tooltip.wrapper {
  position: relative;
}
.tooltip.wrapper .tooltip.content {
  background: #ffffff;
  max-width: 360px;
  min-width: 210px;
  padding: 12px 16px;
  z-index: 100;
  display: none;
  position: absolute;
  text-align: left;
  color: #333333;
  line-height: 1.4;
  border: 1px solid #bbbbbb;
  margin-top: 5px;
  left: 0;
  top: 100%;
}
.tooltip.wrapper .tooltip.content:after,
.tooltip.wrapper .tooltip.content:before {
  border: solid transparent;
  content: '';
  height: 0;
  position: absolute;
  width: 0;
}
.tooltip.wrapper .tooltip.content:after {
  border-width: 5px;
  border-color: transparent;
}
.tooltip.wrapper .tooltip.content:before {
  border-width: 6px;
  border-color: transparent;
}
.tooltip.wrapper .tooltip.content:after,
.tooltip.wrapper .tooltip.content:before {
  bottom: 100%;
}
.tooltip.wrapper .tooltip.content:after {
  border-bottom-color: #ffffff;
  left: 15px;
  margin-left: -5px;
}
.tooltip.wrapper .tooltip.content:before {
  border-bottom-color: #bbbbbb;
  left: 15px;
  margin-left: -6px;
}
.tooltip.wrapper .tooltip.toggle {
  cursor: help;
}
.tooltip.wrapper .tooltip.toggle:hover + .tooltip.content,
.tooltip.wrapper .tooltip.toggle:focus + .tooltip.content,
.tooltip.wrapper:hover .tooltip.content {
  display: block;
}
.tooltip.wrapper .tooltip.content dl {
  margin-bottom: 0;
}
.tooltip.wrapper .tooltip.content dd {
  white-space: normal;
}
.tooltip.wrapper .tooltip.content .subtitle {
  display: inline-block;
  font-size: 16px;
  font-weight: 500;
  margin-bottom: 15px;
}
.tooltip.wrapper .tooltip.content .label {
  margin-top: 10px;
}
.tooltip.wrapper .tooltip.content .label:first-child {
  margin-top: 0;
}
.tooltip.wrapper .tooltip.content .values {
  margin: 0;
}
.ui-tooltip {
  position: absolute;
  z-index: 9999;
}
.load.indicator {
  background-color: rgba(255, 255, 255, 0.5);
  z-index: 9999;
  bottom: 0;
  left: 0;
  position: fixed;
  right: 0;
  top: 0;
  position: absolute;
}
.load.indicator:before {
  background: transparent url('../../frontend/Lucia/default/en_US/images/loader-2.gif') no-repeat 50% 50%;
  border-radius: 5px;
  height: 160px;
  width: 160px;
  bottom: 0;
  box-sizing: border-box;
  content: '';
  left: 0;
  margin: auto;
  position: absolute;
  right: 0;
  top: 0;
}
.load.indicator &gt; span {
  display: none;
}
.loading-mask {
  bottom: 0;
  left: 0;
  margin: auto;
  position: fixed;
  right: 0;
  top: 0;
  z-index: 100;
  background: rgba(255, 255, 255, 0.5);
}
.loading-mask .loader &gt; img {
  bottom: 0;
  left: 0;
  margin: auto;
  position: fixed;
  right: 0;
  top: 0;
  z-index: 100;
}
.loading-mask .loader &gt; p {
  display: none;
}
body &gt; .loading-mask {
  z-index: 9999;
}
._block-content-loading {
  position: relative;
}
[data-role='main-css-loader'] {
  display: none;
}
.fieldset {
  border: 0;
  margin: 0 0 40px;
  padding: 0;
  letter-spacing: -.31em;
}
.fieldset &gt; * {
  letter-spacing: normal;
}
.fieldset &gt; .legend {
  margin: 0 0 25px;
  padding: 0;
  box-sizing: border-box;
  float: left;
  line-height: 1.2;
  font-size: 2rem;
}
.fieldset &gt; .legend + br {
  clear: both;
  display: block;
  height: 0;
  overflow: hidden;
  visibility: hidden;
}
.fieldset:last-child {
  margin-bottom: 20px;
}
.fieldset &gt; .field,
.fieldset &gt; .fields &gt; .field {
  margin: 0 0 20px;
}
.fieldset &gt; .field &gt; .label,
.fieldset &gt; .fields &gt; .field &gt; .label {
  margin: 0 0 5px;
  display: inline-block;
}
.fieldset &gt; .field:last-child,
.fieldset &gt; .fields &gt; .field:last-child {
  margin-bottom: 0;
}
.fieldset &gt; .field &gt; .label,
.fieldset &gt; .fields &gt; .field &gt; .label {
  font-weight: 700;
}
.fieldset &gt; .field &gt; .label + br,
.fieldset &gt; .fields &gt; .field &gt; .label + br {
  display: none;
}
.fieldset &gt; .field .choice input,
.fieldset &gt; .fields &gt; .field .choice input {
  vertical-align: top;
}
.fieldset &gt; .field .fields.group:before,
.fieldset &gt; .fields &gt; .field .fields.group:before,
.fieldset &gt; .field .fields.group:after,
.fieldset &gt; .fields &gt; .field .fields.group:after {
  content: '';
  display: table;
}
.fieldset &gt; .field .fields.group:after,
.fieldset &gt; .fields &gt; .field .fields.group:after {
  clear: both;
}
.fieldset &gt; .field .fields.group .field,
.fieldset &gt; .fields &gt; .field .fields.group .field {
  box-sizing: border-box;
  float: left;
}
.fieldset &gt; .field .fields.group.group-2 .field,
.fieldset &gt; .fields &gt; .field .fields.group.group-2 .field {
  width: 50% !important;
}
.fieldset &gt; .field .fields.group.group-3 .field,
.fieldset &gt; .fields &gt; .field .fields.group.group-3 .field {
  width: 33.3% !important;
}
.fieldset &gt; .field .fields.group.group-4 .field,
.fieldset &gt; .fields &gt; .field .fields.group.group-4 .field {
  width: 25% !important;
}
.fieldset &gt; .field .fields.group.group-5 .field,
.fieldset &gt; .fields &gt; .field .fields.group.group-5 .field {
  width: 20% !important;
}
.fieldset &gt; .field .addon,
.fieldset &gt; .fields &gt; .field .addon {
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-flex-wrap: nowrap;
  flex-wrap: nowrap;
  padding: 0;
  width: 100%;
}
.fieldset &gt; .field .addon textarea,
.fieldset &gt; .fields &gt; .field .addon textarea,
.fieldset &gt; .field .addon select,
.fieldset &gt; .fields &gt; .field .addon select,
.fieldset &gt; .field .addon input,
.fieldset &gt; .fields &gt; .field .addon input {
  -ms-flex-order: 2;
  -webkit-order: 2;
  order: 2;
  -webkit-flex-basis: 100%;
  flex-basis: 100%;
  display: inline-block;
  margin: 0;
  width: auto;
}
.fieldset &gt; .field .addon .addbefore,
.fieldset &gt; .fields &gt; .field .addon .addbefore,
.fieldset &gt; .field .addon .addafter,
.fieldset &gt; .fields &gt; .field .addon .addafter {
  background: #ffffff;
  background-clip: padding-box;
  border: 1px solid #c2c2c2;
  border-radius: 1px;
  font-family: 'Lora';
  font-size: 14px;
  height: 32px;
  line-height: 1.42857143;
  padding: 0 9px;
  vertical-align: baseline;
  width: 100%;
  box-sizing: border-box;
  -ms-flex-order: 3;
  -webkit-order: 3;
  order: 3;
  display: inline-block;
  vertical-align: middle;
  white-space: nowrap;
  width: auto;
}
.fieldset &gt; .field .addon .addbefore:disabled,
.fieldset &gt; .fields &gt; .field .addon .addbefore:disabled,
.fieldset &gt; .field .addon .addafter:disabled,
.fieldset &gt; .fields &gt; .field .addon .addafter:disabled {
  opacity: 0.5;
}
.fieldset &gt; .field .addon .addbefore::-moz-placeholder,
.fieldset &gt; .fields &gt; .field .addon .addbefore::-moz-placeholder,
.fieldset &gt; .field .addon .addafter::-moz-placeholder,
.fieldset &gt; .fields &gt; .field .addon .addafter::-moz-placeholder {
  color: #c2c2c2;
}
.fieldset &gt; .field .addon .addbefore::-webkit-input-placeholder,
.fieldset &gt; .fields &gt; .field .addon .addbefore::-webkit-input-placeholder,
.fieldset &gt; .field .addon .addafter::-webkit-input-placeholder,
.fieldset &gt; .fields &gt; .field .addon .addafter::-webkit-input-placeholder {
  color: #c2c2c2;
}
.fieldset &gt; .field .addon .addbefore:-ms-input-placeholder,
.fieldset &gt; .fields &gt; .field .addon .addbefore:-ms-input-placeholder,
.fieldset &gt; .field .addon .addafter:-ms-input-placeholder,
.fieldset &gt; .fields &gt; .field .addon .addafter:-ms-input-placeholder {
  color: #c2c2c2;
}
.fieldset &gt; .field .addon .addbefore,
.fieldset &gt; .fields &gt; .field .addon .addbefore {
  float: left;
  -ms-flex-order: 1;
  -webkit-order: 1;
  order: 1;
}
.fieldset &gt; .field .additional,
.fieldset &gt; .fields &gt; .field .additional {
  margin-top: 10px;
}
.fieldset &gt; .field.required &gt; .label:after,
.fieldset &gt; .fields &gt; .field.required &gt; .label:after,
.fieldset &gt; .field._required &gt; .label:after,
.fieldset &gt; .fields &gt; .field._required &gt; .label:after {
  content: '*';
  color: #e02b27;
  font-size: 1.2rem;
  margin: 0 0 0 5px;
}
.fieldset &gt; .field .note,
.fieldset &gt; .fields &gt; .field .note {
  font-size: 1.2rem;
  margin: 3px 0 0;
  padding: 0;
  display: inline-block;
  text-decoration: none;
}
.fieldset &gt; .field .note:before,
.fieldset &gt; .fields &gt; .field .note:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 24px;
  line-height: 12px;
  content: '\e618';
  font-family: 'icons-blank-theme';
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.fieldset &gt; .field.choice .label,
.fieldset &gt; .fields &gt; .field.choice .label {
  display: inline;
  font-weight: normal;
}
.column:not(.main) .fieldset &gt; .field .label,
.column:not(.main) .fieldset &gt; .fields &gt; .field .label {
  font-weight: normal;
}
.fieldset &gt; .field .field.choice,
.fieldset &gt; .fields &gt; .field .field.choice {
  margin-bottom: 10px;
}
.fieldset &gt; .field .field.choice:last-child,
.fieldset &gt; .fields &gt; .field .field.choice:last-child {
  margin-bottom: 0;
}
.fieldset &gt; .field input[type=file],
.fieldset &gt; .fields &gt; .field input[type=file] {
  margin: 5px 0;
}
.legend + .fieldset,
.legend + div {
  clear: both;
}
.legend strong {
  margin-left: 5px;
}
fieldset.field {
  border: 0;
  padding: 0;
}
.field.date .time-picker {
  display: inline-block;
  margin-top: 10px;
  white-space: nowrap;
}
.field .message.warning {
  margin-top: 10px;
}
.field-error,
div.mage-error[generated] {
  margin-top: 7px;
}
.field-error {
  color: #e02b27;
  font-size: 1.2rem;
}
.product-options-wrapper .date.required div[for*='options'].mage-error {
  display: none !important;
}
.field .tooltip {
  position: relative;
}
.field .tooltip .tooltip-content {
  background: #ffffff;
  max-width: 360px;
  min-width: 210px;
  padding: 12px 16px;
  z-index: 100;
  display: none;
  position: absolute;
  text-align: left;
  color: #333333;
  line-height: 1.4;
  border: 1px solid #bbbbbb;
  margin-left: 5px;
  left: 100%;
  top: 0;
}
.field .tooltip .tooltip-content:after,
.field .tooltip .tooltip-content:before {
  border: solid transparent;
  content: '';
  height: 0;
  position: absolute;
  width: 0;
}
.field .tooltip .tooltip-content:after {
  border-width: 5px;
  border-color: transparent;
}
.field .tooltip .tooltip-content:before {
  border-width: 6px;
  border-color: transparent;
}
.field .tooltip .tooltip-content:after,
.field .tooltip .tooltip-content:before {
  right: 100%;
}
.field .tooltip .tooltip-content:after {
  border-right-color: #ffffff;
  margin-top: -5px;
  top: 15px;
}
.field .tooltip .tooltip-content:before {
  border-right-color: #bbbbbb;
  margin-top: -6px;
  top: 15px;
}
.field .tooltip .tooltip-toggle {
  cursor: help;
}
.field .tooltip .tooltip-toggle:hover + .tooltip-content,
.field .tooltip .tooltip-toggle:focus + .tooltip-content,
.field .tooltip:hover .tooltip-content {
  display: block;
}
.field .tooltip .tooltip-content {
  min-width: 200px;
  white-space: normal;
}
input:focus ~ .tooltip .tooltip-content,
select:focus ~ .tooltip .tooltip-content {
  display: block;
}
._has-datepicker ~ .ui-datepicker-trigger {
  background-image: none;
  background: none;
  -moz-box-sizing: content-box;
  border: 0;
  box-shadow: none;
  line-height: inherit;
  margin: 0;
  padding: 0;
  text-shadow: none;
  font-weight: 400;
  display: block;
  text-decoration: none;
  display: inline-block;
  vertical-align: middle;
}
._has-datepicker ~ .ui-datepicker-trigger:focus,
._has-datepicker ~ .ui-datepicker-trigger:active {
  background: none;
  border: none;
}
._has-datepicker ~ .ui-datepicker-trigger:hover {
  background: none;
  border: none;
}
._has-datepicker ~ .ui-datepicker-trigger.disabled,
._has-datepicker ~ .ui-datepicker-trigger[disabled],
fieldset[disabled] ._has-datepicker ~ .ui-datepicker-trigger {
  pointer-events: none;
  opacity: 0.5;
}
._has-datepicker ~ .ui-datepicker-trigger &gt; span {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
._has-datepicker ~ .ui-datepicker-trigger:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 40px;
  line-height: 40px;
  color: #7d7d7d;
  content: '\e612';
  font-family: 'icons-blank-theme';
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
._has-datepicker ~ .ui-datepicker-trigger:focus {
  box-shadow: none;
  outline: 0;
}
.sidebar .fieldset {
  margin: 0;
}
.sidebar .fieldset &gt; .field:not(.choice):not(:last-child),
.sidebar .fieldset .fields &gt; .field:not(:last-child) {
  margin: 0 0 20px;
}
.sidebar .fieldset &gt; .field:not(.choice) .label,
.sidebar .fieldset .fields &gt; .field .label {
  margin: 0 0 4px;
  padding: 0 0 5px;
  text-align: left;
  width: 100%;
}
.sidebar .fieldset &gt; .field:not(.choice) .control,
.sidebar .fieldset .fields &gt; .field .control {
  width: 100%;
}
@font-face {
  font-family: 'icons-blank-theme';
  src: url('../../frontend/Lucia/default/en_US/fonts/Blank-Theme-Icons/Blank-Theme-Icons.woff2') format('woff2'), url('../../frontend/Lucia/default/en_US/fonts/Blank-Theme-Icons/Blank-Theme-Icons.woff') format('woff');
  font-weight: normal;
  font-style: normal;
  font-display: auto;
}
button,
a.action.primary,
.cart.table-wrapper .actions-toolbar &gt; .action,
.action-gift {
  border-radius: 3px;
}
button:active,
.cart.table-wrapper .actions-toolbar &gt; .action:active,
.action-gift:active {
  box-shadow: inset 0 2px 1px rgba(0, 0, 0, 0.12);
}
a.action.primary {
  display: inline-block;
  text-decoration: none;
}
a.action.primary:hover,
a.action.primary:active,
a.action.primary:focus {
  text-decoration: none;
}
.action.primary {
  background-image: none;
  /*background: #1979c3;*/
  /*border: 1px solid #1979c3;*/
  color: #ffffff;
  cursor: pointer;
  display: inline-block;
  font-family: 'Lora';
  font-weight: 700;
  padding: 7px 15px;
  font-size: 1.4rem;
  box-sizing: border-box;
  vertical-align: middle;
}
/*.action.primary:focus,
.action.primary:active {
  background: #006bb4;
  border: 1px solid #006bb4;
  color: #ffffff;
}*/
.action.primary:hover {
  background: #006bb4;
  border: 1px solid #006bb4;
  color: #ffffff;
}
.action.primary.disabled,
.action.primary[disabled],
fieldset[disabled] .action.primary {
  opacity: 0.5;
  cursor: default;
  pointer-events: none;
}
.product.data.items {
  margin: 0;
  padding: 0;
  margin-bottom: 20px;
}
.product.data.items &gt; .item.title {
  box-sizing: border-box;
  float: none;
  width: 100%;
}
.product.data.items &gt; .item.title &gt; .switch {
  display: block;
}
.product.data.items &gt; .item.content {
  box-sizing: border-box;
  display: block;
  float: none;
  margin: 0;
}
.product.data.items &gt; .item.content:before,
.product.data.items &gt; .item.content:after {
  content: '';
  display: table;
}
.product.data.items &gt; .item.content:after {
  clear: both;
}
.product.data.items &gt; .item.content.active {
  display: block;
}
.product.data.items &gt; .item.title {
  margin: 0 0 5px;
}
.product.data.items &gt; .item.title &gt; .switch {
  background: #f0f0f0;
  border-bottom: 1px solid #d1d1d1;
  border-left: 1px solid #d1d1d1;
  border-right: 1px solid #d1d1d1;
  border-top: 1px solid #d1d1d1;
  height: 40px;
  padding: 5px 20px 5px 20px;
  font-weight: 600;
  line-height: 40px;
  font-size: 1.8rem;
  color: #7d7d7d;
  text-decoration: none;
}
.product.data.items &gt; .item.title &gt; .switch:visited {
  color: #7d7d7d;
  text-decoration: none;
}
.product.data.items &gt; .item.title &gt; .switch:hover {
  color: #7d7d7d;
  text-decoration: none;
}
.product.data.items &gt; .item.title &gt; .switch:active {
  color: #333333;
  text-decoration: none;
}
.product.data.items &gt; .item.title:not(.disabled) &gt; .switch:focus,
.product.data.items &gt; .item.title:not(.disabled) &gt; .switch:hover {
  background: #fcfcfc;
}
.product.data.items &gt; .item.title:not(.disabled) &gt; .switch:active,
.product.data.items &gt; .item.title.active &gt; .switch,
.product.data.items &gt; .item.title.active &gt; .switch:focus,
.product.data.items &gt; .item.title.active &gt; .switch:hover {
  background: #ffffff;
  color: #333333;
  text-decoration: none;
  padding-bottom: 5px;
}
.product.data.items &gt; .item.content {
  background: #ffffff;
  border: 1px solid #d1d1d1;
  margin: 0 0 5px;
  padding: 20px 20px 20px 20px;
}
.pages &gt; .label {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.pages .items {
  font-size: 0;
  letter-spacing: -1px;
  line-height: 0;
  white-space: nowrap;
  margin: 0;
  padding: 0;
  list-style: none none;
  display: inline-block;
  font-weight: 700;
}
.pages .item {
  font-size: 1.2rem;
  line-height: 3.2rem;
  letter-spacing: normal;
  margin: 0 2px 0 0;
  display: inline-block;
}
.pages .item .label {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.pages a.page {
  color: #1979c3;
  display: inline-block;
  padding: 0 4px;
  text-decoration: none;
}
.pages a.page:visited {
  color: #1979c3;
}
.pages a.page:hover {
  color: #006bb4;
  text-decoration: none;
}
.pages a.page:active {
  color: #ff5501;
}
.pages strong.page {
  font-size: 1.2rem;
  line-height: 3.2rem;
  letter-spacing: normal;
  color: #333333;
  display: inline-block;
  font-weight: 700;
  padding: 0 4px;
}
.pages .action {
  /*border: 1px solid #d1d1d1;*/
  color: #7d7d7d;
  display: inline-block;
  padding: 0;
  text-decoration: none;
}
.pages .action:visited {
  color: #7d7d7d;
}
.pages .action:hover {
  color: #7d7d7d;
  text-decoration: none;
}
.pages .action:active {
  color: #7d7d7d;
}
.pages .action.next {
  display: inline-block;
  text-decoration: none;
}
.pages .action.next:visited:before {
  color: #7d7d7d;
}
.pages .action.next:active:before {
  color: #7d7d7d;
}
.pages .action.next &gt; span {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.pages .action.next:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 46px;
  line-height: inherit;
  color: #7d7d7d;
  content: '\e608';
  font-family: 'icons-blank-theme';
/*  margin: 0 0 0 -6px;
*/  vertical-align: top;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.pages .action.next:hover:before {
  color: #7d7d7d;
}
.pages .action.next:active:before {
  color: #7d7d7d;
}
.pages .action.previous {
  display: inline-block;
  text-decoration: none;
}
.pages .action.previous:visited:before {
  color: #7d7d7d;
}
.pages .action.previous:active:before {
  color: #7d7d7d;
}
.pages .action.previous &gt; span {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.pages .action.previous:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 46px;
  line-height: inherit;
  color: #7d7d7d;
  content: '\e617';
  font-family: 'icons-blank-theme';
  margin: 0 0 0 -6px;
  vertical-align: top;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.pages .action.previous:hover:before {
  color: #7d7d7d;
}
.pages .action.previous:active:before {
  color: #7d7d7d;
}
.pages .action {
  width: 34px;
}
.pages .action.previous {
  margin-right: 12px;
}
.pages .action.next {
  /*margin-left: 12px;*/
}
.actions-toolbar &gt; .primary,
.actions-toolbar &gt; .secondary {
  text-align: center;
  margin-bottom: 10px;
}
.actions-toolbar &gt; .primary .action,
.actions-toolbar &gt; .secondary .action {
  margin-bottom: 10px;
}
.actions-toolbar &gt; .primary .action:last-child,
.actions-toolbar &gt; .secondary .action:last-child {
  margin-bottom: 0;
}
.actions-toolbar &gt; .primary:last-child,
.actions-toolbar &gt; .secondary:last-child {
  margin-bottom: 0;
}
.breadcrumbs {
  margin: 0 0 20px;
}
.breadcrumbs .items {
  font-size: 1.2rem;
  color: #a3a3a3;
  margin: 0;
  padding: 0;
  list-style: none none;
}
.breadcrumbs .items &gt; li {
  display: inline-block;
  vertical-align: top;
}
.breadcrumbs .item {
  margin: 0;
}
.breadcrumbs a {
  color: #333333;
  text-decoration: none;
}
.breadcrumbs a:visited {
  color: #333333;
  text-decoration: none;
}
.breadcrumbs a:hover {
  color: #333333;
  text-decoration: underline;
}
.breadcrumbs a:active {
  color: #333333;
  text-decoration: none;
}
.breadcrumbs strong {
  font-weight: 400;
}
.breadcrumbs .item:not(:last-child) {
  display: inline-block;
  text-decoration: none;
}
.breadcrumbs .item:not(:last-child):after {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 24px;
  line-height: 18px;
  content: '\e608';
  font-family: 'icons-blank-theme';
  margin: 0;
  vertical-align: top;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.ui-dialog.popup .action.close {
  position: absolute;
  height: 40px;
  right: 0;
  top: 0;
  width: 40px;
  z-index: 1001;
  display: inline-block;
  background-image: none;
  background: none;
  -moz-box-sizing: content-box;
  border: 0;
  box-shadow: none;
  line-height: inherit;
  margin: 0;
  padding: 0;
  text-decoration: none;
  text-shadow: none;
  font-weight: 400;
}
.ui-dialog.popup .action.close &gt; span {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.ui-dialog.popup .action.close:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 22px;
  line-height: 22px;
  color: inherit;
  content: '\e616';
  font-family: 'icons-blank-theme';
  margin: 0;
  vertical-align: top;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.ui-dialog.popup .action.close:hover:before {
  color: inherit;
}
.ui-dialog.popup .action.close:active:before {
  color: inherit;
}
.ui-dialog.popup .action.close:focus,
.ui-dialog.popup .action.close:active {
  background: none;
  border: none;
}
.ui-dialog.popup .action.close:hover {
  background: none;
  border: none;
}
.ui-dialog.popup .action.close.disabled,
.ui-dialog.popup .action.close[disabled],
fieldset[disabled] .ui-dialog.popup .action.close {
  pointer-events: none;
  opacity: 0.5;
}
.popup-pointer {
  margin-left: -14px;
  position: absolute;
  top: -14px;
}
.popup-pointer:before,
.popup-pointer:after {
  content: '';
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  border-bottom-style: solid;
}
.popup-pointer:before {
  left: 2px;
  top: 2px;
  border: solid 6px;
  border-color: transparent transparent #ffffff transparent;
  z-index: 99;
}
.popup-pointer:after {
  left: 1px;
  top: 0px;
  border: solid 7px;
  border-color: transparent transparent #aeaeae transparent;
  z-index: 98;
}
.price-tier_price .price-excluding-tax,
.price-tier_price .price-including-tax {
  display: inline;
}
.price-including-tax,
.price-excluding-tax {
  display: block;
  font-size: 1.8rem;
  line-height: 1;
}
.price-including-tax .price,
.price-excluding-tax .price {
  font-weight: 700;
}
.price-including-tax + .price-excluding-tax,
.weee[data-label] {
  display: block;
  font-size: 1.8rem;
}
.price-including-tax + .price-excluding-tax:before,
.weee[data-label]:before {
  content: attr(data-label) ': ';
  font-size: 1.1rem;
}
.price-including-tax + .price-excluding-tax .price,
.weee[data-label] .price {
  font-size: 1.1rem;
}
body._has-modal {
  height: 100%;
  overflow: hidden;
  width: 100%;
}
.modals-overlay {
  z-index: 899;
}
.modal-slide,
.modal-popup {
  bottom: 0;
  left: 0;
  min-width: 0;
  position: fixed;
  right: 0;
  top: 0;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: visibility 0s .3s, opacity .3s ease;
  transition: visibility 0s .3s, opacity .3s ease;
}
.modal-slide._show,
.modal-popup._show {
  visibility: visible;
  opacity: 1;
  -webkit-transition: opacity .3s ease;
  transition: opacity .3s ease;
}
.modal-slide._show .modal-inner-wrap,
.modal-popup._show .modal-inner-wrap {
  -webkit-transform: translate(0, 0);
  transform: translate(0, 0);
}
.modal-slide .modal-inner-wrap,
.modal-popup .modal-inner-wrap {
  background-color: #ffffff;
  box-shadow: 0 0 12px 2px rgba(0, 0, 0, 0.35);
  opacity: 1;
  z-index: 99999 !important;
  pointer-events: auto;
}
.modal-slide {
  left: 44px;
  z-index: 900;
}
.modal-slide._show .modal-inner-wrap {
  -webkit-transform: translateX(0);
  transform: translateX(0);
}
.modal-slide .modal-inner-wrap {
  height: 100%;
  overflow-y: auto;
  position: static;
  -webkit-transform: translateX(100%);
  transform: translateX(100%);
  -webkit-transition: -webkit-transform 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out;
  width: auto;
}
.modal-slide._inner-scroll .modal-inner-wrap {
  overflow-y: visible;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}
.modal-slide._inner-scroll .modal-header,
.modal-slide._inner-scroll .modal-footer {
  -webkit-flex-grow: 0;
  flex-grow: 0;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
}
.modal-slide._inner-scroll .modal-content {
  overflow-y: auto;
}
.modal-slide._inner-scroll .modal-footer {
  margin-top: auto;
}
.modal-slide .modal-header,
.modal-slide .modal-content,
.modal-slide .modal-footer {
  padding: 0 2.6rem 2.6rem;
}
.modal-slide .modal-header {
  padding-bottom: 2.1rem;
  padding-top: 2.1rem;
}
.modal-popup {
  z-index: 900;
  left: 0;
  overflow-y: auto;
}
.modal-popup.confirm .modal-inner-wrap {
  max-width: 50rem;
}
.modal-popup.confirm .modal-inner-wrap .modal-content {
  padding-right: 7rem;
}
.modal-popup._show .modal-inner-wrap {
  -webkit-transform: translateY(0);
  transform: translateY(0);
}
.modal-popup .modal-inner-wrap {
  margin: 5rem auto;
  width: 75%;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  box-sizing: border-box;
  height: auto;
  left: 0;
  position: absolute;
  right: 0;
  -webkit-transform: translateY(-200%);
  transform: translateY(-200%);
  -webkit-transition: -webkit-transform 0.2s ease;
  transition: transform .2s ease;
}
.modal-popup._inner-scroll {
  overflow-y: visible;
}
.ie11 .modal-popup._inner-scroll {
  overflow-y: auto;
}
.modal-popup._inner-scroll .modal-inner-wrap {
  max-height: 90%;
}
.ie11 .modal-popup._inner-scroll .modal-inner-wrap {
  max-height: none;
}
.modal-popup._inner-scroll .modal-content {
  overflow-y: auto;
}
.modal-popup .modal-header,
.modal-popup .modal-content,
.modal-popup .modal-footer {
  padding-left: 3rem;
  padding-right: 3rem;
}
.modal-popup .modal-header,
.modal-popup .modal-footer {
  -webkit-flex-grow: 0;
  flex-grow: 0;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
}
.modal-popup .modal-header {
  padding-bottom: 1.2rem;
  padding-top: 3rem;
}
.modal-popup .modal-footer {
  margin-top: auto;
  padding-bottom: 3rem;
  padding-top: 3rem;
}
.modal-popup .modal-footer-actions {
  text-align: right;
}
.modal-custom .action-close,
.modal-popup .action-close,
.modal-slide .action-close {
  background-image: none;
  background: none;
  -moz-box-sizing: content-box;
  border: 0;
  box-shadow: none;
  line-height: inherit;
  margin: 0;
  padding: 0;
  text-shadow: none;
  font-weight: 400;
  display: inline-block;
  text-decoration: none;
  position: absolute;
  right: 0;
  top: 0;
}
.modal-custom .action-close:focus,
.modal-popup .action-close:focus,
.modal-slide .action-close:focus,
.modal-custom .action-close:active,
.modal-popup .action-close:active,
.modal-slide .action-close:active {
  background: none;
  border: none;
}
.modal-custom .action-close:hover,
.modal-popup .action-close:hover,
.modal-slide .action-close:hover {
  background: none;
  border: none;
}
.modal-custom .action-close.disabled,
.modal-popup .action-close.disabled,
.modal-slide .action-close.disabled,
.modal-custom .action-close[disabled],
.modal-popup .action-close[disabled],
.modal-slide .action-close[disabled],
fieldset[disabled] .modal-custom .action-close,
fieldset[disabled] .modal-popup .action-close,
fieldset[disabled] .modal-slide .action-close {
  pointer-events: none;
  opacity: 0.5;
}
.modal-custom .action-close &gt; span,
.modal-popup .action-close &gt; span,
.modal-slide .action-close &gt; span {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.modal-custom .action-close:before,
.modal-popup .action-close:before,
.modal-slide .action-close:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 32px;
  line-height: 32px;
  color: #8f8f8f;
  content: '\e616';
  font-family: 'icons-blank-theme';
  margin: 0;
  vertical-align: top;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.modal-custom .action-close:hover:before,
.modal-popup .action-close:hover:before,
.modal-slide .action-close:hover:before {
  color: inherit;
}
.modal-custom .action-close:active:before,
.modal-popup .action-close:active:before,
.modal-slide .action-close:active:before {
  color: inherit;
}
.modal-custom .action-close:hover:before,
.modal-popup .action-close:hover:before,
.modal-slide .action-close:hover:before {
  color: #1a1a1a;
}
.modal-custom .action-close {
  margin: 25px;
}
.modal-popup {
  pointer-events: none;
}
.modal-popup .modal-title {
  border-bottom: 1px solid #c1c1c1;
  font-weight: 300;
  padding-bottom: 10px;
  font-size: 26px;
  margin-bottom: 0;
  min-height: 1em;
  word-wrap: break-word;
}
.modal-popup .action-close {
  padding: 10px;
}
.modal-slide .action-close {
  padding: 1.1rem 2rem;
}
.modal-slide .page-main-actions {
  margin-bottom: -12.9rem;
  margin-top: 2.1rem;
}
.modals-overlay {
  z-index: 999 !important;
  background-color: rgba(51, 51, 51, 0.55);
  bottom: 0;
  left: 0;
  position: fixed;
  right: 0;
  top: 0;
}
body._has-modal-custom .modal-custom-overlay {
  height: 100vh;
  left: 0;
  position: fixed;
  top: 0;
  width: 100vw;
  z-index: 899;
}
/**
 * Copyright Â© Magento, Inc. All rights reserved.
 * See COPYING.txt for license details.
*/
.contact-index-index .column:not(.sidebar-main) .form.contact {
  float: none;
  width: 50%;
}
.contact-index-index .column:not(.sidebar-additional) .form.contact {
  float: none;
  width: 50%;
}
/**
 * MageSpecialist
 *
 * NOTICE OF LICENSE
 *
 * This source file is subject to the Open Software License (OSL 3.0)
 * that is bundled with this package in the file LICENSE.txt.
 * It is also available through the world-wide-web at this URL:
 * http://opensource.org/licenses/osl-3.0.php
 * 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 info@magespecialist.it so we can send you a copy immediately.
 *
 * @category   MSP
 * @package    MSP_ReCaptcha
 * @copyright  Copyright (c) 2017 Skeeller srl (http://www.magespecialist.it)
 * @license    http://opensource.org/licenses/osl-3.0.php  Open Software License (OSL 3.0)
 */
.login-container .g-recaptcha,
.form-login .g-recaptcha {
  margin-bottom: 10px !important;
}
.required-captcha.checkbox {
  position: absolute;
  display: block;
  visibility: visible;
  overflow: hidden;
  opacity: 0;
  width: 1px;
  height: 1px;
}
.review-form .field-recaptcha {
  margin-bottom: 10px;
}
.form.send.friend .g-recaptcha {
  margin-top: 40px;
}
/**
 * Copyright 2016 Amazon.com, Inc. or its affiliates. All Rights Reserved.
 *
 * Licensed under the Apache License, Version 2.0 (the "License").
 * You may not use this file except in compliance with the License.
 * A copy of the License is located at
 *
 *  http://aws.amazon.com/apache2.0
 *
 * or in the "license" file accompanying this file. This file is distributed
 * on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either
 * express or implied. See the License for the specific language governing
 * permissions and limitations under the License.
 */
/**
 * Copyright 2016 Amazon.com, Inc. or its affiliates. All Rights Reserved.
 *
 * Licensed under the Apache License, Version 2.0 (the "License").
 * You may not use this file except in compliance with the License.
 * A copy of the License is located at
 *
 *  http://aws.amazon.com/apache2.0
 *
 * or in the "license" file accompanying this file. This file is distributed
 * on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either
 * express or implied. See the License for the specific language governing
 * permissions and limitations under the License.
 */
/**
* Amazon Pay variables
**/
.amazon-button-container {
  display: table;
  margin: 0 0 22px;
}
.amazon-button-container__cell {
  display: table-cell;
  min-width: 45px;
  position: relative;
}
.amazon-button-container img {
  display: block;
}
.amazon-button-container .field-tooltip {
  display: none;
  margin: -12px 0 0;
  right: 5px;
  top: 50%;
}
.checkout-shipping-address .amazon-button-container {
  margin: 22px 0;
}
.login-container .block-amazon-login .actions-toolbar {
  margin-top: 25px;
}
.amazon-validate-container .block .block-title {
  font-size: 1.8rem;
}
.amazon-validate-container .fieldset:after {
  margin: 10px 0 0;
  content: attr(data-hasrequired);
  display: block;
  letter-spacing: normal;
  word-spacing: normal;
  color: #e02b27;
  font-size: 1.2rem;
}
.amazon-validate-container .fieldset:after {
  margin-top: 35px;
}
@media all and (max-width: 768px) {
  .amazon-button-container {
    width: 100%;
  }
}
.amazon-logout-widget {
  display: none;
}
/**
 * Copyright 2016 Amazon.com, Inc. or its affiliates. All Rights Reserved.
 *
 * Licensed under the Apache License, Version 2.0 (the "License").
 * You may not use this file except in compliance with the License.
 * A copy of the License is located at
 *
 *  http://aws.amazon.com/apache2.0
 *
 * or in the "license" file accompanying this file. This file is distributed
 * on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either
 * express or implied. See the License for the specific language governing
 * permissions and limitations under the License.
 */
/** mini cart styling **/
.product-social-links,
.amazon-minicart-container {
  width: 100%;
  display: block;
  text-align: center;
}
.product-social-links .amazon-button-container,
.amazon-minicart-container .amazon-button-container {
  display: inline-block;
  margin: 12px 0 4px 0;
}
.product-social-links .field-tooltip .field-tooltip-content,
.amazon-minicart-container .field-tooltip .field-tooltip-content {
  top: 38px;
  left: -245px;
}
.product-social-links .field-tooltip .field-tooltip-content:before,
.amazon-minicart-container .field-tooltip .field-tooltip-content:before {
  border: none;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-bottom: 10px solid #666666;
  top: -10px;
  left: 244px;
}
.product-social-links .field-tooltip .field-tooltip-content:after,
.amazon-minicart-container .field-tooltip .field-tooltip-content:after {
  border: none;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-bottom: 10px solid #f4f4f4;
  top: -8px;
  left: 244px;
}
.amazon-addtoCart {
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
}
.revert-checkout {
  margin-top: 20px;
  margin-bottom: 20px;
  display: block;
}
.centered-button {
  text-align: center;
  display: inline-block;
}
.catalog-product-view .centered-button {
  display: table;
}
.checkout-payment-method .amazon-sandbox-simulator {
  border-bottom: 1px solid #cccccc;
}
.checkout-payment-method .amazon-sandbox-simulator .payment-option-title {
  border-top: none;
  padding-top: 0;
}
.checkout-payment-method .amazon-sandbox-simulator .amazon-sandbox-simulator-scenario {
  margin-bottom: 10px;
}
.checkout-methods-items .centered-button {
  margin-bottom: 0;
}
@media all and (max-width: 768px) {
  .checkout-methods-items .centered-button {
    width: auto;
  }
}
.checkout-methods-items .field-tooltip {
  display: none;
}
.checkout-methods-items .field-tooltip .field-tooltip-content {
  right: -10px;
  top: 40px;
  left: auto;
}
.checkout-methods-items .field-tooltip .field-tooltip-content:before,
.checkout-methods-items .field-tooltip .field-tooltip-content:after {
  border: 10px solid transparent;
  height: 0;
  width: 0;
  margin-top: -21px;
  right: 10px;
  left: auto;
  top: 0;
}
.checkout-methods-items .field-tooltip .field-tooltip-content:before {
  border-bottom-color: #999999;
}
.checkout-methods-items .field-tooltip .field-tooltip-content:after {
  border-bottom-color: #f4f4f4;
  top: 1px;
}
@media all and (max-width: 768px) {
  .checkout-methods-items .field-tooltip .field-tooltip-content {
    right: -56px;
    top: 38px;
    left: auto;
  }
  .checkout-methods-items .field-tooltip .field-tooltip-content:before,
  .checkout-methods-items .field-tooltip .field-tooltip-content:after {
    right: 56px;
  }
}
.amazon-widget {
  max-width: 400px;
  height: 228px;
}
.amazon-widget--address {
  margin-top: 20px;
}
.amazon-addresses {
  margin-top: 20px;
}
.amazon-addresses .amazon-address {
  margin-bottom: 20px;
}
.checkout-payment-method .amazon-payment-method .payment-method-title {
  visibility: hidden;
  padding-bottom: 0;
}
/** Prevent movement after a soft decline to other payment steps **/
.opc-progress-bar-item._complete.lock-step {
  cursor: none;
  pointer-events: none;
}
@media all and (max-width: 768px) {
  .amazon-minicart-container .amazon-button-container {
    width: auto;
  }
}
.klarna-payments-method-cell {
  display: table-cell;
  vertical-align: middle;
}
label.klarna-payments-method-cell &gt; span {
  padding-left: 5px;
}
span.klarna-payments-method-cell &gt; img {
  display: block;
}
/**
 * Mageplaza
 *
 * NOTICE OF LICENSE
 *
 * This source file is subject to the Mageplaza.com license that is
 * available through the world-wide-web at this URL:
 * https://www.mageplaza.com/LICENSE.txt
 *
 * DISCLAIMER
 *
 * Do not edit or add to this file if you wish to upgrade this extension to newer
 * version in the future.
 *
 * @category    Mageplaza
 * @package     Mageplaza_Blog
 * @copyright   Copyright (c) Mageplaza (https://www.mageplaza.com/)
 * @license     https://www.mageplaza.com/LICENSE.txt
 */
.mp-blog-view a,
.mp-sidebar a {
  text-decoration: none;
}
.mp-blog-rss {
  text-align: right;
}
.mp-post-info {
  color: #999999;
  font-size: 10px;
  line-height: 18px;
  margin: 0;
}
.mp-post-info span {
  color: #6f6f6f;
}
.post-item-wraper {
  border: 1px solid #eee;
}
.post-item-wraper:hover {
  border: 1px solid #eee;
  box-shadow: 3px 3px 4px 0 rgba(0, 0, 0, 0.3);
}
.post-info-wraper {
  padding: 20px 15px 10px 15px;
}
.post-list-item {
  margin-bottom: 20px;
}
.post-short-description {
  max-width: 100%;
}
.post-short-description p {
  max-width: 100%;
}
.post-post_content {
  margin: 10px 0 10px 0;
}
@media (min-width: 768px) {
  .post-sharing-button {
    text-align: center;
  }
}
#sharing {
  padding: 20px 30px;
  background: #f6f6f6;
  margin-top: 40px;
}
@media (min-width: 768px) {
  #sharing .share-col-left {
    float: left;
    width: 50%;
  }
}
.about-admin h4.admin-title {
  width: 215px;
  float: left;
}
.block-blog-related {
  margin-top: 35px;
}
.block-blog-related .related-content-container {
  padding: 0 10px;
}
.block-blog-related .related-content-container .author-content-image {
  float: left;
  width: 135px;
}
.block-blog-related .related-content-container .author-content-information {
  float: left;
  padding-left: 20px;
  width: calc(100% - 155px);
}
.block-blog-related .related-content-container .author-content-information .author-name {
  font-size: 20px;
}
#post-reviews {
  margin-top: 50px;
}
a.mp-relate-link {
  background: #f55567;
  color: #0a0a0a;
}
a.mp-relate-link img.img-responsive {
  margin: 0 auto;
  height: 200px;
  display: block;
}
.menu-archives {
  list-style: none;
  padding-left: 8px;
}
.menu-archives a.list-archives {
  color: inherit;
}
.author-image {
  text-align: center;
}
.author-image img.img-responsive {
  border: none;
  padding-right: 7px;
  padding-left: 7px;
  margin-top: 15px;
  margin-bottom: 20px;
}
.tab-content {
  border: 1px solid #ddd;
  border-top: none;
}
.pager {
  text-align: center;
}
.pager span.toolbar-number {
  display: none;
}
.block-title p {
  font-size: 18px;
  font-weight: 300;
}
.mp-sidebar {
  margin-bottom: 25px;
}
.mp-sidebar .block-content {
  padding-left: 10px;
}
.mp-sidebar .data.item.title {
  cursor: pointer;
}
.mp-sidebar .product.data.items &gt; .item.content {
  padding: 20px 0 20px 10px !important;
}
.sidebar-tags {
  margin-bottom: 15px;
}
a.label.label-default.tags-list {
  background: #fff;
  border: 1px solid #bbb;
  color: inherit;
  font-weight: normal;
  font-size: 100%;
  border-radius: 1px;
  display: inline-block;
  margin-bottom: 5px;
  padding: 10px;
  margin-right: 5px;
}
ul.menu-categories li.category-item {
  list-style: none;
}
ul.menu-categories .category-level3 {
  display: none;
  padding-left: 15px;
}
ul.menu-categories .category-level4 {
  display: none;
  padding-left: 30px;
}
ul.menu-categories a.list-categories {
  color: inherit;
  margin-left: 8px;
}
ul.menu-categories i {
  cursor: pointer;
}
h2.list-title {
  margin-bottom: 30px;
}
.list-post-tabs {
  padding: 5px 10px 5px 0;
}
.list-post-tabs:hover {
  background-color: #eee;
}
.list-post-tabs .post-left {
  float: left;
  width: 25%;
}
.list-post-tabs .post-right {
  float: left;
  width: 75%;
  padding-left: 10px;
  box-sizing: border-box;
}
.list-post-tabs .post-right span {
  font-size: 14px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  display: block;
}
.list-post-tabs .post-right span.create-at {
  font-size: 12px;
}
.tab-pane.fade {
  border-left: 1px solid #ddd;
  border-right: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
  margin-bottom: 20px;
}
.fa.fa-angle-right {
  font-size: larger;
}
.sidebar .mpblog-search {
  float: none !important;
  padding: 0 !important;
  margin-bottom: 15px !important;
  width: 100%;
}
.autocomplete-suggestions {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  border: 1px solid #ddd;
  background: #FFF;
  cursor: default;
  overflow: auto;
  -webkit-box-shadow: 1px 4px 3px rgba(50, 50, 50, 0.64);
  -moz-box-shadow: 1px 4px 3px rgba(50, 50, 50, 0.64);
  box-shadow: 1px 4px 3px rgba(50, 50, 50, 0.64);
  border-top: 0;
  padding: 10px 0;
  overflow-x: hidden;
}
.autocomplete-suggestions strong {
  font-weight: bold;
  color: #000;
}
.autocomplete-suggestion {
  padding: 2px 5px;
  border-bottom: 1px solid #eee;
}
.autocomplete-suggestion:last-child {
  border-bottom: none;
}
.autocomplete-suggestion .mpblog-suggestion {
  display: block;
}
.autocomplete-suggestion .mpblog-suggestion:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}
.autocomplete-suggestion .mpblog-suggestion .mpblog-suggestion-left,
.autocomplete-suggestion .mpblog-suggestion .mpblog-suggestion-right {
  float: left;
  padding: 5px 10px;
}
.autocomplete-suggestion .mpblog-suggestion .mpblog-suggestion-left {
  max-width: 25%;
}
.autocomplete-suggestion .mpblog-suggestion .mpblog-suggestion-right.image-visible {
  max-width: calc(75% - 40px);
}
.autocomplete-no-suggestion {
  padding: 2px 5px;
}
.autocomplete-selected {
  background: #F0F0F0;
}
.autocomplete-group {
  padding: 2px 5px;
  font-weight: bold;
  font-size: 16px;
  color: #000;
  display: block;
  border-bottom: 1px solid #000;
}
.mpblog-product-des {
  color: #333333;
}
.mpblog-product-des p {
  margin: 0;
  font-size: 12px;
}
.mpblog-search {
  position: relative;
}
.mpblog-search button.action.search,
.mpblog-search .cart.table-wrapper .actions-toolbar &gt; .action.action.search,
.mpblog-search .action-gift.action.search {
  display: inline-block;
  background: none !important;
  -moz-box-sizing: content-box;
  border: 0;
  box-shadow: none;
  line-height: inherit;
  margin: 0;
  padding: 0;
  text-shadow: none;
  font-weight: 400;
  position: absolute;
  right: 10px;
  top: 2px;
  z-index: 1;
}
.mpblog-search button.action.search :before,
.mpblog-search .cart.table-wrapper .actions-toolbar &gt; .action.action.search :before,
.mpblog-search .action-gift.action.search :before {
  -webkit-font-smoothing: antialiased;
  color: #8f8f8f;
}
.mpblog-search button.action.search span,
.mpblog-search .cart.table-wrapper .actions-toolbar &gt; .action.action.search span,
.mpblog-search .action-gift.action.search span {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.mpblog-search label[for="mpblog-search-box"] {
  display: none;
}
/* style comment */
textarea.default-cmt__content__cmt-block__cmt-box__cmt-input {
  overflow: hidden !important;
  resize: none;
  min-height: 80px;
  border-radius: 4px;
  margin-bottom: 15px;
}
.default-cmt__content__cmt-block__guest-box {
  margin-bottom: 20px;
}
.show-cmt__cmt-row.is-reply {
  padding-left: 50px !important;
}
.default-cmt__content__cmt-block__cmt-box__cmt-btn {
  float: right;
}
.default-cmt__content__cmt-block__cmt-box__cmt-btn .default-cmt_loading {
  display: inline-block;
  width: 20px;
  vertical-align: middle;
  margin-right: 5px;
}
.cmt-row__reply-row {
  margin-top: 10px;
}
.default-cmt__cmt-login {
  float: right;
  margin-top: 20px;
  margin-bottom: 10px;
}
div.default-cmt__content__cmt-content {
  width: 100%;
  margin-top: 50px;
  float: left;
}
ul.default-cmt__content__cmt-content {
  list-style: none !important;
}
.cmt-row__cmt-content {
  font-size: 13px;
}
.cmt-row__cmt-interactions {
  font-size: 13px;
}
.cmt-row__cmt-content p {
  margin: 3px 0 !important;
}
.interactions__btn-actions {
  display: inline-block;
  margin-right: 10px;
}
a.interactions__btn-actions.action {
  cursor: pointer;
}
.interactions__cmt-createdat {
  display: inline-block;
  color: #999;
  font-size: 13px;
}
.cmt-row.reply-row {
  margin-bottom: 0 !important;
}
.reply-form__form-input {
  margin-bottom: 0 !important;
  position: relative;
}
.reply-form__form-input .default-cmt_loading {
  width: 20px;
  position: absolute;
  top: 5px;
  right: 5px;
}
.default-cmt__content__cmt-row.reply-row {
  margin-top: 0 !important;
}
li.default-cmt__content__cmt-content__cmt-row.cmt-row.reply-row {
  margin-top: 5px;
  padding-bottom: 0;
}
li.default-cmt__content__cmt-content__cmt-row.cmt-row {
  margin-top: 5px;
  margin-bottom: 15px;
  padding-bottom: 5px;
  border-top: 1px solid #f5f5f5;
}
.default-cmt__content__cmt-content ul:first-child {
  padding-left: 5px !important;
}
/* end style comment */
.widget-title {
  margin-bottom: 20px;
}
.author-social img.img-responsive {
  float: left;
  margin-top: 15px;
  margin-left: 15px;
  height: 25px;
  width: 25px;
}
.share-col-right {
  display: inline-block;
  width: 50%;
}
/*post view css*/
.page-layout-1column .column.main {
  width: 100% !important;
}
/* Footer Copyright */
.mp-footer {
  margin-top: 50px;
  font-size: 8px !important;
  display: block;
  clear: both;
  float: right;
  text-transform: inherit;
}
.mp-footer h3 {
  margin-top: 50px;
  font-size: 8px !important;
  display: block;
  clear: both;
  float: right;
  text-transform: inherit;
}
.mp-footer-links-light {
  color: #E8E8E8 !important;
  margin: 0;
  padding: 0;
  border: 0;
  vertical-align: baseline;
}
.mp-footer-links-light a {
  color: #E8E8E8 !important;
}
.post-image {
  min-height: 250px;
  position: relative;
}
.post-image img.img-responsive {
  max-height: 100%;
  max-width: 100%;
  position: absolute;
  right: 0;
  top: 0;
  left: 0;
  bottom: 0;
  margin: auto;
  border: none;
}
.mpblog-post-view .post-view-image {
  text-align: center;
}
.post-item-wraper {
  padding: 10px !important;
}
@media only screen and (min-width: 600px) {
  .post-item-list .post-image {
    min-width: 250px;
    display: table-cell;
  }
  .post-item-list .post-info-wraper {
    display: table-cell;
    vertical-align: top;
  }
}
.post-info-wraper {
  display: table-cell;
  vertical-align: top;
}
.post-info-wraper h2.mp-post-title {
  margin-top: 0;
}
.post-list-content .limiter {
  display: block !important;
}
/** Yourstore theme */
.mpblog-etheme-yourstore .post-list-container,
.mpblog-etheme-yourstore .post-view,
.mpblog-etheme-yourstore .mp-blog-rss {
  width: 85%;
  margin: auto;
}
.mpblog-etheme-yourstore .block-blog-related {
  border-bottom: solid 1px #dfdfdf;
}
@media (min-width: 768px) {
  .mpblog-etheme-yourstore .page-layout-2columns-right .post-list-content {
    border-right: solid 1px #dfdfdf;
  }
  .mpblog-etheme-yourstore .page-layout-2columns-left .post-list-content {
    border-left: solid 1px #dfdfdf;
  }
}
@media (min-width: 1024px) {
  .mpblog-etheme-yourstore .products-same-post li {
    height: 400px;
    width: 24.5% !important;
  }
}
@media (min-width: 1440px) {
  .mpblog-etheme-yourstore .products-same-post li {
    height: 500px;
    width: 16.67% !important;
  }
}
/* mageplaza end blog style */
.multi-checkout-fields label {
  display: block;
  margin-bottom: 7px;
}
.multi-checkout-fields .field {
  margin: 1.5em 0;
}
.multi-checkout-fields .field.checkbox label {
  display: inline-block;
  margin: 0 0 0 12px;
}
.collection-point-country,
.collection-point-postalcode,
.collection-point-button {
  display: inline-block;
  padding: 20px 10px 0 0;
}
.collection-point-postalcode {
  max-width: 9em;
  vertical-align: top;
}
.field-error {
  color: #e02b27;
  font-size: 1.2rem;
  margin-top: 7px;
}
.box-order-shipping-address .box-subtitle {
  font-weight: 600;
}
.box-order-shipping-address .order-shipping-secondary-address {
  margin-top: 1rem;
}
#delivery-options-fields-block {
  max-width: 100%;
}
.pickup-locations-headline {
  font-weight: 600;
  font-size: 16px;
  margin-bottom: 25px;
}
.delivery-locations-form .delivery-locations-list {
  border: 1px solid #c2c2c2;
  max-height: 500px;
  overflow: auto;
}
.delivery-locations-form .delivery-locations-list table.location {
  margin-top: 28px;
}
.delivery-locations-form .delivery-locations-list table.location .first-column {
  padding: 0 14px;
  width: 14px;
}
.delivery-locations-form .delivery-locations-list table.location .second-column {
  padding: 0;
}
.opening-hour-wrapper {
  font-size: 12px;
}
.opening-hour-wrapper table thead {
  cursor: pointer;
  font-weight: 700;
}
.opening-hour-wrapper table thead tr td {
  padding: 10px 0 0;
  display: inline-block;
  text-decoration: none;
}
.opening-hour-wrapper table thead tr td:after {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 1.2rem;
  line-height: 20px;
  color: #8f8f8f;
  content: '\e622';
  font-family: 'icons-blank-theme';
  margin: 0 0 0 10px;
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.opening-hour-wrapper table thead tr td:hover:after {
  color: #333333;
}
.opening-hour-wrapper table thead tr td:active:after {
  color: #8f8f8f;
}
.opening-hour-wrapper table tbody {
  display: none;
}
.opening-hour-wrapper table tbody.special-hours-heading {
  padding-top: 10px;
  font-weight: 700;
}
.opening-hour-wrapper table tbody tr td {
  padding: 0 10px 0 0;
}
.opening-hour-wrapper table tbody tr td.time-span {
  font-weight: 600;
}
.opening-hour-wrapper table._active thead tr td:after {
  content: '\e621';
}
.opening-hour-wrapper table._active tbody {
  display: block;
}
/**
 * @copyright  Vertex. All rights reserved.  https://www.vertexinc.com/
 * @author     Mediotype                     https://www.mediotype.com/
 */
.opc-block-summary .vertex-message td,
.cart-summary .vertex-message td {
  padding: 0;
  border-top: none;
}
.yotpo-yotpo-is-enabled .yotpoBottomLine {
  width: 100%;
}
.yotpo-yotpo-is-enabled .yotpo-icon-double-bubble,
.yotpo-yotpo-is-enabled .yotpo-stars {
  margin: 0 5px 0 0 !important;
}
.yotpo-yotpo-is-enabled .thumbnail .yotpo a {
  display: inline-block;
}
.yotpo-yotpo-is-enabled div.yotpo.bottomLine {
  display: inline-block;
  margin: 0 10px 1px 0;
}
.yotpo-yotpo-is-enabled div.yotpo.QABottomLine {
  display: inline-block;
}
.yotpo-yotpo-is-enabled div.yotpo.bottomLine.bottomline-position {
  display: inline-block;
  margin: 0 10px 1px 0;
}
.yotpo-yotpo-is-enabled.cms-index-index .product-item-actions {
  margin-top: 5px !important;
}
.yotpo-yotpo-is-enabled.catalog-category-view.page-products .product-item-actions,
.yotpo-yotpo-is-enabled.catalog-product-view.page-products .product-item-actions {
  margin-top: 0 !important;
}
.yotpo-yotpo-is-enabled.catalog-category-view .product-info-main .product-reviews-summary,
.yotpo-yotpo-is-enabled.catalog-product-view .product-info-main .product-reviews-summary {
  width: 100%;
}
.column .block-addbysku .fieldset {
  margin: 0;
}
.column .block-addbysku .fieldset .fields {
  position: relative;
}
.column .block-addbysku .fieldset .fields .field {
  display: inline-block;
  margin-bottom: 10px;
  vertical-align: top;
}
.column .block-addbysku .fieldset .fields .actions-toolbar {
  position: absolute;
  right: 0;
  top: 4px;
}
.column .block-addbysku .sku {
  margin-right: -155px;
  padding-right: 160px;
  width: 100%;
}
.column .block-addbysku .skus &gt; .label {
  margin-top: 10px;
}
.column .block-addbysku .qty .qty + .mage-error {
  width: 80px;
}
.column .block-addbysku .block-content .actions-toolbar {
  clear: both;
  margin: 0 0 20px;
  text-align: left;
}
.column .block-addbysku .block-content .actions-toolbar:before,
.column .block-addbysku .block-content .actions-toolbar:after {
  content: '';
  display: table;
}
.column .block-addbysku .block-content .actions-toolbar:after {
  clear: both;
}
.column .block-addbysku .block-content .actions-toolbar .primary {
  float: left;
}
.column .block-addbysku .block-content .actions-toolbar .primary,
.column .block-addbysku .block-content .actions-toolbar .secondary {
  display: inline-block;
}
.column .block-addbysku .block-content .actions-toolbar .primary a.action,
.column .block-addbysku .block-content .actions-toolbar .secondary a.action {
  display: inline-block;
}
.column .block-addbysku .block-content .actions-toolbar .primary .action {
  margin: 0 5px 0 0;
}
.column .block-addbysku .block-content .actions-toolbar .secondary a.action {
  margin-top: 6px;
}
.column .block-addbysku .block-content .actions-toolbar .primary,
.column .block-addbysku .block-content .actions-toolbar .secondary {
  display: block;
  float: none;
}
.column .block-addbysku .block-content .actions-toolbar &gt; .secondary {
  text-align: left;
}
.column .block-addbysku .reset {
  margin: 10px 0;
}
.column .block-addbysku .note {
  display: block;
  margin: 0 0 20px;
}
.block-cart-failed {
  margin-top: 40px;
}
.block-cart-failed .block-title {
  font-size: 2.6rem;
}
.block-cart-failed .block-title strong {
  font-weight: 300;
}
.block-cart-failed .actions {
  text-align: center;
}
.block-cart-failed .actions .action {
  margin-bottom: 10px;
}
.payment-method-braintree .hosted-control {
  background: #ffffff;
  background-clip: padding-box;
  border: 1px solid #c2c2c2;
  border-radius: 1px;
  font-family: 'Lora';
  font-size: 14px;
  height: 32px;
  line-height: 1.42857143;
  padding: 0 9px;
  vertical-align: baseline;
  width: 100%;
  box-sizing: border-box;
  position: relative;
  width: 225px;
}
.payment-method-braintree .hosted-control:disabled {
  opacity: 0.5;
}
.payment-method-braintree .hosted-control::-moz-placeholder {
  color: #c2c2c2;
}
.payment-method-braintree .hosted-control::-webkit-input-placeholder {
  color: #c2c2c2;
}
.payment-method-braintree .hosted-control:-ms-input-placeholder {
  color: #c2c2c2;
}
.payment-method-braintree .hosted-control.braintree-hosted-fields-focused {
  border-color: #006bb4;
}
.payment-method-braintree .hosted-control.braintree-hosted-fields-invalid:not(.braintree-hosted-fields-focused) {
  border-color: #e02b27;
}
.payment-method-braintree .hosted-control.braintree-hosted-fields-invalid:not(.braintree-hosted-fields-focused) ~ .hosted-error {
  height: auto;
  opacity: 1;
}
.payment-method-braintree .hosted-control.braintree-hosted-fields-valid {
  border-color: #006400;
}
.payment-method-braintree .hosted-control.hosted-cid {
  width: 5rem;
}
.payment-method-braintree .hosted-control.hosted-date {
  float: left;
  margin-bottom: 7px;
  width: 6rem;
}
.payment-method-braintree .hosted-control.hosted-date:first-of-type {
  margin-right: 50px;
}
.payment-method-braintree .hosted-control.hosted-date:first-of-type:after {
  content: '/';
  display: inline;
  padding-bottom: inherit;
  padding-top: inherit;
  position: absolute;
  right: -25px;
  top: 5px;
}
.payment-method-braintree .field-tooltip {
  right: 0;
}
.payment-method-braintree .hosted-error {
  clear: both;
  color: #e02b27;
  font-size: 1.2rem;
  height: 0;
  margin-top: 7px;
  opacity: 0;
}
.braintree-paypal-logo {
  margin-top: 10px;
  text-align: center;
}
.braintree-paypal-account {
  padding: 15px 0 15px 50px;
  position: relative;
  display: inline-block;
}
.braintree-paypal-account:before {
  background-image: url('../../frontend/Lucia/default/en_US/Magento_Braintree/images/paypal-small.png');
  background-position-x: 0;
  background-position-y: 0;
  line-height: 16px;
  vertical-align: middle;
  height: 16px;
  width: 16px;
  background-repeat: no-repeat;
  content: '';
  display: inline-block;
}
.braintree-paypal-account:before {
  left: 17px;
  margin-top: -8px;
  position: absolute;
  top: 50%;
}
.braintree-paypal-account .payment-method-type {
  font-weight: 700;
}
.braintree-paypal-account .payment-method-description {
  color: #575757;
}
.braintree-paypal-fieldset {
  border: 0;
  margin: 0;
  padding: 0;
}
.action-braintree-paypal-logo {
  background-image: none;
  background: none;
  -moz-box-sizing: content-box;
  border: 0;
  box-shadow: none;
  line-height: inherit;
  margin: 0;
  padding: 0;
  text-decoration: none;
  text-shadow: none;
  font-weight: 400;
}
.action-braintree-paypal-logo:focus,
.action-braintree-paypal-logo:active {
  background: none;
  border: none;
}
.action-braintree-paypal-logo:hover {
  background: none;
  border: none;
}
.action-braintree-paypal-logo.disabled,
.action-braintree-paypal-logo[disabled],
fieldset[disabled] .action-braintree-paypal-logo {
  pointer-events: none;
  opacity: 0.5;
}
.action-braintree-paypal-logo img {
  margin: 0;
  width: 114px;
}
.payment-method .payment-method-content .actions-toolbar.braintree-paypal-actions {
  margin-left: 0;
}
.account .table .col.paypal-account img {
  vertical-align: middle;
}
.account .table .col.paypal-account + .actions {
  vertical-align: middle;
}
.bundle-options-container {
  clear: both;
  margin-bottom: 40px;
}
.bundle-options-container .legend.title {
  font-weight: 300;
  line-height: 1.1;
  font-size: 2.6rem;
  margin-top: 2.5rem;
  margin-bottom: 2rem;
}
.bundle-options-container .product-add-form {
  display: none;
}
.bundle-options-container .product-options-wrapper {
  margin-bottom: 30px;
}
.bundle-options-container .action.back {
  margin-bottom: 30px;
}
.bundle-options-container .price-box .price {
  font-size: 18px;
  font-weight: 700;
}
.bundle-options-container .block-bundle-summary {
  background: #e8e8e8;
  padding: 10px 20px;
}
.bundle-options-container .block-bundle-summary &gt; .title &gt; strong {
  font-weight: 300;
  line-height: 1.1;
  font-size: 2.6rem;
  margin-top: 2.5rem;
  margin-bottom: 2rem;
}
.bundle-options-container .block-bundle-summary .bundle-summary {
  margin-top: 30px;
}
.bundle-options-container .block-bundle-summary .bundle-summary.empty {
  display: none;
}
.bundle-options-container .block-bundle-summary .bundle-summary &gt; .subtitle {
  font-weight: 300;
  line-height: 1.1;
  font-size: 1.8rem;
  margin-top: 1.5rem;
  margin-bottom: 1rem;
  display: block;
}
.bundle-options-container .block-bundle-summary .bundle.items &gt; li {
  margin-bottom: 10px;
}
.bundle-options-container .block-bundle-summary .box-tocart .actions {
  display: inline-block;
  margin-bottom: 10px;
}
.bundle-options-container .block-bundle-summary .product-addto-links &gt; .action {
  vertical-align: top;
}
.bundle-options-container .nested .field.qty {
  margin-top: 20px;
}
.bundle-options-container .nested .field.qty .label {
  font-weight: 700;
  margin: 0 0 5px;
  display: inline-block;
}
.bundle-options-container p.required {
  color: #e02b27;
}
.bundle-options-container .product-options-bottom {
  clear: left;
}
.products {
  margin: 30px 0;
}

.product-item {
  font-size: 1.4rem;
  vertical-align: top;
}
.products-grid .product-item {
  display: inline-block;
  margin-left: 2%;
  padding: 0;
  width: calc((100% - 2%) / 2);
}
.product-item:nth-child(2n + 1) {
  margin-left: 0;
}
.product-item-name {
  -moz-hyphens: auto;
  -ms-hyphens: auto;
  -webkit-hyphens: auto;
  display: block;
  hyphens: auto;
  margin: 5px 0;
  word-wrap: break-word;
}
.product-item-info {
  max-width: 100%;
  width: 152px;
}
.page-products .product-item-info {
  width: 240px;
}
.product-item-actions {
  font-size: 0;
}
.product-item-actions &gt; * {
  font-size: 1.4rem;
}
.product-item-actions .actions-secondary {
  display: inline-block;
  font-size: 1.4rem;
  vertical-align: middle;
  white-space: nowrap;
}
.product-item-actions .actions-secondary &gt; button.action,
.product-item-actions .actions-secondary &gt; .cart.table-wrapper .actions-toolbar &gt; .action.action,
.product-item-actions .actions-secondary &gt; .action-gift.action {
  background-image: none;
  background: none;
  -moz-box-sizing: content-box;
  border: 0;
  box-shadow: none;
  line-height: inherit;
  margin: 0;
  padding: 0;
  text-decoration: none;
  text-shadow: none;
  font-weight: 400;
}
.product-item-actions .actions-secondary &gt; button.action:focus,
.product-item-actions .actions-secondary &gt; button.action:active,
.product-item-actions .actions-secondary &gt; .cart.table-wrapper .actions-toolbar &gt; .action.action:focus,
.product-item-actions .actions-secondary &gt; .cart.table-wrapper .actions-toolbar &gt; .action.action:active,
.product-item-actions .actions-secondary &gt; .action-gift.action:focus,
.product-item-actions .actions-secondary &gt; .action-gift.action:active {
  background: none;
  border: none;
}
.product-item-actions .actions-secondary &gt; button.action:hover,
.product-item-actions .actions-secondary &gt; .cart.table-wrapper .actions-toolbar &gt; .action.action:hover,
.product-item-actions .actions-secondary &gt; .action-gift.action:hover {
  background: none;
  border: none;
}
.product-item-actions .actions-secondary &gt; button.action.disabled,
.product-item-actions .actions-secondary &gt; button.action[disabled],
fieldset[disabled] .product-item-actions .actions-secondary &gt; button.action,
.product-item-actions .actions-secondary &gt; .cart.table-wrapper .actions-toolbar &gt; .action.action.disabled,
.product-item-actions .actions-secondary &gt; .cart.table-wrapper .actions-toolbar &gt; .action.action[disabled],
fieldset[disabled] .product-item-actions .actions-secondary &gt; .cart.table-wrapper .actions-toolbar &gt; .action.action,
.product-item-actions .actions-secondary &gt; .action-gift.action.disabled,
.product-item-actions .actions-secondary &gt; .action-gift.action[disabled],
fieldset[disabled] .product-item-actions .actions-secondary &gt; .action-gift.action {
  pointer-events: none;
  opacity: 0.5;
}
.product-item-actions .actions-secondary &gt; .action {
  line-height: 35px;
  text-align: center;
  width: 35px;
}
.product-item-actions .actions-secondary &gt; .action:before {
  margin: 0;
}
.product-item-actions .actions-primary {
  display: inline-block;
  vertical-align: middle;
}
.product-item-description {
  margin: 25px 0;
}
.product-item .product-reviews-summary .rating-summary {
  margin: 0 4px 0 0;
}
.product-item .product-reviews-summary .reviews-actions {
  font-size: 12px;
  margin-top: 5px;
}
.product-item .price-box {
  margin: 10px 0 25px;
}
.product-item .price-box .price {
  font-size: 1.4rem;
  font-weight: 700;
  white-space: nowrap;
}
.product-item .price-box .price-label {
  font-size: 12px;
}
.product-item .price-box .price-label:after {
  content: ':';
}
.product-item .special-price .price,
.product-item .minimal-price .price {
  font-size: 1.4rem;
  font-weight: 700;
}
.product-item .special-price .price-wrapper,
.product-item .minimal-price .price-wrapper {
  display: inline-block;
}
.product-item .special-price .price-including-tax + .price-excluding-tax,
.product-item .minimal-price .price-including-tax + .price-excluding-tax {
  display: block;
}
.product-item .special-price {
  display: block;
}
.product-item .old-price .price {
  font-weight: 400;
}
.product-item .regular-price .price-label {
  display: none;
}
.product-item .minimal-price .price-container {
  display: block;
}
.product-item .minimal-price-link {
  margin-top: 5px;
}
.product-item .minimal-price-link .price-label {
  color: #1979c3;
  font-size: 1.4rem;
}
.product-item .minimal-price-link .price {
  font-weight: 400;
}
.product-item .minimal-price-link,
.product-item .price-excluding-tax,
.product-item .price-including-tax {
  display: block;
  white-space: nowrap;
}
.product-item .price-from,
.product-item .price-to {
  margin: 0;
}
.product-item .tocompare:before {
  content: '\e61f';
}
.product-item .tocart {
  white-space: nowrap;
}
.price-container .price {
  font-size: 1.4rem;
}
.price-container .price-including-tax + .price-excluding-tax,
.price-container .weee {
  margin-top: 5px;
}
.price-container .price-including-tax + .price-excluding-tax,
.price-container .weee,
.price-container .price-including-tax + .price-excluding-tax .price,
.price-container .weee .price,
.price-container .weee + .price-excluding-tax:before,
.price-container .weee + .price-excluding-tax .price {
  font-size: 1.1rem;
}
.price-container .weee:before {
  content: '(' attr(data-label) ': ';
}
.price-container .weee:after {
  content: ')';
}
.price-container .weee + .price-excluding-tax:before {
  content: attr(data-label) ': ';
}
.products-list .product-item {
  display: table;
  width: 100%;
}
.products-list .product-item-info {
  display: table-row;
}
.products-list .product-item-photo {
  display: table-cell;
  padding: 0 30px 30px 0;
  vertical-align: top;
  width: 1%;
}
.products-list .product-item-details {
  display: table-cell;
  vertical-align: top;
}
.page-products .columns {
  position: relative;
  z-index: 1;
}
.toolbar-amount {
  display: block;
  line-height: 26px;
  margin: 0;
  padding: 4px 14px 0;
  vertical-align: middle;
}
.products.wrapper ~ .toolbar .toolbar-amount {
 /* display: none; */
}
.products.wrapper ~ .toolbar .limiter {
  display: block !important;
}
.toolbar-products {
  margin-bottom: 40px;
  padding: 0 10px;
  text-align: center;
}
.toolbar-products .pages {
  display: none;
}
.products.wrapper ~ .toolbar-products .pages {
  display: block;
}
.toolbar-products .limiter .control {
  display: inline-block;
}
.sorter {
  padding: 4px 0 0;
}
.products.wrapper ~ .toolbar .sorter {
  /*display: none;*/
}
.products.wrapper ~ .toolbar .modes{
  display: block !important;
}
.sorter .sorter-action {
  position: relative;
  top: -2px;
}
.sorter-options {
  margin: 0 0 0 7px;
  width: auto;
}
.sorter-action {
  vertical-align: top;
  display: inline-block;
  text-decoration: none;
}
.sorter-action &gt; span {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.sorter-action:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 28px;
  line-height: 32px;
  color: #8f8f8f;
  content: '\e613';
  font-family: 'icons-blank-theme';
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.sorter-action:hover:before {
  color: #333333;
}
.sorter .sort-desc:before {
  content: '\e614';
}
/*.modes {
  display: none;
}*/
.limiter-options {
  margin: 0 5px 0 7px;
  width: auto;
}
.limiter-label {
  font-weight: 400;
}
.page-products .toolbar .limiter {
  display: none;
}
.old-price,
.old.price {
  text-decoration: line-through;
}
.prices-tier .price-container .price-including-tax + .price-excluding-tax:before {
  content: '(' attr(data-label) ': ';
}
.prices-tier .price-container .price-including-tax + .price-excluding-tax:last-child:after {
  content: ')';
}
.prices-tier .price-container .weee[data-label] {
  display: inline;
}
.prices-tier .price-container .weee[data-label] .price {
  font-size: 1.1rem;
}
.prices-tier .price-container .weee[data-label]:before {
  content: ' +' attr(data-label) ': ';
}
.actual-price {
  font-weight: 700;
}
.category-image .image {
  display: block;
  height: auto;
  max-width: 100%;
}
.category-image,
.category-description {
  margin-bottom: 20px;
}
.product-image-container {
  display: inline-block;
  max-width: 100%;
  border: 1px solid #ededed;
}
.product-image-wrapper {
  display: block;
  height: 0;
  overflow: hidden;
  position: relative;
  z-index: 1;
}
.product-image-photo {
  bottom: 0;
  display: block;
  height: auto;
  left: 0;
  margin: auto;
  max-width: 100%;
  position: absolute;
  right: 0;
  top: 0;
}
.product.media .placeholder .photo.container {
  max-width: 100%;
}
.product.media .notice {
  color: #7d7d7d;
  font-size: 1.2rem;
  margin: 10px 0;
}
.product.media .product.thumbs {
  margin: 20px 0 30px;
}
.product.media .items.thumbs {
  margin: 0;
  padding: 0;
  list-style: none none;
}
.product.media .items.thumbs &gt; li {
  display: inline-block;
  vertical-align: top;
}
.product.media .items.thumbs .active {
  display: block;
  line-height: 1;
}
.product.info.detailed {
  clear: both;
  margin-bottom: 30px;
}
.product.info.detailed .additional-attributes {
  width: auto;
}
.product.info.detailed .additional-attributes &gt; thead &gt; tr &gt; td,
.product.info.detailed .additional-attributes &gt; tbody &gt; tr &gt; td,
.product.info.detailed .additional-attributes &gt; tfoot &gt; tr &gt; td {
  padding: 4px 5px 10px 5px;
}
.product.info.detailed .additional-attributes &gt; thead &gt; tr &gt; th,
.product.info.detailed .additional-attributes &gt; tbody &gt; tr &gt; th,
.product.info.detailed .additional-attributes &gt; tfoot &gt; tr &gt; th {
  padding: 4px 30px 10px 0;
}
.product-info-main .page-title-wrapper .page-title {
  line-height: 1.42857143;
  margin-bottom: 10px;
}
.product-info-main .stock.available,
.product-info-main .stock.unavailable {
  display: inline-block;
  font-weight: 700;
  margin-right: 20px;
  text-transform: uppercase;
  vertical-align: top;
}
.product-info-main .product.attribute.sku {
  display: inline-block;
  vertical-align: top;
  color: #7d7d7d;
}
.product-info-main .product.attribute.sku &gt; .value {
  display: inline-block;
  vertical-align: top;
  word-break: break-all;
}
.product-info-main .product.attribute.sku .type {
  margin-right: 5px;
}
.product-info-main .product.attribute.overview {
  margin: 20px 0;
}
.product-info-main .product.alert {
  margin: 10px 0;
}
.product-info-main .price-box {
  margin-top: 10px;
}
.product-info-main .product-reviews-summary .reviews-actions {
  font-size: 1.4rem;
}
.product-options-wrapper .fieldset-product-options-inner .legend {
  font-weight: 700;
  margin: 0 0 5px;
  font-size: 1.4rem;
  border: none;
  display: inline-block;
  float: none;
  padding: 0;
}
.product-options-wrapper .fieldset-product-options-inner input.datetime-picker ~ select.datetime-picker {
  margin-top: 10px;
}
.product-options-wrapper .fieldset-product-options-inner.required .legend:after,
.product-options-wrapper .fieldset-product-options-inner._required .legend:after {
  content: '*';
  color: #e02b27;
  font-size: 1.2rem;
  margin: 0 0 0 5px;
}
.product-options-wrapper .field .note {
  display: block;
}
.product-info-main .price-box .price-including-tax + .price-excluding-tax,
.product-options-bottom .price-box .price-including-tax + .price-excluding-tax,
.product-info-main .price-box .weee + .price-excluding-tax,
.product-options-bottom .price-box .weee + .price-excluding-tax,
.product-info-main .price-box .weee,
.product-options-bottom .price-box .weee {
  font-size: 1.2rem;
  line-height: 14px;
  margin-bottom: 5px;
}
.product-info-main .price-box .price-including-tax + .price-excluding-tax .price,
.product-options-bottom .price-box .price-including-tax + .price-excluding-tax .price,
.product-info-main .price-box .weee + .price-excluding-tax .price,
.product-options-bottom .price-box .weee + .price-excluding-tax .price,
.product-info-main .price-box .weee .price,
.product-options-bottom .price-box .weee .price {
  font-size: 1.2rem;
  font-weight: 700;
}
.product-info-main .price-box .price-wrapper .price,
.product-options-bottom .price-box .price-wrapper .price {
  font-size: 1.8rem;
  font-weight: 700;
}
.product-info-main .price-box .price,
.product-options-bottom .price-box .price {
  white-space: nowrap;
}
.product-info-main .special-price,
.product-options-bottom .special-price {
  display: block;
  margin: 10px 0;
}
.product-info-main .special-price .price-container,
.product-options-bottom .special-price .price-container {
  font-size: 1.4rem;
}
.product-info-main .special-price .price-label + .price-wrapper,
.product-options-bottom .special-price .price-label + .price-wrapper {
  display: inline-block;
}
.product-info-main .old-price .price-label:after,
.product-options-bottom .old-price .price-label:after,
.product-info-main .special-price .price-label:after,
.product-options-bottom .special-price .price-label:after {
  content: ': ';
}
.product-info-main .box-tocart,
.product-options-bottom .box-tocart {
  margin: 20px 0;
}
.product-info-main .box-tocart .field.qty,
.product-options-bottom .box-tocart .field.qty {
  padding-right: 15px;
}
.product-info-main .box-tocart .input-text.qty,
.product-options-bottom .box-tocart .input-text.qty {
  height: 46px;
  text-align: center;
  width: 52px;
}
.product-info-main .box-tocart .actions,
.product-options-bottom .box-tocart .actions {
  text-align: center;
}
.product-info-main .product-addto-links,
.product-options-bottom .product-addto-links {
  margin: 20px 0;
}
.product-info-main .action.tocompare,
.product-options-bottom .action.tocompare {
  vertical-align: top;
}
.prices-tier {
  background: #f5f5f5;
  margin: 10px 0;
  padding: 10px 15px;
}
.prices-tier .price-container {
  display: inline-block;
}
.prices-tier .price-including-tax,
.prices-tier .price-excluding-tax,
.prices-tier .weee {
  display: inline-block;
}
.prices-tier .price-including-tax .price,
.prices-tier .price-excluding-tax .price,
.prices-tier .weee .price {
  font-size: 1.4rem;
  font-weight: 700;
}
.ui-dialog-titlebar-close {
  line-height: 1.42857143;
  margin: 0;
  padding: 0;
  color: #1979c3;
  text-decoration: none;
  background: none;
  border: 0;
  display: inline;
}
.ui-dialog-titlebar-close:visited {
  color: #1979c3;
  text-decoration: none;
}
.ui-dialog-titlebar-close:hover {
  color: #006bb4;
  text-decoration: underline;
}
.ui-dialog-titlebar-close:active {
  color: #ff5501;
  text-decoration: underline;
}
.ui-dialog-titlebar-close:hover,
.ui-dialog-titlebar-close:active,
.ui-dialog-titlebar-close:focus {
  background: none;
  border: 0;
}
.ui-dialog-titlebar-close.disabled,
.ui-dialog-titlebar-close[disabled],
fieldset[disabled] .ui-dialog-titlebar-close {
  color: #1979c3;
  opacity: 0.5;
  cursor: default;
  pointer-events: none;
  text-decoration: underline;
}
.block.related .action.select {
  margin: 0 5px;
}
.sidebar .product-items .product-item {
  margin-bottom: 20px;
  position: relative;
}
.sidebar .product-items .product-item-info {
  position: relative;
  width: auto;
}
.sidebar .product-items .product-item-info .product-item-photo {
  left: 0;
  position: absolute;
  top: 0;
}
.sidebar .product-items .product-item-name {
  margin-top: 0;
}
.sidebar .product-items .product-item-details {
  margin: 0 0 0 85px;
}
.sidebar .product-items .product-item-actions {
  display: block;
  margin-top: 10px;
}
.sidebar .product-items .price-box {
  display: block;
  margin: 7px 0;
}
.sidebar .product-items .text {
  margin-right: 8px;
}
.sidebar .product-items .counter {
  color: #7d7d7d;
  font-size: 1.2rem;
  white-space: nowrap;
}
.sidebar .product-items .minilist .price {
  display: inline;
  padding: 0;
}
.sidebar .product-items .minilist .weee:before {
  display: inline-block;
}
.sidebar .action.delete {
  position: absolute;
  right: 0;
  top: 0;
}
.sidebar .product-items-images {
  margin-left: -5px;
}
.sidebar .product-items-images .product-item {
  float: left;
  padding-left: 5px;
}
.sidebar .product-items-names .product-item {
  display: flex;
  margin-bottom: 10px;
}
.sidebar .product-items-names .product-item-name {
  margin: 0;
}
.catalog-category-view.page-layout-1column .column.main {
  min-height: inherit;
}
body.catalog-product-compare-index .action.print {
  float: right;
  margin: 15px 0;
}
.table-wrapper.comparison {
  clear: both;
  max-width: 100%;
  overflow-x: auto;
}
.table-comparison {
  table-layout: fixed;
}
.table-comparison .cell.label,
.table-comparison td:last-child {
  border-right: 1px solid #d1d1d1;
}
.table-comparison .cell {
  padding: 15px;
  width: 140px;
}
.table-comparison .cell .attribute.value {
  overflow: hidden;
  width: 100%;
}
.table-comparison .cell.product.info,
.table-comparison .cell.product.label {
  border-bottom: 1px solid #d1d1d1;
}
.table-comparison .cell.label .attribute.label {
  display: block;
  width: 100%;
  word-wrap: break-word;
}
.table-comparison .cell.attribute {
  font-size: 1.3rem;
}
.table-comparison .cell.attribute img {
  height: auto;
  max-width: 100%;
}
.table-comparison .product-item-photo {
  display: block;
  margin: 0 auto 15px;
}
.table-comparison .product-image-photo {
  margin-left: 0;
}
.table-comparison .product-item-actions,
.table-comparison .price-box,
.table-comparison .product.rating,
.table-comparison .product-item-name {
  display: block;
  margin: 15px 0;
}
.table-comparison .product-addto-links {
  margin-top: 15px;
}
.table-comparison .product-addto-links .action.split,
.table-comparison .product-addto-links .action.toggle {
  line-height: 1.2rem;
  padding: 5px 8px;
  font-size: 1.1rem;
}
.table-comparison .product-addto-links .action.toggle {
  padding: 0;
}
.table-comparison .cell.remove {
  padding-bottom: 0;
  padding-top: 0;
  text-align: right;
}
.table-comparison .product-item-actions &gt; .actions-primary + .actions-secondary {
  margin-top: 10px;
}
.table-comparison .action.tocart {
  white-space: nowrap;
}
.comparison.headings {
  background: #ffffff;
  left: 0;
  position: absolute;
  top: 0;
  width: auto;
  z-index: 2;
}
.block-compare .product-item .product-item-name {
  margin-left: 22px;
}
.block-compare .action.delete {
  left: -6px;
  position: absolute;
  top: 0;
}
.block-compare .actions-toolbar {
  margin: 17px 0 0;
}
.block-category-event {
  background: #f0f0f0;
  color: #333333;
  padding: 10px 0 15px;
  text-align: center;
}
.block-category-event.block:last-child {
  margin-bottom: 10px;
}
.block-category-event .block-title {
  margin: 0 0 10px;
}
.block-category-event .block-title strong {
  font-size: 1.5rem;
  font-weight: 300;
}
.block-category-event .ticker {
  margin: 0;
  padding: 0;
  list-style: none none;
}
.block-category-event .ticker li {
  display: none;
  margin: 0 15px;
}
.block-category-event .ticker .value {
  font-size: 1.8rem;
  font-weight: 300;
}
.block-category-event .ticker .label {
  font-size: 1rem;
  display: block;
  text-transform: lowercase;
}
.block-category-event .dates {
  display: table;
  margin: 0 auto;
}
.block-category-event .dates .start,
.block-category-event .dates .end {
  display: table-cell;
  vertical-align: top;
}
.block-category-event .dates .date {
  font-size: 1.8rem;
}
.block-category-event .dates .time {
  display: block;
}
.block-category-event .dates .start {
  padding-right: 40px;
  position: relative;
}
.block-category-event .dates .start:after {
  font-size: 1.8rem;
  content: '\2013';
  display: block;
  position: absolute;
  right: 15px;
  top: 0;
}
.block-search {
  margin-bottom: 0;
}
.block-search .block-title {
  display: none;
}
.block-search .block-content {
  margin-bottom: 0;
}
.block-search .label {
  text-decoration: none;
  display: inline-block;
  float: right;
}
.block-search .label &gt; span {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.block-search .label:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 35px;
  line-height: 33px;
  color: #8f8f8f;
  content: '\e615';
  font-family: 'icons-blank-theme';
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.block-search .label:hover:before {
  color: #333333;
}
.block-search .label:active:before {
  color: #333333;
}
.block-search .label.active + .control input {
  position: static;
}
.block-search .action.search {
  display: none;
}
.block-search .control {
  border-top: 1px solid #d1d1d1;
  clear: both;
  margin: 0 -15px -1px;
  padding: 0 15px;
}
.block-search input {
  left: -300%;
  margin: 15px 0;
  position: absolute;
}
.block-search .nested {
  display: none;
}
.search-autocomplete {
  display: none;
  margin-top: -15px;
  overflow: hidden;
  position: absolute;
  z-index: 3;
}
.search-autocomplete ul {
  margin: 0;
  padding: 0;
  list-style: none none;
}
.search-autocomplete ul li {
  border-top: 1px solid #e5e5e5;
  cursor: pointer;
  margin: 0;
  padding: 5px 40px 5px 10px;
  position: relative;
  text-align: left;
  white-space: normal;
}
.search-autocomplete ul li:not(:empty) {
  border-top: 0;
  border: 1px solid #c2c2c2;
  background: #ffffff;
}
.search-autocomplete ul li:first-child {
  border-top: none;
}
.search-autocomplete ul li:hover,
.search-autocomplete ul li.selected {
  background: #e8e8e8;
}
.search-autocomplete ul li .amount {
  color: #999999;
  position: absolute;
  right: 7px;
  top: 5px;
}
.form.search.advanced .fields.range .field:first-child {
  position: relative;
}
.form.search.advanced .fields.range .field:first-child .control {
  padding-right: 25px;
}
.form.search.advanced .fields.range .field:first-child .control:after {
  content: ' \2013 ';
  display: inline-block;
  position: absolute;
  right: 0;
  text-align: center;
  top: 6px;
  width: 25px;
}
.form.search.advanced .fields.range .field:last-child {
  position: relative;
}
.form.search.advanced .fields.range .field:last-child div.mage-error[generated] {
  left: 0;
  position: absolute;
  top: 32px;
}
.form.search.advanced .fields.range .field.with-addon .control {
  padding-right: 45px;
}
.form.search.advanced .group.price .addon .addafter {
  background: none;
  border: 0;
  padding-top: 6px;
  position: absolute;
  right: 0;
  top: 0;
}
.search.summary {
  margin-bottom: 10px;
}
.cart-summary {
  background: #f5f5f5;
  margin-bottom: 25px;
  padding: 1px 15px 25px;
}
.cart-summary &gt; .title {
  display: block;
  font-weight: 300;
  line-height: 1.1;
  font-size: 1.8rem;
  margin-top: 1.5rem;
  margin-bottom: 1rem;
}
.cart-summary .block {
  margin-bottom: 0;
}
.cart-summary .block .item-options {
  margin-left: 0;
}
.cart-summary .block .fieldset {
  margin: 15px 0 25px 5px;
}
.cart-summary .block .fieldset .field {
  margin: 0 0 10px;
}
.cart-summary .block .fieldset .field.note {
  font-size: 12px;
}
.cart-summary .block .fieldset .methods .field &gt; .label {
  display: inline;
}
.cart-totals {
  border-top: 1px solid #d1d1d1;
  padding-top: 10px;
}
.cart-totals .table-wrapper {
  margin-bottom: 0;
  overflow: inherit;
}
.cart-totals .discount.coupon {
  display: none;
}
.cart.table-wrapper .items thead + .item {
  border-top: 1px solid #d1d1d1;
}
.cart.table-wrapper .items &gt; .item {
  border-bottom: 1px solid #d1d1d1;
  position: relative;
}
.cart.table-wrapper .col {
  padding-top: 20px;
}
.cart.table-wrapper .col.qty .input-text {
  margin-top: -5px;
}
.cart.table-wrapper .item-actions td {
  padding-bottom: 10px;
  text-align: center;
  white-space: normal;
}
.cart.table-wrapper .item .col.item {
  display: block;
  min-height: 75px;
  padding: 25px 0 10px 75px;
  position: relative;
}
.cart.table-wrapper .actions-toolbar &gt; .action,
.action-gift {
  display: inline-block;
  text-decoration: none;
  margin-bottom: 10px;
  margin-right: 10px;
}
.cart.table-wrapper .actions-toolbar &gt; .action:hover,
.cart.table-wrapper .actions-toolbar &gt; .action:active,
.cart.table-wrapper .actions-toolbar &gt; .action:focus,
.action-gift:hover,
.action-gift:active,
.action-gift:focus {
  text-decoration: none;
}
.cart.table-wrapper .actions-toolbar &gt; .action:last-child,
.action-gift:last-child {
  margin-right: 0;
}
.cart.table-wrapper .action.help.map {
  font-weight: 400;
}
.cart.table-wrapper .product-item-photo {
  display: block;
  left: 0;
  max-width: 60px;
  padding: 0;
  position: absolute;
  top: 15px;
  width: 100%;
}
.cart.table-wrapper .product-item-details {
  white-space: normal;
}
.cart.table-wrapper .product-item-name {
  display: inline-block;
  font-weight: 400;
  margin-top: -6px;
}
.cart.table-wrapper .gift-registry-name-label:after {
  content: ':';
}
.cart.table-wrapper .item-options {
  font-size: 12px;
  margin-bottom: 10px;
}
.cart.table-wrapper .product-item-name + .item-options {
  margin-top: 10px;
}
.cart.table-wrapper .action.configure {
  display: inline-block;
  margin: 0 0 20px;
}
.cart-container .checkout-methods-items {
  margin-top: 20px;
  text-align: center;
}
.cart-container .checkout-methods-items .action.primary {
  width: 100%;
}
.cart-container .checkout-methods-items .item + .item {
  margin-top: 20px;
}
.cart-products-toolbar .toolbar-amount {
  margin: 25px 0 15px;
  padding: 0;
  text-align: center;
}
.cart-products-toolbar .pages {
  margin: 0 0 25px;
  text-align: center;
}
.cart-products-toolbar .pages .items &gt; .item {
  border-bottom: 0;
}
.cart-products-toolbar-top {
  border-bottom: 1px solid #d1d1d1;
}
.block.crosssell {
  margin-top: 70px;
}
.cart-tax-info + .cart-tax-total,
.cart .cart-tax-info + .cart-tax-total {
  display: block;
}
.cart.table-wrapper .col.price,
.order-items.table-wrapper .col.price,
.cart.table-wrapper .col.qty,
.order-items.table-wrapper .col.qty,
.cart.table-wrapper .col.subtotal,
.order-items.table-wrapper .col.subtotal,
.cart.table-wrapper .col.msrp,
.order-items.table-wrapper .col.msrp {
  text-align: right;
}
.block-minicart .items-total {
 /* float: left;
  margin: 0 10px;*/
  width: 100%;
}
.block-minicart .items-total .count {
  font-weight: 700;
}
.block-minicart .subtotal {
/*  margin: 0 10px 10px;
*/  text-align: right;
}
.block-minicart .amount .price-wrapper:first-child .price {
  font-size: 18px;
  font-weight: 700;
}
.block-minicart .subtitle {
  display: none;
}
.block-minicart .subtitle.empty {
  display: block;
  font-size: 11px;
  padding: 2px 0px;
  text-align: center;
}
.block-minicart .text.empty {
  text-align: center;
}
.block-minicart .block-content &gt; .actions {
  margin-top: 15px;
  text-align: center;
}
.block-minicart .block-content &gt; .actions &gt; .primary {
  margin: 0 10px 15px;
}
.block-minicart .block-content &gt; .actions &gt; .primary .action.primary {
  display: block;
  margin-bottom: 15px;
  width: 100%;
}
.block-minicart .block-content &gt; .actions &gt; .primary .action.primary:last-child {
  margin-bottom: 0;
}
.block-minicart .block-category-link,
.block-minicart .block-product-link,
.block-minicart .block-cms-link,
.block-minicart .block-banners {
  margin: 15px 0 0;
  text-align: center;
}
.minicart-wrapper {
 /* display: inline-block;*/
  position: relative;
/*  float: right;
*/}
.minicart-wrapper:before,
.minicart-wrapper:after {
  content: '';
  /*display: table;*/
}
.minicart-wrapper:after {
  clear: both;
}
.minicart-wrapper .action.showcart {
  cursor: pointer;
  display: inline-block;
  text-decoration: none;
}
.minicart-wrapper .action.showcart:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 35px;
  line-height: 33px;
  color: #8f8f8f;
  content: '\e611';
  font-family: 'icons-blank-theme';
  margin: 0;
  vertical-align: top;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.minicart-wrapper .action.showcart:hover:before {
  color: #333333;
}
.minicart-wrapper .action.showcart:active:before {
  color: #8f8f8f;
}
.minicart-wrapper .action.showcart.active {
  display: inline-block;
  text-decoration: none;
}
.minicart-wrapper .action.showcart.active:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 35px;
  line-height: 33px;
  color: #8f8f8f;
  content: '\e611';
  font-family: 'icons-blank-theme';
  margin: 0;
  vertical-align: top;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.minicart-wrapper .action.showcart.active:hover:before {
  color: #333333;
}
.minicart-wrapper .action.showcart.active:active:before {
  color: #8f8f8f;
}
.minicart-wrapper .block-minicart {
  margin: 0;
  padding: 0;
  list-style: none none;
  background: #ffffff;
  border: 1px solid #bbbbbb;
  margin-top: 4px;
  min-width: 100%;
  width: 320px;
  z-index: 101;
  box-sizing: border-box;
  display: none;
  position: absolute;
  top: 100%;
  right: 0;
  box-shadow: 0 3px 3px rgba(0, 0, 0, 0.15);
}
.minicart-wrapper .block-minicart li {
  margin: 0;
}
.minicart-wrapper .block-minicart li:hover {
  cursor: pointer;
}
.minicart-wrapper .block-minicart:before,
.minicart-wrapper .block-minicart:after {
  border-bottom-style: solid;
  display: block;
  height: 0;
  position: absolute;
  width: 0;
}
.minicart-wrapper .block-minicart:before {
  border: 6px solid;
  border-color: transparent transparent #ffffff transparent;
  z-index: 99;
}
.minicart-wrapper .block-minicart:after {
  border: 7px solid;
  border-color: transparent transparent #bbbbbb transparent;
  z-index: 98;
}
.minicart-wrapper .block-minicart:before {
  right: 26px;
  top: -12px;
}
.minicart-wrapper .block-minicart:after {
  right: 25px;
  top: -14px;
}
.minicart-wrapper.active {
  overflow: visible;
}
.minicart-wrapper.active .block-minicart {
  display: block;
}
.minicart-wrapper .block-minicart {
  padding: 9px 20px;
}
.minicart-wrapper .block-minicart .block-title {
  /*display: none;*/
}
.minicart-wrapper .product .actions {
  float: right;
  margin: -24px 0 0;
  text-align: right;
}
.minicart-wrapper .product .actions &gt; .primary,
.minicart-wrapper .product .actions &gt; .secondary {
  display: inline;
}
.minicart-wrapper .action.close {
  display: inline-block;
  background-image: none;
  background: none;
  -moz-box-sizing: content-box;
  border: 0;
  box-shadow: none;
  line-height: inherit;
  margin: 0;
  padding: 0;
  text-decoration: none;
  text-shadow: none;
  font-weight: 400;
  height: 40px;
  position: absolute;
  right: -48px;
  top: -30px;
  width: 40px;
}
.minicart-wrapper .action.close &gt; span {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.minicart-wrapper .action.close:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 32px;
  line-height: 32px;
  color: inherit;
  content: '\e616';
  font-family: 'icons-blank-theme';
  margin: 0;
  vertical-align: top;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.minicart-wrapper .action.close:hover:before {
  color: inherit;
}
.minicart-wrapper .action.close:active:before {
  color: inherit;
}
.minicart-wrapper .action.close:focus,
.minicart-wrapper .action.close:active {
  background: none;
  border: none;
}
.minicart-wrapper .action.close:hover {
  background: none;
  border: none;
}
.minicart-wrapper .action.close.disabled,
.minicart-wrapper .action.close[disabled],
fieldset[disabled] .minicart-wrapper .action.close {
  pointer-events: none;
  opacity: 0.5;
}
.minicart-wrapper .action.showcart {
  white-space: nowrap;
}
.minicart-wrapper .action.showcart .counter.qty {
  /*background: #ff5501;
  color: #ffffff;*/
  height: 20px;
  line-height: 26px;
  border-radius: 2px;
  display: inline-block;
  margin: 3px 0 0;
  min-width: 18px;
  overflow: hidden;
  padding: 0 3px;
  text-align: center;
  white-space: normal;
}
.minicart-wrapper .action.showcart .counter.qty.empty {
  display: none;
}
.minicart-wrapper .action.showcart .counter.qty .loader &gt; img {
  max-width: 24px;
}
.minicart-wrapper .minicart-widgets {
  margin-top: 15px;
}
.minicart-items-wrapper {
  border: 1px solid #cccccc;
  margin: 0 -20px;
  border-left: 0;
  border-right: 0;
  overflow-x: auto;
  padding: 15px;
}
.minicart-items {
  margin: 0;
  padding: 0;
  list-style: none none;
}
.minicart-items .product-item {
  padding: 20px 0;
}
.minicart-items .product-item:not(:first-child) {
  border-top: 1px solid #cccccc;
}
.minicart-items .product-item:first-child {
  padding-top: 0;
}
.minicart-items .product-item-pricing .label {
  display: inline-block;
}
.minicart-items .price-minicart {
  margin-bottom: 5px;
}
.minicart-items .product &gt; .product-item-photo,
.minicart-items .product &gt; .product-image-container {
  float: left;
}
.minicart-items .product .toggle {
  display: block;
  text-decoration: none;
  cursor: pointer;
  position: relative;
}
.minicart-items .product .toggle:after {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 28px;
  line-height: 16px;
  color: inherit;
  content: '\e622';
  font-family: 'icons-blank-theme';
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.minicart-items .product .toggle:after {
  position: static;
  right: 20px;
  top: 0;
}
.minicart-items .product.active &gt; .toggle:after {
  content: '\e621';
}
.minicart-items .product-item-name {
  font-weight: 400;
  margin: 0 0 10px;
}
.minicart-items .product-item-name a {
  color: #1979c3;
}
.minicart-items .product-item-details {
  padding-left: 88px;
}
.minicart-items .product-item-details .price {
  font-weight: 700;
}
.minicart-items .product-item-details .price-including-tax,
.minicart-items .product-item-details .price-excluding-tax {
  margin: 5px 0 0;
}
.minicart-items .product-item-details .weee[data-label] {
  font-size: 1.1rem;
}
.minicart-items .product-item-details .details-qty {
  margin-top: 10px;
}
.minicart-items .product.options .tooltip.toggle {
  display: inline-block;
  text-decoration: none;
}
.minicart-items .product.options .tooltip.toggle &gt; span {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.minicart-items .product.options .tooltip.toggle:after {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 28px;
  line-height: 28px;
  color: inherit;
  content: '\e622';
  font-family: 'icons-blank-theme';
  margin: -3px 0 0 7px;
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.minicart-items .product.options .tooltip.toggle .details {
  display: none;
}
.minicart-items .item-qty {
  text-align: center;
  width: 45px;
}
.minicart-items .update-cart-item {
  font-size: 1.1rem;
  vertical-align: top;
}
.minicart-items .subtitle {
  display: none;
}
.minicart-items .action.edit,
.minicart-items .action.delete {
  display: inline-block;
  text-decoration: none;
}
.minicart-items .action.edit &gt; span,
.minicart-items .action.delete &gt; span {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.minicart-items .action.edit:before,
.minicart-items .action.delete:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 28px;
  line-height: 28px;
  color: #303030;
  content: '\e606';
  font-family: 'icons-blank-theme';
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.minicart-items .action.edit:hover:before,
.minicart-items .action.delete:hover:before {
  color: #303030;
}
.minicart-items .action.edit:active:before,
.minicart-items .action.delete:active:before {
  color: #303030;
}
.minicart-items .action.delete:before {
  content: '\e604';
}
.checkout-container {
  margin: 0 0 20px;
}
.opc-wrapper {
  margin: 0 0 20px;
}
.opc-wrapper .step-content {
  margin: 0 0 40px;
}
.checkout-index-index .nav-sections,
.checkout-index-index .nav-toggle {
  display: none;
}
.checkout-index-index .logo {
  margin-left: 0;
}
.checkout-onepage-success .print {
  display: none;
}
.opc-estimated-wrapper {
  border-bottom: 1px solid #cccccc;
  margin: 0 0 15px;
  padding: 18px 15px;
}
.opc-estimated-wrapper .estimated-block {
  font-size: 18px;
  font-weight: 700;
  float: left;
}
.opc-estimated-wrapper .estimated-block .estimated-label {
  display: block;
  margin: 0 0 5px;
}
.opc-estimated-wrapper .minicart-wrapper .action.showcart:before {
  color: #333333;
}
.opc-estimated-wrapper .minicart-wrapper .action.showcart:hover:before {
  color: #555555;
}
.opc-progress-bar {
  margin: 0 0 20px;
  counter-reset: i;
  font-size: 0;
}
.opc-progress-bar-item {
  margin: 0 0 10px;
  display: inline-block;
  position: relative;
  text-align: center;
  vertical-align: top;
  width: 50%;
}
.opc-progress-bar-item:before {
  background: #e4e4e4;
  top: 19px;
  content: '';
  height: 7px;
  left: 0;
  position: absolute;
  width: 100%;
}
.opc-progress-bar-item:first-child:before {
  border-radius: 6px 0 0 6px;
}
.opc-progress-bar-item:last-child:before {
  border-radius: 0 6px 6px 0;
}
.opc-progress-bar-item &gt; span {
  display: inline-block;
  padding-top: 45px;
  width: 100%;
  word-wrap: break-word;
  color: #e4e4e4;
  font-weight: 300;
  font-size: 1.8rem;
}
.opc-progress-bar-item &gt; span:before,
.opc-progress-bar-item &gt; span:after {
  background: #e4e4e4;
  height: 38px;
  margin-left: -19px;
  width: 38px;
  border-radius: 50%;
  content: '';
  left: 50%;
  position: absolute;
  top: 0;
}
.opc-progress-bar-item &gt; span:after {
  background: #ffffff;
  height: 26px;
  margin-left: -13px;
  top: 6px;
  width: 26px;
  content: counter(i);
  counter-increment: i;
  color: #333333;
  font-weight: 600;
  font-size: 1.8rem;
}
.opc-progress-bar-item._active:before {
  background: #ff5501;
}
.opc-progress-bar-item._active &gt; span {
  color: #333333;
}
.opc-progress-bar-item._active &gt; span:before {
  background: #ff5501;
}
.opc-progress-bar-item._active &gt; span:after {
  content: '\e610';
  font-family: 'icons-blank-theme';
  line-height: 1;
  font-size: 2.8rem;
}
.opc-progress-bar-item._complete {
  cursor: pointer;
}
.opc-progress-bar-item._complete &gt; span {
  color: #333333;
}
.opc-progress-bar-item._complete &gt; span:after {
  content: '\e610';
  font-family: 'icons-blank-theme';
  line-height: 1;
  font-size: 2.8rem;
}
.field.choice .field-tooltip {
  display: inline-block;
  margin-left: 10px;
  position: relative;
  top: -3px;
}
.field.choice .field-tooltip-action {
  line-height: 24px;
}
.field._error .control input,
.field._error .control select,
.field._error .control textarea {
  border-color: #ed8380;
}
.opc-wrapper .fieldset &gt; .field &gt; .label {
  font-weight: 400;
}
.field-tooltip {
  cursor: pointer;
  position: absolute;
  right: 0;
  top: 1px;
}
.field-tooltip._active {
  z-index: 100;
}
.field-tooltip._active .field-tooltip-content {
  display: block;
}
.field-tooltip._active .field-tooltip-action:before {
  color: #333333;
}
.field-tooltip .label {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.field-tooltip .field-tooltip-action {
  display: inline-block;
  text-decoration: none;
}
.field-tooltip .field-tooltip-action &gt; span {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.field-tooltip .field-tooltip-action:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 24px;
  line-height: inherit;
  color: #bbbbbb;
  content: '\e623';
  font-family: 'icons-blank-theme';
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.field-tooltip .field-tooltip-action:hover:before {
  color: #333333;
}
.field-tooltip .field-tooltip-action:before {
  padding-left: 1px;
}
._keyfocus .field-tooltip .field-tooltip-action:focus {
  z-index: 100;
}
._keyfocus .field-tooltip .field-tooltip-action:focus + .field-tooltip-content {
  display: block;
}
._keyfocus .field-tooltip .field-tooltip-action:focus:before {
  color: #333333;
}
.field-tooltip .field-tooltip-content {
  background: #f4f4f4;
  border: 1px solid #999999;
  border-radius: 1px;
  font-size: 14px;
  padding: 12px;
  width: 270px;
  display: none;
  left: 38px;
  position: absolute;
  text-transform: none;
  top: -9px;
  word-wrap: break-word;
  z-index: 2;
}
.field-tooltip .field-tooltip-content:before,
.field-tooltip .field-tooltip-content:after {
  border: 10px solid transparent;
  height: 0;
  width: 0;
  border-right-color: #f4f4f4;
  left: -21px;
  top: 12px;
  content: '';
  display: block;
  position: absolute;
  z-index: 3;
}
.field-tooltip .field-tooltip-content:before {
  border-right-color: #666666;
}
.field-tooltip .field-tooltip-content:after {
  border-right-color: #f4f4f4;
  width: 1px;
  z-index: 4;
}
@media only screen and (max-width: 768px) {
  .field-tooltip .field-tooltip-content {
    left: auto;
    right: -10px;
    top: 40px;
  }
  .field-tooltip .field-tooltip-content::before,
  .field-tooltip .field-tooltip-content::after {
    border: 10px solid transparent;
    height: 0;
    left: auto;
    margin-top: -21px;
    right: 10px;
    top: 0;
    width: 0;
  }
  .field-tooltip .field-tooltip-content::before {
    border-bottom-color: #999999;
  }
  .field-tooltip .field-tooltip-content::after {
    border-bottom-color: #f4f4f4;
    top: 1px;
  }
}
.opc-wrapper .form-login,
.opc-wrapper .form-shipping-address {
  margin-top: 28px;
  margin-bottom: 20px;
}
.opc-wrapper .form-login .fieldset .note,
.opc-wrapper .form-shipping-address .fieldset .note {
  font-size: 14px;
  margin-top: 10px;
}
.opc-wrapper .shipping-address-items {
  font-size: 0;
}
.opc-wrapper .shipping-address-item {
  border: 2px solid transparent;
  line-height: 30px;
  margin: 0 0 20px;
  padding: 20px 35px 20px 20px;
  transition: 0.3s border-color;
  width: 50%;
  display: inline-block;
  font-size: 14px;
  position: relative;
  vertical-align: top;
  word-wrap: break-word;
}
.opc-wrapper .shipping-address-item.selected-item {
  border-color: #ff5501;
}
.opc-wrapper .shipping-address-item.selected-item:after {
  background: #ff5501;
  color: #ffffff;
  content: '\e610';
  font-family: 'icons-blank-theme';
  height: 27px;
  width: 29px;
  font-size: 27px;
  line-height: 21px;
  padding-top: 2px;
  position: absolute;
  right: 0;
  text-align: center;
  top: 0;
}
.opc-wrapper .action-show-popup {
  margin: 0 0 20px;
}
.opc-wrapper .action-show-popup &gt; span:before {
  content: '+';
  padding-right: 5px;
}
.opc-wrapper .action-select-shipping-item {
  float: right;
  margin: 20px 0 0;
}
.opc-wrapper .edit-address-link {
  display: block;
  float: left;
  margin: 26px 5px 0 0;
}
.checkout-shipping-method .step-title {
  margin-bottom: 0;
}
.checkout-shipping-method .no-quotes-block {
  margin: 20px 0;
}
.methods-shipping .actions-toolbar .action.primary {
  margin: 20px 0 0;
}
.table-checkout-shipping-method thead th {
  display: none;
}
.table-checkout-shipping-method tbody td {
  border-top: 1px solid #cccccc;
  padding-bottom: 20px;
  padding-top: 20px;
}
.table-checkout-shipping-method tbody td:first-child {
  padding-left: 0;
  padding-right: 0;
  width: 20px;
}
.table-checkout-shipping-method tbody tr:first-child td {
  border-top: none;
}
.table-checkout-shipping-method tbody .row-error td {
  border-top: none;
  padding-bottom: 10px;
  padding-top: 0;
}
.checkout-shipping-method {
  position: relative;
}
.shipping-policy-block.field-tooltip {
  top: 12px;
}
.shipping-policy-block.field-tooltip .field-tooltip-action {
  color: #1979c3;
  cursor: pointer;
}
.shipping-policy-block.field-tooltip .field-tooltip-action:before {
  display: none;
}
.shipping-policy-block.field-tooltip .field-tooltip-content {
  width: 420px;
  top: 30px;
}
.opc-block-shipping-information {
  padding: 0 30px;
}
.opc-block-shipping-information .shipping-information-title {
  border-bottom: 1px solid #cccccc;
  margin: 0 0 20px;
  position: relative;
}
.opc-block-shipping-information .shipping-information-title .action-edit {
  top: 2px;
  display: inline-block;
  text-decoration: none;
  margin: 0;
  position: absolute;
  right: 0;
}
.opc-block-shipping-information .shipping-information-title .action-edit &gt; span {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.opc-block-shipping-information .shipping-information-title .action-edit:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 28px;
  line-height: 28px;
  color: #8f8f8f;
  content: '\e606';
  font-family: 'icons-blank-theme';
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.opc-block-shipping-information .shipping-information-title .action-edit:hover:before {
  color: #333333;
}
.opc-block-shipping-information .shipping-information-title .action-edit:active:before {
  color: #8f8f8f;
}
.opc-block-shipping-information .shipping-information-content {
  line-height: 27px;
}
.opc-block-shipping-information .shipping-information-content .actions-toolbar {
  margin-left: 0;
}
.opc-block-shipping-information .ship-to,
.opc-block-shipping-information .ship-via {
  margin: 0 0 20px;
}
.opc-block-summary {
  background: #f5f5f5;
  padding: 22px 30px;
  margin: 0 0 20px;
}
.opc-block-summary &gt; .title {
  display: block;
}
.opc-block-summary .mark .value {
  color: #999999;
  display: block;
}
.opc-block-summary .discount.coupon {
  display: none;
}
.opc-block-summary .grand.incl + .grand.excl .mark,
.opc-block-summary .grand.incl + .grand.excl .amount {
  border-top: 0;
  font-size: 1.4rem;
  padding-top: 0;
}
.opc-block-summary .grand.incl + .grand.excl .mark strong,
.opc-block-summary .grand.incl + .grand.excl .amount strong {
  font-weight: 400;
}
.opc-block-summary .not-calculated {
  font-style: italic;
}
.opc-block-summary .items-in-cart &gt; .title {
  border-bottom: 1px solid #d1d1d1;
  padding: 10px 40px 10px 0;
  cursor: pointer;
  display: block;
  text-decoration: none;
  margin-bottom: 0;
  position: relative;
}
.opc-block-summary .items-in-cart &gt; .title &gt; span {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.opc-block-summary .items-in-cart &gt; .title:after {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 30px;
  line-height: 12px;
  color: inherit;
  content: '\e622';
  font-family: 'icons-blank-theme';
  margin: 3px 0 0;
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.opc-block-summary .items-in-cart &gt; .title:after {
  position: absolute;
  right: 0;
  top: 10px;
}
.opc-block-summary .items-in-cart &gt; .title strong {
  font-size: 1.8rem;
  font-weight: 300;
  margin: 0;
}
.opc-block-summary .items-in-cart.active &gt; .title:after {
  content: '\e621';
}
.opc-block-summary .items-in-cart .product {
  position: relative;
}
.opc-block-summary .minicart-items-wrapper {
  margin: 0 -15px 0 0;
  max-height: 370px;
  padding: 15px 15px 0 0;
  border: 0;
}
.column.main .opc-block-summary .product-item {
  margin: 0;
  padding-left: 0;
}
.opc-block-summary .product-item .product-item-inner {
  display: table;
  margin: 0 0 10px;
  width: 100%;
}
.opc-block-summary .product-item .product-item-name-block {
  display: table-cell;
  padding-right: 5px;
  text-align: left;
}
.opc-block-summary .product-item .subtotal {
  display: table-cell;
  text-align: right;
}
.opc-block-summary .product-item .price {
  font-size: 1.6rem;
  font-weight: 400;
}
.opc-block-summary .product-item .price-including-tax + .price-excluding-tax {
  margin: 0;
}
.opc-block-summary .product-item .price-including-tax + .price-excluding-tax .price {
  font-size: 1rem;
}
.opc-block-summary .actions-toolbar {
  position: relative;
  z-index: 1;
}
.opc-block-summary .actions-toolbar .secondary {
  border-top: 1px solid #d1d1d1;
  display: block;
  float: none;
  margin: -1px 0 0;
  padding: 15px 0 0;
  text-align: left;
}
.opc-block-summary .actions-toolbar .secondary .action {
  margin: 0;
}
.authentication-dropdown {
  box-sizing: border-box;
}
.authentication-dropdown .modal-inner-wrap {
  padding: 25px;
}
.authentication-wrapper {
  float: right;
  margin-top: -60px;
  max-width: 50%;
  position: relative;
  z-index: 1;
}
._has-auth-shown .authentication-wrapper {
  z-index: 900;
}
.block-authentication .block-title {
  font-size: 1.8rem;
  border-bottom: 0;
  margin-bottom: 25px;
}
.block-authentication .block-title strong {
  font-weight: 300;
}
.block-authentication .field .label {
  font-weight: 400;
}
.block-authentication .actions-toolbar {
  margin-bottom: 5px;
}
.block-authentication .actions-toolbar &gt; .secondary {
  padding-top: 25px;
  text-align: left;
}
.block-authentication .block[class] {
  margin: 0;
}
.block-authentication .block[class] ul {
  list-style: none;
  padding-left: 10px;
}
.block-authentication .block[class] .field .control,
.block-authentication .block[class] .field .label {
  float: none;
  width: auto;
}
.block-authentication .block[class] + .block {
  border-top: 1px solid #c1c1c1;
  margin-top: 40px;
  padding-top: 40px;
  position: relative;
}
.block-authentication .block[class] + .block:before {
  height: 36px;
  line-height: 34px;
  margin: -19px 0 0 -18px;
  min-width: 36px;
  background: #ffffff;
  border: 1px solid #c1c1c1;
  border-radius: 50%;
  box-sizing: border-box;
  color: #c1c1c1;
  content: attr(data-label);
  display: inline-block;
  left: 50%;
  letter-spacing: normal;
  padding: 0 .2rem;
  position: absolute;
  text-align: center;
  text-transform: uppercase;
  top: 0;
}
.checkout-payment-method .step-title {
  border-bottom: 0;
  margin-bottom: 0;
}
.checkout-payment-method .payment-method:first-child .payment-method-title {
  border-top: 0;
}
.checkout-payment-method .payment-method._active .payment-method-content {
  display: block;
}
.checkout-payment-method .payment-method + .payment-method .payment-method-title {
  border-top: 1px solid #cccccc;
}
.checkout-payment-method .payment-method-title {
  padding: 20px 0;
  margin: 0;
}
.checkout-payment-method .payment-method-title .payment-icon {
  display: inline-block;
  margin-right: 5px;
  vertical-align: middle;
}
.checkout-payment-method .payment-method-title .action-help {
  display: inline-block;
  margin-left: 5px;
}
.checkout-payment-method .payment-method-content {
  display: none;
  padding: 0 0 20px 22px;
}
.checkout-payment-method .payment-method-content .fieldset:not(:last-child) {
  margin: 0 0 20px;
}
.checkout-payment-method .payment-group + .payment-group .step-title {
  margin: 20px 0 0;
}
.checkout-payment-method .field-select-billing,
.checkout-payment-method .billing-address-form {
  max-width: 600px;
}
.checkout-payment-method .billing-address-same-as-shipping-block {
  margin: 0 0 10px;
}
.checkout-payment-method .checkout-billing-address {
  margin: 0 0 20px;
}
.checkout-payment-method .checkout-billing-address .primary .action-update {
  margin-right: 0;
}
.checkout-payment-method .checkout-billing-address .billing-address-details {
  line-height: 27px;
  padding: 0 0 0 23px;
}
.checkout-payment-method .payment-method-note + .checkout-billing-address {
  margin-top: 20px;
}
.checkout-payment-method .payment-method-iframe {
  background-color: transparent;
  display: none;
  width: 100%;
}
.checkout-payment-method .no-payments-block {
  margin: 20px 0;
}
.checkout-payment-method .payment-option._active .payment-option-title .action-toggle:after {
  content: '\e621';
}
.checkout-payment-method .payment-option._collapsible .payment-option-title {
  cursor: pointer;
}
.checkout-payment-method .payment-option._collapsible .payment-option-content {
  display: none;
}
.checkout-payment-method .payment-option-title {
  border-top: 1px solid #cccccc;
  padding: 20px 0;
}
.checkout-payment-method .payment-option-title .action-toggle {
  color: #1979c3;
  display: inline-block;
  text-decoration: none;
}
.checkout-payment-method .payment-option-title .action-toggle:after {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 32px;
  line-height: 16px;
  color: #8f8f8f;
  content: '\e622';
  font-family: 'icons-blank-theme';
  margin: 0;
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.checkout-payment-method .payment-option-title .action-toggle:hover:after {
  color: #333333;
}
.checkout-payment-method .payment-option-title .action-toggle:active:after {
  color: #8f8f8f;
}
.checkout-payment-method .payment-option-content {
  padding: 0 0 20px 22px;
}
.checkout-payment-method .payment-option-inner {
  margin: 0 0 20px;
}
.checkout-payment-method .credit-card-types {
  padding: 0;
}
.checkout-payment-method .credit-card-types .item {
  display: inline-block;
  list-style: none;
  margin: 0 5px 0 0;
  vertical-align: top;
}
.checkout-payment-method .credit-card-types .item._active {
  font-weight: 700;
}
.checkout-payment-method .credit-card-types .item._active img {
  -webkit-filter: grayscale(0%);
}
.checkout-payment-method .credit-card-types .item._inactive {
  opacity: .4;
}
.checkout-payment-method .credit-card-types .item span {
  display: inline-block;
  padding-top: 6px;
  vertical-align: top;
}
.checkout-payment-method .credit-card-types img {
  -webkit-filter: grayscale(100%);
  -webkit-transition: all .6s ease;
}
.checkout-payment-method .ccard .fields &gt; .year {
  padding-left: 5px;
}
.checkout-payment-method .ccard .fields .select {
  padding-left: 5px;
  padding-right: 5px;
}
.checkout-payment-method .ccard .month .select {
  width: 140px;
}
.checkout-payment-method .ccard .year .select {
  width: 80px;
}
.checkout-payment-method .ccard .captcha .input-text,
.checkout-payment-method .ccard .number .input-text {
  width: 225px;
}
.checkout-payment-method .ccard &gt; .field.cvv &gt; .control {
  padding-right: 20px;
  width: auto;
}
.checkout-payment-method .ccard .cvv .input-text {
  width: 55px;
}
.checkout-payment-method .ccard.fieldset &gt; .field .fields.group.group-2 .field {
  width: auto !important;
}
.checkout-agreements-block .checkout-agreements {
  margin-bottom: 20px;
}
.checkout-agreements-block .action-show {
  vertical-align: baseline;
}
.checkout-agreements-items {
  padding-bottom: 30px;
}
.checkout-agreements-items .checkout-agreements-item {
  margin-bottom: 20px;
}
.checkout-agreements-items .checkout-agreements-item-title {
  border-bottom: 0;
}
.checkout-agreement-item-content {
  overflow: auto;
}
.login-container .block-new-customer .actions-toolbar {
  margin-top: 25px;
}
.login-container .block .block-title {
  font-size: 1.8rem;
}
.login-container .fieldset:after {
  margin: 10px 0 0;
  content: attr(data-hasrequired);
  display: block;
  letter-spacing: normal;
  word-spacing: normal;
  color: #e02b27;
  font-size: 1.2rem;
}
.login-container .fieldset:after {
  margin-top: 35px;
}
.block-addresses-list .items.addresses &gt; .item {
  margin-bottom: 20px;
}
.block-addresses-list .items.addresses &gt; .item:last-child {
  margin-bottom: 0;
}
.form-address-edit .region_id {
  display: none;
}
.form-edit-account .fieldset.password {
  display: none;
}
.box-billing-address .box-content,
.box-shipping-address .box-content,
.box-information .box-content,
.box-newsletter .box-content {
  line-height: 26px;
}
.fieldset .fullname.field &gt; .label + .control {
  width: 100%;
}
.account .column.main h2 {
  margin-top: 0;
}
.account .column.main .toolbar {
  text-align: center;
}
.account .column.main .toolbar .limiter-options {
  width: auto;
}
.account .sidebar-additional {
 /* margin-top: 40px;*/
 display: none;
}
.account .table-wrapper:last-child {
  margin-bottom: 0;
}
.account .table-wrapper .action {
  margin-right: 15px;
}
.account .table-wrapper .action:last-child {
  margin-right: 0;
}
.account-nav .content {
  background: #f5f5f5;
  padding: 15px 0;
}
.account-nav .item {
  margin: 3px 0 0;
}
.account-nav .item:first-child {
  margin-top: 0;
}
.account-nav .item a,
.account-nav .item &gt; strong {
  border-left: 3px solid transparent;
  display: block;
  padding: 5px 18px 5px 15px;
}
.account-nav .item a {
  text-decoration: none;
}
.account-nav .item a:hover {
  background: #e8e8e8;
}
.account-nav .item.current a,
.account-nav .item.current strong {
  border-color: #ff5501;
  font-weight: 600;
}
.account-nav .item.current a {
  border-color: #ff5501;
}
.account-nav .item .delimiter {
  border-top: 1px solid #d1d1d1;
  display: block;
  margin: 10px 1.8rem;
}
.column.main .block:last-child {
  margin-bottom: 0;
}
.block .title {
  margin-bottom: 10px;
}
.block .title strong {
  font-weight: 700;
  line-height: 1.1;
  font-size: 1.4rem;
  margin-top: 2rem;
  margin-bottom: 2rem;
}
.column.main .block .title strong {
  font-size: 18px;
}
.block p:last-child {
  margin: 0;
}
.block .box-actions {
  margin-top: 5px;
}
.field.password .control {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}
.field.password .control .mage-error {
  -ms-flex-order: 2;
  -webkit-order: 2;
  order: 2;
}
.field.password .control .input-text {
  -ms-flex-order: 0;
  -webkit-order: 0;
  order: 0;
  z-index: 2;
}
.password-strength-meter {
  background-color: #f4f4f4;
  height: 32px;
  line-height: 32px;
  padding: 0 9px;
  position: relative;
  z-index: 1;
}
.password-strength-meter:before {
  content: '';
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  z-index: -1;
}
.password-none .password-strength-meter:before {
  background-color: #f4f4f4;
  width: 100%;
}
.password-weak .password-strength-meter:before {
  background-color: #ffafae;
  width: 25%;
}
.password-medium .password-strength-meter:before {
  background-color: #ffd6b3;
  width: 50%;
}
.password-strong .password-strength-meter:before {
  background-color: #c5eeac;
  width: 75%;
}
.password-very-strong .password-strength-meter:before {
  background-color: #81b562;
  width: 100%;
}
.control.captcha-image {
  margin-top: 10px;
}
.control.captcha-image .captcha-img {
  vertical-align: middle;
}
.downloadable.samples {
  margin-bottom: 20px;
}
.downloadable.samples dd {
  margin: 0 0 10px;
}
.table-downloadable-products .product-name {
  margin-right: 15px;
}
.field.downloads .price-container {
  display: inline;
  white-space: nowrap;
}
.field.downloads .price-container:before {
  content: ' + ';
  display: inline;
}
.field.downloads .price-excluding-tax {
  display: inline;
}
.field.downloads .price-excluding-tax:before {
  content: ' (' attr(data-label) ': ';
}
.field.downloads .price-excluding-tax:after {
  content: ')';
}
.field.downloads .price-including-tax {
  font-size: 1.4rem;
  display: inline;
  font-weight: 600;
}
.field.downloads .sample.link {
  float: right;
}
.page-product-downloadable .product-add-form {
  clear: both;
  margin-bottom: 25px;
}
.page-product-downloadable .product-options-bottom .field.qty {
  display: none !important;
}
.cart-summary .block.giftcard .action.check {
  line-height: 1.2rem;
  padding: 5px 8px;
  font-size: 1.1rem;
  margin-top: 20px;
}
.page-product-giftcard .giftcard-amount {
  margin-bottom: 0;
  text-align: left;
}
.page-product-giftcard .giftcard-amount .field:last-child {
  padding-bottom: 20px;
}
.page-product-giftcard .product-options-wrapper .field:first-of-type {
  margin-top: 20px;
}
.giftcard-account .please-wait {
  display: none;
}
.giftcard-account .form-giftcard-redeem .giftcard.info {
  margin-bottom: 30px;
}
.opc-wrapper .form-giftcard-account {
  max-width: 500px;
}
.opc-wrapper .form-giftcard-account .field {
  margin: 0 0 20px;
}
.opc-wrapper .giftcard-account-info {
  margin: 0 0 20px;
}
.opc-wrapper .giftcard-account-info .giftcard-account-number {
  margin: 0 0 10px;
}
.gift-message .field {
  margin-bottom: 20px;
}
.gift-message .field .label {
  color: #666666;
  font-weight: 400;
}
.gift-options .actions-toolbar .action-cancel {
  display: none;
}
.gift-options-title {
  margin: 0 0 20px;
}
.gift-options-content .fieldset {
  margin: 0 0 20px;
}
.gift-summary .actions-toolbar &gt; .secondary {
  float: none;
}
.gift-summary .actions-toolbar &gt; .secondary .action {
  margin: 10px 20px 0 0;
}
.action-gift {
  display: inline-block;
  text-decoration: none;
}
.action-gift:after {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 32px;
  line-height: 16px;
  color: inherit;
  content: '\e622';
  font-family: 'icons-blank-theme';
  margin: 0;
  vertical-align: top;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.action-gift:hover:after {
  color: inherit;
}
.action-gift:active:after {
  color: inherit;
}
.action-gift.active:after,
.action-gift._active:after {
  content: '\e621';
}
.cart.table-wrapper .gift-content {
  box-sizing: border-box;
  clear: left;
  display: none;
  float: left;
  margin: 10px 0 20px;
  text-align: left;
  width: 100%;
}
.cart.table-wrapper .gift-content._active {
  display: block;
}
.gift-item-block {
  margin: 0;
}
.gift-item-block._active .title:after {
  content: '\e621';
}
.gift-item-block .title {
  border-radius: 3px;
  background-image: none;
  background: #f2f2f2;
  border: 1px solid #cdcdcd;
  color: #333333;
  cursor: pointer;
  font-family: 'Lora';
  font-weight: 700;
  margin: 20px 0 0;
  padding: 7px 15px;
  font-size: 1.4rem;
  line-height: 1.6rem;
  box-sizing: border-box;
  vertical-align: middle;
  display: inline-block;
  text-decoration: none;
}
.gift-item-block .title:after {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 32px;
  line-height: 16px;
  color: inherit;
  content: '\e622';
  font-family: 'icons-blank-theme';
  margin: 0;
  vertical-align: top;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.gift-item-block .title:hover:after {
  color: inherit;
}
.gift-item-block .title:active:after {
  color: inherit;
}
.gift-item-block .title:focus,
.gift-item-block .title:active {
  background: #e2e2e2;
  border: 1px solid #cdcdcd;
  color: #333333;
}
.gift-item-block .title:hover {
  background: #e2e2e2;
  border: 1px solid #cdcdcd;
  color: #555555;
}
.gift-item-block .title.disabled,
.gift-item-block .title[disabled],
fieldset[disabled] .gift-item-block .title {
  opacity: 0.5;
  cursor: default;
  pointer-events: none;
}
.gift-item-block .title:active {
  box-shadow: inset 0 2px 1px rgba(0, 0, 0, 0.12);
}
.gift-item-block .content {
  border-bottom: 1px solid #c1c1c1;
  padding: 10px 10px 20px;
  position: relative;
}
.order-details-items .order-gift-message .item-options dt,
.order-details-items .block-order-details-gift-message .item-options dt {
  font-weight: 400;
  margin: 10px 0;
}
.order-details-items .order-gift-message dt:after,
.order-details-items .block-order-details-gift-message dt:after {
  content: '';
}
.order-details-items .order-gift-message .item-message,
.order-details-items .block-order-details-gift-message .item-message {
  clear: left;
}
.order-details-items .order-items .action.show {
  display: inline-block;
  text-decoration: none;
  padding-right: 20px;
  position: relative;
}
.order-details-items .order-items .action.show:after {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 22px;
  line-height: inherit;
  color: inherit;
  content: '\e622';
  font-family: 'icons-blank-theme';
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.order-details-items .order-items .action.show:after {
  position: absolute;
  right: 0;
  top: -4px;
}
.order-details-items .order-items .action.show.expanded:after {
  content: '\e621';
}
.block-order-details-gift-message {
  border-top: 1px solid #d1d1d1;
  padding-top: 10px;
}
.form-giftregistry-share .actions-toolbar:not(:last-child),
.form-giftregistry-edit .actions-toolbar:not(:last-child) {
  margin-bottom: 40px;
}
.form-giftregistry-share .fieldset .nested .field:not(.choice) .control,
.form-giftregistry-edit .fieldset .nested .field:not(.choice) .control {
  width: 100%;
}
.table-giftregistry-items .product-image {
  float: left;
  margin-right: 10px;
}
.cart-summary .form.giftregistry .fieldset {
  margin: 25px 0 5px;
}
.cart-summary .form.giftregistry .fieldset .field {
  margin: 0 0 10px;
}
.cart-summary .form.giftregistry .fieldset .field .control {
  float: none;
  width: auto;
}
.cart-summary .form.giftregistry .fieldset .action.primary {
  margin-bottom: 0;
}
.form-giftregistry-search {
  margin-bottom: 60px;
}
.form-giftregistry-search .fields-specific-options .field:nth-last-of-type(1) {
  margin-bottom: 0;
}
.block-giftregistry-results .toolbar-giftregistry-results {
  text-align: center;
}
.block-giftregistry .actions-toolbar {
  margin: 17px 0 0;
}
.block-giftregistry-shared .item-options .item-value {
  margin: 0 0 25px;
}
.block-giftregistry-shared-items .item {
  border-bottom: 1px solid #d1d1d1;
}
.block-giftregistry-shared-items .col {
  padding: 20px 8px 10px;
}
.block-giftregistry-shared-items .col .price-box {
  display: inline-block;
}
.block-giftregistry-shared-items .col .price-wrapper {
  font-size: 1.8rem;
  display: block;
  font-weight: 700;
  white-space: nowrap;
}
.block-giftregistry-shared-items .product .item-options {
  margin-bottom: 0;
}
.block-giftregistry-shared-items .product-item-photo {
  display: block;
  max-width: 65px;
  padding: 10px 0;
}
.block-giftregistry-shared-items .product-item-name {
  display: block;
  margin: 0 0 5px;
}
.gift-wrapping .label {
  margin: 0 0 5px;
  display: inline-block;
}
.gift-wrapping .field {
  margin-bottom: 10px;
}
.gift-wrapping-info {
  font-weight: 300;
  font-size: 18px;
  margin: 20px 0;
}
.gift-wrapping-list {
  list-style: none;
  margin: 20px 0 10px;
  padding: 0;
}
.gift-wrapping-list .no-image {
  background: #f2f2f2;
  display: inline-block;
  text-decoration: none;
}
.gift-wrapping-list .no-image &gt; span {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.gift-wrapping-list .no-image:after {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 38px;
  line-height: 4rem;
  color: #494949;
  content: '\e629';
  font-family: 'icons-blank-theme';
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.gift-wrapping-list .no-image:after {
  display: block;
}
.gift-wrapping-preview,
.gift-wrapping-item &gt; span {
  cursor: pointer;
  display: block;
  overflow: hidden;
  position: relative;
  z-index: 1;
}
.gift-wrapping-item {
  float: left;
  margin: 0 10px 10px 0;
}
.gift-wrapping-item:last-child {
  margin-right: 0;
}
.gift-wrapping-item._active span:before {
  border: 3px solid #333333;
  box-sizing: border-box;
  content: '';
  display: block;
  height: 100%;
  position: absolute;
  width: 100%;
  z-index: 2;
}
.gift-wrapping-item &gt; span {
  height: 4rem;
  width: 4rem;
}
.gift-wrapping-title {
  margin: 10px 0;
}
.gift-wrapping-title .action-remove {
  margin-left: 5px;
}
.gift-options-content .fieldset &gt; .field {
  margin: 0 0 5px;
}
.gift-options-content .fieldset &gt; .field:before {
  display: none;
}
.gift-wrapping-summary .gift-wrapping-title {
  border: 0;
  display: inline-block;
  padding: 0;
}
.opc-wrapper .data.table .gift-wrapping,
.table-order-items .gift-wrapping,
.table-order-review .gift-wrapping {
  margin: 20px 0;
}
.opc-wrapper .data.table .gift-wrapping .title,
.table-order-items .gift-wrapping .title,
.table-order-review .gift-wrapping .title {
  float: none;
}
.opc-wrapper .data.table .gift-wrapping .content,
.table-order-items .gift-wrapping .content,
.table-order-review .gift-wrapping .content {
  margin: 0;
}
.opc-wrapper .data.table .gift-wrapping .content &gt; img,
.table-order-items .gift-wrapping .content &gt; img,
.table-order-review .gift-wrapping .content &gt; img {
  float: left;
  margin: 0 10px 0 0;
  max-height: 50px;
  max-width: 50px;
}
.gift-summary .price-box,
.gift-options .price-box {
  margin-left: 22px;
}
.gift-summary .regular-price:before,
.gift-options .regular-price:before {
  content: attr(data-label) ': ';
}
.gift-summary .regular-price .price,
.gift-options .regular-price .price {
  font-weight: 700;
}
.order-options .item {
  padding-bottom: 20px;
}
.order-options .product {
  margin-bottom: 10px;
}
.order-options .product-image-container {
  float: left;
  padding-right: 10px;
}
.order-options .gift-wrapping {
  margin-bottom: 10px;
}
.table.grouped &gt; thead &gt; tr &gt; th,
.table.grouped &gt; tbody &gt; tr &gt; th,
.table.grouped &gt; tfoot &gt; tr &gt; th,
.table.grouped &gt; thead &gt; tr &gt; td,
.table.grouped &gt; tbody &gt; tr &gt; td,
.table.grouped &gt; tfoot &gt; tr &gt; td {
  border-top: 1px solid #d1d1d1;
}
.table.grouped &gt; caption + thead &gt; tr:first-child &gt; th,
.table.grouped &gt; colgroup + thead &gt; tr:first-child &gt; th,
.table.grouped &gt; thead:first-child &gt; tr:first-child &gt; th,
.table.grouped &gt; caption + thead &gt; tr:first-child &gt; td,
.table.grouped &gt; colgroup + thead &gt; tr:first-child &gt; td,
.table.grouped &gt; thead:first-child &gt; tr:first-child &gt; td {
  border-top: 0;
}
.table.grouped &gt; tbody + tbody {
  border-top: 1px solid #d1d1d1;
}
.table.grouped &gt; thead &gt; tr &gt; th {
  border-bottom: 0;
}
.table.grouped .product-item-name {
  font-weight: 400;
}
.table.grouped .price-box .price {
  font-size: 14px;
}
.table.grouped .stock.unavailable {
  font-weight: normal;
  margin: 0;
  text-transform: none;
  white-space: nowrap;
}
.table.grouped .row-tier-price td {
  border-top: 0;
}
.table.grouped .row-tier-price .prices-tier {
  margin: 0 -10px 10px;
}
.form-add-invitations .action.add {
  display: inline-block;
  text-decoration: none;
  line-height: normal;
  padding: 2px 0;
  width: auto;
}
.form-add-invitations .action.add &gt; span {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.form-add-invitations .action.add:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 31px;
  line-height: 22px;
  color: inherit;
  content: '\e61c';
  font-family: 'icons-blank-theme';
  margin: 0;
  vertical-align: top;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.form-add-invitations .action.add:hover:before {
  color: inherit;
}
.form-add-invitations .action.add:active:before {
  color: inherit;
}
.block.filter {
  margin-bottom: 40px;
}
.block.filter .filter-title {
  margin-bottom: 20px;
}
.block.filter .filter-title strong {
  font-size: 18px;
}
.block-subtitle {
  display: inline-block;
  margin-bottom: 10px;
}
.filter-current .item {
  margin-bottom: 10px;
}
.filter-current .filter-label {
  display: block;
  font-weight: 700;
}
.filter-current .filter-label:after {
  content: ':';
}
.filter-current + .filter-actions {
  margin-bottom: 30px;
}
.filter-options {
  margin: 0;
}
.filter-options .filter-options-title {
  font-weight: 700;
  line-height: 1.1;
  font-size: 1.4rem;
  margin-top: 2rem;
  margin-bottom: 2rem;
  margin: 0 0 10px;
  word-break: break-all;
}
.filter-options .filter-options-content {
  margin: 0 0 25px;
}
.filter-options .filter-options-content .item {
  margin-bottom: 3px;
}
.filter-options .count {
  color: #7d7d7d;
}
.filter-options .count:before {
  content: '(';
}
.filter-options .count:after {
  content: ')';
}
.filtered .items {
  margin: 15px 0;
}
.filtered .item {
  margin-bottom: 6px;
  padding-left: 22px;
  position: relative;
}
.filtered .item .label {
  font-weight: 700;
}
.filtered .item .action.remove {
  left: -6px;
  position: absolute;
  top: 0;
}
.filtered + .actions {
  margin-bottom: 35px;
}
.map-popup-wrapper.popup .action.close {
  top: 10px;
}
.map-popup {
  background: #ffffff;
  border: 1px solid #aeaeae;
  padding: 22px;
  width: 100%;
  box-shadow: 0 3px 3px rgba(0, 0, 0, 0.15);
  transition: opacity 0.3s linear;
  left: 0;
  margin-top: 10px;
  position: absolute;
  top: 0;
  z-index: 1001;
  display: none;
  opacity: 0;
  box-sizing: border-box;
}
.map-popup .popup-header {
  margin: 0 0 25px;
  padding-right: 22px;
}
.map-popup .popup-header .title {
  font-weight: 300;
  line-height: 1.1;
  font-size: 1.8rem;
  margin-top: 1.5rem;
  margin-bottom: 1rem;
}
.map-popup .popup-content {
  margin: 10px 0 0;
}
.map-popup .popup-actions .action.close {
  position: absolute;
  display: inline-block;
  background-image: none;
  background: none;
  -moz-box-sizing: content-box;
  border: 0;
  box-shadow: none;
  line-height: inherit;
  margin: 0;
  padding: 0;
  text-decoration: none;
  text-shadow: none;
  font-weight: 400;
  right: 10px;
  top: 10px;
}
.map-popup .popup-actions .action.close &gt; span {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.map-popup .popup-actions .action.close:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 22px;
  line-height: 22px;
  color: inherit;
  content: '\e616';
  font-family: 'icons-blank-theme';
  margin: 0;
  vertical-align: top;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.map-popup .popup-actions .action.close:hover:before {
  color: inherit;
}
.map-popup .popup-actions .action.close:active:before {
  color: inherit;
}
.map-popup .popup-actions .action.close:focus,
.map-popup .popup-actions .action.close:active {
  background: none;
  border: none;
}
.map-popup .popup-actions .action.close:hover {
  background: none;
  border: none;
}
.map-popup .popup-actions .action.close.disabled,
.map-popup .popup-actions .action.close[disabled],
fieldset[disabled] .map-popup .popup-actions .action.close {
  pointer-events: none;
  opacity: 0.5;
}
.map-popup.active {
  opacity: 1;
}
.map-popup .map-info-price {
  margin-bottom: 15px;
}
.map-popup .map-info-price .price-box {
  margin: 0 0 20px;
}
.map-popup .map-info-price .price-box .label:after {
  content: ': ';
}
.map-popup .regular-price .price-label {
  display: none;
}
.map-old-price:not(:last-child),
.product-info-price .map-show-info:not(:last-child) {
  margin-right: 10px;
}
.map-fallback-price {
  display: none;
}
.map-old-price {
  text-decoration: none;
}
.map-old-price .price-wrapper {
  text-decoration: line-through;
}
.map-form-addtocart {
  display: inline-block;
  text-align: center;
}
.map-form-addtocart img {
  display: block;
  margin: 0 auto;
}
button.map-show-info,
.cart.table-wrapper .actions-toolbar &gt; .action.map-show-info,
.action-gift.map-show-info {
  background-image: none;
  -moz-box-sizing: content-box;
  box-shadow: none;
  line-height: inherit;
  text-shadow: none;
  font-weight: 400;
  line-height: 1.42857143;
  margin: 0;
  padding: 0;
  color: #1979c3;
  text-decoration: none;
  background: none;
  border: 0;
  display: inline;
}
button.map-show-info:focus,
button.map-show-info:active,
.cart.table-wrapper .actions-toolbar &gt; .action.map-show-info:focus,
.cart.table-wrapper .actions-toolbar &gt; .action.map-show-info:active,
.action-gift.map-show-info:focus,
.action-gift.map-show-info:active {
  background: none;
  border: none;
}
button.map-show-info:hover,
.cart.table-wrapper .actions-toolbar &gt; .action.map-show-info:hover,
.action-gift.map-show-info:hover {
  background: none;
  border: none;
}
button.map-show-info.disabled,
button.map-show-info[disabled],
fieldset[disabled] button.map-show-info,
.cart.table-wrapper .actions-toolbar &gt; .action.map-show-info.disabled,
.cart.table-wrapper .actions-toolbar &gt; .action.map-show-info[disabled],
fieldset[disabled] .cart.table-wrapper .actions-toolbar &gt; .action.map-show-info,
.action-gift.map-show-info.disabled,
.action-gift.map-show-info[disabled],
fieldset[disabled] .action-gift.map-show-info {
  pointer-events: none;
  opacity: 0.5;
}
button.map-show-info:visited,
.cart.table-wrapper .actions-toolbar &gt; .action.map-show-info:visited,
.action-gift.map-show-info:visited {
  color: #1979c3;
  text-decoration: none;
}
button.map-show-info:hover,
.cart.table-wrapper .actions-toolbar &gt; .action.map-show-info:hover,
.action-gift.map-show-info:hover {
  color: #006bb4;
  text-decoration: underline;
}
button.map-show-info:active,
.cart.table-wrapper .actions-toolbar &gt; .action.map-show-info:active,
.action-gift.map-show-info:active {
  color: #ff5501;
  text-decoration: underline;
}
button.map-show-info:hover,
button.map-show-info:active,
button.map-show-info:focus,
.cart.table-wrapper .actions-toolbar &gt; .action.map-show-info:hover,
.cart.table-wrapper .actions-toolbar &gt; .action.map-show-info:active,
.cart.table-wrapper .actions-toolbar &gt; .action.map-show-info:focus,
.action-gift.map-show-info:hover,
.action-gift.map-show-info:active,
.action-gift.map-show-info:focus {
  background: none;
  border: 0;
}
button.map-show-info.disabled,
button.map-show-info[disabled],
fieldset[disabled] button.map-show-info,
.cart.table-wrapper .actions-toolbar &gt; .action.map-show-info.disabled,
.cart.table-wrapper .actions-toolbar &gt; .action.map-show-info[disabled],
fieldset[disabled] .cart.table-wrapper .actions-toolbar &gt; .action.map-show-info,
.action-gift.map-show-info.disabled,
.action-gift.map-show-info[disabled],
fieldset[disabled] .action-gift.map-show-info {
  color: #1979c3;
  opacity: 0.5;
  cursor: default;
  pointer-events: none;
  text-decoration: underline;
}
.wishlist.split.button {
  display: inline-block;
  position: relative;
  vertical-align: middle;
}
.wishlist.split.button:before,
.wishlist.split.button:after {
  content: '';
  display: table;
}
.wishlist.split.button:after {
  clear: both;
}
.wishlist.split.button .action.split {
  float: left;
  margin: 0;
}
.wishlist.split.button .action.toggle {
  float: right;
  margin: 0;
}
.wishlist.split.button button.action.split,
.wishlist.split.button .cart.table-wrapper .actions-toolbar &gt; .action.action.split,
.wishlist.split.button .action-gift.action.split {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}
.wishlist.split.button button + .action.toggle,
.wishlist.split.button .cart.table-wrapper .actions-toolbar &gt; .action + .action.toggle,
.wishlist.split.button .action-gift + .action.toggle {
  border-bottom-left-radius: 0;
  border-left: 0;
  border-top-left-radius: 0;
}
.wishlist.split.button .action.toggle {
  display: inline-block;
  text-decoration: none;
}
.wishlist.split.button .action.toggle &gt; span {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.wishlist.split.button .action.toggle:after {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 22px;
  line-height: 22px;
  color: #7d7d7d;
  content: '\e622';
  font-family: 'icons-blank-theme';
  margin: 0;
  vertical-align: top;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.wishlist.split.button .action.toggle:hover:after {
  color: #333333;
}
.wishlist.split.button .action.toggle:active:after {
  color: inherit;
}
.wishlist.split.button .action.toggle.active {
  display: inline-block;
  text-decoration: none;
}
.wishlist.split.button .action.toggle.active &gt; span {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.wishlist.split.button .action.toggle.active:after {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 22px;
  line-height: 22px;
  color: #7d7d7d;
  content: '\e621';
  font-family: 'icons-blank-theme';
  margin: 0;
  vertical-align: top;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.wishlist.split.button .action.toggle.active:hover:after {
  color: #333333;
}
.wishlist.split.button .action.toggle.active:active:after {
  color: inherit;
}
.wishlist.split.button .items {
  margin: 0;
  padding: 0;
  list-style: none none;
  background: #ffffff;
  border: 1px solid #bbbbbb;
  margin-top: 4px;
  min-width: 200px;
  z-index: 100;
  box-sizing: border-box;
  display: none;
  position: absolute;
  top: 100%;
  box-shadow: 0 3px 3px rgba(0, 0, 0, 0.15);
}
.wishlist.split.button .items li {
  margin: 0;
  padding: 5px 5px 5px 23px;
}
.wishlist.split.button .items li:hover {
  background: #e8e8e8;
  cursor: pointer;
}
.wishlist.split.button .items:before,
.wishlist.split.button .items:after {
  border-bottom-style: solid;
  content: '';
  display: block;
  height: 0;
  position: absolute;
  width: 0;
}
.wishlist.split.button .items:before {
  border: 6px solid;
  border-color: transparent transparent #ffffff transparent;
  z-index: 99;
}
.wishlist.split.button .items:after {
  border: 7px solid;
  border-color: transparent transparent #bbbbbb transparent;
  z-index: 98;
}
.wishlist.split.button .items:before {
  left: 10px;
  top: -12px;
}
.wishlist.split.button .items:after {
  left: 9px;
  top: -14px;
}
.wishlist.split.button.active {
  overflow: visible;
}
.wishlist.split.button.active .items {
  display: block;
}
.wishlist.split.button .items {
  text-align: left;
}
.wishlist.split.button .items .item &gt; span {
  display: block;
  padding: 5px 5px 5px 23px;
}
.wishlist.split.button .items .item:last-child:hover {
  background: #e8e8e8;
}
.wishlist.split.button .items li {
  padding: 0;
}
.table-comparison .wishlist.split.button &gt; .action.split:before,
.product-items .wishlist.split.button &gt; .action.split:before {
  content: '\e601';
}
.table-comparison .wishlist.split.button &gt; .action:active,
.product-items .wishlist.split.button &gt; .action:active,
.table-comparison .wishlist.split.button &gt; .action:focus,
.product-items .wishlist.split.button &gt; .action:focus,
.table-comparison .wishlist.split.button &gt; .action:hover,
.product-items .wishlist.split.button &gt; .action:hover {
  color: #333333;
}
.table-comparison .wishlist.split.button &gt; .action.toggle:before,
.product-items .wishlist.split.button &gt; .action.toggle:before {
  border-left: 1px solid #c9c9c9;
  content: '';
  float: left;
  height: 15px;
  margin-top: 3px;
}
.product-info-main .wishlist.split.button .action.split,
.block-bundle-summary .wishlist.split.button .action.split,
.product-add-form .wishlist.split.button .action.split,
.product-info-main .wishlist.split.button .action.toggle,
.block-bundle-summary .wishlist.split.button .action.toggle,
.product-add-form .wishlist.split.button .action.toggle {
  line-height: 1.2rem;
  padding: 5px 8px;
  font-size: 1.1rem;
}
.product-info-main .wishlist.split.button .action.toggle,
.block-bundle-summary .wishlist.split.button .action.toggle,
.product-add-form .wishlist.split.button .action.toggle {
  padding: 0;
}
.cart.table-wrapper .wishlist.split.button {
  margin-bottom: 10px;
}
.cart.table-wrapper .wishlist.split.button &gt; .action.toggle {
  padding: 4px 5px;
}
.wishlist.window.popup {
  box-sizing: border-box;
  background: #ffffff;
  border: 1px solid #aeaeae;
  padding: 22px;
  width: 100%;
  box-shadow: 0 3px 3px rgba(0, 0, 0, 0.15);
  transition: opacity 0.3s linear;
  bottom: 0;
  left: 0;
  position: fixed;
  right: 0;
  top: 0;
  z-index: 1001;
  display: none;
  opacity: 0;
}
.wishlist.window.popup .popup-header {
  margin: 0 0 25px;
  padding-right: 22px;
}
.wishlist.window.popup .popup-header .title {
  font-weight: 300;
  line-height: 1.1;
  font-size: 1.8rem;
  margin-top: 1.5rem;
  margin-bottom: 1rem;
}
.wishlist.window.popup .popup-actions .action.close {
  position: absolute;
  display: inline-block;
  background-image: none;
  background: none;
  -moz-box-sizing: content-box;
  border: 0;
  box-shadow: none;
  line-height: inherit;
  margin: 0;
  padding: 0;
  text-decoration: none;
  text-shadow: none;
  font-weight: 400;
  right: 10px;
  top: 10px;
}
.wishlist.window.popup .popup-actions .action.close &gt; span {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.wishlist.window.popup .popup-actions .action.close:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 22px;
  line-height: 22px;
  color: inherit;
  content: '\e616';
  font-family: 'icons-blank-theme';
  margin: 0;
  vertical-align: top;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.wishlist.window.popup .popup-actions .action.close:hover:before {
  color: inherit;
}
.wishlist.window.popup .popup-actions .action.close:active:before {
  color: inherit;
}
.wishlist.window.popup .popup-actions .action.close:focus,
.wishlist.window.popup .popup-actions .action.close:active {
  background: none;
  border: none;
}
.wishlist.window.popup .popup-actions .action.close:hover {
  background: none;
  border: none;
}
.wishlist.window.popup .popup-actions .action.close.disabled,
.wishlist.window.popup .popup-actions .action.close[disabled],
fieldset[disabled] .wishlist.window.popup .popup-actions .action.close {
  pointer-events: none;
  opacity: 0.5;
}
.wishlist.window.popup.active {
  opacity: 1;
}
.wishlist.window.popup.active {
  display: block;
}
.wishlist.overlay {
  transition: opacity 0.15s linear;
  background: #000000;
  z-index: 899;
  bottom: 0;
  left: 0;
  opacity: 0;
  position: fixed;
  right: 0;
  top: 0;
}
.wishlist.overlay.active {
  opacity: 0.5;
  filter: alpha(opacity=50);
}
.wishlist.overlay.active {
  display: block;
}
.block-wishlist-management {
  position: relative;
}
.block-wishlist-management .wishlist-select .wishlist-name-label {
  font-weight: 600;
}
.block-wishlist-management .wishlist-title {
  margin-bottom: 10px;
}
.block-wishlist-management .wishlist-title strong {
  font-weight: 300;
  margin-right: 10px;
}
.block-wishlist-management .wishlist-notice {
  color: #7d7d7d;
  display: inline-block;
  margin-right: 20px;
}
.block-wishlist-management .wishlist-toolbar-select,
.block-wishlist-management .wishlist-toolbar-actions {
  display: inline-block;
}
.block-wishlist-management .wishlist-toolbar-select {
  margin-right: 20px;
}
.block-wishlist-management .wishlist-dropdown.move {
  margin-right: 20px;
}
.block-wishlist-search-form .form-wishlist-search {
  margin-bottom: 60px;
  max-width: 500px;
}
.block-wishlist-search-results .toolbar-wishlist-results {
  text-align: center;
}
.block-wishlist-info-items .block-title {
  font-size: 2.2rem;
  margin-bottom: 20px;
}
.block-wishlist-info-items .block-title &gt; strong {
  font-weight: 300;
}
.block-wishlist-info-items .product-item {
  width: 100%;
}
.block-wishlist-info-items .product-item-photo {
  margin-left: 20px;
}
.block-wishlist-info-items .product-item-info {
  width: auto;
}
.block-wishlist-info-items .product-item-info:hover .split {
  visibility: visible;
}
.block-wishlist-info-items .price-wrapper {
  display: block;
  margin: 0 0 10px;
}
.block-wishlist-info-items .split {
  clear: both;
  padding: 10px 0;
}
.block-wishlist-info-items .action.towishlist {
  padding: 10px 0;
}
.block-wishlist-info-items .input-text.qty {
  margin-right: 10px;
}
.multicheckout.results h3,
.multicheckout.success h3 {
  font-size: 1.6rem;
  margin-bottom: 20px;
  margin-top: 30px;
}
.multicheckout.results h3 a,
.multicheckout.success h3 a {
  color: #333333;
}
.multicheckout.results h3 a:hover,
.multicheckout.success h3 a:hover {
  text-decoration: none;
}
.multicheckout.results ul.orders-list,
.multicheckout.success ul.orders-list {
  list-style: none;
  padding-left: 0;
}
.multicheckout.results .orders-list,
.multicheckout.success .orders-list {
  margin-top: 25px;
  padding-left: 16px;
}
.multicheckout.results .orders-list .shipping-list .shipping-item,
.multicheckout.success .orders-list .shipping-list .shipping-item {
  margin-left: 84px;
}
.multicheckout.results .orders-list .shipping-list .shipping-label,
.multicheckout.success .orders-list .shipping-list .shipping-label {
  font-weight: 700;
  margin-right: 10px;
}
.multicheckout.results .orders-list .shipping-list .shipping-address,
.multicheckout.success .orders-list .shipping-list .shipping-address {
  font-weight: 400;
}
.multicheckout.results .orders-list .shipping-list .error-block,
.multicheckout.success .orders-list .shipping-list .error-block {
  color: #e02b27;
}
.multicheckout.results .orders-list .shipping-list .error-block .error-label,
.multicheckout.success .orders-list .shipping-list .error-block .error-label {
  font-weight: 700;
  margin-right: 10px;
}
.multicheckout.results .orders-list .shipping-list .error-block .error-description,
.multicheckout.success .orders-list .shipping-list .error-block .error-description {
  font-weight: 400;
}
.multicheckout.results .orders-succeed .orders-list,
.multicheckout.success .orders-succeed .orders-list {
  margin-top: 0;
}
.multicheckout.results .orders-succeed .orders-list .shipping-list .order-id,
.multicheckout.success .orders-succeed .orders-list .shipping-list .order-id {
  float: left;
}
.multicheckout.results .orders-succeed .orders-list .shipping-list .shipping-item,
.multicheckout.success .orders-succeed .orders-list .shipping-list .shipping-item {
  margin-left: 100px;
}
.multicheckout .title {
  margin-bottom: 30px;
}
.multicheckout .title strong {
  font-weight: 400;
}
.multicheckout .table-wrapper {
  margin-bottom: 0;
}
.multicheckout .table-wrapper .action.delete {
  display: inline-block;
}
.multicheckout .table-wrapper .col .qty {
  display: inline-block;
}
.multicheckout .table-wrapper .col.item .action.edit {
  font-weight: 400;
  margin-left: 10px;
}
.multicheckout:not(.address) .table-wrapper .product-item-name {
  margin: 0;
}
.multicheckout &gt; .actions-toolbar {
  margin-top: 40px;
}
.multicheckout .actions-toolbar &gt; .secondary {
  display: block;
}
.multicheckout .actions-toolbar &gt; .secondary .action {
  margin-bottom: 25px;
}
.multicheckout .actions-toolbar &gt; .secondary .action.back {
  display: block;
  margin-left: 0;
}
.multicheckout .actions-toolbar &gt; .primary {
  margin-right: 10px;
}
.multicheckout .item-options {
  margin: 10px 0 0;
}
.multicheckout .block .methods-shipping .item-content .fieldset &gt; .field:before {
  display: none;
}
.multicheckout .block .methods-shipping .item-content .fieldset &gt; .field .control {
  display: inline-block;
}
.multicheckout .block-title,
.multicheckout .block-content .title {
  border-bottom: 1px solid #d1d1d1;
  padding-bottom: 10px;
}
.multicheckout .block-title strong,
.multicheckout .block-content .title strong {
  font-weight: 400;
}
.multicheckout .block-title strong span,
.multicheckout .block-content .title strong span {
  color: #a6a6a6;
}
.multicheckout .block-content .title {
  border-bottom: none;
  padding-bottom: 0;
}
.multicheckout.order-review .block-title &gt; strong {
  font-size: 2.4rem;
}
.multicheckout.order-review .block-shipping .block-content:not(:last-child) {
  margin-bottom: 40px;
}
.multicheckout.order-review .error-description {
  color: #e02b27;
  font-weight: 400;
  margin-bottom: 10px;
  margin-top: -10px;
}
.multicheckout .box-title span {
  margin-right: 10px;
}
.multicheckout .box-title &gt; .action {
  margin: 0;
}
.multicheckout .box-shipping-method .price {
  font-weight: 700;
}
.multicheckout .box-billing-method .fieldset {
  margin: 0;
}
.multicheckout .box-billing-method .fieldset .legend.box-title {
  margin: 0 0 5px;
}
.multicheckout .checkout-review .grand.totals {
  font-size: 2.1rem;
  margin-bottom: 40px;
}
.multicheckout .checkout-review .grand.totals .mark {
  font-weight: 400;
}
[class^='multishipping-'] .logo {
  margin-left: 0;
}
.multishipping-checkout-success .nav-sections {
  display: block;
}
.block.newsletter {
  margin-bottom: 40px;
}
.block.newsletter .form.subscribe {
  display: table;
  width: 100%;
}
.block.newsletter .fieldset {
  display: table-cell;
  margin: 0;
  padding: 0;
  vertical-align: top;
}
.block.newsletter .field {
  margin: 0;
}
.block.newsletter .field .control {
  display: inline-block;
  text-decoration: none;
  display: block;
}
.block.newsletter .field .control:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 35px;
  line-height: 33px;
  color: #c2c2c2;
  content: '\e61d';
  font-family: 'icons-blank-theme';
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.block.newsletter .field .control:before {
  position: absolute;
}
.block.newsletter input {
  margin-right: 35px;
  padding: 0 0 0 35px;
}
.block.newsletter .title {
  display: none;
}
.block.newsletter .actions {
  display: table-cell;
  vertical-align: top;
  width: 1%;
}
.block.newsletter .action.subscribe {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
  margin-left: -1px;
}
.paypal.after:before {
  content: '- ' attr(data-label) ' -';
  display: block;
  margin: 5px 5px 10px;
  text-transform: uppercase;
}
.paypal.before:before {
  content: '- ' attr(data-label) ' -';
  display: block;
  margin: 10px 5px;
  text-align: center;
  text-transform: uppercase;
}
.paypal.acceptance {
  display: block;
  margin: 0 0 20px;
}
.paypal.acceptance img {
  max-width: 100%;
}
.box-tocart .paypal img,
.block-minicart .paypal img {
  display: block;
  margin: 0 auto;
}
.paypal-review .paypa-review-title &gt; strong {
  font-weight: 300;
  line-height: 1.1;
  font-size: 1.8rem;
  margin-top: 1.5rem;
  margin-bottom: 1rem;
  display: inline-block;
}
.paypal-review .items-qty .item {
  white-space: nowrap;
}
.paypal-review .items-qty .title:after {
  content: ': ';
}
.paypal-review .paypal-review-title &gt; strong {
  font-weight: 300;
  line-height: 1.1;
  font-size: 1.8rem;
  margin-top: 1.5rem;
  margin-bottom: 1rem;
  display: inline-block;
}
.paypal-review .actions-toolbar {
  margin-top: 10px;
}
.paypal-review .item-options dt {
  display: inline-block;
}
.paypal-review .item-options dt:after {
  content: ': ';
}
.paypal-review .item-options dd {
  margin: 0;
}
.paypal-review-discount {
  border-bottom: 1px solid #d1d1d1;
  margin: 20px 0;
}
.paypal-review-discount .block {
  margin-bottom: 0;
}
.paypal-review-discount .block .fieldset {
  padding: 10px 0 20px;
}
.fotorama-video-container:after {
  background: url(../../frontend/Lucia/default/en_US/Magento_ProductVideo/img/gallery-sprite.png) bottom right;
  bottom: 0;
  content: '';
  height: 100px;
  left: 0;
  margin: auto;
  position: absolute;
  right: 0;
  top: 12px;
  width: 100px;
}
.fotorama-video-container .magnify-lens {
  display: none !important;
}
.fotorama-video-container.video-unplayed:hover img {
  opacity: .6;
}
.fotorama-video-container.video-unplayed:hover:after {
  transform: scale(1.25);
}
.video-thumb-icon:after {
  background: url(../../frontend/Lucia/default/en_US/Magento_ProductVideo/img/gallery-sprite.png) bottom left;
  bottom: 0;
  content: '';
  height: 40px;
  left: 0;
  margin: auto;
  position: absolute;
  right: 0;
  top: 10px;
  width: 49px;
}
.product-video {
  bottom: 0;
  height: 75%;
  left: 0;
  margin: auto;
  position: absolute;
  right: 0;
  top: 0;
  width: 100%;
}
.product-video iframe {
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 9999;
}
.fotorama__stage__shaft:focus .fotorama__stage__frame.fotorama__active:after {
  bottom: 0;
  content: '';
  height: 100px;
  left: 0;
  margin: auto;
  position: absolute;
  right: 0;
  top: 12px;
  width: 100px;
}
.fotorama__product-video--loading:after {
  visibility: hidden;
}
@media only screen and (min-device-width: 320px) and (max-device-width: 780px) and (orientation: landscape) {
  .product-video {
    height: 100%;
    width: 81%;
  }
}
.rating-summary {
  overflow: hidden;
  white-space: nowrap;
}
.rating-summary .rating-result {
  width: 100px;
  display: inline-block;
  position: relative;
  vertical-align: middle;
}
.rating-summary .rating-result:before {
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 1;
  -webkit-font-smoothing: antialiased;
  color: #c7c7c7;
  font-family: 'icons-blank-theme';
  font-size: 28px;
  height: 28px;
  letter-spacing: -10px;
  line-height: 28px;
  content: '\e605' '\e605' '\e605' '\e605' '\e605';
  display: block;
  font-style: normal;
  font-weight: normal;
  speak: none;
}
.rating-summary .rating-result &gt; span {
  display: block;
  overflow: hidden;
}
.rating-summary .rating-result &gt; span:before {
  position: relative;
  z-index: 2;
  -webkit-font-smoothing: antialiased;
  color: #ff5501;
  font-family: 'icons-blank-theme';
  font-size: 28px;
  height: 28px;
  letter-spacing: -10px;
  line-height: 28px;
  content: '\e605' '\e605' '\e605' '\e605' '\e605';
  display: block;
  font-style: normal;
  font-weight: normal;
  speak: none;
}
.rating-summary .rating-result &gt; span span {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.rating-summary .rating-result {
  margin-left: -5px;
}
.product-reviews-summary .rating-summary .label,
.table-reviews .rating-summary .label {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.review-control-vote {
  overflow: hidden;
}
.review-control-vote:before {
  color: #c7c7c7;
  font-family: 'icons-blank-theme';
  font-size: 28px;
  height: 28px;
  letter-spacing: -10px;
  line-height: 28px;
  font-style: normal;
  font-weight: normal;
  speak: none;
  vertical-align: top;
  -webkit-font-smoothing: antialiased;
  content: '\e605' '\e605' '\e605' '\e605' '\e605';
  display: block;
  position: absolute;
  z-index: 1;
}
.review-control-vote input[type="radio"] {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.review-control-vote input[type="radio"]:hover + label:before,
.review-control-vote input[type="radio"]:checked + label:before {
  opacity: 1;
}
.review-control-vote label {
  cursor: pointer;
  display: block;
  position: absolute;
}
.review-control-vote label span {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.review-control-vote label:before {
  color: #ff5501;
  font-family: 'icons-blank-theme';
  font-size: 28px;
  height: 28px;
  letter-spacing: -10px;
  line-height: 28px;
  font-style: normal;
  font-weight: normal;
  speak: none;
  vertical-align: top;
  -webkit-font-smoothing: antialiased;
  opacity: 0;
}
.review-control-vote label:hover:before {
  opacity: 1;
}
.review-control-vote label:hover ~ label:before {
  opacity: 0;
}
.review-control-vote .rating-5 {
  z-index: 2;
}
.review-control-vote .rating-5:before {
  content: '\e605' '\e605' '\e605' '\e605' '\e605';
}
.review-control-vote .rating-4 {
  z-index: 3;
}
.review-control-vote .rating-4:before {
  content: '\e605' '\e605' '\e605' '\e605';
}
.review-control-vote .rating-3 {
  z-index: 4;
}
.review-control-vote .rating-3:before {
  content: '\e605' '\e605' '\e605';
}
.review-control-vote .rating-2 {
  z-index: 5;
}
.review-control-vote .rating-2:before {
  content: '\e605' '\e605';
}
.review-control-vote .rating-1 {
  z-index: 6;
}
.review-control-vote .rating-1:before {
  content: '\e605';
}
.block.add.review {
  margin-bottom: 40px;
}
.block.add.review &gt; .title {
  font-weight: 300;
  line-height: 1.1;
  font-size: 2.6rem;
  margin-top: 2.5rem;
  margin-bottom: 2rem;
}
.block.add.review .legend {
  font-weight: 300;
  line-height: 1.1;
  font-size: 1.8rem;
  margin-top: 1.5rem;
  margin-bottom: 1rem;
  margin: 0 0 20px;
}
.block.add.review .field.rating {
  display: table-row;
}
.block.add.review .field.rating .label {
  display: table-cell;
  padding: 5px 0;
  vertical-align: middle;
}
.block.add.review .field.rating .control {
  display: table-cell;
  vertical-align: top;
}
.block.reviews.list &gt; .title {
  font-weight: 300;
  line-height: 1.1;
  font-size: 2.6rem;
  margin-top: 2.5rem;
  margin-bottom: 2rem;
}
.block.reviews.list .review.item {
  margin-bottom: 40px;
}
.block.reviews.list .review.title {
  font-weight: 300;
  line-height: 1.1;
  font-size: 1.8rem;
  margin-top: 1.5rem;
  margin-bottom: 1rem;
}
.data.table.reviews .rating-summary {
  margin-top: -4px;
}
.customer-review.view {
  margin-bottom: 20px;
}
.customer-review.view .review.title,
.customer-review.view .ratings-summary,
.customer-review.view .product-details {
  margin-bottom: 20px;
}
.product-reviews-summary {
  display: table;
  margin: 10px 0 12px;
}
.products.wrapper.list .product-reviews-summary {
  margin: 0 auto;
}
.product-reviews-summary.empty {
  margin-left: 0;
}
.product-reviews-summary .rating-summary {
  display: table-cell;
  left: -5px;
  position: relative;
  text-align: left;
  vertical-align: middle;
}
.product-reviews-summary .reviews-actions {
  display: table-cell;
  line-height: 28px;
  vertical-align: middle;
}
.product-reviews-summary .reviews-actions a {
  margin-right: 5px;
}
.customer-review .product-details {
  margin-bottom: 40px;
}
.customer-review .product-media {
  float: left;
  margin-right: 3%;
  max-width: 285px;
  width: 30%;
}
.customer-review .review-details .customer-review-rating {
  margin-bottom: 20px;
}
.customer-review .review-details .customer-review-rating .item {
  margin-bottom: 10px;
}
.customer-review .review-details .customer-review-rating .item:last-child {
  margin-bottom: 0;
}
.customer-review .review-details .review-title {
  font-weight: 300;
  line-height: 1.1;
  font-size: 1.8rem;
  margin-top: 1.5rem;
  margin-bottom: 1rem;
  font-weight: 600;
  margin-bottom: 20px;
}
.customer-review .review-details .review-content {
  margin-bottom: 20px;
}
.customer-review .product-reviews-summary .rating-summary,
.customer-review .product-reviews-summary .reviews-actions {
  display: block;
}
.review-field-ratings .nested {
  display: table;
}
.review-field-ratings .review-field-rating {
  display: table-row;
}
.review-field-ratings .review-field-rating .label,
.review-field-ratings .review-field-rating .control {
  display: table-cell;
  padding-bottom: 10px;
  vertical-align: top;
}
.review-field-ratings .review-field-rating .label {
  padding-right: 10px;
  padding-top: 6px;
}
.review-field-ratings .review-field-rating .control {
  padding-top: 2px;
}
.review-toolbar {
  border-top: 1px solid #c9c9c9;
  margin: 0 0 20px;
  text-align: center;
}
.review-toolbar:first-child {
  display: none;
}
.review-toolbar .pages {
  border-bottom: 1px solid #c9c9c9;
  display: block;
  padding: 20px 0;
  text-align: center;
}
.review-toolbar .limiter {
  display: none;
}
.review-add .block-title {
  display: none;
}
.review-form .action.submit.primary {
  background: #f2f2f2;
  border: 1px solid #cdcdcd;
  color: #333333;
}
.review-form .action.submit.primary:focus,
.review-form .action.submit.primary:active {
  background: #e2e2e2;
  border: 1px solid #cdcdcd;
  color: #333333;
}
.review-form .action.submit.primary:hover {
  background: #e2e2e2;
  border: 1px solid #cdcdcd;
  color: #555555;
}
.fieldset .review-legend.legend {
  margin-bottom: 20px;
}
.fieldset .review-legend.legend strong {
  display: block;
  margin-left: 0;
}
.review-field-rating .control {
  margin-bottom: 48px;
  margin-top: 10px;
}
.review-list {
  margin-bottom: 30px;
}
.review-list .block-title strong {
  font-weight: 300;
  line-height: 1.1;
  font-size: 2.6rem;
  margin-top: 2.5rem;
  margin-bottom: 2rem;
}
.review-item {
  border-bottom: 1px solid #c9c9c9;
  margin: 0;
  padding: 20px 0;
}
.review-item:after {
  clear: both;
  content: '';
  display: table;
}
.review-item:last-child {
  border-width: 0;
}
.review-ratings {
  display: table;
  margin-bottom: 10px;
  max-width: 100%;
}
.review-author {
  display: inline;
}
.review-title {
  font-weight: 300;
  line-height: 1.1;
  font-size: 1.8rem;
  margin-top: 1.5rem;
  margin-bottom: 1rem;
  margin: 0 0 20px;
}
.review-content {
  margin-bottom: 20px;
}
.block-reward-info .reward-rates:not(:last-child),
.block-reward-info .reward-limit:not(:last-child),
.block-reward-info .reward-expiring:not(:last-child) {
  margin-bottom: 25px;
}
.block-reward-info .reward-rates .title,
.block-reward-info .reward-limit .title,
.block-reward-info .reward-expiring .title {
  display: inline-block;
  margin-bottom: 10px;
}
.form-create-return .field .control &gt; span,
.form-create-return .field address {
  display: inline-block;
  padding-top: 6px;
}
.form-create-return .additional:first-child {
  margin-top: 0;
}
.form-create-return .additional .field:nth-last-child(2) {
  margin-bottom: 0;
}
.form-create-return .additional .field:last-child {
  margin-top: 20px;
}
.form-create-return .field.comment {
  margin-top: 55px;
}
.block-returns-comments .returns-comments dt,
.block-returns-comments .returns-comments dd {
  margin: 0;
}
.block-returns-comments .returns-comments dt {
  font-weight: 400;
}
.block-returns-comments .returns-comments dd {
  margin-bottom: 15px;
}
.block-returns-comments .returns-comments dd:last-child {
  margin-bottom: 0;
}
.block-returns-comments .fieldset {
  margin-bottom: 20px;
}
.magento-rma-returns-returns .page-title-wrapper .page-title,
.magento-rma-guest-returns .page-title-wrapper .page-title,
.magento-rma-returns-view .page-title-wrapper .page-title {
  margin-right: 25px;
}
.order-links {
  border-bottom: 1px solid #d1d1d1;
  margin-bottom: 10px;
}
.order-links .item {
  display: inline-block;
  margin-right: 20px;
}
.order-actions-toolbar .action {
  margin: 0 20px 0 0;
}
.order-details-items {
  border-bottom: 1px solid #d1d1d1;
  margin-bottom: 20px;
  padding-bottom: 10px;
}
.order-details-items .order-title &gt; strong {
  font-weight: 300;
  line-height: 1.1;
  font-size: 1.8rem;
  margin-top: 1.5rem;
  margin-bottom: 1rem;
  display: inline-block;
}
.order-details-items .items-qty .item {
  white-space: nowrap;
}
.order-details-items .items-qty .title:after {
  content: ': ';
}
.order-details-items .table-order-items .product-item-name {
  margin-top: 0;
}
.order-details-items .table-order-items tbody + tbody {
  border-top: 1px solid #d1d1d1;
}
.order-details-items .item-options dt {
  margin: 0;
}
.order-details-items .item-options dd {
  margin: 0 0 15px;
}
.order-details-items .item-options.links dt {
  display: inline-block;
}
.order-details-items .item-options.links dt:after {
  content: ': ';
}
.order-details-items .item-options.links dd {
  margin: 0;
}
.order-pager-wrapper .toolbar-amount {
  padding-top: 3px;
}
.order-pager-wrapper .pages-items .item:first-child,
.order-pager-wrapper .pages-items .item:last-child {
  margin-right: 0;
}
.order-actions-toolbar {
  margin-bottom: 25px;
}
.order-actions-toolbar .action {
  margin-right: 30px;
}
.order-actions-toolbar .action.print {
  margin: 0;
}
.page-title-wrapper .order-date {
  margin: 0 0 20px;
}
.account .page-title-wrapper .page-title,
[class^='sales-guest-'] .page-title-wrapper .page-title,
.sales-guest-view .page-title-wrapper .page-title {
  margin-right: 25px;
}
.form-orders-search .field.email,
.form-orders-search .field.zip {
  margin-bottom: 0;
}
.block-reorder .product-item .checkbox {
  position: relative;
  top: 2px;
  vertical-align: baseline;
}
.block-reorder .product-item .field.item {
  display: inline-block;
}
.block-reorder .product-item-name {
  display: inline-block;
}
.block-reorder .actions-toolbar {
  margin: 17px 0;
  max-width: 178px;
}
.block-order-details-comments {
  margin: 0 0 40px;
}
.block-order-details-comments .comment-date {
  font-weight: 600;
}
.block-order-details-comments .comment-content {
  line-height: 1.6;
  margin: 0 0 20px;
}
.block-order-details-view .box-content .payment-method .title {
  font-weight: 400;
}
.block-order-details-view .box-content .payment-method .content {
  margin: 0;
}
.block-order-details-view .box-content .payment-method .content &gt; strong {
  font-weight: 400;
}
.block-order-details-view .box-content .payment-method .content &gt; strong:after {
  content: ': ';
}
.order-tracking {
  border-bottom: 1px solid #d1d1d1;
  margin: 0;
  padding: 20px 0;
}
.order-tracking .tracking-title {
  display: inline-block;
}
.order-tracking .tracking-content {
  display: inline-block;
  margin: 0 0 0 5px;
}
.opc-wrapper .form-discount {
  max-width: 500px;
}
.action.mailto.friend {
  margin-left: -7px;
  display: inline-block;
  text-decoration: none;
}
.action.mailto.friend:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 28px;
  line-height: 28px;
  color: inherit;
  content: '\e61d';
  font-family: 'icons-blank-theme';
  vertical-align: top;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.action.mailto.friend span {
  display: inline-block;
  line-height: 28px;
  vertical-align: top;
}
.swatch-attribute-label {
  font-weight: 700;
  position: relative;
}
.swatch-attribute-label.required {
  padding-right: 10px;
}
.swatch-attribute-label[data-required='1']:after {
  color: #e02b27;
  content: '*';
  font-size: 14px;
  font-weight: 700;
  position: absolute;
  right: -11px;
  top: -2px;
}
.swatch-attribute-selected-option {
  color: #646464;
  padding-left: 17px;
}
.swatch-attribute-options {
  margin: 10px 0;
}
.swatch-attribute-options:focus {
  box-shadow: none;
}
.swatch-attribute-options .swatch-option-tooltip-layered .title {
  color: #282828;
  bottom: -5px;
  height: 20px;
  left: 0;
  margin-bottom: 10px;
  position: absolute;
  text-align: center;
  width: 100%;
}
.swatch-attribute.size .swatch-option,
.swatch-attribute.manufacturer .swatch-option {
  background: #f0f0f0;
  color: #949494;
}
.swatch-attribute.size .swatch-option.selected,
.swatch-attribute.manufacturer .swatch-option.selected {
  background: #ffffff;
  border: 1px solid #ffffff;
  color: #000000;
}
.swatch-option {
  border: 1px solid #dadada;
  cursor: pointer;
  float: left;
  height: 20px;
  margin: 0 10px 5px 0;
  max-width: 100%;
  min-width: 30px;
  overflow: hidden;
  padding: 1px 2px;
  position: relative;
  text-align: center;
  text-overflow: ellipsis;
}
.swatch-option:focus {
  box-shadow: 0 0 3px 1px #68a8e0;
}
.swatch-option.text {
  background: #f0f0f0;
  color: #686868;
  font-size: 12px;
  font-weight: 700;
  line-height: 20px;
  margin-right: 7px;
  min-width: 22px;
  padding: 4px 8px;
}
.swatch-option.text.selected {
  background-color: #ffffff !important;
}
.swatch-option.selected {
  outline: 2px solid #ff5501;
  border: 1px solid #ffffff;
  color: #333333;
}
.swatch-option:not(.disabled):hover {
  border: 1px solid #ffffff;
  color: #333333;
  outline: 1px solid #999999;
}
.swatch-option.image:not(.disabled):hover,
.swatch-option.color:not(.disabled):hover {
  border: 1px solid #ffffff;
  outline: 2px solid #c34000;
}
.swatch-option.disabled {
  box-shadow: unset;
  cursor: default;
  pointer-events: none;
}
.swatch-option.disabled:after {
  background: linear-gradient(to left top, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 42%, #ffffff 43%, #ffffff 46%, #ff5216 47%, #ff5216 53%, #ffffff 54%, #ffffff 57%, rgba(255, 255, 255, 0) 58%, rgba(255, 255, 255, 0) 100%);
  background: -moz-linear-gradient(to left top, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 42%, #ffffff 43%, #ffffff 46%, #ff5216 47%, #ff5216 53%, #ffffff 54%, #ffffff 57%, rgba(255, 255, 255, 0) 58%, rgba(255, 255, 255, 0) 100%);
  background: -ms-linear-gradient(to left top, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 42%, #ffffff 43%, #ffffff 46%, #ff5216 47%, #ff5216 53%, #ffffff 54%, #ffffff 57%, rgba(255, 255, 255, 0) 58%, rgba(255, 255, 255, 0) 100%);
  background: -o-linear-gradient(to left top, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 42%, #ffffff 43%, #ffffff 46%, #ff5216 47%, #ff5216 53%, #ffffff 54%, #ffffff 57%, rgba(255, 255, 255, 0) 58%, rgba(255, 255, 255, 0) 100%);
  background: -webkit-gradient(linear, left top, right bottom, color-stop(0%, rgba(255, 255, 255, 0)), color-stop(42%, rgba(255, 255, 255, 0)), color-stop(43%, #ffffff), color-stop(46%, #ffffff), color-stop(47%, #ff5216), color-stop(53%, #ff5216), color-stop(54%, #ffffff), color-stop(57%, #ffffff), color-stop(58%, rgba(255, 255, 255, 0)), color-stop(100%, rgba(255, 255, 255, 0)));
  background: -webkit-linear-gradient(to left top, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 42%, #ffffff 43%, #ffffff 46%, #ff5216 47%, #ff5216 53%, #ffffff 54%, #ffffff 57%, rgba(255, 255, 255, 0) 58%, rgba(255, 255, 255, 0) 100%);
  bottom: 0;
  content: '';
  filter: 'progid:DXImageTransform.Microsoft.gradient(startColorstr=#00ffffff, endColorstr=#00ffffff, GradientType=1)';
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
}
.swatch-option-disabled {
  border: 0;
  cursor: default;
  outline: none !important;
}
.swatch-option-disabled:after {
  -webkit-transform: rotate(-30deg);
  -ms-transform: rotate(-30deg);
  transform: rotate(-30deg);
  content: '';
  height: 2px;
  left: -4px;
  position: absolute;
  top: 10px;
  width: 42px;
  z-index: 995;
  background: #e02b27;
}
.swatch-option-loading {
  content: url('../../frontend/Lucia/default/en_US/images/loader-2.gif');
}
.swatch-option-tooltip {
  border: 1px solid #dadada;
  color: #949494;
  display: none;
  max-height: 100%;
  min-height: 20px;
  min-width: 20px;
  padding: 5px;
  position: absolute;
  text-align: center;
  z-index: 999;
  background: #ffffff;
}
.swatch-option-tooltip .corner,
.swatch-option-tooltip-layered .corner {
  bottom: 0;
  height: 8px;
  left: 40%;
  position: absolute;
}
.swatch-option-tooltip .corner:before,
.swatch-option-tooltip-layered .corner:before,
.swatch-option-tooltip .corner:after,
.swatch-option-tooltip-layered .corner:after {
  border-style: solid;
  content: '';
  font-size: 1px;
  height: 0;
  position: relative;
  width: 0;
}
.swatch-option-tooltip .corner:before,
.swatch-option-tooltip-layered .corner:before {
  border-color: #adadad transparent transparent transparent;
  border-width: 8px 8.5px 0 8.5px;
  left: 0;
  top: 2px;
}
.swatch-option-tooltip .corner:after,
.swatch-option-tooltip-layered .corner:after {
  border-color: #ffffff transparent transparent transparent;
  border-width: 7px 7.5px 0 7.5px;
  left: -15px;
  top: 1px;
}
.swatch-option-tooltip .image,
.swatch-option-tooltip-layered .image {
  display: block;
  height: 130px;
  margin: 0 auto;
  width: 130px;
}
.swatch-option-tooltip-layered {
  border: 1px solid #dadada;
  color: #949494;
  background: #ffffff;
  display: none;
  left: -47px;
  position: absolute;
  width: 140px;
  z-index: 999;
}
.swatch-option-tooltip .title {
  color: #282828;
  display: block;
  max-height: 200px;
  min-height: 20px;
  overflow: hidden;
  text-align: center;
}
.swatch-option-link-layered {
  margin: 0 !important;
  padding: 0 !important;
  position: relative;
}
.swatch-option-link-layered:focus &gt; div {
  box-shadow: 0 0 3px 1px #68a8e0;
}
.swatch-option-link-layered:hover &gt; .swatch-option-tooltip-layered {
  display: block;
}
.swatch-opt {
  margin: 20px 0;
}
.swatch-opt-listing {
  margin-bottom: 10px;
}
.swatch-more {
  display: inline-block;
  margin: 2px 0;
  padding: 2px;
  position: static;
  z-index: 1;
}
.swatch-visual-tooltip-layered {
  height: 160px;
  top: -170px;
}
.swatch-textual-tooltip-layered {
  height: 30px;
  top: -40px;
}
.swatch-input {
  left: -1000px;
  position: absolute;
  visibility: hidden;
}
.clearfix:after {
  clear: both;
  content: '';
  display: block;
  height: 0;
  visibility: hidden;
}
.my-credit-cards .status {
  font-style: italic;
}
.my-credit-cards .action.delete {
  background-image: none;
  -moz-box-sizing: content-box;
  box-shadow: none;
  line-height: inherit;
  text-shadow: none;
  font-weight: 400;
  line-height: 1.42857143;
  margin: 0;
  padding: 0;
  color: #1979c3;
  text-decoration: none;
  background: none;
  border: 0;
  display: inline;
}
.my-credit-cards .action.delete:focus,
.my-credit-cards .action.delete:active {
  background: none;
  border: none;
}
.my-credit-cards .action.delete:hover {
  background: none;
  border: none;
}
.my-credit-cards .action.delete.disabled,
.my-credit-cards .action.delete[disabled],
fieldset[disabled] .my-credit-cards .action.delete {
  pointer-events: none;
  opacity: 0.5;
}
.my-credit-cards .action.delete:visited {
  color: #1979c3;
  text-decoration: none;
}
.my-credit-cards .action.delete:hover {
  color: #006bb4;
  text-decoration: underline;
}
.my-credit-cards .action.delete:active {
  color: #ff5501;
  text-decoration: underline;
}
.my-credit-cards .action.delete:hover,
.my-credit-cards .action.delete:active,
.my-credit-cards .action.delete:focus {
  background: none;
  border: 0;
}
.my-credit-cards .action.delete.disabled,
.my-credit-cards .action.delete[disabled],
fieldset[disabled] .my-credit-cards .action.delete {
  color: #1979c3;
  opacity: 0.5;
  cursor: default;
  pointer-events: none;
  text-decoration: underline;
}
.my-credit-cards-popup .modal-footer {
  text-align: right;
}
.my-credit-cards-popup .action.secondary {
  background-image: none;
  -moz-box-sizing: content-box;
  box-shadow: none;
  line-height: inherit;
  text-shadow: none;
  font-weight: 400;
  line-height: 1.42857143;
  margin: 0;
  padding: 0;
  color: #1979c3;
  text-decoration: none;
  background: none;
  border: 0;
  display: inline;
  margin-right: 20px;
}
.my-credit-cards-popup .action.secondary:focus,
.my-credit-cards-popup .action.secondary:active {
  background: none;
  border: none;
}
.my-credit-cards-popup .action.secondary:hover {
  background: none;
  border: none;
}
.my-credit-cards-popup .action.secondary.disabled,
.my-credit-cards-popup .action.secondary[disabled],
fieldset[disabled] .my-credit-cards-popup .action.secondary {
  pointer-events: none;
  opacity: 0.5;
}
.my-credit-cards-popup .action.secondary:visited {
  color: #1979c3;
  text-decoration: none;
}
.my-credit-cards-popup .action.secondary:hover {
  color: #006bb4;
  text-decoration: underline;
}
.my-credit-cards-popup .action.secondary:active {
  color: #ff5501;
  text-decoration: underline;
}
.my-credit-cards-popup .action.secondary:hover,
.my-credit-cards-popup .action.secondary:active,
.my-credit-cards-popup .action.secondary:focus {
  background: none;
  border: 0;
}
.my-credit-cards-popup .action.secondary.disabled,
.my-credit-cards-popup .action.secondary[disabled],
fieldset[disabled] .my-credit-cards-popup .action.secondary {
  color: #1979c3;
  opacity: 0.5;
  cursor: default;
  pointer-events: none;
  text-decoration: underline;
}
.minilist .weee {
  display: table-row;
  font-size: 1.1rem;
}
.minilist .weee:before {
  display: none;
}
.price-container.weee:before {
  display: none;
}
.toolbar.wishlist-toolbar .limiter {
  float: right;
}
.toolbar.wishlist-toolbar .main .pages {
  display: inline-block;
  position: relative;
  z-index: 0;
}
.toolbar.wishlist-toolbar .toolbar-amount,
.toolbar.wishlist-toolbar .limiter {
  display: inline-block;
  z-index: 1;
}
.product-items .action.towishlist:before,
.products.list.items .action.towishlist:before,
.table-comparison .action.towishlist:before {
  content: '\e601';
}
.account .table-wrapper .data.table.wishlist &gt; thead &gt; tr &gt; th,
.account .table-wrapper .data.table.wishlist &gt; tbody &gt; tr &gt; th,
.account .table-wrapper .data.table.wishlist &gt; tfoot &gt; tr &gt; th,
.account .table-wrapper .data.table.wishlist &gt; thead &gt; tr &gt; td,
.account .table-wrapper .data.table.wishlist &gt; tbody &gt; tr &gt; td,
.account .table-wrapper .data.table.wishlist &gt; tfoot &gt; tr &gt; td {
  border-top: 1px solid #d1d1d1;
}
.account .table-wrapper .data.table.wishlist &gt; caption + thead &gt; tr:first-child &gt; th,
.account .table-wrapper .data.table.wishlist &gt; colgroup + thead &gt; tr:first-child &gt; th,
.account .table-wrapper .data.table.wishlist &gt; thead:first-child &gt; tr:first-child &gt; th,
.account .table-wrapper .data.table.wishlist &gt; caption + thead &gt; tr:first-child &gt; td,
.account .table-wrapper .data.table.wishlist &gt; colgroup + thead &gt; tr:first-child &gt; td,
.account .table-wrapper .data.table.wishlist &gt; thead:first-child &gt; tr:first-child &gt; td {
  border-top: 0;
}
.account .table-wrapper .data.table.wishlist &gt; tbody + tbody {
  border-top: 1px solid #d1d1d1;
}
.account .table-wrapper .data.table.wishlist thead &gt; tr &gt; th {
  border-bottom: 0;
}
.account .table-wrapper .data.table.wishlist tbody &gt; tr:last-child &gt; td {
  border-bottom: 1px solid #d1d1d1;
}
.account .table-wrapper .data.table.wishlist .product.name {
  display: inline-block;
  margin-bottom: 10px;
}
.account .table-wrapper .data.table.wishlist .box-tocart {
  margin: 10px 0;
}
.account .table-wrapper .data.table.wishlist .box-tocart .qty {
  vertical-align: middle;
}
.account .table-wrapper .data.table.wishlist .col.item {
  width: 50%;
}
.account .table-wrapper .data.table.wishlist .col.photo {
  max-width: 150px;
}
.account .table-wrapper .data.table.wishlist .col.selector {
  max-width: 15px;
}
.account .table-wrapper .data.table.wishlist textarea {
  margin: 10px 0;
}
.account .table-wrapper .data.table.wishlist .input-text.qty {
  margin-bottom: 10px;
}
.account .table-wrapper .data.table.wishlist .action.primary {
  vertical-align: top;
}
.account .table-wrapper .data.table.wishlist .price {
  font-weight: 700;
}
.block-wishlist .product-item-name {
  margin-right: 25px;
}
.products-grid.wishlist .product-item-photo {
  display: block;
  margin-bottom: 10px;
}
.products-grid.wishlist .product-item-name {
  margin-top: 0;
}
.products-grid.wishlist .product-item .price-box {
  margin: 0;
}
.products-grid.wishlist .product-item-comment {
  display: block;
  height: 42px;
  margin: 10px 0;
}
.products-grid.wishlist .product-item-actions &gt; * {
  margin-right: 15px;
}
.products-grid.wishlist .product-item-actions &gt; *:last-child {
  margin-right: 0;
}
.products-grid.wishlist .product-item .box-tocart input.qty {
  height: 32px;
}
body {
  background-color: #ffffff;
}
.page-wrapper {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  min-height: 100vh;
}
.page-main {
  -webkit-flex-grow: 1;
  flex-grow: 1;
}
.page-header {
  border-bottom: 1px solid #d1d1d1;
  margin-bottom: 20px;
}
.header.content {
  padding-top: 10px;
  position: relative;
}
.logo {
  float: left;
  margin: 0 0 10px 40px;
  max-width: 50%;
  position: relative;
  z-index: 5;
}
.logo img {
  display: block;
}
.page-print .logo {
  float: none;
}
.page-main &gt; .page-title-wrapper .page-title + .action {
  margin-top: 30px;
}
.action.skip:focus {
  background: #f0f0f0;
  padding: 10px;
  box-sizing: border-box;
  left: 0;
  position: absolute;
  text-align: center;
  top: 0;
  width: 100%;
  z-index: 15;
}
.action-skip-wrapper {
  height: 0;
  position: relative;
}
.message.global p {
  margin: 0;
}
.message.global.noscript,
.message.global.cookie {
  margin: 0 0 10px;
  padding: 10px 20px;
  display: block;
  line-height: 1.2em;
  font-size: 1.3rem;
  background: #ffee9c;
  border-color: #d6ca8e;
  color: #333333;
  margin: 0;
}
.message.global.noscript a,
.message.global.cookie a {
  color: #1979c3;
}
.message.global.noscript a:hover,
.message.global.cookie a:hover {
  color: #006bb4;
}
.message.global.noscript a:active,
.message.global.cookie a:active {
  color: #ff5501;
}
.message.global.cookie {
  bottom: 0;
  left: 0;
  position: fixed;
  right: 0;
  z-index: 3;
}
.message.global.cookie .actions {
  margin-top: 10px;
}
.message.global.demo {
  margin: 0 0 10px;
  padding: 10px 20px;
  display: block;
  line-height: 1.2em;
  font-size: 1.3rem;
  background: #ff0101;
  border-color: none;
  color: #ffffff;
  margin-bottom: 0;
  text-align: center;
}
.message.global.demo a {
  color: #1979c3;
}
.message.global.demo a:hover {
  color: #006bb4;
}
.message.global.demo a:active {
  color: #ff5501;
}
.page-footer {
  margin-top: auto;
}
.footer.content {
  border-top: 1px solid #d1d1d1;
  margin-top: 25px;
  padding-bottom: 25px;
  padding-top: 25px;
}
.footer.content .links &gt; li {
  margin: 0 0 8px;
}
.footer.content .switcher-store {
  margin: 0 0 30px;
}
.footer .copyright,
.footer .bugs {
  display: block;
  margin: 20px 0 0;
}
.page-header .switcher,
.page-footer .switcher {
  margin-right: 10px;
}
.page-header .switcher .options,
.page-footer .switcher .options {
  display: inline-block;
  position: relative;
}
.page-header .switcher .options:before,
.page-footer .switcher .options:before,
.page-header .switcher .options:after,
.page-footer .switcher .options:after {
  content: '';
  display: table;
}
.page-header .switcher .options:after,
.page-footer .switcher .options:after {
  clear: both;
}
.page-header .switcher .options .action.toggle,
.page-footer .switcher .options .action.toggle {
  padding: 0;
  cursor: pointer;
  display: inline-block;
  text-decoration: none;
}
.page-header .switcher .options .action.toggle &gt; span,
.page-footer .switcher .options .action.toggle &gt; span {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.page-header .switcher .options .action.toggle:after,
.page-footer .switcher .options .action.toggle:after {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 22px;
  line-height: 22px;
  color: inherit;
  content: '\e622';
  font-family: 'icons-blank-theme';
  margin: 0;
  vertical-align: top;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.page-header .switcher .options .action.toggle:hover:after,
.page-footer .switcher .options .action.toggle:hover:after {
  color: inherit;
}
.page-header .switcher .options .action.toggle:active:after,
.page-footer .switcher .options .action.toggle:active:after {
  color: inherit;
}
.page-header .switcher .options .action.toggle.active,
.page-footer .switcher .options .action.toggle.active {
  display: inline-block;
  text-decoration: none;
}
.page-header .switcher .options .action.toggle.active &gt; span,
.page-footer .switcher .options .action.toggle.active &gt; span {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.page-header .switcher .options .action.toggle.active:after,
.page-footer .switcher .options .action.toggle.active:after {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 22px;
  line-height: 22px;
  color: inherit;
  content: '\e621';
  font-family: 'icons-blank-theme';
  margin: 0;
  vertical-align: top;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.page-header .switcher .options .action.toggle.active:hover:after,
.page-footer .switcher .options .action.toggle.active:hover:after {
  color: inherit;
}
.page-header .switcher .options .action.toggle.active:active:after,
.page-footer .switcher .options .action.toggle.active:active:after {
  color: inherit;
}
.page-header .switcher .options ul.dropdown,
.page-footer .switcher .options ul.dropdown {
  margin: 0;
  padding: 0;
  list-style: none none;
  background: #ffffff;
  border: 1px solid #bbbbbb;
  margin-top: 4px;
  min-width: 160px;
  z-index: 100;
  box-sizing: border-box;
  display: none;
  position: absolute;
  top: 100%;
  box-shadow: 0 3px 3px rgba(0, 0, 0, 0.15);
}
.page-header .switcher .options ul.dropdown li,
.page-footer .switcher .options ul.dropdown li {
  margin: 0;
  padding: 0;
}
.page-header .switcher .options ul.dropdown li:hover,
.page-footer .switcher .options ul.dropdown li:hover {
  background: #e8e8e8;
  cursor: pointer;
}
.page-header .switcher .options ul.dropdown:before,
.page-footer .switcher .options ul.dropdown:before,
.page-header .switcher .options ul.dropdown:after,
.page-footer .switcher .options ul.dropdown:after {
  border-bottom-style: solid;
  content: '';
  display: block;
  height: 0;
  position: absolute;
  width: 0;
}
.page-header .switcher .options ul.dropdown:before,
.page-footer .switcher .options ul.dropdown:before {
  border: 6px solid;
  border-color: transparent transparent #ffffff transparent;
  z-index: 99;
}
.page-header .switcher .options ul.dropdown:after,
.page-footer .switcher .options ul.dropdown:after {
  border: 7px solid;
  border-color: transparent transparent #bbbbbb transparent;
  z-index: 98;
}
.page-header .switcher .options ul.dropdown:before,
.page-footer .switcher .options ul.dropdown:before {
  left: 10px;
  top: -12px;
}
.page-header .switcher .options ul.dropdown:after,
.page-footer .switcher .options ul.dropdown:after {
  left: 9px;
  top: -14px;
}
.page-header .switcher .options.active,
.page-footer .switcher .options.active {
  overflow: visible;
}
.page-header .switcher .options.active ul.dropdown,
.page-footer .switcher .options.active ul.dropdown {
  display: block;
}
.page-header .switcher .options ul.dropdown a,
.page-footer .switcher .options ul.dropdown a {
  display: block;
  padding: 8px;
}
.page-header .switcher .options ul.dropdown a:hover,
.page-footer .switcher .options ul.dropdown a:hover {
  text-decoration: none;
}
.page-header .switcher li,
.page-footer .switcher li {
  font-size: 12px;
  margin: 0;
}
.page-header .switcher strong,
.page-footer .switcher strong {
  font-weight: 400;
}
.widget {
  clear: both;
}
.page-header .widget.block,
.page-footer .widget.block {
  margin: 20px 0;
}
.ui-datepicker td {
  padding: 0;
}
.sidebar .block-addbysku .fieldset {
  margin: 0;
}
.sidebar .block-addbysku .fieldset .fields {
  position: relative;
}
.sidebar .block-addbysku .fieldset .fields .field {
  display: inline-block;
  margin-bottom: 10px;
  vertical-align: top;
}
.sidebar .block-addbysku .fieldset .fields .field.sku {
  margin-right: -85px;
  padding-right: 90px;
  width: 100%;
}
.sidebar .block-addbysku .fieldset .fields .field.qty .qty + .mage-error {
  width: 80px;
}
.sidebar .block-addbysku .fieldset .fields .actions-toolbar {
  position: absolute;
  right: 0;
  top: 6px;
}
.sidebar .block-addbysku .form-addbysku .actions-toolbar {
  margin-bottom: 20px;
}
.sidebar .block-addbysku .form-addbysku .actions-toolbar .primary {
  text-align: left;
}
.sidebar .block-addbysku .form-addbysku .actions-toolbar .primary .action {
  width: auto;
}
.sidebar .block-addbysku .form-addbysku .actions-toolbar .secondary {
  float: none;
  text-align: left;
}
.sidebar .block-addbysku .action.add {
  display: inline-block;
  text-decoration: none;
  line-height: normal;
  padding: 2px 0;
  width: auto;
}
.sidebar .block-addbysku .action.add &gt; span {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.sidebar .block-addbysku .action.add:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 31px;
  line-height: 22px;
  color: inherit;
  content: '\e61c';
  font-family: 'icons-blank-theme';
  margin: 0;
  vertical-align: top;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.sidebar .block-addbysku .action.add:hover:before {
  color: inherit;
}
.sidebar .block-addbysku .action.add:active:before {
  color: inherit;
}
.sidebar .block-addbysku .action.links {
  display: inline-block;
  margin: 20px 0 0;
}
.sidebar .block-addbysku .action.reset {
  display: block;
  margin: 10px 0;
}
.sidebar .block-addbysku .action.remove {
  display: inline-block;
  background-image: none;
  background: none;
  -moz-box-sizing: content-box;
  border: 0;
  box-shadow: none;
  line-height: inherit;
  margin: 0;
  padding: 0;
  text-decoration: none;
  text-shadow: none;
  font-weight: 400;
}
.sidebar .block-addbysku .action.remove &gt; span {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.sidebar .block-addbysku .action.remove:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 28px;
  line-height: 22px;
  color: inherit;
  content: '\e616';
  font-family: 'icons-blank-theme';
  margin: 0;
  vertical-align: top;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.sidebar .block-addbysku .action.remove:hover:before {
  color: inherit;
}
.sidebar .block-addbysku .action.remove:active:before {
  color: inherit;
}
.sidebar .block-addbysku .action.remove:focus,
.sidebar .block-addbysku .action.remove:active {
  background: none;
  border: none;
}
.sidebar .block-addbysku .action.remove:hover {
  background: none;
  border: none;
}
.sidebar .block-addbysku .action.remove.disabled,
.sidebar .block-addbysku .action.remove[disabled],
fieldset[disabled] .sidebar .block-addbysku .action.remove {
  pointer-events: none;
  opacity: 0.5;
}
.block-banners .banner-item,
.block-banners-inline .banner-item {
  display: block;
}
.block-banners .banner-item-content,
.block-banners-inline .banner-item-content {
  margin-bottom: 20px;
}
.block-banners .banner-item-content img,
.block-banners-inline .banner-item-content img {
  display: block;
  margin: 0 auto;
}
.block-product-link.widget,
.block-category-link.widget {
  display: block;
  margin-bottom: 20px;
}
.block-product-link-inline.widget {
  margin: 0;
}
.block.widget .products-grid .product-item {
  margin-left: 2%;
  width: calc((100% - 2%)/2);
}
.block.widget .products-grid .product-item:nth-child(2n + 1) {
  margin-left: 0;
}
.block.widget .product-item-info {
  width: auto;
}
.block.widget .pager {
  padding: 0;
}
.block.widget .pager .toolbar-amount {
  float: none;
  font-size: 1.2rem;
}
.block.widget .pager .pages-item-previous {
  padding-left: 0;
}
.block.widget .pager .pages-item-next {
  position: relative;
}
.block.widget .pager .items {
  white-space: nowrap;
}
.columns .block-event {
  position: relative;
  z-index: 2;
}
.block-event .block-content {
  position: relative;
}
.block-event .block-content &gt; .action {
  cursor: pointer;
  margin-top: -6px;
  position: absolute;
  top: 50%;
  z-index: 3;
}
.block-event .block-content &gt; .action.backward,
.block-event .block-content &gt; .action.forward {
  opacity: .5;
  overflow: hidden;
  width: 20px;
  display: inline-block;
  text-decoration: none;
}
.block-event .block-content &gt; .action.backward &gt; span,
.block-event .block-content &gt; .action.forward &gt; span {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.block-event .block-content &gt; .action.backward:before,
.block-event .block-content &gt; .action.forward:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 55px;
  line-height: 30px;
  color: inherit;
  content: '\e617';
  font-family: 'icons-blank-theme';
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.block-event .block-content &gt; .action.backward:before,
.block-event .block-content &gt; .action.forward:before {
  margin-left: -15px;
}
.block-event .block-content &gt; .action.backward {
  left: 0;
}
.block-event .block-content &gt; .action.forward {
  right: 0;
}
.block-event .block-content &gt; .action.forward:before {
  content: '\e608';
}
.block-event .block-content &gt; .action.forward:before {
  margin-left: -20px;
}
.block-event .block-content &gt; .action.inactive {
  cursor: default;
  display: none;
}
.block-event .block-content &gt; .action:hover {
  opacity: 1;
}
.block-event .slider-panel {
  overflow: hidden;
  position: relative;
  z-index: 2;
}
.block-event .slider-panel .slider {
  white-space: nowrap;
}
.block-event .slider-panel .slider .item {
  background: #f0f0f0;
  display: inline-block;
  text-align: center;
  vertical-align: top;
  white-space: normal;
  width: 16.35%;
}
.sidebar-main .block-event .slider-panel .slider .item,
.sidebar-additional .block-event .slider-panel .slider .item {
  width: 100%;
}
.block-event .slider-panel .slider .item img {
  max-width: 100%;
}
.block-event .slider-panel .slider .item .category-name {
  display: inline-block;
  font-size: 1.8rem;
  padding: 15px 5px 0;
  word-break: break-all;
}
.block-event .slider-panel .slider .item .ticker {
  margin: 0;
  padding: 0;
  list-style: none none;
}
.block-event .slider-panel .slider .item .ticker li {
  display: none;
  margin: 0 5px;
}
.block-event .slider-panel .slider .item .ticker .value {
  font-size: 2.6rem;
  font-weight: 300;
}
.block-event .slider-panel .slider .item .ticker .label {
  display: block;
  font-size: 1.3rem;
}
.block-event .slider-panel .slider .item .dates {
  font-weight: 300;
}
.block-event .slider-panel .slider .item .dates .start,
.block-event .slider-panel .slider .item .dates .end,
.block-event .slider-panel .slider .item .dates .date {
  display: block;
}
.block-event .slider-panel .slider .item .dates .start:after {
  font-size: 1.8rem;
  content: '\2013';
  display: block;
}
.block-event .slider-panel .slider .item .dates .date {
  font-size: 1.8rem;
  font-weight: 300;
}
.block-event .slider-panel .slider .item .dates .time {
  font-size: 1.3rem;
}
.block-event .slider-panel .slider .item .box-event .box-content {
  padding: 5px 0 10px;
}
.block-event .slider-panel .slider .item .box-event .box-title {
  display: block;
  font-weight: 300;
  margin: 10px 0 0;
}
.block-event .slider-panel .slider .item .action.show {
  display: block;
  padding: 0;
}
.block-event .slider-panel .slider .item .action.show .category.name {
  display: inline-block;
  padding: 30px 10px 0;
}
.block-event .slider-panel .slider .item .action.show img {
  display: block;
}
.block-event .slider-panel .slider .item .action.event {
  background-image: none;
  background: #1979c3;
  border: 1px solid #1979c3;
  color: #ffffff;
  cursor: pointer;
  display: inline-block;
  font-family: 'Lora';
  font-weight: 700;
  padding: 7px 15px;
  font-size: 1.4rem;
  box-sizing: border-box;
  vertical-align: middle;
  margin-top: 15px;
}
.block-event .slider-panel .slider .item .action.event:focus,
.block-event .slider-panel .slider .item .action.event:active {
  background: #006bb4;
  border: 1px solid #006bb4;
  color: #ffffff;
}
.block-event .slider-panel .slider .item .action.event:hover {
  background: #006bb4;
  border: 1px solid #006bb4;
  color: #ffffff;
}
.block-event .slider-panel .slider .item .action.event.disabled,
.block-event .slider-panel .slider .item .action.event[disabled],
fieldset[disabled] .block-event .slider-panel .slider .item .action.event {
  opacity: 0.5;
  cursor: default;
  pointer-events: none;
}
.block-event .slider-panel .slider .item .action.event:hover {
  text-decoration: none;
}
.block-static-block.widget,
.block-cms-link.widget {
  margin-bottom: 20px;
}
.links .block-static-block.widget,
.links .block-cms-link.widget {
  margin-bottom: 0;
}
.block-cms-link-inline.widget {
  margin: 0;
}
.block-wishlist-search .form-wishlist-search {
  margin: 20px 0 0;
}
.block-cms-hierarchy-link.widget {
  display: block;
  margin-bottom: 20px;
}
.block-cms-hierarchy-link-inline.widget {
  margin: 0;
}
@media only screen and (max-width: 768px) {
  .field-tooltip .field-tooltip-content {
    right: -10px;
    top: 40px;
    left: auto;
  }
}
@media only screen and (max-width: 767px) {
  .abs-button-responsive-smaller,
  .product-info-main .box-tocart .actions .action.tocart {
    width: 100%;
  }
  .abs-visually-hidden-mobile-m {
    border: 0;
    clip: rect(0, 0, 0, 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
  }
  .abs-add-clearfix-mobile-m:before,
  .abs-add-clearfix-mobile-m:after,
  .form-create-return .fieldset &gt; .actions-toolbar:before,
  .form-create-return .fieldset &gt; .actions-toolbar:after {
    content: '';
    display: table;
  }
  .abs-add-clearfix-mobile-m:after,
  .form-create-return .fieldset &gt; .actions-toolbar:after {
    clear: both;
  }
  .abs-icon-add-mobile,
  .block-wishlist-management .wishlist-add.item .add {
    display: block;
    text-decoration: none;
  }
  .abs-icon-add-mobile:before,
  .block-wishlist-management .wishlist-add.item .add:before {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 10px;
    line-height: 10px;
    color: inherit;
    content: '\e61c';
    font-family: 'icons-blank-theme';
    margin: 0 5px 0 0;
    vertical-align: middle;
    display: inline-block;
    font-weight: normal;
    overflow: hidden;
    speak: none;
    text-align: center;
  }
  .abs-toggling-title-mobile,
  .block-wishlist-management .wishlist-select .wishlist-name {
    border-bottom: 1px solid #d1d1d1;
    border-top: 1px solid #d1d1d1;
    cursor: pointer;
    margin-bottom: 0;
    padding: 10px 40px 10px 15px;
    position: relative;
    display: block;
    text-decoration: none;
  }
  .abs-toggling-title-mobile:after,
  .block-wishlist-management .wishlist-select .wishlist-name:after {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 28px;
    line-height: inherit;
    color: inherit;
    content: '\e622';
    font-family: 'icons-blank-theme';
    vertical-align: middle;
    display: inline-block;
    font-weight: normal;
    overflow: hidden;
    speak: none;
    text-align: center;
  }
  .block-wishlist-management .wishlist-select .wishlist-name:after {
    position: absolute;
    right: 10px;
    top: 0;
  }
  .abs-toggling-title-mobile.active:after,
  .block-wishlist-management .wishlist-select .wishlist-name.active:after {
    content: '\e621';
  }
  .abs-pager-toolbar-mobile .toolbar-amount,
  .abs-pager-toolbar-mobile .limiter,
  .abs-pager-toolbar-mobile .pages,
  .account .toolbar .toolbar-amount,
  .account .toolbar .limiter,
  .account .toolbar .pages,
  .toolbar-wishlist-results .toolbar-amount,
  .toolbar-wishlist-results .limiter,
  .toolbar-wishlist-results .pages {
    float: none;
    margin-bottom: 25px;
  }
  .abs-shopping-cart-items-mobile .actions,
  .cart-container .form-cart .actions {
    text-align: center;
  }
  .cart-container .form-cart .action.update,
  .cart-container .form-cart .action.continue,
  .cart-container .form-cart .action.clear {
    margin: 0 auto 10px;
  }
  .cart-container .form-cart .action.update,
  .cart-container .form-cart .action.clear {
    display: block;
  }
  .abs-checkout-tooltip-content-position-top-mobile,
  .field-tooltip .field-tooltip-content {
    right: -10px;
    top: 40px;
    left: auto;
  }
  .field-tooltip .field-tooltip-content:before,
  .field-tooltip .field-tooltip-content:after {
    border: 10px solid transparent;
    height: 0;
    width: 0;
    margin-top: -21px;
    right: 10px;
    left: auto;
    top: 0;
  }
  .field-tooltip .field-tooltip-content:before {
    border-bottom-color: #999999;
  }
  .field-tooltip .field-tooltip-content:after {
    border-bottom-color: #f4f4f4;
    top: 1px;
  }
  .navigation,
  .breadcrumbs,
  .page-header .header.panel,
  .header.content,
  .footer.content,
  .page-main,
  .page-wrapper &gt; .widget,
  .page-wrapper &gt; .page-bottom,
  .block.category.event,
  .top-container {
    padding-left: 15px;
    padding-right: 15px;
  }
  .account .page-main,
  .cms-privacy-policy .page-main {
    padding-top: 41px;
    position: relative;
  }
  .navigation {
    padding: 0;
  }
  .navigation .parent .level-top {
    position: relative;
    display: block;
    text-decoration: none;
  }
  .navigation .parent .level-top:after {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 42px;
    line-height: inherit;
    color: inherit;
    content: '\e622';
    font-family: 'icons-blank-theme';
    vertical-align: middle;
    display: inline-block;
    font-weight: normal;
    overflow: hidden;
    speak: none;
    text-align: center;
  }
  .navigation .parent .level-top:after {
   /* position: absolute;
    right: 7px;
    top: -8px;*/
  }
  .navigation .parent .level-top.ui-state-active:after {
    content: '\e621';
  }
  .nav-sections {
    /*-webkit-overflow-scrolling: touch;
    -webkit-transition: left 0.3s;
    -moz-transition: left 0.3s;
    -ms-transition: left 0.3s;
    transition: left 0.3s;
    height: 100%;
    left: -80%;
    left: calc(-1 * (100% - 54px));
    overflow: auto;
    position: fixed;
    top: 0;
    width: 80%;
    width: calc(100% - 54px);*/
  }
  .nav-sections .switcher {
    border-top: 1px solid #d1d1d1;
    font-size: 1.6rem;
    font-weight: 700;
    margin: 0;
    padding: .8rem 3.5rem .8rem 2rem;
  }
  .nav-sections .switcher .label {
    display: block;
    margin-bottom: 5px;
  }
  .nav-sections .switcher:last-child {
    border-bottom: 1px solid #d1d1d1;
  }
  .nav-sections .switcher-trigger strong {
    position: relative;
    display: block;
    text-decoration: none;
  }
  .nav-sections .switcher-trigger strong:after {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 42px;
    line-height: inherit;
    color: inherit;
    content: '\e622';
    font-family: 'icons-blank-theme';
    vertical-align: middle;
    display: inline-block;
    font-weight: normal;
    overflow: hidden;
    speak: none;
    text-align: center;
  }
  .nav-sections .switcher-trigger strong:after {
    position: absolute;
    right: -40px;
    top: -16px;
  }
  .nav-sections .switcher-trigger.active strong:after {
    content: '\e621';
  }
  .nav-sections .switcher-dropdown {
    margin: 0;
    padding: 0;
    list-style: none none;
    display: none;
    padding: 10px 0;
  }
  .nav-sections .switcher-options.active .switcher-dropdown {
    display: block;
  }
  .nav-sections .header.links {
    margin: 0;
    padding: 0;
    list-style: none none;
    border-bottom: 1px solid #d1d1d1;
  }
  .nav-sections .header.links li {
    font-size: 1.6rem;
    margin: 0;
  }
  .nav-sections .header.links li.greet.welcome {
    border-top: 1px solid #d1d1d1;
    font-weight: 700;
    padding: 0.8rem 20px;
  }
  .nav-sections .header.links li &gt; a {
    border-top: 1px solid #d1d1d1;
  }
  .nav-sections .header.links a,
  .nav-sections .header.links a:hover {
    color: #575757;
    text-decoration: none;
    display: block;
    font-weight: 700;
    padding: 0.8rem 20px;
  }
  .nav-sections .header.links .header.links {
    border: 0;
  }
  .nav-before-open {
    height: 100%;
    overflow-x: hidden;
    width: 100%;
  }
  .nav-before-open .page-wrapper {
    -webkit-transition: left 0.3s;
    -moz-transition: left 0.3s;
    -ms-transition: left 0.3s;
    transition: left 0.3s;
    height: 100%;
    left: 0;
    overflow: hidden;
    position: relative;
  }
  .nav-before-open body {
    height: 100%;
    overflow: hidden;
    position: relative;
    width: 100%;
  }
  .nav-open .page-wrapper {
    left: 80%;
    left: calc(100% - 54px);
  }
  .nav-open .nav-sections {
    -webkit-box-shadow: 0 0 5px 0 rgba(50, 50, 50, 0.75);
    -moz-box-shadow: 0 0 5px 0 rgba(50, 50, 50, 0.75);
    -ms-box-shadow: 0 0 5px 0 rgba(50, 50, 50, 0.75);
    box-shadow: 0 0 5px 0 rgba(50, 50, 50, 0.75);
    left: 0;
    z-index: 99;
  }
  .nav-open .nav-toggle:after {
    background: rgba(0, 0, 0, 0.5);
    content: '';
    display: block;
    height: 100%;
    position: fixed;
    right: 0;
    top: 0;
    width: 100%;
    z-index: 1;
  }
  .nav-sections-items {
    position: relative;
    z-index: 1;
  }
  .nav-sections-items:before,
  .nav-sections-items:after {
    content: '';
    display: table;
  }
  .nav-sections-items:after {
    clear: both;
  }
  .nav-sections-item-title {
    /*background: #e8e8e8;
    border: solid #dbdbdb;
    border-width: 0 0 1px 1px;
    box-sizing: border-box;
    float: left;
    height: 71px;
    padding-top: 24px;
    text-align: center;
    width: 33.33%;*/
        display: none;
    height: 0px !important;
  }
  .nav-sections-item-title.active {
    background: transparent;
    border-bottom: 0;
  }
  .nav-sections-item-title .nav-sections-item-switch:hover {
    text-decoration: none;
  }
  .nav-sections-item-content {
    /*box-sizing: border-box;
    float: right;
    margin-left: -100%;
    margin-top: 71px;
    width: 100%;
    padding: 25px 0;*/
  }
  .nav-sections-item-content:before,
  .nav-sections-item-content:after {
    content: '';
    display: table;
  }
  .nav-sections-item-content:after {
    clear: both;
  }
  .nav-sections-item-content.active {
    display: block;
  }
  .navigation {
    background: #f5f5f5;
    box-sizing: border-box;
  }
  .navigation ul {
    margin: 0;
    padding: 0;
  }
  .navigation li {
    margin: 0;
  }
  .navigation a {
    display: block;
/*    padding-top: 10px;
*/    padding-right: 0;
/*    padding-bottom: 10px;
*/    padding-left: 15px;
  }
  .navigation a,
  .navigation a:hover {
    color: #575757;
    text-decoration: none;
  }
  .navigation .level0 {
    border-top: 1px solid #d1d1d1;
    font-size: 1.6rem;
  }
  .navigation .level0 &gt; .level-top {
    font-weight: 700;
    padding: 8px 40px 8px 15px;
    text-transform: uppercase;
    word-wrap: break-word;
  }
  .navigation .level0 &gt; .level-top:hover {
    color: #333333;
  }
  .navigation .level0.active .all-category .ui-state-focus {
    border-color: #ff5501;
    border-style: solid;
    border-width: 0 0 0 8px;
    padding-left: 7px;
    display: inline-block;
  }
  .navigation .level0 &gt; .level1 {
    font-weight: 600;
  }
  .navigation .level0.active &gt; a:not(.ui-state-active),
  .navigation .level0.has-active &gt; a:not(.ui-state-active) {
    border-color: #ff5501;
    border-style: solid;
    border-width: 0 0 0 8px;
  }
  .navigation .level0.active &gt; a:not(.ui-state-active) span:not(.ui-menu-icon),
  .navigation .level0.has-active &gt; a:not(.ui-state-active) span:not(.ui-menu-icon) {
    /*margin-left: -8px;*/
  }
  .navigation li.level0:last-child {
    border-bottom: 1px solid #d1d1d1;
  }
  .navigation .submenu &gt; li {
    word-wrap: break-word;
  }
  .navigation .submenu &gt; li &gt; a:hover {
    color: #333333;
  }
  .navigation .submenu:not(:first-child) {
    font-weight: 400;
    line-height: 1.3;
    left: auto !important;
    overflow-x: hidden;
    padding: 0;
    position: relative;
    top: auto !important;
    transition: left 0.3s ease-out;
  }
  .navigation .submenu:not(:first-child) &gt; li &gt; a {
    padding-left: 15px;
  }
  .navigation .submenu:not(:first-child) &gt; li:last-child {
    margin-bottom: 0;
  }
  .navigation .submenu:not(:first-child) ul {
    display: block;
    padding-left: 15px;
  }
  .navigation .submenu:not(:first-child) ul &gt; li {
    margin: 0;
  }
  .navigation .submenu:not(:first-child) ul &gt; li a {
    color: #575757;
    display: block;
    line-height: normal;
  }
  .navigation .submenu:not(:first-child) ul &gt; li a:hover {
    color: #333333;
  }
  .navigation .submenu:not(:first-child).expanded {
    display: block !important;
    padding-right: 0;
    top: 0 !important;
  }
  .navigation .submenu:not(:first-child) .active &gt; a {
    border-color: #ff5501;
    border-style: solid;
    border-width: 0 0 0 8px;
    padding-left: 7px;
  }
  .navigation .submenu:not(:first-child) .level1.active &gt; a {
    padding-left: 7px;
  }
  .product.data.items {
    margin: 0;
    padding: 0;
  }
  .product.data.items &gt; .item.title {
    box-sizing: border-box;
    float: none;
    width: 100%;
  }
  .product.data.items &gt; .item.title &gt; .switch {
    display: block;
  }
  .product.data.items &gt; .item.content {
    box-sizing: border-box;
    display: block;
    float: none;
    margin: 0;
  }
  .product.data.items &gt; .item.content:before,
  .product.data.items &gt; .item.content:after {
    content: '';
    display: table;
  }
  .product.data.items &gt; .item.content:after {
    clear: both;
  }
  .product.data.items &gt; .item.content.active {
    display: block;
  }
  .product.data.items &gt; .item.title {
    margin: 0 0 5px;
  }
  .product.data.items &gt; .item.title &gt; .switch {
    background: #f0f0f0;
    border-bottom: 1px solid #d1d1d1;
    border-left: 1px solid #d1d1d1;
    border-right: 1px solid #d1d1d1;
    border-top: 1px solid #d1d1d1;
    height: 40px;
    padding: 5px 20px 5px 20px;
    font-weight: 600;
    line-height: 40px;
    font-size: 1.8rem;
    color: #7d7d7d;
    text-decoration: none;
  }
  .product.data.items &gt; .item.title &gt; .switch:visited {
    color: #7d7d7d;
    text-decoration: none;
  }
  .product.data.items &gt; .item.title &gt; .switch:hover {
    color: #7d7d7d;
    text-decoration: none;
  }
  .product.data.items &gt; .item.title &gt; .switch:active {
    color: #333333;
    text-decoration: none;
  }
  .product.data.items &gt; .item.title:not(.disabled) &gt; .switch:focus,
  .product.data.items &gt; .item.title:not(.disabled) &gt; .switch:hover {
    background: #fcfcfc;
  }
  .product.data.items &gt; .item.title:not(.disabled) &gt; .switch:active,
  .product.data.items &gt; .item.title.active &gt; .switch,
  .product.data.items &gt; .item.title.active &gt; .switch:focus,
  .product.data.items &gt; .item.title.active &gt; .switch:hover {
    background: #ffffff;
    color: #333333;
    text-decoration: none;
    padding-bottom: 5px;
  }
  .product.data.items &gt; .item.content {
    background: #ffffff;
    border: 1px solid #d1d1d1;
    margin: 0 0 5px;
    padding: 20px 20px 20px 20px;
  }
  .product.data.items .data.item {
    display: block;
  }
  .product.data.items .item.title &gt; .switch {
    padding: 1px 15px 1px;
  }
  .product.data.items &gt; .item.content {
    padding: 10px 15px 30px;
  }
  .modal-popup.modal-slide {
    left: 44px;
    z-index: 900;
  }
  .modal-popup.modal-slide._show .modal-inner-wrap {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  .modal-popup.modal-slide .modal-inner-wrap {
    height: 100%;
    overflow-y: auto;
    position: static;
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
    -webkit-transition: -webkit-transform 0.3s ease-in-out;
    transition: transform 0.3s ease-in-out;
    width: auto;
  }
  .modal-popup.modal-slide .modal-inner-wrap {
    margin: 0;
    max-height: none;
  }
  .custom-slide {
    bottom: 0;
    left: 0;
    min-width: 0;
    position: fixed;
    right: 0;
    top: 0;
    visibility: hidden;
    opacity: 0;
    -webkit-transition: visibility 0s .3s, opacity .3s ease;
    transition: visibility 0s .3s, opacity .3s ease;
    left: 44px;
    z-index: 900;
  }
  .custom-slide._show {
    visibility: visible;
    opacity: 1;
    -webkit-transition: opacity .3s ease;
    transition: opacity .3s ease;
  }
  .custom-slide._show .modal-inner-wrap {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
  }
  .custom-slide .modal-inner-wrap {
    background-color: #ffffff;
    box-shadow: 0 0 12px 2px rgba(0, 0, 0, 0.35);
    opacity: 1;
    pointer-events: auto;
  }
  .custom-slide._show .modal-inner-wrap {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  .custom-slide .modal-inner-wrap {
    height: 100%;
    overflow-y: auto;
    position: static;
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
    -webkit-transition: -webkit-transform 0.3s ease-in-out;
    transition: transform 0.3s ease-in-out;
    width: auto;
  }
  .custom-slide._show {
    -webkit-overflow-scrolling: touch;
    overflow-x: hidden;
    overflow-y: auto;
  }
  .custom-slide .modal-inner-wrap {
    background-color: #f4f4f4;
    box-sizing: border-box;
    height: auto;
    min-height: 100%;
  }
  body._has-modal-custom {
    height: 100vh;
    overflow: hidden;
    width: 100vw;
  }
  body._has-modal-custom .modal-custom-overlay {
    background-color: rgba(51, 51, 51, 0.55);
  }
  .modal-popup {
    pointer-events: auto;
  }
  .modal-popup.modal-slide .modal-inner-wrap[class] {
    background-color: #f4f4f4;
  }
  .modal-popup.modal-slide._inner-scroll._show {
    -webkit-overflow-scrolling: touch;
    overflow-y: auto;
  }
  .modal-popup.modal-slide._inner-scroll .modal-inner-wrap {
    height: auto;
    min-height: 100%;
  }
  .modal-popup .modal-title {
    font-size: 14px;
    font-weight: 700;
  }
  .contact-index-index .column:not(.sidebar-main) .form.contact {
    float: none;
    width: 100%;
  }
  .contact-index-index .column:not(.sidebar-additional) .form.contact {
    float: none;
    width: 100%;
  }
  .catalog-product-view .column.main {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .catalog-product-view .product.media {
    -ms-flex-order: -1;
    -webkit-order: -1;
    order: -1;
  }
  .block.related .action.select {
    display: block;
    margin: 5px 0;
  }
  .compare,
  .product-addto-links .action.tocompare,
  .product-item-actions .actions-secondary &gt; .action.tocompare,
  [class*='block-compare'] {
    display: none;
  }
  .block-search .block-content {
    margin-bottom: 0;
  }
  .cart.table-wrapper {
    overflow: inherit;
  }
  .cart.table-wrapper thead .col:not(.item) {
    display: none;
  }
  .cart.table-wrapper .col.qty,
  .cart.table-wrapper .col.price,
  .cart.table-wrapper .col.subtotal,
  .cart.table-wrapper .col.msrp {
    box-sizing: border-box;
    display: block;
    float: left;
    text-align: center;
    white-space: nowrap;
    width: 33%;
  }
  .cart.table-wrapper .col.qty[data-th]:before,
  .cart.table-wrapper .col.price[data-th]:before,
  .cart.table-wrapper .col.subtotal[data-th]:before,
  .cart.table-wrapper .col.msrp[data-th]:before {
    content: attr(data-th) ':';
    display: block;
    font-weight: 700;
    padding-bottom: 10px;
  }
  .cart.table-wrapper .col.msrp {
    white-space: normal;
  }
  .cart.table-wrapper .item .col.item {
    padding-bottom: 0;
  }
  .field-tooltip .field-tooltip-content {
    right: -10px;
    top: 40px;
    left: auto;
  }
  .checkout-payment-method .payment-methods {
    margin: 0 -15px;
  }
  .checkout-payment-method .step-title {
    padding-left: 15px;
    padding-right: 15px;
  }
  .checkout-payment-method .payment-method-title {
    padding: 15px;
  }
  .checkout-payment-method .payment-method-content {
    padding: 0 15px 20px;
  }
  .checkout-payment-method .checkout-billing-address .action-cancel {
    margin-top: 10px;
  }
  .checkout-payment-method .payment-option {
    margin: 0 -15px;
  }
  .checkout-payment-method .payment-option .payment-option-title {
    padding: 15px;
  }
  .checkout-payment-method .payment-option .payment-option-content {
    padding: 0 15px 20px;
  }
  .login-container .fieldset:after {
    text-align: center;
  }
  .account .messages {
    margin-bottom: 0;
  }
  .control.captcha-image .captcha-img {
    margin-bottom: 10px;
    display: block;
  }
  .customer-account-index .page-title-wrapper {
    position: relative;
  }
  .form.search.advanced .field.price .with-addon .input-text {
    flex-basis: auto;
    width: 100%;
  }
  .gift-options .actions-toolbar .action-update {
    font-size: 2rem;
    padding: 15px;
    width: 100%;
  }
  .gift-item-block {
    border-top: 1px solid #c1c1c1;
    border-bottom: 0;
  }
  .cart.table-wrapper .gift-content {
    margin-right: -10px;
  }
  .gift-wrapping {
    border-bottom: 1px solid #c1c1c1;
    margin-bottom: 20px;
    padding-bottom: 10px;
  }
  .gift-wrapping-list {
    width: 100%;
  }
  .gift-wrapping-preview img {
    width: 100%;
  }
  .item-actions .actions-toolbar .gift-options .gift-wrapping,
  .item-actions .actions-toolbar .gift-options .gift-message {
    display: block;
  }
  .form-add-invitations .additional,
  .form-add-invitations .field.text {
    margin-top: 20px;
  }
  .page-with-filter .columns .sidebar-main {
    -ms-flex-order: 0;
    -webkit-order: 0;
    order: 0;
  }
  .map-popup {
    max-width: 100%;
  }
  .map-old-price,
  .map-show-info {
    display: inline-block;
  }
  .map-old-price:not(:last-child),
  .map-show-info:not(:last-child) {
    margin-bottom: 10px;
  }
  .block-wishlist-management {
    clear: both;
    margin-top: -21px;
  }
  .block-wishlist-management .wishlist-select {
    margin: 0 -15px 20px;
  }
  .block-wishlist-management .wishlist-select-items {
    border-bottom: 1px solid #d1d1d1;
    background: #f5f5f5;
    display: none;
    padding: 15px 0;
  }
  .block-wishlist-management .wishlist-select-items.active {
    display: block;
  }
  .block-wishlist-management .wishlist-select-items .item {
    margin: 3px 0 0;
  }
  .block-wishlist-management .wishlist-select-items .item:first-child {
    margin-top: 0;
  }
  .block-wishlist-management .wishlist-select-items .item.current {
    display: none;
  }
  .block-wishlist-management .wishlist-select-items .item a {
    display: block;
    padding: 5px 18px;
    text-decoration: none;
  }
  .block-wishlist-management .wishlist-select-items .item a:hover {
    background: #e8e8e8;
  }
  .block-wishlist-management .wishlist-title strong {
    font-size: 2.6rem;
  }
  .block-wishlist-management .wishlist-info {
    margin-bottom: 15px;
  }
  .block-wishlist-management .wishlist-toolbar-select,
  .block-wishlist-management .wishlist-toolbar-actions {
    margin-bottom: 15px;
  }
  .products-grid.wishlist .product-item-checkbox {
    left: 0;
    position: absolute;
    top: 20px;
  }
  .page-multiple-wishlist .products-grid.wishlist .product-item-photo {
    margin-left: 25px;
  }
  .page-multiple-wishlist .products-grid.wishlist .product-item-name,
  .page-multiple-wishlist .products-grid.wishlist .product-item-description,
  .page-multiple-wishlist .products-grid.wishlist .product-item .price-box,
  .page-multiple-wishlist .products-grid.wishlist .product-item-tooltip {
    margin-left: 115px;
  }
  .products-grid.wishlist .wishlist-dropdown {
    display: none;
  }
  .multishipping-checkout-success .nav-toggle {
    display: block;
  }
  .multishipping-checkout-success .logo {
    margin-left: 40px;
  }
  .reward-settings + .actions-toolbar {
    margin-top: 10px;
  }
  .account .column.main .returns-details-items .block-returns-tracking .block-title &gt; .action.track {
    display: block;
    float: none;
    margin: 10px 0 0;
  }
  .order-pager-wrapper .toolbar-amount {
    left: inherit;
    position: relative;
    text-align: center;
    top: inherit;
  }
  .order-pager-wrapper .pages {
    text-align: center;
  }
  .order-pager-wrapper .action.previous,
  .order-pager-wrapper .action.next {
    margin: 0;
  }
  .my-credit-cards .table:not(.totals):not(.cart):not(.table-comparison) .status {
    display: none;
  }
  .my-credit-cards .table:not(.totals):not(.cart):not(.table-comparison) .status:before {
    display: none;
  }
  .my-credit-cards .table:not(.totals):not(.cart):not(.table-comparison) .status._default {
    display: block;
  }
  .my-credit-cards .card-type img {
    vertical-align: middle;
  }
  .products-grid.wishlist {
    margin-bottom: 30px;
    margin-right: 0;
  }
  .products-grid.wishlist .product-item {
    padding: 20px 0 20px 0;
    position: relative;
  }
  .products-grid.wishlist .product-item-photo {
    float: left;
    margin-right: 20px;
  }
  .products-grid.wishlist .product-item-name {
    font-size: 1.6rem;
  }
  .products-grid.wishlist .product-item-actions {
    display: block;
    float: left;
  }
  .products-grid.wishlist .product-item-actions .action {
    margin-right: 15px;
  }
  .products-grid.wishlist .product-item-actions .action:last-child {
    margin-right: 0;
  }
  .products-grid.wishlist .product-item-actions .action.edit {
    float: left;
  }
  .products-grid.wishlist .product-item-actions .action.delete {
    float: right;
  }
  .products-grid.wishlist .product-item-actions .action.edit,
  .products-grid.wishlist .product-item-actions .action.delete {
    margin-top: 7px;
  }
  .products-grid.wishlist .product-item-name,
  .products-grid.wishlist .product-item-description,
  .products-grid.wishlist .product-item .price-box,
  .products-grid.wishlist .product-item-tooltip {
    margin-left: 95px;
  }
  .products-grid.wishlist .product-item .box-tocart {
    float: left;
    margin-right: 20px;
  }
  .products-grid.wishlist .product-item .box-tocart .stock {
    margin-top: 7px;
  }
  .products-grid.wishlist .product-item .giftregisty-dropdown,
  .products-grid.wishlist .product-item .field.qty {
    display: none;
  }
  .products-grid.wishlist .product-image-container {
    max-width: 80px;
  }
  .wishlist-index-index .product-item {
    width: 100%;
  }
  .wishlist-index-index .product-item-info {
    width: auto;
  }
}
@media only screen and (max-width: 639px) {
  .abs-visually-hidden-mobile,
  .table-giftregistry-items .col.product:before {
    border: 0;
    clip: rect(0, 0, 0, 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
  }
  .abs-add-clearfix-mobile:before,
  .abs-add-clearfix-mobile:after,
  .abs-checkout-order-review tbody tr:before,
  .abs-checkout-order-review tbody tr:after,
  .table-wrapper .table:not(.totals):not(.table-comparison) tfoot tr:before,
  .table-wrapper .table:not(.totals):not(.table-comparison) tfoot tr:after,
  .table-giftregistry-items .col.product:before,
  .table-giftregistry-items .col.product:after,
  .account .toolbar:before,
  .account .toolbar:after,
  .multicheckout.order-review .data.table tbody tr:before,
  .multicheckout.order-review .data.table tbody tr:after {
    content: '';
    display: table;
  }
  .abs-add-clearfix-mobile:after,
  .abs-checkout-order-review tbody tr:after,
  .table-wrapper .table:not(.totals):not(.table-comparison) tfoot tr:after,
  .table-giftregistry-items .col.product:after,
  .account .toolbar:after,
  .multicheckout.order-review .data.table tbody tr:after {
    clear: both;
  }
  .multicheckout.order-review .data.table tbody tr:not(:last-child) {
    border-bottom: 1px solid #d1d1d1;
  }
  .multicheckout.order-review .data.table tbody tr .col.item:before {
    display: none;
  }
  .multicheckout.order-review .data.table tbody tr .col.qty,
  .multicheckout.order-review .data.table tbody tr .col.price,
  .multicheckout.order-review .data.table tbody tr .col.subtotal {
    box-sizing: border-box;
    float: left;
    text-align: center;
    white-space: nowrap;
    width: 33%;
  }
  .multicheckout.order-review .data.table tbody tr .col.qty[data-th]:before,
  .multicheckout.order-review .data.table tbody tr .col.price[data-th]:before,
  .multicheckout.order-review .data.table tbody tr .col.subtotal[data-th]:before {
    content: attr(data-th) ':';
    display: block;
    font-weight: 700;
    padding-bottom: 10px;
  }
  .abs-checkout-order-review tbody tr .product-item-name,
  .multicheckout.order-review .data.table tbody tr .product-item-name {
    margin: 0;
  }
  .abs-no-display-s,
  .table-wrapper .table:not(.cart):not(.totals):not(.table-comparison).additional-attributes tbody th {
    display: none;
  }
  .abs-pager-toolbar-mobile-s .toolbar-amount,
  .abs-pager-toolbar-mobile-s .limiter,
  .abs-pager-toolbar-mobile-s .pages,
  .toolbar-giftregistry-results .toolbar-amount,
  .toolbar-giftregistry-results .limiter,
  .toolbar-giftregistry-results .pages {
    margin-bottom: 25px;
  }
  .table-wrapper {
    overflow-x: auto;
    overflow-y: hidden;
    width: 100%;
    -ms-overflow-style: -ms-autohiding-scrollbar;
    -webkit-overflow-scrolling: touch;
    position: relative;
  }
  .table-wrapper .table:not(.cart):not(.totals):not(.table-comparison) {
    border: none;
    display: block;
  }
  .table-wrapper .table:not(.cart):not(.totals):not(.table-comparison) &gt; thead &gt; tr &gt; th {
    display: none;
  }
  .table-wrapper .table:not(.cart):not(.totals):not(.table-comparison) &gt; tbody {
    display: block;
  }
  .table-wrapper .table:not(.cart):not(.totals):not(.table-comparison) &gt; tbody &gt; tr {
    display: block;
  }
  .table-wrapper .table:not(.cart):not(.totals):not(.table-comparison) &gt; tbody &gt; tr td,
  .table-wrapper .table:not(.cart):not(.totals):not(.table-comparison) &gt; tbody &gt; tr th {
    border-bottom: none;
    display: block;
    padding: 5px 0;
  }
  .table-wrapper .table:not(.cart):not(.totals):not(.table-comparison) &gt; tbody &gt; tr td[data-th]:before,
  .table-wrapper .table:not(.cart):not(.totals):not(.table-comparison) &gt; tbody &gt; tr th[data-th]:before {
    padding-right: 10px;
    content: attr(data-th) ': ';
    display: inline-block;
    color: #111111;
    font-weight: 700;
  }
  .table-wrapper .table:not(.cart):not(.totals):not(.table-comparison) tbody &gt; tr &gt; td:first-child {
    padding-top: 20px;
  }
  .table-wrapper .table:not(.cart):not(.totals):not(.table-comparison) tbody &gt; tr &gt; td:last-child {
    padding-bottom: 20px;
  }
  .table-wrapper .table:not(.cart):not(.totals):not(.table-comparison).additional-attributes tbody td:last-child {
    border: none;
    padding: 0 0 5px;
  }
  .table-wrapper .table:not(.totals):not(.table-comparison) tfoot {
    display: block;
  }
  .table-wrapper .table:not(.totals):not(.table-comparison) tfoot tr {
    display: block;
  }
  .table-wrapper .table:not(.totals):not(.table-comparison) tfoot tr:first-child th,
  .table-wrapper .table:not(.totals):not(.table-comparison) tfoot tr:first-child td {
    padding-top: 20px;
  }
  .table-wrapper .table:not(.totals):not(.table-comparison) tfoot th {
    box-sizing: border-box;
    float: left;
    padding-left: 0;
    padding-right: 0;
    text-align: left;
    width: 70%;
  }
  .table-wrapper .table:not(.totals):not(.table-comparison) tfoot td {
    box-sizing: border-box;
    float: left;
    padding-left: 0;
    padding-right: 0;
    text-align: right;
    width: 30%;
  }
  .data-table-definition-list thead {
    display: none;
  }
  .data-table-definition-list tbody th {
    padding-bottom: 0;
  }
  .data-table-definition-list tbody th,
  .data-table-definition-list tbody td {
    display: block;
    padding-left: 0;
    padding-right: 0;
  }
  .checkout-payment-method .amazon-sandbox-simulator {
    border-top: 1px solid #cccccc;
  }
  /* Overwriting Magento's padding for the method title to make
       sure our KP methods have the same height as the core methods */
  .klarna-payments-method &gt; .payment-method-title {
    padding: 6.5px 0 6.5px 15px;
  }
  .column .block-addbysku .sku {
    margin-right: -85px;
    padding-right: 90px;
  }
  .column .block-addbysku .action.remove {
    display: inline-block;
    background-image: none;
    background: none;
    -moz-box-sizing: content-box;
    border: 0;
    box-shadow: none;
    line-height: inherit;
    margin: 0;
    padding: 0;
    text-decoration: none;
    text-shadow: none;
    font-weight: 400;
  }
  .column .block-addbysku .action.remove &gt; span {
    border: 0;
    clip: rect(0, 0, 0, 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
  }
  .column .block-addbysku .action.remove:before {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 28px;
    line-height: 22px;
    color: inherit;
    content: '\e616';
    font-family: 'icons-blank-theme';
    margin: 1px 0 0;
    vertical-align: top;
    display: inline-block;
    font-weight: normal;
    overflow: hidden;
    speak: none;
    text-align: center;
  }
  .column .block-addbysku .action.remove:hover:before {
    color: inherit;
  }
  .column .block-addbysku .action.remove:active:before {
    color: inherit;
  }
  .column .block-addbysku .action.remove:focus,
  .column .block-addbysku .action.remove:active {
    background: none;
    border: none;
  }
  .column .block-addbysku .action.remove:hover {
    background: none;
    border: none;
  }
  .column .block-addbysku .action.remove.disabled,
  .column .block-addbysku .action.remove[disabled],
  fieldset[disabled] .column .block-addbysku .action.remove {
    pointer-events: none;
    opacity: 0.5;
  }
  .products-list .product-item {
    table-layout: fixed;
  }
  .products-list .product-item-photo {
    padding: 0 10px 10px 0;
    width: 30%;
  }
  .block-search {
    margin-top: 10px;
  }
  .minicart-wrapper {
    /*margin-top: 10px;*/
  }
  .minicart-wrapper:before,
  .minicart-wrapper:after {
    content: '';
    display: table;
  }
  .minicart-wrapper:after {
    clear: both;
  }
  .minicart-wrapper .product .actions {
    float: left;
    margin: 10px 0 0 0;
  }
  .minicart-wrapper .update-cart-item {
    float: right;
  }
  .opc-wrapper .step-title {
    font-size: 18px;
    border-bottom: 0;
    padding-bottom: 0;
  }
  .opc-wrapper .form-login {
    border-bottom: 1px solid #cccccc;
    margin: 0 0 15px;
    padding: 0 0 15px;
  }
  .opc-wrapper .shipping-address-item {
    border-bottom: 1px solid #cccccc;
    margin: 0 0 15px;
    padding: 0 0 15px;
    width: 100%;
  }
  .opc-wrapper .shipping-address-item.selected-item {
    padding: 15px 35px 15px 18px;
    border-bottom-width: 2px;
  }
  .opc-wrapper .shipping-address-item.selected-item .edit-address-link {
    right: 39px;
  }
  .opc-wrapper .form-login,
  .opc-wrapper .form-shipping-address {
    margin-top: 28px;
  }
  .opc-wrapper .action-select-shipping-item {
    float: none;
    margin-top: 10px;
    width: 100%;
  }
  .opc-wrapper .action-show-popup {
    width: 100%;
  }
  .opc-wrapper .edit-address-link {
    display: inline-block;
    text-decoration: none;
    margin: 0;
    position: absolute;
    right: 0;
    top: 1px;
  }
  .opc-wrapper .edit-address-link &gt; span {
    border: 0;
    clip: rect(0, 0, 0, 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
  }
  .opc-wrapper .edit-address-link:before {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 28px;
    line-height: 28px;
    color: #303030;
    content: '\e606';
    font-family: 'icons-blank-theme';
    vertical-align: middle;
    display: inline-block;
    font-weight: normal;
    overflow: hidden;
    speak: none;
    text-align: center;
  }
  .opc-wrapper .edit-address-link:hover:before {
    color: #303030;
  }
  .opc-wrapper .edit-address-link:active:before {
    color: #303030;
  }
  .shipping-policy-block.field-tooltip {
    margin-bottom: 20px;
    position: relative;
    right: auto;
    top: auto;
  }
  .shipping-policy-block.field-tooltip .field-tooltip-content {
    width: 300px;
    right: auto;
  }
  .shipping-policy-block.field-tooltip .field-tooltip-content:before,
  .shipping-policy-block.field-tooltip .field-tooltip-content:after {
    right: auto;
  }
  .opc-block-shipping-information .shipping-information-title {
    font-size: 2.3rem;
  }
  .account .column.main,
  .account .sidebar-additional {
    margin: 0;
  }
  .cart.table-wrapper .gift-content {
    border-bottom: 1px solid #d1d1d1;
    margin-bottom: 20px;
  }
  .table-giftregistry-items .field.choice,
  .table-giftregistry-items .field.qty {
    display: inline-block;
  }
  .form-giftregistry-search .fieldset {
    margin-bottom: 15px;
  }
  .multicheckout .data.table .address:before {
    margin-bottom: 5px;
  }
  .multicheckout .product-item-name,
  .multicheckout .price-including-tax,
  .multicheckout .price-excluding-tax {
    display: inline-block;
  }
  .multicheckout .block-content .box:not(:last-child) {
    margin-bottom: 40px;
  }
  .multicheckout .block-content .box:last-child {
    margin-bottom: 0;
  }
  .multicheckout.order-review .box-items .data.table thead {
    display: block;
  }
  .multicheckout.order-review .box-items .data.table thead tr {
    display: block;
  }
  .multicheckout.order-review .box-items .data.table thead .col.item {
    display: block;
    padding: 0;
  }
  .multicheckout .actions-toolbar .action {
    margin-bottom: 25px;
  }
  .multicheckout .actions-toolbar &gt; .primary {
    margin-bottom: 25px;
    margin-right: 0;
  }
  .account .order-details-items .table-order-items .product-item-name,
  .account .order-details-items .table-order-items .price-including-tax,
  .account .order-details-items .table-order-items .price-excluding-tax,
  .account .order-details-items .table-order-items .items-qty {
    display: inline-block;
    vertical-align: top;
  }
  .account .toolbar .pages {
    float: right;
  }
  .account .toolbar .limiter {
    clear: both;
  }
  .order-details-items thead {
    display: block;
  }
  .order-details-items thead tr,
  .order-details-items thead td {
    display: block;
  }
  .table-wrapper .table.table-order-items tfoot td.order-pager-wrapper {
    width: 100%;
  }
  .order-items.table-wrapper .col.price,
  .order-items.table-wrapper .col.qty,
  .order-items.table-wrapper .col.subtotal,
  .order-items.table-wrapper .col.msrp {
    text-align: left;
  }
  .products-grid.wishlist .product-item {
    border-bottom: 1px solid #e8e8e8;
  }
  .products-grid.wishlist .product-item:first-child {
    border-top: 1px solid #e8e8e8;
  }
}
@media only screen and (max-width: 479px) {
  .tooltip.wrapper .tooltip.content {
    min-width: 10rem;
  }
  .minicart-wrapper .block-minicart {
    width: 290px;
  }
  .modal-popup .field-tooltip .field-tooltip-content {
    width: 200px;
  }
}
@media all and (min-width: 640px) {
  .abs-blocks-2columns-s {
    width: 48.8%;
  }
  .abs-reset-left-margin-desktop-s,
  .column:not(.sidebar-main) .multicheckout .actions-toolbar,
  .multicheckout .block-shipping .box-shipping-method .fieldset .legend {
    margin-left: 0;
  }
  .abs-margin-for-forms-desktop-s {
    margin-left: 25.8%;
  }
  .abs-visually-hidden-desktop-s {
    border: 0;
    clip: rect(0, 0, 0, 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
  }
  .abs-add-clearfix-desktop-s:before,
  .abs-add-clearfix-desktop-s:after,
  .multicheckout .block-billing:before,
  .multicheckout .block-billing:after {
    content: '';
    display: table;
  }
  .abs-add-clearfix-desktop-s:after,
  .multicheckout .block-billing:after {
    clear: both;
  }
  .abs-add-box-sizing-desktop-s,
  .multicheckout .block-shipping .box,
  .multicheckout .block-billing .box-billing-address,
  .multicheckout .block-billing .box-billing-method {
    box-sizing: border-box;
  }
  .ui-dialog.popup {
    width: 420px;
  }
  .column .block-addbysku .action.remove {
    background-image: none;
    -moz-box-sizing: content-box;
    box-shadow: none;
    line-height: inherit;
    text-shadow: none;
    font-weight: 400;
    line-height: 1.42857143;
    margin: 0;
    padding: 0;
    color: #1979c3;
    text-decoration: none;
    background: none;
    border: 0;
    display: inline;
    margin-top: 2px;
  }
  .column .block-addbysku .action.remove:focus,
  .column .block-addbysku .action.remove:active {
    background: none;
    border: none;
  }
  .column .block-addbysku .action.remove:hover {
    background: none;
    border: none;
  }
  .column .block-addbysku .action.remove.disabled,
  .column .block-addbysku .action.remove[disabled],
  fieldset[disabled] .column .block-addbysku .action.remove {
    pointer-events: none;
    opacity: 0.5;
  }
  .column .block-addbysku .action.remove:visited {
    color: #1979c3;
    text-decoration: none;
  }
  .column .block-addbysku .action.remove:hover {
    color: #006bb4;
    text-decoration: underline;
  }
  .column .block-addbysku .action.remove:active {
    color: #ff5501;
    text-decoration: underline;
  }
  .column .block-addbysku .action.remove:hover,
  .column .block-addbysku .action.remove:active,
  .column .block-addbysku .action.remove:focus {
    background: none;
    border: 0;
  }
  .column .block-addbysku .action.remove.disabled,
  .column .block-addbysku .action.remove[disabled],
  fieldset[disabled] .column .block-addbysku .action.remove {
    color: #1979c3;
    opacity: 0.5;
    cursor: default;
    pointer-events: none;
    text-decoration: underline;
  }
  .products-grid .product-item {
    margin-bottom: 30px;
  }
  .product-item-actions {
    display: block;
  }
  .products-grid .product-item-actions {
    margin: 10px 0;
  }
  .product-item-actions .actions-primary + .actions-secondary &gt; * {
    white-space: normal;
  }
  .products-grid .product-item {
    width: 33.33333333%;
  }
  .page-products .products-grid .product-item,
  .page-layout-1column .products-grid .product-item,
  .page-layout-3columns .products-grid .product-item,
  .page-products.page-layout-1column .products-grid .product-item,
  .page-products.page-layout-3columns .products-grid .product-item {
    margin-left: 2%;
    padding: 0;
    width: calc((100% - 4%) / 3);
  }
  .page-products .products-grid .product-item:nth-child(3n + 1),
  .page-layout-1column .products-grid .product-item:nth-child(3n + 1),
  .page-layout-3columns .products-grid .product-item:nth-child(3n + 1),
  .page-products.page-layout-1column .products-grid .product-item:nth-child(3n + 1),
  .page-products.page-layout-3columns .products-grid .product-item:nth-child(3n + 1) {
    margin-left: 0;
  }
  .multicheckout .actions-toolbar .secondary {
    float: none;
    margin-top: 11px;
    text-align: right;
  }
  .multicheckout .actions-toolbar .secondary .action {
    margin-left: 10px;
  }
  .multicheckout .actions-toolbar .secondary .action.back {
    display: block;
    float: left;
  }
  .multicheckout .item-options {
    margin: 20px 0 0;
  }
  .multicheckout .block-content .box {
    margin-bottom: 0;
  }
  .multicheckout .block-shipping .box {
    float: left;
    width: 25%;
  }
  .multicheckout .block-shipping .box-shipping-method {
    padding-left: 25px;
    padding-right: 25px;
    width: 50%;
  }
  .multicheckout .block-shipping .box-shipping-method .fieldset .field:before {
    display: none;
  }
  .multicheckout .block-billing .box-billing-address {
    float: left;
    width: 25%;
  }
  .multicheckout .block-billing .box-billing-method {
    float: left;
    padding-left: 25px;
    width: 50%;
  }
  .multicheckout.form.address .table-wrapper .applicable {
    margin: 7px 0 0;
  }
  .multicheckout.order-review .box-items {
    clear: left;
    float: none;
    padding-top: 40px;
    width: auto;
  }
  .multicheckout.order-review .col.item {
    width: 75%;
  }
  .multicheckout .methods-payment .item-content &gt; .fieldset {
    width: auto;
  }
  .multicheckout .methods-payment .item-content &gt; .fieldset .field.cvv {
    display: inline-block;
    width: auto;
  }
  .multicheckout .methods-payment .fieldset &gt; .field:not(.choice) &gt; .label {
    float: none;
    margin-bottom: 8px;
    text-align: left;
    width: auto;
  }
  .multicheckout .methods-payment .fieldset &gt; .field:not(.choice):not(.cvv) .control {
    width: 100%;
  }
  .review-form {
    max-width: 500px;
  }
  .review-ratings {
    float: left;
    margin-bottom: 0;
    max-width: 240px;
  }
  .review-ratings ~ .review-content,
  .review-ratings ~ .review-details {
    margin-left: 280px;
  }
  .review-toolbar {
    margin: 0 0 30px;
  }
  .review-toolbar .pages {
    padding: 30px 0;
  }
  .fieldset .review-legend.legend {
    margin-bottom: 30px;
  }
  .review-item {
    padding: 30px 0;
  }
  .review-title {
    margin: 0 0 30px;
  }
  .wishlist-index-index .products-grid .product-item {
    margin-bottom: 20px;
  }
  .wishlist-index-index .products-grid .product-item-actions {
    margin: 0;
  }
  .block.widget .products-grid .product-item,
  .page-layout-1column .block.widget .products-grid .product-item,
  .page-layout-3columns .block.widget .products-grid .product-item {
    width: 33.33333333%;
  }
  .page-layout-1column .block.widget .products-grid .product-item {
    margin-left: 2%;
    width: calc((100% - 4%)/3);
  }
  .page-layout-1column .block.widget .products-grid .product-item:nth-child(3n + 1) {
    margin-left: 0;
  }
}
.page-products .toolbar .limiter {
  display: block;
}
.products.wrapper ~ .toolbar .limiter {
  display: none;
}
.mobile-menu {

    /* display: block !important; */
    z-index: 9;
    position: relative;
    left: 0px;
    top: -100px;
    width: 100%;

}
@media all and (max-width: 768px) {
 #header-nav {
    padding: 5px 0;
/*    position: absolute;
*/    z-index: 9;
    width: 100%;
    display: none;
  }
  #header-cart {
    position: absolute;
    top: 37px;
    width: 100%;
    top: 147px;
  }
  .minicart-wrapper {
    position: static !important;
  }
  .minicart-content-wrapper {
    width: 100% !important;
  }
  .minicart-wrapper {
    /*width: 100%;*/
  }
  .minicart-wrapper .action.showcart .counter.qty {
    margin: 3px -10px 0;
  }
  .toolbar-sorter {
    display: inline-block;
    float: left !important;
  }
  .modes {
    float: right;
    display: inline-block !important;
}
.products-grid .product-info {
    position: relative;
    height: 100px;
}
.product-info h2.product-name a {
    font-size: 16px;
  }

  .count-container {
    width: 100%;
    float: right;
    display: block !important;
    margin-top: 4px;
}
.top-amount {
  float: right;
}
.field.limiter {
  float: right;
}
.catalog-pager {
  float: left;
}
.catalog-product-view .add-to-cart-buttons {
  width: 100%;
  margin-top: 10px;
  margin-bottom: 10px;
}
.catalog-product-view .number {
  border: 1px solid;
}
.foot-top-msg {
  padding: 10px;
}
#shipping-zip-form .control .input-text {
  width: 100%;
}
#shipping-zip-form .control .select {
  width: 70%;
}
}
@media all and (min-width: 588px) {
 .promo-box {
  width: 30%;
 }
}
@media all and (max-width: 600px) {
 .promo-block .promo-box h2 {
  font-size: 18px;
 }
 .foot-rightbox {
      width: 100%;
    padding: 20px;
 }
}
@media all and (max-width: 476px) { 
  .sorter-options {
    width: 100px;
}

}

@media all and (max-width: 477px) {
.cms-index-index .best-seller {
    border-top: 1px solid #ccc;
    margin-top: 15px;
    padding-top: 15px;
  }
  .flexslider_testimonial_home {
    min-height: 100px !important;
    padding-top: 15px !important;
    padding-bottom: 15px !important;
  }
  .promo-block {
    padding-left: 9%;
  }
  }
  @media all and (max-width: 414px) {
 .promo-block {
    padding-left: 40px;
  }
  .promo-box a {
    background: url(../../frontend/Lucia/default/en_US/images/view-btn-bg.png) center 13px no-repeat;
    display: inline-block;
    margin-top: 10px;
    width: 100%;
    text-align: center;
    line-height: 34px;
  }  
}
@media all and (max-width: 375px) { 
  .promo-block {
    padding-left: 6%;
}
.product-info h2.product-name a {
    font-size: 13px;
}
.price-box .price {
    color: #c20f24;
    font-size: 12px !important;
}
}
@media all and (max-width: 320px) { 
  .promo-block {
    padding-left: 8px;
}
.cms-index-index .top-container {
    padding-left: 0px;
    padding-right: 0px;
}

}
.catalog-category-view .page-title-wrapper h1, .customer-account-login .page-title-wrapper h1 {
    color: rgb(255, 255, 255);
    line-height: 30px;
    font-family: 'Lora';
    font-size: 16px;
    font-weight: 700;
    font-style: italic;
    background-color: rgb(194, 15, 36);
    text-transform: capitalize;
    text-indent: 10px;
    border-bottom: none;
    border-radius: 4px;
    padding-bottom: 3px;
    margin-bottom: 15px;
 }
 .action.primary.checkout, .action.primary, .action.primary:hover {
    background-image: none;
    background: #c20f24;
    border: 1px solid #c20f24;
    color: #ffffff;
    cursor: pointer;
    display: inline-block;
    font-family: 'Lora';
    font-weight: 700;
    padding: 7px 15px;
    font-size: 1.4rem;
    box-sizing: border-box;
    vertical-align: middle;
}

/** * Magento * * NOTICE OF LICENSE * * This source file is subject to the Academic Free License (AFL 3.0) * that is bundled with this package in the file LICENSE_AFL.txt. * It is also available through the world-wide-web at this URL: * http://opensource.org/licenses/afl-3.0.php * 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-2014 X.commerce, Inc. (http://www.magento.com) * @license     http://opensource.org/licenses/afl-3.0.php  Academic Free License (AFL 3.0) *//*! 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: Lora;  /* 1 */  -webkit-text-size-adjust: 100%;  /* 2 */  -ms-text-size-adjust: 100%;  /* 2 */}/* * Removes default margin. */body {  margin: 0;}/* ==========================================================================   Links   ========================================================================== *//* * Addresses `outline` inconsistency between Chrome and other browsers. */a:focus {  outline: thin dotted;}/* * Improves readability when focused and also mouse hovered in all browsers. */a:active,a:hover {  outline: 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 {  -webkit-box-sizing: border-box;  -moz-box-sizing: border-box;  box-sizing: border-box;  margin: 0;  padding: 0;}html {  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);  /* 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,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-size: 12px;    font-style: italic;}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;}/* ============================================ * * Base Styles * ============================================ */@-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,table,textarea {  font-family: "Lora";  color: #636363;  font-size: 14px;  line-height: 1.5;}a {  color: #c20f24;  text-decoration: none;}a:hover {  color: #941818;  text-decoration: underline;}a:focus {  outline-color: #3091c2;  color: #143d52;}ol,ul {  list-style: none;  margin: 0;  padding: 0;}/* ============================================ * * Typography * ============================================ */h1, .h1 {  margin: 0;  margin-bottom: 0.7em;/*  color: #3399cc;*/  font-family: "Lora";  font-size: 28px;  font-weight: 400;  font-style: normal;  line-height: 1.2;  text-rendering: optimizeLegibility;  text-transform: uppercase;}h2, .h2 {  margin: 0;  margin-bottom: 0.5em;  color: #636363;  font-family: "Lora";  font-size: 24px;  font-weight: 400;  font-style: normal;  line-height: 1.2;  text-rendering: optimizeLegibility;  text-transform: uppercase;}h3, .h3 {  margin: 0;  margin-bottom: 10px;  color: #636363;  font-family: Lora;  font-size: 18px;  font-weight: 400;  font-style: normal;  line-height: 1.4;  text-rendering: optimizeSpeed;  text-transform: uppercase;}h4, .h4 {  margin: 0;  margin-bottom: 10px;  color: #636363;  font-family: Lora;  font-size: 14px;  font-weight: bold;  font-style: normal;  line-height: 1.4;  text-rendering: optimizeSpeed;  text-transform: uppercase;}h5, .h5 {  margin: 0;  margin-bottom: 10px;  color: #636363;  font-family: Lora;  font-size: 13px;  font-weight: bold;  font-style: normal;  line-height: 1.4;  text-rendering: optimizeSpeed;  text-transform: uppercase;}h6, .h6 {  margin: 0;  margin-bottom: 5px;  color: #636363;  font-family: Lora;  font-size: 12px;  font-weight: bold;  font-style: normal;  line-height: 1.4;  text-rendering: optimizeSpeed;  text-transform: uppercase;}/* ============================================ * * Shared Classes * ============================================ */.address-list address {  margin-bottom: 1em;}.availability {  margin-bottom: 0;  font-size: 13px;  text-transform: uppercase;}.availability .label {  display: none;}.availability.in-stock {  color: #11b400;}.availability.available-soon,.availability.out-of-stock {  color: #df280a;}.availability-only {  color: #df280a;  margin-bottom: 10px;}/* -------------------------------------------- * * Page Titles */.page-title h1,.page-title h2,.product-name h1,.catalog-product-view .page-title .base {  text-transform: uppercase;  font-size: 24px;  font-weight: 600;  color: #636363;  border-bottom: 1px solid #ededed;  padding-bottom: 3px;  margin-bottom: 15px;  text-transform: uppercase;}/* -------------------------------------------- * * Block Module */.block,.col-left-first {  margin-bottom: 20px;}.col-left-first .block:last-of-type {  margin-bottom: 0;}.block-title {  position: relative;  padding: 10px 0 0;  margin-bottom: 5px;  border-top: 1px solid #cccccc;}.block-title h2,.block-title h3,.block-title strong {  margin: 0;  margin-bottom: 10px;  font-family: Lora;  font-size: 14px;  font-weight: bold;  font-style: normal;  line-height: 1.4;  text-rendering: optimizeSpeed;  text-transform: uppercase;  margin-bottom: 0;  text-transform: uppercase;  font-weight: 600;}.block-title small {  font-size: 100%;  font-weight: normal;  color: #a0a0a0;}body:not(.customer-account) .block:first-child .block-title {  border-top: none;  padding-top: 0;}.block-subtitle {  font-weight: bold;  margin-bottom: 7px;}.block-content {  margin-top: 5px;}.block-content.unpad {  padding: 0;}.block-content li.item {  margin: 0 0 10px 9px;}.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;}@media only screen and (max-width: 770px) {  .sidebar .block:not(.block-layered-nav) {    margin-bottom: 0;  }  .sidebar .block:not(.block-layered-nav) .block-title {    padding: 0;    margin-top: 0;    border-bottom: none;    border-top: none;    margin-bottom: 0;  }  .sidebar .block:not(.block-layered-nav) .block-title &gt; strong {    margin: 0;    margin-bottom: 10px;    color: #636363;    font-family: Lora;    font-size: 14px;    font-weight: bold;    font-style: normal;    line-height: 1.4;    text-rendering: optimizeSpeed;    text-transform: uppercase;    -moz-user-select: none;    -ms-user-select: none;    -webkit-user-select: none;    -o-user-select: none;    user-select: none;    font-weight: normal;    margin-bottom: 0px;    padding: 7px 10px 7px 24px;    border-width: 1px;    border-style: solid;    border-color: #cccccc;    position: relative;    background-color: #f4f4f4;    display: block;    width: 100%;    cursor: pointer;    border-bottom: 0;  }  .sidebar .block:not(.block-layered-nav) .block-title &gt; strong:after {    content: '';    position: absolute;    width: 0;    height: 0;    display: block;    border-top: 4px solid transparent;    border-bottom: 4px solid transparent;    border-left: 4px solid #3399cc;    border-right: none;    left: 10px;    top: 50%;    margin-top: -3px;  }  .sidebar .block:not(.block-layered-nav) .block-title &gt; strong:hover {    background-color: #ececec;  }  .sidebar .block:not(.block-layered-nav) .block-title.active &gt; strong {    margin: 0;    margin-bottom: 10px;    color: #636363;    font-family: Lora;    font-size: 14px;    font-weight: bold;    font-style: normal;    line-height: 1.4;    text-rendering: optimizeSpeed;    text-transform: uppercase;    -moz-user-select: none;    -ms-user-select: none;    -webkit-user-select: none;    -o-user-select: none;    user-select: none;    font-weight: normal;    margin-bottom: 0px;    padding: 7px 10px 7px 24px;    border-width: 1px;    border-style: solid;    border-color: #cccccc;    position: relative;    background-color: #f4f4f4;  }  .sidebar .block:not(.block-layered-nav) .block-title.active &gt; strong:after {    content: '';    position: absolute;    width: 0;    height: 0;    display: block;    border-right: 4px solid transparent;    border-left: 4px solid transparent;    border-top: 4px solid #3399cc;    border-bottom: none;    left: 10px;    top: 50%;    margin-top: -3px;  }  .sidebar .block:not(.block-layered-nav) .block-title.active &gt; strong:hover {    background-color: #ececec;  }  .sidebar .block:not(.block-layered-nav) .block-content {    padding: 10px;    margin-top: 0;    border-width: 0 1px;    border-style: solid;    border-color: #cccccc;  }  .sidebar .block:last-of-type {    border-bottom: 1px solid #cccccc;  }}/* -------------------------------------------- * * Secondary Navigation */.block-account .block-title,.block-cms-menu .block-title {  padding-top: 0;  border-top: none;}.block-account li,.block-cms-menu li {  text-transform: uppercase;  font-family: Lora;  margin: 7px 0;}.block-account li strong,.block-cms-menu li strong {  font-weight: 400;  color: #3399cc;}.block-account li a,.block-cms-menu li a {  color: #636363;}.block-account li a:hover,.block-cms-menu li a:hover {  color: #3399cc;}/* ============================================ * * Buttons * ============================================ *//* Secondary Buttons */.cart .buttons-set .button,.cart-table .button,.sidebar .actions .button,.button.button-secondary {  background: #dddddd;  color: #636363;  padding: 7px 15px;}.cart .buttons-set .button:hover,.cart-table .button:hover,.sidebar .actions .button:hover,.button.button-secondary:hover {  background: #d0d0d0;  cursor: pointer;}.cart .buttons-set .button:active,.cart-table .button:active,.sidebar .actions .button:active,.button.button-secondary:active {  background: #c4c4c4;  color: #636363;}.cart .buttons-set .button:focus,.cart-table .button:focus,.sidebar .actions .button:focus,.button.button-secondary:focus {  color: #636363;  background: #c4c4c4;  outline: none;}.sidebar .actions button.button {  white-space: normal;}/* Primary Buttons */.button,.cart-table .product-cart-actions .button,#co-shipping-method-form .buttons-set .button,.footer .button {  background: #b31b1b;  display: inline-block;  padding: 7px 15px;  border: 0;  color: #363636;  font-size: 13px;  font-family: "Philosopher",sans-serif;  font-style: italic;  line-height: 19px;  text-align: center;  vertical-align: middle;  white-space: nowrap;  border-radius:4px; moz-border-radius:4px; webkit-border-radius:4px;}.button:hover,.cart-table .product-cart-actions .button:hover,#co-shipping-method-form .buttons-set .button:hover,.footer .button:hover {  color:#fff;  cursor: pointer;}.button:active,.cart-table .product-cart-actions .button:active,#co-shipping-method-form .buttons-set .button:active,.footer .button:active {  background: #c20f24;  color: #FFFFFF;}.button:focus,.cart-table .product-cart-actions .button:focus,#co-shipping-method-form .buttons-set .button:focus,.footer .button:focus {  background-color: #b3061b;  outline: none;  color: #FFFFFF;}a.button {  text-decoration: none;}a.button:hover {  color: #FFFFFF;}/* Disabled - class for anchor, state for form elements */.button.disabled,.button:disabled {  background: #C8C8C8;  opacity: 0.6;  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:focus {  outline: none;}.button2 span,.button2 span span {  line-height: 30px;  height: 30px;  text-decoration: underline;  text-transform: uppercase;  display: inline-block;  color: #c20f24;  font-family: Lora;}.button2 span:hover,.button2 span span:hover {  text-decoration: none;  color: #246b8f;}@media only screen and (max-width: 770px) {  .col2-set .buttons-set .button,  .col2-set .buttons-set .button2 {    float: none;    width: 100%;    margin-left: 0;    margin-right: 0;  }  .col2-set .buttons-set .back-link {    display: none;  }  .col2-set .buttons-set .required {    display: none;  }}@media only screen and (max-width: 479px) {  .buttons-set .button {    float: none;    width: 100%;    margin-left: 0;    margin-right: 0;    margin-bottom: 7px;  }  .buttons-set .back-link {    display: none;  }  .buttons-set .required {    display: none;  }}/* -------------------------------------------- * * Paypal Button */.paypal-logo.paypal-after {  float: left;}.paypal-after .paypal-or {  float: left;}.paypal-or {  line-height: 34px;  margin: 0px 10px 5px;}.paypal-after .paypal-button {  float: left;}.paypal-button {  line-height: 0px;}.paypal-button img {  display: inline;}@media only screen and (max-width: 740px) {  .paypal-or {    line-height: 20px;  }  .paypal-logo,  .paypal-or,  .paypal-button {    text-align: center;    width: 100%;    display: block;    margin-right: 0;    margin-left: 0;    float: none;  }}/* -------------------------------------------- * * Button Sets */.buttons-set {  clear: both;  margin: 10px 0 0;  padding-top: 10px;  border-top: 1px solid #ededed;  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: 33px;}.buttons-set a:not(.button) {  line-height: 20px;  display: inline-block;  padding: 5px;}.buttons-set button.button {  float: right;  margin-left: 5px;  min-width: 140px;}.buttons-set:after {  content: '';  display: table;  clear: both;}/* -------------------------------------------- * * Icons */.icon-sprite, .btn-remove2, .ratings .rating-box, .ratings .rating-box .rating, .sorter &gt; .sort-by .sort-by-switcher, .sorter &gt; .view-mode .grid,.sorter &gt; .view-mode .list, .skip-nav .icon, .skip-search .icon, #search_mini_form .search-button:before, .skip-account .icon, .skip-cart .icon, .catalog-product-view .sharing-links a, .review-summary-table .rating-box .rating-number:after, .ratings-table .rating-box, .ratings-table .rating-box .rating {  background-image: url(../../frontend/Lucia/default/en_US/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, .btn-remove2, .ratings .rating-box, .ratings .rating-box .rating, .sorter &gt; .sort-by .sort-by-switcher, .sorter &gt; .view-mode .grid,  .sorter &gt; .view-mode .list, .skip-nav .icon, .skip-search .icon, #search_mini_form .search-button:before, .skip-account .icon, .skip-cart .icon, .catalog-product-view .sharing-links a, .review-summary-table .rating-box .rating-number:after, .ratings-table .rating-box, .ratings-table .rating-box .rating {    background-image: url(../../frontend/Lucia/default/en_US/images/icon_sprite@2x.png);    background-size: 100px 1000px;  }}/* -------------------------------------------- * * Breadcrumbs */.breadcrumbs {  overflow: hidden;  margin:15px 0;}.breadcrumbs li {  float: left;  font-size: 12px;  font-family: Lora;  text-transform: uppercase;}.breadcrumbs a {  float: left;  color: #636363;}.breadcrumbs a:hover {  color: #b3061b;}.breadcrumbs strong {  color: #636363;  font-weight: normal;}.breadcrumbs span {  float: left;  padding: 0 7px;}@media only screen and (max-width: 770px) {  .breadcrumbs {    display: none;  }}/* -------------------------------------------- * * Button - Remove / Previous */.btn-remove,.btn-previous {  display: inline-block;  width: 20px;  height: 20px;  border: 1px solid #ededed;  text-align: center;  /* Hide text */  font: 0/0 a;  text-shadow: none;  color: transparent;  position: relative;}.btn-remove:hover,.btn-previous:hover {  background-color: #3399cc;  border-color: #3399cc;}.btn-remove:after {  content: 'X';  color: #3399cc;  height: 20px;  line-height: 20px;  width: 100%;  font-size: 10px;  font-family: Arial, Lora;  font-weight: bold;}.btn-remove:hover:after {  color: #FFFFFF;  text-decoration: none;}.btn-remove2 {  background-position: 4px -648px;  border: none;  vertical-align: top;}.btn-remove2:after {  display: none;}.btn-remove2:hover {  background-color: transparent;  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);  opacity: 0.8;}.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 #3399cc;  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 white;  border-left: none;}.block-layered-nav .currently .btn-remove,.block-layered-nav .currently .btn-previous,.mini-products-list .btn-remove,.mini-products-list .btn-previous,#compare-items .btn-remove,#compare-items .btn-previous {  float: right;  margin-left: 6px;}/* -------------------------------------------- * * Checkout Agreements */.checkout-agreements li {  margin-bottom: 20px;}.checkout-agreements .agreement-content {  overflow-y: auto;  max-width: 670px;  max-height: 125px;  margin-bottom: 10px;  padding: 10px;  border: 1px solid #cccccc;  background: #f4f4f4;}/* -------------------------------------------- * * CVV Security Code */.cvv-what-is-this {  margin-left: 10px;  font-size: 13px;  line-height: 24px;}/* -------------------------------------------- * * Container */.main-container,.footer-container {  position: relative;  padding:0 !important;}.main{max-width: 960px;  margin: 0 auto; /* padding: 15px;*/}.main-container:after,.footer-container:after {  content: '';  display: table;  clear: both;}@media only screen and (min-width: 480px) {  .main-container,  .footer-container {    padding: 30px;  }element.style {}@media only screen and (min-width: 480px).products-grid &gt; li:nth-child(3n+1) {    clear: left;}@media only screen and (min-width: 480px).products-grid &gt; li:nth-child(odd) {    clear: none;}.products-grid &gt; li:nth-child(odd) {    clear: left;}.products-grid .product-items .product-item {    margin-right: 3.7037%;    padding: 10px;    background-color: #f8f8f8;    border: 1px solid #dcd9d9;}}.footer-container {  padding-top: 14px !important;  background:url(../../frontend/Lucia/default/en_US/images/footer-top-shadow.png) left top repeat-x;  margin-top:5%;}}/* -------------------------------------------- * * Column Layouts */.main:after,.col-wrapper:after {  content: '';  display: table;  clear: both;}.col-left,.col-right,.col-main {  padding: 0 10px;}.col-left {  float: left;  width: 25%;  padding-left: 0;  /* Remove the 15px padding */  clear: left;}.col-left img {  max-width: 100%;}.col-right {  float: right;  width: 25%;  padding-right: 0;  /* Remove the 15px padding */}.col-right img {  max-width: 100%;}.col-main {  float: left;  width: 75%;}.col1-layout .col-main {  float: none;  width: auto;  padding: 0;  border:1px solid #d7d4d4;  border-radius:5px;  moz-border-radius:5px;  webkit-border-radius:5px;  padding:20px;  /* Remove the 15px padding */}.col2-left-layout .col-main {  float: right;  padding-right: 0;  /* Remove the 15px padding */}.col2-right-layout .col-main {  padding-left: 0;  /* Remove the 15px padding */}.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: 1000px) {  .col3-layout .col-right {    float: left;    clear: left;    padding-left: 0;    padding-right: 10px;    width: 25%;  }  .col3-layout .col-wrapper {    float: right;    width: 100%;  }  .col3-layout .col-wrapper .col-main {    float: right;    width: 75%;  }  .col3-layout .col-wrapper .col-left {    width: 25%;  }}@media only screen and (max-width: 770px) {  .col-left,  .col-right,  .col-main,  .col1-layout .col-left,  .col1-layout .col-right,  .col1-layout .col-main,  .col2-left-layout .col-left,  .col2-left-layout .col-right,  .col2-left-layout .col-main,  .col2-right-layout .col-left,  .col2-right-layout .col-right,  .col2-right-layout .col-main,  .col3-layout .col-wrapper .col-left,  .col3-layout .col-right,  .col3-layout .col-wrapper .col-main {    padding: 0;    margin-bottom: 10px;    float: none;    width: auto;  }  .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 */.col2-set {  width: 100%;}.col2-set .col-1,.col2-set .col-2 {  width: 50%;  padding: 20px;}@media only screen and (max-width: 770px) {  .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;}/* -------------------------------------------- * * Top Container */@media only screen and (min-width: 771px) {  .top-container {    /*max-width: 960px;    margin: 0 auto;    padding: 0;*/  }}/* -------------------------------------------- * * Global Site Notice */.global-site-notice {  background: #676157;  color: #e6e6e6;  font-size: 11px;}.global-site-notice .notice-inner {  padding-left: 120px;  width: 100%;  max-width: 1200px;  margin-left: auto;  margin-right: auto;  line-height: 11px;  min-height: 40px;  padding-top: 14.5px;  padding-bottom: 14.5px;  background-image: url("../../frontend/Lucia/default/en_US/images/demo-logo.png");  background-position: left;  background-repeat: no-repeat;}.global-site-notice p {  margin-bottom: 0;}/* -------------------------------------------- * * Promotional Message Banner */.promo-msg {  color: #3399cc;  text-align: center;  margin: 10px;  text-transform: uppercase;  font-family: Lora;}/* -------------------------------------------- * * Grid */.grid:after {  content: '';  display: table;  clear: both;}/* -------------------------------------------- * * Messages */.success {  color: #11b400;}.error {  color: #df280a;  font-weight: bold;}.notice {  color: #e26703;  font-weight: bold;}/* -------------------------------------------- * * Messages */.messages {  margin-bottom: 10px;}.messages li li {  position: relative;  margin-bottom: 5px;  padding: 7px 10px 7px 20px;  background: #f4f4f4;  font-size: 15px;}.messages li li:before {  top: 50%;  left: 0;  margin-top: -6px;}.messages .error-msg li {  color: black;  border-left: 5px solid #df280a;  background-color: #faebe7;}.messages .error-msg li:before {  content: '';  position: absolute;  width: 0;  height: 0;  display: block;  border-top: 6px solid transparent;  border-bottom: 6px solid transparent;  border-left: 6px solid #df280a;  border-right: none;}.messages .notice-msg li {  color: black;  border-left: 5px solid #e26703;  background-color: #f9ebe6;}.messages .notice-msg li:before {  content: '';  position: absolute;  width: 0;  height: 0;  display: block;  border-top: 6px solid transparent;  border-bottom: 6px solid transparent;  border-left: 6px solid #e26703;  border-right: none;}.messages .success-msg li {  color: black;  border-left: 5px solid #11b400;  background-color: #b2f0ab;}.messages .success-msg li:before {  content: '';  position: absolute;  width: 0;  height: 0;  display: block;  border-top: 6px solid transparent;  border-bottom: 6px solid transparent;  border-left: 6px solid #11b400;  border-right: none;}.checkout-cart-index .messages .success-msg li {  color: #f0f0f0;  border-left: 5px solid #7b0c0f;  background-color: #b11c20;}.checkout-cart-index  .messages .success-msg li:before {  content: '';  position: absolute;  width: 0;  height: 0;  display: block;  border-top: 6px solid transparent;  border-bottom: 6px solid transparent;  border-left: 6px solid #7b0c0f;  border-right: none;}@media only screen and (min-width: 915px) {  .order-list-grid .col-1 {    width: 30%;  }  .order-list-grid .col-2 {    width: 50%;    padding-right: 20px;  }  .order-list-grid .col-3 {    clear: none;    width: 20%;    padding-top: 0;  }}/* -------------------------------------------- * * Page Popup */.page-popup {  padding: 20px;  background: #FFFFFF;  height: auto;}.page-popup h1 {  margin: 0 0 0.5em;  font-size: 36px;}/* -------------------------------------------- * * Payment Methods */.payment-methods {  margin-bottom: 20px;}.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 #cccccc;  background: #f4f4f4;}.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 #cccccc;  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 #f4f4f4;  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 {  float: left;  margin-right: 5px;  width: 24px;}/* -------------------------------------------- * * Price Box - Standard */.price-box {  margin: 7px 0;  font-family: Lora;}.price-box p {  margin-bottom: 0;}.price-notice {  color: #a0a0a0;}.price-box .price {  color: #c20f24;  font-size: 16px;}.price-box .price,.price {  font-family: Lora;}.price-box .price-label {  color: #a0a0a0;  white-space: nowrap;  font-family: Lora;}.price-box .minimal-price-link {  padding-left: 1em;  color: #3399cc;  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 {  color: #a0a0a0;  text-decoration: line-through;}.price-box .special-price {  color: #3399cc;  padding-left: 1em;}.price-box .special-price .price-label {  color: #D84D3C;}/* -------------------------------------------- * * 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;  padding: 4px 8px;  background: #FBF4DE;  border: 1px solid #E2D4C7;  margin-top: 7px;}.product-pricing li,.tier-prices li,.tier-prices-grouped li {  font-size: 12px;}.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 {  font-size: 14px;  font-family: Lora;}.item-options:after {  content: '';  display: table;  clear: both;}.item-options dt {  float: left;  clear: left;  font-weight: 600;  padding-right: 5px;  font-style: italic;}.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 #3399cc;  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 #3399cc;  border-top: none;  left: 97px;  top: -7px;}.truncated .truncated_full_value .item-options &gt; p {  font-weight: bold;  text-transform: uppercase;  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;  padding: 0px 3px 3px;}.add-to-links .separator {  display: none;}/* -------------------------------------------- * * Product Image */.product-image,.no-touch .product-img-box .product-image:not(.zoom-available):hover {  position: relative;  display: block;  border: 1px solid #ededed;}@media only screen and (max-width: 770px) {  body .product-img-box .product-image:hover {    border-color: #ededed;  }}.no-touch .product-image:hover {  border-color: #3399cc;}/* -------------------------------------------- * * Ratings */.ratings {  margin: 7px 0;}.ratings .rating-box,.ratings .rating-links {  margin: 5px 0;}.ratings .rating-box {  width: 65px;  height: 13px;  background-repeat: repeat-x;  background-position: 0 -615px;  overflow: hidden;}.ratings .rating-box .rating {  float: left;  height: 13px;  background-repeat: repeat-x;  background-position: 0 -600px;}.ratings .amount {  display: block;  margin: 5px auto;}.ratings .rating-links .separator {  margin: 0 3px;}/* -------------------------------------------- * * Standard Formatted Text Block */.std p {  margin: 0 0 1em;}.std ol {  list-style: decimal outside;  margin-bottom: 1.5em;}.std ol li {  margin-left: 2em;}.std ul {  list-style: disc inside;  margin-bottom: 1.5em;}.std ul li { /* margin-left: 2em;*/}.std .note {  color: #a0a0a0;  font-size: 13px;}/* -------------------------------------------- * * Tabs */.tabs {  margin-bottom: 10px;  background: #FFFFFF;}/* -------------------------------------------- * * Toolbar */.toolbar {  margin-top: 10px;  margin-bottom: 15px;  border: 1px solid #cccccc;  background: #f4f4f4;  padding: 5px 10px 0px 10px;}.toolbar:after {  content: '';  display: table;  clear: both;}.pager-no-toolbar {  margin-bottom: 10px;}.pager-no-toolbar ~ .pager-no-toolbar {  margin-top: 10px;}.toolbar,.pager {  font-family: Lora;  color: #636363;  line-height: 30px;  font-size: 12px;}.toolbar label,.pager-no-toolbar label {  font-weight: normal;  text-transform: uppercase;}.sorter {  float: left;  margin-bottom: 5px;}.sorter label {  float: left;  margin-right: 5px;}.sorter label:after {  content: ':';}.sorter &gt; .sort-by {  float: left;  margin-right: 5px;  height: 30px;}.sorter &gt; .sort-by .sort-by-switcher {  width: 30px;  height: 30px;  display: inline-block;}.sorter &gt; .sort-by .sort-by-switcher--asc {  background-position: 4px -542px;}.sorter &gt; .sort-by .sort-by-switcher--asc:hover {  background-position: -46px -542px;}.sorter &gt; .sort-by .sort-by-switcher--desc {  background-position: 4px -567px;}.sorter &gt; .sort-by .sort-by-switcher--desc:hover {  background-position: -46px -567px;}.sorter &gt; .view-mode {  float: right;}.sorter &gt; .view-mode .grid,.sorter &gt; .view-mode .list {  float: left;  width: 30px;  height: 30px;}.sorter &gt; .view-mode .grid {  margin-right: 5px;  background-position: 8px -492px;}.sorter &gt; .view-mode strong.grid,.sorter &gt; .view-mode a.grid:hover {  background-position: -42px -492px;}.sorter &gt; .view-mode .list {  background-position: 11px -517px;}.sorter &gt; .view-mode strong.list,.sorter &gt; .view-mode a.list:hover {  background-position: -39px -517px;}.pager {  float: right;  overflow: hidden;}.count-container {  float: right;  /*width: 25%;*/  display: flex;  margin-top: 4px;}.pager .amount {  float: left;  font-family: Lora;  white-space: nowrap;  margin: 0 15px 0 0;}.pager .limiter {  float: left;  height: 30px;  line-height: 30px;}.pager .limiter &gt; label {  padding-right: 5px;}.pager .limiter &gt; label:after {  content: ':';}.pager .amount,.pager .limiter,.pager .pages {  margin-bottom: 5px;}.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;  font-size: 13px;  text-align: center;  text-transform: uppercase;  vertical-align: middle;  white-space: nowrap;  line-height: 30px;  width: 25px;  height: 30px;  padding: 0;  color: #c20f24;  font-family: Lora;}.pages .current,.pages .current:hover {  color: #636363;  border: 1px solid #cccccc;  width: 30px;  background-color: #FFFFFF;  cursor: default;}.pages .next,.pages .previous {  font: 0/0 a;  text-shadow: none;  color: transparent;  background-color: transparent;  position: relative;}.pages .next:hover,.pages .previous:hover {  border: 1px solid #1d1d1d;}.pages .next:before {  content: '';  position: absolute;  width: 0;  height: 0;  display: block;  border-top: 4px solid transparent;  border-bottom: 4px solid transparent;  border-left: 4px solid #c20f24;  border-right: none;  top: 50%;  margin-top: -3px;  left: 50%;  margin-left: -2px;}.pages .next:hover:before {  content: '';  position: absolute;  width: 0;  height: 0;  display: block;  border-top: 4px solid transparent;  border-bottom: 4px solid transparent;  border-left: 4px solid #246b8f;  border-right: none;}.pages .previous:before {  content: '';  position: absolute;  width: 0;  height: 0;  display: block;  border-top: 4px solid transparent;  border-bottom: 4px solid transparent;  border-right: 4px solid #c20f24;  border-left: none;  top: 50%;  margin-top: -3px;  left: 50%;  margin-left: -2px;}.pages .previous:hover:before {  content: '';  position: absolute;  width: 0;  height: 0;  display: block;  border-top: 4px solid transparent;  border-bottom: 4px solid transparent;  border-right: 4px solid #246b8f;  border-left: none;}@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: 770px) {  .col1-layout .sorter,  .col1-layout .pager {    width: 100%;  }  .col1-layout .pager {    float: left;    clear: both;  }  .col1-layout .pager .pages {    float: left;    margin-left: 0;  }  .col1-layout .pager .count-container {    float: right;  }}@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;  }  .col2-left-layout .pager .count-container,  .col2-right-layout .pager .count-container,  .col3-layout .pager .count-container {    float: right;  }}@media only screen and (max-width: 1279px) {  .toolbar .view-mode &gt; label {    display: none;  }}/* ============================================ * * 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 #3399cc;  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 #246b8f;  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 #3399cc;  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 #246b8f;  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;}.no-display {  display: none !important;}.nobr,.nowrap {  white-space: nowrap;}.width-full {  width: 100%;}/* ============================================ * * Custom Helpers * ============================================ */.hidden {  display: none;}/* ============================================ * * Print Styles * ============================================ */.page-print .print-head {  margin: 0 0 15px;}.page-print .print-head .logo {  float: none;  max-height: 50px;  width: auto;}/* ============================================ * * FORMS - COMMON * ============================================ *//* -------------------------------------------- * * Fieldsets */.fieldset p {  margin-bottom: 7px;}.fieldset p.required {  margin-bottom: 5px;  float: right;  font-size: 12px;  margin-top: 0px;}.fieldset + .fieldset {  margin-top: 5px;}form .legend {  margin: 0;  margin-bottom: 10px;  color: #c20f24;  font-family: Lora;  font-size: 18px;  font-weight: 400;  font-style: normal;  line-height: 1.4;  text-rendering: optimizeSpeed;  text-transform: uppercase;  margin-bottom: 15px;  padding-bottom: 7px;  border-bottom: 1px solid #ededed;}/* -------------------------------------------- * * Input Box */.input-box {  padding-top: 2px;}.input-box:after {  content: '';  display: table;  clear: both;}li.centinel-logos div.input-box img {  display: inline;  vertical-align: middle;}/* 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: 13px;  font-family: Lora;  font-weight: 600;  -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 {  content: ' *';  color: #df280a;  font-weight: normal;  font-family: Lora;  font-size: 12px;}label.required em,span.required em {  display: none;}/* -------------------------------------------- * * Hints */.input-hint {  color: #a0a0a0;  font-size: 12px;}/* -------------------------------------------- * * Select */select {  font-size: 14px;}select + select {  margin-left: 5px;}select[multiple] {  width: 270px;  border: 1px solid silver;  font-size: 15px;  padding: 5px;}/* -------------------------------------------- * * Textarea */textarea {  -webkit-box-sizing: border-box;  -moz-box-sizing: border-box;  box-sizing: border-box;  width: 100%;  max-width: 450px;  padding: 5px;}/* -------------------------------------------- * * Inputs */.input-text,.select {  -webkit-appearance: none;  -moz-appearance: none;  appearance: none;  -webkit-border-radius: 2px;  -moz-border-radius: 2px;  -ms-border-radius: 2px;  -o-border-radius: 2px;  border-radius: 2px;  border: 1px solid silver;  background: #FFFFFF;  font-size: 15px;}.select-option {  -webkit-appearance: none;  -moz-appearance: none;  appearance: none;  -webkit-border-radius: 2px;  -moz-border-radius: 2px;  -ms-border-radius: 2px;  -o-border-radius: 2px;  border-radius: 2px;  border: 1px solid silver;  background: #FFFFFF;  font-size: 15px;  width:365px;  max-width:100%;}.input-text:focus {  border: 1px solid #a00d1e;}.input-text.validation-failed {  border-color: #df280a;}.input-text.validation-failed:focus {  outline-color: #ef9384;}input[type=email],input[type=search],input[type=number],input[type=password],input[type=tel],input[type=text] {  height: 30px;  padding: 0 8px;}input[type=email],input[type=search],input[type=number],input[type=tel],input[type=password],input[type=text] {  width: 365px;  max-width: 100%;}.customer-account-create input[type=email],.customer-account-create input[type=password]{  width: 100% !important;}/* Only show on iPhones (not iPads or any other device) */@media only screen and (max-device-width: 568px) and (-webkit-min-device-pixel-ratio: 0) {  input[type=email],  input[type=search],  input[type=number],  input[type=password],  input[type=tel],  input[type=text],  select {    font-size: 16px;    /* Prevent from zooming on focus */  }}.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;}/* -------------------------------------------- * * 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: 14px;  font-weight: normal;  vertical-align: top;}/* -------------------------------------------- * * Validation */p.required,.validation-advice {  margin: 5px 0 0;  color: #df280a;  font-size: 13px;}/* ============================================ * * Form List * ============================================ */.form-list &gt; li {  margin-bottom: 10px;}.form-list select{  margin-top: 4px;  width: 365px;  max-width: 100%;}.select-option select {border:none; padding:5px; margin:0;}.form-list .input-range .input-text {  width: 74px;}.form-list .field,.form-list .wide,.form-list .control {  margin-bottom: 10px;}/* Turn the label of controls (radio/checkbox) into a button style that wraps the input */.form-list .control,.sp-methods dt,#checkout-shipping-method-load .sp-methods dd,#co-shipping-method-form .sp-methods dd,.product-options ul.options-list {  /* When a label is next to an input that is set to not display, we should style the label in a non-clickable state */}.form-list .control div.input-box,.sp-methods dt div.input-box,#checkout-shipping-method-load .sp-methods dd div.input-box,#co-shipping-method-form .sp-methods dd div.input-box,.product-options ul.options-list div.input-box {  display: inline;  float: left;}.form-list .control div.input-box:after,.sp-methods dt div.input-box:after,#checkout-shipping-method-load .sp-methods dd div.input-box:after,#co-shipping-method-form .sp-methods dd div.input-box:after,.product-options ul.options-list div.input-box:after {  display: none;}.form-list .control input.radio,.form-list .control input.checkbox,.sp-methods dt input.radio,.sp-methods dt input.checkbox,#checkout-shipping-method-load .sp-methods dd input.radio,#checkout-shipping-method-load .sp-methods dd input.checkbox,#co-shipping-method-form .sp-methods dd input.radio,#co-shipping-method-form .sp-methods dd input.checkbox,.product-options ul.options-list input.radio,.product-options ul.options-list input.checkbox {  float: left;  margin-right: -40px;  margin-top: 10px;  margin-left: 15px;}.form-list .control label,.sp-methods dt label,#checkout-shipping-method-load .sp-methods dd label,#co-shipping-method-form .sp-methods dd label,.product-options ul.options-list label {  color: #636363;  background-color: #f4f4f4;  padding: 5px 10px;  display: inline-block;  width: auto;  max-width: none;  min-width: 250px;  float: none;  padding: 6px 10px 6px 40px;}.form-list .control label:hover,.sp-methods dt label:hover,#checkout-shipping-method-load .sp-methods dd label:hover,#co-shipping-method-form .sp-methods dd label:hover,.product-options ul.options-list label:hover {  background-color: #ececec;}.form-list .control .no-display + label,.sp-methods dt .no-display + label,#checkout-shipping-method-load .sp-methods dd .no-display + label,#co-shipping-method-form .sp-methods dd .no-display + label,.product-options ul.options-list .no-display + label {  padding-left: 10px;  background-color: transparent;}.form-list .control .no-display + label:hover,.sp-methods dt .no-display + label:hover,#checkout-shipping-method-load .sp-methods dd .no-display + label:hover,#co-shipping-method-form .sp-methods dd .no-display + label:hover,.product-options ul.options-list .no-display + label:hover {  background-color: transparent;}.product-options ul.options-list label,.col2-set .form-list .control label {  min-width: inherit;  width: 250px;  max-width: 100%;}.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-family: Georgia, Times, "Times New Roman", serif;  font-size: 13px;  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 {  background: #f4f4f4;  text-transform: uppercase;  font-family: Lora;  line-height: 1.4;  white-space: nowrap;}.data-table thead th,.data-table tbody td {  border-bottom: 1px solid silver;}.data-table tbody td,.data-table tfoot td {  font-family: Georgia, Times, "Times New Roman", serif;}.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 silver;  padding: 12px 15px;  margin: 0 0 15px;}.info-box h2 {  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 silver;}.zebra-table td,.zebra-table th {  border-bottom: 1px solid silver;  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;    border-bottom: 1px solid #cccccc;  }  .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;    font-family: Lora;    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;    border-bottom: 1px solid #cccccc;  }  .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;    font-family: Lora;    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;  }}/* ============================================ * * Global * ============================================ */html,body {  height: 100%;}.wrapper {  min-width: 320px;  min-height: 100%;  margin: 0 auto;  background: #FFFFFF;}.wrapper:after {  content: '';  display: table;  clear: both;}/* ============================================ * * Header * ============================================ */@media only screen and (min-width: 771px) {  .page-header {    background-color:#fff;  position:relative; z-index:999;  -webkit-box-shadow: 0 -1px 5px 0 rgba(0, 0, 0, 0.60);  -moz-box-shadow: 0 -1px 5px 0 rgba(0, 0, 0, 0.60);  box-shadow: 0 -1px 5px 0 rgba(0, 0, 0, 0.60);  margin-bottom:30px;  display:block !important;  }  .page-header-container {    position: relative;  max-width: 960px;    margin: 0 auto;  }}.header-language-container,.page-header {  font-family: Lora;}/* ============================================ * * Language switcher + welcome message * ============================================ */.header-language-background {  padding: 10px;  background-color: #3399cc;  text-transform: uppercase;}.header-language-background .header-language-container {  max-width: 1200px;  margin-left: auto;  margin-right: auto;}.header-language-background: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;}.page-header-container .store-language-container {  float: right;  max-width: 35%;  padding: 13px 15px 10px 10px;}.page-header-container .store-language-container label {  display: none;}.page-header-container .store-language-container select {  max-width: 100%;}@media only screen and (max-width: 479px) {  .page-header-container .store-language-container {    padding-top: 8px;  }  .page-header-container .store-language-container select {    font-size: 12px;  }}.header-language-background,.header-language-background a {  color: #e6e6e6;}@media only screen and (max-width: 770px) {  .header-language-background {    display: none;  }}/* ============================================ * * Logo * ============================================ */.logo {  display: block;  float: left;  width: 65%;  min-width: 100px;  min-height: 44px;  text-align: center;  padding: 10px;  position:absolute; top:48px; z-index:999;}.logo img {  max-width: 100%;}.logo .small {  display: block;}.logo .large {  display: none;}.logo:hover {  opacity: 0.8;}@media only screen and (min-width: 771px) {  .logo {    max-width: 300px;    min-height: 90px;  }  .logo .small {    display: none;  }  .logo .large {    display: block;  }}@media only screen and (max-width: 479px) {.logo{position:relative; top:0;}}/* ============================================ * * Skip Links * ============================================ */.skip-links {  clear: both;  overflow: hidden;  border-top: 1px solid #EDEDED;  border-bottom: 1px solid #EDEDED;}@media only screen and (min-width: 771px) {  .skip-links {    border: 0;  }}/* -------------------------------------------- * * Skip - Link */.skip-link {  position: relative;  float: left;  width: 20%;  height: 34px;  background: #FFFFFF;  color: #636363; font-family: Lora; font-size:14px;  line-height: 32px;  text-align: center;}a.skip-link {  text-decoration: none;}.skip-link:not(.skip-active):hover {  opacity: 0.8;}@media only screen and (max-width: 770px) {  .skip-link {    border-right: 1px solid #EDEDED;  }  .skip-link:last-child {    border-right: 0;  }}@media only screen and (min-width: 500px) {  .skip-link {    width: 25%;  }}/* -------------------------------------------- * * Skip Link - Active */@media only screen and (max-width: 770px) {  .skip-link.skip-active {    background: #EDEDED;    color: inherit;  }  .skip-link.skip-active span {    color: inherit;  }}/* -------------------------------------------- * * Skip Link - Icon */.skip-link .icon {  display: inline-block;  width: 30px;  height: 30px;  vertical-align: middle;}.skip-link.skip-nav .icon,.skip-link.skip-cart:not(.no-count) .icon {  margin-right: 3px;}@media only screen and (min-width: 500px) {  .skip-link .icon {    margin-right: 3px;  }}/* -------------------------------------------- * * Skip Link - Label */.skip-link .label {  display: none;}@media only screen and (min-width: 500px) {  .skip-link .label {    display: inline;  }}/* ============================================ * * Skip Content * ============================================ */.skip-content {  display: none;}.skip-content.skip-active {  display: block;  background: #EDEDED;}/* ============================================ * * Global Header Navigation * ============================================ */@media only screen and (max-width: 770px) {  #header-account li a,  .navigation ul a.level0 {    padding: 0 15px 0 25px;    border-bottom: 1px solid #cccccc;    text-align: left;    color: #636363;    text-transform: uppercase;    line-height: 30px;  }  #header-account li:last-child a,  .navigation ul li.level0:last-child a.level0 {    border-bottom: 0;  }  .no-touch #header-account a:hover,  .no-touch .navigation ul a:hover {    background-color: #f4f4f4;    text-decoration: none;  }}.account-cart-wrapper {  position: absolute;  top: 0px;  right: 0px;}@media only screen and (max-width: 770px) {  .account-cart-wrapper {    position: static;  }}/* ============================================ * * Nav - Skip Link * ============================================ */.skip-nav {  width: 40%;}.skip-nav:not(.skip-active):hover {  text-decoration: none;}.skip-nav:not(.skip-active):hover .icon {  background-position: -46px 4px;}.skip-nav .label {  display: inline;}.skip-nav .icon {  background-position: 4px 4px;}@media only screen and (min-width: 500px) {  .skip-nav {    width: 25%;  }}@media only screen and (min-width: 771px) {  .skip-nav {    display: none;  }}/* ============================================ * * Nav - Skip Content * ============================================ */@media only screen and (max-width: 770px) {  #header-nav {    padding: 5px 0;  }}@media only screen and (min-width: 771px) {  #header-nav {    display: block;    /* Force visibility */    /*border-bottom: 1px solid #ededed;*/  float:right;  margin-top:-5%;  width:70%;  }  .banner--stick #header-nav {    display: block;    margin-top:-8%;    width:70%;  }}/* ============================================ * * Nav Primary * ============================================ */@media only screen and (min-width: 771px) {  .navigation ul {    display: block;    margin-top: 15px;  }}/* ============================================ * * General Navigation Styles * ============================================ */.navigation ul a {  text-decoration: none;  position: relative;  display: block;  color: #636363;  line-height: 30px;  font-family: Lora;  font-weight:400;}.navigation ul li {  position: relative;  background: url(../../frontend/Lucia/default/en_US/images/nav-sep.png) right 6px no-repeat;}.navigation ul li:last-child{background:none;}.navigation ul li.level1 a {  /*border-bottom: 1px solid #cccccc;*/ color:#b60910;  padding:0 10px;}.navigation ul .menu-active &gt; ul.level0,.navigation ul li.level0 li.sub-menu-active &gt; ul {  display: block;}.navigation ul li.level0 &gt; a {  /*text-transform: uppercase;*/}.navigation ul li.level1{background:none;}/* ============================================ * * Small Viewports - Accordion Style Menu * ============================================ */@media only screen and (max-width: 770px) {  .navigation ul a.level0,  .navigation ul a {    line-height: 35px;  }  .navigation ul li.level0 ul {    display: none;  }  .navigation ul li.level0 li {    padding: 0 0 0 25px;  }  .navigation ul li.level1 a {    padding: 0 15px 0 25px;  }  .navigation ul li.parent &gt; 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 #cccccc;    border-right: none;    top: 50%;    left: 5px;    right: auto;    margin-top: -5px;  }  .navigation ul li.parent.sub-menu-active &gt; a:after,  .navigation ul li.parent.menu-active &gt; 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 #cccccc;    border-bottom: none;    top: 50%;    left: 10px;    right: auto;    margin-top: -5px;  }  .navigation ul li.menu-active &gt; a,  .navigation ul li.sub-menu-active &gt; a {    color: #c20f24;  }}/* ============================================ * * Large Viewports - Dropdown Menu * ============================================ */@media only screen and (min-width: 771px) {  .navigation ul {    /* 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+ */  float:right;  }  .navigation ul a.level0 {    padding: 0 20px;  }  .navigation ul li.level0,  .navigation ul a.level0 {    display: inline-block;  }  .navigation ul li:last-child &gt; a {    border-bottom: none;  }  .navigation ul a:hover,  .navigation ul li:hover &gt; a {    color: #fff;  background-color:#c20f24;  border-radius: 2px; moz-border-radius: 2px; webkit-border-radius: 2px;   -webkit-transition: all 0.25s linear;  -moz-transition: all 0.25s linear;  transition: all 0.25s linear;  }  .navigation ul &gt; .level0:before {   content: '';   /*top: -40px;*/   /* left: 50%;*/  }  .navigation ul &gt; .level0:before {   background: url(../../frontend/Lucia/default/en_US/images/red-hat.png) center top no-repeat;    top: -2000px;    left: 33%;    width: 20px;    position: absolute;    z-index: 99;    height: 15px;   /* display: none;*/  }  .navigation ul &gt; .level0:hover:before {    transition: all 0.4s ease 0s;    top: -10px;    left: 33%;  }  .navigation ul li a.level0 div.shade-a{transition: all 0.2s ease 0s; top:-40px; left:50%; margin-left:-12px;}  .navigation ul a.level0:hover span.ui-icon-carat-1-e{display:block; background:url(../../frontend/Lucia/default/en_US/images/red-hat.png) center top no-repeat; width:20px; height:20px; position:absolute; top:-10px;  left:50%; margin-left:-12px; }  .navigation ul li a.active{color: #fff;  border-radius: 2px; moz-border-radius: 2px; webkit-border-radius: 2px;    background-color:#c20f24;  }  .navigation ul li a.active div.shade-a{display:block; background:url(../../frontend/Lucia/default/en_US/images/red-hat.png) center top no-repeat; width:20px; height:20px; position:absolute; top:-10px;  left:50%; margin-left:-12px; }  .navigation ul .menu-active {    z-index: 200;  }  .navigation ul li.level0 ul {    background: #FBFBFB;    border: solid 1px #cccccc;    position: absolute;    left: 0;    top: 30px;    /* Height of ".navigation ul a.level0" */    z-index: 10;    width: 200px;    /*padding-left: 10px;    padding-right: 10px;*/    display: none;    /* Hide until displayed. */  }  .navigation ul li.level0 ul.level0{padding:0;}  .navigation ul li.level0 ul.level0 li a{text-indent:10px;}  .navigation ul li.level1 ul {    left: 60px;    top: 15px;  }  .navigation ul li.level0 ul.level0.position-test {    display: block;  }  .navigation ul li.level0 ul.level0.spill {    right: 0;    left: auto;  }  .navigation ul li.level0 ul.level0.spill li.level1 ul {    left: auto;    right: 50px;    top: 20px;  }  .navigation ul li.level0 li.parent &gt; a {    position: relative;  }  .navigation ul li.level0 li.parent &gt; 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 #cccccc;    border-right: none;    right: 5px;    top: 50%;    margin-top: -3px;  }}.navigation ul li.menu-active &gt; ul {  display: block;}/* ============================================ * * Search - Skip Link * ============================================ */.skip-search:not(.skip-active):hover .icon {  background-position: -46px -146px;}.skip-search .icon {  background-position: 4px -146px;}@media only screen and (min-width: 771px) {  .skip-search {    display: none;  }}/* ============================================ * * Search - Skip Content * ============================================ */#header-search {  padding: 20px;}@media only screen and (min-width: 771px) {  #header-search {    display: block;    position: absolute;    top: 40px;    right: 0;    width: 23%;   /* height: 50px;*/    padding: 0;  }}/* ============================================ * * Search Input * ============================================ */#search_mini_form .input-box {  position: relative;  padding-top: 0;}#search_mini_form label {  display: none;}#search {  width: 100%;  height: 30px;  padding-right: 40px;  font-family: Lora; font-size:13px;}#search_mini_form .search-button {  text-indent: -9999px;  position: absolute;  top: 0;  right: 0;  width: 40px;  height: 40px;  border: 0;  background: none;}#search_mini_form .search-button:before {  content: '';  position: absolute;  top: 50%;  left: 50%;  width: 30px;  height: 30px;  margin-top: -15px;  margin-left: -15px;  background-position:7px -150px;}#search_mini_form .search-button:hover:before {  opacity: 0.8;}#search_mini_form .search-button:active:before {  margin-top: -13px;  margin-left: -13px;}/* ============================================ * * Header - Account * ============================================ *//* -------------------------------------------- * * Skip Link - Account */.skip-account:not(.skip-active):hover .icon {  background-position: -46px -44px;}.skip-account .icon {  background-position: 4px -44px;}@media only screen and (min-width: 771px) {  .skip-account {    float: none;    width: auto;    vertical-align: top;    display: inline-block;    padding: 0 10px;    /*text-transform: uppercase;*/  }  #header-account.skip-active {    background: #FBFBFB;    border: solid 1px #cccccc;    display: block;    position: absolute;    z-index: 200;    top: 30px;    right: 98px;    width: 200px;  }  #header-account a {    display: block;    padding: 5px 10px;    color: #636363;    line-height: 2;  }  #header-account a:hover {    color: #3399cc;  }}/* -------------------------------------------- * * Account Links */#header-account {  padding: 5px 0;}#header-account a {  position: relative;  display: block;  padding: 5px 10px;  line-height: 23px;  text-align: center;}#header-account a:hover {  color: #b31b1b;}/* ============================================ * * Header - Cart * ============================================ *//* -------------------------------------------- * * Skip Link - Cart */.skip-cart:not(.skip-active):hover .icon {  background-position: -50px -95px;}.skip-cart .icon {  background-position: 0px -95px;}@media only screen and (min-width: 771px) {  .skip-cart {    width: auto;    padding: 0 10px;  }  #header-cart.skip-active {    background: #FBFBFB;    border: solid 1px #cccccc;    display: block;    position: absolute;    z-index: 200;    top: 35px;    right: 0;    width: 320px;    background: white;  }}@media only screen and (max-width: 771px) {.slider-banner-bg{    margin-top:-20px;  }  .skip-cart .counter-number {    -webkit-border-radius: 12px;    -moz-border-radius: 12px;    -ms-border-radius: 12px;    -o-border-radius: 12px;    border-radius: 12px;    display: inline-block;    top: -3px;    position: relative;    z-index: 5;    width: 20px;    height: 20px;    background: rgba(51, 153, 204, 0.9);    color: #FFFFFF;    font-size: 11px;    line-height: 22px;    text-align: center;    font-family: Lora;  }}/* -------------------------------------------- * * Skip Cart Notifier */.skip-cart .count {  -webkit-border-radius: 12px;  -moz-border-radius: 12px;  -ms-border-radius: 12px;  -o-border-radius: 12px;  border-radius: 12px;  display: inline-block;  top: -6px;  position: relative;  z-index: 5;  width: 22px;  height: 22px;  background: rgba(51, 153, 204, 0.9);  color: #FFFFFF;  font-size: 11px;  line-height: 22px;  text-align: center;  font-family: Lora;}.skip-link.skip-active .count {  color: white;}.skip-cart.no-count .count {  display: none;}@media only screen and (max-width: 499px) {  .skip-cart .count {    margin-left: -12px;  }}@media only screen and (min-width: 771px) {  .skip-cart {    color: #c20f24; font-size:14px;    /*text-transform: uppercase;*/  }  .skip-cart:hover {    text-decoration: none;  }  .skip-cart .count {    -webkit-border-radius: 0px;    -moz-border-radius: 0px;    -ms-border-radius: 0px;    -o-border-radius: 0px;    border-radius: 0px;    position: static;    background: none;    margin-left: 0px;    font-size: 14px;    width: auto;  }  .skip-cart .counter-number:before {    content: '(';  }  .skip-cart .counter-number:after {    content: ')';  }  .skip-cart .count,  .skip-link.skip-active .count {    color: #e01d34;  }}.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-family: Lora;  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 #cccccc;  font-size: 13px;  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 #cccccc;  font-size: 13px;}/* ============================================ * * Footer * ============================================ *//* -------------------------------------------- * * Footer */.footer,.footer button {  font-family: Lora;}.footer {  clear: both;  width: 100%;   background:url(../../frontend/Lucia/default/en_US/images/banner_red_bg.png) left top repeat;  padding-top: 30px;  /* -------------------------------------------- *   * Social icons   */}@media only screen and (min-width: 374px) and (max-width: 479px) {//.promo-block .promo-box p{background: url(../../frontend/Lucia/default/en_US/images/addbox-bg.jpg) no-repeat; text-align:center; padding:23px; position:relative; left: 50px}}@media only screen and (min-device-width: 413px) and (max-device-width: 479px) {.promo-block .promo-box p{background: url(../../frontend/Lucia/default/en_US/images/addbox-bg.jpg) no-repeat; text-align:center; padding:23px; position:relative;}//.fancybox-overlay .fancybox-wrap{ top: 247px !important; left: 65px !important;}}/* -------------------------------------------- *   * Custom css media for 479 or lower resolutions   */@media only screen and (max-width: 479px) {.share-icon,.qr_code,.jssorb03{display:none;}.navigation ul li{background:none;}.promo-block .promo-box h2{font-size:24px; font-family: Lora; font-weight:700; color:#ba1313; text-transform:capitalize; text-align:center;}.promo-block .promo-box p{background: url(../../frontend/Lucia/default/en_US/images/addbox-bg.jpg) no-repeat; text-align:center; padding:23px}.promo-block .promo-box p img{border:3px solid #e4dfdf; max-width:100%;}.promo-block .promo-box a{background:url(../../frontend/Lucia/default/en_US/images/view-btn-bg.png) center 13px no-repeat; display:inline-block; margin-top:10px; width:100%; text-align:center; line-height:34px;}.module-b-homepage{padding:10px;}.testi-home{margin-top:10px; border-top:1px solid #ccc;}.cms-home .best-seller .block-title strong span{font-family: Lora; font-size:18px; font-weight:700; font-style:italic; text-transform:capitalize; color:#c20f24;}.flexslider{padding-left:10px;}.homepage-blog{padding:10px;}.footer-wrapper .foot-top-msg{border:1px solid #d7d4d4; border-radius:4px; moz-border-radius:4px; webkit-border-radius:4px; overflow:hidden; margin-top:-8%; margin-bottom:20px; background:none; width:100%; float:none; background-color:#fff;}.footer-wrapper .foot-top-msg .left{float:none; width:100%; padding:15px 15px 15px 80px; background:url(../../frontend/Lucia/default/en_US/images/delivery.png) 10px 16px no-repeat;}.footer-wrapper .foot-top-msg .right{float:none; width:100%; padding:15px 15px 15px 70px; background:url(../../frontend/Lucia/default/en_US/images/gift.png) 0 16px no-repeat;}.footer-wrapper .foot-top-msg .left p,.footer-wrapper .foot-top-msg .right p{font-size:13px;}.footer-wrapper .foot-rightbox h3{color:#fff; font-weight:bold; margin-bottom:10px; text-transform:capitalize;}.footer-wrapper .foot-rightbox h4{color:#fff; font-weight:normal;}.footer-wrapper .foot-rightbox p a{display:block; float:left; margin-right:3px;}.postWrapper{padding:10px;}.products-grid &gt; li { width: 30.8642%;  margin-right: 3.7037%;  padding:10px; background-color:#f8f8f8; border:1px solid #dcd9d9; }.product-info h2.product-name a{font-family: Lora; font-weight:700; font-style:italic; text-transform:capitalize; color:#c20f24;}.catalog-product-view .product-info-main .product-name .h1,.product-view .product-img-box .product-name h1 { color: #c20f24; line-height: 30px; font-family: Lora; font-weight:700; margin-bottom: 10px; border: 0;  text-transform:none; font-style:italic;}.cms-page-view .page-title,.contacts-index-index .page-title,.checkout-onepage-index .page-title,.customer-account-login .page-title,.testimonial-index-index .page-title{background-color:#c20f24; text-indent:10px; border-radius:4px; moz-border-radius:4px; webkit-border-radius:4px;}.cms-page-view .page-title h1,.contacts-index-index .page-title h1,.checkout-onepage-index .page-title h1,.customer-account-login .page-title h1,.testimonial-index-index .page-title h1{font-family: Lora; font-size:20px; font-weight:700; color:#fff; text-transform:capitalize; line-height:30px;}.col1-layout .col-main {padding: 20px;}}@media only screen and (max-width: 479px) {.footer {padding-top: 15px; }}.footer .block-title {  border-bottom: 0;  padding: 3px 0;}.footer .block-title strong {  font-weight: normal;}.footer .block-title,.footer address {  color: #3399cc;}.footer .links {  float: left;  width: 17%;  padding: 0 30px 0 0;  margin-bottom: 30px;}.footer .links li {  word-break: break-all;  line-height: 1.4;  padding: 4px 0;}.footer .links a {  color: #636363;}.footer .links a:hover {  color: #3399cc;}.footer .block-subscribe {  float: right;  width: 320px;  margin-bottom: 30px;}.footer .links,.footer .block-subscribe {  text-transform: uppercase;  font-size: 12px;}.footer .form-subscribe-header {  display: none;}.footer .links.social-media em {  background-image: url(../../frontend/Lucia/default/en_US/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(../../frontend/Lucia/default/en_US/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;  -webkit-border-radius: 0;  -moz-border-radius: 0;  -ms-border-radius: 0;  -o-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,.footer address {  clear: both;}.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;}.footer address {  /*border-top: 1px solid #cccccc;*/  text-align: center;  width: 100%;  font-size: 11px;  margin-top: 30px;  padding: 15px 0;  color:#fff; font-size:16px; font-family: Lora; font-weight:400;}.footer address ul.f-link{ padding:0; margin:0; text-align:center;}.footer address ul.f-link li{display:inline; padding:3px 10px; color:#363636;}.footer address ul.f-link li a{color:#363636; font-size:16px; font-family: Lora; font-weight:400;}.footer address ul.f-link li a:hover{color:#fff;}@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 30px auto;  }}@media only screen and (max-width: 770px) {  .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%;  }}/* ================================================= * * General Product List Styles (not module-specific) * ================================================= *//* -------------------------------------------- * * Product List General */.category-title h1,body.catalogsearch-result-index .page-title h1 {  border-bottom: none;  color: #fff;  line-height: 30px;  font-family: Lora;  font-size:20px;  font-weight:700;  font-style:italic;  background-color:#c20f24;  text-transform:capitalize;  text-indent:10px;  border-radius:4px; moz-border-radius:4px; webkit-border-radius:4px;}.category-image {  margin-bottom: 1.5em;}.products-list .action .button,.products-grid .actions .button {  white-space: normal;}/* -------------------------------------------- * * Product Name */h2.product-name,h3.product-name,h4.product-name,h5.product-name,p.product-name {  margin: 0;  margin-bottom: 0.5em;  color: #636363;  font-family: Lora;  font-size: 24px;  font-weight: 400;  font-style: normal;  line-height: 1.2;  text-rendering: optimizeLegibility;  text-transform: uppercase;  font-size: 13px;  font-family: Lora;  font-weight: normal;  line-height: 1.4;}h2.product-name a,h3.product-name a,h4.product-name a,h5.product-name a,p.product-name a {  color: #636363;}h2.product-name a:hover,h3.product-name a:hover,h4.product-name a:hover,h5.product-name a:hover,p.product-name a:hover {  color: #58171f;  text-decoration: none;}.products-grid .product-name,.products-list .product-name {  text-transform: uppercase;  margin-bottom: 5px;  font-size: 14px;  font-family: Lora;}.products-grid .product-name a,.products-list .product-name a {  font-weight: 500;}/* ============================================ * * Product Grid * ============================================ */.products-grid {  position: relative;}.products-grid:after {  content: '';  display: table;  clear: both;}.products-grid &gt; li {  position: relative;  margin-bottom: 20px;  text-align: center;}.products-grid &gt; li:hover {box-shadow: 0 1px 4px rgba(0, 0, 0, 0.3);moz-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.3);webkit-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.3);}.products-grid &gt; li:after {  content: '';  display: table;  clear: both;}.products-grid .product-image {  width: 70%;  margin-bottom: 15px;  margin:0 auto;}.products-grid .product-image img {  width: 100%;  height: auto;}.products-grid .product-image img:hidden {  display: none;}.widget-new-products .products-grid .product-image {  width: 75%;  margin-bottom: 15px;  margin-left: 10%;}.products-grid .product-info {  position: relative;}.products-grid .actions {  /*padding-top: 10px;*/  position: absolute;  bottom: 0px;  right:0;  min-height: 25px;  width: auto;}.products-grid .ratings .rating-box {  margin: 0 auto;}.products-grid .ratings .amount {  display: none;}.products-grid .price-box {  color: #a0a0a0;  font-size: 13px;  margin: 0 0 5px;  position:absolute;  bottom:0;}.products-grid .add-to-links {  margin-bottom: 0;}/* Config: Two columns + flexible gutter */.products-grid &gt; li {  float: left;  width: 47.72727%;  margin-right: 4.54545%;}.products-grid &gt; li:nth-child(odd) {  clear: left;}.products-grid &gt; li:nth-child(even) {  margin-right: 0;}.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("../../frontend/Lucia/default/en_US/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;}@media only screen and (min-width: 480px) {  /* Config: Three columns + flexible gutter */  .products-grid {    /* Undo two-column config */    /* Set three-column config */  }  .products-grid &gt; li:nth-child(odd) {    clear: none;  }  .products-grid &gt; li:nth-child(even) {    margin-right: 3.7037%;  }  .products-grid &gt; li {    width: 30.8642%;    margin-right: 3.7037%;  padding:10px;  background-color:#f8f8f8;  border:1px solid #dcd9d9;  }  .products-grid &gt; li:nth-child(3n+1) {    clear: left;  }  .products-grid &gt; li:nth-child(3n) {    margin-right: 0;  }.category-products ul.c-list{position:relative;}.category-products ul.c-list li{width: 30.8642%;    margin-right: 3.7037%;  /*padding:10px;  background-color:#f8f8f8;  border:1px solid #dcd9d9;*/  float:left;  }.category-products ul.c-list li:nth-last-child(3n+1){margin-right:0;}.c-list .product-image img{border:none; max-width:100%; max-height:170px;}.c-list .wrap{padding:10px; margin-bottom:20px;}.c-list .wrap:hover{box-shadow: 0 1px 4px rgba(0, 0, 0, 0.3);moz-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.3);webkit-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.3);}.wrap .product-shop h1{color:#c20f24;    font-family: "Philosopher",sans-serif;    font-size: 18px;    font-style: italic;    font-weight: 700;  text-transform:capitalize;  text-align:right;}.wrap .product-image{border:none; display:inherit; text-align:center;}.wrap .buttons-holder{width:100%; margin-top:20px; text-align:center;  text-transform:capitalize; background:url(../../frontend/Lucia/default/en_US/images/view-btn-bg.png) center 13px no-repeat; display:inline-block; line-height:34px;}.wrap .buttons-holder a{color:#fff;    font-family: "Philosopher",sans-serif;    font-size: 16px;    font-weight: 700;  padding:8px 16px;  background-color: #c20f24;    border-radius: 4px;  moz-border-radius: 4px;  webkit-border-radius: 4px;}@media only screen and (min-width: 960px) {  /* Config: Columns + flexible gutter */  /* Undo three-column config */  .products-grid--max-4-col &gt; li:nth-child(odd) {    clear: none;  }  .products-grid--max-4-col &gt; li:nth-child(3n+1) {    clear: none;  }  .products-grid--max-4-col &gt; li:nth-child(even),  .products-grid--max-4-col &gt; li:nth-child(3n) {    margin-right: 2.22222%;  }  /* Set column config */  .products-grid--max-4-col &gt; li {    margin-right: 2.22222%;  }  .products-grid--max-4-col &gt; li {    width: 23.33333%;    margin-right: 2.22222%;  }  .products-grid--max-4-col &gt; li:nth-child(4n+1) {    clear: left;  }  .products-grid--max-4-col &gt; li:nth-child(4n) {    margin-right: 0;  }  /* Config: Columns + flexible gutter */  /* Undo three-column config */  .products-grid--max-5-col &gt; li:nth-child(odd) {    clear: none;  }  .products-grid--max-5-col &gt; li:nth-child(3n+1) {    clear: none;  }  .products-grid--max-5-col &gt; li:nth-child(even),  .products-grid--max-5-col &gt; li:nth-child(3n) {    margin-right: 2.22222%;  }  /* Set column config */  .products-grid--max-5-col &gt; li {    margin-right: 2.22222%;  }  .products-grid--max-5-col &gt; li {    width: 18.22222%;    margin-right: 2.22222%;  }  .products-grid--max-5-col &gt; li:nth-child(5n+1) {    clear: left;  }  .products-grid--max-5-col &gt; li:nth-child(5n) {    margin-right: 0;  }  /* Config: Columns + flexible gutter */  /* Undo three-column config */  .products-grid--max-6-col &gt; li:nth-child(odd) {    clear: none;  }  .products-grid--max-6-col &gt; li:nth-child(3n+1) {    clear: none;  }  .products-grid--max-6-col &gt; li:nth-child(even),  .products-grid--max-6-col &gt; li:nth-child(3n) {    margin-right: 2.22222%;  }  /* Set column config */  .products-grid--max-6-col &gt; li {    margin-right: 2.22222%;  }  .products-grid--max-6-col &gt; li {    width: 14.81481%;    margin-right: 2.22222%;  }  .products-grid--max-6-col &gt; li:nth-child(6n+1) {    clear: left;  }  .products-grid--max-6-col &gt; li:nth-child(6n) {    margin-right: 0;  }}/* ============================================ * * Product List * ============================================ */.products-list {  margin-top: 20px;  margin-bottom: 20px;}.products-list &gt; li {  /*padding-bottom: 20px;*/  margin-bottom: 20px;  border-bottom: 1px solid #ededed;}.products-list &gt; li:after {  content: '';  display: table;  clear: both;}.products-list &gt; li .product-image {  float: left;  width: 33.33333%;}.products-list &gt; li .product-image img {  width: 100%;  max-width: 100%;}.products-list &gt; 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: 18px;}.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: 18px;  }}@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-image {  float: left;  min-width: 50px;}.mini-products-list .product-details {  margin-left: 60px;}.mini-products-list .product-details .product-name {  padding-top: 10px;}.mini-products-list li {  margin-bottom: 10px;  clear: both;}.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 #cccccc;  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;  margin: 0;  margin-bottom: 10px;  color: #636363;  font-family: Lora;  font-size: 14px;  font-weight: bold;  font-style: normal;  line-height: 1.4;  text-rendering: optimizeSpeed;  text-transform: uppercase;  -moz-user-select: none;  -ms-user-select: none;  -webkit-user-select: none;  -o-user-select: none;  user-select: none;  font-weight: normal;  margin-bottom: 0px;  padding: 7px 10px 7px 24px;  border-width: 1px;  border-style: solid;  border-color: #cccccc;  position: relative;  background-color: #f4f4f4;  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 #3399cc;  border-bottom: none;  left: 10px;  top: 50%;  margin-top: -3px;}.block-layered-nav .block-subtitle--filter:hover {  background-color: #ececec;}.block-layered-nav .block-content .toggle-tabs {  display: none;}.block-layered-nav .block-content &gt; dl &gt; dt {  margin: 0;  margin-bottom: 10px;  color: #636363;  font-family: Lora;  font-size: 14px;  font-weight: bold;  font-style: normal;  line-height: 1.4;  text-rendering: optimizeSpeed;  text-transform: uppercase;  -moz-user-select: none;  -ms-user-select: none;  -webkit-user-select: none;  -o-user-select: none;  user-select: none;  font-weight: normal;  margin-bottom: 0px;  padding: 7px 10px 7px 24px;  border-width: 1px;  border-style: solid;  border-color: #cccccc;  position: relative;  background-color: #f4f4f4;  display: block;}.block-layered-nav .block-content &gt; dl &gt; 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 #3399cc;  border-bottom: none;  left: 10px;  top: 50%;  margin-top: -3px;}.block-layered-nav .block-content &gt; dl &gt; dt:hover {  background-color: #ececec;}.block-layered-nav .block-content &gt; dl &gt; dd {  padding: 10px;  margin: 0;  border-width: 0 1px;  border-style: solid;  border-color: #cccccc;}.block-layered-nav .block-content &gt; dl &gt; 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 &gt; li &gt; span, .block-layered-nav dl dd ol &gt; li &gt; a {  padding: 5px 15px;  display: block;}.block-layered-nav dl dd ol &gt; li &gt; a .count {  color: #a0a0a0;}@media only screen and (min-width: 771px) {  .block-layered-nav .block-content &gt; dl &gt; dt {    padding-left: 10px;  }  .block-layered-nav .block-content &gt; dl &gt; dt:after {    display: none;  }}@media only screen and (max-width: 770px) {  .sidebar .block.block-layered-nav {    border-bottom: none;  }  .block-layered-nav--no-filters .block-title {    display: none;  }  .block-layered-nav .block-content {    padding-top: 0;    margin-top: 15px;  }  .block-layered-nav .block-content &gt; dl &gt; dt {    cursor: pointer;    border-bottom-width: 0;  }  .block-layered-nav .block-content &gt; dl &gt; dt:hover {    color: #3399cc;  }  .block-layered-nav .block-content &gt; dl &gt; 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 #3399cc;    border-right: none;  }  .block-layered-nav .block-content &gt; dl &gt; dt.last {    border-bottom-width: 1px;  }  .block-layered-nav .block-content &gt; dl &gt; dd {    display: none;  }  .block-layered-nav .block-content.accordion-open &gt; dl &gt; dt.current {    border-bottom-width: 1px;  }  .block-layered-nav .block-content.accordion-open &gt; dl &gt; 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 #3399cc;    border-bottom: none;    left: 6px;    top: 50%;    margin-top: -3px;  }  .block-layered-nav .block-content.accordion-open &gt; dl &gt; dd.current {    display: block;  }  .block-layered-nav .block-subtitle--filter {    background-color: #3399cc;    border: 0;    margin-bottom: 0;    display: block;    color: #FFFFFF;  }  .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 white;    border-right: none;    right: 10px;    top: 50%;    margin-top: -5px;  }  .block-layered-nav .block-subtitle--filter:hover {    background-color: #2e8ab8;    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 white;    border-bottom: none;    right: 10px;    top: 50%;    margin-top: -3px;  }  #narrow-by-list,  #narrow-by-list2 {    padding: 10px;    border: 1px solid #cccccc;    border-top: 0;  }  .block-layered-nav dl ol &gt; li &gt; a,  .block-layered-nav dl ol &gt; li &gt; span {    padding: 7px;    margin: 5px;  }  .block-layered-nav dl ol &gt; li &gt; a {    color: #636363;    background-color: #f4f4f4;    padding: 5px 10px;  }  .block-layered-nav dl ol &gt; li &gt; a:hover {    text-decoration: none;    background: #ececec;  }}.block-layered-nav .currently .block-subtitle {  display: block;  margin: 0;  margin-bottom: 10px;  color: #636363;  font-family: Lora;  font-size: 14px;  font-weight: bold;  font-style: normal;  line-height: 1.4;  text-rendering: optimizeSpeed;  text-transform: uppercase;}.block-layered-nav .currently ol {  padding-left: 10px;  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 * ============================================ */.product-view .product-essential .extra-info .ratings .rating-box,.product-view .product-essential .extra-info .ratings .amount {  float: left;}.product-view .product-essential .extra-info .ratings .rating-box {  margin-top: 8px;  margin-right: 10px;}.product-view .product-essential .extra-info .ratings:after {  content: '';  display: table;  clear: both;}.product-view .product-essential:after {  content: '';  display: table;  clear: both;}.product-info-main .page-title .base,.product-view .product-img-box .product-name h1 {  color: #c20f24;  line-height: 30px;  font-family: Lora;  font-weight:700;  margin-bottom: 10px;  border: 0;  text-transform:none;  font-style:italic;}.catalog-product-view .product-info-main {  width: 50%;  float: right;}.catalog-product-view .product-info-main .product-name {  display: none;  float: left;}.product-info-main .page-title .base {  float: left;  margin-bottom: 5px;}.catalog-product-view .product-info-main .extra-info {  float: left;  padding-right: 15px;  clear: left;  width: 70%;}.catalog-product-view .product-info-main .price-info {  float: left;  padding-left: 0px;  text-align: left;}.catalog-product-view .product-info-main .extra-info,.catalog-product-view .product-info-main .price-info {  max-width: 70%;  margin-bottom: 10px;}.catalog-product-view .product-info-main .short-description {  margin-bottom: 10px;  clear: both;}.catalog-product-view .product-info-main .ratings {  margin-bottom: 8px;}.catalog-product-view .product-info-main .availability {  font-size: 16px;}.catalog-product-view .product-info-main .price-box {  margin-top: 0;}.catalog-product-view .product-info-main .price-box .old-price,.catalog-product-view .product-info-main .price-box .special-price,.catalog-product-view .product-info-main .price-box .regular-price {  padding-right: 0;  line-height: 1.2;}.catalog-product-view .product-info-main .price-box .price-wrapper .price,.catalog-product-view .product-info-main .price-box .special-price .price,.catalog-product-view .product-info-main .price-box .full-product-price .price {  color: #c20f24;  font-size: 24px;  font-family:Georgia, "Times New Roman", Times, serif;  font-weight:700;}.catalog-product-view .product-info-main .price-box .special-price .price-label {  font-size: 16px;  text-transform: uppercase;}.catalog-product-view .product-info-main .price-box .special-price span.weee {  color: #636363;}.catalog-product-view .product-info-main .price-box .special-price span.weee span.price {  font-size: 16px;}.catalog-product-view .product-info-main .price-box .price-excluding-tax,.catalog-product-view .product-info-main .price-box .price-including-tax {  display: block;  line-height: 1.2;  color: #636363;}.catalog-product-view .product-info-main .price-box .price-excluding-tax .label,.catalog-product-view .product-info-main .price-box .price-including-tax .label {  font-size: 16px;  font-weight: 300;}.catalog-product-view .product-info-main .price-box .price-excluding-tax .price,.catalog-product-view .product-info-main .price-box .price-including-tax .price {  font-size: 20px;}.product-view .price-box.map-info a {  display: inherit;}.product-view .old-price .price-label {  display: none;}.catalog-product-view .add-to-cart-wrapper/*,.product-view .block-related*/ {  width: 50%;  float: right;  clear: right;}.product-view .block-related{width:100%;}.product-view .block-related .mini-products-list li{display:inline-block;}@media only screen and (max-width: 850px) {  .catalog-product-view .product-info-main .price-box .price-excluding-tax .label,  .catalog-product-view .product-info-main .price-box .price-including-tax .label {    font-size: 15px;  }  .catalog-product-view .product-info-main .price-box .price-excluding-tax .price,  .catalog-product-view .product-info-main .price-box .price-including-tax .price {    font-size: 18px;  }}@media only screen and (max-width: 770px) {  .catalog-product-view .add-to-cart-wrapper {    float: none;    width: 100%;    clear: both;  }  .catalog-product-view .product-info-main .price-box .price-excluding-tax .label,  .catalog-product-view .product-info-main .price-box .price-including-tax .label {    font-size: 16px;  }  .catalog-product-view .product-info-main .price-box .price-excluding-tax .price,  .catalog-product-view .product-info-main .price-box .price-including-tax .price {    font-size: 20px;  }}@media only screen and (max-width: 420px) {  .catalog-product-view .product-info-main .price-box .price-excluding-tax,  .catalog-product-view .product-info-main .price-box .price-including-tax {    margin-bottom: 5px;  }  .catalog-product-view .product-info-main .price-box .price-excluding-tax span,  .catalog-product-view .product-info-main .price-box .price-including-tax span {    display: block;  }}.product-img-box {  width: 50%;  float: left;}.product-img-box .product-name h1 {  border: 0;}.product-img-box .product-image {  margin-bottom: 10px;}.product-img-box .product-image img {  max-width: 100%;  max-height: 750px;  margin: 0px auto;}@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("../../frontend/Lucia/default/en_US/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-image-thumbs li {  display: inline-block;}.product-image-thumbs li:first-child {  margin-left: -1px;}.product-image-thumbs a {  display: inline-block;  border: 1px solid transparent;}.no-touch .product-image-thumbs a:hover {  border-color: #c7c7c7;}.catalog-product-view .product-info-main,.catalog-product-view .add-to-cart-wrapper,.product-view .block-related {  padding-left: 15px;}.product-img-box {  padding-right: 15px;}.catalog-product-view .product-info-main,.product-img-box,.product-collateral,.product-view .block-related,.box-collateral {  margin-bottom: 10px;}.catalog-product-view .product-img-box{  width: 100%;  border: 1px solid #ededed;}.product-view {  /* Set a min-height so that the floated elements break appropriately */}.catalog-product-view .add-to-cart .field{  display: inline-block;    float: left;    margin: 26px 12px;}.catalog-product-view .box-tocart .fieldset{  margin-bottom: 0px !important;}.catalog-product-view .add-to-box:after,.catalog-product-view .add-to-cart:after {  content: '';  display: table;  clear: both;}.catalog-product-view .add-to-cart {  padding-bottom: 3px;  margin-bottom: 10px;  /*border-bottom: 1px solid #cccccc;*/}.catalog-product-view .add-to-cart .qty-wrapper,.product-view .product-options-bottom .price-box,.catalog-product-view .add-to-cart-buttons {  min-height: 40px;}.product-view .product-options-bottom .price-box,.catalog-product-view .add-to-cart .qty-wrapper,.catalog-product-view .add-to-cart-buttons .button,.catalog-product-view .add-to-cart-buttons .paypal-logo {  margin-bottom: 10px;}.catalog-product-view .add-to-cart .qty-wrapper,.catalog-product-view .add-to-cart .qty-wrapper label {  margin-right: 7px;  float: left;}.catalog-product-view .add-to-cart .qty-wrapper label {  line-height: 40px;}.catalog-product-view .add-to-cart .qty-wrapper .qty {  float: left;  height: 40px;}.catalog-product-view .add-to-cart-buttons {  float: left;  margin-right: 10px;  max-width: 100%;}.catalog-product-view .add-to-cart-buttons button.btn-cart{color:#fff;}.catalog-product-view .add-to-cart-buttons button:hover.btn-cart{background-color:#941818;}.catalog-product-view .add-to-cart-buttons .paypal-logo {  clear: left;  text-align: center;}.catalog-product-view .add-to-cart-buttons .paypal-logo .paypal-button {  margin: 0 auto;  display: block;  width: 170px;}.catalog-product-view .add-to-cart-buttons .paypal-logo .bml_button {  display: block;  width: 174px;  margin: 0 auto;}.catalog-product-view .add-to-cart-buttons .paypal-logo .bml_button a {  text-align: center;}.catalog-product-view .add-to-cart-buttons .paypal-logo .paypal-or {  display: block;  margin-bottom: 10px;  margin-left: 0;  margin-right: 0;  line-height: 1;  text-align: center;}.catalog-product-view .add-to-cart-buttons .button {  min-height: 40px;  line-height: 40px;  font-size: 16px;  padding: 0px 30px;  float: left;  min-width: 160px;  width: 100%;  white-space: normal;}.product-view .alert-price,.product-view .alert-stock {  clear: both;}@media only screen and (max-width: 479px) {  .catalog-product-view .add-to-cart-buttons .paypal-or {    line-height: 20px;  }  .catalog-product-view .add-to-cart-buttons .paypal-logo,  .catalog-product-view .add-to-cart-buttons .paypal-or,  .catalog-product-view .add-to-cart-buttons .paypal-button,  .catalog-product-view .add-to-cart-buttons .button {    text-align: center;    width: 100%;    display: block;    margin-right: 0;    margin-left: 0;    float: none;  }}/* This is the "or" that separates the "Add to Cart" and "Add to X" links */.add-to-box .or {  display: none;}.product-view .add-to-links {  clear: both;  margin-top: 0px;  margin-right: 15px;  float: left;}.product-view .add-to-links:after {  content: '';  display: table;  clear: both;}.product-view .add-to-links li {  float: left;}.product-view .add-to-links a {  padding: 2px 7px 2px 0px;  margin-left: 7px;  border-right: 1px solid #cccccc;}.product-view .add-to-links li:first-child a {  margin-left: 0px;}.product-view .add-to-links li:last-child a {  border-right: 0px;}.catalog-product-view .sharing-links {  float: left;}.catalog-product-view .sharing-links:after {  content: '';  display: table;  clear: both;}.catalog-product-view .sharing-links li {  float: left;  padding: 0px 7px 7px;}.catalog-product-view .sharing-links a {  text-indent: -9999px;  display: block;  width: 26px;  height: 26px;}.catalog-product-view .sharing-links a:hover {  opacity: 0.8;}.catalog-product-view .sharing-links a.link-wishlist {  background-position: 0px -225px;}.catalog-product-view .sharing-links a.link-compare {  background-position: 0px -250px;}.catalog-product-view .sharing-links a.link-email-friend {  background-position: 0px -322px;}.catalog-product-view .sharing-links a.link-facebook {  background-position: 0px -425px;}.catalog-product-view .sharing-links a.link-twitter {  background-position: 0px -372px;}@media only screen and (max-width: 599px) {  .add-to-box .add-to-links a {    float: none;    width: auto;    text-indent: 0;  }}.product-collateral {  clear: both;}.collateral-tabs dd h2 {  display: none;}.box-collateral {  clear: both;}@media only screen and (min-width: 771px) {  .product-collateral .toggle-tabs {    display: block;    width: 100%;    position: relative;    border: 1px solid #cccccc;    background-color: #f4f4f4;  }  .product-collateral .toggle-tabs li {    float: left;    border-right: 1px solid transparent;    border-left: 1px solid transparent;  }  .product-collateral .toggle-tabs li &gt; span {    -moz-user-select: none;    -ms-user-select: none;    -webkit-user-select: none;    -o-user-select: none;    user-select: none;    display: inline-block;    padding: 0 30px;    height: 40px;    line-height: 40px;    cursor: pointer;    text-transform: uppercase;    font-size: 12px;    position: relative;    bottom: -1px;  }  .product-collateral .toggle-tabs li.current {    border-right: 1px solid #cccccc;    border-left: 1px solid #cccccc;  }  .product-collateral .toggle-tabs li.current &gt; span {    background-color: #FFFFFF;    z-index: 5;  }  .product-collateral .toggle-tabs li.current span,  .product-collateral .toggle-tabs li:hover span {    color: #c20f24;  }  .product-collateral .toggle-tabs li:first-child {    border-left: none;  }  .product-collateral .toggle-tabs:after {    content: '';    display: table;    clear: both;  }  .product-collateral &gt; dl {    width: 100%;  }  .product-collateral &gt; dl &gt; dt {    display: none;  }  .product-collateral &gt; dl &gt; dd {    width: 100%;    display: none;    padding: 15px;    border: 1px solid #cccccc;    border-top: 0;  }  .product-collateral &gt; dl &gt; dd.current {    display: block;  }}@media only screen and (max-width: 770px) {  .product-collateral .toggle-tabs {    display: none;  }  .product-collateral &gt; dl &gt; dt {    margin: 0;    margin-bottom: 10px;    color: #636363;    font-family: Lora;    font-size: 14px;    font-weight: bold;    font-style: normal;    line-height: 1.4;    text-rendering: optimizeSpeed;    text-transform: uppercase;    -moz-user-select: none;    -ms-user-select: none;    -webkit-user-select: none;    -o-user-select: none;    user-select: none;    font-weight: normal;    margin-bottom: 0px;    padding: 7px 10px 7px 24px;    border-width: 1px;    border-style: solid;    border-color: #cccccc;    position: relative;    background-color: #f4f4f4;    display: block;  }  .product-collateral &gt; dl &gt; 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 #3399cc;    border-bottom: none;    left: 10px;    top: 50%;    margin-top: -3px;  }  .product-collateral &gt; dl &gt; dt:hover {    background-color: #ececec;  }  .product-collateral &gt; dl &gt; dd {    padding: 10px;    margin: 0;    border-width: 0 1px;    border-style: solid;    border-color: #cccccc;  }  .product-collateral &gt; dl &gt; dd:last-child {    border-width: 0 1px 1px 1px;  }  .product-collateral &gt; dl &gt; dt {    cursor: pointer;    border-bottom-width: 0;  }  .product-collateral &gt; dl &gt; dt:hover {    color: #b31b1b;  }  .product-collateral &gt; dl &gt; 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 #3399cc;    border-right: none;  }  .product-collateral &gt; dl &gt; dt.last {    border-bottom-width: 1px;  }  .product-collateral &gt; dl &gt; dd {    display: none;  }  .product-collateral.accordion-open &gt; dl &gt; dt.current {    border-bottom-width: 1px;  }  .product-collateral.accordion-open &gt; dl &gt; 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 #3399cc;    border-bottom: none;    left: 6px;    top: 50%;    margin-top: -3px;  }  .product-collateral.accordion-open &gt; dl &gt; dd.current {    display: block;  }}@media only screen and (max-width: 770px) {  .catalog-product-view .product-info-main,  .catalog-product-view .add-to-cart-wrapper,  .product-view .block-related,  .product-img-box,  .product-collateral {    width: 100%;    float: none;    padding-right: 0;    padding-left: 0;  }}@media only screen and (min-width: 771px) {  .catalog-product-view .product-info-main .product-name {    display: block;  }  .product-img-box .product-name {    display: none;  }}@media only screen and (max-width: 479px) {  .catalog-product-view .product-info-main,  .product-img-box,  .product-collateral,  .product-view .block-related,  .box-collateral {    margin-bottom: 15px;  }}.product-view .ratings .rating-links {  clear: left;  float: left;  margin-top: 0;}#product-attribute-specs-table {  max-width: 50em;  border: 1px solid silver;}#product-attribute-specs-table th {  border-right: 1px solid silver;  border-bottom: 1px solid silver;}/* -------------------------------------------- * * Catalog - Grouped Product List */.grouped-items-table-wrapper {  border: solid 1px silver;  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: 15px;  }}.grouped-items-table .name-wrapper {  color: #3399cc;  font-family: Lora;}.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 {  width: 100%;  margin: 10px 0 0;  padding: 10px 15px 15px;  border: 1px solid #cccccc;  clear: both;  position: relative;}.product-options p.required {  position: absolute;  top: 6px;  right: 15px;  text-align: right;}@media only screen and (max-width: 979px) {  .product-view .product-options .required {    position: static;  }}.product-options dt {  margin: 10px 0 3px;  font-weight: normal;}.product-options dt:first-child {  margin-top: 0;}.product-options dd .qty-holder {  display: block;  padding: 10px 0 0 0;}.product-options dd .qty-holder .qty {  width: 3em;}.product-options dd .qty-holder label {  vertical-align: middle;}.product-options dd .qty-disabled {  background: none;  border: 0;  padding: 0 2px;}.product-options dd {  padding: 0 0 10px 0;  margin: 0 0 5px;  border-bottom: 1px solid #ededed;}.product-options dl.last dd.last {  border-bottom: 0;  padding-bottom: 5px;  margin-bottom: 0;}.product-options dd .input-text {  width: 98%;}.product-options dd .input-box {  padding-top: 0;}.product-options dd input.datetime-picker {  width: 150px;}.product-options dd .time-picker {  display: -moz-inline-stack;  display: inline-block;  vertical-align: middle;  *vertical-align: auto;  zoom: 1;  *display: inline;  padding: 2px 0;  vertical-align: middle;}.product-options dd textarea {  width: 98%;  height: 8em;}.product-options dd select {  width: 330px;  max-width: 100%;}.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 label {  font-weight: normal;}.product-options p.note {  margin: 0;  font-size: 11px;}.product-options-bottom {  background-color: #f4f4f4;  padding: 15px 20px;  border: 1px solid #cccccc;  border-top: 0;  margin-bottom: 10px;}.product-options-bottom:after {  content: '';  display: table;  clear: both;}.product-options-bottom .product-pricing,.product-options-bottom .tier-prices {  float: right;  margin: 0;  padding: 0 0 10px;  border: 0;  background: 0;  color: #636363;}@media only screen and (max-width: 1199px) {  .product-options-bottom .product-pricing,  .product-options-bottom .tier-prices {    float: none;    width: 100%;    text-align: right;    padding-bottom: 5px;    margin-bottom: 10px;    border-bottom: 1px solid #cccccc;  }}.product-options-bottom .tier-prices li {  background: 0;  padding: 2px 0;}.product-options-bottom .tier-prices .price,.product-options-bottom .tier-prices .benefit {  color: #636363;}/* "display: none" should be removed if products on site have a long list of product options and those product options *//*  affect the price so that the customer can see the updated price close to the "Add to Cart" button */.product-options-bottom .price-box {  display: none;  float: right;  margin: 0 0 10px;  padding: 0;}@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 li {  margin-bottom: 7px;}.block-related .block-title {  border-bottom: none;}.block-related .block-title h2 {  margin: 0;  margin-bottom: 0.5em;  color: #636363;  font-family: Lora;  font-size: 24px;  font-weight: 400;  font-style: normal;  line-height: 1.2;  text-rendering: optimizeLegibility;  text-transform: uppercase;  margin-bottom: 0;}.block-related .block-subtitle {  margin-bottom: 7px;}.block-related .product {  margin-left: 20px;  position: relative;}.block-related .checkbox {  float: left;  margin-top: 36px;}.block-related .product-details {  margin-left: 90px;}.block-related .product-name {  margin-bottom: 3px;}.block-related .product-details .price-box {  margin: 2px 0 3px;}.block-related .product-details .price-box a,.block-related .product-details .price-box p,.block-related .product-details .price-box span {  float: left;  margin-left: 3px;}.block-related .product-details .price-box a:first-child,.block-related .product-details .price-box p:first-child,.block-related .product-details .price-box span:first-child {  margin-left: 0;  font-size: 16px;  padding-right: 5px;  padding-left: 5px;}.block-related .product-details .price-box:after {  content: '';  display: table;  clear: both;}.block-related .link-wishlist {  display: none;}/* -------------------------------------------- * * Upsell Products */.box-up-sell {  margin-top: 20px;}.box-up-sell .ratings {  display: none;}/* ============================================ * * Catalog - MSRP MAP Popup * ============================================ */.cart-msrp-totals {  color: red;  font-size: 12px !important;  font-weight: bold;  margin: 10px 10px 0;  padding: 10px;  text-align: right;  text-transform: uppercase;}.map-cart-sidebar-total {  color: red;  display: block;  font-size: 10px;  font-weight: bold;  text-align: left;  padding: 2px 5px;}.map-popup {  background: #FFFFFF;  border: 5px solid #cccccc;  margin: 12px 0 0;  position: absolute;  text-align: left;  width: 450px;  z-index: 100;}@media only screen and (min-width: 771px) {  .map-popup.map-popup-right {    left: 10px !important;  }  .map-popup.map-popup-left {    left: auto !important;    right: 10px !important;  }}@media only screen and (max-width: 770px) {  .map-popup {    width: 100%;    left: 0px !important;  }}.map-popup .map-popup-heading {  padding: 8px 10px;  margin-right: 40px;  width: auto;}.map-popup .map-popup-heading h3 {  font-size: 14px;  margin: 0;  overflow: hidden;  white-space: nowrap;  word-wrap: break-word;  text-align: left;  text-overflow: ellipsis;}@media only screen and (max-width: 479px) {  .map-popup .map-popup-heading h3 {    text-align: center;  }}.map-popup .map-popup-close {  display: block;  position: absolute;  top: 0px;  right: 0px;  height: 36px;  width: 36px;  font-size: 20px;  line-height: 32px;  text-align: center;}.map-popup .map-popup-content {  border-top: 1px solid #ededed;  padding: 10px;  margin: 0 10px;  overflow: hidden;  text-align: left;}@media only screen and (max-width: 479px) {  .map-popup .map-popup-content {    text-align: center;  }}.map-popup .map-popup-checkout {  padding: 10px 0;}.map-popup .map-popup-checkout form:after {  content: '';  display: table;  clear: both;}.map-popup .map-popup-checkout span {  display: block;}.map-popup .map-popup-checkout .button {  float: left;  margin: 0 2px;  clear: left;}.map-popup .map-popup-checkout .additional-addtocart-box {  float: left;  min-width: 210px;}.map-popup .map-popup-checkout .additional-addtocart-box li {  list-style-type: none;}.map-popup .map-popup-checkout .paypal-logo {  width: auto;}.map-popup .map-popup-checkout .paypal-logo a {  display: inline-block;  float: left;  clear: left;}.map-popup .map-popup-checkout .paypal-logo .paypal-or {  float: left;  text-align: center;  padding: 5px 15px;  clear: left;}.map-popup .map-popup-checkout .paypal-logo:after {  content: '';  display: table;  clear: both;}.map-popup .map-popup-checkout .paypal-logo .bml_button a {  clear: left;}@media only screen and (max-width: 479px) {  .map-popup .map-popup-checkout {    text-align: center;  }  .map-popup .map-popup-checkout .button,  .map-popup .map-popup-checkout .additional-addtocart-box,  .map-popup .map-popup-checkout .paypal-logo a,  .map-popup .map-popup-checkout .paypal-logo .paypal-or {    float: none;  }  .map-popup .map-popup-checkout .additional-addtocart-box {    min-width: 0px;  }  .map-popup .map-popup-checkout .paypal-logo .paypal-or {    margin: 0px;    margin-bottom: 10px;  }}.map-popup .map-popup-checkout:after {  content: '';  display: table;  clear: both;}.map-popup .map-popup-price {  padding: 10px 0;}@media only screen and (max-width: 479px) {  .map-popup .map-popup-price {    text-align: center;    padding-top: 0px;  }}.map-popup .map-popup-price .price-box,.map-popup .map-popup-price .price-box .special-price {  display: inline-block;  margin: 0;  padding: 0;}.map-popup .map-popup-price .price-box .minimal-price-link {  display: inline-block;}.map-popup .map-popup-text {  padding: 10px 0;  margin: 0 10px;  word-wrap: break-word;}.map-popup .map-popup-text,.map-popup .map-popup-only-text {  border-top: 1px solid #ededed;}/* ============================================ * * Catalog - MSRP Product Listing * ============================================ */.price-box .map-link {  display: block;  text-align: center;}/* ============================================ * * Catalog - Compare * ============================================ */.block-compare .product-name:after {  content: '';  display: table;  clear: both;}.compare-table .product-image {  display: inline-block;}.compare-table .product-shop-row.top td {  padding-bottom: 0;  border-bottom: 0;}.compare-table .product-shop-row.bottom td {  padding-top: 0;}/* ============================================ * * Checkout - Layout * ============================================ */.cart-table {  float: left;  width: 60%;}.cart .button {  white-space: normal;}.cart-forms,.cart-totals-wrapper,.crosssell {  float: right;  clear: right;  width: 40%;  padding-left: 20px;}.cart-totals,.cart-forms .discount,.cart-forms .giftcard,.cart-forms .shipping {  padding: 10px;  background-color: #f4f4f4;  border: 1px solid #cccccc;}.cart-table,.cart-totals,.cart-forms .discount,.cart-forms .giftcard,.cart-forms .shipping {  margin-bottom: 20px;}.checkout-cart-index #postcode {  width: 100%;}.display-both-prices .cart-table {  float: none;  width: 100%;}.display-both-prices .cart-forms {  float: left;  padding-right: 10px;  padding-left: 0;}.display-both-prices .cart-totals-wrapper,.display-both-prices .crosssell {  padding-left: 10px;}.display-both-prices .cart-forms,.display-both-prices .cart-totals-wrapper,.display-both-prices .crosssell {  width: 50%;}.display-both-prices .crosssell {  clear: right;  float: right;}@media only screen and (max-width: 979px) {  .display-single-price .cart-table {    float: none;    width: 100%;  }  .display-single-price .cart-forms {    float: left;    padding-right: 10px;    padding-left: 0;  }  .display-single-price .cart-totals-wrapper,  .display-single-price .crosssell {    padding-left: 10px;  }  .display-single-price .cart-forms,  .display-single-price .cart-totals-wrapper,  .display-single-price .crosssell {    width: 50%;  }  .display-single-price .crosssell {    clear: right;    float: right;  }}@media only screen and (max-width: 599px) {  .product-cart-sku {    display: none;  }  .display-both-prices .cart-forms,  .display-both-prices .cart-totals-wrapper,  .display-both-prices .crosssell,  .display-single-price .cart-forms,  .display-single-price .cart-totals-wrapper,  .display-single-price .crosssell {    padding-top: 0;    padding-left: 0;    padding-right: 0;    float: none;    width: 100%;  }}.display-single-price:after {  content: '';  display: table;  clear: both;}/* ============================================ * * Checkout - Cart * ============================================ */.cart .page-title {  margin-bottom: 15px;  border-bottom: 1px solid #ededed;}.cart .page-title:after {  content: '';  display: table;  clear: both;}.cart .page-title h1 {  float: left;  border-bottom: none;  margin-bottom: 6px;  margin-right: 10px;}.checkout-types {  float: right;  text-align: right;  max-width: 78%;  /* We always want this shipping method to display on its own line */}.checkout-types li {  vertical-align: top;  margin: 0 0 5px 5px;}.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 li {  display: inline-block;}.checkout-types.top .bml_button {  display: inline-block;  vertical-align: top;}.checkout-types.top .bml_button img {  display: block;}.checkout-types.top .paypal-logo .paypal-or {  margin-top: 5px;}.checkout-types.bottom .paypal-logo a, .checkout-types.minicart .paypal-logo a {  display: block;}.checkout-types.bottom .paypal-or, .checkout-types.minicart .paypal-or {  margin: 0px;  display: block;  text-align: center;}@media only screen and (min-width: 741px) {  .checkout-types.bottom .paypal-or {    text-align: right;    padding-right: 70px;  }}.cart-totals .checkout-types .btn-checkout {  margin-bottom: 7px;}@media only screen and (max-width: 740px) {  .checkout-types {    float: none;    text-align: center;  }  .checkout-types.bottom .paypal-or, .checkout-types.minicart .paypal-or {    width: auto;    float: none;  }  .checkout-types li {    float: none;    width: 100%;    margin-left: 0;  }}@media only screen and (max-width: 599px) {  .btn-checkout {    width: 100%;  }}.cart-table {  font-family: Lora;}.cart-table th,.cart-table td,.cart-table tbody td {  border-bottom: none;  vertical-align: top;}.cart-table h2 {  color: #636363;  font-size: 14px;  font-weight: 600;  margin-bottom: 0;}.cart-table thead th,.cart-table tbody td {  background-color: transparent;  padding: 10px 5px;  font-family: Lora;}.cart-table .product-cart-info,.cart-table .product-cart-actions {  padding-left: 15px;}.cart-table tr {  border-bottom: 1px solid silver;}.cart-table tfoot tr {  background: none;}.cart-table tfoot tr &gt; td:after {  content: '';  display: table;  clear: both;}.cart-table span.or {  font-size: 9px;  padding: 0 5px;  text-transform: uppercase;  font-family: Lora;}.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 {  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-sku {  font-family: Georgia, Times, "Times New Roman", serif;  font-style: italic;  font-size: 12px;  margin: 5px 0 12px;}.cart-table .product-cart-sku .label {  font-weight: 600;}.cart-table .btn-empty {  float: left;}.cart-table .product-cart-total,.cart-table .product-cart-price {  text-align: center;}.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 #3399cc;  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 #3399cc;  border-bottom: none;  right: -15px;  top: 6px;}.cart-table .cart-links &gt; li {  white-space: nowrap;  line-height: 1.3;  margin-bottom: 5px;  min-width: 65px;  font-size: 13px;}.cart-table .cart-links &gt; li &gt; a {  display: block;}.cart-table .cart-links &gt; li:last-child {  margin-bottom: 0;}.cart-table .product-cart-actions {  min-width: 60px;  text-align: center;}.cart-table .product-cart-actions .qty {  height: 30px;  border-color: silver;  border-radius: 0;  margin-bottom: 10px;  text-align: center;  width: 3.2em;}.cart-table .product-cart-actions .button {  margin-bottom: 5px;}.cart-table .item-options {  padding-left: 15px;}@media only screen and (max-width: 770px) {  .cart-table th {    font-size: 12px;  }  .cart-table th,  .cart-table td {    padding: 7px 6px;  }  .cart-table .product-cart-actions &gt; li {    white-space: inherit;  }}@media only screen and (max-width: 699px) {  .display-both-prices .cart-table thead th.cart-total-head,  .display-both-prices .cart-table td.product-cart-total {    display: none;  }}@media only screen and (max-width: 599px) {  .cart-table colgroup, .cart-table thead {    display: none;  }  .cart-table tr {    display: block;    margin-bottom: 10px;    padding-bottom: 10px;    position: relative;    width: 100%;  }  .cart-table tr:after {    content: '';    display: table;    clear: both;  }  .cart-table tr:last-child {    margin-bottom: 0;  }  .cart-table tfoot tr {    padding-bottom: 0;  }  .cart-table td {    border: none;    display: block;  }  .cart-table td[data-rwd-label] {    padding-left: 15px;    margin-bottom: 6px;  }  .cart-table td[data-rwd-label] .price {    font-weight: normal;  }  .cart-table td[data-rwd-label]:before {    content: attr(data-rwd-label) ":";    font-size: 12px;    font-family: Lora;    padding-right: 5px;    text-transform: uppercase;  }  .cart-table td.product-cart-price {    text-align: left;  }  .cart-table h2 {    font-size: 12px;  }  .cart-table .cart-links {    padding-top: 5px;    padding-right: 5px;  }  .cart-table .cart-links &gt; li {    white-space: normal;    text-align: center;  }  .cart-table .cart-links &gt; li &gt; a {    padding: 2px 0px;  }  .cart-table .cart-tax-info {    font-style: italic;    padding-left: 15px;    font-size: 13px;  }  .cart-table .cart-tax-info .price {    font-size: 13px;  }  .cart-table .product-cart-image {    width: 25%;    float: left;    padding-bottom: 0;  }  .cart-table .product-cart-image a.cart-edit {    display: block;    font-size: 16px;    text-align: center;    text-transform: uppercase;  }  .cart-table .product-cart-info,  .cart-table td[data-rwd-label] {    float: right;    width: 75%;  }  .cart-table .product-cart-actions,  .cart-table .product-cart-price {    padding-bottom: 0;    padding-top: 0;    float: right;  }  .cart-table .product-cart-remove,  .cart-table .product-cart-total,  .cart-table .product-cart-actions .cart-links {    display: none;  }  .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 .btn-remove {    float: right;    margin: -4px 0px 2px 7px;  }  .cart-table .product-cart-info .product-cart-sku {    margin-bottom: 5px;  }  .cart-table .product-cart-actions {    text-align: left;  }  .cart-table .product-cart-actions .qty {    margin-right: 7px;    margin-bottom: 7px;  }  .cart-table .price,  .cart-table .product-cart-price:before {    font-weight: 500;    font-size: 15px;    font-family: Lora;  }  .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;  }  .display-both-prices .cart-table td[data-rwd-tax-label]:before {    content: attr(data-rwd-tax-label) ":";  }}/* ============================================ * * Checkout - Estimate Shipping and Tax * ============================================ */.shipping h2 {  font-size: 12px;  font-weight: bold;  margin: 0 0 5px;}.shipping select {  max-width: 100%;  height: 30px;  display: block;  border: 1px solid silver;}.shipping select.validation-failed {  border-color: #df280a;}.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-family: Lora;  font-size: 13px;  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-family: Georgia, Times, "Times New Roman", serif;  font-size: 12px;  font-style: italic;  min-width: 100px;}.shipping .sp-methods label span {  font-family: Lora;  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 #cccccc;  background-color: #ececec;  min-width: 220px;}.shipping #co-shipping-method-form .sp-methods dd label:hover {  background-color: #dbdbdb;}@media only screen and (max-width: 770px) {  .shipping .shipping-form .form-list &gt; li {    width: 100%;    float: none;  }  .shipping .shipping-form .form-list &gt; li label {    display: block;  }  .shipping .shipping-form .form-list &gt; li input,  .shipping .shipping-form .form-list &gt; li select {    width: 100%;  }}.cart .cart-totals {  text-align: right;}.cart .cart-totals:after {  content: '';  display: table;  clear: both;}.cart .cart-totals table {  font-family: Lora;  font-size: 12px;  margin-bottom: 20px;  text-transform: uppercase;  width: 100%;}.cart .cart-totals table td {  padding: 2px 0px;}.cart .cart-totals table td:first-child {  padding-right: 10px;  min-width: 120px;}.cart .cart-totals table tbody tr:last-child td,.cart .cart-totals table tbody tr:last-child th {  padding-bottom: 10px;}.cart .cart-totals table tfoot {  border-top: 1px solid #E6E6E6;  border-bottom: 1px solid #E6E6E6;}.cart .cart-totals table tfoot td {  font-size: 14px;  padding: 2px 5px;  vertical-align: top;}.cart .cart-totals table tfoot strong span,.cart .cart-totals table tfoot span.price {  font-family: Lora;}.cart .cart-totals table tfoot strong {  font-weight: 400;}@media only screen and (max-width: 600px) {  .cart-totals {    text-align: right;  }}@media only screen and (max-width: 770px) {  .cart .cart-totals table tfoot td {    font-size: 18px;  }}.discount-form:after,#giftcard-form:after {  content: '';  display: table;  clear: both;}#discount-coupon-form,.cart .giftcard {  width: 100%;}#discount-coupon-form h2,.cart .giftcard h2 {  display: none;}#discount-coupon-form label,.cart .giftcard label {  font-family: Lora;  font-size: 12px;  font-weight: 400;  text-align: left;  text-transform: uppercase;  min-width: 105px;  display: inline-block;  margin-right: 10px;}#discount-coupon-form .field-wrapper,.cart .giftcard .field-wrapper {  display: inline-block;}#discount-coupon-form .validation-advice,.cart .giftcard .validation-advice {  display: inline;}#discount-coupon-form .button-wrapper,.cart .giftcard .button-wrapper {  display: inline-block;  vertical-align: bottom;}#discount-coupon-form .button-wrapper &gt; button,.cart .giftcard .button-wrapper &gt; button {  float: left;}#discount-coupon-form .input-text,.cart .giftcard .input-text {  border-radius: 0;  height: 30px;  margin: 4px 10px 0 0;  width: 190px;}.cart .giftcard p {  margin-bottom: 7px;}.cart .giftcard .check-gc-status {  float: left;  padding: 0px;}.cart .giftcard .check-gc-status &gt; span &gt; span {  font-size: 14px;  text-transform: none;}/* ============================================ * * Checkout - Cart Cross sell * ============================================ */.crosssell h2 {  color: #3399cc;}.crosssell .item a.product-image {  width: auto;  float: left;}/* Change the layout to 2 columns at a breakpoint that is higher than a 3 columns layout would normally break */@media only screen and (max-width: 979px) {  .crosssell {    /* Undo three-column config */  }  .crosssell .products-grid &gt; li:nth-child(even),  .crosssell .products-grid &gt; li:nth-child(3n),  .crosssell .products-grid &gt; li {    width: 47.72727%;    margin-right: 4.54545%;  }  .crosssell .products-grid &gt; li:nth-child(odd) {    clear: left;  }  .crosssell .products-grid &gt; li:nth-child(even) {    margin-right: 0;  }  .crosssell .products-grid &gt; li:nth-child(3n+1) {    clear: none;  }}@media only screen and (max-width: 599px) {  .cart-table .cart-tax-total:after {    right: -9px;  }  .cart-table .cart-tax-total.cart-tax-total-expanded:after {    right: -13px;  }}@media only screen and (max-width: 320px) {  .crosssell ul .item {    padding: 0 0px 40px;  }  .crosssell ul .product-details .crosssell-actions {    padding: 0 5px;  }}/* ============================================ * * Checkout - One Page * ============================================ */.checkout-onepage-index .col-right,.checkout-onepage-index .col-left {  display: none;}.checkout-onepage-index .col-main {  width: auto;  float: none;}@media only screen and (min-width: 980px) {  .checkout-onepage-index .col-main {    float: left;   /* width: 68.75%;    padding-right: 20px;*/  width:100%;  }  .checkout-onepage-index .col-right,  .checkout-onepage-index .col-left {    width: 31.25%;    display: block;  }  .checkout-onepage-index .col-right {    padding-left: 0;  }}.opc select {  width: 365px;}/* -------------------------------------------- * * Section Styling - Default */.opc .section .step-title {  width: 100%;  border-top: 1px solid #ececec;  position: relative;  -moz-user-select: none;  -ms-user-select: none;  -webkit-user-select: none;  -o-user-select: none;  user-select: none;}.opc .section .step-title:after {  content: '';  display: table;  clear: both;}.opc .section.allow:not(.active) .step-title {  cursor: pointer;}/* Using .no-touch since touch devices emulate hover, thereby making steps look active that are not */.no-touch .opc .section.allow:not(.active) .step-title:hover {  background-color: #f4f4f4;}.opc .section.active .step-title {  border-bottom: 1px solid #ececec;}.opc .section .step-title a {  display: none;}.opc .section.allow:not(.active) .step-title a {  display: block;  float: right;  line-height: 40px;  height: 40px;  padding: 0px 10px;}.no-touch .opc .section .step-title a:hover {  text-decoration: none;}.opc .section .step-title .number,.opc .section.allow.active .step-title .number,.no-touch .opc .section.allow:hover .step-title .number {  width: 26px;  height: 26px;  text-align: center;  color: #FFFFFF;  line-height: 26px;  background-color: #de1e35;  display: block;  position: absolute;  top: 50%;  left: 10px;  margin-top: -13px;}.opc .section.allow .step-title .number {  background-color: #fbdbe6;}.opc .section.allow .step-title h2 {  color: #a0a0a0;}.opc .section.allow .step-title:hover h2,.opc .section.active .step-title h2 {  color: #c20f24;}.opc .section .step-title h2 {  font-size: 16px;  font-weight: 400;  line-height: 40px;  height: 40px;  float: left;  margin: 0px 4px 0px 45px;}.opc .section .step {  padding: 20px;}.opc .section .step:after {  content: '';  display: table;  clear: both;}@media only screen and (max-width: 979px) {  .opc .section .step {    padding: 10px;  }}.opc select {  max-width: 365px;  width: 100%;}.opc h3 {  font-weight: 500;}.opc .buttons-set {  text-align: left;}.opc .buttons-set button.button {  float: left;  margin-left: 0;  margin-right: 10px;  margin-bottom: 0;}.opc .buttons-set p.required {  float: right;  margin-left: 5px;  margin-bottom: 0;}.opc .buttons-set .back-link {  float: right;  margin: 0;}.opc .buttons-set a {  line-height: 20px;  display: inline-block;  padding: 5px 5px 5px 0;}@media only screen and (max-width: 479px) {  .opc .buttons-set .button + .buttons-set .button,  .paypal-express-review .buttons-set .button + .buttons-set .button {    margin-left: 0;  }}.opc #opc-login .step {  padding: 0px;}.opc #opc-login .buttons-set {  border-top: 0;  padding-top: 5px;}@media only screen and (max-width: 770px) {  .opc #opc-login .description,  .opc #opc-login p.required {    display: none;  }}#opc-payment .note {  padding: 10px;}/* -------------------------------------------- * * This section hides everything but the "Checkout Method" step of the checkout process and fades in the content * once the customer progresses to the next step. The purpose of this is to simplify what the customer has to focus on. * It is limited to larger viewports since smaller devices are inherently going to be focused solely on the * "Checkout Method" step. */.opc.opc-firststep-login .section:not(#opc-login) .step-title,.opc-block-progress-step-login {  -webkit-transition: opacity 300ms linear;  -webkit-transition-delay: 0;  -moz-transition: opacity 300ms linear 0;  -o-transition: opacity 300ms linear 0;  transition: opacity 300ms linear 0;}.opc.opc-firststep-login .section#opc-login .step-title .number {  -webkit-transition: width 80ms linear;  -webkit-transition-delay: 0;  -moz-transition: width 80ms linear 0;  -o-transition: width 80ms linear 0;  transition: width 80ms linear 0;}.opc.opc-firststep-login .section#opc-login .step-title h2 {  -webkit-transition: margin-left 80ms linear;  -webkit-transition-delay: 0;  -moz-transition: margin-left 80ms linear 0;  -o-transition: margin-left 80ms linear 0;  transition: margin-left 80ms linear 0;}/* When a user progresses from the "Checkout Method" to "Billing Information" for the first time, the              *//* "opc-has-progressed-from-login" class gets added to the body. Also, the .opc element will only have the         *//* "opc-firststep-login" class if the first step of the checkout is the "Checkout Method" (eg, not when logged in) */body:not(.opc-has-progressed-from-login) .opc.opc-firststep-login .section:not(#opc-login) .step-title,body:not(.opc-has-progressed-from-login) .opc-block-progress-step-login {  opacity: 0;}body:not(.opc-has-progressed-from-login) .opc.opc-firststep-login .section#opc-login .step-title .number {  width: 0px;  overflow: hidden;}body:not(.opc-has-progressed-from-login) .opc.opc-firststep-login .section#opc-login .step-title h2 {  margin-left: 0px;}/* -------------------------------------------- * * Shipping and Payment methods */.sp-methods {  margin: 0 0 8px;}.sp-methods dt {  margin: 13px 0 5px;  font-weight: bold;}.sp-methods dt:first-child {  margin: 0 0 5px;}.sp-methods dd li {  margin: 5px 0;}.sp-methods label img {  float: left;}.sp-methods label a {  margin-top: 6px;  float: right;  margin-left: 10px;}.sp-methods .price {  font-weight: bold;}.sp-methods .form-list {  padding-left: 20px;}.sp-methods .form-list li {  margin: 0 0 8px;}.sp-methods select.month {  width: 120px;  margin-right: 10px;}.sp-methods select.year {  width: 96px;}.sp-methods input.cvv {  width: 4em !important;}.sp-methods #advice-validate-cc-exp-ccsave_expiration {  max-width: 130px;}.sp-methods .checkmo-list li {  margin: 0 0 5px;  content: '';  display: table;  clear: both;}.sp-methods .checkmo-list label {  width: 165px;  padding-right: 15px;  text-align: right;  float: left;}.sp-methods .checkmo-list address {  float: left;}@media only screen and (max-width: 479px) {  .sp-methods .checkmo-list {    padding-left: 0;  }  .sp-methods .checkmo-list label {    width: 135px;  }}.sp-methods .release-amounts {  margin: 0.5em 0;}.sp-methods .release-amounts button {  float: left;  margin: 5px 10px 0 0;}/* One Page Checkout */.block-progress {  border: 0;  margin: 0;  border-left: 1px solid #cccccc;  padding-left: 20px;}.block-progress .block-content {  font-size: 13px;}.block-progress dt {  padding-top: 6px;  margin: 0;  margin-bottom: 10px;  color: #636363;  font-family: Lora;  font-size: 14px;  font-weight: bold;  font-style: normal;  line-height: 1.4;  text-rendering: optimizeSpeed;  text-transform: uppercase;  margin-bottom: 6px;  text-transform: uppercase;  font-weight: normal;  color: #a0a0a0;}.block-progress dt.complete {  color: #636363;}.block-progress dd {  padding-left: 15px;  margin-bottom: 10px;  font-family: Georgia, Times, "Times New Roman", serif;  font-style: italic;}.block-progress dd address {  font-style: italic;}.block-progress #payment-progress-opcheckout .subtitle {  margin-bottom: 3px;}.block-progress .payment-info dt {  padding: 0;  margin: 0 0 3px 0;  color: #636363;  font-family: Georgia, Times, "Times New Roman", serif;  text-transform: none;  font-style: italic;  float: left;  clear: both;  font-size: 13px;}.block-progress .payment-info dt:after {  content: ': ';}.block-progress .payment-info dd {  float: left;  margin-bottom: 3px;  font-size: 13px;}.block-progress .payment-info:after {  content: '';  display: table;  clear: both;}/* review step */#checkout-review-table .btn-remove img {  display: none;}#checkout-review-table-wrapper {  clear: both;}#review-buttons-container {  width: 100%;  margin-top: 15px;  margin-bottom: 15px;}#review-buttons-container .btn-checkout {  min-width: 220px;}#review-buttons-container .please-wait {  float: left;  margin-right: 10px;}#review-buttons-container .f-left {  float: right;}@media only screen and (max-width: 599px) {  .linearize-table-large.checkout-review-table thead tr:nth-child(1n+2) {    display: none;  }}@media only screen and (max-width: 479px) {  .linearize-table.checkout-review-table thead tr:nth-child(1n+2) {    display: none;  }}/* show/hide "change" link for progress step depend on complete status * should be placed in .css file */.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 &gt; dl &gt; div {  float: left;  width: 50%;}@media only screen and (max-width: 479px) {  #checkout-step-review .opc-block-progress .block-content &gt; dl &gt; 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 &gt; tr &gt; th {    display: none;  }  #checkout-review-table thead &gt; tr &gt; th:first-child {    display: block;  }  #checkout-review-table thead &gt; tr &gt; th:first-child {    display: block;  }}#checkout-step-review .centinel &gt; p {  margin-bottom: 10px;}#checkout-step-review .centinel iframe {  width: 100%;  min-height: 400px;}/* Gift options */.gift-messages-form .item {  content: '';  display: table;  clear: both;  margin-top: 30px;}.gift-messages-form .item h5 {  font-weight: bold;}.gift-messages-form .item .product-img-box {  width: auto;  float: left;  padding-right: 15px;}.gift-messages-form .item .details {  float: left;}.gift-message-form .inner-box &gt; div {  content: '';  display: table;  clear: both;  width: 100%;  margin-top: 15px;  display: block;}.gift-message-form .inner-box &gt; div.extra-options-container p {  margin-bottom: 15px;}.gift-message-form .gift-wrapping-form label {  margin-right: 10px;}.gift-message-form .gift-wrapping-form img {  float: left;}.gift-message-form .gift-wrapping-form .gift-wrapping-design {  height: 75px;}.gift-message-form .gift-wrapping-form .gift-wrapping-design:after {  content: '';  display: table;  clear: both;}.gift-message-form .gift-wrapping-form .gift-wrapping-design .image-box {  margin-right: 5px;}.gift-message-form .gift-item {  padding-bottom: 10px;  margin-bottom: 10px;  border-bottom: solid 1px #ececec;}.gift-message-form .gift-item:after {  content: '';  display: table;  clear: both;}.gift-message-form .gift-item .product-img-box {  width: 200px;}.gift-message-form .gift-item .product-img-box .product-image {  width: 75px;  margin-left: auto;  margin-right: auto;}.gift-message-form .gift-item .product-img-box .product-name {  display: block;}.gift-message-form .gift-item .fieldset {  margin-left: 200px;}@media only screen and (max-width: 770px) {  .gift-message-form .giftmessage-area {    max-width: 100%;  }  .gift-message-form .gift-item .product-img-box {    width: 100%;    float: none;  }  .gift-message-form .gift-item .fieldset {    margin-left: 0px;  }  .gift-message-form .gift-item .fieldset textarea {    width: 100%;  }}/* ============================================ * * Checkout - Success * ============================================ */.checkout-onepage-success .col-main {  padding: 0;  text-align: center;}.checkout-onepage-success .buttons-set {  margin: 10px 0;  text-align: center;}.checkout-onepage-success .buttons-set button {  float: none;}/* ============================================ * * Configurable Swatches * ============================================ *//* Clears */.clearfix:after,.configurable-swatch-list:after,.product-view .product-options .swatch-attr:after {  content: '';  display: table;  clear: both;}/* General Swatch Styling */.swatch-link,.swatch-label {  display: block;  border-radius: 3px;  font-size: 14px;  text-align: center;  color: #636363;  text-decoration: none;  box-sizing: content-box;}.swatch-link {  border: 1px solid #cccccc;  margin: 0 0 3px;}.swatch-link img {  border-radius: 2px;}.swatch-link:hover {  cursor: pointer;  text-decoration: none;}.swatch-link .x {  display: none;  text-indent: -999em;  position: absolute;  left: 0;  right: 0;  top: 0;  bottom: 0;  background: url(../../frontend/Lucia/default/en_US/images/bg_x.png) center no-repeat transparent;  z-index: 10;}.swatch-link.has-image .swatch-label {  position: relative;}.swatch-link.has-image img {  position: absolute;  top: 0;  left: 0;}.swatch-label {  border: 1px solid #fff;  margin: 0;  white-space: nowrap;  background: #f4f4f4;}.configurable-swatch-list {  margin-left: -3px;  zoom: 1;  clear: both;  -webkit-transform: translateZ(0px);}.configurable-swatch-list li {  float: left;  zoom: 1;  margin: 0 0 0 3px;}.products-grid .configurable-swatch-list li {  display: inline-block;  float: none;  margin: 0;  vertical-align: top;}.configurable-swatch-list .not-available .x {  display: block;}.configurable-swatch-list .not-available .swatch-link {  border-color: #ededed;  position: relative;}.configurable-swatch-list .not-available .swatch-link.has-image img {  opacity: 0.4;  filter: alpha(opacity=40);}.configurable-swatch-list .not-available .swatch-label {  color: #aaa;  background: #fff;}.configurable-swatch-list .wide-swatch .swatch-label {  padding: 0 6px;}.configurable-swatch-list .not-available a:focus {  outline: 0;}#narrow-by-list dd .configurable-swatch-list li {  margin: 0 0 0 3px;  width: 47%;}#narrow-by-list dd .swatch-link {  border: none;  line-height: 25px;  margin-right: 2px;  text-align: left;}#narrow-by-list dd .swatch-link.has-image {  line-height: inherit;}#narrow-by-list dd .swatch-link:hover .swatch-label {  border-color: #3399cc;}#narrow-by-list dd .swatch-label {  background: #f4f4f4;  border: 1px solid #cccccc;  border-radius: 3px;  display: block;  float: left;  line-height: 1.5em;  margin: 0 5px 0 0;  padding: 1px 5px;  white-space: nowrap;}#narrow-by-list dd .swatch-label img {  border: 1px solid #fff;  border-radius: 3px;  box-sizing: content-box;}#narrow-by-list dd .has-image .swatch-label {  padding: 0;}@media only screen and (max-width: 770px) {  #narrow-by-list dd .configurable-swatch-list li:nth-child(odd) {    clear: left;  }}.currently .swatch-current {  position: relative;}.currently .swatch-current .btn-remove {  margin-top: -10px;  position: absolute;  right: 0;  top: 50%;}.currently .swatch-current span {  display: block;  float: left;}.currently .swatch-link {  display: inline-block;  margin: 0 0 0 3px;}.currently .swatch-link:hover {  border-color: #cccccc;  cursor: default;}/* Other Swatch States */.configurable-swatch-list .hover .swatch-link,.configurable-swatch-list .selected .swatch-link,.swatch-link:hover {  border-color: #3399cc;}.configurable-swatch-box {  background: none !important;}.configurable-swatch-box select.swatch-select {  display: none;}.configurable-swatch-box .validation-advice {  margin: 0 0 5px;  background: #df280a;  padding: 2px 5px !important;  font-weight: bold;  color: #fff !important;  float: left;  display: block;  border-radius: 3px;}/* CUSTOM */.availability.out-of-stock span {  color: #a0a0a0;}.product-view .product-options .swatch-attr {  float: none;  display: block;  clear: both;  border: 0;}.product-view .product-options .swatch-attr label,.product-view .product-options .swatch-attr .select-label {  font-size: 12px;}.product-view .product-options .swatch-attr label {  display: block;  line-height: 1.3;}.product-view .product-options .swatch-attr .select-label {  display: inline;  font-weight: normal;  color: #3399cc;  padding-left: 5px;}.product-view .product-options dd .input-box {  width: auto;  height: auto;}.product-view .product-options .select-label {  display: none;}.catalog-product-view .add-to-cart button.out-of-stock {  background-position: -80px -362px;  cursor: default;}/* ============================================ * * Customer * ============================================ */.customer-account-login .scaffold-form label:first-child {  width: 115px;}.customer-account-login .col2-set .buttons-set {  text-align: left;  border-top: 0;}.customer-account-login .col2-set .buttons-set button,.customer-account-login .col2-set .buttons-set .button {  float: none;  min-width: 50%;  margin: 0;}.customer-account-login .col2-set .col-1 ul {  list-style: disc;  padding-left: 20px;  margin: 10px 0 20px 0;}@media only screen and (min-width: 480px) {  .customer-account-login .col2-set .col-1,  .customer-account-login .col2-set .col-2 {    padding-top: 0;    margin-top: 20px;  }  .customer-account-login .col2-set .col-1 {    padding-right: 20px;  }  .customer-account-login .col2-set .col-2 {    padding-left: 20px;    border-left: 1px solid #ededed;  }}@media only screen and (min-width: 770px) {  .customer-account-login .col2-set .col-1 {    padding-right: 0;  }  .customer-account-login .col2-set .col-2 {    padding-left: 60px;    border-left: 1px solid #ededed;  }}@media only screen and (max-width: 479px) {  .customer-account-login .col2-set .col-1 {    padding-bottom: 30px;  }  .customer-account-login .col2-set .col-2 {    padding-top: 30px;    border-top: 1px solid #ededed;  }}@media only screen and (max-width: 770px) {  .customer-account-login .col2-set p.required {    display: none;  }}.customer-account-create .scaffold-form label:first-child {  width: 140px;}.opc #opc-login p:not(.required) {  font-style: italic;  font-family: Georgia, Times, "Times New Roman", serif;  font-size: 13px;  color: #a0a0a0;}.remember-me-box a.hide {  display: none;}.remember-me-box .link-tip {  font-size: 13px;  padding-left: 10px;}.remember-me-popup {  display: none;  border: 1px solid #cccccc;  padding: 10px;  position: relative;}.remember-me-popup.show {  display: block;}.remember-me-popup p {  font-family: Lora;}.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-create .buttons-set {  max-width: 455px;}.customer-account-create .fieldset,.customer-account-create .buttons-set {  margin-left: 30px;}@media only screen and (max-width: 479px) {  .customer-account-create .fieldset,  .customer-account-create .buttons-set {    margin-left: 0;  }}.customer-account-create .fieldset .hidden {  display: none;}.customer-account-create #remember-me-popup {  max-width: 455px;}.customer-account-forgotpassword .fieldset,.customer-account-forgotpassword .buttons-set {  margin-left: 30px;  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 * ============================================ */body.customer-account .my-account .page-title h1 {  border: 0;  text-align: left;}body.customer-account .my-account .title-buttons {  position: relative;  text-align: right;}body.customer-account .my-account .title-buttons h1 {  text-align: left;}body.customer-account .my-account .title-buttons .button {  position: absolute;  right: 0;  top: 0;}body.customer-account .my-account .title-buttons a,body.customer-account .my-account .title-buttons span.separator {  position: relative;  top: -42px;}body.customer-account .my-account .fieldset h2,body.customer-account .my-account .addresses-list h2,body.customer-account .my-account .order-details h2 {  width: 100%;  display: inline-block;}body.customer-account .my-account .addresses-list h3 {  font-size: 14px;  font-weight: 600;}body.customer-account .my-account .fieldset {  margin-top: 30px;  margin-bottom: 30px;}body.customer-account .data-table {  margin-top: 5px;}body.customer-account .data-table td a {  font-family: Lora;  text-transform: uppercase;  font-style: normal;  font-size: 13px;}body.customer-account .data-table span.nobr {  white-space: normal;}body.customer-account .data-table span.nobr a {  white-space: nowrap;}body.customer-account .data-table td.view a {  display: block;}body.customer-account .data-table .separator {  display: none;}body.customer-account .sidebar .block ol#compare-items li {  margin: 10px 0;}body.customer-account .sidebar .block .block-content p.block-subtitle {  margin-bottom: 15px;}body.customer-account .sidebar .block .block-content .actions {  margin-top: 30px;}body.customer-account .sidebar ol#cart-sidebar-reorder li {  margin-top: 10px;  margin-bottom: 0;}body.customer-account .sidebar ol#cart-sidebar-reorder p.product-name {  display: inline-block;  margin-bottom: 0;}body.customer-account .sidebar .block-cart .summary {  margin-bottom: 15px;}body.customer-account .sidebar .block-reorder ol#cart-sidebar-reorder li {  margin-top: 10px;  margin-bottom: 0;}body.customer-account .sidebar .block-reorder ol#cart-sidebar-reorder li input {  margin-right: 10px;}body.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 {  width: 40px;  float: left;  margin-right: 10px;}.form-list .customer-dob .dob-year {  width: 80px;  float: left;}/* ============================================ * * Dashboard * ============================================ */.dashboard .box-head {  margin-top: 30px;  border-bottom: 1px solid #cccccc;  padding-bottom: 7px;}.dashboard .box-head h2 {  font-size: 15px;  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 #cccccc;  margin-bottom: 45px;}.dashboard .box-account p,.dashboard .box-account address {  font-family: Georgia, Times, "Times New Roman", serif;  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 h3,.dashboard .col2-set .col-2 .box-title h2,.dashboard .col2-set .col-2 .box-title h3 {  font-weight: 600;  font-size: 14px;  margin-bottom: 0;}.dashboard .col2-set .col-1 .box-title a,.dashboard .col2-set .col-2 .box-title a {  line-height: 19.6px;}.dashboard .box-reviews.box-account {  padding-bottom: 0;}.dashboard .box-reviews li {  padding: 10px 0;  border-top: 1px solid #ededed;}.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: 13px;}.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-family: Lora;  font-size: 13px;  margin-right: 5px;}.dashboard .box-reviews li .details .ratings .rating-box {  float: left;  margin: 3px 0 0 0;}/* ============================================ * * Address Book * ============================================ */.my-account .addresses-list {  font-family: Georgia, Times, "Times New Roman", serif;}.my-account .addresses-list .col-1,.my-account .addresses-list .col-2 {  padding-bottom: 0;}.my-account .addresses-list .item {  margin: 0 0 30px 0;}.my-account .addresses-list .item p {  margin-top: 10px;}@media only screen and (max-width: 770px) {  .my-account .addresses-list .col-1,  .my-account .addresses-list .col-2 {    width: 100%;    padding-left: 0;    padding-right: 0;  }  .my-account .addresses-list .col-1 li.empty,  .my-account .addresses-list .col-2 li.empty {    width: 100%;  }}@media only screen and (max-width: 599px) {  .my-account .addresses-list .addresses-additional p a {    white-space: nowrap;  }}/* ============================================ * * Order View * ============================================ */.order-info {  padding-bottom: 10px;  border-bottom: 1px solid #ededed;  width: 100%;  margin-bottom: 30px;}.order-info dt,.order-info dd,.order-info ul,.order-info li {  display: inline;}.order-info dt {  margin-right: 20px;}.order-info li {  margin: 0 0 0 20px;}.order-info li.current {  font-weight: 600;}.order-info li:first-child {  margin-left: 0;}.order-date {  font-family: Lora;  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 #ededed;}.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 {  width: 150px;  padding-right: 10px;  float: left;}.order-info-box .box-title h2 {  font-size: 14px;  font-family: Lora;  font-weight: bold;  line-height: 1.5;}.order-info-box .box-title h2:after {  content: ':';}.order-info-box .box-content {  float: left;  font-family: Georgia, Times, "Times New Roman", serif;}.order-info-box .box-content td,.order-info-box .box-content th {  font-family: Georgia, Times, "Times New Roman", serif;  line-height: 1.3;}.order-info-box .box-content th {  padding-top: 10px;}.order-info-box .box-content td {  padding-left: 15px;}.order-info-box .box-content strong {  font-family: Lora;  font-weight: normal;  text-transform: uppercase;}#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: #ededed;  }  #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: 15px;  }  #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: 30px;    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: 770px) {  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: 30px;  }  .order-info dt {    display: none;  }  .dashboard .page-title {    margin-top: 20px;  }  .dashboard .page-title h1 {    margin-top: 0;  }  .dashboard .welcome-msg {    font-family: Georgia, Times, "Times New Roman", serif;  }  .dashboard .welcome-msg .hello {    font-style: italic;  }  .dashboard .box-account {    padding-bottom: 15px;    margin-bottom: 30px;  }  .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 .page-title h1 {    text-align: center;  }  body.customer-account .my-account .title-buttons {    text-align: center;  }  body.customer-account .my-account .title-buttons .button {    width: 100%;    position: static;    margin-bottom: 15px;  }  body.customer-account .my-account .title-buttons .button + .button {    margin-left: 0px;  }  body.customer-account .my-account .fieldset h2 {    margin-bottom: 15px;  }  body.customer-account .my-account .order-details h2 {    margin-bottom: 15px;  }  body.customer-account .my-account .buttons-set {    border-top: 0;  }  body.customer-account .my-account .addresses-list .item {    margin-bottom: 15px;    padding-right: 0;    float: none;    width: auto;  }  body.customer-account .my-account .addresses-list h2 {    margin-bottom: 15px;  }  .order-info {    margin-top: 15px;  }  .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: 15px;  }  .order-info-box {    margin: 0;  }  .order-info-box .col-1,  .order-info-box .col-2 {    width: 100%;    border-bottom: 1px solid #ededed;    padding: 15px 0;  }  .order-info-box + .order-info-box {    padding-bottom: 0;    border-bottom: 0;    margin-bottom: 30px;  }  #my-reviews-table .nobr {    white-space: normal;  }}/* ============================================ * * Newsletter Subscriptions * ============================================ */body.newsletter-manage-index .my-account .fieldset {  margin-bottom: 20px;}body.newsletter-manage-index .my-account .fieldset h2 {  display: none;}body.newsletter-manage-index .my-account .form-list {  border-top: 1px solid #ededed;  padding-top: 10px;}/* ============================================ * * Contacts * ============================================ */.contacts-index-index .buttons-set {  margin-left: 30px;  max-width: 435px;}.contacts-index-index .buttons-set p.required {  float: left;}@media only screen and (max-width: 599px) {  .contacts-index-index .buttons-set {    max-width: 330px;    margin-left: 0;  }  .contacts-index-index .buttons-set button {    float: left;    margin-left: 0px;  }  .contacts-index-index .buttons-set p.required {    float: right;  }}/* ============================================ * * PayPal * ============================================ */@media only screen and (max-width: 870px) and (min-width: 771px) {  .paypal-review-order .col2-set .col-1,  .paypal-review-order .col2-set .col-2 {    padding: 0px;  }}.paypal-review-order .info-set {  margin-bottom: 10px;  padding-bottom: 10px;  border-bottom: 1px solid #ededed;}.paypal-review-order .buttons-set {  margin-top: 0px;  padding-top: 0px;  border: 0;}.paypal-review-order .buttons-set button {  margin-bottom: 10px;}@media only screen and (max-width: 770px) {  .paypal-review-order .col-1 {    padding-bottom: 0;  }  .paypal-review-order .field.inactive {    display: none;  }}.top-container .bml-ad {  margin-top: 7px;  margin-bottom: 7px;  text-align: center;}.top-container .bml-ad span {  display: inline-block;}.top-container .bml-ad span a {  display: block;}.bml-ad {  display: none;  text-align: center;  margin-bottom: 5px;}.bml-ad span {  display: block;  line-height: 0;}.bml-ad a {  display: inline-block;  max-width: 100%;}.bml-ad a:hover {  opacity: 0.7;}.bml-ad img {  height: auto !important;  max-width: 100%;}.cart-totals-wrapper .bml-ad.large img {  display: block;  margin: 0;}@media only screen and (max-width: 770px) {  .bml-ad.small {    display: block;  }}@media only screen and (min-width: 771px) {  .bml-ad.large {    display: block;  }}div.paypal-logo {  text-align: center;  margin: 15px 0;  max-width: 100%;}div.paypal-logo span {  display: block;  width: 100%;}div.paypal-logo span a {  display: inline-block;  max-width: 100%;}div.paypal-logo span a img {  max-width: 100%;}div.paypal-logo span &gt; img {  display: none;}.checkout-types div.paypal-logo {  text-align: right;}.bml-checkout-type {  list-style-type: none;}.sidebar .paypal-logo {  text-align: center;  line-height: 0;}.sidebar .paypal-logo &gt; a {  display: inline-block;  max-width: 100%;}.sidebar .paypal-logo &gt; a:hover {  opacity: 0.8;}.sidebar .paypal-logo &gt; a img {  display: block;}.sidebar .paypal-logo .label {  margin-top: 4px;}.sidebar .paypal-logo .label a {  font-size: 12px;  line-height: 1.5;}/* ============================================ * * Review - Customer * ============================================ */#customer-reviews {  width: auto;  float: none;}#customer-reviews .review-heading {  border-top: 1px solid #cccccc;  border-bottom: 1px solid #cccccc;  padding: 10px 0 5px;}#customer-reviews .review-heading:after {  content: '';  display: table;  clear: both;}#customer-reviews .review-heading h2 {  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 .count-container .limiter label {  font-family: Lora;  font-size: 10px;  text-transform: uppercase;}#customer-reviews .review-heading .pager .amount {  display: none;}#customer-reviews h2 {  color: #3399cc;  font-size: 12px;  text-transform: uppercase;}#customer-reviews h2 span {  color: #636363;}#customer-reviews h3 {  font-family: Lora;  font-size: 12px;  font-weight: normal;  text-transform: uppercase;}#customer-reviews h3 span {  color: #3399cc;}#customer-reviews .fieldset {  padding-top: 25px;  width: 470px;}#customer-reviews .fieldset h4 {  border-bottom: 1px solid #cccccc;  font-family: Lora;  font-size: 12px;  font-weight: normal;  padding-bottom: 5px;  text-transform: uppercase;}#customer-reviews .fieldset h4 em {  display: none;}#customer-reviews .fieldset .form-list {  font-family: Lora;  font-size: 12px;  font-weight: normal;  margin: 10px 0;  text-transform: uppercase;  width: 470px;}#customer-reviews .fieldset .form-list .inline-label:after {  content: '';  display: table;  clear: both;}#customer-reviews .fieldset .form-list label {  font-size: 12px;  font-weight: normal;}#customer-reviews .fieldset .form-list textarea {  border: 1px solid #cccccc;  border-radius: 0;  min-width: 100%;  -webkit-appearance: none;}#customer-reviews .fieldset .form-list input {  border: 1px solid #cccccc;  border-radius: 0;}#customer-reviews .fieldset .form-list input[type="text"] {  width: 100%;}#customer-reviews .buttons-set {  border: none;  margin: 0;  width: 470px;}#customer-reviews dl {  font-family: Lora;  font-size: 12px;  font-weight: normal;  margin-bottom: 10px;}#customer-reviews dl dt {  margin: 10px 0;  text-transform: uppercase;}#customer-reviews dl dd {  font-family: Georgia, Times, "Times New Roman", serif;  font-size: 14px;  margin: 10px 0;}#customer-reviews dl dd .ratings-table {  font-family: Lora;  font-size: 12px;  width: 100%;}#customer-reviews dl dd .ratings-table tr {  margin-right: 15px;}#customer-reviews dl dd .ratings-table .review-label {  width: 300px;  max-width: 70%;}#customer-reviews dl dd table {  margin: 15px 0;}#customer-reviews dl dd .review-meta {  color: #3399cc;  font-family: Lora;  font-size: 10px;  font-weight: normal;  text-transform: uppercase;}.review-summary-table {  border-bottom: 1px solid #cccccc;  margin: 0 0 10px;}.review-summary-table thead {  background: transparent;}.review-summary-table thead th {  background: transparent;  border: none;  padding: 15px 7px 10px 8px;}.review-summary-table tbody th {  background: #FFFFFF;  font-size: 12px;}.review-summary-table tbody td {  border: none;  text-align: center;  padding: 0;}.review-summary-table tbody td label {  width: 100%;  display: block;  padding: 11px 0;}.review-summary-table .rating-box .rating-number {  display: none;}.review-summary-table .rating-box .rating-number:after {  content: "";  display: inline-block;  background-position: 0px -599px;  width: 13px;  height: 14px;  margin-left: 5px;  position: relative;  top: 2px;}/* ============================================ * * Ratings - Global * ============================================ */.ratings-table {  font-family: Lora;  font-size: 12px;  text-transform: uppercase;}.ratings-table th {  padding-right: 10px;}.ratings-table .rating-box {  background-position: 0 -615px;  background-repeat: repeat-x;  height: 13px;  overflow: hidden;  text-indent: -9999px;  width: 65px;}.ratings-table .rating-box .rating {  background-position: 0 -600px;  background-repeat: repeat-x;  float: left;  height: 13px;  text-indent: -9999px;}@media only screen and (max-width: 770px) {  body.review-product-list .catalog-product-view .product-info-main .price-info {    padding-left: 0;  }  body.review-product-list .catalog-product-view .product-info-main .extra-info {    padding: 0;    min-width: 84%;  }  body.review-product-list .catalog-product-view .product-info-main .extra-info .ratings-table {    margin: 10px 0;    width: 100%;  }  body.review-product-list .catalog-product-view .product-info-main .extra-info .ratings-table tr {    margin-right: 15px;  }}@media only screen and (max-width: 535px) {  body.review-product-list .catalog-product-view .product-info-main .extra-info {    min-width: 0;  }  body.review-product-list .catalog-product-view .product-info-main .extra-info .ratings-table tr {    float: none;    margin-right: 0;  }}@media only screen and (max-width: 520px) {  #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%;    padding: 0px;  }  #customer-reviews .review-summary-table .rating-box {    text-indent: 0px;    text-align: center;    background: none;    height: 19.6px;    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 {  border-bottom: none;}.review-product-view .product-review .product-img-box {  width: auto;  max-width: 50%;}.review-product-view .product-review .product-img-box &gt; a {  width: 100%;}.review-product-view .product-review .product-img-box .product-image {  width: 100%;}@media only screen and (max-width: 770px) {  .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 #ededed;}.slideshow-container .slideshow {  width: 100%;  padding: 0;  position: relative;  margin: 0;  border: 10px solid #FFFFFF;}.slideshow-container .slideshow &gt; li {  position: absolute;  top: 0;  left: 0;  width: 100%;  padding: 0;  display: block;  margin: 0;}.slideshow-container .slideshow &gt; li:first-child {  position: static;  z-index: 100;}.slideshow-container .slideshow &gt; 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: #2e8ab8;}.slideshow-pager span.cycle-pager-active:before {  background-color: #297aa3;}.slideshow-pager &gt; * {  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 #2e8ab8 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 #2e8ab8;}.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-family: Lora;  font-size: 12px;  text-transform: uppercase;  width: 100%;}#wishlist-table.clean-table th {  border-bottom: 1px solid silver;}#wishlist-table.clean-table td {  padding: 15px;  vertical-align: top;}#wishlist-table.clean-table thead th {  font-family: Lora;  font-size: 12px;  text-transform: uppercase;}#wishlist-table .product-name {  font-size: 16px;  font-family: Lora;  margin-bottom: 0;  text-transform: uppercase;}#wishlist-table .product-name a {  color: #3399cc;}#wishlist-table .wishlist-sku {  font-size: 11px;  font-family: Lora;  margin: 5px 0;}#wishlist-table textarea {  border: 1px solid silver;  width: 100%;  height: 45px;  font-size: 11px;  font-family: Lora;}#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 #3399cc;}#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 &gt; 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-family: Lora;  font-size: 12px;}#wishlist-table .price-box .price {  color: #636363;}#wishlist-table .giftregisty-add {  margin-top: 5px;}#wishlist-table .giftregisty-add .change {  display: none;}#wishlist-table .giftregisty-add li {  cursor: pointer;  color: #3399cc;  margin-bottom: 3px;}#wishlist-table .truncated .details {  background: none;  color: #3399cc;}#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: 13px;  }}@media only screen and (max-width: 770px) {  #wishlist-table:after {    content: '';    display: table;    clear: both;  }  #wishlist-table .product-name {    font-size: 16px;  }  #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: 15px;  }  #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 &gt; 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 &gt; 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 #ededed;}/* ============================================ * * Checkout - Mini cart * ============================================ */.header-minicart {  display: inline-block;}@media only screen and (max-width: 770px) {  .header-minicart {    display: block;  }}.header-minicart .minicart-message {  display: block;  padding: 10px;}.header-minicart .empty {  padding: 10px;  text-align: center;}.header-minicart .minicart-wrapper {  clear: both;  position: relative;}.minicart-wrapper .mage-dropdown-dialog .block-minicart{  display: none;}.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("../../frontend/Lucia/default/en_US/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 {  color: #50A4CF;  font-family: Lora;  font-size: 10px;  font-weight: bold;  line-height: 1.4;  padding: 5px;  text-align: center;  text-transform: uppercase;  margin-bottom: 0px;}.header-minicart .block-subtitle .close {  width: 40px;  float: right;  display: block;  color: #636363;  text-decoration: none;  font-weight: normal;  font-size: 30px;  position: absolute;  top: -8px;  right: -30px;}.header-minicart .mini-products-list {  padding: 10px;  padding-top: 0px;}.header-minicart .mini-products-list li {  padding: 8px 5px 8px 11px;  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 .product-details .product-name {  padding-top: 0px;  font-weight: bold;}.header-minicart .product-details .product-name a {  color: #3399cc;}.header-minicart .info-wrapper {  margin-bottom: 0.5em;}.header-minicart .info-wrapper th {  text-transform: uppercase;  padding-right: 10px;}.header-minicart .info-wrapper td {  color: #3399cc;  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;}.header-minicart .info-wrapper .quantity-button {  opacity: 0;  -webkit-transition-property: opacity;  -moz-transition-property: opacity;  -o-transition-property: opacity;  transition-property: opacity;  -webkit-transition-duration: 100ms;  -moz-transition-duration: 100ms;  -o-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 {  background-color: #DDDDDD;  line-height: 2em;  text-align: center;}.header-minicart .price-container {  display: inline-block;}.header-minicart .subtotal .label {  color: white;  text-transform: uppercase;}.header-minicart .subtotal .price {  color: #3399cc;}.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: 13px;}.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;}@media only screen and (min-width: 771px) {  .checkout-types.minicart {    float: none;    text-align: center;  }}@media only screen and (max-width: 479px) {  .header-minicart a.skip-cart {    z-index: 1;  }}@media only screen and (max-width: 770px) {  .header-minicart .subtotal .label {    color: #636363;  }  .header-minicart .minicart-wrapper:before {    background-color: #EDEDED;  }  .header-minicart .quantity-button {    float: none;  }  .header-minicart .header-minicart .block-cart {    padding: 15px;  }  .header-minicart .header-minicart .block-subtitle {    padding-top: 59px;  }  .header-minicart .minicart-actions {    padding-bottom: 33px;  }  .header-minicart .minicart-actions .cart-link {    bottom: 0;    right: 10px;    position: absolute;  }  .header-minicart .minicart-actions .checkout-types.minicart li {    display: inline-block;  }  .header-minicart .minicart-actions .checkout-types.minicart li .paypal-logo &gt; a {    display: inline;  }  .header-minicart .minicart-actions .checkout-types.minicart li .paypal-logo .bml_button {    display: inline-block;    vertical-align: top;  }  .header-minicart .minicart-actions .checkout-types.minicart li .paypal-logo .paypal-or {    width: auto;    float: none;    display: inline;    margin: 0 10px 5px 10px;    line-height: 40px;  }}@media only screen and (max-width: 740px) {  .header-minicart .minicart-actions .cart-link {    right: auto;    left: 0;    text-align: center;    width: 100%;  }  .header-minicart .minicart-actions .checkout-types.minicart li .paypal-logo .paypal-or,  .header-minicart .minicart-actions .checkout-types.minicart li .paypal-logo .paypal-button {    width: 100%;    display: block;    margin-left: 0;  }  .header-minicart .minicart-actions .checkout-types.minicart li .paypal-logo .paypal-or {    line-height: 1.6;  }}@media only screen and (max-width: 599px) {  .header-minicart .minicart-actions .checkout-button {    width: 100%;  }}/* ============================================ * * Search - Auto Suggest * ============================================ */.search-autocomplete {  left: 0 !important;  overflow: visible !important;  position: relative !important;  top: 15px !important;  width: 100% !important;  z-index: 200;}.search-autocomplete ul {  -webkit-border-radius: 2px;  -moz-border-radius: 2px;  -ms-border-radius: 2px;  -o-border-radius: 2px;  border-radius: 2px;  background-color: #FFFFFF;  border: 1px solid #3399cc;  left: 0;  padding-left: 0;  position: absolute;  top: 0;  width: 100%;}.search-autocomplete ul li {  border-bottom: 1px solid #f4f4f4;  color: #3399cc;  cursor: pointer;  font-size: 12px;  padding: 4px 6px;  text-align: left;}.search-autocomplete ul li:hover {  color: #2e8ab8;}.search-autocomplete ul li.selected {  background-color: #3399cc;  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 #3399cc;  border-top: none;  left: 50%;  top: -7px;}*//* ============================================ * * Search - Advanced * ============================================ */.advanced-search {  background: #f4f4f4;  border: 1px solid #ededed;  padding: 30px;}.advanced-search select.multiselect option {  border-bottom: 1px solid #ededed;  padding: 2px 5px;}@media only screen and (max-width: 479px) {  .advanced-search {    padding: 15px;  }}/* ============================================ * * Account - Reviews * ============================================ */.product-review .product-img-box p.label {  border-bottom: 1px solid #cccccc;  font-size: 16px;  font-family: Lora;  margin-top: 20px;  padding-bottom: 10px;  text-transform: uppercase;}.product-review .product-img-box .rating-box {  margin: 15px 0;}.product-review .product-details h2 {  border-bottom: 1px solid #cccccc;  color: #3399CC;  font-size: 16px;  font-weight: 600;  font-family: Lora;  padding-bottom: 10px;}.product-review .ratings-table {  font-family: Lora;}.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 #cccccc;  font-size: 16px;  font-weight: 400;  font-family: Lora;  margin-top: 20px;  padding: 10px 0;  text-transform: uppercase;}.product-review .ratings-description dd {  color: #737373;  font-family: Lora;  font-size: 13px;}@media only screen and (min-width: 771px) {  .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;  }}/* ============================================ * * CMS Pages * ============================================ */.cms-page-view .page-title h1,.cms-page-view .page-title h3,.cms-page-view .page-head h1,.cms-page-view .page-head h3,.cms-no-route .page-title h1,.cms-no-route .page-title h3,.cms-no-route .page-head h1,.cms-no-route .page-head h3 {  border: none;}.cms-page-view .std img,.cms-no-route .std img {  max-width: 100%;}.cms-page-view .std p,.cms-no-route .std p {  color: #706a64;  font: 0.9em/1.5em Arial,sans-serif;}.cms-page-view .std h1,.cms-no-route .std h1 {  color: #b3061b;}.cms-page-view .std h2,.cms-no-route .std h2 {  color: #b3061b;}.cms-page-view .std li,.cms-no-route .std li {  color: #636363;  font-family: Georgia, Times, "Times New Roman", serif;  font-size: 14px;  font-style: italic;  line-height: 24px;}.cms-page-view .col-left:after,.cms-no-route .col-left:after {  content: '';  display: table;  clear: both;}.cms-no-route .std img {  width: 100%;}.cms-page-view .std .messages,.cms-home .std .messages,.cms-no-route .std .messages {  margin-bottom: 10px;}.cms-page-view .std .messages ul,.cms-home .std .messages ul,.cms-no-route .std .messages ul {  margin-bottom: 0;}.cms-page-view .std .messages li,.cms-home .std .messages li,.cms-no-route .std .messages li {  list-style: none;  margin-left: 0;  font-style: normal;  font-family: Lora;}#accordion .toggle-tabs {  display: none;}#accordion &gt; dl &gt; dt {  margin: 0;  margin-bottom: 10px;  color: #636363;  font-family: Lora;  font-size: 14px;  font-weight: bold;  font-style: normal;  line-height: 1.4;  text-rendering: optimizeSpeed;  text-transform: uppercase;  -moz-user-select: none;  -ms-user-select: none;  -webkit-user-select: none;  -o-user-select: none;  user-select: none;  font-weight: normal;  margin-bottom: 0px;  padding: 7px 10px 7px 24px;  border-width: 1px;  border-style: solid;  border-color: #cccccc;  position: relative;  background-color: #f4f4f4;  display: block;}#accordion &gt; dl &gt; 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 #3399cc;  border-bottom: none;  left: 10px;  top: 50%;  margin-top: -3px;}#accordion &gt; dl &gt; dt:hover {  background-color: #ececec;}#accordion &gt; dl &gt; dd {  padding: 10px;  margin: 0;  border-width: 0 1px;  border-style: solid;  border-color: #cccccc;}#accordion &gt; dl &gt; dd:last-child {  border-width: 0 1px 1px 1px;}#accordion li {  position: relative;  overflow: hidden;}#accordion li .plusimage h2 {  margin-right: 10px;}.page-sitemap .links {  display: block;  text-align: right;  margin: 0 20px 0 0;}.page-sitemap .links a {  position: relative;}.page-sitemap .sitemap {  padding: 0 20px;  margin: 15px 0;  font-size: 12px;}.page-sitemap .sitemap li {  margin: 3px 0;}.contacts-index-index h1 {  border: none;}#contactForm {  padding-left: 40px;}#contactForm h2 {  display: none;}#contactForm:after {  content: '';  display: table;  clear: both;}#contactForm .fieldset .legend + .required {  margin: 0;}@media only screen and (max-width: 770px) {  #contactForm {    padding-left: 0;  }}/* ============================================ * * Pricing Conditions * ============================================ */.price-box .minimal-price-link .label {  color: #cf5050;  font-family: Lora;  font-size: 12px;  text-transform: uppercase;}.map-info {  white-space: nowrap;}.catalog-product-view .map-info {  white-space: normal;}.catalog-product-view .map-info &gt; span {  float: right;  margin-bottom: 5px;}.catalog-product-view .map-info .price-box.map-info &gt; a {  float: right;  width: 100%;}/* ============================================ * * Cookies * ============================================ */.notice-cookie .notice-inner {  padding-bottom: 0;}.notice-cookie .notice-inner:after {  content: '';  display: table;  clear: both;}.notice-cookie .notice-text {  float: left;  max-width: 90%;  padding-top: 4px;  text-align: left;}.notice-cookie .notice-text p {  padding-bottom: 14.5px;  line-height: 1.3;}.notice-cookie .actions {  float: left;  text-align: right;  padding-bottom: 14.5px;}@media only screen and (max-width: 979px) {  .notice-cookie .notice-text {    max-width: 86%;  }}@media only screen and (max-width: 770px) {  .notice-cookie {    padding: 0 20px;  }  .notice-cookie .notice-text {    max-width: 82%;    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;  }}/* ============================================ * * Tags * ============================================ */#addTagForm button {  margin-top: 5px;  margin-bottom: 10px;}#addTagForm .form-add {  margin-top: 10px;}.product-tags {  background-color: #f4f4f4;  border: 1px solid #cccccc;  float: left;  margin-bottom: 10px;  padding: 5px 1% 10px;  width: 98%;}.product-tags li {  float: left;  margin-right: 15px;}.product-tags li.last {  margin-right: 0px;}.tags-list {  float: left;  width: 100%;  margin-bottom: 10px;}.tags-list &gt; li {  float: left;  margin-right: 10px;}.block-tags .actions &gt; a {  font-size: 12px;}.my-tag-edit .button.btn-remove {  padding: 0;}.my-tag-edit .button.btn-remove:after {  color: white;}@media only screen and (max-width: 770px) {  .tags-list &gt; li,  .tags-list {    float: none;  }}/* ============================================ * * 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 #bbbbbb;}.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 &gt; .control {  float: left;  margin: 0 0 5px;  width: 100%;}/* ============================================ * * Account - Orders, Invoices, Credit Memos. * ============================================ */@media only screen and (max-width: 479px) {  .sales-order-invoice .sub-title,  .sales-order-creditmemo .sub-title,  .sales-order-shipment .sub-title {    float: left;    font-size: 15px;    text-align: center;    width: 100%;  }  .sales-order-invoice .order-links,  .sales-order-creditmemo .order-links,  .sales-order-shipment .order-links {    text-align: center;    width: 100%;  }}/* ============================================ * * Recurring Profiles * ============================================ */#recurring_profile_list_view th {  white-space: normal;}#recurring_profile_list_view th span {  white-space: inherit;}@media only screen and (max-width: 479px) {  #recurring_profile_list_view {    font-size: 12px;  }  #recurring_profile_list_view a {    font-size: inherit;  }  #recurring_profile_list_view th,  #recurring_profile_list_view td {    padding: 2px;  }}.recurring-profiles-title {  float: left;}.recurring-profiles-title h1 {  margin-bottom: 7px;}body.customer-account .my-account .title-buttons.recurring-profiles-title-buttons {  float: right;  text-align: right;  margin-bottom: 30px;}@media only screen and (max-width: 479px) {  body.customer-account .my-account .title-buttons.recurring-profiles-title-buttons {    text-align: center;    float: none;  }}body.customer-account .my-account .title-buttons.recurring-profiles-title-buttons .button {  position: static;}.recurring-profiles-messages:after {  content: '';  display: table;  clear: both;}#recurring_start_date_trig {  display: inline;}/* ============================================ * * Billing Agreements * ============================================ */.billing-agreements .info-box {  margin-bottom: 30px;}.billing-agreements .info-box:after {  content: '';  display: table;  clear: both;}.billing-agreements .info-box .form-list {  max-width: 400px;  width: 100%;}.billing-agreements .info-box .box-title {  margin-top: 20px;  margin-bottom: 7px;}.billing-agreements .info-box .button {  float: right;  margin-top: 7px;}@media only screen and (max-width: 479px) {  .billing-agreements .info-box .button {    width: 100%;    float: none;  }}.billing-agreements #payment_method {  width: 100%;  margin-top: 7px;  margin-bottom: 7px;}.billing-agreement-view-header-wrapper .heading {  max-width: 80%;}@media only screen and (max-width: 479px) {  .billing-agreement-view-header-wrapper .heading {    max-width: 100%;  }}.billing-agreement-details td, .billing-agreement-details th {  padding: 3.5px;}@media only screen and (max-width: 979px) {  .billing-agreements .data-table .created-at,  .billing-agreements .data-table .updated-at {    display: none;  }}/* ============================================ * * Popular Search Terms Cloud * ============================================ */.catalogsearch-term-popular .tags-list {  float: left;  width: 100%;}.catalogsearch-term-popular .tags-list &gt; li {  float: left;  height: 40px;  margin-right: 25px;}/* ============================================ * * Widgets * ============================================ *//* -------------------------------------------- * * Add to cart by SKU */.sidebar .widget-addbysku .sku-table .input-text:not(.qty) {  width: 100%;}@media only screen and (min-width: 771px) {  .sidebar .widget-addbysku .sku-table .input-text:not(.qty) {    max-width: 100px;  }}.widget {  clear: both;}.widget .pager {  float: none;  width: 100%;}@media only screen and (min-width: 1199px) {  .col2-left-layout .col-main .widget,  .col2-right-layout .col-main .widget,  .col3-layout .col-main .widget {    /* Config: Columns + flexible gutter */    /* Undo three-column config */    /* Set column config */    /* Config: Columns + flexible gutter */    /* Undo three-column config */    /* Set column config */  }  .col2-left-layout .col-main .widget .products-grid--max-4-col-widget &gt; li:nth-child(odd),  .col2-right-layout .col-main .widget .products-grid--max-4-col-widget &gt; li:nth-child(odd),  .col3-layout .col-main .widget .products-grid--max-4-col-widget &gt; li:nth-child(odd) {    clear: none;  }  .col2-left-layout .col-main .widget .products-grid--max-4-col-widget &gt; li:nth-child(3n+1),  .col2-right-layout .col-main .widget .products-grid--max-4-col-widget &gt; li:nth-child(3n+1),  .col3-layout .col-main .widget .products-grid--max-4-col-widget &gt; li:nth-child(3n+1) {    clear: none;  }  .col2-left-layout .col-main .widget .products-grid--max-4-col-widget &gt; li:nth-child(even),  .col2-left-layout .col-main .widget .products-grid--max-4-col-widget &gt; li:nth-child(3n),  .col2-right-layout .col-main .widget .products-grid--max-4-col-widget &gt; li:nth-child(even),  .col2-right-layout .col-main .widget .products-grid--max-4-col-widget &gt; li:nth-child(3n),  .col3-layout .col-main .widget .products-grid--max-4-col-widget &gt; li:nth-child(even),  .col3-layout .col-main .widget .products-grid--max-4-col-widget &gt; li:nth-child(3n) {    margin-right: 2.22222%;  }  .col2-left-layout .col-main .widget .products-grid--max-4-col-widget &gt; li,  .col2-right-layout .col-main .widget .products-grid--max-4-col-widget &gt; li,  .col3-layout .col-main .widget .products-grid--max-4-col-widget &gt; li {    margin-right: 2.22222%;  }  .col2-left-layout .col-main .widget .products-grid--max-4-col-widget &gt; li,  .col2-right-layout .col-main .widget .products-grid--max-4-col-widget &gt; li,  .col3-layout .col-main .widget .products-grid--max-4-col-widget &gt; li {    width: 23.33333%;    margin-right: 2.22222%;  }  .col2-left-layout .col-main .widget .products-grid--max-4-col-widget &gt; li:nth-child(4n+1),  .col2-right-layout .col-main .widget .products-grid--max-4-col-widget &gt; li:nth-child(4n+1),  .col3-layout .col-main .widget .products-grid--max-4-col-widget &gt; li:nth-child(4n+1) {    clear: left;  }  .col2-left-layout .col-main .widget .products-grid--max-4-col-widget &gt; li:nth-child(4n),  .col2-right-layout .col-main .widget .products-grid--max-4-col-widget &gt; li:nth-child(4n),  .col3-layout .col-main .widget .products-grid--max-4-col-widget &gt; li:nth-child(4n) {    margin-right: 0;  }  .col2-left-layout .col-main .widget .products-grid--max-5-col-widget &gt; li:nth-child(odd),  .col2-right-layout .col-main .widget .products-grid--max-5-col-widget &gt; li:nth-child(odd),  .col3-layout .col-main .widget .products-grid--max-5-col-widget &gt; li:nth-child(odd) {    clear: none;  }  .col2-left-layout .col-main .widget .products-grid--max-5-col-widget &gt; li:nth-child(3n+1),  .col2-right-layout .col-main .widget .products-grid--max-5-col-widget &gt; li:nth-child(3n+1),  .col3-layout .col-main .widget .products-grid--max-5-col-widget &gt; li:nth-child(3n+1) {    clear: none;  }  .col2-left-layout .col-main .widget .products-grid--max-5-col-widget &gt; li:nth-child(even),  .col2-left-layout .col-main .widget .products-grid--max-5-col-widget &gt; li:nth-child(3n),  .col2-right-layout .col-main .widget .products-grid--max-5-col-widget &gt; li:nth-child(even),  .col2-right-layout .col-main .widget .products-grid--max-5-col-widget &gt; li:nth-child(3n),  .col3-layout .col-main .widget .products-grid--max-5-col-widget &gt; li:nth-child(even),  .col3-layout .col-main .widget .products-grid--max-5-col-widget &gt; li:nth-child(3n) {    margin-right: 2.22222%;  }  .col2-left-layout .col-main .widget .products-grid--max-5-col-widget &gt; li,  .col2-right-layout .col-main .widget .products-grid--max-5-col-widget &gt; li,  .col3-layout .col-main .widget .products-grid--max-5-col-widget &gt; li {    margin-right: 2.22222%;  }  .col2-left-layout .col-main .widget .products-grid--max-5-col-widget &gt; li,  .col2-right-layout .col-main .widget .products-grid--max-5-col-widget &gt; li,  .col3-layout .col-main .widget .products-grid--max-5-col-widget &gt; li {    width: 18.22222%;    margin-right: 2.22222%;  }  .col2-left-layout .col-main .widget .products-grid--max-5-col-widget &gt; li:nth-child(5n+1),  .col2-right-layout .col-main .widget .products-grid--max-5-col-widget &gt; li:nth-child(5n+1),  .col3-layout .col-main .widget .products-grid--max-5-col-widget &gt; li:nth-child(5n+1) {    clear: left;  }  .col2-left-layout .col-main .widget .products-grid--max-5-col-widget &gt; li:nth-child(5n),  .col2-right-layout .col-main .widget .products-grid--max-5-col-widget &gt; li:nth-child(5n),  .col3-layout .col-main .widget .products-grid--max-5-col-widget &gt; li:nth-child(5n) {    margin-right: 0;  }}@media only screen and (min-width: 770px) {  .col1-layout .col-main .widget {    /* Config: Columns + flexible gutter */    /* Undo three-column config */    /* Set column config */    /* Config: Columns + flexible gutter */    /* Undo three-column config */    /* Set column config */  }  .col1-layout .col-main .widget .products-grid--max-4-col-widget &gt; li:nth-child(odd) {    clear: none;  }  .col1-layout .col-main .widget .products-grid--max-4-col-widget &gt; li:nth-child(3n+1) {    clear: none;  }  .col1-layout .col-main .widget .products-grid--max-4-col-widget &gt; li:nth-child(even),  .col1-layout .col-main .widget .products-grid--max-4-col-widget &gt; li:nth-child(3n) {    margin-right: 2.22222%;  }  .col1-layout .col-main .widget .products-grid--max-4-col-widget &gt; li {    margin-right: 2.22222%;  }  .col1-layout .col-main .widget .products-grid--max-4-col-widget &gt; li {    width: 23.33333%;    margin-right: 2.22222%;  }  .col1-layout .col-main .widget .products-grid--max-4-col-widget &gt; li:nth-child(4n+1) {    clear: left;  }  .col1-layout .col-main .widget .products-grid--max-4-col-widget &gt; li:nth-child(4n) {    margin-right: 0;  }  .col1-layout .col-main .widget .products-grid--max-5-col-widget &gt; li:nth-child(odd) {    clear: none;  }  .col1-layout .col-main .widget .products-grid--max-5-col-widget &gt; li:nth-child(3n+1) {    clear: none;  }  .col1-layout .col-main .widget .products-grid--max-5-col-widget &gt; li:nth-child(even),  .col1-layout .col-main .widget .products-grid--max-5-col-widget &gt; li:nth-child(3n) {    margin-right: 2.22222%;  }  .col1-layout .col-main .widget .products-grid--max-5-col-widget &gt; li {    margin-right: 2.22222%;  }  .col1-layout .col-main .widget .products-grid--max-5-col-widget &gt; li {    width: 18.22222%;    margin-right: 2.22222%;  }  .col1-layout .col-main .widget .products-grid--max-5-col-widget &gt; li:nth-child(5n+1) {    clear: left;  }  .col1-layout .col-main .widget .products-grid--max-5-col-widget &gt; li:nth-child(5n) {    margin-right: 0;  }}/* ============================================ * * Checkout - Multiple Addresses * ============================================ */body[class*="checkout-multishipping-"] .checkout-progress {  width: 100%;  float: left;  margin-bottom: 25px;}body[class*="checkout-multishipping-"] .checkout-progress &gt; li {  float: left;  width: 20%;  text-align: center;  padding: 8px 1% 6px;  background: #f4f4f4;  text-transform: uppercase;  border-bottom: 1px solid #cccccc;  border-right: 1px solid #cccccc;  margin-bottom: 10px;  font-family: Lora;}body[class*="checkout-multishipping-"] .checkout-progress &gt; li.active {  background-color: #dddddd;}body[class*="checkout-multishipping-"] .checkout-progress &gt; li.last {  border-right: 0px;}body[class*="checkout-multishipping-"] .page-title {  float: left;  width: 100%;  margin-bottom: 15px;}body[class*="checkout-multishipping-"] .page-title h1 {  border: 0 none;  float: left;  margin-top: 2px;  margin-right: 2%;}body[class*="checkout-multishipping-"] .page-title .button {  float: right;}body[class*="checkout-multishipping-"] .multiple-checkout &gt; h2 {  text-transform: none;  font-size: 17px;  margin-bottom: 15px;}body[class*="checkout-multishipping-"] .messages {  float: left;  width: 100%;}body[class*="checkout-multishipping-"] .col-2.col-wide {  width: 66%;}body[class*="checkout-multishipping-"] .col-1.col-narrow {  width: 30%;}body[class*="checkout-multishipping-"] .actions {  margin-bottom: 10px;}body[class*="checkout-multishipping-"] .grand-total {  text-align: right;  font-size: 16px;  font-weight: bold;}body[class*="checkout-multishipping-"] #checkout-review-submit {  float: right;}body[class*="checkout-multishipping-"] #review-buttons-container {  float: right;  text-align: right;}.checkout-multishipping-addresses .btn-remove2 {  text-indent: -5555px;  display: block;  width: 22px;  height: 22px;}.checkout-multishipping-shipping .gift-messages {  margin-top: 20px;}.checkout-multishipping-shipping .gift-messages-form {  margin-top: 15px;}.checkout-multishipping-shipping .gift-messages-form h4 {  margin-top: 15px;  margin-bottom: 5px;}.checkout-multishipping-shipping .gift-messages-form .form-list {  margin-top: 10px;  margin-bottom: 25px;}.checkout-multishipping-shipping .gift-messages-form .item {  margin-top: 15px;}.checkout-multishipping-shipping .col-1 .box-title h2, .checkout-multishipping-shipping .col-1 .box-title h3, .checkout-multishipping-shipping .col-1 .box-title h4, .checkout-multishipping-shipping .col-2 .box-title h2, .checkout-multishipping-shipping .col-2 .box-title h3, .checkout-multishipping-shipping .col-2 .box-title h4,.checkout-multishipping-billing .col-1 .box-title h2,.checkout-multishipping-billing .col-1 .box-title h3,.checkout-multishipping-billing .col-1 .box-title h4,.checkout-multishipping-billing .col-2 .box-title h2,.checkout-multishipping-billing .col-2 .box-title h3,.checkout-multishipping-billing .col-2 .box-title h4,.checkout-multishipping-overview .col-1 .box-title h2,.checkout-multishipping-overview .col-1 .box-title h3,.checkout-multishipping-overview .col-1 .box-title h4,.checkout-multishipping-overview .col-2 .box-title h2,.checkout-multishipping-overview .col-2 .box-title h3,.checkout-multishipping-overview .col-2 .box-title h4 {  font-weight: normal;  width: 100%;  background: #f4f4f4;  border-bottom: 1px solid #cccccc;  padding: 10px;  font-size: 14px;}.checkout-multishipping-shipping .col-1 &gt; h4, .checkout-multishipping-shipping .col-2 &gt; h4,.checkout-multishipping-billing .col-1 &gt; h4,.checkout-multishipping-billing .col-2 &gt; h4,.checkout-multishipping-overview .col-1 &gt; h4,.checkout-multishipping-overview .col-2 &gt; h4 {  font-weight: normal;  width: 100%;  background: #f4f4f4;  border-bottom: 1px solid #cccccc;  padding: 10px;  font-size: 14px;}.checkout-multishipping-shipping .col-1 .box-content, .checkout-multishipping-shipping .col-2 .box-content,.checkout-multishipping-billing .col-1 .box-content,.checkout-multishipping-billing .col-2 .box-content,.checkout-multishipping-overview .col-1 .box-content,.checkout-multishipping-overview .col-2 .box-content {  margin-bottom: 25px;  padding-left: 10px;  margin-top: 10px;}.checkout-multishipping-billing .sp-methods dt {  float: left;  width: 100%;}#multiship-addresses-table &gt; tbody &gt; tr &gt; td.a-center.last &gt; a {  background-image: none;}#review-order-form &gt; div:nth-child(3) &gt; div.divider {  width: 100%;  clear: both;}@media only screen and (max-width: 979px) {  body[class*="checkout-multishipping-"] .checkout-progress span {    word-spacing: 300px;  }  #review-order-form .col-1,  #review-order-form .col-2 {    float: none;    width: auto;    border: 0;    padding-right: 0;    padding-left: 0;  }}@media only screen and (max-width: 770px) {  body[class*="checkout-multishipping-"] .checkout-progress span {    width: 12px;  }  body[class*="checkout-multishipping-"] .checkout-progress li {    width: 100%;    margin: 0;    text-align: left;    padding-left: 3%;    border-right: 0px;  }  body[class*="checkout-multishipping-"] .checkout-progress span {    word-spacing: 1px;    width: 12px;  }  body[class*="checkout-multishipping-"] .box-title {    float: left;    width: 100%;  }  body[class*="checkout-multishipping-"] .page-title .button {    float: left;    margin-bottom: 10px;  }  body[class*="checkout-multishipping-"] .linearize-table tfoot td {    text-align: right;  }  body[class*="checkout-multishipping-"] .linearize-table select {    width: 100%;    min-width: 200px;  }  body[class*="checkout-multishipping-"] .col-1.col-narrow, body[class*="checkout-multishipping-"] .col-2.col-wide {    width: 100%;    padding: 0;  }}@media only screen and (max-width: 599px) {  .checkout-multishipping-addresses .linearize-table tbody td[data-rwd-label] {    text-align: left;    padding-left: 10px;    margin-top: 12px;  }}@media only screen and (max-width: 479px) {  body[class*="checkout-multishipping-"] .buttons-set .back-link {    display: block;  }}/* ============================================ * * 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;}.page .nav-container .fixed {position: fixed !important;top: 0;background-color: #0A263D;margin-top: 5px;-webkit-box-shadow: 0 8px 6px -6px black;-moz-box-shadow: 0 8px 6px -6px black;box-shadow: 0 8px 6px -6px black;}.header-top{min-height: 95px; clear:both;}.slider-banner-bg{ padding:30px 0; margin-top:-30px;}@media only screen and (min-width: 481px) and (max-width: 1024px){  .slider-banner-bg{    margin-top:-20px;  }}/*.slidercontainer{border:5px solid #fff;}*/.share-icon,.qr_code,.jssorb03{display:none;}.promo-block{max-width:960px; margin:0 auto; overflow:hidden; margin-top:30px;}.promo-block .promo-box{float:left; margin-right:26px; width:31.5%;}.promo-block .promo-box h2{/*font-size:24px;*/ font-family: Lora; font-weight:700; color:#ba1313; text-transform:capitalize; text-align:center;}.promo-block .promo-box p{background: url(../../frontend/Lucia/default/en_US/images/addbox-bg.jpg) no-repeat; text-align:center; padding:23px;}.promo-block .promo-box p img{border:3px solid #e4dfdf; max-width:100%;}.promo-block .promo-box a{background:url(../../frontend/Lucia/default/en_US/images/view-btn-bg.png) center 13px no-repeat; display:inline-block; margin-top:10px; width:100%; text-align:center; line-height:34px;}.promo-block .promo-box:last-child{margin:0;}.promo-block .promo-box a span{padding:8px 16px; background-color:#c20f24; border-radius:4px; moz-border-radius:4px; webkit-border-radius:4px; color:#363636; font-size:14px; font-family: Lora; font-weight:700;}.promo-block .promo-box a:hover span{color:#fff;}.module-b-homepage{ background: rgba(0, 0, 0, 0.04) none repeat scroll 0 0;    margin:50px 0;    overflow: hidden;    width: 100%;}.module-b-homepage .content-block{max-width:960px; margin:0 auto; border:1px solid #d7d4d4; background-color:#fff; margin-top:30px; margin-bottom:30px; padding:20px; border-radius:4px; moz-border-radius:4px; webkit-border-radius:4px; overflow:hidden;}.module-b-homepage .content-block h3{color:#c20f24; font-size:14px; font-family: Lora; font-weight:700; font-style:italic; text-transform:capitalize;}.module-b-homepage .content-block p{margin-bottom:15px;}.module-b-homepage .content-block .left{width:68%; float:left; background:url(../../frontend/Lucia/default/en_US/images/border-e.png) right top repeat-y; padding-right:10px;}.module-b-homepage .content-block .testi-home{width:30%; float:right; padding:10px;}.footer-wrapper{margin:0 auto; max-width:1260px; position:relative;}.footer-wrapper .foot-top-msg{border:1px solid #d7d4d4; border-radius:4px; moz-border-radius:4px; webkit-border-radius:4px; overflow:hidden; margin-top:-8%; margin-bottom:20px; background:#fff url(../../frontend/Lucia/default/en_US/images/border-e.png) 49% top repeat-y; width:100%; float:left;}.footer-wrapper .foot-top-msg .left{float:left; width:47%; padding:15px 15px 15px 10px; background:url(../../frontend/Lucia/default/en_US/images/delivery.png) 10px 16px no-repeat;}.footer-wrapper .foot-top-msg .right{float:right; width:48%; padding:15px 15px 15px 0; background:url(../../frontend/Lucia/default/en_US/images/gift.png) 0 16px no-repeat;}.footer-wrapper .foot-top-msg .left p,.footer-wrapper .foot-top-msg .right p{font-size:13px;}.footer-wrapper .foot-top-msg .left a{display:block; float:left; padding:10px; text-indent:-9999px; width:70px; height:80px;}.footer-wrapper .foot-top-msg .right a{display:block; float:left; text-indent:-9999px; width:70px; height:80px;}.footer-wrapper .hf-sep{border-bottom:2px solid #f0dbd7; clear:both; margin:20px 0;}.footer-wrapper .tweter,.footer-wrapper .foot-rightbox{float:left; width:47%; margin-right:25px;}.footer-wrapper .foot-rightbox h3{color:#fff; font-weight:bold; margin-bottom:10px; text-transform:capitalize;}.footer-wrapper .foot-rightbox h4{color:#fff; font-weight:normal;}.footer-wrapper .foot-rightbox p{ margin-bottom:}.footer-wrapper .foot-rightbox p a{float:left; display:block; margin-right:3px;}.footer-wrapper .foot-rightbox h5 {clear:both; border-bottom:1px solid #dcd9d9;}.footer-wrapper .foot-rightbox h6 a{float:left;}.product-info h2.product-name{ min-height: 90px; text-align:left;}.product-info h2.product-name a{font-family: Lora; font-size:18px; font-weight:700; font-style:italic; text-transform:capitalize; color:#c20f24;}.product-info .price-box span.price{font-family:Georgia, "Times New Roman", Times, serif; font-size:1.2307em; font-weight:bold; color:#c20f24;}.flexslider .product-info h2.product-name{border-bottom:none;}.cms-home .col1-layout .col-main{padding:0; border:none;}.page-title .block-title{border:none; padding:0;}.page-title .block-title strong span{font-family: Lora;  font-size:18px;  font-weight:700;  font-style:italic;  text-transform:capitalize;  color:#c20f24;}.flexslider ul.slides a.product-image{text-align:center; width:100%; padding:10px;}.cms-home .best-seller{ padding:0; margin:0;}.cms-home .best-seller .block-title{border-top:none;}.cms-home .best-seller .block-title strong span{font-family: Lora; font-size:18px; font-weight:700; font-style:italic; text-transform:capitalize; color:#c20f24;}.cms-home .homepage-blog{padding:20px; border:1px solid #d7d4d4; border-radius:4px; moz-border-radius:4px; webkit-border-radius:4px;}.blog-index-list .breadcrumbs{display:none;}.cms-page-view .page-title,.contacts-index-index .page-title,.checkout-onepage-index .page-title,.customer-account-login .page-title,.news-index-index .page-title, .testimonial-index-index .page-title{background-color:#c20f24; text-indent:10px; border-radius:4px; moz-border-radius:4px; webkit-border-radius:4px;}.cms-page-view .page-title h1,.contacts-index-index .page-title h1,.checkout-onepage-index .page-title h1,.customer-account-login .page-title h1,.news-index-index .page-title h1, .testimonial-index-index .page-title h1{font-family: Lora; font-size:20px; font-weight:700; color:#fff; text-transform:capitalize; line-height:30px;}.cms-page-view .col-main img{float:left; margin:0 15px 10px 0;}.testimonial-index-index .testimonial-content{padding:0 0 0 20px; background:url(../../frontend/Lucia/default/en_US/images/testi-quote.png) left top no-repeat; font-size:13px;}.testimonial-index-index .testimonial-source{text-align:right;}.captionOrange{background-color:#b31b1b !important; font-family: Lora; font-size:20px; font-weight:700; text-transform:capitalize; line-height:30px; color:#fff !important;}.news-item{margin-bottom:25px; overflow:hidden;}.news-item .news_image{float:left; margin-right:20px;}.news-item .clearing{clear:both;}.news-item .description{float:left; width:62%;}.news-item .description h5 a,.news-item .description a{color:#252525;}.postWrapper .postTitle h2{font-family: Lora; font-size:20px; font-weight:700; color:#fff; text-transform:none; line-height:34px;}.postWrapper .postTitle h3{color:#c20f24; font-size:13px; padding-left:15px;}.blog-index-list .postContent img,.blog-index-list .postContent a img,.cms-home .postContent img,.cms-home .postContent a img{display:none;}.blog-post-view .col-main form{padding-top:30px;}.customer-testimonials .customer-testimonials-content{margin-bottom:30px;}.customer-testimonials .customer-testimonials-content .testimonial-source{padding-top:15px; font-size:13px;}.cms-gift .col-main p{font-style:italic;}.cms-gift .col-main h3{text-align:center; font-family: Lora; font-size:16px; font-weight:700; color:#b60910; font-style:italic; text-transform:none;}.banner--clone {width:100%;    /* Required styles */    position: fixed;    top: 0;    left: 0;    /* Additional styles */    background: #fff;    /* Translate -100% to move off screen */    -webkit-transform: translateY(-100%);        -ms-transform: translateY(-100%);            transform: translateY(-100%);    /* Animations */    -webkit-transition: all 300ms ease-in-out;       -moz-transition: all 300ms ease-in-out;            transition: all 300ms ease-in-out;}.banner--clone .logo{top:13px; padding:0;}.banner--clone .logo img{max-width:42%;}.banner--clone .skip-links,.banner--clone #header-search{display:none;}.banner--clone .header-top{min-height:30px;}.banner--clone .navigation ul{margin-top:28px;}/** * Headhesive stick * &gt; `stick` class for the cloned element: * |  var options = { |      classes { |          stick: 'banner--stick'; |      } |  } * */.banner--stick {    /* Translate back to 0%; */    -webkit-transform: translateY(0%);        -ms-transform: translateY(0%);            transform: translateY(0%);}.page-footer{  padding-top: 14px !important;  background: url(../../frontend/Lucia/default/en_US/images/footer-top-shadow.png) left top repeat-x;  margin-top: 5%;}/** * Headhesive unstick * &gt; `unstick` class for the cloned element: * |  var options = { |      classes { |          unstick: 'banner--unstick'; |      } |  } * */.banner--unstick {    /* Not required to use, but could be useful to have */}/* animated elements */.animateblock {  padding: 8px 0;  color: #fff;  opacity: 0;  -webkit-transition: all 0.55s linear;  -moz-transition: all 0.55s linear;  transition: all 0.55s linear;}.animateblock.animated {  opacity: 1;}/* animation transition styles */.animateblock.left {  margin-left: -2%;}.animateblock.left.animated {  margin-left: 12%;}.animateblock.right {  display: block;  margin-left: 100%;}.animateblock.right.animated {  margin-left: 70%;}.animateblock.top {  display: block;  width: auto;  text-align: center;  margin-top: -25px;}.animateblock.top.animated {  margin-top: 0px;}.animateblock.btm {  display: block;  width: auto;  text-align: center;  margin-top: 25px;}.animateblock.btm.animated {  margin-top: 0;}.animateblock.centerleft {  display: block;  width: auto;  text-align: center;  margin-right: -10%;}.animateblock.centerleft.animated {  margin-right: 0;}.animateblock.centerright {  display: block;  width: auto;  text-align: center;  margin-left: -10%;}.animateblock.centerright.animated {  margin-left: 0;}.animateblock.center {  margin-left: 2%;}.animateblock.center.animated {  margin-left: 42%;}.animateblock.size {  display: block;  width: 10%;  text-align: center;}.animateblock.size.animated {  width: 100%;  height: 100%;}.animateblock.size img {  max-width: 100%;  height: auto;}@media only screen and (max-width: 800px) {.logo{padding:0; top:0; width:auto;}.promo-block .promo-box{margin-right: 17px;}.promo-block .promo-box p{background-size:100% auto;}.promo-block .promo-box p img{max-width:100%;}.cms-home .best-seller{width:82%; margin:0 auto;}.footer-wrapper .tweter, .footer-wrapper .foot-rightbox{width:46%;}.col1-layout .col-main{padding:20px;}}@media only screen and (max-width: 640px) {.skip-link { height:29px;}.navigation ul li{background:none;}.promo-block .promo-box{margin-right:11px;}}.block-subscribe {  display:none;}.box-up-sell .products-grid .price-box {  position:static;}.mhhs-input {  display:none !important;}.postWrapper {    /*padding-bottom: 25px;*/    clear: both;}.postTitle {    border-bottom-width: 1px;    border-bottom-style: solid;    border-bottom-color: #DDDDDD;    margin-bottom: 15px;}.postTitle h2 {    margin: 0px;    padding: 0px;  width:85%;  float:right;  background-color:#c20f24;  text-indent:15px;  font-family: Lora; font-size:20px; font-weight:700; color:#fff; text-transform:none; line-height:34px;}.postTitle h2 a{font-family: Lora;  font-size:20px;  font-weight:700;  font-style:italic;  text-transform:capitalize;  color:#363636;  line-height:45px;  }.postTitle h2 a:hover{text-decoration:none; color:#fff;}.postTitle h3 {    font-size: 10px;    margin: 0px;    padding-top: 2px;    padding-right: 0px;    padding-bottom: 2px;    padding-left: 0px;  width:15%;  float:left;  background-color:#fbdbe6;}.postContent { padding-top: 10px; padding-bottom: 10px; clear:both; font-size:13px;}.postContent p{font-size:13px; color:#706a64; padding:0; margin:0 !important;}.postContent img,.postContent a img,.postContent p img,.postContent p a img{float:left; margin:0 20px 20px 0 !important;}.postContent a.aw-blog-read-more{clear:both; display:block; padding-top:6px;}.postContent ul{    list-style: disc outside;    margin-bottom: 1.5em;}.postContent ul li{    margin-left: 2em;}.postContent ol{    list-style: decimal outside;    margin-bottom: 1.5em;}.postContent ol li{    margin-left: 2em;}.postDetails {display:none;}.postBookmarks {    padding-bottom: 10px;}.postBookmarks h4 {    font-size: 12px;    font-weight: bold;}.commentWrapper {    padding-bottom: 15px;}.commentContent {    padding-bottom: 0px;}.commentDetails {    margin-bottom: 5px;    padding: 0px;}.commentDetails h4.username {    display: inline;}.postError {    font-size: 16px;}.tags {    font-weight: bold;    padding-bottom: 10px;}.tags UL {    display: inline;}.tags UL LI {    font-weight: normal;    display: inline;    padding-right: 6px;}.tags h4 {    font-size: 12px;    font-weight: bold;}.menu-tags, .menu-categories, .menu-recent {    margin: 5px 9px;}.menu-tags h5, .menu-categories h5, .menu-recent h5 {    font-size: 11px;}.block-blog .menu-tags UL LI {    display: inline;    padding: 2px;    margin-left: 10px;}.block-blog .menu-categories UL LI {    margin-left: 10px;}.block-blog .menu-recent UL LI {    margin-left: 10px;}.block-blog .menu-recent UL LI a, .block-blog .menu-categories UL LI a, .block-blog .menu-tags UL LI a {    font-size: 11px;}.tagcloud {    /* text-align:center; */}.tag-count-1 {    font-size: 1em !important;}.tag-count-2 {    font-size: 1.2em !important;}.tag-count-3 {    font-size: 1.4em !important;}.tag-count-4 {    font-size: 1.6em !important;}.tag-count-5 {    font-size: 1.8em !important;}.tag-count-6 {    font-size: 2em !important;}.tag-count-7 {    font-size: 2em !important;}.tag-count-8 {    font-size: 2em !important;}.tag-count-9 {    font-size: 2em !important;}.tag-count-10 {    font-size: 2em !important;}.block-blog .head h4 {    padding-left: 20px;}.block-blog .block-title strong {    background-image: url(../../frontend/Lucia/default/en_US/images/icon_blog.png);    background-repeat: no-repeat;    padding-left: 21px;    text-align: left;}.postWrapper .poster {    display: inline;}.input-box.aw-blog-comment-area {    width: 100%;}.widget-latest li {    font-size: 12px;    padding: 5px 10px;}.block-blog .menu-categories {    margin: 0;    padding: 5px 9px;}.awblog_current_comment {    text-decoration: none !important;    font-weight: bold !important;}.catalog-category-view .column, .catalog-product-view .column, .mpblog-post-index .column.main, .mpblog-post-view .column.main, .mpblog-tag-view .column.main, .testimonial-index-index .column.main, .checkout-cart-index .column.main, .cms-newsletter .column.main, .contact-index-index .column.main, .cms-about-us .column.main, .cms-page-view .column.main, .news-index-index .column.main, .news-view-index .column.main {    overflow: hidden;    border: 1px solid;    padding: 20px;    border-radius: 5px;    border-color: rgb(215, 212, 212) !important;}.catalog-category-view .page-title-wrapper h1, .customer-account-login .page-title-wrapper h1, .contact-index-index .page-title-wrapper h1, .cms-page-view .page-title-wrapper h1{      color: rgb(255, 255, 255);    line-height: 30px;    font-family: Philosopher, sans-serif;    font-size: 20px;    font-weight: 700;    font-style: italic;    background-color: rgb(194, 15, 36);    text-transform: capitalize;    text-indent: 10px;    border-bottom: none;    border-radius: 4px;    padding-bottom: 3px;    margin-bottom: 15px; } .customer-account-create h1 {  text-transform: uppercase;    font-size: 24px;    font-weight: 600;    color: #636363;    border-bottom: 1px solid #ededed;    padding-bottom: 3px;    margin-bottom: 15px;    text-transform: uppercase; } .category-description {  font-size: medium;    color: #000000;    font-family: Lora;    line-height: 1.5; } .sorter {  float: none; } @media only screen and (min-width: 768px) {.sorter {    float: left !important;}}#banner-slider-carousel {  border: 5px solid #fff;}.customer-account-login .column, .customer-account-create .column {    float: none;    width: auto;    padding: 0;    border: 1px solid #d7d4d4;    border-radius: 5px;    moz-border-radius: 5px;    webkit-border-radius: 5px;    padding: 20px;}.customer-account-create .secondary {  float: left;  margin-left: 5%;}.customer-account-create .primary {  float: right;}.block-customer-login {  float: right;}.customer-account-login .column {    float: none;    width: auto;    padding: 0;    border: 1px solid #d7d4d4;    border-radius: 5px;    moz-border-radius: 5px;    webkit-border-radius: 5px;    padding: 20px;}.customer-account-login .block-title {  border: none !important;  padding: 0;}#block-customer-login-heading, #block-new-customer-heading {  margin: 0;    margin-bottom: 0.5em;    color: #636363;    font-family: Lora;    font-size: 24px;    font-weight: 400;    font-style: normal;    line-height: 1.2;    text-rendering: optimizeLegibility;    text-transform: uppercase;}.block .block-customer-login {  float: right;}.fieldset .label {text-align: left !important;}.login-container .fieldset:after {     margin-top: 10px;}.products-list .price-box .price-container {margin-top: -11%;float: right;}.products-list .product-item-actions {  float: right;}.products-list .product-item-description {  width: 80%;  margin: 0px;}.account .block-title strong, .account legend {  margin: 0;  margin-bottom: 0.5em;  color: #636363 !important;  font-family: Lora;  font-style: normal;  line-height: 1.2;  text-rendering: optimizeLegibility;  text-transform: uppercase;  font-size: 15px;  margin-bottom: 0;  display: block;  width: 100%;}.account .nav .item a {  color: #636363 !important; text-transform: uppercase;}.account .box-content {  font-size: 12px;    font-style: italic;}.account .secondary {  float: right;}.customer-account-create .account .secondary {  float: left !important;}.account input[type=text] {  width: 100%;}.account .nav.items {  border-right: 1px solid #cccccc;}.account .page-title, .checkout-cart-index .page-title {  text-transform: uppercase;    font-size: 24px;    font-weight: 600;    color: #636363;    padding-bottom: 3px;    margin-bottom: 15px;    text-transform: uppercase;}.news-item-content h4 {    color: #e26703;    font-size: 15px;}.news-item-content .social {    padding-top: 10px;    height: 35px;}.allow_gift_messages_warning {  float: left;  margin-top: 10px;  background: #fff3d9;  font-weight: bold;  padding: 1em;  color: #000;  border: 1px solid rgba(10, 10, 10, 0.25);  width: 68%;}.cms-gift .column.main h3 {    text-align: center;    font-family: Lora;    font-size: 16px;    font-weight: 700;    color: #b60910;    font-style: italic;    text-transform: none;}.cms-gift .column.main p {	color: #706a64;    font: 0.9em/1.5em Arial,sans-serif;    font-style: italic;}.news_image {  display: inline-block;  float: left;}@media all and (min-width: 1024px), print {    .page-products.page-layout-1column .products-grid .product-item{        width: 29% !important;    }    .product-info h2.product-name a{font-family: Lora; font-weight:700; font-style:italic; text-transform:capitalize; color:#c20f24;}}body.compensate-for-scrollbar{overflow:hidden}.fancybox-active{height:auto}.fancybox-is-hidden{left:-9999px;margin:0;position:absolute!important;top:-9999px;visibility:hidden}.fancybox-container{-webkit-backface-visibility:hidden;height:100%;left:0;outline:none;position:fixed;-webkit-tap-highlight-color:transparent;top:0;-ms-touch-action:manipulation;touch-action:manipulation;transform:translateZ(0);width:100%;z-index:99992}.fancybox-container *{box-sizing:border-box}.fancybox-bg,.fancybox-inner,.fancybox-outer,.fancybox-stage{bottom:0;left:0;position:absolute;right:0;top:0}.fancybox-outer{-webkit-overflow-scrolling:touch;overflow-y:auto}.fancybox-bg{background:#1e1e1e;opacity:0;transition-duration:inherit;transition-property:opacity;transition-timing-function:cubic-bezier(.47,0,.74,.71)}.fancybox-is-open .fancybox-bg{opacity:.9;transition-timing-function:cubic-bezier(.22,.61,.36,1)}.fancybox-caption,.fancybox-infobar,.fancybox-navigation .fancybox-button,.fancybox-toolbar{direction:ltr;opacity:0;position:absolute;transition:opacity .25s ease,visibility 0s ease .25s;visibility:hidden;z-index:99997}.fancybox-show-caption .fancybox-caption,.fancybox-show-infobar .fancybox-infobar,.fancybox-show-nav .fancybox-navigation .fancybox-button,.fancybox-show-toolbar .fancybox-toolbar{opacity:1;transition:opacity .25s ease 0s,visibility 0s ease 0s;visibility:visible}.fancybox-infobar{color:#ccc;font-size:13px;-webkit-font-smoothing:subpixel-antialiased;height:44px;left:0;line-height:44px;min-width:44px;mix-blend-mode:difference;padding:0 10px;pointer-events:none;top:0;-webkit-touch-callout:none;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.fancybox-toolbar{right:0;top:0}.fancybox-stage{direction:ltr;overflow:visible;transform:translateZ(0);z-index:99994}.fancybox-is-open .fancybox-stage{overflow:hidden}.fancybox-slide{-webkit-backface-visibility:hidden;display:none;height:100%;left:0;outline:none;overflow:auto;-webkit-overflow-scrolling:touch;padding:44px;position:absolute;text-align:center;top:0;transition-property:transform,opacity;white-space:normal;width:100%;z-index:99994}.fancybox-slide:before{content:"";display:inline-block;font-size:0;height:100%;vertical-align:middle;width:0}.fancybox-is-sliding .fancybox-slide,.fancybox-slide--current,.fancybox-slide--next,.fancybox-slide--previous{display:block}.fancybox-slide--image{overflow:hidden;padding:44px 0}.fancybox-slide--image:before{display:none}.fancybox-slide--html{padding:6px}.fancybox-content{background:#fff;display:inline-block;margin:0;max-width:100%;overflow:auto;-webkit-overflow-scrolling:touch;padding:44px;position:relative;text-align:left;vertical-align:middle}.fancybox-slide--image .fancybox-content{animation-timing-function:cubic-bezier(.5,0,.14,1);-webkit-backface-visibility:hidden;background:transparent;background-repeat:no-repeat;background-size:100% 100%;left:0;max-width:none;overflow:visible;padding:0;position:absolute;top:0;transform-origin:top left;transition-property:transform,opacity;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;z-index:99995}.fancybox-can-zoomOut .fancybox-content{cursor:zoom-out}.fancybox-can-zoomIn .fancybox-content{cursor:zoom-in}.fancybox-can-pan .fancybox-content,.fancybox-can-swipe .fancybox-content{cursor:grab}.fancybox-is-grabbing .fancybox-content{cursor:grabbing}.fancybox-container [data-selectable=true]{cursor:text}.fancybox-image,.fancybox-spaceball{background:transparent;border:0;height:100%;left:0;margin:0;max-height:none;max-width:none;padding:0;position:absolute;top:0;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;width:100%}.fancybox-spaceball{z-index:1}.fancybox-slide--iframe .fancybox-content,.fancybox-slide--map .fancybox-content,.fancybox-slide--pdf .fancybox-content,.fancybox-slide--video .fancybox-content{height:100%;overflow:visible;padding:0;width:100%}.fancybox-slide--video .fancybox-content{background:#000}.fancybox-slide--map .fancybox-content{background:#e5e3df}.fancybox-slide--iframe .fancybox-content{background:#fff}.fancybox-iframe,.fancybox-video{background:transparent;border:0;display:block;height:100%;margin:0;overflow:hidden;padding:0;width:100%}.fancybox-iframe{left:0;position:absolute;top:0}.fancybox-error{background:#fff;cursor:default;max-width:400px;padding:40px;width:100%}.fancybox-error p{color:#444;font-size:16px;line-height:20px;margin:0;padding:0}.fancybox-button{background:rgba(30,30,30,.6);border:0;border-radius:0;box-shadow:none;cursor:pointer;display:inline-block;height:44px;margin:0;padding:10px;position:relative;transition:color .2s;vertical-align:top;visibility:inherit;width:44px}.fancybox-button,.fancybox-button:link,.fancybox-button:visited{color:#ccc}.fancybox-button:hover{color:#fff}.fancybox-button:focus{outline:none}.fancybox-button.fancybox-focus{outline:1px dotted}.fancybox-button[disabled],.fancybox-button[disabled]:hover{color:#888;cursor:default;outline:none}.fancybox-button div{height:100%}.fancybox-button svg{display:block;height:100%;overflow:visible;position:relative;width:100%}.fancybox-button svg path{fill:currentColor;stroke-width:0}.fancybox-button--fsenter svg:nth-child(2),.fancybox-button--fsexit svg:first-child,.fancybox-button--pause svg:first-child,.fancybox-button--play svg:nth-child(2){display:none}.fancybox-progress{background:#ff5268;height:2px;left:0;position:absolute;right:0;top:0;transform:scaleX(0);transform-origin:0;transition-property:transform;transition-timing-function:linear;z-index:99998}.fancybox-close-small{background:transparent;border:0;border-radius:0;color:#ccc;cursor:pointer;opacity:.8;padding:8px;position:absolute;right:-12px;top:-44px;z-index:401}.fancybox-close-small:hover{color:#fff;opacity:1}.fancybox-slide--html .fancybox-close-small{color:currentColor;padding:10px;right:0;top:0}.fancybox-slide--image.fancybox-is-scaling .fancybox-content{overflow:hidden}.fancybox-is-scaling .fancybox-close-small,.fancybox-is-zoomable.fancybox-can-pan .fancybox-close-small{display:none}.fancybox-navigation .fancybox-button{background-clip:content-box;height:100px;opacity:0;position:absolute;top:calc(50% - 50px);width:70px}.fancybox-navigation .fancybox-button div{padding:7px}.fancybox-navigation .fancybox-button--arrow_left{left:0;left:env(safe-area-inset-left);padding:31px 26px 31px 6px}.fancybox-navigation .fancybox-button--arrow_right{padding:31px 6px 31px 26px;right:0;right:env(safe-area-inset-right)}.fancybox-caption{background:linear-gradient(0deg,rgba(0,0,0,.85) 0,rgba(0,0,0,.3) 50%,rgba(0,0,0,.15) 65%,rgba(0,0,0,.075) 75.5%,rgba(0,0,0,.037) 82.85%,rgba(0,0,0,.019) 88%,transparent);bottom:0;color:#eee;font-size:14px;font-weight:400;left:0;line-height:1.5;padding:75px 44px 25px;pointer-events:none;right:0;text-align:center;z-index:99996}@supports (padding:max(0px)){.fancybox-caption{padding:75px max(44px,env(safe-area-inset-right)) max(25px,env(safe-area-inset-bottom)) max(44px,env(safe-area-inset-left))}}.fancybox-caption--separate{margin-top:-50px}.fancybox-caption__body{max-height:50vh;overflow:auto;pointer-events:all}.fancybox-caption a,.fancybox-caption a:link,.fancybox-caption a:visited{color:#ccc;text-decoration:none}.fancybox-caption a:hover{color:#fff;text-decoration:underline}.fancybox-loading{animation:a 1s linear infinite;background:transparent;border:4px solid #888;border-bottom-color:#fff;border-radius:50%;height:50px;left:50%;margin:-25px 0 0 -25px;opacity:.7;padding:0;position:absolute;top:50%;width:50px;z-index:99999}@keyframes a{to{transform:rotate(1turn)}}.fancybox-animated{transition-timing-function:cubic-bezier(0,0,.25,1)}.fancybox-fx-slide.fancybox-slide--previous{opacity:0;transform:translate3d(-100%,0,0)}.fancybox-fx-slide.fancybox-slide--next{opacity:0;transform:translate3d(100%,0,0)}.fancybox-fx-slide.fancybox-slide--current{opacity:1;transform:translateZ(0)}.fancybox-fx-fade.fancybox-slide--next,.fancybox-fx-fade.fancybox-slide--previous{opacity:0;transition-timing-function:cubic-bezier(.19,1,.22,1)}.fancybox-fx-fade.fancybox-slide--current{opacity:1}.fancybox-fx-zoom-in-out.fancybox-slide--previous{opacity:0;transform:scale3d(1.5,1.5,1.5)}.fancybox-fx-zoom-in-out.fancybox-slide--next{opacity:0;transform:scale3d(.5,.5,.5)}.fancybox-fx-zoom-in-out.fancybox-slide--current{opacity:1;transform:scaleX(1)}.fancybox-fx-rotate.fancybox-slide--previous{opacity:0;transform:rotate(-1turn)}.fancybox-fx-rotate.fancybox-slide--next{opacity:0;transform:rotate(1turn)}.fancybox-fx-rotate.fancybox-slide--current{opacity:1;transform:rotate(0deg)}.fancybox-fx-circular.fancybox-slide--previous{opacity:0;transform:scale3d(0,0,0) translate3d(-100%,0,0)}.fancybox-fx-circular.fancybox-slide--next{opacity:0;transform:scale3d(0,0,0) translate3d(100%,0,0)}.fancybox-fx-circular.fancybox-slide--current{opacity:1;transform:scaleX(1) translateZ(0)}.fancybox-fx-tube.fancybox-slide--previous{transform:translate3d(-100%,0,0) scale(.1) skew(-10deg)}.fancybox-fx-tube.fancybox-slide--next{transform:translate3d(100%,0,0) scale(.1) skew(10deg)}.fancybox-fx-tube.fancybox-slide--current{transform:translateZ(0) scale(1)}@media (max-height:576px){.fancybox-slide{padding-left:6px;padding-right:6px}.fancybox-slide--image{padding:6px 0}.fancybox-close-small{right:-6px}.fancybox-slide--image .fancybox-close-small{background:#4e4e4e;color:#f2f4f6;height:36px;opacity:1;padding:6px;right:0;top:0;width:36px}.fancybox-caption{padding-left:12px;padding-right:12px}@supports (padding:max(0px)){.fancybox-caption{padding-left:max(12px,env(safe-area-inset-left));padding-right:max(12px,env(safe-area-inset-right))}}}.fancybox-share{background:#f4f4f4;border-radius:3px;max-width:90%;padding:30px;text-align:center}.fancybox-share h1{color:#222;font-size:35px;font-weight:700;margin:0 0 20px}.fancybox-share p{margin:0;padding:0}.fancybox-share__button{border:0;border-radius:3px;display:inline-block;font-size:14px;font-weight:700;line-height:40px;margin:0 5px 10px;min-width:130px;padding:0 15px;text-decoration:none;transition:all .2s;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;white-space:nowrap}.fancybox-share__button:link,.fancybox-share__button:visited{color:#fff}.fancybox-share__button:hover{text-decoration:none}.fancybox-share__button--fb{background:#3b5998}.fancybox-share__button--fb:hover{background:#344e86}.fancybox-share__button--pt{background:#bd081d}.fancybox-share__button--pt:hover{background:#aa0719}.fancybox-share__button--tw{background:#1da1f2}.fancybox-share__button--tw:hover{background:#0d95e8}.fancybox-share__button svg{height:25px;margin-right:7px;position:relative;top:-1px;vertical-align:middle;width:25px}.fancybox-share__button svg path{fill:#fff}.fancybox-share__input{background:transparent;border:0;border-bottom:1px solid #d7d7d7;border-radius:0;color:#5d5b5b;font-size:14px;margin:10px 0 0;outline:none;padding:10px 15px;width:100%}.fancybox-thumbs{background:#ddd;bottom:0;display:none;margin:0;-webkit-overflow-scrolling:touch;-ms-overflow-style:-ms-autohiding-scrollbar;padding:2px 2px 4px;position:absolute;right:0;-webkit-tap-highlight-color:rgba(0,0,0,0);top:0;width:212px;z-index:99995}.fancybox-thumbs-x{overflow-x:auto;overflow-y:hidden}.fancybox-show-thumbs .fancybox-thumbs{display:block}.fancybox-show-thumbs .fancybox-inner{right:212px}.fancybox-thumbs__list{font-size:0;height:100%;list-style:none;margin:0;overflow-x:hidden;overflow-y:auto;padding:0;position:absolute;position:relative;white-space:nowrap;width:100%}.fancybox-thumbs-x .fancybox-thumbs__list{overflow:hidden}.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar{width:7px}.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar-track{background:#fff;border-radius:10px;box-shadow:inset 0 0 6px rgba(0,0,0,.3)}.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar-thumb{background:#2a2a2a;border-radius:10px}.fancybox-thumbs__list a{-webkit-backface-visibility:hidden;backface-visibility:hidden;background-color:rgba(0,0,0,.1);background-position:50%;background-repeat:no-repeat;background-size:cover;cursor:pointer;float:left;height:75px;margin:2px;max-height:calc(100% - 8px);max-width:calc(50% - 4px);outline:none;overflow:hidden;padding:0;position:relative;-webkit-tap-highlight-color:transparent;width:100px}.fancybox-thumbs__list a:before{border:6px solid #ff5268;bottom:0;content:"";left:0;opacity:0;position:absolute;right:0;top:0;transition:all .2s cubic-bezier(.25,.46,.45,.94);z-index:99991}.fancybox-thumbs__list a:focus:before{opacity:.5}.fancybox-thumbs__list a.fancybox-thumbs-active:before{opacity:1}@media (max-width:576px){.fancybox-thumbs{width:110px}.fancybox-show-thumbs .fancybox-inner{right:110px}.fancybox-thumbs__list a{max-width:calc(100% - 10px)}}#widget-area {
    overflow: hidden;
    margin-bottom: 60px;
    border-top: 1px solid #e5e5e5;
    padding-top: 70px;
}

.widget {
    margin-bottom: 40px;
    font-size: 14px;
    line-height: 1.6;
}

.widget:last-child {
    margin-bottom: 0;
}

#sidebar .widget {
    position: relative;
    margin-bottom: 30px;
    padding: 25px;
    background-color: #fff;
    box-shadow: 0px 1px 5px rgba(0, 0, 0, 0.05);
    -moz-box-shadow: 0px 1px 5px rgba(0, 0, 0, 0.05);
    -webkit-box-shadow: 0px 1px 5px rgba(0, 0, 0, 0.05);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    overflow: hidden;
}

#sidebar img:not(.promo-box-img), #footer-widget-area img:not(.promo-box-img) {
    max-width: 100%;
    height: auto;
    display: block;
}

#sidebar iframe {
    max-width: 100% !important;
}

#sidebar iframe[src*='player.vimeo.com'], #sidebar iframe[src*='youtube.com'] {
    height: auto;
}

#sidebar .widget h3 {
    position: relative;
    margin-top: 0;
    letter-spacing: 1px;
    text-transform: uppercase;
    font-size: 18px;
    font-weight: bold;
    color: #1B193B;
    margin-bottom: 20px;
}

#sidebar .widget-title {
    text-align: center;
    border-bottom: 1px solid #AAAAAA;
    padding-bottom: 10px;
    position: relative;
}

#sidebar .widget-title:after {
    content: "";
    width: 100%;
    height: 2px;
    background-color: #AAAAAA;
    position: absolute;
    bottom: -5px;
    left: 0;
}

.widget.widget_latest_tweets_widget li, .widget.widget_latest_tweets_widget a {
    display: inline-block;
}

#alternate-widget-area {
    position: relative;
}

#alternate-widget-area .widget-title {
    font-size: 18px;
    font-weight: bold;
    letter-spacing: 1px;
    background-color: rgba(44, 44, 44, .9);
    color: #fff;
    padding: 15px 15px 15px 20px;
    position: absolute;
    z-index: 5;
}

#alternate-widget-area p.clear {
    font-family: "Lato";
    font-size: 18px;
    letter-spacing: 1px;
    background-color: rgba(44, 44, 44, .9);
    padding: 13px 20px 13px 5px;
    position: absolute;
    z-index: 5;
}

#alternate-widget-area p.clear a {
    color: #00a8b5;
}

#alternate-widget-area p.clear a:hover {
    color: #FFFFFF;
}

#alternate-widget-area .null-instagram-feed {
    position: relative;
}

.widget-title span {
    display: inline-block;
}

.widget li {
    line-height: 1.4;
}

.widget li, .widget a {
    color: #000;
}

.widget a em {
    font-style: normal;
}

.widget a {
    color: #333;
}

.widget a:hover {
    color: #00a8b5;
    text-decoration: none;
}

.widget ul {
    padding: 0;
    margin: 0;
}

.widget ul li {
    margin: 0 0 11px;
    padding: 0 0 11px;
    border-bottom: 1px solid #eee;
    list-style-type: none;
}

.widget ul li:last-child {
    border-bottom: 0;
    padding-bottom: 0;
    margin-bottom: 0;
}

.widget_categories ul li {
    color: #00a8b5;
}

.widget ul.children {
    padding-left: 15px;
    border-top: 1px solid #eee;
    margin: 11px 0 0;
    padding: 11px 0 0 20px;
}

.block-search {
    max-width: 100%;
}
.widget_popular ul {
    padding: 2px 0;
    list-style: none;
}

.widget_popular li {
    color: #999999;
}

.widget_latest ul {
    padding: 2px 0;
    list-style: none;
}

.widget_latest li {
    color: #999999;
}

.widget_archive ul {
    padding: 2px 0;
    list-style: none;
}

.widget_archive li {
    color: #999999;
}
.bestsellerproducts li.product-item {
    width: 100% !important;
    background: transparent !important;
    padding: 10px;
    box-sizing: border-box;
}
.bestsellerproducts-index-index .products-grid .product-item:nth-child(2n + 1) {
    margin-left: calc((100% - 4 * 23.439%) / 3);
}
.bestsellerproducts-index-index .products-grid .product-item:nth-child(4n+1) {
    margin-left: 0;
}
.bestsellerproducts-index-index .products-grid .product-item {
    margin-left: calc((100% - 4 * 23.439%) / 3);
    padding: 0;
    width: 23.439%;
}
.bestsellerproducts-index-index .product-item-info {
    width: 240px;
}
.bestsellerproducts-index-index .products-grid .product-items {
    margin: 0;
}
.bestsellerproducts.product-items {
    margin: 0 !important;
}
.bestsellerproducts .product-item-info {
    width: 100%;
}
.fpro-sidebar {
    margin: 20px 0 0 !important;
}
.fpro-sidebar .product-items .product-item {
    margin: 0 0 15px !important;
}
.fpro-sidebar .product-items .product-item:last-child {
    margin: 0 0 5px !important;
}
.new-lbl {
    background: none repeat scroll 0 0 #0068AF;
    border-radius: 50%;
    color: #ffffff;
    height: 45px;
    left: 20px;
    line-height: 45px;
    position: absolute;
    text-align: center;
    text-transform: uppercase;
    top: 20px;
    width: 45px;
    z-index: 9;
}
.sale-lbl {
    background: none repeat scroll 0 0 #0068AF;
    border-radius: 50%;
    color: #ffffff;
    height: 45px;
    right: 20px;
    line-height: 45px;
    position: absolute;
    text-align: center;
    text-transform: uppercase;
    top: 20px;
    width: 45px;
    z-index: 9;
}
.bestsellerproducts .product-item .product-item-actions {
    bottom: -70px;
    transition: all 0.3s ease 0s;
    -webkit-transition: all 0.3s ease 0s;
}
.bestsellerproducts-index-index .products-grid .product-item .product-item-actions {
    bottom: -70px;
    -webkit-transition: all 0.3s ease 0s;
}
.pager {
    margin-bottom: 40px;
    padding: 0 10px;
    text-align: center;
    display: block;
    float: left;
    width: 100%;
}
.pager .pages {
    float: left;
    display: block;
    margin-left: 20px;
}
.block-bestsellerproducts .block-title strong{font-weight: 300; font-size: 18px;}
.block-bestsellerproducts .owl-theme .owl-controls{text-align:left}
.view-all{display: block;text-align: right;}

@media only screen and (max-width: 1023px) {
    .bestsellerproducts-index-index .products-grid .product-item:nth-child(4n+1) {
        margin-left: calc((100% - 3 * 32%) / 2);
    }
    .bestsellerproducts-index-index .products-grid .product-item:nth-child(3n+1) {
        margin-left: 0;
    }
    .bestsellerproducts-index-index .products-grid .product-item {
        margin-left: calc((100% - 3 * 32%) / 2);
        padding: 0;
        width: 31.9%;
    }
}
@media only screen and (max-width: 639px) {
    .bestsellerproducts li.product-item {
        width: 100% !important;
        background: transparent !important;
        box-sizing: border-box;
    }
    .bestsellerproducts-index-index .products-grid .product-item:nth-child(3n+1) {
        margin-left: calc((100% - 2 * 49%) / 1);
    }
    .bestsellerproducts-index-index .products-grid .product-item:nth-child(2n+1) {
        margin-left: 0;
    }
    .bestsellerproducts-index-index .products-grid .product-item {
        margin-left: calc((100% - 2 * 49%) / 1);
        padding: 0;
        width: 49%;
    }
}/*

 * jQuery FlexSlider v2.2.0

 * http://www.woothemes.com/flexslider/

 *

 * Copyright 2012 WooThemes

 * Free to use under the GPLv2 license.

 * http://www.gnu.org/licenses/gpl-2.0.html

 *

 * Contributing author: Tyler Smith (@mbmufffin)

 */





/* Browser Resets

*********************************/

.flex-container a:active,

.flexslider a:active,

.flex-container a:focus,

.flexslider a:focus  {outline: none;}

.slides,

.flex-control-nav,

.flex-direction-nav {margin: 0; padding: 0; list-style: none !important;}



/* Icon Fonts

*********************************/

/* Font-face Icons */

@font-face {

	font-family: 'flexslider-icon';

	src:url('../../frontend/Lucia/default/en_US/Magehit_Bestsellerproducts/css/fonts/flexslider-icon.eot');

	src:url('../../frontend/Lucia/default/en_US/Magehit_Bestsellerproducts/css/fonts/flexslider-icon.eot?#iefix') format('embedded-opentype'),

		url('../../frontend/Lucia/default/en_US/Magehit_Bestsellerproducts/css/fonts/flexslider-icon.woff') format('woff'),

		url('../../frontend/Lucia/default/en_US/Magehit_Bestsellerproducts/css/fonts/flexslider-icon.ttf') format('truetype'),

		url('../../frontend/Lucia/default/en_US/Magehit_Bestsellerproducts/css/fonts/flexslider-icon.svg#flexslider-icon') format('svg');

	font-weight: normal;

	font-style: normal;

}



/* FlexSlider Necessary Styles

*********************************/

.flexslider,.flexslider_testimonial_home {margin: 0; padding: 0;}

.flexslider .slides &gt; li{display: none; -webkit-backface-visibility: hidden; margin-right:25px; border:1px solid #beb9b9; padding:10px;}

.flexslider_testimonial_home .slides &gt; li {display: none; -webkit-backface-visibility: hidden; padding-left:0px; margin-left:20px;}  /* Hide the slides before the JS is loaded. Avoids image jumping */

.flexslider .slides img,.flexslider_testimonial_home .slides img {max-width: 100%; display: inline-block;}

.flex-pauseplay span {text-transform: capitalize;}



/* Clearfix for the .slides element */

.slides:after {content: "."; display: block; clear: both; visibility: hidden; line-height: 0; height: 0;}

html[xmlns] .slides {display: block;}

* html .slides {height: 1%;}



/* No JavaScript Fallback */

/* If you are not using another script, such as Modernizr, make sure you

 * include js that eliminates this class on page load */

.no-js .slides &gt; li:first-child {display: block;}



/* FlexSlider Default Theme

*********************************/

.flexslider{ margin: 0 0 60px; /*background: #fff; border: 4px solid #fff;*/ position: relative; /*-webkit-border-radius: 4px; -moz-border-radius: 4px; -o-border-radius: 4px; border-radius: 4px; -webkit-box-shadow: 0 1px 4px rgba(0,0,0,.2); -moz-box-shadow: 0 1px 4px rgba(0,0,0,.2); -o-box-shadow: 0 1px 4px rgba(0,0,0,.2); box-shadow: 0 1px 4px rgba(0,0,0,.2);*/ zoom: 1; }

.flexslider_testimonial_home { min-height:390px;  position: relative;  zoom: 1; }

.flex-viewport { max-height: 2000px; -webkit-transition: all 1s ease; -moz-transition: all 1s ease; -o-transition: all 1s ease; transition: all 1s ease; }

.loading .flex-viewport { max-height: 300px; }

.flexslider .slides,.flexslider_testimonial_home .slides { zoom: 1; }

.carousel li { margin-right: 5px; }



/* Direction Nav */

.flex-direction-nav {*height: 0;

position:absolute; right:20px; top:-8px;}

.flex-direction-nav a  { text-decoration:none; display: block; width: 20px; height: 20px; margin: -20px 0 0; position: absolute; top: 50%; z-index: 10; overflow: hidden; cursor: pointer; color: rgba(0,0,0,0.8); text-shadow: 1px 1px 0 rgba(255,255,255,0.3); -webkit-transition: all .3s ease; -moz-transition: all .3s ease; transition: all .3s ease; }

.flex-direction-nav .flex-prev { left: 0px; background:url(../../frontend/Lucia/default/en_US/Magehit_Bestsellerproducts/images/prev.png) left top no-repeat; text-indent:-9999px;}

.flex-direction-nav .flex-next { right: 0px;  background:url(../../frontend/Lucia/default/en_US/Magehit_Bestsellerproducts/images/next.png) left top no-repeat; text-indent:-9999px; margin-right:5px;}



.flexslider_testimonial_home .flex-direction-nav {*height: 0; position:absolute; right:50%; bottom:-20px; top:inherit;}

.flexslider_testimonial_home .flex-direction-nav a  { text-decoration:none; display: block; width: 20px; height: 20px; margin: -20px 0 0; position: absolute; top: 50%; z-index: 10; overflow: hidden; cursor: pointer; color: rgba(0,0,0,0.8); text-shadow: 1px 1px 0 rgba(255,255,255,0.3); -webkit-transition: all .3s ease; -moz-transition: all .3s ease; transition: all .3s ease; }

.flexslider_testimonial_home .flex-direction-nav .flex-prev { left: 0px; background:url(../../frontend/Lucia/default/en_US/Magehit_Bestsellerproducts/images/prev.png) left top no-repeat; text-indent:-9999px;}

.flexslider_testimonial_home .flex-direction-nav .flex-next { right: 0px;  background:url(../../frontend/Lucia/default/en_US/Magehit_Bestsellerproducts/images/next.png) left top no-repeat; text-indent:-9999px; margin-right:5px;}



.flexslider:hover .flex-prev,.flexslider_testimonial_home:hover .flex-prev{ opacity: 0.7; left: 0px; }

.flexslider:hover .flex-next,.flexslider_testimonial_home:hover .flex-next { opacity: 0.7; right: 0px; }

.flexslider:hover .flex-next:hover, .flexslider:hover .flex-prev:hover,.flexslider_testimonial_home:hover .flex-next:hover, .flexslider_testimonial_home:hover .flex-prev:hover{ opacity: 1; }

/*.flex-direction-nav .flex-disabled { opacity: 0!important; filter:alpha(opacity=0); cursor: default; }

.flex-direction-nav a:before  { font-family: "flexslider-icon"; font-size: 40px; line-height:1; display: inline-block; content: '\f001'; }*/

/*.flex-direction-nav a.flex-next:before  { content: '\f002'; }*/



/* Pause/Play */

.flex-pauseplay a { display: block; width: 20px; height: 20px; position: absolute; bottom: 5px; left: 10px; opacity: 0.8; z-index: 10; overflow: hidden; cursor: pointer; color: #000; }

.flex-pauseplay a:before  { font-family: "flexslider-icon"; font-size: 20px; display: inline-block; content: '\f004'; }

.flex-pauseplay a:hover  { opacity: 1; }

.flex-pauseplay a.flex-play:before { content: '\f003'; }



/* Control Nav */

.flex-control-nav {width: 100%; position: absolute; bottom: -40px; text-align: center; }

.flex-control-nav li {margin: 0 6px; display: inline-block; zoom: 1; *display: inline;}

.flex-control-paging li a {width: 11px; height: 11px; display: block; background: #666; background: rgba(0,0,0,0.5); cursor: pointer; text-indent: -9999px; -webkit-border-radius: 20px; -moz-border-radius: 20px; -o-border-radius: 20px; border-radius: 20px; -webkit-box-shadow: inset 0 0 3px rgba(0,0,0,0.3); -moz-box-shadow: inset 0 0 3px rgba(0,0,0,0.3); -o-box-shadow: inset 0 0 3px rgba(0,0,0,0.3); box-shadow: inset 0 0 3px rgba(0,0,0,0.3); }

.flex-control-paging li a:hover { background: #333; background: rgba(0,0,0,0.7); }

.flex-control-paging li a.flex-active { background: #000; background: rgba(0,0,0,0.9); cursor: default; }



.flex-control-thumbs {margin: 5px 0 0; position: static; overflow: hidden;}

.flex-control-thumbs li {width: 25%; float: left; margin: 0;}

.flex-control-thumbs img {width: 100%; display: block; opacity: .7; cursor: pointer;}

.flex-control-thumbs img:hover {opacity: 1;}

.flex-control-thumbs .flex-active {opacity: 1; cursor: default;}



.flex-control-nav{display:none;}

.flexslider_testimonial_home .testimonial-content-avatar{color:#c20f24; font-family: 'Philosopher', sans-serif;  font-size:18px;  font-weight:400;  font-style:italic; margin-bottom:15px;}

@media screen and (max-width: 860px) {

  .flex-direction-nav .flex-prev { opacity: 1; left: 0px;}

  .flex-direction-nav .flex-next { opacity: 1; right: 0px;}

}

/**
 * Owl Carousel v2.3.4
 * Copyright 2013-2018 David Deutsch
 * Licensed under: SEE LICENSE IN https://github.com/OwlCarousel2/OwlCarousel2/blob/master/LICENSE
 */
/*
 *  Owl Carousel - Core
 */
.owl-carousel {
    display: none;
    width: 100%;
    -webkit-tap-highlight-color: transparent;
    /* position relative and z-index fix webkit rendering fonts issue */
    position: relative;
    z-index: 1;
}

.owl-carousel .owl-stage {
    position: relative;
    -ms-touch-action: pan-Y;
    touch-action: manipulation;
    -moz-backface-visibility: hidden;
    /* fix firefox animation glitch */
}

.owl-carousel .owl-stage:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0;
}

.owl-carousel .owl-stage-outer {
    position: relative;
    overflow: hidden;
    /* fix for flashing background */
    -webkit-transform: translate3d(0px, 0px, 0px);
}

.owl-carousel .owl-wrapper,
.owl-carousel .owl-item {
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
}

.owl-carousel .owl-item {
    position: relative;
    min-height: 1px;
    float: left;
    -webkit-backface-visibility: hidden;
    -webkit-tap-highlight-color: transparent;
    -webkit-touch-callout: none;
}

.owl-carousel .owl-item img {
    display: block;
    width: 100%;
}

.owl-carousel .owl-nav.disabled,
.owl-carousel .owl-dots.disabled {
    display: none;
}

.owl-carousel .owl-nav .owl-prev,
.owl-carousel .owl-nav .owl-next,
.owl-carousel .owl-dot {
    cursor: pointer;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.owl-carousel .owl-nav button.owl-prev,
.owl-carousel .owl-nav button.owl-next,
.owl-carousel button.owl-dot {
    background: none;
    color: inherit;
    border: none;
    padding: 0 !important;
    font: inherit;
}

.owl-carousel.owl-loaded {
    display: block;
}

.owl-carousel.owl-loading {
    opacity: 0;
    display: block;
}

.owl-carousel.owl-hidden {
    opacity: 0;
}

.owl-carousel.owl-refresh .owl-item {
    visibility: hidden;
}

.owl-carousel.owl-drag .owl-item {
    -ms-touch-action: pan-y;
    touch-action: pan-y;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.owl-carousel.owl-grab {
    cursor: move;
    cursor: grab;
}

.owl-carousel.owl-rtl {
    direction: rtl;
}

.owl-carousel.owl-rtl .owl-item {
    float: right;
}

/* No Js */
.no-js .owl-carousel {
    display: block;
}

/*
 *  Owl Carousel - Animate Plugin
 */
.owl-carousel .animated {
    animation-duration: 1000ms;
    animation-fill-mode: both;
}

.owl-carousel .owl-animated-in {
    z-index: 0;
}

.owl-carousel .owl-animated-out {
    z-index: 1;
}

.owl-carousel .fadeOut {
    animation-name: fadeOut;
}

@keyframes fadeOut {
    0% {
        opacity: 1;
    }
    100% {
        opacity: 0;
    }
}

/*
 * 	Owl Carousel - Auto Height Plugin
 */
.owl-height {
    transition: height 500ms ease-in-out;
}

/*
 * 	Owl Carousel - Lazy Load Plugin
 */
.owl-carousel .owl-item {
    /**
              This is introduced due to a bug in IE11 where lazy loading combined with autoheight plugin causes a wrong
              calculation of the height of the owl-item that breaks page layouts
           */
}

.owl-carousel .owl-item .owl-lazy {
    opacity: 0;
    transition: opacity 400ms ease;
}

.owl-carousel .owl-item .owl-lazy[src^=""], .owl-carousel .owl-item .owl-lazy:not([src]) {
    max-height: 0;
}

.owl-carousel .owl-item img.owl-lazy {
    transform-style: preserve-3d;
}

/*
 * 	Owl Carousel - Video Plugin
 */
.owl-carousel .owl-video-wrapper {
    position: relative;
    height: 100%;
    background: #000;
}

.owl-carousel .owl-video-play-icon {
    position: absolute;
    height: 80px;
    width: 80px;
    left: 50%;
    top: 50%;
    margin-left: -40px;
    margin-top: -40px;
    background: url("../../frontend/Lucia/default/en_US/Mageplaza_Core/css/owl.video.play.png") no-repeat;
    cursor: pointer;
    z-index: 1;
    -webkit-backface-visibility: hidden;
    transition: transform 100ms ease;
}

.owl-carousel .owl-video-play-icon:hover {
    -ms-transform: scale(1.3, 1.3);
    transform: scale(1.3, 1.3);
}

.owl-carousel .owl-video-playing .owl-video-tn,
.owl-carousel .owl-video-playing .owl-video-play-icon {
    display: none;
}

.owl-carousel .owl-video-tn {
    opacity: 0;
    height: 100%;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: contain;
    transition: opacity 400ms ease;
}

.owl-carousel .owl-video-frame {
    position: relative;
    z-index: 1;
    height: 100%;
    width: 100%;
}
/**
 * Owl Carousel v2.3.4
 * Copyright 2013-2018 David Deutsch
 * Licensed under: SEE LICENSE IN https://github.com/OwlCarousel2/OwlCarousel2/blob/master/LICENSE
 */
/*
 * 	Default theme - Owl Carousel CSS File
 */
.owl-theme .owl-nav {
    margin-top: 10px;
    text-align: center;
    -webkit-tap-highlight-color: transparent;
}

.owl-theme .owl-nav [class*='owl-'] {
    color: #FFF;
    font-size: 14px;
    margin: 5px;
    padding: 4px 7px;
    background: #D6D6D6;
    display: inline-block;
    cursor: pointer;
    border-radius: 3px;
}

.owl-theme .owl-nav [class*='owl-']:hover {
    background: #869791;
    color: #FFF;
    text-decoration: none;
}

.owl-theme .owl-nav .disabled {
    opacity: 0.5;
    cursor: default;
}

.owl-theme .owl-nav.disabled + .owl-dots {
    margin-top: 10px;
}

.owl-theme .owl-dots {
    text-align: center;
    -webkit-tap-highlight-color: transparent;
}

.owl-theme .owl-dots .owl-dot {
    display: inline-block;
    zoom: 1;
    *display: inline;
}

.owl-theme .owl-dots .owl-dot span {
    width: 10px;
    height: 10px;
    margin: 5px 7px;
    background: #D6D6D6;
    display: block;
    -webkit-backface-visibility: visible;
    transition: opacity 200ms ease;
    border-radius: 30px;
}

.owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span {
    background: #869791;
}
@charset "UTF-8";

/*!
 * animate.css -http://daneden.me/animate
 * Version - 3.7.0
 * Licensed under the MIT license - http://opensource.org/licenses/MIT
 *
 * Copyright (c) 2018 Daniel Eden
 */

@-webkit-keyframes bounce{0%,20%,53%,80%,to{-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);-webkit-transform:translateZ(0);animation-timing-function:cubic-bezier(.215,.61,.355,1);transform:translateZ(0)}40%,43%{-webkit-animation-timing-function:cubic-bezier(.755,.05,.855,.06);-webkit-transform:translate3d(0,-30px,0);animation-timing-function:cubic-bezier(.755,.05,.855,.06);transform:translate3d(0,-30px,0)}70%{-webkit-animation-timing-function:cubic-bezier(.755,.05,.855,.06);-webkit-transform:translate3d(0,-15px,0);animation-timing-function:cubic-bezier(.755,.05,.855,.06);transform:translate3d(0,-15px,0)}90%{-webkit-transform:translate3d(0,-4px,0);transform:translate3d(0,-4px,0)}}@keyframes bounce{0%,20%,53%,80%,to{-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);-webkit-transform:translateZ(0);animation-timing-function:cubic-bezier(.215,.61,.355,1);transform:translateZ(0)}40%,43%{-webkit-animation-timing-function:cubic-bezier(.755,.05,.855,.06);-webkit-transform:translate3d(0,-30px,0);animation-timing-function:cubic-bezier(.755,.05,.855,.06);transform:translate3d(0,-30px,0)}70%{-webkit-animation-timing-function:cubic-bezier(.755,.05,.855,.06);-webkit-transform:translate3d(0,-15px,0);animation-timing-function:cubic-bezier(.755,.05,.855,.06);transform:translate3d(0,-15px,0)}90%{-webkit-transform:translate3d(0,-4px,0);transform:translate3d(0,-4px,0)}}.bounce{-webkit-animation-name:bounce;-webkit-transform-origin:center bottom;animation-name:bounce;transform-origin:center bottom}@-webkit-keyframes flash{0%,50%,to{opacity:1}25%,75%{opacity:0}}@keyframes flash{0%,50%,to{opacity:1}25%,75%{opacity:0}}.flash{-webkit-animation-name:flash;animation-name:flash}@-webkit-keyframes pulse{0%{-webkit-transform:scaleX(1);transform:scaleX(1)}50%{-webkit-transform:scale3d(1.05,1.05,1.05);transform:scale3d(1.05,1.05,1.05)}to{-webkit-transform:scaleX(1);transform:scaleX(1)}}@keyframes pulse{0%{-webkit-transform:scaleX(1);transform:scaleX(1)}50%{-webkit-transform:scale3d(1.05,1.05,1.05);transform:scale3d(1.05,1.05,1.05)}to{-webkit-transform:scaleX(1);transform:scaleX(1)}}.pulse{-webkit-animation-name:pulse;animation-name:pulse}@-webkit-keyframes rubberBand{0%{-webkit-transform:scaleX(1);transform:scaleX(1)}30%{-webkit-transform:scale3d(1.25,.75,1);transform:scale3d(1.25,.75,1)}40%{-webkit-transform:scale3d(.75,1.25,1);transform:scale3d(.75,1.25,1)}50%{-webkit-transform:scale3d(1.15,.85,1);transform:scale3d(1.15,.85,1)}65%{-webkit-transform:scale3d(.95,1.05,1);transform:scale3d(.95,1.05,1)}75%{-webkit-transform:scale3d(1.05,.95,1);transform:scale3d(1.05,.95,1)}to{-webkit-transform:scaleX(1);transform:scaleX(1)}}@keyframes rubberBand{0%{-webkit-transform:scaleX(1);transform:scaleX(1)}30%{-webkit-transform:scale3d(1.25,.75,1);transform:scale3d(1.25,.75,1)}40%{-webkit-transform:scale3d(.75,1.25,1);transform:scale3d(.75,1.25,1)}50%{-webkit-transform:scale3d(1.15,.85,1);transform:scale3d(1.15,.85,1)}65%{-webkit-transform:scale3d(.95,1.05,1);transform:scale3d(.95,1.05,1)}75%{-webkit-transform:scale3d(1.05,.95,1);transform:scale3d(1.05,.95,1)}to{-webkit-transform:scaleX(1);transform:scaleX(1)}}.rubberBand{-webkit-animation-name:rubberBand;animation-name:rubberBand}@-webkit-keyframes shake{0%,to{-webkit-transform:translateZ(0);transform:translateZ(0)}10%,30%,50%,70%,90%{-webkit-transform:translate3d(-10px,0,0);transform:translate3d(-10px,0,0)}20%,40%,60%,80%{-webkit-transform:translate3d(10px,0,0);transform:translate3d(10px,0,0)}}@keyframes shake{0%,to{-webkit-transform:translateZ(0);transform:translateZ(0)}10%,30%,50%,70%,90%{-webkit-transform:translate3d(-10px,0,0);transform:translate3d(-10px,0,0)}20%,40%,60%,80%{-webkit-transform:translate3d(10px,0,0);transform:translate3d(10px,0,0)}}.shake{-webkit-animation-name:shake;animation-name:shake}@-webkit-keyframes headShake{0%{-webkit-transform:translateX(0);transform:translateX(0)}6.5%{-webkit-transform:translateX(-6px) rotateY(-9deg);transform:translateX(-6px) rotateY(-9deg)}18.5%{-webkit-transform:translateX(5px) rotateY(7deg);transform:translateX(5px) rotateY(7deg)}31.5%{-webkit-transform:translateX(-3px) rotateY(-5deg);transform:translateX(-3px) rotateY(-5deg)}43.5%{-webkit-transform:translateX(2px) rotateY(3deg);transform:translateX(2px) rotateY(3deg)}50%{-webkit-transform:translateX(0);transform:translateX(0)}}@keyframes headShake{0%{-webkit-transform:translateX(0);transform:translateX(0)}6.5%{-webkit-transform:translateX(-6px) rotateY(-9deg);transform:translateX(-6px) rotateY(-9deg)}18.5%{-webkit-transform:translateX(5px) rotateY(7deg);transform:translateX(5px) rotateY(7deg)}31.5%{-webkit-transform:translateX(-3px) rotateY(-5deg);transform:translateX(-3px) rotateY(-5deg)}43.5%{-webkit-transform:translateX(2px) rotateY(3deg);transform:translateX(2px) rotateY(3deg)}50%{-webkit-transform:translateX(0);transform:translateX(0)}}.headShake{-webkit-animation-name:headShake;-webkit-animation-timing-function:ease-in-out;animation-name:headShake;animation-timing-function:ease-in-out}@-webkit-keyframes swing{20%{-webkit-transform:rotate(15deg);transform:rotate(15deg)}40%{-webkit-transform:rotate(-10deg);transform:rotate(-10deg)}60%{-webkit-transform:rotate(5deg);transform:rotate(5deg)}80%{-webkit-transform:rotate(-5deg);transform:rotate(-5deg)}to{-webkit-transform:rotate(0deg);transform:rotate(0deg)}}@keyframes swing{20%{-webkit-transform:rotate(15deg);transform:rotate(15deg)}40%{-webkit-transform:rotate(-10deg);transform:rotate(-10deg)}60%{-webkit-transform:rotate(5deg);transform:rotate(5deg)}80%{-webkit-transform:rotate(-5deg);transform:rotate(-5deg)}to{-webkit-transform:rotate(0deg);transform:rotate(0deg)}}.swing{-webkit-animation-name:swing;-webkit-transform-origin:top center;animation-name:swing;transform-origin:top center}@-webkit-keyframes tada{0%{-webkit-transform:scaleX(1);transform:scaleX(1)}10%,20%{-webkit-transform:scale3d(.9,.9,.9) rotate(-3deg);transform:scale3d(.9,.9,.9) rotate(-3deg)}30%,50%,70%,90%{-webkit-transform:scale3d(1.1,1.1,1.1) rotate(3deg);transform:scale3d(1.1,1.1,1.1) rotate(3deg)}40%,60%,80%{-webkit-transform:scale3d(1.1,1.1,1.1) rotate(-3deg);transform:scale3d(1.1,1.1,1.1) rotate(-3deg)}to{-webkit-transform:scaleX(1);transform:scaleX(1)}}@keyframes tada{0%{-webkit-transform:scaleX(1);transform:scaleX(1)}10%,20%{-webkit-transform:scale3d(.9,.9,.9) rotate(-3deg);transform:scale3d(.9,.9,.9) rotate(-3deg)}30%,50%,70%,90%{-webkit-transform:scale3d(1.1,1.1,1.1) rotate(3deg);transform:scale3d(1.1,1.1,1.1) rotate(3deg)}40%,60%,80%{-webkit-transform:scale3d(1.1,1.1,1.1) rotate(-3deg);transform:scale3d(1.1,1.1,1.1) rotate(-3deg)}to{-webkit-transform:scaleX(1);transform:scaleX(1)}}.tada{-webkit-animation-name:tada;animation-name:tada}@-webkit-keyframes wobble{0%{-webkit-transform:translateZ(0);transform:translateZ(0)}15%{-webkit-transform:translate3d(-25%,0,0) rotate(-5deg);transform:translate3d(-25%,0,0) rotate(-5deg)}30%{-webkit-transform:translate3d(20%,0,0) rotate(3deg);transform:translate3d(20%,0,0) rotate(3deg)}45%{-webkit-transform:translate3d(-15%,0,0) rotate(-3deg);transform:translate3d(-15%,0,0) rotate(-3deg)}60%{-webkit-transform:translate3d(10%,0,0) rotate(2deg);transform:translate3d(10%,0,0) rotate(2deg)}75%{-webkit-transform:translate3d(-5%,0,0) rotate(-1deg);transform:translate3d(-5%,0,0) rotate(-1deg)}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes wobble{0%{-webkit-transform:translateZ(0);transform:translateZ(0)}15%{-webkit-transform:translate3d(-25%,0,0) rotate(-5deg);transform:translate3d(-25%,0,0) rotate(-5deg)}30%{-webkit-transform:translate3d(20%,0,0) rotate(3deg);transform:translate3d(20%,0,0) rotate(3deg)}45%{-webkit-transform:translate3d(-15%,0,0) rotate(-3deg);transform:translate3d(-15%,0,0) rotate(-3deg)}60%{-webkit-transform:translate3d(10%,0,0) rotate(2deg);transform:translate3d(10%,0,0) rotate(2deg)}75%{-webkit-transform:translate3d(-5%,0,0) rotate(-1deg);transform:translate3d(-5%,0,0) rotate(-1deg)}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}.wobble{-webkit-animation-name:wobble;animation-name:wobble}@-webkit-keyframes jello{0%,11.1%,to{-webkit-transform:translateZ(0);transform:translateZ(0)}22.2%{-webkit-transform:skewX(-12.5deg) skewY(-12.5deg);transform:skewX(-12.5deg) skewY(-12.5deg)}33.3%{-webkit-transform:skewX(6.25deg) skewY(6.25deg);transform:skewX(6.25deg) skewY(6.25deg)}44.4%{-webkit-transform:skewX(-3.125deg) skewY(-3.125deg);transform:skewX(-3.125deg) skewY(-3.125deg)}55.5%{-webkit-transform:skewX(1.5625deg) skewY(1.5625deg);transform:skewX(1.5625deg) skewY(1.5625deg)}66.6%{-webkit-transform:skewX(-.78125deg) skewY(-.78125deg);transform:skewX(-.78125deg) skewY(-.78125deg)}77.7%{-webkit-transform:skewX(.390625deg) skewY(.390625deg);transform:skewX(.390625deg) skewY(.390625deg)}88.8%{-webkit-transform:skewX(-.1953125deg) skewY(-.1953125deg);transform:skewX(-.1953125deg) skewY(-.1953125deg)}}@keyframes jello{0%,11.1%,to{-webkit-transform:translateZ(0);transform:translateZ(0)}22.2%{-webkit-transform:skewX(-12.5deg) skewY(-12.5deg);transform:skewX(-12.5deg) skewY(-12.5deg)}33.3%{-webkit-transform:skewX(6.25deg) skewY(6.25deg);transform:skewX(6.25deg) skewY(6.25deg)}44.4%{-webkit-transform:skewX(-3.125deg) skewY(-3.125deg);transform:skewX(-3.125deg) skewY(-3.125deg)}55.5%{-webkit-transform:skewX(1.5625deg) skewY(1.5625deg);transform:skewX(1.5625deg) skewY(1.5625deg)}66.6%{-webkit-transform:skewX(-.78125deg) skewY(-.78125deg);transform:skewX(-.78125deg) skewY(-.78125deg)}77.7%{-webkit-transform:skewX(.390625deg) skewY(.390625deg);transform:skewX(.390625deg) skewY(.390625deg)}88.8%{-webkit-transform:skewX(-.1953125deg) skewY(-.1953125deg);transform:skewX(-.1953125deg) skewY(-.1953125deg)}}.jello{-webkit-animation-name:jello;-webkit-transform-origin:center;animation-name:jello;transform-origin:center}@-webkit-keyframes heartBeat{0%{-webkit-transform:scale(1);transform:scale(1)}14%{-webkit-transform:scale(1.3);transform:scale(1.3)}28%{-webkit-transform:scale(1);transform:scale(1)}42%{-webkit-transform:scale(1.3);transform:scale(1.3)}70%{-webkit-transform:scale(1);transform:scale(1)}}@keyframes heartBeat{0%{-webkit-transform:scale(1);transform:scale(1)}14%{-webkit-transform:scale(1.3);transform:scale(1.3)}28%{-webkit-transform:scale(1);transform:scale(1)}42%{-webkit-transform:scale(1.3);transform:scale(1.3)}70%{-webkit-transform:scale(1);transform:scale(1)}}.heartBeat{-webkit-animation-duration:1.3s;-webkit-animation-name:heartBeat;-webkit-animation-timing-function:ease-in-out;animation-duration:1.3s;animation-name:heartBeat;animation-timing-function:ease-in-out}@-webkit-keyframes bounceIn{0%,20%,40%,60%,80%,to{-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{-webkit-transform:scale3d(.3,.3,.3);opacity:0;transform:scale3d(.3,.3,.3)}20%{-webkit-transform:scale3d(1.1,1.1,1.1);transform:scale3d(1.1,1.1,1.1)}40%{-webkit-transform:scale3d(.9,.9,.9);transform:scale3d(.9,.9,.9)}60%{-webkit-transform:scale3d(1.03,1.03,1.03);opacity:1;transform:scale3d(1.03,1.03,1.03)}80%{-webkit-transform:scale3d(.97,.97,.97);transform:scale3d(.97,.97,.97)}to{-webkit-transform:scaleX(1);opacity:1;transform:scaleX(1)}}@keyframes bounceIn{0%,20%,40%,60%,80%,to{-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{-webkit-transform:scale3d(.3,.3,.3);opacity:0;transform:scale3d(.3,.3,.3)}20%{-webkit-transform:scale3d(1.1,1.1,1.1);transform:scale3d(1.1,1.1,1.1)}40%{-webkit-transform:scale3d(.9,.9,.9);transform:scale3d(.9,.9,.9)}60%{-webkit-transform:scale3d(1.03,1.03,1.03);opacity:1;transform:scale3d(1.03,1.03,1.03)}80%{-webkit-transform:scale3d(.97,.97,.97);transform:scale3d(.97,.97,.97)}to{-webkit-transform:scaleX(1);opacity:1;transform:scaleX(1)}}.bounceIn{-webkit-animation-duration:.75s;-webkit-animation-name:bounceIn;animation-duration:.75s;animation-name:bounceIn}@-webkit-keyframes bounceInDown{0%,60%,75%,90%,to{-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{-webkit-transform:translate3d(0,-3000px,0);opacity:0;transform:translate3d(0,-3000px,0)}60%{-webkit-transform:translate3d(0,25px,0);opacity:1;transform:translate3d(0,25px,0)}75%{-webkit-transform:translate3d(0,-10px,0);transform:translate3d(0,-10px,0)}90%{-webkit-transform:translate3d(0,5px,0);transform:translate3d(0,5px,0)}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes bounceInDown{0%,60%,75%,90%,to{-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{-webkit-transform:translate3d(0,-3000px,0);opacity:0;transform:translate3d(0,-3000px,0)}60%{-webkit-transform:translate3d(0,25px,0);opacity:1;transform:translate3d(0,25px,0)}75%{-webkit-transform:translate3d(0,-10px,0);transform:translate3d(0,-10px,0)}90%{-webkit-transform:translate3d(0,5px,0);transform:translate3d(0,5px,0)}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}.bounceInDown{-webkit-animation-name:bounceInDown;animation-name:bounceInDown}@-webkit-keyframes bounceInLeft{0%,60%,75%,90%,to{-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{-webkit-transform:translate3d(-3000px,0,0);opacity:0;transform:translate3d(-3000px,0,0)}60%{-webkit-transform:translate3d(25px,0,0);opacity:1;transform:translate3d(25px,0,0)}75%{-webkit-transform:translate3d(-10px,0,0);transform:translate3d(-10px,0,0)}90%{-webkit-transform:translate3d(5px,0,0);transform:translate3d(5px,0,0)}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes bounceInLeft{0%,60%,75%,90%,to{-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{-webkit-transform:translate3d(-3000px,0,0);opacity:0;transform:translate3d(-3000px,0,0)}60%{-webkit-transform:translate3d(25px,0,0);opacity:1;transform:translate3d(25px,0,0)}75%{-webkit-transform:translate3d(-10px,0,0);transform:translate3d(-10px,0,0)}90%{-webkit-transform:translate3d(5px,0,0);transform:translate3d(5px,0,0)}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}.bounceInLeft{-webkit-animation-name:bounceInLeft;animation-name:bounceInLeft}@-webkit-keyframes bounceInRight{0%,60%,75%,90%,to{-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{-webkit-transform:translate3d(3000px,0,0);opacity:0;transform:translate3d(3000px,0,0)}60%{-webkit-transform:translate3d(-25px,0,0);opacity:1;transform:translate3d(-25px,0,0)}75%{-webkit-transform:translate3d(10px,0,0);transform:translate3d(10px,0,0)}90%{-webkit-transform:translate3d(-5px,0,0);transform:translate3d(-5px,0,0)}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes bounceInRight{0%,60%,75%,90%,to{-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{-webkit-transform:translate3d(3000px,0,0);opacity:0;transform:translate3d(3000px,0,0)}60%{-webkit-transform:translate3d(-25px,0,0);opacity:1;transform:translate3d(-25px,0,0)}75%{-webkit-transform:translate3d(10px,0,0);transform:translate3d(10px,0,0)}90%{-webkit-transform:translate3d(-5px,0,0);transform:translate3d(-5px,0,0)}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}.bounceInRight{-webkit-animation-name:bounceInRight;animation-name:bounceInRight}@-webkit-keyframes bounceInUp{0%,60%,75%,90%,to{-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{-webkit-transform:translate3d(0,3000px,0);opacity:0;transform:translate3d(0,3000px,0)}60%{-webkit-transform:translate3d(0,-20px,0);opacity:1;transform:translate3d(0,-20px,0)}75%{-webkit-transform:translate3d(0,10px,0);transform:translate3d(0,10px,0)}90%{-webkit-transform:translate3d(0,-5px,0);transform:translate3d(0,-5px,0)}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes bounceInUp{0%,60%,75%,90%,to{-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{-webkit-transform:translate3d(0,3000px,0);opacity:0;transform:translate3d(0,3000px,0)}60%{-webkit-transform:translate3d(0,-20px,0);opacity:1;transform:translate3d(0,-20px,0)}75%{-webkit-transform:translate3d(0,10px,0);transform:translate3d(0,10px,0)}90%{-webkit-transform:translate3d(0,-5px,0);transform:translate3d(0,-5px,0)}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}.bounceInUp{-webkit-animation-name:bounceInUp;animation-name:bounceInUp}@-webkit-keyframes bounceOut{20%{-webkit-transform:scale3d(.9,.9,.9);transform:scale3d(.9,.9,.9)}50%,55%{-webkit-transform:scale3d(1.1,1.1,1.1);opacity:1;transform:scale3d(1.1,1.1,1.1)}to{-webkit-transform:scale3d(.3,.3,.3);opacity:0;transform:scale3d(.3,.3,.3)}}@keyframes bounceOut{20%{-webkit-transform:scale3d(.9,.9,.9);transform:scale3d(.9,.9,.9)}50%,55%{-webkit-transform:scale3d(1.1,1.1,1.1);opacity:1;transform:scale3d(1.1,1.1,1.1)}to{-webkit-transform:scale3d(.3,.3,.3);opacity:0;transform:scale3d(.3,.3,.3)}}.bounceOut{-webkit-animation-duration:.75s;-webkit-animation-name:bounceOut;animation-duration:.75s;animation-name:bounceOut}@-webkit-keyframes bounceOutDown{20%{-webkit-transform:translate3d(0,10px,0);transform:translate3d(0,10px,0)}40%,45%{-webkit-transform:translate3d(0,-20px,0);opacity:1;transform:translate3d(0,-20px,0)}to{-webkit-transform:translate3d(0,2000px,0);opacity:0;transform:translate3d(0,2000px,0)}}@keyframes bounceOutDown{20%{-webkit-transform:translate3d(0,10px,0);transform:translate3d(0,10px,0)}40%,45%{-webkit-transform:translate3d(0,-20px,0);opacity:1;transform:translate3d(0,-20px,0)}to{-webkit-transform:translate3d(0,2000px,0);opacity:0;transform:translate3d(0,2000px,0)}}.bounceOutDown{-webkit-animation-name:bounceOutDown;animation-name:bounceOutDown}@-webkit-keyframes bounceOutLeft{20%{-webkit-transform:translate3d(20px,0,0);opacity:1;transform:translate3d(20px,0,0)}to{-webkit-transform:translate3d(-2000px,0,0);opacity:0;transform:translate3d(-2000px,0,0)}}@keyframes bounceOutLeft{20%{-webkit-transform:translate3d(20px,0,0);opacity:1;transform:translate3d(20px,0,0)}to{-webkit-transform:translate3d(-2000px,0,0);opacity:0;transform:translate3d(-2000px,0,0)}}.bounceOutLeft{-webkit-animation-name:bounceOutLeft;animation-name:bounceOutLeft}@-webkit-keyframes bounceOutRight{20%{-webkit-transform:translate3d(-20px,0,0);opacity:1;transform:translate3d(-20px,0,0)}to{-webkit-transform:translate3d(2000px,0,0);opacity:0;transform:translate3d(2000px,0,0)}}@keyframes bounceOutRight{20%{-webkit-transform:translate3d(-20px,0,0);opacity:1;transform:translate3d(-20px,0,0)}to{-webkit-transform:translate3d(2000px,0,0);opacity:0;transform:translate3d(2000px,0,0)}}.bounceOutRight{-webkit-animation-name:bounceOutRight;animation-name:bounceOutRight}@-webkit-keyframes bounceOutUp{20%{-webkit-transform:translate3d(0,-10px,0);transform:translate3d(0,-10px,0)}40%,45%{-webkit-transform:translate3d(0,20px,0);opacity:1;transform:translate3d(0,20px,0)}to{-webkit-transform:translate3d(0,-2000px,0);opacity:0;transform:translate3d(0,-2000px,0)}}@keyframes bounceOutUp{20%{-webkit-transform:translate3d(0,-10px,0);transform:translate3d(0,-10px,0)}40%,45%{-webkit-transform:translate3d(0,20px,0);opacity:1;transform:translate3d(0,20px,0)}to{-webkit-transform:translate3d(0,-2000px,0);opacity:0;transform:translate3d(0,-2000px,0)}}.bounceOutUp{-webkit-animation-name:bounceOutUp;animation-name:bounceOutUp}@-webkit-keyframes fadeIn{0%{opacity:0}to{opacity:1}}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}.fadeIn{-webkit-animation-name:fadeIn;animation-name:fadeIn}@-webkit-keyframes fadeInDown{0%{-webkit-transform:translate3d(0,-100%,0);opacity:0;transform:translate3d(0,-100%,0)}to{-webkit-transform:translateZ(0);opacity:1;transform:translateZ(0)}}@keyframes fadeInDown{0%{-webkit-transform:translate3d(0,-100%,0);opacity:0;transform:translate3d(0,-100%,0)}to{-webkit-transform:translateZ(0);opacity:1;transform:translateZ(0)}}.fadeInDown{-webkit-animation-name:fadeInDown;animation-name:fadeInDown}@-webkit-keyframes fadeInDownBig{0%{-webkit-transform:translate3d(0,-2000px,0);opacity:0;transform:translate3d(0,-2000px,0)}to{-webkit-transform:translateZ(0);opacity:1;transform:translateZ(0)}}@keyframes fadeInDownBig{0%{-webkit-transform:translate3d(0,-2000px,0);opacity:0;transform:translate3d(0,-2000px,0)}to{-webkit-transform:translateZ(0);opacity:1;transform:translateZ(0)}}.fadeInDownBig{-webkit-animation-name:fadeInDownBig;animation-name:fadeInDownBig}@-webkit-keyframes fadeInLeft{0%{-webkit-transform:translate3d(-100%,0,0);opacity:0;transform:translate3d(-100%,0,0)}to{-webkit-transform:translateZ(0);opacity:1;transform:translateZ(0)}}@keyframes fadeInLeft{0%{-webkit-transform:translate3d(-100%,0,0);opacity:0;transform:translate3d(-100%,0,0)}to{-webkit-transform:translateZ(0);opacity:1;transform:translateZ(0)}}.fadeInLeft{-webkit-animation-name:fadeInLeft;animation-name:fadeInLeft}@-webkit-keyframes fadeInLeftBig{0%{-webkit-transform:translate3d(-2000px,0,0);opacity:0;transform:translate3d(-2000px,0,0)}to{-webkit-transform:translateZ(0);opacity:1;transform:translateZ(0)}}@keyframes fadeInLeftBig{0%{-webkit-transform:translate3d(-2000px,0,0);opacity:0;transform:translate3d(-2000px,0,0)}to{-webkit-transform:translateZ(0);opacity:1;transform:translateZ(0)}}.fadeInLeftBig{-webkit-animation-name:fadeInLeftBig;animation-name:fadeInLeftBig}@-webkit-keyframes fadeInRight{0%{-webkit-transform:translate3d(100%,0,0);opacity:0;transform:translate3d(100%,0,0)}to{-webkit-transform:translateZ(0);opacity:1;transform:translateZ(0)}}@keyframes fadeInRight{0%{-webkit-transform:translate3d(100%,0,0);opacity:0;transform:translate3d(100%,0,0)}to{-webkit-transform:translateZ(0);opacity:1;transform:translateZ(0)}}.fadeInRight{-webkit-animation-name:fadeInRight;animation-name:fadeInRight}@-webkit-keyframes fadeInRightBig{0%{-webkit-transform:translate3d(2000px,0,0);opacity:0;transform:translate3d(2000px,0,0)}to{-webkit-transform:translateZ(0);opacity:1;transform:translateZ(0)}}@keyframes fadeInRightBig{0%{-webkit-transform:translate3d(2000px,0,0);opacity:0;transform:translate3d(2000px,0,0)}to{-webkit-transform:translateZ(0);opacity:1;transform:translateZ(0)}}.fadeInRightBig{-webkit-animation-name:fadeInRightBig;animation-name:fadeInRightBig}@-webkit-keyframes fadeInUp{0%{-webkit-transform:translate3d(0,100%,0);opacity:0;transform:translate3d(0,100%,0)}to{-webkit-transform:translateZ(0);opacity:1;transform:translateZ(0)}}@keyframes fadeInUp{0%{-webkit-transform:translate3d(0,100%,0);opacity:0;transform:translate3d(0,100%,0)}to{-webkit-transform:translateZ(0);opacity:1;transform:translateZ(0)}}.fadeInUp{-webkit-animation-name:fadeInUp;animation-name:fadeInUp}@-webkit-keyframes fadeInUpBig{0%{-webkit-transform:translate3d(0,2000px,0);opacity:0;transform:translate3d(0,2000px,0)}to{-webkit-transform:translateZ(0);opacity:1;transform:translateZ(0)}}@keyframes fadeInUpBig{0%{-webkit-transform:translate3d(0,2000px,0);opacity:0;transform:translate3d(0,2000px,0)}to{-webkit-transform:translateZ(0);opacity:1;transform:translateZ(0)}}.fadeInUpBig{-webkit-animation-name:fadeInUpBig;animation-name:fadeInUpBig}@-webkit-keyframes fadeOut{0%{opacity:1}to{opacity:0}}@keyframes fadeOut{0%{opacity:1}to{opacity:0}}.fadeOut{-webkit-animation-name:fadeOut;animation-name:fadeOut}@-webkit-keyframes fadeOutDown{0%{opacity:1}to{-webkit-transform:translate3d(0,100%,0);opacity:0;transform:translate3d(0,100%,0)}}@keyframes fadeOutDown{0%{opacity:1}to{-webkit-transform:translate3d(0,100%,0);opacity:0;transform:translate3d(0,100%,0)}}.fadeOutDown{-webkit-animation-name:fadeOutDown;animation-name:fadeOutDown}@-webkit-keyframes fadeOutDownBig{0%{opacity:1}to{-webkit-transform:translate3d(0,2000px,0);opacity:0;transform:translate3d(0,2000px,0)}}@keyframes fadeOutDownBig{0%{opacity:1}to{-webkit-transform:translate3d(0,2000px,0);opacity:0;transform:translate3d(0,2000px,0)}}.fadeOutDownBig{-webkit-animation-name:fadeOutDownBig;animation-name:fadeOutDownBig}@-webkit-keyframes fadeOutLeft{0%{opacity:1}to{-webkit-transform:translate3d(-100%,0,0);opacity:0;transform:translate3d(-100%,0,0)}}@keyframes fadeOutLeft{0%{opacity:1}to{-webkit-transform:translate3d(-100%,0,0);opacity:0;transform:translate3d(-100%,0,0)}}.fadeOutLeft{-webkit-animation-name:fadeOutLeft;animation-name:fadeOutLeft}@-webkit-keyframes fadeOutLeftBig{0%{opacity:1}to{-webkit-transform:translate3d(-2000px,0,0);opacity:0;transform:translate3d(-2000px,0,0)}}@keyframes fadeOutLeftBig{0%{opacity:1}to{-webkit-transform:translate3d(-2000px,0,0);opacity:0;transform:translate3d(-2000px,0,0)}}.fadeOutLeftBig{-webkit-animation-name:fadeOutLeftBig;animation-name:fadeOutLeftBig}@-webkit-keyframes fadeOutRight{0%{opacity:1}to{-webkit-transform:translate3d(100%,0,0);opacity:0;transform:translate3d(100%,0,0)}}@keyframes fadeOutRight{0%{opacity:1}to{-webkit-transform:translate3d(100%,0,0);opacity:0;transform:translate3d(100%,0,0)}}.fadeOutRight{-webkit-animation-name:fadeOutRight;animation-name:fadeOutRight}@-webkit-keyframes fadeOutRightBig{0%{opacity:1}to{-webkit-transform:translate3d(2000px,0,0);opacity:0;transform:translate3d(2000px,0,0)}}@keyframes fadeOutRightBig{0%{opacity:1}to{-webkit-transform:translate3d(2000px,0,0);opacity:0;transform:translate3d(2000px,0,0)}}.fadeOutRightBig{-webkit-animation-name:fadeOutRightBig;animation-name:fadeOutRightBig}@-webkit-keyframes fadeOutUp{0%{opacity:1}to{-webkit-transform:translate3d(0,-100%,0);opacity:0;transform:translate3d(0,-100%,0)}}@keyframes fadeOutUp{0%{opacity:1}to{-webkit-transform:translate3d(0,-100%,0);opacity:0;transform:translate3d(0,-100%,0)}}.fadeOutUp{-webkit-animation-name:fadeOutUp;animation-name:fadeOutUp}@-webkit-keyframes fadeOutUpBig{0%{opacity:1}to{-webkit-transform:translate3d(0,-2000px,0);opacity:0;transform:translate3d(0,-2000px,0)}}@keyframes fadeOutUpBig{0%{opacity:1}to{-webkit-transform:translate3d(0,-2000px,0);opacity:0;transform:translate3d(0,-2000px,0)}}.fadeOutUpBig{-webkit-animation-name:fadeOutUpBig;animation-name:fadeOutUpBig}@-webkit-keyframes flip{0%{-webkit-animation-timing-function:ease-out;-webkit-transform:perspective(400px) scaleX(1) translateZ(0) rotateY(-1turn);animation-timing-function:ease-out;transform:perspective(400px) scaleX(1) translateZ(0) rotateY(-1turn)}40%{-webkit-animation-timing-function:ease-out;-webkit-transform:perspective(400px) scaleX(1) translateZ(150px) rotateY(-190deg);animation-timing-function:ease-out;transform:perspective(400px) scaleX(1) translateZ(150px) rotateY(-190deg)}50%{-webkit-animation-timing-function:ease-in;-webkit-transform:perspective(400px) scaleX(1) translateZ(150px) rotateY(-170deg);animation-timing-function:ease-in;transform:perspective(400px) scaleX(1) translateZ(150px) rotateY(-170deg)}80%{-webkit-animation-timing-function:ease-in;-webkit-transform:perspective(400px) scale3d(.95,.95,.95) translateZ(0) rotateY(0deg);animation-timing-function:ease-in;transform:perspective(400px) scale3d(.95,.95,.95) translateZ(0) rotateY(0deg)}to{-webkit-animation-timing-function:ease-in;-webkit-transform:perspective(400px) scaleX(1) translateZ(0) rotateY(0deg);animation-timing-function:ease-in;transform:perspective(400px) scaleX(1) translateZ(0) rotateY(0deg)}}@keyframes flip{0%{-webkit-animation-timing-function:ease-out;-webkit-transform:perspective(400px) scaleX(1) translateZ(0) rotateY(-1turn);animation-timing-function:ease-out;transform:perspective(400px) scaleX(1) translateZ(0) rotateY(-1turn)}40%{-webkit-animation-timing-function:ease-out;-webkit-transform:perspective(400px) scaleX(1) translateZ(150px) rotateY(-190deg);animation-timing-function:ease-out;transform:perspective(400px) scaleX(1) translateZ(150px) rotateY(-190deg)}50%{-webkit-animation-timing-function:ease-in;-webkit-transform:perspective(400px) scaleX(1) translateZ(150px) rotateY(-170deg);animation-timing-function:ease-in;transform:perspective(400px) scaleX(1) translateZ(150px) rotateY(-170deg)}80%{-webkit-animation-timing-function:ease-in;-webkit-transform:perspective(400px) scale3d(.95,.95,.95) translateZ(0) rotateY(0deg);animation-timing-function:ease-in;transform:perspective(400px) scale3d(.95,.95,.95) translateZ(0) rotateY(0deg)}to{-webkit-animation-timing-function:ease-in;-webkit-transform:perspective(400px) scaleX(1) translateZ(0) rotateY(0deg);animation-timing-function:ease-in;transform:perspective(400px) scaleX(1) translateZ(0) rotateY(0deg)}}.animated.flip{-webkit-animation-name:flip;-webkit-backface-visibility:visible;animation-name:flip;backface-visibility:visible}@-webkit-keyframes flipInX{0%{-webkit-animation-timing-function:ease-in;-webkit-transform:perspective(400px) rotateX(90deg);animation-timing-function:ease-in;opacity:0;transform:perspective(400px) rotateX(90deg)}40%{-webkit-animation-timing-function:ease-in;-webkit-transform:perspective(400px) rotateX(-20deg);animation-timing-function:ease-in;transform:perspective(400px) rotateX(-20deg)}60%{-webkit-transform:perspective(400px) rotateX(10deg);opacity:1;transform:perspective(400px) rotateX(10deg)}80%{-webkit-transform:perspective(400px) rotateX(-5deg);transform:perspective(400px) rotateX(-5deg)}to{-webkit-transform:perspective(400px);transform:perspective(400px)}}@keyframes flipInX{0%{-webkit-animation-timing-function:ease-in;-webkit-transform:perspective(400px) rotateX(90deg);animation-timing-function:ease-in;opacity:0;transform:perspective(400px) rotateX(90deg)}40%{-webkit-animation-timing-function:ease-in;-webkit-transform:perspective(400px) rotateX(-20deg);animation-timing-function:ease-in;transform:perspective(400px) rotateX(-20deg)}60%{-webkit-transform:perspective(400px) rotateX(10deg);opacity:1;transform:perspective(400px) rotateX(10deg)}80%{-webkit-transform:perspective(400px) rotateX(-5deg);transform:perspective(400px) rotateX(-5deg)}to{-webkit-transform:perspective(400px);transform:perspective(400px)}}.flipInX{-webkit-animation-name:flipInX;-webkit-backface-visibility:visible!important;animation-name:flipInX;backface-visibility:visible!important}@-webkit-keyframes flipInY{0%{-webkit-animation-timing-function:ease-in;-webkit-transform:perspective(400px) rotateY(90deg);animation-timing-function:ease-in;opacity:0;transform:perspective(400px) rotateY(90deg)}40%{-webkit-animation-timing-function:ease-in;-webkit-transform:perspective(400px) rotateY(-20deg);animation-timing-function:ease-in;transform:perspective(400px) rotateY(-20deg)}60%{-webkit-transform:perspective(400px) rotateY(10deg);opacity:1;transform:perspective(400px) rotateY(10deg)}80%{-webkit-transform:perspective(400px) rotateY(-5deg);transform:perspective(400px) rotateY(-5deg)}to{-webkit-transform:perspective(400px);transform:perspective(400px)}}@keyframes flipInY{0%{-webkit-animation-timing-function:ease-in;-webkit-transform:perspective(400px) rotateY(90deg);animation-timing-function:ease-in;opacity:0;transform:perspective(400px) rotateY(90deg)}40%{-webkit-animation-timing-function:ease-in;-webkit-transform:perspective(400px) rotateY(-20deg);animation-timing-function:ease-in;transform:perspective(400px) rotateY(-20deg)}60%{-webkit-transform:perspective(400px) rotateY(10deg);opacity:1;transform:perspective(400px) rotateY(10deg)}80%{-webkit-transform:perspective(400px) rotateY(-5deg);transform:perspective(400px) rotateY(-5deg)}to{-webkit-transform:perspective(400px);transform:perspective(400px)}}.flipInY{-webkit-animation-name:flipInY;-webkit-backface-visibility:visible!important;animation-name:flipInY;backface-visibility:visible!important}@-webkit-keyframes flipOutX{0%{-webkit-transform:perspective(400px);transform:perspective(400px)}30%{-webkit-transform:perspective(400px) rotateX(-20deg);opacity:1;transform:perspective(400px) rotateX(-20deg)}to{-webkit-transform:perspective(400px) rotateX(90deg);opacity:0;transform:perspective(400px) rotateX(90deg)}}@keyframes flipOutX{0%{-webkit-transform:perspective(400px);transform:perspective(400px)}30%{-webkit-transform:perspective(400px) rotateX(-20deg);opacity:1;transform:perspective(400px) rotateX(-20deg)}to{-webkit-transform:perspective(400px) rotateX(90deg);opacity:0;transform:perspective(400px) rotateX(90deg)}}.flipOutX{-webkit-animation-duration:.75s;-webkit-animation-name:flipOutX;-webkit-backface-visibility:visible!important;animation-duration:.75s;animation-name:flipOutX;backface-visibility:visible!important}@-webkit-keyframes flipOutY{0%{-webkit-transform:perspective(400px);transform:perspective(400px)}30%{-webkit-transform:perspective(400px) rotateY(-15deg);opacity:1;transform:perspective(400px) rotateY(-15deg)}to{-webkit-transform:perspective(400px) rotateY(90deg);opacity:0;transform:perspective(400px) rotateY(90deg)}}@keyframes flipOutY{0%{-webkit-transform:perspective(400px);transform:perspective(400px)}30%{-webkit-transform:perspective(400px) rotateY(-15deg);opacity:1;transform:perspective(400px) rotateY(-15deg)}to{-webkit-transform:perspective(400px) rotateY(90deg);opacity:0;transform:perspective(400px) rotateY(90deg)}}.flipOutY{-webkit-animation-duration:.75s;-webkit-animation-name:flipOutY;-webkit-backface-visibility:visible!important;animation-duration:.75s;animation-name:flipOutY;backface-visibility:visible!important}@-webkit-keyframes lightSpeedIn{0%{-webkit-transform:translate3d(100%,0,0) skewX(-30deg);opacity:0;transform:translate3d(100%,0,0) skewX(-30deg)}60%{-webkit-transform:skewX(20deg);opacity:1;transform:skewX(20deg)}80%{-webkit-transform:skewX(-5deg);transform:skewX(-5deg)}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes lightSpeedIn{0%{-webkit-transform:translate3d(100%,0,0) skewX(-30deg);opacity:0;transform:translate3d(100%,0,0) skewX(-30deg)}60%{-webkit-transform:skewX(20deg);opacity:1;transform:skewX(20deg)}80%{-webkit-transform:skewX(-5deg);transform:skewX(-5deg)}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}.lightSpeedIn{-webkit-animation-name:lightSpeedIn;-webkit-animation-timing-function:ease-out;animation-name:lightSpeedIn;animation-timing-function:ease-out}@-webkit-keyframes lightSpeedOut{0%{opacity:1}to{-webkit-transform:translate3d(100%,0,0) skewX(30deg);opacity:0;transform:translate3d(100%,0,0) skewX(30deg)}}@keyframes lightSpeedOut{0%{opacity:1}to{-webkit-transform:translate3d(100%,0,0) skewX(30deg);opacity:0;transform:translate3d(100%,0,0) skewX(30deg)}}.lightSpeedOut{-webkit-animation-name:lightSpeedOut;-webkit-animation-timing-function:ease-in;animation-name:lightSpeedOut;animation-timing-function:ease-in}@-webkit-keyframes rotateIn{0%{-webkit-transform:rotate(-200deg);-webkit-transform-origin:center;opacity:0;transform:rotate(-200deg);transform-origin:center}to{-webkit-transform:translateZ(0);-webkit-transform-origin:center;opacity:1;transform:translateZ(0);transform-origin:center}}@keyframes rotateIn{0%{-webkit-transform:rotate(-200deg);-webkit-transform-origin:center;opacity:0;transform:rotate(-200deg);transform-origin:center}to{-webkit-transform:translateZ(0);-webkit-transform-origin:center;opacity:1;transform:translateZ(0);transform-origin:center}}.rotateIn{-webkit-animation-name:rotateIn;animation-name:rotateIn}@-webkit-keyframes rotateInDownLeft{0%{-webkit-transform:rotate(-45deg);-webkit-transform-origin:left bottom;opacity:0;transform:rotate(-45deg);transform-origin:left bottom}to{-webkit-transform:translateZ(0);-webkit-transform-origin:left bottom;opacity:1;transform:translateZ(0);transform-origin:left bottom}}@keyframes rotateInDownLeft{0%{-webkit-transform:rotate(-45deg);-webkit-transform-origin:left bottom;opacity:0;transform:rotate(-45deg);transform-origin:left bottom}to{-webkit-transform:translateZ(0);-webkit-transform-origin:left bottom;opacity:1;transform:translateZ(0);transform-origin:left bottom}}.rotateInDownLeft{-webkit-animation-name:rotateInDownLeft;animation-name:rotateInDownLeft}@-webkit-keyframes rotateInDownRight{0%{-webkit-transform:rotate(45deg);-webkit-transform-origin:right bottom;opacity:0;transform:rotate(45deg);transform-origin:right bottom}to{-webkit-transform:translateZ(0);-webkit-transform-origin:right bottom;opacity:1;transform:translateZ(0);transform-origin:right bottom}}@keyframes rotateInDownRight{0%{-webkit-transform:rotate(45deg);-webkit-transform-origin:right bottom;opacity:0;transform:rotate(45deg);transform-origin:right bottom}to{-webkit-transform:translateZ(0);-webkit-transform-origin:right bottom;opacity:1;transform:translateZ(0);transform-origin:right bottom}}.rotateInDownRight{-webkit-animation-name:rotateInDownRight;animation-name:rotateInDownRight}@-webkit-keyframes rotateInUpLeft{0%{-webkit-transform:rotate(45deg);-webkit-transform-origin:left bottom;opacity:0;transform:rotate(45deg);transform-origin:left bottom}to{-webkit-transform:translateZ(0);-webkit-transform-origin:left bottom;opacity:1;transform:translateZ(0);transform-origin:left bottom}}@keyframes rotateInUpLeft{0%{-webkit-transform:rotate(45deg);-webkit-transform-origin:left bottom;opacity:0;transform:rotate(45deg);transform-origin:left bottom}to{-webkit-transform:translateZ(0);-webkit-transform-origin:left bottom;opacity:1;transform:translateZ(0);transform-origin:left bottom}}.rotateInUpLeft{-webkit-animation-name:rotateInUpLeft;animation-name:rotateInUpLeft}@-webkit-keyframes rotateInUpRight{0%{-webkit-transform:rotate(-90deg);-webkit-transform-origin:right bottom;opacity:0;transform:rotate(-90deg);transform-origin:right bottom}to{-webkit-transform:translateZ(0);-webkit-transform-origin:right bottom;opacity:1;transform:translateZ(0);transform-origin:right bottom}}@keyframes rotateInUpRight{0%{-webkit-transform:rotate(-90deg);-webkit-transform-origin:right bottom;opacity:0;transform:rotate(-90deg);transform-origin:right bottom}to{-webkit-transform:translateZ(0);-webkit-transform-origin:right bottom;opacity:1;transform:translateZ(0);transform-origin:right bottom}}.rotateInUpRight{-webkit-animation-name:rotateInUpRight;animation-name:rotateInUpRight}@-webkit-keyframes rotateOut{0%{-webkit-transform-origin:center;opacity:1;transform-origin:center}to{-webkit-transform:rotate(200deg);-webkit-transform-origin:center;opacity:0;transform:rotate(200deg);transform-origin:center}}@keyframes rotateOut{0%{-webkit-transform-origin:center;opacity:1;transform-origin:center}to{-webkit-transform:rotate(200deg);-webkit-transform-origin:center;opacity:0;transform:rotate(200deg);transform-origin:center}}.rotateOut{-webkit-animation-name:rotateOut;animation-name:rotateOut}@-webkit-keyframes rotateOutDownLeft{0%{-webkit-transform-origin:left bottom;opacity:1;transform-origin:left bottom}to{-webkit-transform:rotate(45deg);-webkit-transform-origin:left bottom;opacity:0;transform:rotate(45deg);transform-origin:left bottom}}@keyframes rotateOutDownLeft{0%{-webkit-transform-origin:left bottom;opacity:1;transform-origin:left bottom}to{-webkit-transform:rotate(45deg);-webkit-transform-origin:left bottom;opacity:0;transform:rotate(45deg);transform-origin:left bottom}}.rotateOutDownLeft{-webkit-animation-name:rotateOutDownLeft;animation-name:rotateOutDownLeft}@-webkit-keyframes rotateOutDownRight{0%{-webkit-transform-origin:right bottom;opacity:1;transform-origin:right bottom}to{-webkit-transform:rotate(-45deg);-webkit-transform-origin:right bottom;opacity:0;transform:rotate(-45deg);transform-origin:right bottom}}@keyframes rotateOutDownRight{0%{-webkit-transform-origin:right bottom;opacity:1;transform-origin:right bottom}to{-webkit-transform:rotate(-45deg);-webkit-transform-origin:right bottom;opacity:0;transform:rotate(-45deg);transform-origin:right bottom}}.rotateOutDownRight{-webkit-animation-name:rotateOutDownRight;animation-name:rotateOutDownRight}@-webkit-keyframes rotateOutUpLeft{0%{-webkit-transform-origin:left bottom;opacity:1;transform-origin:left bottom}to{-webkit-transform:rotate(-45deg);-webkit-transform-origin:left bottom;opacity:0;transform:rotate(-45deg);transform-origin:left bottom}}@keyframes rotateOutUpLeft{0%{-webkit-transform-origin:left bottom;opacity:1;transform-origin:left bottom}to{-webkit-transform:rotate(-45deg);-webkit-transform-origin:left bottom;opacity:0;transform:rotate(-45deg);transform-origin:left bottom}}.rotateOutUpLeft{-webkit-animation-name:rotateOutUpLeft;animation-name:rotateOutUpLeft}@-webkit-keyframes rotateOutUpRight{0%{-webkit-transform-origin:right bottom;opacity:1;transform-origin:right bottom}to{-webkit-transform:rotate(90deg);-webkit-transform-origin:right bottom;opacity:0;transform:rotate(90deg);transform-origin:right bottom}}@keyframes rotateOutUpRight{0%{-webkit-transform-origin:right bottom;opacity:1;transform-origin:right bottom}to{-webkit-transform:rotate(90deg);-webkit-transform-origin:right bottom;opacity:0;transform:rotate(90deg);transform-origin:right bottom}}.rotateOutUpRight{-webkit-animation-name:rotateOutUpRight;animation-name:rotateOutUpRight}@-webkit-keyframes hinge{0%{-webkit-animation-timing-function:ease-in-out;-webkit-transform-origin:top left;animation-timing-function:ease-in-out;transform-origin:top left}20%,60%{-webkit-animation-timing-function:ease-in-out;-webkit-transform:rotate(80deg);-webkit-transform-origin:top left;animation-timing-function:ease-in-out;transform:rotate(80deg);transform-origin:top left}40%,80%{-webkit-animation-timing-function:ease-in-out;-webkit-transform:rotate(60deg);-webkit-transform-origin:top left;animation-timing-function:ease-in-out;opacity:1;transform:rotate(60deg);transform-origin:top left}to{-webkit-transform:translate3d(0,700px,0);opacity:0;transform:translate3d(0,700px,0)}}@keyframes hinge{0%{-webkit-animation-timing-function:ease-in-out;-webkit-transform-origin:top left;animation-timing-function:ease-in-out;transform-origin:top left}20%,60%{-webkit-animation-timing-function:ease-in-out;-webkit-transform:rotate(80deg);-webkit-transform-origin:top left;animation-timing-function:ease-in-out;transform:rotate(80deg);transform-origin:top left}40%,80%{-webkit-animation-timing-function:ease-in-out;-webkit-transform:rotate(60deg);-webkit-transform-origin:top left;animation-timing-function:ease-in-out;opacity:1;transform:rotate(60deg);transform-origin:top left}to{-webkit-transform:translate3d(0,700px,0);opacity:0;transform:translate3d(0,700px,0)}}.hinge{-webkit-animation-duration:2s;-webkit-animation-name:hinge;animation-duration:2s;animation-name:hinge}@-webkit-keyframes jackInTheBox{0%{-webkit-transform:scale(.1) rotate(30deg);-webkit-transform-origin:center bottom;opacity:0;transform:scale(.1) rotate(30deg);transform-origin:center bottom}50%{-webkit-transform:rotate(-10deg);transform:rotate(-10deg)}70%{-webkit-transform:rotate(3deg);transform:rotate(3deg)}to{-webkit-transform:scale(1);opacity:1;transform:scale(1)}}@keyframes jackInTheBox{0%{-webkit-transform:scale(.1) rotate(30deg);-webkit-transform-origin:center bottom;opacity:0;transform:scale(.1) rotate(30deg);transform-origin:center bottom}50%{-webkit-transform:rotate(-10deg);transform:rotate(-10deg)}70%{-webkit-transform:rotate(3deg);transform:rotate(3deg)}to{-webkit-transform:scale(1);opacity:1;transform:scale(1)}}.jackInTheBox{-webkit-animation-name:jackInTheBox;animation-name:jackInTheBox}@-webkit-keyframes rollIn{0%{-webkit-transform:translate3d(-100%,0,0) rotate(-120deg);opacity:0;transform:translate3d(-100%,0,0) rotate(-120deg)}to{-webkit-transform:translateZ(0);opacity:1;transform:translateZ(0)}}@keyframes rollIn{0%{-webkit-transform:translate3d(-100%,0,0) rotate(-120deg);opacity:0;transform:translate3d(-100%,0,0) rotate(-120deg)}to{-webkit-transform:translateZ(0);opacity:1;transform:translateZ(0)}}.rollIn{-webkit-animation-name:rollIn;animation-name:rollIn}@-webkit-keyframes rollOut{0%{opacity:1}to{-webkit-transform:translate3d(100%,0,0) rotate(120deg);opacity:0;transform:translate3d(100%,0,0) rotate(120deg)}}@keyframes rollOut{0%{opacity:1}to{-webkit-transform:translate3d(100%,0,0) rotate(120deg);opacity:0;transform:translate3d(100%,0,0) rotate(120deg)}}.rollOut{-webkit-animation-name:rollOut;animation-name:rollOut}@-webkit-keyframes zoomIn{0%{-webkit-transform:scale3d(.3,.3,.3);opacity:0;transform:scale3d(.3,.3,.3)}50%{opacity:1}}@keyframes zoomIn{0%{-webkit-transform:scale3d(.3,.3,.3);opacity:0;transform:scale3d(.3,.3,.3)}50%{opacity:1}}.zoomIn{-webkit-animation-name:zoomIn;animation-name:zoomIn}@-webkit-keyframes zoomInDown{0%{-webkit-animation-timing-function:cubic-bezier(.55,.055,.675,.19);-webkit-transform:scale3d(.1,.1,.1) translate3d(0,-1000px,0);animation-timing-function:cubic-bezier(.55,.055,.675,.19);opacity:0;transform:scale3d(.1,.1,.1) translate3d(0,-1000px,0)}60%{-webkit-animation-timing-function:cubic-bezier(.175,.885,.32,1);-webkit-transform:scale3d(.475,.475,.475) translate3d(0,60px,0);animation-timing-function:cubic-bezier(.175,.885,.32,1);opacity:1;transform:scale3d(.475,.475,.475) translate3d(0,60px,0)}}@keyframes zoomInDown{0%{-webkit-animation-timing-function:cubic-bezier(.55,.055,.675,.19);-webkit-transform:scale3d(.1,.1,.1) translate3d(0,-1000px,0);animation-timing-function:cubic-bezier(.55,.055,.675,.19);opacity:0;transform:scale3d(.1,.1,.1) translate3d(0,-1000px,0)}60%{-webkit-animation-timing-function:cubic-bezier(.175,.885,.32,1);-webkit-transform:scale3d(.475,.475,.475) translate3d(0,60px,0);animation-timing-function:cubic-bezier(.175,.885,.32,1);opacity:1;transform:scale3d(.475,.475,.475) translate3d(0,60px,0)}}.zoomInDown{-webkit-animation-name:zoomInDown;animation-name:zoomInDown}@-webkit-keyframes zoomInLeft{0%{-webkit-animation-timing-function:cubic-bezier(.55,.055,.675,.19);-webkit-transform:scale3d(.1,.1,.1) translate3d(-1000px,0,0);animation-timing-function:cubic-bezier(.55,.055,.675,.19);opacity:0;transform:scale3d(.1,.1,.1) translate3d(-1000px,0,0)}60%{-webkit-animation-timing-function:cubic-bezier(.175,.885,.32,1);-webkit-transform:scale3d(.475,.475,.475) translate3d(10px,0,0);animation-timing-function:cubic-bezier(.175,.885,.32,1);opacity:1;transform:scale3d(.475,.475,.475) translate3d(10px,0,0)}}@keyframes zoomInLeft{0%{-webkit-animation-timing-function:cubic-bezier(.55,.055,.675,.19);-webkit-transform:scale3d(.1,.1,.1) translate3d(-1000px,0,0);animation-timing-function:cubic-bezier(.55,.055,.675,.19);opacity:0;transform:scale3d(.1,.1,.1) translate3d(-1000px,0,0)}60%{-webkit-animation-timing-function:cubic-bezier(.175,.885,.32,1);-webkit-transform:scale3d(.475,.475,.475) translate3d(10px,0,0);animation-timing-function:cubic-bezier(.175,.885,.32,1);opacity:1;transform:scale3d(.475,.475,.475) translate3d(10px,0,0)}}.zoomInLeft{-webkit-animation-name:zoomInLeft;animation-name:zoomInLeft}@-webkit-keyframes zoomInRight{0%{-webkit-animation-timing-function:cubic-bezier(.55,.055,.675,.19);-webkit-transform:scale3d(.1,.1,.1) translate3d(1000px,0,0);animation-timing-function:cubic-bezier(.55,.055,.675,.19);opacity:0;transform:scale3d(.1,.1,.1) translate3d(1000px,0,0)}60%{-webkit-animation-timing-function:cubic-bezier(.175,.885,.32,1);-webkit-transform:scale3d(.475,.475,.475) translate3d(-10px,0,0);animation-timing-function:cubic-bezier(.175,.885,.32,1);opacity:1;transform:scale3d(.475,.475,.475) translate3d(-10px,0,0)}}@keyframes zoomInRight{0%{-webkit-animation-timing-function:cubic-bezier(.55,.055,.675,.19);-webkit-transform:scale3d(.1,.1,.1) translate3d(1000px,0,0);animation-timing-function:cubic-bezier(.55,.055,.675,.19);opacity:0;transform:scale3d(.1,.1,.1) translate3d(1000px,0,0)}60%{-webkit-animation-timing-function:cubic-bezier(.175,.885,.32,1);-webkit-transform:scale3d(.475,.475,.475) translate3d(-10px,0,0);animation-timing-function:cubic-bezier(.175,.885,.32,1);opacity:1;transform:scale3d(.475,.475,.475) translate3d(-10px,0,0)}}.zoomInRight{-webkit-animation-name:zoomInRight;animation-name:zoomInRight}@-webkit-keyframes zoomInUp{0%{-webkit-animation-timing-function:cubic-bezier(.55,.055,.675,.19);-webkit-transform:scale3d(.1,.1,.1) translate3d(0,1000px,0);animation-timing-function:cubic-bezier(.55,.055,.675,.19);opacity:0;transform:scale3d(.1,.1,.1) translate3d(0,1000px,0)}60%{-webkit-animation-timing-function:cubic-bezier(.175,.885,.32,1);-webkit-transform:scale3d(.475,.475,.475) translate3d(0,-60px,0);animation-timing-function:cubic-bezier(.175,.885,.32,1);opacity:1;transform:scale3d(.475,.475,.475) translate3d(0,-60px,0)}}@keyframes zoomInUp{0%{-webkit-animation-timing-function:cubic-bezier(.55,.055,.675,.19);-webkit-transform:scale3d(.1,.1,.1) translate3d(0,1000px,0);animation-timing-function:cubic-bezier(.55,.055,.675,.19);opacity:0;transform:scale3d(.1,.1,.1) translate3d(0,1000px,0)}60%{-webkit-animation-timing-function:cubic-bezier(.175,.885,.32,1);-webkit-transform:scale3d(.475,.475,.475) translate3d(0,-60px,0);animation-timing-function:cubic-bezier(.175,.885,.32,1);opacity:1;transform:scale3d(.475,.475,.475) translate3d(0,-60px,0)}}.zoomInUp{-webkit-animation-name:zoomInUp;animation-name:zoomInUp}@-webkit-keyframes zoomOut{0%{opacity:1}50%{-webkit-transform:scale3d(.3,.3,.3);opacity:0;transform:scale3d(.3,.3,.3)}to{opacity:0}}@keyframes zoomOut{0%{opacity:1}50%{-webkit-transform:scale3d(.3,.3,.3);opacity:0;transform:scale3d(.3,.3,.3)}to{opacity:0}}.zoomOut{-webkit-animation-name:zoomOut;animation-name:zoomOut}@-webkit-keyframes zoomOutDown{40%{-webkit-animation-timing-function:cubic-bezier(.55,.055,.675,.19);-webkit-transform:scale3d(.475,.475,.475) translate3d(0,-60px,0);animation-timing-function:cubic-bezier(.55,.055,.675,.19);opacity:1;transform:scale3d(.475,.475,.475) translate3d(0,-60px,0)}to{-webkit-animation-timing-function:cubic-bezier(.175,.885,.32,1);-webkit-transform:scale3d(.1,.1,.1) translate3d(0,2000px,0);-webkit-transform-origin:center bottom;animation-timing-function:cubic-bezier(.175,.885,.32,1);opacity:0;transform:scale3d(.1,.1,.1) translate3d(0,2000px,0);transform-origin:center bottom}}@keyframes zoomOutDown{40%{-webkit-animation-timing-function:cubic-bezier(.55,.055,.675,.19);-webkit-transform:scale3d(.475,.475,.475) translate3d(0,-60px,0);animation-timing-function:cubic-bezier(.55,.055,.675,.19);opacity:1;transform:scale3d(.475,.475,.475) translate3d(0,-60px,0)}to{-webkit-animation-timing-function:cubic-bezier(.175,.885,.32,1);-webkit-transform:scale3d(.1,.1,.1) translate3d(0,2000px,0);-webkit-transform-origin:center bottom;animation-timing-function:cubic-bezier(.175,.885,.32,1);opacity:0;transform:scale3d(.1,.1,.1) translate3d(0,2000px,0);transform-origin:center bottom}}.zoomOutDown{-webkit-animation-name:zoomOutDown;animation-name:zoomOutDown}@-webkit-keyframes zoomOutLeft{40%{-webkit-transform:scale3d(.475,.475,.475) translate3d(42px,0,0);opacity:1;transform:scale3d(.475,.475,.475) translate3d(42px,0,0)}to{-webkit-transform:scale(.1) translate3d(-2000px,0,0);-webkit-transform-origin:left center;opacity:0;transform:scale(.1) translate3d(-2000px,0,0);transform-origin:left center}}@keyframes zoomOutLeft{40%{-webkit-transform:scale3d(.475,.475,.475) translate3d(42px,0,0);opacity:1;transform:scale3d(.475,.475,.475) translate3d(42px,0,0)}to{-webkit-transform:scale(.1) translate3d(-2000px,0,0);-webkit-transform-origin:left center;opacity:0;transform:scale(.1) translate3d(-2000px,0,0);transform-origin:left center}}.zoomOutLeft{-webkit-animation-name:zoomOutLeft;animation-name:zoomOutLeft}@-webkit-keyframes zoomOutRight{40%{-webkit-transform:scale3d(.475,.475,.475) translate3d(-42px,0,0);opacity:1;transform:scale3d(.475,.475,.475) translate3d(-42px,0,0)}to{-webkit-transform:scale(.1) translate3d(2000px,0,0);-webkit-transform-origin:right center;opacity:0;transform:scale(.1) translate3d(2000px,0,0);transform-origin:right center}}@keyframes zoomOutRight{40%{-webkit-transform:scale3d(.475,.475,.475) translate3d(-42px,0,0);opacity:1;transform:scale3d(.475,.475,.475) translate3d(-42px,0,0)}to{-webkit-transform:scale(.1) translate3d(2000px,0,0);-webkit-transform-origin:right center;opacity:0;transform:scale(.1) translate3d(2000px,0,0);transform-origin:right center}}.zoomOutRight{-webkit-animation-name:zoomOutRight;animation-name:zoomOutRight}@-webkit-keyframes zoomOutUp{40%{-webkit-animation-timing-function:cubic-bezier(.55,.055,.675,.19);-webkit-transform:scale3d(.475,.475,.475) translate3d(0,60px,0);animation-timing-function:cubic-bezier(.55,.055,.675,.19);opacity:1;transform:scale3d(.475,.475,.475) translate3d(0,60px,0)}to{-webkit-animation-timing-function:cubic-bezier(.175,.885,.32,1);-webkit-transform:scale3d(.1,.1,.1) translate3d(0,-2000px,0);-webkit-transform-origin:center bottom;animation-timing-function:cubic-bezier(.175,.885,.32,1);opacity:0;transform:scale3d(.1,.1,.1) translate3d(0,-2000px,0);transform-origin:center bottom}}@keyframes zoomOutUp{40%{-webkit-animation-timing-function:cubic-bezier(.55,.055,.675,.19);-webkit-transform:scale3d(.475,.475,.475) translate3d(0,60px,0);animation-timing-function:cubic-bezier(.55,.055,.675,.19);opacity:1;transform:scale3d(.475,.475,.475) translate3d(0,60px,0)}to{-webkit-animation-timing-function:cubic-bezier(.175,.885,.32,1);-webkit-transform:scale3d(.1,.1,.1) translate3d(0,-2000px,0);-webkit-transform-origin:center bottom;animation-timing-function:cubic-bezier(.175,.885,.32,1);opacity:0;transform:scale3d(.1,.1,.1) translate3d(0,-2000px,0);transform-origin:center bottom}}.zoomOutUp{-webkit-animation-name:zoomOutUp;animation-name:zoomOutUp}@-webkit-keyframes slideInDown{0%{-webkit-transform:translate3d(0,-100%,0);transform:translate3d(0,-100%,0);visibility:visible}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes slideInDown{0%{-webkit-transform:translate3d(0,-100%,0);transform:translate3d(0,-100%,0);visibility:visible}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}.slideInDown{-webkit-animation-name:slideInDown;animation-name:slideInDown}@-webkit-keyframes slideInLeft{0%{-webkit-transform:translate3d(-100%,0,0);transform:translate3d(-100%,0,0);visibility:visible}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes slideInLeft{0%{-webkit-transform:translate3d(-100%,0,0);transform:translate3d(-100%,0,0);visibility:visible}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}.slideInLeft{-webkit-animation-name:slideInLeft;animation-name:slideInLeft}@-webkit-keyframes slideInRight{0%{-webkit-transform:translate3d(100%,0,0);transform:translate3d(100%,0,0);visibility:visible}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes slideInRight{0%{-webkit-transform:translate3d(100%,0,0);transform:translate3d(100%,0,0);visibility:visible}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}.slideInRight{-webkit-animation-name:slideInRight;animation-name:slideInRight}@-webkit-keyframes slideInUp{0%{-webkit-transform:translate3d(0,100%,0);transform:translate3d(0,100%,0);visibility:visible}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes slideInUp{0%{-webkit-transform:translate3d(0,100%,0);transform:translate3d(0,100%,0);visibility:visible}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}.slideInUp{-webkit-animation-name:slideInUp;animation-name:slideInUp}@-webkit-keyframes slideOutDown{0%{-webkit-transform:translateZ(0);transform:translateZ(0)}to{-webkit-transform:translate3d(0,100%,0);transform:translate3d(0,100%,0);visibility:hidden}}@keyframes slideOutDown{0%{-webkit-transform:translateZ(0);transform:translateZ(0)}to{-webkit-transform:translate3d(0,100%,0);transform:translate3d(0,100%,0);visibility:hidden}}.slideOutDown{-webkit-animation-name:slideOutDown;animation-name:slideOutDown}@-webkit-keyframes slideOutLeft{0%{-webkit-transform:translateZ(0);transform:translateZ(0)}to{-webkit-transform:translate3d(-100%,0,0);transform:translate3d(-100%,0,0);visibility:hidden}}@keyframes slideOutLeft{0%{-webkit-transform:translateZ(0);transform:translateZ(0)}to{-webkit-transform:translate3d(-100%,0,0);transform:translate3d(-100%,0,0);visibility:hidden}}.slideOutLeft{-webkit-animation-name:slideOutLeft;animation-name:slideOutLeft}@-webkit-keyframes slideOutRight{0%{-webkit-transform:translateZ(0);transform:translateZ(0)}to{-webkit-transform:translate3d(100%,0,0);transform:translate3d(100%,0,0);visibility:hidden}}@keyframes slideOutRight{0%{-webkit-transform:translateZ(0);transform:translateZ(0)}to{-webkit-transform:translate3d(100%,0,0);transform:translate3d(100%,0,0);visibility:hidden}}.slideOutRight{-webkit-animation-name:slideOutRight;animation-name:slideOutRight}@-webkit-keyframes slideOutUp{0%{-webkit-transform:translateZ(0);transform:translateZ(0)}to{-webkit-transform:translate3d(0,-100%,0);transform:translate3d(0,-100%,0);visibility:hidden}}@keyframes slideOutUp{0%{-webkit-transform:translateZ(0);transform:translateZ(0)}to{-webkit-transform:translate3d(0,-100%,0);transform:translate3d(0,-100%,0);visibility:hidden}}.slideOutUp{-webkit-animation-name:slideOutUp;animation-name:slideOutUp}.animated{-webkit-animation-duration:1s;-webkit-animation-fill-mode:both;animation-duration:1s;animation-fill-mode:both}.animated.infinite{-webkit-animation-iteration-count:infinite;animation-iteration-count:infinite}.animated.delay-1s{-webkit-animation-delay:1s;animation-delay:1s}.animated.delay-2s{-webkit-animation-delay:2s;animation-delay:2s}.animated.delay-3s{-webkit-animation-delay:3s;animation-delay:3s}.animated.delay-4s{-webkit-animation-delay:4s;animation-delay:4s}.animated.delay-5s{-webkit-animation-delay:5s;animation-delay:5s}.animated.fast{-webkit-animation-duration:.8s;animation-duration:.8s}.animated.faster{-webkit-animation-duration:.5s;animation-duration:.5s}.animated.slow{-webkit-animation-duration:2s;animation-duration:2s}.animated.slower{-webkit-animation-duration:3s;animation-duration:3s}@media (prefers-reduced-motion){.animated{-webkit-animation:unset!important;-webkit-transition:none!important;animation:unset!important;transition:none!important}}/**
 * Mageplaza
 *
 * NOTICE OF LICENSE
 *
 * This source file is subject to the Mageplaza.com license that is
 * available through the world-wide-web at this URL:
 * https://www.mageplaza.com/LICENSE.txt
 *
 * DISCLAIMER
 *
 * Do not edit or add to this file if you wish to upgrade this extension to newer
 * version in the future.
 *
 * @category    Mageplaza
 * @package     Mageplaza_BannerSlider
 * @copyright   Copyright (c) Mageplaza (https://www.mageplaza.com/)
 * @license     https://www.mageplaza.com/LICENSE.txt
 */

#banner-slider-carousel {
    margin-top: 5px;
    margin-bottom: 5px;
}

#banner-slider-carousel .owl-dots {
    position: absolute;
    bottom: 0;
    left: 50%;
    opacity: 0;
}

#banner-slider-carousel .owl-nav {
    opacity: 0;
}

#banner-slider-carousel:hover .owl-nav,
#banner-slider-carousel:hover .owl-dots {
    opacity: 1;
}

#banner-slider-carousel .owl-nav button {
    position: absolute;
    top: 0;
    bottom: 0;
    display: flex;
    height: auto;
    width: 5%;
    text-align: center;
    font-size: 3.9em;
    color: #FFF;
    background: transparent;
    opacity: .5;
    text-transform: capitalize;
    justify-content: center;
    margin: 0;
}

#banner-slider-carousel .owl-nav .owl-prev {
    left: 1px;
}

#banner-slider-carousel .owl-nav .owl-next {
    right: 1px;
}

#banner-slider-carousel .owl-item img {
    transform-style: unset;
}

#banner-slider-carousel .item-video {
    height: 340px;
}

#banner-slider-carousel .banner-title {
    position: absolute;
    bottom: 0;
    padding: 1em;
    background: rgba(0, 0, 0, 0.5);
    color: #F0F0F0;
    border-radius: 4px 4px 0 0;
    opacity: .5;
}

.banner-item:hover .banner-title {
    opacity: 1 !important;
}
 .captionOrange, .captionBlack
        {
            color: #fff;
            font-size: 20px;
            line-height: 30px;
            text-align: center;
            border-radius: 4px;
        }
        .captionOrange
        {
             text-transform: capitalize;
            background-color: rgba(0, 0, 0, 0.4);
        }
        .captionBlack
        {
        	font-size:16px;
            background: #000;
            background-color: rgba(0, 0, 0, 0.4);
        }
        a.captionOrange, A.captionOrange:active, A.captionOrange:visited
        {
        	color: #ffffff;
        	text-decoration: none;
        }
        a.captionOrange:hover
        {
            color: #eb5100;
            text-decoration: underline;
            background-color: #eeeeee;
            background-color: rgba(238, 238, 238, 0.7);
        }
        .bricon
        {
            background: url(../../frontend/Lucia/default/en_US/Mageplaza_BannerSlider/images/browser-icons.png);
        }
        
        
            /*
            .jssorb01 div           (normal)
            .jssorb01 div:hover     (normal mouseover)
            .jssorb01 .av           (active)
            .jssorb01 .av:hover     (active mouseover)
            .jssorb01 .dn           (mousedown)
            */
            .jssorb01 div, .jssorb01 div:hover, .jssorb01 .av
            {
                filter: alpha(opacity=70);
                opacity: .7;
                overflow:hidden;
                cursor: pointer;
                border: #000 1px solid;
            }
            .jssorb01 div { background-color: gray; }
            .jssorb01 div:hover, .jssorb01 .av:hover { background-color: #d3d3d3; }
            .jssorb01 .av { background-color: #fff; }
            .jssorb01 .dn, .jssorb01 .dn:hover { background-color: #555555; }
            
            
          
            /* jssor slider arrow navigator skin 05 css */
            /*
            .jssora05l              (normal)
            .jssora05r              (normal)
            .jssora05l:hover        (normal mouseover)
            .jssora05r:hover        (normal mouseover)
            .jssora05ldn            (mousedown)
            .jssora05rdn            (mousedown)
            */
            .jssora05l, .jssora05r, .jssora05ldn, .jssora05rdn
            {
            	position: absolute;
            	cursor: pointer;
            	display: block;
                background: url(../../frontend/Lucia/default/en_US/Mageplaza_BannerSlider/images/a17.png) no-repeat;
                overflow:hidden;
            }
            .jssora05l { background-position: -10px -40px; }
            .jssora05r { background-position: -70px -40px; }
            .jssora05l:hover { background-position: -130px -40px; }
            .jssora05r:hover { background-position: -190px -40px; }
            .jssora05ldn { background-position: -250px -40px; }
            .jssora05rdn { background-position: -310px -40px; }
    
     /* jssor slider thumbnail navigator skin 01 css */
                /*
                .jssort01 .p           (normal)
                .jssort01 .p:hover     (normal mouseover)
                .jssort01 .pav           (active)
                .jssort01 .pav:hover     (active mouseover)
                .jssort01 .pdn           (mousedown)
                */
                .jssort01 .w {
                    position: absolute;
                    top: 0px;
                    left: 0px;
                    width: 100%;
                    height: 100%;
                }

                .jssort01 .c {
                    position: absolute;
                    top: 0px;
                    left: 0px;
                    width: 68px;
                    height: 68px;
                    border: #000 2px solid;
                }

                .jssort01 .p:hover .c, .jssort01 .pav:hover .c, .jssort01 .pav .c {
                    background: url(../../frontend/Lucia/default/en_US/Mageplaza_BannerSlider/images/t01.png) center center;
                    border-width: 0px;
                    top: 2px;
                    left: 2px;
                    width: 68px;
                    height: 68px;
                }

                .jssort01 .p:hover .c, .jssort01 .pav:hover .c {
                    top: 0px;
                    left: 0px;
                    width: 70px;
                    height: 70px;
                    border: #fff 1px solid;
                }
                
                  /* jssor slider thumbnail navigator skin 02 css */
                /*
                .jssort02 .p            (normal)
                .jssort02 .p:hover      (normal mouseover)
                .jssort02 .pav          (active)
                .jssort02 .pav:hover    (active mouseover)
                .jssort02 .pdn          (mousedown)
                */
                .jssort02 .w
                {
                    position: absolute;
                    top: 0px;
                    left: 0px;
                    width: 100%;
                    height: 100%;
                }
                .jssort02 .c
                {
                    position: absolute;
                    top: 0px;
                    left: 0px;
                    width: 95px;
                    height: 62px;
                    border: #000 2px solid;
                }
                .jssort02 .p:hover .c, .jssort02 .pav:hover .c, .jssort02 .pav .c 
                {
                	background: url(../../frontend/Lucia/default/en_US/Mageplaza_BannerSlider/images/t01.png) center center;
                	border-width: 0px;
                    top: 2px;
                    left: 2px;
                    width: 95px;
                    height: 62px;
                }
                .jssort02 .p:hover .c, .jssort02 .pav:hover .c
                {
                    top: 0px;
                    left: 0px;
                    width: 97px;
                    height: 64px;
                    border: #fff 1px solid;
                }
                
                
		  /* jssor slider arrow navigator skin 02 css */
            /*
            .jssora02l              (normal)
            .jssora02r              (normal)
            .jssora02l:hover        (normal mouseover)
            .jssora02r:hover        (normal mouseover)
            .jssora02ldn            (mousedown)
            .jssora02rdn            (mousedown)
            */
            .jssora02l, .jssora02r, .jssora02ldn, .jssora02rdn
            {
            	position: absolute;
            	cursor: pointer;
            	display: block;
                background: url(../../frontend/Lucia/default/en_US/Mageplaza_BannerSlider/images/a02.png) no-repeat;
                overflow:hidden;
            }
            .jssora02l { background-position: -3px -33px; }
            .jssora02r { background-position: -63px -33px; }
            .jssora02l:hover { background-position: -123px -33px; }
            .jssora02r:hover { background-position: -183px -33px; }
            .jssora02ldn { background-position: -243px -33px; }
            .jssora02rdn { background-position: -303px -33px; }
                
                 /* jssor slider thumbnail navigator skin 03 css */
                /*
                .jssort03 .p            (normal)
                .jssort03 .p:hover      (normal mouseover)
                .jssort03 .pav          (active)
                .jssort03 .pav:hover    (active mouseover)
                .jssort03 .pdn          (mousedown)
                */
                .jssort03 .w, .jssort03 .pav:hover .w
                {
                	position: absolute;
                	width: 60px;
                	height: 30px;
                	border: white 1px dashed;
                }
                * html .jssort03 .w
                {
                	width /**/: 62px;
                	height /**/: 32px;
                }
                .jssort03 .pdn .w, .jssort03 .pav .w { border-style: solid; }
                .jssort03 .c
                {
                	width: 62px;
                	height: 32px;
                	filter:  alpha(opacity=45);
                	opacity: .45;
                	
                	transition: opacity .6s;
                    -moz-transition: opacity .6s;
                    -webkit-transition: opacity .6s;
                    -o-transition: opacity .6s;
                }
                .jssort03 .p:hover .c, .jssort03 .pav .c
                {
                	filter:  alpha(opacity=0);
                	opacity: 0;
                }
                .jssort03 .p:hover .c
                {
                	transition: none;
                    -moz-transition: none;
                    -webkit-transition: none;
                    -o-transition: none;
                }
                .qr_code{
                background: url(../../frontend/Lucia/default/en_US/Mageplaza_BannerSlider/images/sidebar.png) center center;
                }
		 /* jssor slider bullet navigator skin 03 css */
            /*
            .jssorb03 div           (normal)
            .jssorb03 div:hover     (normal mouseover)
            .jssorb03 .av           (active)
            .jssorb03 .av:hover     (active mouseover)
            .jssorb03 .dn           (mousedown)
            */
            .jssorb03 div, .jssorb03 div:hover, .jssorb03 .av
            {
                background: url(../../frontend/Lucia/default/en_US/Mageplaza_BannerSlider/images/b03.png) no-repeat;
                overflow:hidden;
                cursor: pointer;
            }
            .jssorb03 div { background-position: -5px -4px; }
            .jssorb03 div:hover, .jssorb03 .av:hover { background-position: -35px -4px; }
            .jssorb03 .av { background-position: -65px -4px; }
            .jssorb03 .dn, .jssorb03 .dn:hover { background-position: -95px -4px; }
                
                
			 /* jssor slider arrow navigator skin 20 css */
            /*
            .jssora20l              (normal)
            .jssora20r              (normal)
            .jssora20l:hover        (normal mouseover)
            .jssora20r:hover        (normal mouseover)
            .jssora20ldn            (mousedown)
            .jssora20rdn            (mousedown)
            */
            .jssora20l, .jssora20r, .jssora20ldn, .jssora20rdn
            {
            	position: absolute;
            	cursor: pointer;
            	display: block;
                background: url(../../frontend/Lucia/default/en_US/Mageplaza_BannerSlider/images/a20.png) no-repeat;
                overflow:hidden;
            }
            .jssora20l { background-position: -3px -33px; }
            .jssora20r { background-position: -63px -33px; }
            .jssora20l:hover { background-position: -123px -33px; }
            .jssora20r:hover { background-position: -183px -33px; }
            .jssora20ldn { background-position: -243px -33px; }
            .jssora20rdn { background-position: -303px -33px; }
            
                 .share-icon {
                    display: inline-block;
                    float: left;
                    margin: 4px;
                    width: 32px;
                    height: 32px;
                    cursor: pointer;
                    vertical-align: middle;
                    background-image: url(../../frontend/Lucia/default/en_US/Mageplaza_BannerSlider/images/share-icons.png);
                }

                .share-facebook {
                    background-position: 0px 0px;
                }

                    .share-facebook:hover {
                        background-position: 0px -40px;
                    }

        .share-twitter {
            background-position: -40px 0px;
        }

            .share-twitter:hover {
                background-position: -40px -40px;
            }

        .share-pinterest {
            background-position: -80px 0px;
        }

            .share-pinterest:hover {
                background-position: -80px -40px;
            }

                .share-linkedin {
                    background-position: -240px 0px;
                }

                    .share-linkedin:hover {
                        background-position: -240px -40px;
                    }


                .share-googleplus {
                    background-position: -120px 0px;
                }

                    .share-googleplus:hover {
                        background-position: -120px -40px;
                    }


        .share-stumbleupon {
            background-position: -360px 0px;
        }

            .share-stumbleupon:hover {
                background-position: -360px -40px;
            }

                .share-email {
                    background-position: -320px 0px;
                }

                    .share-email:hover {
                        background-position: -320px -40px;
                    }
			  
			  /* jssor slider thumbnail navigator skin 11 css */
                /*
                .jssort11 .p            (normal)
                .jssort11 .p:hover      (normal mouseover)
                .jssort11 .pav          (active)
                .jssort11 .pav:hover    (active mouseover)
                .jssort11 .pdn          (mousedown)
                */
                .jssort11
                {
                	font-family: Arial, Helvetica, sans-serif;
                }
                .jssort11 .i, .jssort11 .pav:hover .i
                {
                	position: absolute;
                	top:3px;
                	left:3px;
                	WIDTH: 190px;
                	HEIGHT: 62px;
                	border: white 1px dashed;
                }
                * html .jssort11 .i
                {
                	WIDTH /**/: 62px;
                	HEIGHT /**/: 32px;
                }
                .jssort11 .pav .i
                {
                	border: white 1px solid;
                }
                .jssort11 .t, .jssort11 .pav:hover .t
                {
                	position: absolute;
                	top: 3px;
                	left: 68px;
                	width:129px;
                	height: 32px;
                	line-height:32px;
                	text-align: center;
                	color:#fc9835;
                	font-size:13px;
                	font-weight:700;
                }
                .jssort11 .pav .t, .jssort11 .phv .t, .jssort11 .p:hover .t
                {
                	color:#fff;
                }
                .jssort11 .c, .jssort11 .pav:hover .c
                {
                	position: absolute;
                	top: 38px;
                	left: 3px;
                	width:197px;
                	height: 31px;
                	line-height:31px;
                	color:#fff;
                	font-size:11px;
                	font-weight:400;
                	overflow: hidden;
                }
                .jssort11 .pav .c, .jssort11 .phv .c, .jssort11 .p:hover .c
                {
                	color:#fc9835;
                }
                .jssort11 .t, .jssort11 .c
                {
                	transition: color 2s;
                    -moz-transition: color 2s;
                    -webkit-transition: color 2s;
                    -o-transition: color 2s;
                }
                .jssort11 .p:hover .t, .jssort11 .phv .t, .jssort11 .pav:hover .t, .jssort11 .p:hover .c, .jssort11 .phv .c, .jssort11 .pav:hover .c
                {
                	transition: none;
                    -moz-transition: none;
                    -webkit-transition: none;
                    -o-transition: none;
                }
                .jssort11 .p
                {
                	background:#181818;
                }
                .jssort11 .pav, .jssort11 .pdn
                {
                	background:#462300;
                }
                .jssort11 .p:hover, .jssort11 .phv, .jssort11 .pav:hover
                {
                	background:#333;
                }
                   /* jssor slider arrow navigator skin 13 css */
            /*
            .jssora13l              (normal)
            .jssora13r              (normal)
            .jssora13l:hover        (normal mouseover)
            .jssora13r:hover        (normal mouseover)
            .jssora13ldn            (mousedown)
            .jssora13rdn            (mousedown)
            */
            .jssora13l, .jssora13r, .jssora13ldn, .jssora13rdn {
                position: absolute;
                cursor: pointer;
                display: block;
                background: url(../../frontend/Lucia/default/en_US/Mageplaza_BannerSlider/images/a13.png) no-repeat;
                overflow: hidden;
            }

            .jssora13l {
                background-position: -10px -35px;
            }

            .jssora13r {
                background-position: -70px -35px;
            }

            .jssora13l:hover {
                background-position: -130px -35px;
            }

            .jssora13r:hover {
                background-position: -190px -35px;
            }

            .jssora13ldn {
                background-position: -250px -35px;
            }

            .jssora13rdn {
                background-position: -310px -35px;
            }
              /* jssor slider thumbnail navigator skin 14 css */
                /*
                .jssort14 .p            (normal)
                .jssort14 .p:hover      (normal mouseover)
                .jssort14 .pav          (active)
                .jssort14 .pav:hover    (active mouseover)
                .jssort14 .pdn          (mousedown)
                */
                .jssort14 .w, .jssort14 .phv .w
                {
                	cursor: pointer;
                	position: absolute;
                	WIDTH: 100%;
                	HEIGHT: 100%;
                	background-color: #c2b38f;
                }
                .jssort14 .pdn .w, .jssort14 .pav .w, .jssort14 .p:hover .w
                {
                	background-color: #422e2c;
                }
                .jssort14 .c
                {
                    color: #000;
                    font-size:13px;
                	background-color: #e6e0c8;  text-transform: capitalize;              	
                	transition: background-color .6s;
                    -moz-transition: background-color .6s;
                    -webkit-transition: background-color .6s;
                    -o-transition: background-color .6s;
                }
                .jssort14 .p:hover .c, .jssort14 .phv .c, .jssort14 .pav:hover .c, .jssort14 .pav .c
                {
                	transition: none;
                    -moz-transition: none;
                    -webkit-transition: none;
                    -o-transition: none;
                }
                .jssort14 .pav .c
                {
                	background-color:#ffab57;
                }
                .jssort14 .p:hover .c, .jssort14 .phv .c, .jssort14 .pav:hover .c
                {
                	background-color:#fc9835;
                }
                
                   /* jssor slider thumbnail navigator skin 07 css */
                /*
                .jssort07 .p            (normal)
                .jssort07 .p:hover      (normal mouseover)
                .jssort07 .pav          (active)
                .jssort07 .pav:hover    (active mouseover)
                .jssort07 .pdn          (mousedown)
                */
                .jssort07 .i {
                    position: absolute;
                    top: 0px;
                    left: 0px;
                    width: 99px;
                    height: 66px;
                    filter: alpha(opacity=80);
                    opacity: .8;
                }

                .jssort07 .p:hover .i, .jssort07 .pav .i {
                    filter: alpha(opacity=100);
                    opacity: 1;
                }

                .jssort07 .o {
                    position: absolute;
                    top: 0px;
                    left: 0px;
                    width: 97px;
                    height: 64px;
                    border: 1px solid #000;
                    transition: border-color .6s;
                    -moz-transition: border-color .6s;
                    -webkit-transition: border-color .6s;
                    -o-transition: border-color .6s;
                }

                * html .jssort07 .o {
                    /* ie quirks mode adjust */
                    width /**/: 99px;
                    height /**/: 66px;
                }

                .jssort07 .pav .o, .jssort07 .p:hover .o {
                    border-color: #fff;
                }

                .jssort07 .pav:hover .o {
                    border-color: #0099FF;
                }

                .jssort07 .p:hover .o {
                    transition: none;
                    -moz-transition: none;
                    -webkit-transition: none;
                    -o-transition: none;
                }
                
                     /* jssor slider arrow navigator skin 11 css */
                    /*
                .jssora11l              (normal)
                .jssora11r              (normal)
                .jssora11l:hover        (normal mouseover)
                .jssora11r:hover        (normal mouseover)
                .jssora11ldn            (mousedown)
                .jssora11rdn            (mousedown)
                */
                    .jssora11l, .jssora11r, .jssora11ldn, .jssora11rdn {
                        position: absolute;
                        cursor: pointer;
                        display: block;
                        background: url(../../frontend/Lucia/default/en_US/Mageplaza_BannerSlider/images/a11.png) no-repeat;
                        overflow: hidden;
                    }

                    .jssora11l {
                        background-position: -11px -41px;
                    }

                    .jssora11r {
                        background-position: -71px -41px;
                    }

                    .jssora11l:hover {
                        background-position: -131px -41px;
                    }

                    .jssora11r:hover {
                        background-position: -191px -41px;
                    }

                    .jssora11ldn {
                        background-position: -251px -41px;
                    }

                    .jssora11rdn {
                        background-position: -311px -41px;
                    }
            
 /*********            &lt;!-- Loading Screen --&gt;           **************/
     .loading_screen{
     position: absolute; display: block; background: url(../../frontend/Lucia/default/en_US/Mageplaza_BannerSlider/images/loading.gif) no-repeat center center;
                top: 0px; left: 0px;width: 100%;height:100%;
     }   
 /*********            &lt;!-- End Loading Screen --&gt;           **************/
.slidercontainer &gt; div {
    margin: 0 auto;
}
.opc-block-summary.subscription-update a.cancel{color:#e90e0e;text-decoration:none;cursor:pointer}.opc-payment .subscription-update.review .payment-method-content{display:block;padding:1em 0}.opc-payment .subscription-update.review .payment-method-content div.plan{margin-bottom:1em}.opc-payment .subscription-update.review .payment-method-content div.plan th{font-weight:normal}@media (min-width:1200px){.opc-payment .subscription-update.review .payment-method-content div.plan{display:inline-block;width:45%;margin-right:4%}}@media (max-width:770px){.opc-payment .subscription-update.review .payment-method-content{padding:1em}}.stripe-payments-elements.no-wrap{white-space:nowrap;margin-bottom:10px}.stripe-permanent-error{text-align:center;padding:0 2em 2em 2em;font-size:large}a.subscription-name{display:block}.subscription-card input{margin-right:5px}.subscription-card{padding:5px 0 0 5px}.subscription-card .exp,.details.stripe-payments .exp{color:#aaa}.subscription-card.add-new{padding:10px;text-align:center}.stripe-subscriptions .section b{padding-bottom:.5em;display:inline-block}.stripe-subscriptions .subscription-name{font-size:1.1em}.stripe-subscriptions div.billed{font-size:smaller;color:#999}body.stripe_payments-customer-subscriptions .stripe-subscription-edit{margin-left:-5px;max-height:30em;overflow:hidden;transition:max-height;transition-duration:.8s;vertical-align:top;display:inline-block}body.stripe_payments-customer-subscriptions .stripe-subscription-edit .section{padding:5px}body.stripe_payments-customer-subscriptions .stripe-subscription-edit span.label{margin-left:5px}body.stripe_payments-customer-subscriptions .stripe-subscription-edit.payment-method img.icon{position:relative;top:10px}body.stripe_payments-customer-subscriptions .stripe-subscription-edit.payment-method span.exp{margin-left:12px}body.stripe_payments-customer-subscriptions .stripe-subscription-edit.payment-method label{position:relative;top:-2px;padding-left:5px}body.stripe_payments-customer-subscriptions .stripe-subscription-edit .details{padding-bottom:1.2em}body.stripe_payments-customer-subscriptions .stripe-subscription-edit .action.edit{margin-left:10px}body.stripe_payments-customer-subscriptions .stripe-subscription-edit.show{max-height:30em}body.stripe_payments-customer-subscriptions .stripe-subscription-edit .section{margin:5px 0}body.stripe_payments-customer-subscriptions .stripe-subscription-edit .mutable{display:none}body.stripe_payments-customer-subscriptions .stripe-subscription-edit .actions{margin-top:10px}body.stripe_payments-customer-subscriptions .stripe-subscription-edit input{margin:2px 0}@media only screen and (max-width:639px){body.stripe_payments-customer-subscriptions .stripe-actions-dropdown{margin-top:1em}body.stripe_payments-customer-subscriptions .stripe-actions-dropdown .action.toggle{display:none}}@media only screen and (min-width:640px){body.stripe_payments-customer-subscriptions .stripe-actions-dropdown ul{display:none;position:absolute;border:1px solid #ccc;border-radius:5px;background:white;padding:12px 12px 6px 12px;list-style:none;margin-top:5px;box-shadow:0 3px 3px #ccc;width:170px;margin-left:-148px}body.stripe_payments-customer-subscriptions .stripe-actions-dropdown ul li.cancel{border-top:1px solid #ccc;padding-top:10px}body.stripe_payments-customer-subscriptions .stripe-actions-dropdown ul li.cancel a.delete{color:red}body.stripe_payments-customer-subscriptions .stripe-actions-dropdown ul:before{z-index:99;right:18px;top:-6px;border-bottom-style:solid;content:'';display:block;height:0;position:absolute;width:0;border-left:6px solid transparent;border-right:6px solid transparent;border-bottom:6px solid #ccc}body.stripe_payments-customer-subscriptions .stripe-actions-dropdown.active ul{display:block}body.stripe_payments-customer-subscriptions .stripe-actions-dropdown.active span.toggle{cursor:pointer;border:1px solid #ccc;border-radius:5px;padding:9px 15px 4px 15px}body.stripe_payments-customer-subscriptions .stripe-actions-dropdown span.toggle{padding:10px 16px 5px 16px;display:inline-block}body.stripe_payments-customer-subscriptions .stripe-actions-dropdown span.toggle:hover{cursor:pointer;border:1px solid #ccc;border-radius:5px;padding:9px 15px 4px 15px}body.stripe_payments-customer-subscriptions .stripe-actions-dropdown a{text-decoration:none}}body.stripe_payments-customer-paymentmethods .stripe-payments.delete-method{padding-left:20px;background-image:url('data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjAiIGhlaWdodD0iMjAiIHZpZXdCb3g9IjAgMCAyMCAyMCIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj48dGl0bGU+ZGVsZXRlLS1saW5rPC90aXRsZT48cGF0aCBkPSJNMTEuODY2IDkuOTk5bDIuNzQzLTIuNzQ0YTEuMzIyIDEuMzIyIDAgMCAwIC4wMDItMS44NjggMS4zMTggMS4zMTggMCAwIDAtMS44NjguMDAyTDEwIDguMTMzIDcuMjUyIDUuMzg0YTEuMzIzIDEuMzIzIDAgMCAwLTEuODYzLjAwMyAxLjMxNCAxLjMxNCAwIDAgMC0uMDAzIDEuODYzTDguMTM0IDEwbC0yLjc0MyAyLjc0M2ExLjMyMiAxLjMyMiAwIDAgMC0uMDAyIDEuODY4IDEuMzE4IDEuMzE4IDAgMCAwIDEuODY4LS4wMDJMMTAgMTEuODY0bDIuNzQ4IDIuNzQ5YTEuMzIzIDEuMzIzIDAgMCAwIDEuODYzLS4wMDNjLjUyLS41MTkuNTE3LTEuMzUuMDAzLTEuODYzbC0yLjc0OC0yLjc0OHoiIGZpbGw9IiMwMDk5RTUiIGZpbGwtcnVsZT0iZXZlbm9kZCIvPjwvc3ZnPg==');background-repeat:no-repeat}body.stripe_payments-customer-paymentmethods .saved-payment-methods img.saved-payment-method-icon{position:relative;top:8px;height:32px}body.stripe_payments-customer-paymentmethods .saved-payment-methods td{line-height:28px}body.stripe_payments-customer-paymentmethods .saved-payment-methods td.saved-payment-method-name{padding:0 10px 10px 10px}body.stripe_payments-customer-paymentmethods .saved-payment-methods td.saved-payment-method-name label{margin-left:10px}body.stripe_payments-customer-paymentmethods .saved-payment-methods{margin-bottom:3em}body.stripe_payments-customer-paymentmethods .actions-toolbar{margin-top:1.5em}body.stripe_payments-customer-subscriptions td.col.order{width:120px}.stripe-payments span.type.Visa,.stripe-payments span.type.visa{background:url(../../frontend/Lucia/default/en_US/StripeIntegration_Payments/img/cards/visa.svg) no-repeat}.stripe-payments span.type.American.Express,.stripe-payments span.type.amex{background:url(../../frontend/Lucia/default/en_US/StripeIntegration_Payments/img/cards/amex.svg) no-repeat}.stripe-payments span.type.MasterCard,.stripe-payments span.type.mastercard{background:url(../../frontend/Lucia/default/en_US/StripeIntegration_Payments/img/cards/mastercard.svg) no-repeat}.stripe-payments span.type.Discover,.stripe-payments span.type.discover{background:url(../../frontend/Lucia/default/en_US/StripeIntegration_Payments/img/cards/discover.svg) no-repeat}.stripe-payments span.type.Diners,.stripe-payments span.type.diners{background:url(../../frontend/Lucia/default/en_US/StripeIntegration_Payments/img/cards/diners.svg) no-repeat}.stripe-payments span.type.JCB,.stripe-payments span.type.jcb{background:url(../../frontend/Lucia/default/en_US/StripeIntegration_Payments/img/cards/jcb.svg) no-repeat}.stripe-payments span.type.Cartes.Bancaires,.stripe-payments span.type.cartes_bancaires{background:url(../../frontend/Lucia/default/en_US/StripeIntegration_Payments/img/svg/cartes_bancaires.svg) no-repeat}.stripe-payments span.type.Visa,.stripe-payments span.type.visa,.stripe-payments span.type.American.Express,.stripe-payments span.type.amex,.stripe-payments span.type.MasterCard,.stripe-payments span.type.mastercard,.stripe-payments span.type.Discover,.stripe-payments span.type.discover,.stripe-payments span.type.Diners,.stripe-payments span.type.diners,.stripe-payments span.type.JCB,.stripe-payments span.type.jcb,.stripe-payments span.type.Cartes.Bancaires,.stripe-payments span.type.cartes_bancaires{padding-left:40px;background-position-y:-3px;display:inline-block;height:22px;font-size:16px;background-size:30px}.payment-method.stripe-payments .checkout-agreements-block{margin-bottom:10px}.payment-method.stripe-payments.mobile{padding-top:1em;display:block}@media only screen and (max-width:767px){.checkout-payment-method .step-title.mobile{padding-left:0}}.stripe-payments-apple-pay-section{text-align:center;margin-bottom:25px}.stripe-payments-apple-pay-section label{font-weight:bold;margin:10px 0;float:none;display:block}.stripe-payments-apple-pay-result label{display:inline-block;font-weight:bold;margin-bottom:18px}.stripe-payments-apple-pay-result{text-align:center;padding:10px 0 15px;font-size:1.1em}.stripe-payments-apple-pay-result&gt;div{margin-bottom:18px}.indent{margin-right:20px}@-webkit-keyframes spin{100%{-webkit-transform:rotate(360deg);transform:rotate(360deg)}}@keyframes spin{100%{-webkit-transform:rotate(360deg);transform:rotate(360deg)}}.box-tocart .action.tocart.payment-request-button{padding:0}.payment-request-button{width:240px}.payment-request-button.disabled,.payment-request-button.disabled *{pointer-events:none !important}.payment-request-button.disabled{opacity:.5;filter:grayscale(50%)}.payment-request-button.disabled::after{position:relative;height:1em;width:1em;display:block;left:50%;margin-left:-0.5em;margin-top:-1.2em;content:'';-webkit-animation:spin 1s ease-in-out infinite;animation:spin 1s ease-in-out infinite;background:url(../../frontend/Lucia/default/en_US/StripeIntegration_Payments/svg/loader.svg) center center;background-size:cover;line-height:1;text-align:center;font-size:2em;color:rgba(0,0,0,0.75)}.stripe-payments-express-minicart{margin-top:15px}.stripe-payments-express-minicart .payment-request-button,.payment-request-button.cart{width:100% !important}.cart-summary .stripe-payments-express-minicart{margin-top:0;margin-bottom:25px}.catalog-product-view .payment-request-button{margin-bottom:15px;margin-right:1%;width:49%}div.stripe-dropdown{background:#fff url(../../frontend/Lucia/default/en_US/StripeIntegration_Payments/svg/select-bg.svg) no-repeat 98% 14px;background-size:.8em;background-clip:padding-box;vertical-align:baseline;width:100%;box-sizing:border-box;margin-bottom:12px}.stripe-element-border{border:1px solid #e6e6e6;border-radius:5px}.stripe-element-font{font-family:'Open Sans','Helvetica Neue',Helvetica,Arial,sans-serif;font-size:16px}.stripe-element-font .instructions span{padding-left:3px}.stripe-card-cvc-element{margin-top:10px;margin-bottom:10px}#stripe-card-cvc-element,.stripe-card-cvc-element span,.stripe-card-cvc-element svg{padding:10px}#stripe-card-cvc-element{display:inline-block;width:40px;min-height:18px}div.stripe-dropdown-selection{margin:-10px;padding:10px}div.stripe-dropdown img{height:32px;display:inline-block;margin-bottom:-10px;margin-top:-6px;margin-right:5px;margin-left:2px}div.stripe-dropdown,ul.stripe-dropdown-list{padding:10px;cursor:pointer;user-select:none}ul.stripe-dropdown-list{list-style:none;padding:0;margin-top:10px}ul.stripe-dropdown-list li{padding:12px;margin:0;background-position:10px 45%;background-repeat:no-repeat;background-size:30px 30px;opacity:.8}ul.stripe-dropdown-list li:first-child{margin-top:5px}ul.stripe-dropdown-list li:hover{opacity:1;background-color:#f3f8fd}ul.stripe-dropdown-list a{text-decoration:none}.stripe-icon-container img.stripe-icon{height:1.7em;position:relative;top:.4em;margin-right:2px}.stripe-icon-container.right{float:right;position:relative;top:-0.6em}.stripe-checkout-icon-container{padding:1em 0}.stripe-checkout-icon-container .stripe-icon{height:2em;margin-right:.25em}.stripe-card-element{border:1px solid #e6e6e6;padding:1em;border-radius:5px}.trialing_shipping .mark,.trialing_tax .mark,.trialing_discount .mark{text-indent:.5em}.trialing_shipping .mark::before,.trialing_tax .mark::before,.trialing_discount .mark::before{content:"- "}</pre></body></html>