/**
 * 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 {
    background: #ffffff;
    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*/
}
/* 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/Verz/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/Verz/default/en_US/Yereone_Testimonials/fonts/slick.eot');
    src: url('../../frontend/Verz/default/en_US/Yereone_Testimonials/fonts/slick.eot?#iefix') format('embedded-opentype'), url('../../frontend/Verz/default/en_US/Yereone_Testimonials/fonts/slick.woff') format('woff'), url('../../frontend/Verz/default/en_US/Yereone_Testimonials/fonts/slick.ttf') format('truetype'), url('../../frontend/Verz/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 > div,
.yereone-testimonials-grid .yereone-testimonials-grid-right > 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 > 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 > 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-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: 'Open Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  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: 'Open Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  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 > li,
ol > 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: Menlo, Monaco, Consolas, 'Courier New', monospace;
}
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: 'Open Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  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 > tbody > tr > th,
table > tfoot > tr > th,
table > tbody > tr > td,
table > tfoot > tr > td {
  vertical-align: top;
}
table > thead > tr > th,
table > thead > tr > td {
  vertical-align: bottom;
}
table > thead > tr > th,
table > tbody > tr > th,
table > tfoot > tr > th,
table > thead > tr > td,
table > tbody > tr > td,
table > tfoot > tr > td {
  padding: 8px 10px;
}
button,
.cart.table-wrapper .actions-toolbar > .action,
.action-gift {
  background-image: none;
  background: #f2f2f2;
  border: 1px solid #cdcdcd;
  color: #333333;
  cursor: pointer;
  display: inline-block;
  font-family: 'Open Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  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 > .action:focus,
.cart.table-wrapper .actions-toolbar > .action:active,
.action-gift:focus,
.action-gift:active {
  background: #e2e2e2;
  border: 1px solid #cdcdcd;
  color: #333333;
}
button:hover,
.cart.table-wrapper .actions-toolbar > .action:hover,
.action-gift:hover {
  background: #e2e2e2;
  border: 1px solid #cdcdcd;
  color: #555555;
}
button.disabled,
button[disabled],
fieldset[disabled] button,
.cart.table-wrapper .actions-toolbar > .action.disabled,
.cart.table-wrapper .actions-toolbar > .action[disabled],
fieldset[disabled] .cart.table-wrapper .actions-toolbar > .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 > .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: 'Open Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  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: 'Open Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  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: 'Open Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  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 > li,
.product-items > li,
.prices-tier > li,
.cart-container .checkout-methods-items > li,
.opc-wrapper .opc > li,
.opc-progress-bar > li,
.checkout-agreements-items > li,
.items > li,
.block-wishlist-management .wishlist-select-items > li,
.paypal-review .items-qty > li,
.order-details-items .items-qty > li,
.footer.content ul > li,
.block-banners .banner-items > li,
.block-banners-inline .banner-items > li,
.block-event .slider-panel .slider > li {
  margin: 0;
}
.abs-action-addto-product,
.block-event .slider-panel .slider .item .action.event,
.bundle-options-container .block-bundle-summary .product-addto-links > .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: 'Open Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  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 > .action:focus,
.bundle-options-container .block-bundle-summary .product-addto-links > .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 > .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 > .action.disabled,
.bundle-options-container .block-bundle-summary .product-addto-links > .action[disabled],
fieldset[disabled] .bundle-options-container .block-bundle-summary .product-addto-links > .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 > .action:hover,
.bundle-options-container .block-bundle-summary .product-addto-links > .action:active,
.bundle-options-container .block-bundle-summary .product-addto-links > .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 > .primary .action,
.actions-toolbar > .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,
.widget .block-title,
.block-wishlist .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 > strong,
.block-compare .block-title > strong,
.block-giftregistry-results .block-title > strong,
.block-giftregistry-shared-items .block-title > strong,
.block-wishlist-search-results .block-title > strong,
.block-reorder .block-title > strong,
.widget .block-title > strong,
.block-wishlist .block-title > strong,
.account .column.main .block:not(.widget) .block-title > strong,
.multicheckout .block-title > strong,
.paypal-review .block .block-title > strong,
.magento-rma-guest-returns .column.main .block:not(.widget) .block-title > strong,
[class^='sales-guest-'] .column.main .block:not(.widget) .block-title > strong,
.sales-guest-view .column.main .block:not(.widget) .block-title > 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 > .action,
.multicheckout .block-title > .action,
.paypal-review .block .block-title > .action,
.magento-rma-guest-returns .column.main .block:not(.widget) .block-title > .action,
[class^='sales-guest-'] .column.main .block:not(.widget) .block-title > .action,
.sales-guest-view .column.main .block:not(.widget) .block-title > .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 > span,
.multicheckout .box-title > span,
.paypal-review .block .box-title > span,
.magento-rma-guest-returns .column.main .block:not(.widget) .box-title > span,
[class^='sales-guest-'] .column.main .block:not(.widget) .box-title > span,
.sales-guest-view .column.main .block:not(.widget) .box-title > 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 > .action,
.multicheckout .box-title > .action,
.paypal-review .block .box-title > .action,
.magento-rma-guest-returns .column.main .block:not(.widget) .box-title > .action,
[class^='sales-guest-'] .column.main .block:not(.widget) .box-title > .action,
.sales-guest-view .column.main .block:not(.widget) .box-title > .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 > span,
.sidebar .action.delete > span,
.table-comparison .cell.remove .action.delete > span,
.block-compare .action.delete > span,
.filtered .item .action.remove > 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 > a,
.product.name a > a {
  color: #333333;
  text-decoration: none;
}
.abs-product-link > a:visited,
.product-item-name > a:visited,
.product.name a > a:visited {
  color: #333333;
  text-decoration: underline;
}
.abs-product-link > a:hover,
.product-item-name > a:hover,
.product.name a > a:hover {
  color: #333333;
  text-decoration: underline;
}
.abs-product-link > a:active,
.product-item-name > a:active,
.product.name a > 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) > .secondary,
.form-giftregistry-edit .fieldset .actions-toolbar:not(:first-child) > .secondary,
.form-add-invitations .fieldset .actions-toolbar:not(:first-child) > .secondary,
.form-create-return .fieldset .actions-toolbar:not(:first-child) > .secondary,
.form.send.friend .fieldset .actions-toolbar:not(:first-child) > .secondary {
  float: left;
}
.form-giftregistry-share .fieldset .actions-toolbar:not(:first-child) > .secondary .action.add,
.form-giftregistry-edit .fieldset .actions-toolbar:not(:first-child) > .secondary .action.add,
.form-add-invitations .fieldset .actions-toolbar:not(:first-child) > .secondary .action.add,
.form-create-return .fieldset .actions-toolbar:not(:first-child) > .secondary .action.add,
.form.send.friend .fieldset .actions-toolbar:not(:first-child) > .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 > .field.no-label > .label,
.fieldset > .fields > .field.no-label > .label,
.product-item-actions .actions-secondary > .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 > .label,
.checkout-payment-method .payments .legend,
.checkout-payment-method .ccard .legend,
.fieldset .fullname.field > .label,
.account .column.main .limiter > .label,
.field.street .field .label,
.account-nav .title,
.page-product-downloadable .product-options-wrapper .fieldset .legend.links-title,
.page-product-giftcard .fieldset.giftcard > .legend,
.opc-wrapper .form-giftcard-account .field .label,
.filter-options-content .filter-count-label,
.block-wishlist-search-form .form-wishlist-search .fieldset > .legend,
.page-multiple-wishlist .page-title-wrapper .page-title,
.multicheckout .table-wrapper .col .label,
.multicheckout .block .methods-shipping .item-content .fieldset > .legend,
.block.newsletter .label,
.block-reorder .product-item .label,
.opc-wrapper .form-discount .field .label,
.action.skip:not(:focus),
.page-header .switcher .label,
.page-footer .switcher .label,
.products-grid.wishlist .product-item .comment-box .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 > .product:before,
.minicart-items .product-item > .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 > .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 > .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 > .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 > 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 > 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 > .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 > .action,
.table-comparison .wishlist.split.button > .action.split,
.product-items .wishlist.split.button > .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 > span,
.product-item-actions .actions-secondary > .action > span,
.table-comparison .wishlist.split.button > .action.split > span,
.product-items .wishlist.split.button > .action.split > span,
.product-items .action.towishlist > span,
.products.list.items .action.towishlist > span,
.table-comparison .action.towishlist > 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 > .action:before,
.table-comparison .wishlist.split.button > .action.split:before,
.product-items .wishlist.split.button > .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 > .action:hover:before,
.table-comparison .wishlist.split.button > .action.split:hover:before,
.product-items .wishlist.split.button > .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 > .actions > .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 > .actions-toolbar > .primary .action.primary,
.form-address-edit .actions-toolbar .action.primary,
.multicheckout .action.primary {
  line-height: 2.2rem;
  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 > .action,
.product-items .wishlist.split.button > .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 > .action:visited,
.product-items .wishlist.split.button > .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 > .action:hover,
.product-items .wishlist.split.button > .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 > .action:active,
.product-items .wishlist.split.button > .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-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 > .action:hover,
.product-items .wishlist.split.button > .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;
}
.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 > .action:hover,
.table-comparison .wishlist.split.button > .action:active,
.table-comparison .wishlist.split.button > .action:focus,
.product-items .wishlist.split.button > .action:hover,
.product-items .wishlist.split.button > .action:active,
.product-items .wishlist.split.button > .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 > .action.disabled,
.table-comparison .wishlist.split.button > .action[disabled],
fieldset[disabled] .table-comparison .wishlist.split.button > .action,
.product-items .wishlist.split.button > .action.disabled,
.product-items .wishlist.split.button > .action[disabled],
fieldset[disabled] .product-items .wishlist.split.button > .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 > .action:active,
.table-comparison .wishlist.split.button > .action:not(:focus),
.product-items .wishlist.split.button > .action:active,
.product-items .wishlist.split.button > .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 > .primary button,
.cart-summary .form.giftregistry .fieldset .action.primary,
.paypal-review .block .actions-toolbar .action.primary,
.cart-summary .actions-toolbar > .primary .cart.table-wrapper .actions-toolbar > .action,
.cart-summary .actions-toolbar > .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 > .primary button:focus,
.cart-summary .actions-toolbar > .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 > .primary .cart.table-wrapper .actions-toolbar > .action:focus,
.cart-summary .actions-toolbar > .primary .cart.table-wrapper .actions-toolbar > .action:active,
.cart-summary .actions-toolbar > .primary .action-gift:focus,
.cart-summary .actions-toolbar > .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 > .primary button:hover,
.cart-summary .form.giftregistry .fieldset .action.primary:hover,
.paypal-review .block .actions-toolbar .action.primary:hover,
.cart-summary .actions-toolbar > .primary .cart.table-wrapper .actions-toolbar > .action:hover,
.cart-summary .actions-toolbar > .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';
}
.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 > .legend,
.cart-summary .block .fieldset.estimate > .legend + br,
.minicart-items .product-item-details .weee[data-label] .label,
.page-product-giftcard .fieldset.giftcard > .legend + br,
.order-details-items .order-items .order-gift-message .action.close,
.multicheckout .block .methods-shipping .item-content .fieldset > .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: 'Open Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  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 > .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 > span,
.cart-totals .totals-tax-summary .amount .price > span,
.opc-block-summary .table-totals .totals-tax-summary .amount .price > 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 > .title,
.paypal-review-discount .block > .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 > .title:after,
.cart-summary .block > .title:after,
.paypal-review-discount .block > .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 > .title:after,
.paypal-review-discount .block > .title:after {
  position: absolute;
  right: -5px;
  top: -5px;
}
.column.main .cart-summary .block > .title strong,
.column.main .paypal-review-discount .block > .title strong {
  font-size: 1.8rem;
  font-weight: 400;
}
.cart-summary .block > .content,
.paypal-review-discount .block > .content {
  display: none;
}
.abs-discount-block.active > .title:after,
.cart-summary .block.active > .title:after,
.paypal-review-discount .block.active > .title:after {
  content: '\e621';
}
.cart-summary .block.active > .content,
.paypal-review-discount .block.active > .content {
  display: block;
}
@font-face {
  font-family: 'Open Sans';
  src: url('../../frontend/Verz/default/en_US/fonts/opensans/light/opensans-300.woff2') format('woff2'), url('../../frontend/Verz/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/Verz/default/en_US/fonts/opensans/regular/opensans-400.woff2') format('woff2'), url('../../frontend/Verz/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/Verz/default/en_US/fonts/opensans/semibold/opensans-600.woff2') format('woff2'), url('../../frontend/Verz/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/Verz/default/en_US/fonts/opensans/bold/opensans-700.woff2') format('woff2'), url('../../frontend/Verz/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 > 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) > thead > tr > th,
.table:not(.cart):not(.totals) > tbody > tr > th,
.table:not(.cart):not(.totals) > tfoot > tr > th,
.table:not(.cart):not(.totals) > thead > tr > td,
.table:not(.cart):not(.totals) > tbody > tr > td,
.table:not(.cart):not(.totals) > tfoot > tr > td {
  border: none;
}
.table:not(.cart):not(.totals) > thead > tr > th,
.table:not(.cart):not(.totals) > thead > tr > td {
  border-bottom: 1px solid #d1d1d1;
}
.table:not(.cart):not(.totals) tfoot > tr:first-child th,
.table:not(.cart):not(.totals) tfoot > 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 > *: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 > *: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 > *: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 > *: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 > *: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-sections {
  background: #f5f5f5;
}
.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 > 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/Verz/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 > 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 > img {
  bottom: 0;
  left: 0;
  margin: auto;
  position: fixed;
  right: 0;
  top: 0;
  z-index: 100;
}
.loading-mask .loader > p {
  display: none;
}
body > .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 > * {
  letter-spacing: normal;
}
.fieldset > .legend {
  margin: 0 0 25px;
  padding: 0;
  box-sizing: border-box;
  float: left;
  line-height: 1.2;
  font-size: 2rem;
}
.fieldset > .legend + br {
  clear: both;
  display: block;
  height: 0;
  overflow: hidden;
  visibility: hidden;
}
.fieldset:last-child {
  margin-bottom: 20px;
}
.fieldset > .field,
.fieldset > .fields > .field {
  margin: 0 0 20px;
}
.fieldset > .field > .label,
.fieldset > .fields > .field > .label {
  margin: 0 0 5px;
  display: inline-block;
}
.fieldset > .field:last-child,
.fieldset > .fields > .field:last-child {
  margin-bottom: 0;
}
.fieldset > .field > .label,
.fieldset > .fields > .field > .label {
  font-weight: 700;
}
.fieldset > .field > .label + br,
.fieldset > .fields > .field > .label + br {
  display: none;
}
.fieldset > .field .choice input,
.fieldset > .fields > .field .choice input {
  vertical-align: top;
}
.fieldset > .field .fields.group:before,
.fieldset > .fields > .field .fields.group:before,
.fieldset > .field .fields.group:after,
.fieldset > .fields > .field .fields.group:after {
  content: '';
  display: table;
}
.fieldset > .field .fields.group:after,
.fieldset > .fields > .field .fields.group:after {
  clear: both;
}
.fieldset > .field .fields.group .field,
.fieldset > .fields > .field .fields.group .field {
  box-sizing: border-box;
  float: left;
}
.fieldset > .field .fields.group.group-2 .field,
.fieldset > .fields > .field .fields.group.group-2 .field {
  width: 50% !important;
}
.fieldset > .field .fields.group.group-3 .field,
.fieldset > .fields > .field .fields.group.group-3 .field {
  width: 33.3% !important;
}
.fieldset > .field .fields.group.group-4 .field,
.fieldset > .fields > .field .fields.group.group-4 .field {
  width: 25% !important;
}
.fieldset > .field .fields.group.group-5 .field,
.fieldset > .fields > .field .fields.group.group-5 .field {
  width: 20% !important;
}
.fieldset > .field .addon,
.fieldset > .fields > .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 > .field .addon textarea,
.fieldset > .fields > .field .addon textarea,
.fieldset > .field .addon select,
.fieldset > .fields > .field .addon select,
.fieldset > .field .addon input,
.fieldset > .fields > .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 > .field .addon .addbefore,
.fieldset > .fields > .field .addon .addbefore,
.fieldset > .field .addon .addafter,
.fieldset > .fields > .field .addon .addafter {
  background: #ffffff;
  background-clip: padding-box;
  border: 1px solid #c2c2c2;
  border-radius: 1px;
  font-family: 'Open Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  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 > .field .addon .addbefore:disabled,
.fieldset > .fields > .field .addon .addbefore:disabled,
.fieldset > .field .addon .addafter:disabled,
.fieldset > .fields > .field .addon .addafter:disabled {
  opacity: 0.5;
}
.fieldset > .field .addon .addbefore::-moz-placeholder,
.fieldset > .fields > .field .addon .addbefore::-moz-placeholder,
.fieldset > .field .addon .addafter::-moz-placeholder,
.fieldset > .fields > .field .addon .addafter::-moz-placeholder {
  color: #c2c2c2;
}
.fieldset > .field .addon .addbefore::-webkit-input-placeholder,
.fieldset > .fields > .field .addon .addbefore::-webkit-input-placeholder,
.fieldset > .field .addon .addafter::-webkit-input-placeholder,
.fieldset > .fields > .field .addon .addafter::-webkit-input-placeholder {
  color: #c2c2c2;
}
.fieldset > .field .addon .addbefore:-ms-input-placeholder,
.fieldset > .fields > .field .addon .addbefore:-ms-input-placeholder,
.fieldset > .field .addon .addafter:-ms-input-placeholder,
.fieldset > .fields > .field .addon .addafter:-ms-input-placeholder {
  color: #c2c2c2;
}
.fieldset > .field .addon .addbefore,
.fieldset > .fields > .field .addon .addbefore {
  float: left;
  -ms-flex-order: 1;
  -webkit-order: 1;
  order: 1;
}
.fieldset > .field .additional,
.fieldset > .fields > .field .additional {
  margin-top: 10px;
}
.fieldset > .field.required > .label:after,
.fieldset > .fields > .field.required > .label:after,
.fieldset > .field._required > .label:after,
.fieldset > .fields > .field._required > .label:after {
  content: '*';
  color: #e02b27;
  font-size: 1.2rem;
  margin: 0 0 0 5px;
}
.fieldset > .field .note,
.fieldset > .fields > .field .note {
  font-size: 1.2rem;
  margin: 3px 0 0;
  padding: 0;
  display: inline-block;
  text-decoration: none;
}
.fieldset > .field .note:before,
.fieldset > .fields > .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 > .field.choice .label,
.fieldset > .fields > .field.choice .label {
  display: inline;
  font-weight: normal;
}
.column:not(.main) .fieldset > .field .label,
.column:not(.main) .fieldset > .fields > .field .label {
  font-weight: normal;
}
.fieldset > .field .field.choice,
.fieldset > .fields > .field .field.choice {
  margin-bottom: 10px;
}
.fieldset > .field .field.choice:last-child,
.fieldset > .fields > .field .field.choice:last-child {
  margin-bottom: 0;
}
.fieldset > .field input[type=file],
.fieldset > .fields > .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 > 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 > .field:not(.choice):not(:last-child),
.sidebar .fieldset .fields > .field:not(:last-child) {
  margin: 0 0 20px;
}
.sidebar .fieldset > .field:not(.choice) .label,
.sidebar .fieldset .fields > .field .label {
  margin: 0 0 4px;
  padding: 0 0 5px;
  text-align: left;
  width: 100%;
}
.sidebar .fieldset > .field:not(.choice) .control,
.sidebar .fieldset .fields > .field .control {
  width: 100%;
}
@font-face {
  font-family: 'icons-blank-theme';
  src: url('../../frontend/Verz/default/en_US/fonts/Blank-Theme-Icons/Blank-Theme-Icons.woff2') format('woff2'), url('../../frontend/Verz/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 > .action,
.action-gift {
  border-radius: 3px;
}
button:active,
.cart.table-wrapper .actions-toolbar > .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: 'Open Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  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 > .item.title {
  box-sizing: border-box;
  float: none;
  width: 100%;
}
.product.data.items > .item.title > .switch {
  display: block;
}
.product.data.items > .item.content {
  box-sizing: border-box;
  display: block;
  float: none;
  margin: 0;
}
.product.data.items > .item.content:before,
.product.data.items > .item.content:after {
  content: '';
  display: table;
}
.product.data.items > .item.content:after {
  clear: both;
}
.product.data.items > .item.content.active {
  display: block;
}
.product.data.items > .item.title {
  margin: 0 0 5px;
}
.product.data.items > .item.title > .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 > .item.title > .switch:visited {
  color: #7d7d7d;
  text-decoration: none;
}
.product.data.items > .item.title > .switch:hover {
  color: #7d7d7d;
  text-decoration: none;
}
.product.data.items > .item.title > .switch:active {
  color: #333333;
  text-decoration: none;
}
.product.data.items > .item.title:not(.disabled) > .switch:focus,
.product.data.items > .item.title:not(.disabled) > .switch:hover {
  background: #fcfcfc;
}
.product.data.items > .item.title:not(.disabled) > .switch:active,
.product.data.items > .item.title.active > .switch,
.product.data.items > .item.title.active > .switch:focus,
.product.data.items > .item.title.active > .switch:hover {
  background: #ffffff;
  color: #333333;
  text-decoration: none;
  padding-bottom: 5px;
}
.product.data.items > .item.content {
  background: #ffffff;
  border: 1px solid #d1d1d1;
  margin: 0 0 5px;
  padding: 20px 20px 20px 20px;
}
.pages > .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 > 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 > 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 > .primary,
.actions-toolbar > .secondary {
  text-align: center;
  margin-bottom: 10px;
}
.actions-toolbar > .primary .action,
.actions-toolbar > .secondary .action {
  margin-bottom: 10px;
}
.actions-toolbar > .primary .action:last-child,
.actions-toolbar > .secondary .action:last-child {
  margin-bottom: 0;
}
.actions-toolbar > .primary:last-child,
.actions-toolbar > .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 > 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 > 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;
  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 > span,
.modal-popup .action-close > span,
.modal-slide .action-close > 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 {
  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;
}
.amgiftcard-userimage-container {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-top: 10px;
  padding-top: 15px;
  border-top: 1px solid #c4c4c4;
}
.amgiftcard-image-container {
  position: relative;
  width: 120px;
  height: 80px;
  margin-right: 20px;
  border: 2px solid #dcdcdc;
}
.amgiftcard-image-wrapper {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  -ms-align-items: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 100%;
  height: 100%;
}
.amgiftcard-image {
  width: 120px;
  padding: 2px;
}
.amgiftcard-image.-selected,
.amgiftcard-image:hover {
  padding: 0;
  border: 2px solid #58b4ff;
}
.amgiftcard-image.amgiftcard-image-container {
  padding: 0;
}
.amgiftcard-label-container {
  margin-bottom: 12px;
}
.amgiftcard-label-container .amgiftcard-label {
  -webkit-flex-basis: 100%;
  flex-basis: 100%;
  margin: 0;
  font-weight: 600;
  line-height: 1;
  vertical-align: middle;
}
.amgiftcard-label-container .amgiftcard-note {
  display: inline-block;
  width: 18px;
  height: 18px;
  margin-left: 5px;
  vertical-align: middle;
  background: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTgiIGhlaWdodD0iMTgiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZmlsbC1ydWxlPSJldmVub2RkIiBjbGlwLXJ1bGU9ImV2ZW5vZGQiIGQ9Ik0xOCA5QTkgOSAwIDEgMSAwIDlhOSA5IDAgMCAxIDE4IDB6bS04LTIuMDg0djUuNDA3YzAgLjU3LjA2LjkzNi4xODIgMS4wOTguMTIyLjE1NS4zNi4yNDUuNzEzLjI2OFYxNEg3LjExM3YtLjMxMWMuMzI3LS4wMTIuNTctLjExNi43MjktLjMxMi4xMDUtLjEzMi4xNTgtLjQ4NC4xNTgtMS4wNTR2LTMuNzJjMC0uNTcxLS4wNi0uOTM0LS4xODItMS4wOS0uMTIyLS4xNjEtLjM1Ny0uMjU0LS43MDUtLjI3N3YtLjMySDEwek05IDZhMSAxIDAgMSAwIDAtMiAxIDEgMCAwIDAgMCAyeiIgZmlsbD0iIzRDNEM0QyIvPjwvc3ZnPg==) center no-repeat;
}
.amgiftcard-label-container .amgiftcard-note:hover {
  opacity: 0.7;
}
.amgiftcard-tooltip {
  box-sizing: border-box;
  width: 400px;
  max-width: 90vw;
  word-break: break-word;
  word-wrap: break-word;
}
.amgiftcard-userimage {
  box-sizing: border-box;
  width: unset;
  max-width: 100%;
  max-height: 100%;
  padding: 0;
}
.amgiftcard-button {
  display: inline-block;
  padding: 10px 20px 10px 15px;
  font-weight: bold;
  font-size: 16px;
  color: #fff;
  word-break: break-all;
  background: #5dcd91;
  border-radius: 4px;
  cursor: pointer;
}
.amgiftcard-button:hover {
  background: #84d9ab;
}
.amgiftcard-button .amgiftcard-title {
  vertical-align: middle;
}
.amgiftcard-error {
  display: none;
  margin-top: 15px;
  padding: 10px;
  background: #ffcaca;
}
.amgiftcard-icon {
  display: inline-block;
  min-width: 30px;
  min-height: 30px;
  margin-right: 10px;
  vertical-align: middle;
}
.amgiftcard-icon.-camera {
  background: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjkiIGhlaWdodD0iMjQiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZD0iTTEwLjQ3MiAwTDguNDU4IDRIMi44MkEyLjgwNCAyLjgwNCAwIDAgMCAwIDYuOHYxNC40QzAgMjIuNzUxIDEuMjU3IDI0IDIuODIgMjRoMjMuMzZBMi44MDQgMi44MDQgMCAwIDAgMjkgMjEuMlY2LjhDMjkgNS4yNDkgMjcuNzQyIDQgMjYuMTggNGgtNS42MzhsLTIuMDE0LTRoLTguMDU2ek0xNC41IDcuMmMzLjc2NyAwIDYuODQ3IDMuMDU5IDYuODQ3IDYuOCAwIDMuNzQxLTMuMDggNi44LTYuODQ3IDYuOC0zLjc2NyAwLTYuODQ3LTMuMDU5LTYuODQ3LTYuOCAwLTMuNzQxIDMuMDgtNi44IDYuODQ3LTYuOHptMCAyLjRjLTIuNDYxIDAtNC40MyAxLjk1Ni00LjQzIDQuNCAwIDIuNDQ0IDEuOTY5IDQuNCA0LjQzIDQuNCAyLjQ2MSAwIDQuNDMtMS45NTYgNC40My00LjQgMC0yLjQ0NC0xLjk2OS00LjQtNC40My00LjR6IiBmaWxsPSIjZmZmIi8+PC9zdmc+) center no-repeat;
  background-size: contain;
}
.amgiftcard-close {
  position: absolute;
  top: -3px;
  right: -3px;
  display: none;
  width: 16px;
  height: 16px;
  background: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSI1MTIiIGhlaWdodD0iNTEyIiB2aWV3Qm94PSIwIDAgNDEuNzU2IDQxLjc1NiI+PHBhdGggZD0iTTI3Ljk0OCAyMC44NzhMNDAuMjkxIDguNTM2YTUgNSAwIDEgMC03LjA3LTcuMDcxTDIwLjg3OCAxMy44MDkgOC41MzUgMS40NjVhNSA1IDAgMCAwLTcuMDcgNy4wNzFsMTIuMzQyIDEyLjM0MkwxLjQ2NSAzMy4yMmE1IDUgMCAxIDAgNy4wNyA3LjA3MWwxMi4zNDMtMTIuMzQyIDEyLjM0MyAxMi4zNDNjLjk3Ni45NzcgMi4yNTYgMS40NjQgMy41MzUgMS40NjRzMi41Ni0uNDg3IDMuNTM1LTEuNDY0YTUgNSAwIDAgMCAwLTcuMDcxTDI3Ljk0OCAyMC44Nzh6IiBkYXRhLW9yaWdpbmFsPSIjMDAwMDAwIiBjbGFzcz0iYWN0aXZlLXBhdGgiIGRhdGEtb2xkX2NvbG9yPSIjRkJGM0YzIiBmaWxsPSIjRkRGQUZBIi8+PC9zdmc+) center no-repeat;
  background-color: #000;
  background-size: 55%;
  border-radius: 2px;
  cursor: pointer;
}
.amgiftcard-form {
  margin-bottom: 40px;
}
.amgiftcard-form .fieldset {
  margin-bottom: 20px;
}
.amgiftcard-check {
  float: left;
}
.amgiftcard-amount-custom {
  margin-top: 20px;
}
.amgiftcard-codes-list {
  margin: 10px 0;
}
.amgiftcard-gift-card-info {
  margin-bottom: 10px;
}
.amgiftcard-delivery-info,
.amgiftcard-image-input,
.-hidden {
  display: none;
}
.amgiftcard-clear {
  clear: both;
}
.amgiftcard-preview {
  text-align: right;
}
.ampromo-overlay {
  position: fixed;
  top: -9999px;
  left: 0;
  z-index: 10000;
  width: 100%;
  height: 100%;
  overflow: auto;
  background-color: rgba(0, 0, 0, 0.8);
  text-align: center;
  opacity: 0;
  transition: opacity 0.4s linear;
}
.ampromo-overlay.-show {
  top: 0;
  opacity: 1;
}
.ampromo-items-content {
  position: relative;
  display: inline-block;
  box-sizing: border-box;
  max-height: 95vh;
  overflow: auto;
  margin: 30px auto;
  padding: 24px;
  border: 1px solid #ededed;
  text-align: left;
  background-color: #ffffff;
}
.ampromo-items-content .ampromo-popup-title,
.ampromo-items-content .ampromo-item-buttons,
.ampromo-items-content .ampromo-title {
  text-align: center;
}
.ampromo-items-content .ampromo-popup-title .ampromo-counter {
  font-weight: bold;
}
.ampromo-items-content .ampromo-item {
  position: relative;
  box-sizing: border-box;
  padding: 20px;
  margin: 0 8px 7px;
  border: 1px solid #ededed;
  transition: .6s;
}
.ampromo-items-content .ampromo-item:hover {
  background: #ccc;
}
.ampromo-items-content .ampromo-item .fieldset .field {
  margin-bottom: 10px;
}
.ampromo-items-content .ampromo-item .fieldset .field .label {
  margin-bottom: 3px;
}
.ampromo-items-content .ampromo-popup-title {
  margin: 0 auto 20px;
}
.ampromo-items-content .ampromo-close {
  position: absolute;
  top: 10px;
  right: 10px;
  z-index: 1;
  display: block;
  width: 16px;
  height: 16px;
  margin: 0;
  padding: 0;
  background: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTIiIGhlaWdodD0iMTIiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZD0iTTEgMWwxMCAxMG0wLTEwTDEgMTEiIHN0cm9rZT0iI0IyQjJCMiIgc3Ryb2tlLXdpZHRoPSIxLjUiIHN0cm9rZS1saW5lY2FwPSJyb3VuZCIvPjwvc3ZnPg==) no-repeat;
  background-size: contain;
  font-size: 0;
  cursor: pointer;
  opacity: .8;
}
.ampromo-items-content .ampromo-close:hover {
  opacity: 1;
  transition: opacity .2s ease;
}
.ampromo-items-content .ampromo-button {
  box-shadow: none;
  border: none;
}
.ampromo-items-content .ampromo-item.-selected {
  background: #1f78c2;
}
.ampromo-items-content .ampromo-item.-selected .ampromo-options {
  max-height: 690px;
}
.ampromo-items-content .ampromo-item-image {
  display: block;
  margin: 7px auto;
}
.ampromo-items-content .ampromo-title {
  margin: 0;
}
.ampromo-item .ampromo-options {
  margin-bottom: 20px;
  padding: 0 5px;
  overflow: hidden;
  transition: max-height 0.2s ease;
}
.ampromo-gallery {
  width: 850px;
  margin: 0 30px;
}
.ampromo-gallery[data-count="1"] {
  width: 280px;
}
.ampromo-gallery[data-count="2"] {
  width: 570px;
}
.ampromo-slick .slick-prev,
.ampromo-slick .slick-next {
  width: 42px !important;
  height: 42px !important;
}
.ampromo-slick .slick-prev {
  left: -45px !important;
}
.ampromo-slick .slick-next {
  right: -45px !important;
}
.ampromo-slick .slick-dots {
  padding: 0 !important;
}
.ampromo-slick .slick-dots button,
.ampromo-slick .slick-dots button:hover,
.ampromo-slick .slick-dots .cart.table-wrapper .actions-toolbar > .action,
.ampromo-slick .slick-dots .cart.table-wrapper .actions-toolbar > .action:hover,
.ampromo-slick .slick-dots .action-gift,
.ampromo-slick .slick-dots .action-gift:hover {
  height: 20px;
  width: 20px;
  padding: 5px !important;
  background: transparent !important;
  border: none !important;
  text-indent: 0 !important;
}
.ampromo-slick .slick-slide {
  vertical-align: top;
}
.ampromo-items-add {
  display: none;
  margin-bottom: 12px;
  padding: 7px;
  border: 1px solid #ededed;
  text-align: center;
}
.ampromo-items-add > a {
  text-decoration: none;
  border-bottom: 1px dashed;
}
.checkout-index-index .ampromo-items-add:before {
  content: '';
  display: inline-block;
  width: 32px;
  height: 32px;
  margin-right: 12px;
  background: url(data:image/svg+xml;base64,PHN2ZyB2aWV3Qm94PSIwIDAgNTEyIDUxMiIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj48cGF0aCBkPSJNNTEyIDI1NmMwIDE0MS4zODctMTE0LjYxMyAyNTYtMjU2IDI1NlMwIDM5Ny4zODcgMCAyNTYgMTE0LjYxMyAwIDI1NiAwczI1NiAxMTQuNjEzIDI1NiAyNTZ6bTAgMCIgZmlsbD0iIzYwYjJmYyIvPjxwYXRoIGQ9Ik01MTIgMjU2YzAtMS4xNTItLjAyNy0yLjI5Ny0uMDQzLTMuNDQ1TDM2OS4wNTEgMTA5LjY0OGwtODUuMzU2IDIzLjA2My03LjU4Ni03LjU4Ni00Ni4wNjIgOC44OTgtMjQuNTg2LTI0LjU5Ny02OC4wMDQgNTMuOTU3LTI1LjUzMSA3NC44NDQgNTguMDI3IDU3LjMyLTM5LjMxNiAxMjAuMTIxIDk0LjQ3MiA5NC40NzNBMjU5LjI2IDI1OS4yNiAwIDAgMCAyNTYgNTEyYzE0MS4zODcgMCAyNTYtMTE0LjYxMyAyNTYtMjU2em0wIDAiIGZpbGw9IiMzOTY1Y2MiLz48cGF0aCBkPSJNMjMzLjE4OCAxMzcuNjg4bC0yNy43MjctMjguMjYyYy04LjI4MS04LjQ0Mi0xOS4zNTItMTMuMDk0LTMxLjE2NC0xMy4wOTQtMjQuMDc0IDAtNDMuNjYgMTkuNTg2LTQzLjY2IDQzLjY2IDAgMjQuMDc0IDE5LjU4NiA0My42NiA0My42NiA0My42NkgyNTZ2LTQ1Ljk2NHptMCAwIiBmaWxsPSIjZjY0MjEzIi8+PHBhdGggZD0iTTMzNy43MDMgOTYuMzMyYy0xMS44MTYgMC0yMi44ODMgNC42NTItMzEuMTY0IDEzLjA5NGwtMjcuNzI2IDI4LjI2MUgyNTZ2NDUuOTY1aDgxLjcwM2MyNC4wNzQgMCA0My42Ni0xOS41ODYgNDMuNjYtNDMuNjYgMC0yNC4wNzQtMTkuNTg2LTQzLjY2LTQzLjY2LTQzLjY2em0wIDAiIGZpbGw9IiNlZDI0MDAiLz48cGF0aCBkPSJNMTMwLjYzNyAyMTkuNTE2SDI1NnYxOTYuMTUySDEzMC42Mzd6bTAgMCIgZmlsbD0iI2ZmNiIvPjxwYXRoIGQ9Ik0yNTYgMjE5LjUxNmgxMjUuMzYzdjE5Ni4xNTJIMjU2em0wIDAiIGZpbGw9IiNmZmQxNWUiLz48cGF0aCBkPSJNMTExLjkyNiAxNjMuMzgzSDI1NnY3NC44NDRIMTExLjkyNnptMCAwIiBmaWxsPSIjZmZmZmMyIi8+PHBhdGggZD0iTTI1NiAxNjMuMzgzaDE0NC4wNzR2NzQuODQ0SDI1NnptMCAwIiBmaWxsPSIjZmZlYTdjIi8+PHBhdGggZD0iTTI4NC4wNjYgMTQ0LjY3MmMwLTE1LjUwNC0xMi41NjYtMjguMDY3LTI4LjA2Ni0yOC4wNjdsLTEyLjQ3MyA2NS40ODkgNDAuNTQtMTguNzExem0wIDAiIGZpbGw9IiNmNjQyMTMiLz48cGF0aCBkPSJNMjI3LjkzNCAxNDQuNjcydjE4LjcxTDI1NiAxODIuMDk1di02NS40ODljLTE1LjUgMC0yOC4wNjYgMTIuNTYzLTI4LjA2NiAyOC4wNjd6bTAgMCIgZmlsbD0iI2ZmNjEyNiIvPjxwYXRoIGQ9Ik0yNTYgMTYzLjM4M2wtMTIuNDczIDczLjU5NEwyNTYgMzA4LjcwM2wyOC4wNjYgMTguNzExVjE2My4zODN6bTAgMCIgZmlsbD0iI2VkMjQwMCIvPjxwYXRoIGQ9Ik0yMjcuOTM0IDE2My4zODN2MTY0LjAzMUwyNTYgMzA4LjcwNFYxNjMuMzgyem0wIDAiIGZpbGw9IiNmNjQyMTMiLz48L3N2Zz4=) no-repeat;
  background-size: contain;
  vertical-align: middle;
}
.ampromo-items-form {
  background: #fff;
  padding: 5px;
}
.ampromo-items-form .ampromo-qty {
  width: 30%;
  margin-left: 35%;
  margin-top: 10%;
}
.ampromo-items-form .product-info-price {
  padding-bottom: 10px;
  text-align: center;
  word-break: break-all;
}
.ampromo-items-form .price-base-price .price {
  font-size: 25px;
  text-decoration: line-through;
}
.ampromo-items-form .price-new-price .price-wrapper {
  font-size: 36px;
  line-height: 36px;
  font-weight: bold;
}
.ampromo-items-form .ampromo-item-qty-input > .mage-error {
  float: left;
}
.ampromo-loading {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  display: none;
  width: 80px;
  height: 80px;
}
.ampromo-loading.-show {
  display: inline-block;
}
.ampromo-loading:after {
  display: block;
  width: 64px;
  height: 64px;
  margin: 8px;
  content: ' ';
  border-radius: 50%;
  border: 6px solid #ccc;
  border-color: #ccc transparent #ccc transparent;
  animation: load 1.2s linear infinite;
}
.ampromo-carousel-product.-loading {
  -webkit-filter: blur(10px);
  filter: blur(10px);
  opacity: 0.3;
  pointer-events: none;
}
@keyframes load {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
@media only screen and (max-width: 1000px) and (min-width: 701px) {
  .ampromo-overlay .ampromo-gallery {
    width: 570px;
    margin: 0 auto 30px;
  }
  .ampromo-items-content {
    padding: 24px 54px;
  }
}
@media only screen and (max-width: 700px) {
  .ampromo-overlay .ampromo-gallery {
    width: 280px;
    margin: 0 auto;
  }
  .ampromo-items-content {
    padding: 24px 54px;
  }
  .ampromo-items-form .product-info-price > *:first-child,
  .ampromo-items-form .product-info-price > *:last-child {
    padding: 0;
  }
}
@media only screen and (max-width: 400px) {
  .ampromo-overlay .ampromo-gallery {
    margin: 0 auto 30px auto;
  }
  .ampromo-overlay .slick-prev,
  .ampromo-overlay .slick-next {
    display: none !important;
  }
  .ampromo-items-content {
    padding: 15px;
  }
}
.columns .column.main {
  max-width: 100%;
}
.ui-tooltip.ui-widget {
  padding: 5px 10px;
  max-width: 250px;
  border: 1px solid #cccccc;
  box-shadow: 1px 0 3px #cccccc;
  word-wrap: break-word;
  background: #fff;
}
.ui-tooltip .arrow {
  position: absolute;
  left: 15px;
  bottom: -15px;
  width: 20px;
  height: 15px;
}
.ui-tooltip .arrow::after {
  content: "";
  position: absolute;
  border-top: 10px solid #cccccc;
  border-right: 20px solid transparent;
}
.ui-tooltip .arrow::before {
  content: "";
  position: absolute;
  top: -1px;
  left: 1px;
  border-top: 9px solid #fff;
  border-right: 19px solid transparent;
  z-index: 9;
}
.ui-tooltip .arrow.top {
  top: -15px;
  transform: scale(1, -1);
}
.ui-tooltip .am-brand-small_image {
  margin: auto;
  display: block;
  max-width: 150px;
}
.ui-tooltip .am-brand-image {
  margin: auto;
  display: block;
  max-width: 400px;
}
.ui-tooltip .ui-tooltip-content h3 {
  margin: 5px 0;
}
.amslider * {
  margin: 0;
  padding: 0;
}
.amslider {
  position: relative;
  margin: 30px auto;
}
.amslider .swiper-pagination {
  position: static;
  margin-top: 15px;
}
.amslider .swiper-container > .wrapper {
  text-align: center;
}
.amslider .swiper-slide .brand-title {
  margin-top: 10px;
  min-height: 40px;
  color: #4f4f4f;
  word-break: break-all;
  word-break: break-word;
  font-size: 15px;
  line-height: 1.2;
}
.amslider .swiper-pagination-bullet {
  margin: 0 5px;
  width: 12px;
  height: 12px;
}
.amslider .swiper-pagination-bullet-active {
  background: #4f4f4f;
}
.amslider .swiper-button-next,
.amslider .swiper-button-prev {
  z-index: 2;
}
.amslider .swiper-button-next {
  background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjUiIGhlaWdodD0iNDMiIHZpZXdCb3g9IjAgMCAyNSA0MyIgdmVyc2lvbj0iMS4xIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIj48dGl0bGU+VmVjdG9yPC90aXRsZT48ZGVzYz5DcmVhdGVkIHVzaW5nIEZpZ21hPC9kZXNjPjxnIGlkPSJDYW52YXMiIHRyYW5zZm9ybT0idHJhbnNsYXRlKDE0NTMgNzkwKSI+PGcgaWQ9IlZlY3RvciI+PHVzZSB4bGluazpocmVmPSIjcGF0aDBfc3Ryb2tlIiB0cmFuc2Zvcm09Im1hdHJpeCgtMSAwIDAgMSAtMTQzMC4zNSAtNzg4LjY0NikiIGZpbGw9IiM0RjRGNEYiLz48L2c+PC9nPjxkZWZzPjxwYXRoIGlkPSJwYXRoMF9zdHJva2UiIGQ9Ik0gNi4xMzcwNGUtMDUgMTkuOTM5M0wgLTEuMDQxOTYgMTguODYwNEwgLTIuMTM5OSAxOS45MjA3TCAtMS4wNjA2IDIxTCA2LjEzNzA0ZS0wNSAxOS45MzkzWk0gMTkuNjA0NCAtMS4wNzg5N0wgLTEuMDQxOTYgMTguODYwNEwgMS4wNDIwOSAyMS4wMTgzTCAyMS42ODg1IDEuMDc4OTdMIDE5LjYwNDQgLTEuMDc4OTdaTSAtMS4wNjA2IDIxTCAxOC45MzkzIDQxTCAyMS4wNjA3IDM4Ljg3ODdMIDEuMDYwNzIgMTguODc4N0wgLTEuMDYwNiAyMVoiLz48L2RlZnM+PC9zdmc+);
}
.amslider .swiper-button-prev {
  background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjUiIGhlaWdodD0iNDMiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiPjx1c2UgeGxpbms6aHJlZj0iI3BhdGgwX3N0cm9rZSIgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoMi43MSAxLjM1NCkiIGZpbGw9IiM0RjRGNEYiLz48ZGVmcz48cGF0aCBpZD0icGF0aDBfc3Ryb2tlIiBkPSJNMCAxOS45NGwtMS4wNDItMS4wOC0xLjA5OCAxLjA2TC0xLjA2IDIxIDAgMTkuOTR6TTE5LjYwNC0xLjA4bC0yMC42NDYgMTkuOTQgMi4wODQgMi4xNTdMMjEuNjkgMS4wOGwtMi4wODUtMi4xNTh6TS0xLjA2IDIxbDIwIDIwIDIuMTIyLTIuMTIxLTIwLTIwTC0xLjA2MSAyMXoiLz48L2RlZnM+PC9zdmc+);
}
.amslider .swiper-button-next,
.amslider .swiper-button-prev {
  z-index: 0;
}
.amslider .swiper-slide {
  text-align: center;
  font-size: 18px;
}
.amslider .category-item .category-item-title {
  margin: auto;
}
.amslider .slide .category-item-title,
.amslider .swiper-slide .swiper-category-item {
  font-size: 15px;
  line-height: 1.2;
  word-break: break-word;
}
.amslider .wrapper {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
}
.amslider .no-img {
  margin: auto;
}
.brands-filters {
  display: inline-block;
  margin: 0 0 10px;
  width: 100%;
  min-height: 50px;
}
.brands-filters .letter {
  display: block;
  float: left;
  margin: 0 5px 10px;
  padding: 2px 5px;
  min-width: 17px;
  min-height: 20px;
  text-align: center;
  color: #333;
  font-size: 14px;
  line-height: 20px;
  text-decoration: none;
  cursor: pointer;
  border: 1px solid #CCC;
  border-radius: 5px;
  background: #e2e2e2;
}
.brands-filters .letter-all {
  min-width: 90px;
  margin-right: 20px;
}
.brands-filters .letters {
  margin-top: 4px;
}
.brands-filters .letter.-disabled {
  opacity: 0.6;
  pointer-events: none;
  background-color: #f1f1f1;
}
.brands-filters .letter.hide {
  display: none;
}
.brands-filters .letter:hover,
.brands-filters .letter.-active {
  background: #fed285;
}
.ambrands-search-wrapper {
  position: relative;
  display: block;
  margin: 0 auto;
}
.ambrands-search-wrapper .ambrands-search-input {
  display: block;
  margin: 0 0 10px;
  max-width: 100%;
}
.ambrands-search-wrapper #livesearch {
  position: absolute;
  display: none;
  width: 365px;
  max-width: 100%;
  max-height: 250px;
  background-color: #fff;
  overflow-x: hidden;
  overflow-y: auto;
  border: 1px solid #c2c2c2;
  border-top: 2px solid #309ef3;
  z-index: 99;
}
.ambrands-search-wrapper #livesearch a {
  display: block;
  float: left;
  padding: 5px 10px;
  width: 100%;
  color: #000;
  box-sizing: border-box;
}
.ambrands-search-wrapper #livesearch a:hover {
  background-color: #e8e8e8;
  text-decoration: none;
}
.brand-images .brands-letter {
  width: 100%;
  vertical-align: top;
  box-sizing: border-box;
}
.brand-images .brands-letter .bare-list {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: 0;
}
.brand-images .brands-letter .letter {
  border-bottom: 1px solid #b2b2b2;
  font-size: 18px;
  font-weight: 400;
}
.brand-images .brands-letter .letter .title {
  padding: 0 2px 1px;
  text-transform: uppercase;
  background: #e2e2e2;
}
.brands-letter .brand-item {
  position: relative;
  margin: 0 5px 20px;
}
.brands-letter .brand-item .item {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -moz-justify-content: flex-start;
  -ms-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  color: #333333;
  -webkit-justify-content: flex-start;
}
.brands-letter .brand-item .item:hover {
  text-decoration: none;
}
.brands-letter .brand-item .no-img {
  color: #e2e2e2;
}
.brands-letter .brand-item .count {
  position: absolute;
  right: 0;
  top: 0;
  display: block;
  box-sizing: border-box;
  min-width: 25px;
  height: 25px;
  padding: 0 3px;
  line-height: 25px;
  text-align: center;
  background: #f58c12;
  border-radius: 20px;
  color: #ffffff;
}
.brands-letter .brand-item .label {
  position: relative;
  margin: 5px 0 0;
  padding-top: 5px;
  width: 100%;
  word-wrap: break-word;
}
.brands-letter .brand-item .label:before {
  content: '';
  position: absolute;
  top: 0;
  left: 25%;
  right: 25%;
  display: block;
  height: 1px;
  background: #b2b2b2;
}
.brands-letter .brand-item .item:hover .label:before {
  left: 0;
  right: 0;
  -webkit-transition: all ease 0.3s;
  -moz-transition: all ease 0.3s;
  -ms-transition: all ease 0.3s;
  transition: all ease 0.3s;
}
.brands-letter .brand-item .am-image-wrapper {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  -ms-align-items: center;
  align-items: center;
}
.brands-letter .brand-item .am-image-wrapper .am-image {
  max-width: 100%;
  max-height: 100%;
}
.bare-list .ambrands-image {
  pointer-events: none;
}
.amslider-header-container {
  padding: 5px 0 5px 35px;
  height: 35px;
  font-size: 22px;
  line-height: 35px;
  color: #000;
  background: #e2e2e2;
}
.icon .brand-label {
  float: left;
}
.brand-images li.brand-item {
  list-style-type: none;
  text-align: center;
}
ul.bare-list img {
  display: block;
  margin: 0 auto;
}
.children-category .amslider {
  position: relative;
  left: inherit;
  margin: 0 50px;
  width: 100%;
  transform: inherit;
  display: block;
}
.amslider.am-brand-slider {
  max-width: 100%;
  padding: 0;
}
.amslider.am-brand-slider .swiper-brand {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-flex-grow: 1;
  flex-grow: 1;
}
.amslider.am-brand-slider .am-image-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-grow: 1;
  margin: 0 auto;
}
.amslider.am-brand-slider .am-image-wrapper .am-image {
  max-width: 100%;
  max-height: 100%;
}
.amslider.am-brand-slider .slide {
  -webkit-align-items: stretch;
  -ms-align-items: stretch;
  align-items: stretch;
}
.amslider.am-brand-slider .slide .am-image-wrapper {
  margin-bottom: 10px;
  overflow: hidden;
}
.amslider.am-brand-slider .swiper-slide {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: stretch;
  -ms-align-items: stretch;
  align-items: stretch;
  height: auto;
}
.amslider .slide {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -webkit-align-items: flex-start;
  -ms-align-items: flex-start;
  align-items: flex-start;
  margin: 0 9px 20px 0;
  max-width: 30%;
  -webkit-flex-basis: 30%;
  flex-basis: 30%;
  text-align: center;
  color: #4f4f4f;
}
.amslider .slide .category-item {
  position: relative;
  padding: 10px;
  width: 100%;
  border: 1px solid #fff;
}
.amslider .slide .category-item:hover,
.amslider .slide .category-item.active {
  box-shadow: 3px 3px 4px 0 rgba(0, 0, 0, 0.3);
  border-color: #bbb;
  position: relative;
  z-index: 2;
  padding: 10px;
}
.amslider .slide .category-item.category-item-label img {
  margin-bottom: 25px;
}
.amslider .slide .swiper-brand .am-image {
  height: auto;
}
.children-category-container.swiper-container {
  width: calc(100% - 2 * 27px);
  margin: auto;
}
.children-category-container .swiper-wrapper {
  -webkit-align-items: baseline;
  -moz-align-items: baseline;
  -ms-align-items: baseline;
  align-items: baseline;
}
.amslider .swiper-slide {
  padding: 10px;
  box-sizing: border-box;
  color: #4f4f4f;
}
.amslider .swiper-slide .swiper-category-item {
  padding: 10px 0;
  border: 1px solid #fff;
}
.amslider .swiper-slide .swiper-category-item img {
  height: auto;
}
.amslider .swiper-slide .swiper-category-item.category-item-label img {
  margin-bottom: 25px;
}
.amslider .swiper-slide .swiper-category-item:hover,
.amslider .swiper-slide .swiper-category-item.active {
  background: #ffffff;
  box-shadow: 3px 3px 4px 0 rgba(0, 0, 0, 0.3);
  border: 1px solid #bbb;
  margin: 0;
}
.amslider .swiper-slide .swiper-brand .no-img {
  display: inline-block;
  margin: 0 auto;
  color: #e2e2e2;
}
.amslider .swiper-slide:hover,
.amslider .slide:hover {
  text-decoration: none;
}
#category-carousel .swiper-button-next {
  right: 0;
}
#category-carousel .swiper-button-prev {
  left: 0;
}
#category-carousel .swiper-button-next,
#category-carousel .swiper-button-prev {
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  opacity: .3;
  height: 100%;
  margin: 0;
}
#category-carousel .swiper-button-next:hover,
#category-carousel .swiper-button-prev:hover {
  opacity: 1;
  -webkit-transition: all ease 0.3s;
  -moz-transition: all ease 0.3s;
  -ms-transition: all ease 0.3s;
  transition: all ease 0.3s;
}
.amslider .swiper-slide .swiper-category-item:not(:root:root),
.amslider .swiper-slide .swiper-brand:not(:root:root),
.amslider .slide .category-item:not(:root:root) {
  padding: 10px;
}
.amshopby-morefrom .products-grid .product-item {
  width: auto;
}
.amshopby-morefrom .product-image-container {
  min-width: auto;
}
.ambrands-menu-item.parent .ambrands-link.level-top:after {
  content: '';
}
@media screen and (-ms-high-contrast: active), screen and (-ms-high-contrast: none) {
  .swiper-brand {
    width: 100%;
  }
  .swiper-brand .no-img {
    width: 100%;
  }
}
.ambrands-list-popup,
.ambrands-menu-item .ambrands-arrow {
  display: none;
}
.ui-tooltip .arrow {
  left: 8px;
  width: 15px;
}
.ui-tooltip .arrow:after {
  border-right: 15px solid transparent;
}
.ui-tooltip .arrow:before {
  border-right: 14px solid transparent;
}
.amslider-container {
  margin: auto;
  margin-bottom: 15px;
  width: 100%;
}
.am-rating-up {
  font-size: smaller;
}
.amshopby-hightlighted {
  background-color: #ffff00;
}
.amshopby-item .filter-value {
  margin-left: 5px;
}
.amshopby-filter-tooltip {
  display: inline-block;
  margin-left: 6px;
  max-width: 16px;
  max-height: 16px;
  vertical-align: top;
}
.amshopby-filter-value .swatch-option.image,
.amshopby-filter-value .swatch-attribute.size .swatch-option,
.amshopby-filter-value .swatch-attribute.manufacturer .swatch-option {
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
}
.filter-options-content .am-swatch-wrapper .swatch-option.image,
.filter-options-content .swatch-attribute.size .swatch-option.selected,
.filter-options-content .swatch-attribute.manufacturer .swatch-option.selected {
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
}
.filter-options-content .delimiter {
  margin: 0 5px;
  line-height: 30px;
}
.filter-options-content .range {
  display: flex;
  align-items: center;
  margin-top: 10px;
  text-align: center;
}
.filter-options-content .am-filter-price {
  padding: 5px;
  max-width: 50px;
  width: 46%;
}
.filter-options-content .items a {
  margin-left: 0;
}
.filter-options-content .count {
  display: inline-flex;
}
.filter-options-content .am-shopby-swatch-label .count {
  margin: 0;
  padding: 0;
}
.filter-options-content .am-shopby-swatch-label .label {
  margin-right: 5px;
}
.filter-options-content .am-shopby-form {
  overflow-x: hidden;
  overflow-y: auto;
  padding: 3px;
}
.filter-options-content .am-shopby-form .swatch-attribute .swatch-option-link-layered:hover {
  background-color: unset;
}
.am-show-more {
  transition: 0.1s all ease-in;
  position: relative;
  display: none;
  margin-top: 10px;
  padding: 5px 25px 10px 0;
  color: inherit;
  cursor: pointer;
}
.am-show-more:hover {
  background-color: transparent;
  color: #006bb4;
}
.am-show-more:before,
.am-show-more:after {
  transition: 0.1s all ease-in;
  position: absolute;
  right: 0;
  width: 8px;
  height: 1px;
  background: #000;
  content: '';
}
.am-show-more:before {
  right: 5px;
  transform: rotate(45deg);
}
.am-show-more:after {
  transform: rotate(-45deg);
}
.am-show-more.-active {
  display: flex;
  align-items: center;
}
.am-show-more .am-counter {
  display: inline-block;
  margin: 0 2px;
  opacity: .5;
}
.am-show-more[data-is-hide='false']:before {
  right: 6px;
  transform: rotate(-45deg);
}
.am-show-more[data-is-hide='false']:after {
  transform: rotate(45deg);
}
.range.am-fromto-widget .am-filter-go {
  margin: 0 10px;
  vertical-align: top;
}
.am-filter-go {
  margin: 15px 0 0;
  width: 25%;
}
input[type='text'].am-filter-price.-to.right {
  float: right;
}
.amshopby-slider-container {
  margin: 10px 15px 15px 5px;
}
.amshopby-slider-container .ui-slider-range {
  position: absolute;
  height: 10px;
  background: #b6b6b6;
}
.amshopby-slider-container .am-slider .ui-slider-handle {
  margin-top: -5px;
  margin-left: -5px;
  padding: 0;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background: #f98b25;
}
.amshopby-slider-container .am-slider .ui-slider-handle:hover,
.amshopby-slider-container .am-slider .ui-slider-handle:active {
  background-color: #e17e17;
}
.amshopby-slider-container .amshopby-slider-display {
  text-align: center;
}
.am-swatch-options {
  display: flex;
  flex-direction: column;
}
.am-swatch-options .swatch-option {
  display: inline-block;
  margin: 0 10px 0 0;
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
}
.am-swatch-options > .item {
  padding-bottom: 4px;
}
.am-swatch-options > .item:hover {
  background-color: transparent;
}
.am-swatch-options .am-shopby-swatch-label {
  display: inline-block;
  max-width: 70%;
  vertical-align: middle;
  word-wrap: break-word;
}
.filter-options .am-swatch-wrapper {
  margin: 0 0 5px 0 !important;
  line-height: initial;
}
.catalog-topnav .filter-options {
  flex-wrap: wrap;
  min-height: 40px;
  border-bottom: 1px solid #cccccc;
}
.catalog-topnav .filter-options .filter-options-item {
  display: inline-block;
  border: 0;
}
.catalog-topnav .filter-options .filter-options-content {
  position: absolute;
  z-index: 9999;
  margin-top: 5px;
  min-width: 100px;
  border: 1px solid #cccccc;
  background-color: white;
}
.catalog-topnav .filter-options .am-filter-items-rating li {
  margin: 0 0 10px;
}
.catalog-topnav .filter-options .am-filter-items-rating li:last-child {
  margin: 0;
}
.catalog-topnav .block-actions {
  display: none;
}
.catalog-topnav {
  display: none;
}
.filter-options .chosen-container-multi .chosen-choices li.search-choice .search-choice-close {
  top: 5px;
  right: 8px;
}
.filter-options .items .items-children.-folding {
  padding-left: 18px;
  width: 100%;
  list-style: none;
}
.filter-options .items .items-children.-folding .item {
  margin: 5px 0;
}
.filter-options .items.amshopby-fly-out-view .items-children {
  z-index: 9999;
  background-color: #fff;
}
.filter-options .am-ranges {
  overflow-x: hidden;
  overflow-y: auto;
}
.filter-options .items.amshopby-fly-out-view .item {
  display: flex;
  align-items: center;
  margin: 0;
  border: 1px solid #cccccc;
  border-top: none;
}
.filter-options .items.amshopby-fly-out-view .item:hover {
  background-color: #cccccc;
}
.filter-options .items.amshopby-fly-out-view .item:first-child {
  border-top: 1px solid #cccccc;
}
.filter-options .items.amshopby-fly-out-view .item > .am-input {
  margin: 14px 5px 14px 10px;
  top: 0;
}
.filter-options .items.amshopby-fly-out-view a:hover {
  background-color: transparent;
}
.filter-options .ui-widget-overlay {
  background: #aaa;
  opacity: .3;
}
.filter-options .ui-widget-shadow {
  box-shadow: 0 0 5px #666;
}
.filter-options .am-category-view {
  position: absolute;
  z-index: 9;
  display: none;
  overflow-y: auto;
  box-sizing: border-box;
  margin: 0;
  padding: 10px;
  max-height: 300px;
  width: 100%;
  border: 1px solid #cccccc;
  background-color: white;
  white-space: nowrap;
}
.filter-options .items.am-category-view,
.filter-options .am-category-view ol.items {
  margin: 0;
}
.filter-options .am-category-view .item a.amshopby-filter-parent {
  padding-left: 20px;
}
.filter-options .am-category-view a {
  display: inline-block;
  white-space: initial;
}
.filter-options .filter-options-content .rating-summary {
  display: inline-block;
  vertical-align: sub;
}
.filter-options .amshopby-search-box {
  margin: 0 0 15px;
}
.page-layout-1column .filter-options-item.active .filter-options-content {
  padding: 10px 15px;
}
.page-layout-1column .filter-options-content li.item {
  padding: 0;
}
.filter [data-role='collapsible']:not([data-collapsible='true']) [data-role='content'] {
  display: none;
}
div.swatch-option-tooltip {
  z-index: 9999;
}
.swatch-option-tooltip .image,
.swatch-option-tooltip-layered .image {
  background-size: contain !important;
}
.filter-options .am-labels-folding .item {
  position: relative;
}
.filter-options .ui-menu {
  display: block;
  margin: 0;
  padding: 0;
  outline: 0;
  list-style: none;
}
.filter-options .ui-menu .ui-menu {
  position: absolute;
}
.filter-options .ui-menu .ui-menu-item {
  margin: 0;
  list-style: none;
  cursor: pointer;
}
.filter-options .ui-menu .ui-menu-item-wrapper {
  position: relative;
  padding: 3px 1em 3px .4em;
}
.filter-options .ui-menu .ui-menu-divider {
  margin: 5px 0;
  height: 0;
  border-width: 1px 0 0 0;
  font-size: 0;
  line-height: 0;
}
.filter-options-content .am-swatch-wrapper {
  display: inline-block;
}
.filter-options-content .am-swatch-wrapper:hover .am-swatch-link {
  background: none;
}
.filter-options-content .am-swatch-wrapper > .input.-hidden {
  display: none;
}
.am-filter-items-attr_price {
  min-width: 130px;
  max-width: 350px;
}
.am-filter-items-attr_color .swatch-option.text {
  padding: 1px 2px;
  width: 30px;
}
.amasty-catalog-topnav.block.filter {
  flex-basis: auto;
}
.amasty-catalog-topnav .filter-options-content .amshopby-fly-out-view a {
  display: block;
  box-sizing: border-box;
}
.am-filter-items-stock .am_shopby_link_selected,
.am-filter-items-rating .am_shopby_link_selected {
  background-color: #e8e8e8;
  text-decoration: none;
}
.am_shopby_link_selected {
  font-weight: bold;
}
.amshopby-fly-out-view.ui-menu {
  position: relative;
}
.amshopby-fly-out-view .ui-menu {
  width: 100%;
}
.amshopby-fly-out-view .items-children:not(.ui-menu) {
  display: none;
}
.amshopby-fly-out-view a {
  display: inline-block;
  padding: 10px;
}
.amshopby-fly-out-view input[type='checkbox'],
.amshopby-fly-out-view input[type='radio'] {
  margin: 3px 3px 3px 4px;
}
.amshopby-category-dropdown {
  display: block;
  overflow: hidden;
  padding-right: 3.6rem;
  min-height: 3.2rem;
  border: 1px solid #adadad;
  background-color: #fff;
  text-align: left;
  text-overflow: ellipsis;
  white-space: normal;
  font-weight: 400;
  cursor: pointer;
}
.amshopby-category-dropdown:after {
  position: absolute;
  top: 50%;
  right: 1.2rem;
  box-sizing: border-box;
  margin-top: -.2rem;
  width: 0;
  height: 0;
  border-width: .5rem .4rem 0 .4rem;
  border-style: solid;
  border-color: #000 transparent transparent;
  content: '';
  transition: all .2s linear;
}
.amshopby-category-dropdown:before {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  width: 3.2rem;
  border: 1px solid #adadad;
  background-color: #e3e3e3;
  content: '';
}
.am-category-wrapper {
  position: relative;
  display: block;
  user-select: none;
}
.am-category-wrapper._active .amshopby-category-dropdown:after {
  transform: rotate(180deg);
}
.am-category-wrapper .amshopby-checkbox,
.am-category-wrapper .amshopby-radio {
  margin-left: 17px;
}
.am-category-wrapper .amshopby-filter-parent {
  padding-left: 0 !important;
}
.am-category-wrapper .am-multiselect-crumb {
  position: relative;
  display: inline-block;
  margin: .3rem 0 .3rem .3rem;
  padding: .3rem 2.4rem .4rem 1rem;
  border: 1px solid #a79d95;
  border-radius: 1px;
  background-color: #f5f5f5;
  font-size: 1.2rem;
  transition: border-color 0.1s linear;
}
.am-category-wrapper .am-multiselect-crumb .action-close {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  margin: 0;
  padding: 0;
  width: 2rem;
  height: auto;
  border: none;
  border-radius: 0;
  background-color: transparent;
  box-shadow: none;
  color: #514943;
  font-size: .5em;
  line-height: 1;
}
.am-category-wrapper .am-multiselect-crumb .action-close:before {
  content: 'x';
  font-size: 10px;
  transition: color .1s linear;
}
.am-category-wrapper .am-multiselect-crumb .action-close > span {
  position: absolute;
  display: none;
  visibility: hidden;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
}
.filter-options .am-labels-folding .item {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  position: relative;
  padding: 0 0 0 20px;
}
.filter-options .am-labels-folding .item .am-input {
  top: inherit;
  margin: 0 5px 0 0;
}
.am-labels-folding .am-collapse-icon {
  display: flex;
  align-items: center;
  top: 0;
  left: 0;
  align-self: flex-start;
}
.am-labels-folding .am-collapse-icon:after {
  position: static;
  margin: 0;
}
.am-collapse-icon {
  position: absolute;
  box-sizing: border-box;
  width: 2rem;
  height: 2rem;
  border-radius: 50%;
  font-weight: normal;
  font-style: normal;
  line-height: 1;
  cursor: pointer;
  -webkit-font-smoothing: antialiased;
}
.am-collapse-icon:after {
  position: absolute;
  top: 50%;
  right: 1.2rem;
  box-sizing: border-box;
  margin-top: -.5rem;
  width: 0;
  height: 0;
  border-width: .5rem .4rem 0 .4rem;
  border-style: solid;
  border-color: #000 transparent transparent;
  content: '';
  transition: all .2s linear;
  transform: rotate(-90deg);
}
.am-collapse-icon._active:after {
  transform: rotate(0deg);
}
#amasty-shopby-product-list {
  z-index: 1;
}
#amasty-shopby-product-list .products.wrapper {
  position: relative;
}
#amasty-shopby-product-list #amasty-shopby-overlay {
  position: absolute;
  top: 0;
  bottom: 0;
  z-index: 999;
  display: none;
  width: 100%;
  background: #fff;
  opacity: .5;
}
#amasty-shopby-product-list #amasty-shopby-overlay .loader {
  position: absolute;
  top: 10%;
  left: 50%;
  display: block;
  width: 64px;
  height: 64px;
  background-image: url('../../frontend/Verz/default/en_US/Amasty_Shopby/images/loader-1.gif');
  transform: translate(-50%, -10%);
}
#amasty-shopby-product-list #amasty-shopby-overlay .loader:before {
  content: '';
}
.amshopby-option-link {
  display: inline-block;
  clear: both;
  margin-right: 5px;
}
.amshopby-option-link img {
  float: left;
  margin: 0 5px 5px 0;
}
.amshopby-option-link img:not([src*='/resized']) {
  max-width: 30px;
  max-height: 30px;
}
.am_shopby_apply_filters {
  position: fixed;
  bottom: -80px;
  z-index: 9999;
  width: 100%;
  transition: left .2s ease;
}
.am_shopby_apply_filters.visible {
  bottom: 0;
}
.am-show-button {
  z-index: 999;
  box-sizing: border-box;
  margin: 0 auto;
  padding: 15px 0;
  width: 100%;
  background: #eeeeee;
  text-align: center;
}
.am-show-button > .am-items {
  font-size: 15px;
}
.am-show-button > .am-items.-loading {
  display: inline-block;
  margin: 0 5px;
  width: 25px;
  height: 25px;
  background-image: url('../../frontend/Verz/default/en_US/Amasty_Shopby/images/loader-1.gif');
  background-size: contain;
  vertical-align: middle;
}
.am-show-button > .am-button {
  margin-left: 15px;
  padding: 17px 50px;
  height: auto;
  border: 0;
  border-radius: 5px;
  background: #ff9416;
  box-shadow: none;
  color: #ffffff;
  text-align: center;
  font-size: 14px;
  line-height: 1;
}
.am-show-button > .am-button:hover {
  background: #e27a00;
  transition: background .3s ease;
}
.am-item-removed {
  text-decoration: line-through;
}
.am-category-image {
  vertical-align: middle;
}
.amshopby-filter-current .filter-label {
  vertical-align: middle;
}
.amshopby-filter-current .amshopby-items {
  padding: 0 0 0 10px;
}
.amshopby-filter-current .amshopby-item.item {
  display: flex;
  align-items: center;
  position: relative;
  padding: 0 0 0 20px;
}
.amshopby-filter-current .amshopby-filter-name {
  display: flex;
  padding: 0 5px 0 0;
  font-weight: bold;
}
.amshopby-filter-current .amshopby-filter-name:after {
  content: ':';
}
.amshopby-filter-current .amshopby-filter-value {
  flex-grow: 1;
}
.amshopby-filter-current .am-swatch-link {
  display: flex;
  align-items: center;
}
.amshopby-filter-current .amshopby-filter-value .am-swatch-options .swatch-option {
  margin: 0;
}
.amshopby-filter-current .amshopby-remove {
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  left: 0;
  width: 12px;
  height: 12px;
}
.amshopby-filter-current .amshopby-remove:hover:after,
.amshopby-filter-current .amshopby-remove:hover:before {
  background-color: #006bb4;
}
.amshopby-filter-current .amshopby-remove:after,
.amshopby-filter-current .amshopby-remove:before {
  position: absolute;
  width: 100%;
  height: 1px;
  background-color: #757575;
  content: '';
}
.amshopby-filter-current .amshopby-remove:after {
  transform: rotate(45deg);
}
.amshopby-filter-current .amshopby-remove:before {
  transform: rotate(-45deg);
}
.amshopby-filter-current .am-shopby-swatch-label {
  margin-left: 10px;
}
.amshopby-filter-current .swatch-option-link-layered {
  display: flex;
  align-items: center;
  flex-basis: 100%;
}
.amshopby-filter-current .item {
  padding-bottom: 0;
}
.am-dropdown .am-select,
.am-dropdown .chosen-container .chosen-choices {
  min-height: 32px;
  border-color: #ccc;
  background-color: #fff;
  font-size: 14px;
  font-family: 'Open Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;
}
.am-dropdown .chosen-container .chosen-choices {
  background-image: none;
}
.am-dropdown .chosen-container-multi .chosen-choices li.search-field input[type='text'] {
  min-width: 100px;
  color: #000;
  font-family: 'Open Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;
}
.am-porto-cmtb .amshopby-filter-current.filter-current .amshopby-item.item {
  display: flex;
  align-items: center;
  padding: 0 0 10px 20px;
}
.am-porto-cmtb .amshopby-filter-current.filter-current .items {
  padding: 15px;
}
.am-porto-cmtb .amshopby-filter-current.filter-current .am-show-more {
  padding: 12px 25px 0 0;
}
.am-porto-cmtb .amshopby-filter-current.filter-current .category-image .image {
  display: block;
  max-width: 100%;
  width: auto;
  height: auto;
}
.am-porto-cmtb .filter-options-content .swatch-option {
  min-width: 22px;
  width: 22px;
  height: 22px;
  border: none;
  background-position: center center;
  background-size: 100% 100%;
  background-repeat: no-repeat;
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.2);
}
.am-porto-cmtb .page-wrapper > .page-header {
  z-index: 9005;
}
.am-porto-cmtb .page-main {
  z-index: 9;
}
.am-porto-cmtb .am-show-more:hover {
  color: #006bb4 !important;
}
.amrelated-grid-wrapper .amshopby-option-link {
  margin-bottom: 10px;
}
/**
 * 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;
  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;
  }
}
/** hide alt currency - if multicurrency is enabled this will be unhidden dynamically **/
tr.totals.charge {
  display: none;
}
.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;
  }
}
/**
* BSS Commerce Co.
*
* @copyright  Copyright (c) 2017-2018 BSS Commerce Co. ( http://bsscommerce.com )
*/
#social-login-popup .block-container {
  padding: 0 5% 10px;
  max-width: 100%;
  display: none;
}
#social-login-popup .block-container .block {
  padding: 20px 25px;
  margin: 0;
}
#social-login-popup .block-container.active {
  display: block !important;
}
#social-login-popup .social-login-title {
  padding: 10px;
  background-color: #3399cc;
}
#social-login-popup .fieldset {
  margin: 0 0 10px;
  min-width: -webkit-min-content;
}
.ajax-loading-sc {
  width: 100%;
  height: 100%;
  position: absolute;
  opacity: .6;
  background: url(../../frontend/Magento/blank/en_US/Bss_SocialLogin/images/ajax-loader.gif) center center no-repeat #fbfaf6;
}
.popup-mess-social {
  width: 90%;
  padding: 10px 5%;
}
.popup-mess-social .mesg-success {
  color: #3c763d;
  background: #dff0d8;
  border: 1px solid;
  padding: 10px;
  border-radius: 4px;
  display: none;
}
.popup-mess-social .mesg-error {
  color: #a94442;
  background: #f2dede;
  border: 1px solid;
  padding: 10px;
  border-radius: 4px;
  display: none;
}
.social-btn button,
.social-btn .cart.table-wrapper .actions-toolbar > .action,
.social-btn .action-gift {
  height: 33px;
  border: none;
}
.tab-social .nav-tabs {
  border-bottom: 1px solid #ddd;
}
.tab-social .nav-tabs > li {
  float: left;
  margin-bottom: -1px;
}
.tab-social .nav-tabs > li > a {
  margin-right: 2px;
  line-height: 1.428571429;
  border: 1px solid transparent;
  border-radius: 4px 4px 0 0;
}
.tab-social .nav-tabs > li.active > a {
  color: #555555;
  background-color: #ffffff;
  border: 1px solid #ddd;
  border-bottom-color: transparent;
  cursor: default;
}
.tab-social .nav-tabs > li.active > a:focus {
  color: #555555;
  background-color: #ffffff;
  border: 1px solid #ddd;
  border-bottom-color: transparent;
  cursor: default;
}
.tab-social .nav-tabs > li.active > a:hover {
  color: #555555;
  background-color: #ffffff;
  border: 1px solid #ddd;
  border-bottom-color: transparent;
  cursor: default;
}
.tab-social .nav {
  margin-bottom: 0;
  padding-left: 0;
  list-style: none;
}
.tab-social .nav > li {
  position: relative;
  display: block;
}
.tab-social .nav > li > a {
  position: relative;
  display: block;
  padding: 10px 15px;
}
.tab-social .nav:after {
  content: '';
  display: block;
  clear: both;
}
a.social-login.fogot-pw {
  line-height: 32px;
}
.social-login-popup .sociallogin-login {
  margin: auto;
}
.social-login-popup .sociallogin-border {
  height: 1px;
  width: 100%;
  background: #e5e2e2;
  padding: 0;
  position: relative;
  margin: 0 0 10px 0;
}
.social-login-popup #social-form-create ul li .sociallogin-button-text {
  text-transform: capitalize;
}
form#social-form-login {
  padding-bottom: 20px;
}
.sociallogin-welcome-msg {
  height: 22px;
  line-height: 22px;
  float: none;
  display: inline-block;
  margin: 0 0 5px;
}
.sociallogin-welcome-msg:after {
  clear: both;
  content: "";
}
.sociallogin-welcome-msg img {
  height: 25px;
  display: inline-block;
  padding: 0 5px 0 0;
  float: left;
}
.page-header .sociallogin-block {
  padding: 30px 20px;
  max-width: 1280px;
  margin: auto;
  width: auto;
  box-sizing: border-box;
  clear: both;
}
.sociallogin-block {
  width: 100%;
  margin: 0 0 20px;
}
.sociallogin-block .sociallogin-buttons ul li {
  display: block;
  line-height: normal;
  list-style: none !important;
  padding: 0 !important;
  background: 0 0 !important;
  height: 35px;
  margin: 0 3px 7px 0;
  position: relative;
}
.sociallogin-block .sociallogin-buttons ul li .sociallogin-button-icon {
  background-size: 236px 340px;
  -webkit-background-size: 236px 340px;
  -moz-background-size: 236px 340px;
  background: url(../../frontend/Magento/blank/en_US/Bss_SocialLogin/images/social.png);
  display: block;
  float: left;
  width: 35px;
  height: 35px;
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}
.sociallogin-block .sociallogin-buttons ul li .sociallogin-button-icon img {
  width: 100%;
}
.sociallogin-block .sociallogin-buttons ul li a {
  width: 100% !important;
}
.sociallogin-block .sociallogin-buttons ul li:hover {
  opacity: .9;
  filter: alpha(opacity=90);
}
.sociallogin-block .sociallogin-buttons ul li span.sociallogin-button-auto {
  background-color: #3399cc;
  display: inline-block;
}
.sociallogin-block .sociallogin-buttons ul li.facebook span.sociallogin-button-auto {
  background-color: #1e4389;
}
.sociallogin-block .sociallogin-buttons ul li.facebook .sociallogin-button-icon {
  background-position: 0 0;
}
.sociallogin-block .sociallogin-buttons ul li.twitter span.sociallogin-button-auto {
  background-color: #28a9e2;
}
.sociallogin-block .sociallogin-buttons ul li.twitter .sociallogin-button-icon {
  background-position: -34px 0;
}
.sociallogin-block .sociallogin-buttons ul li.linkedin span.sociallogin-button-auto {
  background-color: #11669c;
}
.sociallogin-block .sociallogin-buttons ul li.linkedin .sociallogin-button-icon {
  background-position: -168px 0;
}
.sociallogin-block .sociallogin-buttons ul li.yahoo span.sociallogin-button-auto {
  background-color: #85228f;
}
.sociallogin-block .sociallogin-buttons ul li.yahoo .sociallogin-button-icon {
  background-position: -204px 0;
}
.sociallogin-block .sociallogin-buttons ul li.vkontakte span.sociallogin-button-auto {
  background-color: #3f658c;
}
.sociallogin-block .sociallogin-buttons ul li.vkontakte .sociallogin-button-icon {
  background-position: -68px 0;
}
.sociallogin-block .sociallogin-buttons ul li.googleplus span.sociallogin-button-auto {
  background-color: #df4b38;
}
.sociallogin-block .sociallogin-buttons ul li.googleplus .sociallogin-button-icon {
  background-position: -135px 0;
}
.sociallogin-block .sociallogin-buttons ul li.hotmail span.sociallogin-button-auto {
  background-color: #f67d20;
}
.sociallogin-block .sociallogin-buttons ul li.hotmail .sociallogin-button-icon {
  background-position: 0 -34px;
}
.sociallogin-block .sociallogin-buttons ul li.live span.sociallogin-button-auto {
  background-color: #0cb3ee;
}
.sociallogin-block .sociallogin-buttons ul li.live .sociallogin-button-icon {
  background-position: -35px -205px;
}
.sociallogin-block .sociallogin-buttons ul li.pinterest span.sociallogin-button-auto {
  background-color: #cb2028;
}
.sociallogin-block .sociallogin-buttons ul li.pinterest .sociallogin-button-icon {
  background-position: -34px -34px;
}
.sociallogin-block .sociallogin-buttons ul li.instagram span.sociallogin-button-auto {
  background-color: #9a6e51;
}
.sociallogin-block .sociallogin-buttons ul li.instagram .sociallogin-button-icon {
  background-position: -168px -34px;
}
.sociallogin-block .sociallogin-buttons .sociallogin-button-auto .sociallogin-button-icon-image {
  display: inline-block;
  width: 35px;
  height: 35px;
}
.sociallogin-block .sociallogin-button-image {
  display: block;
}
.sociallogin-block .sociallogin-clearfix {
  padding: 0;
  margin-bottom: 15px;
  max-width: 620px;
}
.sociallogin-block .sociallogin-clearfix:after {
  visibility: hidden;
  display: block;
  font-size: 0;
  content: " ";
  clear: both;
  height: 0;
}
.showmore-button {
  color: #868383;
  text-align: center;
  font-size: 14px;
  height: 25px;
  line-height: 27px;
  padding: 0 0 0 25px;
  max-width: 100px;
  cursor: pointer;
  background-image: url(../../frontend/Magento/blank/en_US/Bss_SocialLogin/images/plus-more-icon.png);
  background-size: 25px;
  background-repeat: no-repeat;
}
ul li .sociallogin-button-text {
  height: 35px;
  line-height: 35px;
  vertical-align: top;
  text-align: left;
  box-sizing: border-box;
  font-size: 13px;
  color: #ffffff;
  background-color: rgba(255, 255, 255, 0.2);
  min-width: 165px;
  display: inline-block;
  padding: 0 10px 0px 10px;
  text-transform: capitalize;
}
ul li .sociallogin-button-full-text {
  display: inline-block;
}
#social-form-create ul li .sociallogin-button-text {
  display: inline-block;
}
body.page-products .columns {
  z-index: initial;
}
.sociallogin-block.sociallogin-login {
  margin: 15px 0;
}
div#social-login-popup {
  min-width: 350px;
}
.rc-imageselect-payload {
  overflow: scroll !important;
  max-height: 200px !important;
}
@media only screen and (max-width: 767px) {
  div#social-login-popup {
    min-width: 250px !important;
  }
  #tab-login-recaptcha div {
    width: 215px !important;
  }
  #tab-create-recaptcha div {
    width: 215px !important;
  }
  #tab-fogot-recaptcha div {
    width: 215px !important;
  }
}
@media only screen and (max-width: 360px) {
  #tab-create-recaptcha {
    transform: scale(0.9);
    -webkit-transform: scale(0.9);
    transform-origin: 0 0;
    -webkit-transform-origin: 0 0;
  }
  #tab-fogot-recaptcha {
    transform: scale(0.9);
    -webkit-transform: scale(0.9);
    transform-origin: 0 0;
    -webkit-transform-origin: 0 0;
  }
  #tab-login-recaptcha {
    transform: scale(0.9);
    -webkit-transform: scale(0.9);
    transform-origin: 0 0;
    -webkit-transform-origin: 0 0;
  }
}
@media screen and (-ms-high-contrast: active) {
  div#social-login-popup .fieldset {
    width: 103%;
  }
  div.social-login-popup .actions-toolbar {
    width: 103%;
  }
}
@media (-ms-high-contrast: none) {
  div#social-login-popup .fieldset {
    width: 103%;
  }
  div.social-login-popup .actions-toolbar {
    width: 103%;
  }
}
.klarna-payments-method-cell {
  display: table-cell;
  vertical-align: middle;
}
label.klarna-payments-method-cell > span {
  padding-left: 5px;
}
span.klarna-payments-method-cell > img {
  display: block;
}
body.blog-post-view .page-title {
  margin-bottom: 2rem;
}
.blog__post-view:before,
.blog__post-view:after {
  content: '';
  display: table;
}
.blog__post-view:after {
  clear: both;
}
.blog__post-view .blog__post-featured-image {
  float: left;
  padding: 0 2rem 2rem 0;
}
.blog__post-view-related-posts {
  margin: 2rem 0;
}
.blog__post-view-related-posts:before,
.blog__post-view-related-posts:after {
  content: '';
  display: table;
}
.blog__post-view-related-posts:after {
  clear: both;
}
.blog__post-view-related-posts .block-title {
  font-size: 1.8rem;
  margin-bottom: 1rem;
}
.blog__post-view-related-posts ol {
  margin: 0 -1.5rem;
  list-style: none;
  padding: 0;
}
.blog__post-view-related-posts ol li {
  float: left;
  width: 50%;
  padding-left: 1.5rem;
  box-sizing: border-box;
  margin-bottom: 2rem;
  color: #999;
  font-size: 1.2rem;
}
.blog__post-view-related-posts ol li img {
  max-width: 7rem;
  margin: 0 1rem 1rem 0;
  float: left;
  border-radius: 2px;
}
.blog__post-view-related-posts ol li a.post-name {
  display: block;
  margin-top: -5px;
  font-weight: 500;
  color: #333;
  font-size: 1.4rem;
}
.blog__post-view-related-products {
  margin: 2rem 0;
}
.blog__post-view-related-products:before,
.blog__post-view-related-products:after {
  content: '';
  display: table;
}
.blog__post-view-related-products:after {
  clear: both;
}
.blog__post-view-related-products .block-title {
  font-size: 1.8rem;
}
.blog__post-view-related-products ol {
  margin: 0;
  list-style: none;
  padding: 0;
}
.addthis_bar_fixed {
  display: none !important;
}
.blog__post-list-wrapper .blog__post-list {
  list-style: none;
  padding: 0;
}
.blog__post-list-wrapper .blog__post-list > li {
  margin-bottom: 3rem;
  border-bottom: 1px dotted #ddd;
}
.blog__post-list-wrapper .toolbar {
  position: relative;
}
.blog__post-item:before,
.blog__post-item:after {
  content: '';
  display: table;
}
.blog__post-item:after {
  clear: both;
}
.blog__post-item .blog__post-header .blog__post-title {
  margin-bottom: 1.5rem;
  margin-top: 0;
}
.blog__post-item .blog__post-header .blog__post-title a {
  color: #333;
  font-size: 3.5rem;
}
.blog__post-item .blog__post-header .blog__post-title a:hover {
  text-decoration: none;
  color: #000;
}
.blog__post-item .blog__post-excerpt:before,
.blog__post-item .blog__post-excerpt:after {
  content: '';
  display: table;
}
.blog__post-item .blog__post-excerpt:after {
  clear: both;
}
.blog__post-item .blog__post-excerpt > img,
.blog__post-item .blog__post-excerpt > a > img {
  float: left;
  padding: 0 2rem 2rem 0;
  max-width: 30%;
}
.blog__post-item .blog__post-excerpt .read-more {
  display: block;
  text-align: right;
  margin-top: 1rem;
}
.blog__main-recent .item:before,
.blog__main-recent .item:after {
  content: '';
  display: table;
}
.blog__main-recent .item:after {
  clear: both;
}
.blog__main-recent .item img {
  padding: 0 1rem 1rem 0;
  float: left;
  max-width: 10rem;
  border-radius: 2px;
}
.blog__main-recent .item a {
  color: #333;
  font-size: 1.2rem;
  display: block;
  text-decoration: none;
}
.blog__post-meta {
  color: #a3a3a3;
  margin-bottom: 2rem;
}
.blog__post-meta:before,
.blog__post-meta:after {
  content: '';
  display: table;
}
.blog__post-meta:after {
  clear: both;
}
.blog__post-meta .blog__post-meta-time,
.blog__post-meta .blog__post-meta-author,
.blog__post-meta .blog__post-meta-comments,
.blog__post-meta .blog__post-meta-sharing {
  margin-right: 2rem;
}
.blog__post-meta .blog__post-meta-sharing {
  display: inline-block;
  margin-left: 2rem;
}
.blog__post-footer {
  margin-bottom: 2rem;
  color: #a3a3a3;
}
.blog__post-footer:before,
.blog__post-footer:after {
  content: '';
  display: table;
}
.blog__post-footer:after {
  clear: both;
}
.blog__post-footer .blog__post-footer-categories,
.blog__post-footer .blog__post-footer-tags {
  display: block;
  float: right;
  margin-left: 2rem;
}
.blog__post-footer .blog__post-footer-categories a,
.blog__post-footer .blog__post-footer-tags a {
  color: #a3a3a3;
}
.blog__post-footer .blog__post-footer-categories a::after,
.blog__post-footer .blog__post-footer-tags a::after {
  content: ',';
}
.blog__post-footer .blog__post-footer-categories a:last-child::after,
.blog__post-footer .blog__post-footer-tags a:last-child::after {
  content: '';
}
.blog__post-pinned {
  margin-bottom: 3rem;
  position: relative;
}
.blog__post-pinned:before,
.blog__post-pinned:after {
  content: '';
  display: table;
}
.blog__post-pinned:after {
  clear: both;
}
.blog__post-pinned .block-title {
  position: absolute;
  top: 0;
  left: 0;
  padding: 0.5rem 1rem;
  background: rgba(255, 255, 255, 0.6);
  color: #333333;
  font-family: 'Open Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 1.8rem;
  width: 100%;
}
.blog__post-pinned .items .item {
  float: left;
  width: 32%;
  margin-right: 2%;
}
.blog__post-pinned .items .item img {
  width: 100%;
  margin-bottom: 1rem;
}
.blog__post-pinned .items .item:last-child {
  margin-right: 0;
}
.blog__post-pinned .items .item h2 {
  display: block;
  margin-top: 0;
  font-weight: 500;
}
.blog__post-pinned .items .item h2 a.title {
  color: #333;
  font-size: 1.8rem;
}
.blog__sidebar-main > .block {
  margin-bottom: 2rem !important;
}
.blog__sidebar-main > .block .block-title {
  font-size: 18px;
  font-weight: 300;
  margin-bottom: 0.5rem;
}
.blog__sidebar-main > .block .block-title strong {
  font-weight: 300;
}
.blog__sidebar-search {
  margin-bottom: 2rem;
}
.blog__sidebar-search form {
  position: relative;
}
.blog__sidebar-search form input {
  font-size: 1.3rem;
  border-radius: 3px;
}
.blog__sidebar-search form button,
.blog__sidebar-search form .cart.table-wrapper .actions-toolbar > .action,
.blog__sidebar-search form .action-gift {
  right: 0;
  top: 0;
  position: absolute;
  border-radius: 0 3px 3px 0;
}
.blog__sidebar-recent .item:before,
.blog__sidebar-recent .item:after {
  content: '';
  display: table;
}
.blog__sidebar-recent .item:after {
  clear: both;
}
.blog__sidebar-recent .item img {
  padding: 0 1rem 1rem 0;
  float: left;
  max-width: 10rem;
  border-radius: 2px;
}
.blog__sidebar-recent .item a {
  color: #333;
  font-size: 1.2rem;
  display: block;
  text-decoration: none;
}
.blog__sidebar-category-tree li.item.level-2 a {
  padding-left: 4rem;
}
.blog__sidebar-category-tree li.item.level-3 a {
  padding-left: 7rem;
}
.blog__sidebar-category-tree li.item.level-4 a {
  padding-left: 9rem;
}
.blog__sidebar-category-tree li.item.level-5 a {
  padding-left: 12rem;
}
.blog__sidebar-tag-cloud {
  overflow: hidden;
  text-overflow: ellipsis;
}
.blog__sidebar-tag-cloud a {
  color: #666;
}
.blog__sidebar-rss-link {
  text-align: center;
}
.blog__sidebar-rss-link a {
  color: #999;
  font-size: 1.5rem;
}
.blog__sidebar-rss-link a:hover {
  text-decoration: none;
}
.blog__post-catalog-related-posts ol {
  list-style: none;
  padding: 0;
}
.blog__post-catalog-related-posts ol li {
  margin-bottom: 3rem;
}
.blog__post-catalog-related-posts ol li:before,
.blog__post-catalog-related-posts ol li:after {
  content: '';
  display: table;
}
.blog__post-catalog-related-posts ol li:after {
  clear: both;
}
.blog__post-catalog-related-posts ol li .post-image {
  width: 30%;
  max-width: 10rem;
  float: left;
  padding: 0 1rem 1rem 0;
  border-radius: 3px;
}
.blog__post-catalog-related-posts ol li .post-name {
  display: block;
  font-weight: 500;
}
.blog__copyright-wrapper {
  display: block;
  float: right;
  clear: both;
  margin-top: 50px;
  font-size: 10px !important;
  text-transform: none;
  color: #c2c2c2 !important;
}
.blog__copyright-wrapper * {
  font-size: 10px !important;
  color: #c2c2c2 !important;
}
.blog__copyright-wrapper h3 {
  margin-top: 0;
  display: block;
}
.blog__copyright-wrapper a {
  text-decoration: underline !important;
}
.rewardssocial-buttons {
  order: -2;
  font-size: 11px;
  display: inline-block;
  width: 100%;
  line-height: 20px;
  margin-bottom: 10px;
  z-index: 2;
  position: relative;
}
.rewardssocial-buttons > div {
  margin-bottom: 5px;
}
.rewardssocial-buttons #facebook-message,
.rewardssocial-buttons #facebook-share-message,
.rewardssocial-buttons #twitter-message,
.rewardssocial-buttons #referral-message,
.rewardssocial-buttons #pinterest-message {
  display: none;
  position: absolute;
  background: #333;
  padding: 2px 5px;
  color: #fff;
  margin-top: -25px;
}
.rewardssocial-buttons .buttons-facebook-like:hover #facebook-message {
  display: block;
}
.rewardssocial-buttons .buttons-facebook-like .fb-like > span {
  width: 61px !important;
  height: 20px !important;
}
.rewardssocial-buttons .buttons-facebook-like .fb-like > span iframe {
  width: 100% !important;
  height: 100% !important;
}
.rewardssocial-buttons .buttons-pinterest-pin:hover #pinterest-message {
  display: block;
}
.rewardssocial-buttons .buttons-twitter-like:hover #twitter-message {
  margin-top: -50px;
  display: block;
}
.rewardssocial-buttons .buttons-referral-like > a {
  text-decoration: none;
  line-height: 18px;
  border-radius: 2px;
  padding: 0px 3px;
  font-weight: bold;
  color: #333;
  font-size: 11px;
  border: 1px solid #ccc;
  background: #ffffff;
  background: -moz-linear-gradient(top, #ffffff 0%, #eaeaea 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #ffffff), color-stop(100%, #eaeaea));
  background: -webkit-linear-gradient(top, #ffffff 0%, #eaeaea 100%);
  background: -o-linear-gradient(top, #ffffff 0%, #eaeaea 100%);
  background: -ms-linear-gradient(top, #ffffff 0%, #eaeaea 100%);
  background: linear-gradient(to bottom, #ffffff 0%, #eaeaea 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#eaeaea', GradientType=0);
}
.rewardssocial-buttons .buttons-referral-like:hover #referral-message {
  display: block;
}
.rewardssocial-buttons .fb_iframe_widget {
  margin-right: 10px;
  display: block;
  float: left;
}
.rewardssocial-buttons .mst-rewardssocial-tweet {
  margin-right: 10px;
  display: block;
  float: left;
}
.rewardssocial-buttons .referral {
  display: block;
  float: left;
}
.rewardssocial-buttons .status-message {
  float: left;
  margin-left: 10px;
  color: #666;
}
.rewardssocial-buttons .buttons-pinterest-pin > a {
  margin-right: 10px;
  float: left;
}
.rewards-notification-message {
  border-style: solid !important;
  border-width: 1px !important;
  min-height: 24px !important;
  padding: 8px 8px 6px 32px !important;
  color: #3d6611;
  border-color: #446423;
  background-color: #eff5ea;
  margin-bottom: 10px;
}
.rewards-notification-message li {
  margin-top: 2px;
}
.rewards-social-buttons {
  display: inline-block;
  float: left;
}
.rewards-social-buttons > .fb {
  position: relative;
  display: inline-block;
  margin-top: 0px;
}
.rewards-social-buttons > .tw {
  position: relative;
  display: inline-block;
  padding-top: 15px;
}
.rewards-social-buttons > .gp {
  position: relative;
  display: inline-block;
  margin-top: 5px;
}
.block-rewards-referral-list div.rewards-social-buttons {
  height: 20px;
}
.block-rewards-referral-list div.rewards-social-buttons div.tw {
  padding-top: 0px;
  position: relative;
  top: -2px;
}
.block-rewards-referral-list div.rewards-social-buttons div.fb {
  position: relative;
  top: -6px;
}
div.rewardssocial-buttons div.buttons-pinterest-pin,
div.rewardssocial-buttons div.buttons-twitter-like {
  height: 20px;
}
div.rewardssocial-buttons div.buttons-facebook-like,
div.rewardssocial-buttons div.buttons-pinterest-pin,
div.rewardssocial-buttons div.buttons-referral-like {
  float: left;
}
div.rewardssocial-buttons div.buttons-twitter-like {
  float: left;
  margin-right: 10px;
}
div.rewardssocial-buttons div.buttons-twitter-like img {
  width: 20px;
  height: 20px;
}
div.rewardssocial-buttons div.buttons-fb-share {
  float: left;
  margin-right: 10px;
}
div.rewardssocial-buttons div.buttons-fb-share #rewards_fb_share {
  border-radius: 3px;
  font-size: 11px;
  height: 20px;
  padding: 0 10px 0 10px;
  background: #4267b2;
  border: 0px solid #4267b2;
  color: #fff;
  cursor: pointer;
  font-family: Helvetica, Arial, sans-serif;
  -webkit-font-smoothing: antialiased;
  margin: 0;
  -webkit-user-select: none;
  white-space: nowrap;
  display: inline-block;
  font-weight: bold;
}
div.rewardssocial-buttons div.buttons-fb-share #rewards_fb_share ._49vg {
  vertical-align: text-top;
}
div.rewardssocial-buttons div.buttons-fb-share #rewards_fb_share ._49vg img {
  margin-top: -10px;
}
div.rewardssocial-buttons div.buttons-fb-share #rewards_fb_share .title {
  vertical-align: top;
}
div.rewardssocial-buttons div.buttons-fb-share:hover #facebook-share-message {
  display: block;
  margin-top: -45px;
}
.green {
  color: #1AA941;
}
.red {
  color: #BB1212;
}
.yellow {
  color: #bbaa00;
}
.block-rewards-account-summary {
  margin-bottom: 2rem !important;
}
.block-rewards-account-summary .unsubscribe {
  font-size: 14px !important;
  padding-top: 10px;
}
.rewards-notification-block {
  list-style-type: none;
  padding: 0;
  background: #ECFDFF;
}
.rewards-notification-block > li {
  padding: 1rem;
}
.rewards-referral-link {
  font-weight: 600;
}
.link.rewards .counter {
  color: #7d7d7d;
  white-space: nowrap;
}
.link.rewards .counter:before {
  content: '(';
}
.link.rewards .counter:after {
  content: ')';
}
.form-discount .checkbox-group {
  margin-bottom: 10px;
}
.rewards-message-block {
  float: left;
  display: inline-block;
  width: 100%;
}
.rewards__checkout-cart-usepoints {
  margin-bottom: 1.5rem;
}
.rewards__checkout-cart-usepoints.magestore-onepagecheckout #points_amount {
  border: 0;
  border-bottom: 1px solid silver;
}
.rewards__checkout-cart-usepoints.magestore-onepagecheckout #points_amount:focus {
  border-bottom: 1px solid black;
}
.rewards__checkout-cart-usepoints.magestore-onepagecheckout #points_amount:focus + label,
.rewards__checkout-cart-usepoints.magestore-onepagecheckout #points_amount:valid + label {
  top: -12px;
  font-size: 12px;
}
.rewards__checkout-cart-usepoints.magestore-onepagecheckout .button {
  background-color: black;
  color: white;
  margin: 5px;
}
.rewards__checkout-cart-usepoints.magestore-onepagecheckout .input-box {
  position: relative;
}
.rewards__checkout-cart-usepoints.magestore-onepagecheckout .input-box label {
  position: absolute;
  top: 5px;
  color: #898989;
}
.rewards__checkout-cart-usepoints .input-box {
  position: relative;
}
.rewards__checkout-cart-usepoints .input-box label {
  position: absolute;
  top: 5px;
  left: 3px;
  color: #898989;
}
.rewards__checkout-cart-usepoints #points_amount:focus + label,
.rewards__checkout-cart-usepoints #points_amount:valid + label {
  top: -18px;
  font-size: 12px;
}
.rewards__checkout-cart-usepoints .discount-form p {
  margin-bottom: 15px;
}
.rewards__checkout-cart-usepoints .discount-form .buttons-container {
  margin-top: 5px;
}
.rewards__checkout-cart-usepoints .discount-form .checkbox-group {
  clear: both;
  padding-top: 10px;
}
.rewards__checkout-cart-usepoints .amount {
  display: table;
  width: 100%;
  margin-bottom: .5rem;
}
.rewards__checkout-cart-usepoints .amount .field {
  display: table-cell;
}
.rewards__checkout-cart-usepoints .amount .actions-toolbar {
  display: table-cell;
  vertical-align: top;
  width: 1%;
}
.rewards__checkout-cart-usepoints .amount .actions-toolbar button,
.rewards__checkout-cart-usepoints .amount .actions-toolbar .cart.table-wrapper .actions-toolbar > .action,
.rewards__checkout-cart-usepoints .amount .actions-toolbar .action-gift {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
  margin: 0 0 0 -1px;
  white-space: nowrap;
  width: auto;
}
.rewards__checkout-cart-usepoints label.magestore-onestepcheckout-lab-fix {
  top: -2px !important;
  left: inherit;
  font-size: 14px !important;
  color: #898989 !important;
}
.rewards__checkout-cart-usepoints .magestore-onestepcheckout-button-fix {
  padding: 0 5px;
  width: 105px;
  height: 35px;
  background-color: black !important;
}
.rewards__checkout-cart-usepoints .magestore-onestepcheckout-button-fix span {
  color: white;
}
.checkbox-group label span.checkout-rewards-all-block {
  position: inherit;
  margin-left: 25px;
}
.checkbox-group label span.checkout-rewards-all-block span {
  position: inherit;
  display: inline-block;
}
.checkbox-group label span.checkout-rewards-all-block b {
  position: inherit;
}
.aw-onestep-sidebar-block .actions-toolbar.rewards-buttons-block {
  max-width: inherit !important;
}
.aw-onestep-sidebar-block .actions-toolbar.rewards-buttons-block .primary button,
.aw-onestep-sidebar-block .actions-toolbar.rewards-buttons-block .primary .cart.table-wrapper .actions-toolbar > .action,
.aw-onestep-sidebar-block .actions-toolbar.rewards-buttons-block .primary .action-gift {
  width: 49% !important;
}
.catalog-product-view .rewards__product-points {
  display: inline-block;
  font-size: 12px;
  color: #F96B25;
}
.catalog-product-view .rewards__product-points .price {
  font-size: 12px !important;
  line-height: 1em !important;
}
.product-items .product-item-info .rewards__product-points {
  font-size: 12px;
  color: #000;
  margin-top: -10px;
}
.product-items .product-item-info .rewards__product-points .price {
  font-size: 12px;
  color: #F96B25;
}
.rewards__product-earn-points.rewards__product-points .points-loader.loader {
  position: absolute;
  height: 17px;
}
.block-products-list .rewards__product-points {
  margin-top: -2rem;
  margin-bottom: 2rem;
}
.product-info-main .product-info-price {
  position: relative;
}
.product-info-main .product-info-price .rewards__product-points .price {
  font-size: 12px;
  color: #F96B25;
}
.product-info-main .product-info-price .product-info-stock-sku .stock {
  margin-top: 15px;
}
#amasty-shopby-product-list .product-item-details .rewards__product-points,
.widget-product-grid .product-item-details .rewards__product-points {
  display: block;
  width: 100%;
  margin-top: 0px;
  font-size: 12px;
  color: #F96B25;
}
#amasty-shopby-product-list .product-item-details .rewards__product-points .price,
.widget-product-grid .product-item-details .rewards__product-points .price {
  font-size: 12px;
  color: #F96B25;
}
.block-referral {
  width: 100%;
  text-align: center;
  margin-top: 25px;
}
.block-referral li {
  list-style-position: inside;
}
.block-title.earn.subtitle {
  margin-top: 25px;
  padding-top: 10px;
}
.block-content.dashed-border {
  border: 1px dashed #ccc;
  padding: 5px;
  margin-bottom: 20px;
}
.block-rewards-account-summary .table-wrapper.orders-recent {
  border: none;
}
.rewards-account__tiers {
  margin-bottom: 3rem;
}
.rewards-account__tiers .tier-progress-bar {
  margin-top: 5rem;
  margin-bottom: 5rem;
  margin-left: 3rem;
  margin-right: 3rem;
  position: relative;
  height: 1.1rem;
  background: #ccc;
  border-radius: 100px;
}
.rewards-account__tiers .tier-progress-bar .points {
  width: auto;
  display: flex;
  justify-content: space-between;
}
.rewards-account__tiers .tier-progress-bar .points .tier-point {
  width: 2rem;
  height: 2rem;
  background: #ccc;
  border-radius: 100%;
  margin-top: -.5rem;
  position: relative;
  z-index: 1;
}
.rewards-account__tiers .tier-progress-bar .points .tier-point.closed {
  background: #fe5503;
}
.rewards-account__tiers .tier-progress-bar .points .tier-point .tier-logo {
  position: absolute;
  left: 50%;
  top: -6rem;
  color: #727272;
  margin-left: -1.5rem;
  width: 3rem;
  text-align: center;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.rewards-account__tiers .tier-progress-bar .points .tier-point .label {
  position: absolute;
  left: 0;
  top: -3rem;
  color: #727272;
  font-weight: bold;
  font-size: 1.2rem;
  margin-left: -4.5rem;
  width: 11rem;
  text-align: center;
  line-height: 1.2;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.rewards-account__tiers .tier-progress-bar .points .tier-point .label[data-description]:hover {
  text-decoration: underline;
  cursor: pointer;
}
.rewards-account__tiers .tier-progress-bar .points .tier-point .number {
  position: absolute;
  left: 0;
  top: 2.5rem;
  margin-left: -3rem;
  width: 8rem;
  text-align: center;
}
.rewards-account__tiers .tier-progress-bar .points .tier-point .number > span {
  display: inline-block;
  background: #fe5503;
  color: #fff;
  border-radius: 12px;
  font-size: 1.1rem;
  padding: 0.1rem .5rem;
  white-space: nowrap;
}
.rewards-account__tiers .tier-progress-bar .closers {
  width: auto;
  display: flex;
  justify-content: space-between;
}
.rewards-account__tiers .tier-progress-bar .closers .closer {
  position: absolute;
  left: 0;
  top: .3rem;
  height: .5rem;
  padding: 0 2px;
  box-sizing: border-box;
}
.rewards-account__tiers .tier-progress-bar .closers .closer .progress {
  height: .5rem;
  background: #fe5503;
}
.rewards-account__tiers .to-next {
  margin-top: .5rem;
  text-align: center;
  font-size: 1.2rem;
  color: #666;
  margin-bottom: 0;
}
.rewards-account__tiers .to-next .open-popup {
  color: #727272;
  cursor: pointer;
}
.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;
}
.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 > .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 > .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: 'Open Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  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/Verz/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 > .title > 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 > .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 > 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 > .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-items {
  font-size: 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 > * {
  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 > button.action,
.product-item-actions .actions-secondary > .cart.table-wrapper .actions-toolbar > .action.action,
.product-item-actions .actions-secondary > .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 > button.action:focus,
.product-item-actions .actions-secondary > button.action:active,
.product-item-actions .actions-secondary > .cart.table-wrapper .actions-toolbar > .action.action:focus,
.product-item-actions .actions-secondary > .cart.table-wrapper .actions-toolbar > .action.action:active,
.product-item-actions .actions-secondary > .action-gift.action:focus,
.product-item-actions .actions-secondary > .action-gift.action:active {
  background: none;
  border: none;
}
.product-item-actions .actions-secondary > button.action:hover,
.product-item-actions .actions-secondary > .cart.table-wrapper .actions-toolbar > .action.action:hover,
.product-item-actions .actions-secondary > .action-gift.action:hover {
  background: none;
  border: none;
}
.product-item-actions .actions-secondary > button.action.disabled,
.product-item-actions .actions-secondary > button.action[disabled],
fieldset[disabled] .product-item-actions .actions-secondary > button.action,
.product-item-actions .actions-secondary > .cart.table-wrapper .actions-toolbar > .action.action.disabled,
.product-item-actions .actions-secondary > .cart.table-wrapper .actions-toolbar > .action.action[disabled],
fieldset[disabled] .product-item-actions .actions-secondary > .cart.table-wrapper .actions-toolbar > .action.action,
.product-item-actions .actions-secondary > .action-gift.action.disabled,
.product-item-actions .actions-secondary > .action-gift.action[disabled],
fieldset[disabled] .product-item-actions .actions-secondary > .action-gift.action {
  pointer-events: none;
  opacity: 0.5;
}
.product-item-actions .actions-secondary > .action {
  line-height: 35px;
  text-align: center;
  width: 35px;
}
.product-item-actions .actions-secondary > .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: 8px 0 0;
  vertical-align: middle;
}
.products.wrapper ~ .toolbar .toolbar-amount {
  display: none;
}
.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;
}
.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 > 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%;
}
.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 > 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 > thead > tr > td,
.product.info.detailed .additional-attributes > tbody > tr > td,
.product.info.detailed .additional-attributes > tfoot > tr > td {
  padding: 4px 5px 10px 5px;
}
.product.info.detailed .additional-attributes > thead > tr > th,
.product.info.detailed .additional-attributes > tbody > tr > th,
.product.info.detailed .additional-attributes > tfoot > tr > 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 > .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: 52px;
  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 {
  color: #006bb4;
}
.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 > .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 > 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 > .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 > .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 > .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 > .action,
.action-gift {
  display: inline-block;
  text-decoration: none;
  margin-bottom: 10px;
  margin-right: 10px;
}
.cart.table-wrapper .actions-toolbar > .action:hover,
.cart.table-wrapper .actions-toolbar > .action:active,
.cart.table-wrapper .actions-toolbar > .action:focus,
.action-gift:hover,
.action-gift:active,
.action-gift:focus {
  text-decoration: none;
}
.cart.table-wrapper .actions-toolbar > .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 > .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;
}
.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: 14px;
  padding: 30px 0 20px;
  text-align: center;
}
.block-minicart .text.empty {
  text-align: center;
}
.block-minicart .block-content > .actions {
  margin-top: 15px;
  text-align: center;
}
.block-minicart .block-content > .actions > .primary {
  margin: 0 10px 15px;
}
.block-minicart .block-content > .actions > .primary .action.primary {
  display: block;
  margin-bottom: 15px;
  width: 100%;
}
.block-minicart .block-content > .actions > .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;
  content: '';
  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: 25px 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 > .primary,
.minicart-wrapper .product .actions > .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: 0;
  top: 0;
  width: 40px;
}
.minicart-wrapper .action.close > 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: 24px;
  line-height: 24px;
  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 > 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 > .product-item-photo,
.minicart-items .product > .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 > .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 > 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 {
  margin-right: 10px;
  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 > span,
.minicart-items .action.delete > 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 > 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 > span:before,
.opc-progress-bar-item > 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 > 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 > span {
  color: #333333;
}
.opc-progress-bar-item._active > span:before {
  background: #ff5501;
}
.opc-progress-bar-item._active > 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 > span {
  color: #333333;
}
.opc-progress-bar-item._complete > 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 > .field > .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 > 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 > 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 > 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 > .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 > .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 > .title > 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 > .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 > .title:after {
  position: absolute;
  right: 0;
  top: 10px;
}
.opc-block-summary .items-in-cart > .title strong {
  font-size: 1.8rem;
  font-weight: 300;
  margin: 0;
}
.opc-block-summary .items-in-cart.active > .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 > .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 > .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 > .field.cvv > .control {
  padding-right: 20px;
  width: auto;
}
.checkout-payment-method .ccard .cvv .input-text {
  width: 55px;
}
.checkout-payment-method .ccard.fieldset > .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 > .item {
  margin-bottom: 20px;
}
.block-addresses-list .items.addresses > .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 > .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;
}
.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 > 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 > .secondary {
  float: none;
}
.gift-summary .actions-toolbar > .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: 'Open Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  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 > 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 > 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 > span {
  height: 4rem;
  width: 4rem;
}
.gift-wrapping-title {
  margin: 10px 0;
}
.gift-wrapping-title .action-remove {
  margin-left: 5px;
}
.gift-options-content .fieldset > .field {
  margin: 0 0 5px;
}
.gift-options-content .fieldset > .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 > img,
.table-order-items .gift-wrapping .content > img,
.table-order-review .gift-wrapping .content > 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 > thead > tr > th,
.table.grouped > tbody > tr > th,
.table.grouped > tfoot > tr > th,
.table.grouped > thead > tr > td,
.table.grouped > tbody > tr > td,
.table.grouped > tfoot > tr > td {
  border-top: 1px solid #d1d1d1;
}
.table.grouped > caption + thead > tr:first-child > th,
.table.grouped > colgroup + thead > tr:first-child > th,
.table.grouped > thead:first-child > tr:first-child > th,
.table.grouped > caption + thead > tr:first-child > td,
.table.grouped > colgroup + thead > tr:first-child > td,
.table.grouped > thead:first-child > tr:first-child > td {
  border-top: 0;
}
.table.grouped > tbody + tbody {
  border-top: 1px solid #d1d1d1;
}
.table.grouped > thead > tr > 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 > 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 > 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 > .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 > .action.map-show-info:focus,
.cart.table-wrapper .actions-toolbar > .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 > .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 > .action.map-show-info.disabled,
.cart.table-wrapper .actions-toolbar > .action.map-show-info[disabled],
fieldset[disabled] .cart.table-wrapper .actions-toolbar > .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 > .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 > .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 > .action.map-show-info:active,
.action-gift.map-show-info:active {
  color: #ff5501;
  text-decoration: underline;
}
button.map-show-info:hover,
.cart.table-wrapper .actions-toolbar > .action.map-show-info:hover,
.action-gift.map-show-info:hover {
  color: #006bb4;
}
button.map-show-info:hover,
button.map-show-info:active,
button.map-show-info:focus,
.cart.table-wrapper .actions-toolbar > .action.map-show-info:hover,
.cart.table-wrapper .actions-toolbar > .action.map-show-info:active,
.cart.table-wrapper .actions-toolbar > .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 > .action.map-show-info.disabled,
.cart.table-wrapper .actions-toolbar > .action.map-show-info[disabled],
fieldset[disabled] .cart.table-wrapper .actions-toolbar > .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 > .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 > .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 > 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 > 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 > 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 > .action.split:before,
.product-items .wishlist.split.button > .action.split:before {
  content: '\e601';
}
.table-comparison .wishlist.split.button > .action:active,
.product-items .wishlist.split.button > .action:active,
.table-comparison .wishlist.split.button > .action:focus,
.product-items .wishlist.split.button > .action:focus,
.table-comparison .wishlist.split.button > .action:hover,
.product-items .wishlist.split.button > .action:hover {
  color: #333333;
}
.table-comparison .wishlist.split.button > .action.toggle:before,
.product-items .wishlist.split.button > .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 > .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 > 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 > 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 > .actions-toolbar {
  margin-top: 40px;
}
.multicheckout .actions-toolbar > .secondary {
  display: block;
}
.multicheckout .actions-toolbar > .secondary .action {
  margin-bottom: 25px;
}
.multicheckout .actions-toolbar > .secondary .action.back {
  display: block;
  margin-left: 0;
}
.multicheckout .actions-toolbar > .primary {
  margin-right: 10px;
}
.multicheckout .item-options {
  margin: 10px 0 0;
}
.multicheckout .block .methods-shipping .item-content .fieldset > .field:before {
  display: none;
}
.multicheckout .block .methods-shipping .item-content .fieldset > .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 > 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 > .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 {
  padding-left: 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 > 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 > 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/Verz/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/Verz/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 > span {
  display: block;
  overflow: hidden;
}
.rating-summary .rating-result > 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 > 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 > .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 > .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 > 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 > 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 > strong {
  font-weight: 400;
}
.block-order-details-view .box-content .payment-method .content > 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 {
  cursor: default;
}
.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/Verz/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 > div {
  box-shadow: 0 0 3px 1px #68a8e0;
}
.swatch-option-link-layered:hover > .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;
}
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 > .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 > 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 > span,
.page-footer .switcher .options .action.toggle > 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 > span,
.page-footer .switcher .options .action.toggle.active > 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;
}
.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 {
  color: #006bb4;
}
.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 {
  color: #006bb4;
}
.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 > thead > tr > th,
.account .table-wrapper .data.table.wishlist > tbody > tr > th,
.account .table-wrapper .data.table.wishlist > tfoot > tr > th,
.account .table-wrapper .data.table.wishlist > thead > tr > td,
.account .table-wrapper .data.table.wishlist > tbody > tr > td,
.account .table-wrapper .data.table.wishlist > tfoot > tr > td {
  border-top: 1px solid #d1d1d1;
}
.account .table-wrapper .data.table.wishlist > caption + thead > tr:first-child > th,
.account .table-wrapper .data.table.wishlist > colgroup + thead > tr:first-child > th,
.account .table-wrapper .data.table.wishlist > thead:first-child > tr:first-child > th,
.account .table-wrapper .data.table.wishlist > caption + thead > tr:first-child > td,
.account .table-wrapper .data.table.wishlist > colgroup + thead > tr:first-child > td,
.account .table-wrapper .data.table.wishlist > thead:first-child > tr:first-child > td {
  border-top: 0;
}
.account .table-wrapper .data.table.wishlist > tbody + tbody {
  border-top: 1px solid #d1d1d1;
}
.account .table-wrapper .data.table.wishlist thead > tr > th {
  border-bottom: 0;
}
.account .table-wrapper .data.table.wishlist tbody > tr:last-child > 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 > * {
  margin-right: 15px;
}
.products-grid.wishlist .product-item-actions > *:last-child {
  margin-right: 0;
}
.products-grid.wishlist .product-item .box-tocart input.qty {
  height: 32px;
}
.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 > 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 > 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 > .action {
  cursor: pointer;
  margin-top: -6px;
  position: absolute;
  top: 50%;
  z-index: 3;
}
.block-event .block-content > .action.backward,
.block-event .block-content > .action.forward {
  opacity: .5;
  overflow: hidden;
  width: 20px;
  display: inline-block;
  text-decoration: none;
}
.block-event .block-content > .action.backward > span,
.block-event .block-content > .action.forward > 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 > .action.backward:before,
.block-event .block-content > .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 > .action.backward:before,
.block-event .block-content > .action.forward:before {
  margin-left: -15px;
}
.block-event .block-content > .action.backward {
  left: 0;
}
.block-event .block-content > .action.forward {
  right: 0;
}
.block-event .block-content > .action.forward:before {
  content: '\e608';
}
.block-event .block-content > .action.forward:before {
  margin-left: -20px;
}
.block-event .block-content > .action.inactive {
  cursor: default;
  display: none;
}
.block-event .block-content > .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: 'Open Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  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 > .actions-toolbar:before,
  .form-create-return .fieldset > .actions-toolbar:after {
    content: '';
    display: table;
  }
  .abs-add-clearfix-mobile-m:after,
  .form-create-return .fieldset > .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 > .widget,
  .page-wrapper > .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 > 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%;
  }
  .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 > .level-top {
    font-weight: 700;
    padding: 8px 40px 8px 15px;
    text-transform: uppercase;
    word-wrap: break-word;
  }
  .navigation .level0 > .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 > .level1 {
    font-weight: 600;
  }
  .navigation .level0.active > a:not(.ui-state-active),
  .navigation .level0.has-active > a:not(.ui-state-active) {
    border-color: #ff5501;
    border-style: solid;
    border-width: 0 0 0 8px;
  }
  .navigation .level0.active > a:not(.ui-state-active) span:not(.ui-menu-icon),
  .navigation .level0.has-active > 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 > li {
    word-wrap: break-word;
  }
  .navigation .submenu > li > 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) > li > a {
    padding-left: 15px;
  }
  .navigation .submenu:not(:first-child) > li:last-child {
    margin-bottom: 0;
  }
  .navigation .submenu:not(:first-child) ul {
    display: block;
    padding-left: 15px;
  }
  .navigation .submenu:not(:first-child) ul > li {
    margin: 0;
  }
  .navigation .submenu:not(:first-child) ul > li a {
    color: #575757;
    display: block;
    line-height: normal;
  }
  .navigation .submenu:not(:first-child) ul > 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 > a {
    border-color: #ff5501;
    border-style: solid;
    border-width: 0 0 0 8px;
    padding-left: 7px;
  }
  .navigation .submenu:not(:first-child) .level1.active > a {
    padding-left: 7px;
  }
  .product.data.items {
    margin: 0;
    padding: 0;
  }
  .product.data.items > .item.title {
    box-sizing: border-box;
    float: none;
    width: 100%;
  }
  .product.data.items > .item.title > .switch {
    display: block;
  }
  .product.data.items > .item.content {
    box-sizing: border-box;
    display: block;
    float: none;
    margin: 0;
  }
  .product.data.items > .item.content:before,
  .product.data.items > .item.content:after {
    content: '';
    display: table;
  }
  .product.data.items > .item.content:after {
    clear: both;
  }
  .product.data.items > .item.content.active {
    display: block;
  }
  .product.data.items > .item.title {
    margin: 0 0 5px;
  }
  .product.data.items > .item.title > .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 > .item.title > .switch:visited {
    color: #7d7d7d;
    text-decoration: none;
  }
  .product.data.items > .item.title > .switch:hover {
    color: #7d7d7d;
    text-decoration: none;
  }
  .product.data.items > .item.title > .switch:active {
    color: #333333;
    text-decoration: none;
  }
  .product.data.items > .item.title:not(.disabled) > .switch:focus,
  .product.data.items > .item.title:not(.disabled) > .switch:hover {
    background: #fcfcfc;
  }
  .product.data.items > .item.title:not(.disabled) > .switch:active,
  .product.data.items > .item.title.active > .switch,
  .product.data.items > .item.title.active > .switch:focus,
  .product.data.items > .item.title.active > .switch:hover {
    background: #ffffff;
    color: #333333;
    text-decoration: none;
    padding-bottom: 5px;
  }
  .product.data.items > .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 > .switch {
    padding: 1px 15px 1px;
  }
  .product.data.items > .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%;
  }
  .checkout-container .opc-estimated-wrapper {
    margin-top: 10px;
  }
  .checkout-container .authentication-wrapper {
    margin-top: -12px;
  }
  .filter-content .active .am-show-more.-active {
    display: flex;
    align-items: center;
    margin-bottom: 10px;
  }
  .am-porto-cmtb .filter.active .filter-current.filter-current.amshopby-filter-current + .block-actions {
    top: 187px;
    border: none;
    border-radius: inherit;
    background: #fff;
    box-shadow: none;
  }
  .am-porto-cmtb .filter.active .filter-current.amshopby-filter-current {
    padding: 17px 30px;
    height: 140px;
  }
  .am-porto-cmtb .filter.active .filter-current.amshopby-filter-current ~ .filter-options {
    top: 221px;
  }
  .am-porto-cmtb .filter.active .filter-current.amshopby-filter-current .items {
    padding: 15px;
    border-width: 1px;
  }
  .am-porto-cmtb .filter.active .filter-current.amshopby-filter-current .filter-current-subtitle {
    display: block;
    padding: 10px 15px;
  }
  .am-porto-cmtb .filter.active .block-category-list .block-title,
  .am-porto-cmtb .filter.active .filter-options-title,
  .am-porto-cmtb .filter.active .filter .filter-current-subtitle,
  .am-porto-cmtb .filter.active .block-category-list .block-content,
  .am-porto-cmtb .filter.active .filter-options-content {
    padding-left: 15px;
    padding-right: 15px;
  }
  .am-porto-cmtb .filter.active .filter-options-title:after {
    right: 15px;
  }
  .blog__post-view .blog__post-featured-image {
    padding: 0 0 2rem 0;
    width: 100%;
    max-width: 100%;
  }
  .blog__post-item .blog__post-excerpt > img {
    padding: 0 0 2rem 0;
    max-width: 100%;
    width: 100%;
  }
  .blog .page-main {
    position: relative;
    padding-top: 41px;
  }
  .blog__post-catalog-related-posts ol li .post-image {
    width: 100%;
    max-width: 100%;
    float: none;
    padding: 0 0 1rem 0;
  }
  .tier-progress-bar .tier-point .label,
  .tier-progress-bar .tier-point .number,
  .tier-progress-bar .tier-point .tier-logo {
    display: none;
  }
  .tier-progress-bar .tier-point:first-child .label,
  .tier-progress-bar .tier-point:last-child .label,
  .tier-progress-bar .tier-point:first-child .number,
  .tier-progress-bar .tier-point:last-child .number,
  .tier-progress-bar .tier-point:first-child .tier-logo,
  .tier-progress-bar .tier-point:last-child .tier-logo {
    display: block;
  }
  .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 > .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 > .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) > thead > tr > th {
    display: none;
  }
  .table-wrapper .table:not(.cart):not(.totals):not(.table-comparison) > tbody {
    display: block;
  }
  .table-wrapper .table:not(.cart):not(.totals):not(.table-comparison) > tbody > tr {
    display: block;
  }
  .table-wrapper .table:not(.cart):not(.totals):not(.table-comparison) > tbody > tr td,
  .table-wrapper .table:not(.cart):not(.totals):not(.table-comparison) > tbody > tr th {
    border-bottom: none;
    display: block;
    padding: 5px 0;
  }
  .table-wrapper .table:not(.cart):not(.totals):not(.table-comparison) > tbody > tr td[data-th]:before,
  .table-wrapper .table:not(.cart):not(.totals):not(.table-comparison) > tbody > 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 > tr > td:first-child {
    padding-top: 20px;
  }
  .table-wrapper .table:not(.cart):not(.totals):not(.table-comparison) tbody > tr > 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 > .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 > 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;
  }
  .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 > 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 > .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 {
    color: #006bb4;
  }
  .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 > * {
    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 > .fieldset {
    width: auto;
  }
  .multicheckout .methods-payment .item-content > .fieldset .field.cvv {
    display: inline-block;
    width: auto;
  }
  .multicheckout .methods-payment .fieldset > .field:not(.choice) > .label {
    float: none;
    margin-bottom: 8px;
    text-align: left;
    width: auto;
  }
  .multicheckout .methods-payment .fieldset > .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;
  }
}
@font-face {
  font-family: "Font Awesome 5 Pro";
  src: url('../../frontend/Verz/default/en_US/fonts/Font-Awesome-5-Pro/Font-Awesome-5-Pro-Solid.otf') format('opentype');
  src: url('../../frontend/Verz/default/en_US/fonts/Font-Awesome-5-Pro/Font-Awesome-5-Pro-Solid.eot') format('embedded-opentype'), url('../../frontend/Verz/default/en_US/fonts/Font-Awesome-5-Pro/Font-Awesome-5-Pro-Solid.eot?#iefix') format('embedded-opentype'), url('../../frontend/Verz/default/en_US/fonts/Font-Awesome-5-Pro/Font-Awesome-5-Pro-Solid.woff2') format('woff2'), url('../../frontend/Verz/default/en_US/fonts/Font-Awesome-5-Pro/Font-Awesome-5-Pro-Solid.woff') format('woff'), url('../../frontend/Verz/default/en_US/fonts/Font-Awesome-5-Pro/Font-Awesome-5-Pro-Solid.ttf') format('truetype'), url('../../frontend/Verz/default/en_US/fonts/Font-Awesome-5-Pro/Font-Awesome-5-Pro-Solid.svg#Font-Awesome-5-Pro-Solid') format('svg');
}
/*===============Style Guide================*/
/*===============Style Guide================*/
/* BUTTON */
/* BUTTON MORE */
* {
  margin: 0;
  padding: 0;
  outline: none;
  box-sizing: border-box;
}
.field-error {
  color: #ff0000 !important;
}
.field-error span {
  color: #ff0000 !important;
}
body .fieldset > .field:not(.choice) > .label {
  width: 100%;
  margin-bottom: 5px;
}
body .fieldset > .field:not(.choice) > .control {
  width: 100%;
}
body .fieldset > .field {
  margin: 0 0 10px;
}
.page-layout-2columns-left .sidebar-additional {
  display: none;
}
.text-yellow {
  color: #F8BA00;
}
body.account .toolbar .toolbar-amount {
  display: none;
}
@media all and (min-width: 768px) {
  .ie10 .page-wrapper,
  .ie11 .page-wrapper {
    height: auto;
  }
  body .featured-banner:after {
    display: none;
  }
}
body {
  font: normal normal normal 14px/30px Lato;
  letter-spacing: 0px;
  color: #656565;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
body.cms-page-view .page-main {
  max-width: 100%;
  padding: 0;
}
body .page-main,
body.cms-styleguide .page-main {
  padding: 0 20px;
  max-width: 1178px;
}
.sections.nav-sections + .featured-banner {
  margin-top: 129px;
  margin-bottom: 50px;
}
.featured-banner .featured-image {
  max-height: 350px;
  min-height: 350px;
}
.content-bottom-product {
  background-size: cover;
  /* padding: 80px 0 54px 0; */
}
.featured-banner .featured-image {
  max-height: 350px;
  min-height: 350px;
}
.featured-banner .featured-image {
  max-height: 350px;
}
body .featured-banner .featured-content .breadcrumbs {
  white-space: nowrap;
  /* text-overflow: ellipsis; */
  /* overflow: hidden; */
  margin-top: 90px;
  margin-bottom: -107px;
}
body.catalogsearch-result-index .featured-banner .featured-content h1 {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.featured-banner h1.page-title {
  margin-bottom: 0px;
}
body .page-main .text-yellow {
  color: #F8BA00;
}
.section.section-content-bottom {
  background-position: right;
}
.section.section-content-bottom {
  background-size: cover;
  padding: 49px 0 54px 0;
}
.section.section-content-bottom h2 {
  max-width: 435px;
  line-height: 39px;
  margin-bottom: 4px;
}
.section.section-content-bottom span.widget.block.block-category-link-inline {
  float: left;
}
.section.section-content-bottom span.widget.block.block-category-link-inline a {
  -webkit-appearance: none;
  -webkit-border-fit: border;
  transition: all 0.3s;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  text-decoration: none;
  display: inline-block;
  height: 50px;
  line-height: 50px;
  padding: 0 45px;
  background: linear-gradient(to right, #913a89, #724192);
  border: 0;
  text-align: center;
  font: normal normal normal 13px/24px Lato;
  letter-spacing: 0px;
  color: #FFFFFF;
  text-transform: uppercase;
  border-radius: 3px;
  font-weight: 700;
}
.content-bottom-product span.widget.block.block-category-link-inline a:hover {
  background: linear-gradient(to right, #792973, #63228b);
}
.section.section-content-bottom span.widget.block.block-category-link-inline a span {
  line-height: 50px;
}
.container {
  max-width: 1180px;
  margin: 0 auto;
  padding: 0 20px;
}
h1.page-title {
  font-size: 50px;
  line-height: 60px;
  font-weight: 500;
  font-family: 'Roboto Slab', serif;
  letter-spacing: -1.5px;
  color: #FFFFFF;
  text-transform: capitalize;
  margin-bottom: 0;
  text-align: left;
}
h1.page-title::first-word {
  color: #F8BA00;
}
body .featured-banner .featured-content {
  position: absolute;
  z-index: 1;
  padding: 0;
  padding-left: 20px;
  padding-right: 20px;
  display: block;
  width: 100%;
  left: 0;
  right: 0;
  bottom: auto;
  top: 50%;
  transform: translateY(-50%);
}
.featured-banner .featured-content .breadcrumbs {
  margin: -5px auto 0 auto;
}
h1,
.h1 {
  font-size: 50px;
  line-height: 60px;
  font-weight: 500;
  font-family: 'Roboto Slab', serif;
  letter-spacing: -1.5px;
  color: #FFFFFF;
  text-transform: capitalize;
}
h2,
.h2 {
  font: 40px/55px Roboto Slab;
  letter-spacing: -1.2px;
  text-transform: capitalize;
  color: #1F1F1F;
  font-weight: 500;
}
h3,
.h3 {
  font: 30px/35px Roboto Slab;
  font-weight: 500;
  letter-spacing: -0.9px;
  color: #1F1F1F;
}
h4,
.h4 {
  font: normal normal medium 20px/24px Roboto Slab;
  letter-spacing: -0.6px;
}
h5,
.h5 {
  font: normal normal medium 20px/24px Roboto Slab;
  letter-spacing: -0.6px;
}
a,
a:visited,
.alink:visited,
.alink,
.abs-product-link > a:visited,
.product-item-name > a:visited,
.product.name a > a:visited {
  font: normal normal normal 14px/19px Lato;
  letter-spacing: 0px;
  color: #656565;
  background: transparent;
}
a:focus,
a:visited:focus,
.alink:visited:focus,
.alink:focus,
.abs-product-link > a:visited:focus,
.product-item-name > a:visited:focus,
.product.name a > a:visited:focus,
a:active,
a:visited:active,
.alink:visited:active,
.alink:active,
.abs-product-link > a:visited:active,
.product-item-name > a:visited:active,
.product.name a > a:visited:active {
  text-decoration: none;
  color: #F8BA00;
  outline: none;
  background: transparent;
}
a:hover,
a:visited:hover,
.alink:visited:hover,
.alink:hover,
.abs-product-link > a:visited:hover,
.product-item-name > a:visited:hover,
.product.name a > a:visited:hover {
  text-decoration: none;
  color: #F8BA00;
  outline: none;
  background: transparent;
}
p {
  font: normal normal normal 14px/30px Lato;
  letter-spacing: 0px;
  color: #656565;
}
p.error-text {
  color: #ff0000;
}
body .breadcrumbs {
  max-width: 1180px;
  padding: 0;
  display: block;
}
body .breadcrumbs ul.items {
  line-height: 1;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  text-overflow: ellipsis;
  overflow: hidden;
}
body .breadcrumbs ul.items li.item {
  font: normal normal normal 14px/20px Lato;
  letter-spacing: 0px;
  text-transform: capitalize;
  max-width: 767px;
  text-overflow: ellipsis;
  text-align: left;
  overflow: hidden;
}
body .breadcrumbs ul.items li.item a {
  color: #fff;
  font: normal normal normal 14px/20px Lato;
}
body .breadcrumbs ul.items li.item a:hover {
  text-decoration: none;
  color: #F8BA00;
}
body .breadcrumbs ul.items li.item strong {
  color: #F8BA00;
  font: normal normal normal 14px/20px Lato;
}
body .breadcrumbs ul.items li.item:not(:last-child):after {
  content: '|';
  font: normal normal normal 14px/20px Lato;
  letter-spacing: 0px;
  color: #FFFFFF;
  margin: 0;
  padding: 0px 4px;
  vertical-align: top;
}
input.mage-error,
select.mage-error,
textarea.mage-error {
  border-color: #ff0000;
  border-radius: 0px;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  -o-border-radius: 0px;
}
input:-webkit-autofill {
  -webkit-box-shadow: 0 0 0 50px white inset !important;
  -webkit-text-fill-color: #656565;
}
input:-webkit-autofill:focus {
  -webkit-box-shadow: 0 0 0 50px white inset;
  /*your box-shadow*/
  -webkit-text-fill-color: #656565;
}
input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
textarea:-webkit-autofill,
textarea:-webkit-autofill:hover,
textarea:-webkit-autofill:focus,
select:-webkit-autofill,
select:-webkit-autofill:hover,
select:-webkit-autofill:focus {
  -webkit-text-fill-color: color: #656565;
  -webkit-box-shadow: 0 0 0px 1000px #fff inset;
  transition: background-color 5000s ease-in-out 0s;
}
body .message {
  padding: 0;
  margin: 20px auto !important;
  max-width: 1178px;
}
button:not(.primary) {
  box-shadow: none;
}
.action.close {
  color: #000;
}
/* BUTTON */
button:not(.action-accept),
button.primary,
button.btn-primary,
#confirmBox .ajax-added-item .amcart-confirm-buttons .button.am-btn-right,
.button-primary,
.button,
a.action.back,
.review-form .action.submit.primary,
a.action.create.primary,
.form.contact .action.submit.primary,
.action.subscribe.primary,
.paypal-review .block .actions-toolbar .action.primary,
.block-compare .action.primary,
.cart-summary .block .actions-toolbar > .primary .action.primary,
.cart-summary .form.giftregistry .fieldset .action.primary,
.paypal-review-discount .actions-toolbar .action.primary,
.paypal-review-discount .actions-toolbar .action.cancel,
.cart-discount .actions-toolbar .action.primary,
.cart-discount .actions-toolbar .action.cancel,
.checkout-index-index .modal-popup .modal-footer .action-hide-popup,
.action.primary,
a.action.primary,
.box-tocart .action.tocart.primary,
.action.primary.checkout,
.action-primary {
  -webkit-appearance: none;
  -webkit-border-fit: border;
  transition: all 0s;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  text-decoration: none;
  display: inline-block;
  height: 50px;
  /* line-height: 50px; */
  padding: 10px 30px;
  background: #1E4064;
  border: 0;
  text-align: center;
  font: normal normal bold 14px/30px Lato;
  letter-spacing: 0px;
  color: #FFFFFF;
  text-transform: uppercase;
  border-radius: 0px;
}
button:not(.action-accept):hover,
button.primary:hover,
button.btn-primary:hover,
#confirmBox .ajax-added-item .amcart-confirm-buttons .button.am-btn-right:hover,
.button-primary:hover,
.button:hover,
a.action.back:hover,
.review-form .action.submit.primary:hover,
a.action.create.primary:hover,
.form.contact .action.submit.primary:hover,
.action.subscribe.primary:hover,
.paypal-review .block .actions-toolbar .action.primary:hover,
.block-compare .action.primary:hover,
.cart-summary .block .actions-toolbar > .primary .action.primary:hover,
.cart-summary .form.giftregistry .fieldset .action.primary:hover,
.paypal-review-discount .actions-toolbar .action.primary:hover,
.paypal-review-discount .actions-toolbar .action.cancel:hover,
.cart-discount .actions-toolbar .action.primary:hover,
.cart-discount .actions-toolbar .action.cancel:hover,
.block-compare .action.primary:not(:focus):hover,
.cart-summary .block .actions-toolbar > .primary .action.primary:not(:focus):hover,
.cart-summary .form.giftregistry .fieldset .action.primary:not(:focus):hover,
.paypal-review-discount .actions-toolbar .action.primary:not(:focus):hover,
.paypal-review-discount .actions-toolbar .action.cancel:not(:focus):hover,
.cart-discount .actions-toolbar .action.primary:not(:focus):hover,
.cart-discount .actions-toolbar .action.cancel:not(:focus):hover,
.checkout-payment-method .checkout-billing-address .action-cancel:hover,
.checkout-payment-method .checkout-billing-address .action-cancel:not(:focus):hover,
.opc-wrapper .edit-address-link:hover,
.opc-wrapper .edit-address-link:not(:focus):hover,
.checkout-index-index .modal-popup .modal-footer .action-hide-popup:not(:focus):hover,
.checkout-index-index .modal-popup .modal-footer .action-hide-popup:hover,
.action.primary:hover,
a.action.primary:hover,
.box-tocart .action.tocart.primary:hover,
.action.primary.checkout:hover,
.action-primary:hover,
.block-compare .action.primary:not(:focus),
.cart-summary .block .actions-toolbar > .primary .action.primary:not(:focus),
.cart-summary .form.giftregistry .fieldset .action.primary:not(:focus),
.paypal-review-discount .actions-toolbar .action.primary:not(:focus),
.paypal-review-discount .actions-toolbar .action.cancel:not(:focus),
.cart-discount .actions-toolbar .action.primary:not(:focus),
.cart-discount .actions-toolbar .action.cancel:not(:focus),
.checkout-payment-method .checkout-billing-address .action-cancel,
.checkout-payment-method .checkout-billing-address .action-cancel:not(:focus),
.opc-wrapper .edit-address-link,
.opc-wrapper .edit-address-link:not(:focus),
.checkout-index-index .modal-popup .modal-footer .action-hide-popup:not(:focus),
button.primary:focus,
button.btn-primary:focus,
button:not(.action-accept):focus,
#confirmBox .ajax-added-item .amcart-confirm-buttons .button.am-btn-right:focus,
.button-primary:focus,
.button:focus,
a.action.back:focus,
.review-form .action.submit.primary:focus,
a.action.create.primary:focus,
.form.contact .action.submit.primary:focus,
.action.subscribe.primary:focus,
.paypal-review .block .actions-toolbar .action.primary:focus,
.block-compare .action.primary:focus,
.cart-summary .block .actions-toolbar > .primary .action.primary:focus,
.cart-summary .form.giftregistry .fieldset .action.primary:focus,
.paypal-review-discount .actions-toolbar .action.primary:focus,
.paypal-review-discount .actions-toolbar .action.cancel:focus,
.cart-discount .actions-toolbar .action.primary:focus,
.cart-discount .actions-toolbar .action.cancel:focus,
.block-compare .action.primary:not(:focus):focus,
.cart-summary .block .actions-toolbar > .primary .action.primary:not(:focus):focus,
.cart-summary .form.giftregistry .fieldset .action.primary:not(:focus):focus,
.paypal-review-discount .actions-toolbar .action.primary:not(:focus):focus,
.paypal-review-discount .actions-toolbar .action.cancel:not(:focus):focus,
.cart-discount .actions-toolbar .action.primary:not(:focus):focus,
.cart-discount .actions-toolbar .action.cancel:not(:focus):focus,
.checkout-payment-method .checkout-billing-address .action-cancel:focus,
.checkout-payment-method .checkout-billing-address .action-cancel:not(:focus):focus,
.opc-wrapper .edit-address-link:focus,
.opc-wrapper .edit-address-link:not(:focus):focus,
.checkout-index-index .modal-popup .modal-footer .action-hide-popup:not(:focus):focus,
.checkout-index-index .modal-popup .modal-footer .action-hide-popup:focus,
.action.primary:not(.action-accept):focus,
a.action.primary:focus,
.box-tocart .action.tocart.primary:focus,
.action.primary.checkout:focus,
.action-primary:focus,
button:not(.action-accept):active,
button.primary:active,
button.btn-primary:active,
#confirmBox .ajax-added-item .amcart-confirm-buttons .button.am-btn-right:active,
.button-primary:active,
.button:active,
a.action.back:active,
.review-form .action.submit.primary:active,
a.action.create.primary:active,
.form.contact .action.submit.primary:active,
.action.subscribe.primary:active,
.paypal-review .block .actions-toolbar .action.primary:active,
.block-compare .action.primary:active,
.cart-summary .block .actions-toolbar > .primary .action.primary:active,
.cart-summary .form.giftregistry .fieldset .action.primary:active,
.paypal-review-discount .actions-toolbar .action.primary:active,
.paypal-review-discount .actions-toolbar .action.cancel:active,
.cart-discount .actions-toolbar .action.primary:active,
.cart-discount .actions-toolbar .action.cancel:active,
.block-compare .action.primary:not(:focus):active,
.cart-summary .block .actions-toolbar > .primary .action.primary:not(:focus):active,
.cart-summary .form.giftregistry .fieldset .action.primary:not(:focus):active,
.paypal-review-discount .actions-toolbar .action.primary:not(:focus):active,
.paypal-review-discount .actions-toolbar .action.cancel:not(:focus):active,
.cart-discount .actions-toolbar .action.primary:not(:focus):active,
.cart-discount .actions-toolbar .action.cancel:not(:focus):active,
.checkout-payment-method .checkout-billing-address .action-cancel:active,
.checkout-payment-method .checkout-billing-address .action-cancel:not(:focus):active,
.opc-wrapper .edit-address-link:active,
.opc-wrapper .edit-address-link:not(:focus):active,
.checkout-index-index .modal-popup .modal-footer .action-hide-popup:not(:focus):active,
.checkout-index-index .modal-popup .modal-footer .action-hide-popup:active,
.action.primary:active,
a.action.primary:active,
.box-tocart .action.tocart.primary:active,
.action.primary.checkout:active,
.action-primary:not(.action-accept):active {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  text-decoration: none;
  background: #F8BA00;
  border: 0;
  color: #fff;
}
header a:focus,
header a:visited:focus,
.alink:visited:focus,
.alink:focus,
.abs-product-link > a:visited:focus,
.product-item-name > a:visited:focus,
.product.name a > a:visited:focus,
a:active,
a:visited:active,
.alink:visited:active,
.alink:active,
.abs-product-link > a:visited:active,
.product-item-name > a:visited:active,
.product.name a > a:visited:active {
  text-decoration: none;
  outline: none;
  background: transparent;
  box-shadow: none;
}
.page-main .action:not(.remind) {
  position: relative;
  overflow: hidden;
}
.page-main .action:not(.remind):after {
  content: "";
  display: block;
  width: 34px;
  height: 37px;
  background: #173555 0% 0% no-repeat padding-box;
  position: absolute;
  top: -18px;
  left: -18px;
  transform: rotate(45deg);
}
.page-main .action:not(.remind):hover:after,
.page-main .action:not(.remind):active:after,
.page-main .action:not(.remind):focus:after {
  background: #edb200 0% 0% no-repeat padding-box;
}
.page-main .action.edit:after,
.page-main .action.view:after,
.page-main .action.order:after,
.page-main .action.change-password:after,
.page-main .action.btn-remove:after,
.page-main .action.clear:after {
  display: none;
}
.sorter-action:before {
  display: none;
}
.page-main .sorter .sorter-action:after {
  display: none;
}
/* BUTTON SMALL */
.button.button-small {
  height: 44px;
  line-height: 44px;
  font-size: 14px;
}
/* BUTTON TRANSITION */
.button.button-transparent {
  background: transparent;
  color: #656565;
}
.button.button-transparent:hover,
.button.button-transparent:focus,
.button.button-transparent:active {
  background: #444444;
  color: #ffffff;
}
/* BUTTON MORE */
.button-more {
  display: inline-block;
  font-family: 'Lato', sans-serif;
  font-size: 13px;
  font-weight: bold;
  line-height: 20px;
  letter-spacing: 0px;
  color: #ffffff;
  text-transform: uppercase;
  padding-bottom: 14px;
  border-bottom: 2px dashed #ffffff;
}
.button-more:hover,
.button-more:focus,
.button-more:active {
  color: #656565;
  border-color: #656565;
}
input[type="text"],
input[type="password"],
input[type="url"],
input[type="tel"],
input[type="search"],
input[type="number"],
input[type="datetime"],
input[type="email"],
input.input-text {
  font: normal normal normal 14px/20px Lato;
  letter-spacing: 0px;
  color: #656565;
  padding: 15px 30px;
  vertical-align: middle;
  outline: none;
  height: 50px;
  border-radius: 0px;
  border: 1px solid #E3E3E3;
}
input[type="text"]:focus,
input[type="password"]:focus,
input[type="url"]:focus,
input[type="tel"]:focus,
input[type="search"]:focus,
input[type="number"]:focus,
input[type="datetime"]:focus,
input[type="email"]:focus,
input.input-text:focus {
  font: normal normal bold 14px/20px Lato;
  letter-spacing: 0px;
  color: #656565;
  border: 1px solid #1E4064;
}
input[type="text"].mage-error,
input[type="password"].mage-error,
input[type="url"].mage-error,
input[type="tel"].mage-error,
input[type="search"].mage-error,
input[type="number"].mage-error,
input[type="datetime"].mage-error,
input[type="email"].mage-error,
input.input-text.mage-error {
  color: #ff0000;
  border-color: #ff0000;
  border-width: 1px;
  font: normal normal normal 14px/20px Lato;
}
input[type="text"].mage-error::-webkit-input-placeholder,
input[type="password"].mage-error::-webkit-input-placeholder,
input[type="url"].mage-error::-webkit-input-placeholder,
input[type="tel"].mage-error::-webkit-input-placeholder,
input[type="search"].mage-error::-webkit-input-placeholder,
input[type="number"].mage-error::-webkit-input-placeholder,
input[type="datetime"].mage-error::-webkit-input-placeholder,
input[type="email"].mage-error::-webkit-input-placeholder,
input.input-text.mage-error::-webkit-input-placeholder {
  color: #ff0000;
}
input[type="text"].mage-error::-moz-placeholder,
input[type="password"].mage-error::-moz-placeholder,
input[type="url"].mage-error::-moz-placeholder,
input[type="tel"].mage-error::-moz-placeholder,
input[type="search"].mage-error::-moz-placeholder,
input[type="number"].mage-error::-moz-placeholder,
input[type="datetime"].mage-error::-moz-placeholder,
input[type="email"].mage-error::-moz-placeholder,
input.input-text.mage-error::-moz-placeholder {
  color: #ff0000;
}
input[type="text"].mage-error:-ms-input-placeholder,
input[type="password"].mage-error:-ms-input-placeholder,
input[type="url"].mage-error:-ms-input-placeholder,
input[type="tel"].mage-error:-ms-input-placeholder,
input[type="search"].mage-error:-ms-input-placeholder,
input[type="number"].mage-error:-ms-input-placeholder,
input[type="datetime"].mage-error:-ms-input-placeholder,
input[type="email"].mage-error:-ms-input-placeholder,
input.input-text.mage-error:-ms-input-placeholder {
  color: #ff0000;
}
input[type="text"].mage-error:-moz-placeholder,
input[type="password"].mage-error:-moz-placeholder,
input[type="url"].mage-error:-moz-placeholder,
input[type="tel"].mage-error:-moz-placeholder,
input[type="search"].mage-error:-moz-placeholder,
input[type="number"].mage-error:-moz-placeholder,
input[type="datetime"].mage-error:-moz-placeholder,
input[type="email"].mage-error:-moz-placeholder,
input.input-text.mage-error:-moz-placeholder {
  color: #ff0000;
}
input[type="text"].mage-error:focus,
input[type="password"].mage-error:focus,
input[type="url"].mage-error:focus,
input[type="tel"].mage-error:focus,
input[type="search"].mage-error:focus,
input[type="number"].mage-error:focus,
input[type="datetime"].mage-error:focus,
input[type="email"].mage-error:focus,
input.input-text.mage-error:focus {
  border-width: 1px;
  padding: 0 24px;
}
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,
input.input-text::-webkit-input-placeholder {
  font: normal normal normal 14px/20px Lato;
  letter-spacing: 0px;
  color: #656565;
}
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,
input.input-text::-moz-placeholder {
  font: normal normal normal 14px/20px Lato;
  letter-spacing: 0px;
  color: #656565;
}
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,
input.input-text:-ms-input-placeholder {
  font: normal normal normal 14px/20px Lato;
  letter-spacing: 0px;
  color: #656565;
}
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,
input.input-text:-moz-placeholder {
  font: normal normal normal 14px/20px Lato;
  letter-spacing: 0px;
  color: #656565;
}
select,
.toolbar select {
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  -o-appearance: none;
  appearance: none;
  text-transform: initial;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  background-color: #fff;
  cursor: pointer;
  box-shadow: none;
  font: normal normal normal 14px/20px Lato;
  letter-spacing: 0px;
  color: #656565;
  border: 1px solid #E3E3E3;
  padding: 0px 45px 0px 30px;
  vertical-align: middle;
  outline: none;
  height: 50px;
  border-radius: 0;
  background: #ffffff url(../../frontend/Verz/default/en_US/images/select-background.svg) no-repeat right 30px center;
  background-size: 9px;
}
select:focus,
.toolbar select:focus {
  font: normal normal bold 14px/20px Lato;
  letter-spacing: 0px;
  color: #656565;
  border-color: #1E4064;
}
select:-moz-focusring {
  color: transparent;
  text-shadow: 0 0 0 #b0adad;
}
select.mage-error {
  font: normal normal normal 14px/20px Lato;
  letter-spacing: 0px;
  color: #ff0000;
  border-color: #ff0000;
  background: #ffffff url(../../frontend/Verz/default/en_US/images/select-background.svg) no-repeat right 30px center;
  background-size: 9px;
}
select.mage-error:after {
  color: #ff0000;
}
option:not(:checked) {
  color: #b0adad;
}
textarea {
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-shadow: none;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  -o-box-shadow: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  font: normal normal normal 14px/20px Lato;
  letter-spacing: 0px;
  color: #656565;
  border: 1px solid #E3E3E3;
  padding: 15px 30px;
  vertical-align: middle;
  outline: none;
  height: 190px;
  border-radius: 0;
}
textarea:focus {
  font: normal normal normal 14px/24px Lato;
  letter-spacing: 0px;
  color: #656565;
  border: 1px solid #1E4064;
}
textarea::-webkit-input-placeholder {
  font: normal normal normal 14px/20px Lato;
  letter-spacing: 0px;
  color: #656565;
}
textarea:hover,
textarea:focus,
textarea:active,
textarea:visited {
  outline: none;
  box-shadow: none;
}
textarea.mage-error {
  color: #ff0000;
  border-color: #ff0000;
  border-width: 1px;
  padding: 15px 30px;
  font: normal normal normal 14px/20px Lato;
  letter-spacing: 0px;
}
textarea.mage-error::-webkit-input-placeholder {
  color: #ff0000;
}
textarea.mage-error::-moz-placeholder {
  color: #ff0000;
}
textarea.mage-error:-ms-input-placeholder {
  color: #ff0000;
}
textarea.mage-error:-moz-placeholder {
  color: #ff0000;
}
textarea.mage-error:focus {
  border-width: 1px;
  padding: 10px 14px;
}
.mage-error {
  color: #ff0000;
  font: normal normal normal 14px/24px Lato;
  letter-spacing: 0px;
}
._keyfocus *:focus,
input:not([disabled]):focus,
textarea:not([disabled]):focus,
select:not([disabled]):focus {
  box-shadow: none;
  outline: none;
}
.field._error .control input,
.field._error .control select,
.field._error .control textarea {
  border-width: 1px;
  border-color: #ff0000;
}
body .validation-advice,
.field-error,
div.mage-error[generated] {
  font: normal normal normal 14px/24px Lato;
  letter-spacing: 0px;
  color: #ff0000;
  margin-top: 3px;
  text-align: left;
}
.fieldset > .field > .label,
.fieldset > .fields > .field > .label,
.opc-wrapper .form-login .fieldset .field .label,
.opc-wrapper .form-shipping-address .fieldset .field .label {
  font: normal normal bold 14px/20px Lato;
  letter-spacing: 0px;
  color: #656565;
  text-transform: capitalize;
  text-align: left;
  font-weight: bold;
}
.fieldset > .field.required > .label:after,
.fieldset > .fields > .field.required > .label:after,
.fieldset > .field._required > .label:after,
.fieldset > .fields > .field._required > .label:after {
  font: normal normal normal 14px/24px Lato;
  letter-spacing: 0px;
  color: #e02b27;
  margin: 0 0 0 2px;
}
.field .control._with-tooltip input {
  width: 100%;
  margin-right: 0;
}
.field-tooltip {
  display: none;
}
.fieldset > .field.choice .label,
.fieldset > .fields > .field.choice .label {
  display: block;
}
input[type="checkbox"] {
  display: none;
}
.fieldset > .field > input[type="checkbox"] + label,
.fieldset > .field > input[type="checkbox"] + a,
input[type="checkbox"] + a,
input[type="checkbox"] + label {
  position: relative;
  padding-left: 30px;
  padding-top: 0;
  padding-bottom: 0;
  font: normal normal normal 14px/30px Lato;
  letter-spacing: 0px;
  color: #656565;
  cursor: pointer;
  display: block;
}
body:not(.catalog-product-view) input[type="checkbox"] + label:before,
body:not(.catalog-product-view) input[type="checkbox"] + a:before {
  background: #ffffff 0% 0% no-repeat padding-box;
  content: "";
  height: 12px;
  width: 12px;
  position: absolute;
  left: 0;
  top: 6px;
  border-radius: 2px;
  border: 1px solid #E3E3E3;
}
#aw-filter-cat input[type="checkbox"] + label {
  padding-left: 0px;
}
#aw-filter-cat input[type="checkbox"] + label:before {
  content: none;
}
body:not(.catalog-product-view) input[type="checkbox"]:checked + label:before,
body:not(.catalog-product-view) input[type="checkbox"]:checked + a:before,
body:not(.catalog-product-view) input[type="checkbox"]:hover + label:before {
  background: #f8ba00 0% 0% no-repeat padding-box;
}
.page-products .filter-options-content .items a:hover:before {
  background: #f8ba00 0% 0% no-repeat padding-box;
}
.page-products .filter-options-content .items a:visited {
  font: normal normal normal 14px/30px Lato;
  letter-spacing: 0px;
  color: #656565;
  display: block;
}
.page-products .filter-options-content .items a:hover,
.page-products .filter-options-content .items a:visited:hover {
  font: normal normal bold 14px/30px Lato;
  letter-spacing: 0px;
  color: #656565;
}
body:not(.catalog-product-view) input[type="checkbox"]:checked + label,
body:not(.catalog-product-view) input[type="checkbox"]:checked + a {
  font: normal normal normal 14px/30px Lato;
  letter-spacing: 0px;
  color: #656565;
}
body:not(.catalog-product-view) input[type="radio"] + label {
  position: relative;
  padding-left: 30px;
  padding-top: 0;
  padding-bottom: 0;
  font: normal normal bold 14px/30px Lato;
  letter-spacing: 0px;
  color: #656565;
  cursor: pointer;
  display: block;
}
input[type="radio"] {
  width: 0;
  height: 0;
  overflow: hidden;
  padding: 0;
  margin: 0;
}
input[type="checkbox"]:disabled + label,
input[type="radio"]:disabled + label {
  pointer-events: none;
}
input[type="checkbox"]:disabled,
input[type="radio"]:disabled {
  opacity: 0.5;
  pointer-events: none;
}
body:not(.catalog-product-view) input[type="radio"] + label:before {
  background: #ffffff 0% 0% no-repeat padding-box;
  border-radius: 50%;
  content: "";
  height: 12px;
  width: 12px;
  left: 0;
  top: 6px;
  position: absolute;
  border: 1px solid #E3E3E3;
}
body:not(.catalog-product-view) input[type="radio"]:checked + label:before,
body:not(.catalog-product-view) input[type="radio"]:hover + label:before {
  background: #f8ba00 0% 0% no-repeat padding-box;
}
.limiter .label {
  font: normal normal bold 14px/24px Lato;
  letter-spacing: 0px;
  color: #656565;
  padding-right: 0px;
}
.limiter select {
  background-color: #fff;
  height: 45px;
  line-height: 45px;
  font: normal normal normal 14px/20px Lato;
  letter-spacing: 0px;
  color: #656565;
  box-shadow: none;
  border-radius: 0px;
  padding-right: 0;
  padding-left: 18px;
  margin-right: 7px;
  margin-left: 9px;
  width: 85px;
  background: #ffffff url(../../frontend/Verz/default/en_US/images/select-background.svg) no-repeat right 19px center;
  background-size: 9px;
}
.message.info {
  font: normal normal normal 14px/24px Lato;
  letter-spacing: 0px;
}
.message.info > *:first-child:before {
  margin: -12px 0 0;
}
.nav-sections {
  margin-bottom: 0;
}
.message-config div[role="alert"] {
  padding-top: 20px;
}
.message-config .close {
  position: absolute;
  top: 15px;
  right: 16px;
  cursor: pointer;
}
.messages,
.message-config {
  max-width: 1178px;
  padding: 0;
  margin: 0;
  margin-left: auto;
  margin-right: auto;
}
.messages .message-success,
.message-config .message-success {
  height: auto;
  padding: 16px 26px 16px 43px;
  box-sizing: border-box;
  font: normal normal normal 14px/24px Lato;
  letter-spacing: 0px;
  color: #656565;
}
.messages .message-success div::before,
.message-config .message-success div::before {
  color: #656565;
  height: 20px !important;
  width: 22px !important;
  display: inline-block;
  positon-request: no-request;
  left: 12px !important;
  top: 28px !important;
  position: absolute;
  background-size: 16px;
  background-repeat: no-repeat;
}
.messages .message-success .close,
.message-config .message-success .close {
  font-size: 0;
}
.messages .message-success .close:after,
.message-config .message-success .close:after {
  letter-spacing: 0px;
  color: #656565;
  content: '\f00d';
  font-family: "Font Awesome 5 Pro";
  font-size: 18px;
  font-weight: 300;
  line-height: 18px;
}
.messages .message-error,
.message-config .message-error {
  height: auto;
  padding: 16px 26px 16px 43px;
  font: normal normal normal 14px/24px Lato;
  letter-spacing: 0px;
  color: #656565;
}
.messages .message-error div::before,
.message-config .message-error div::before {
  color: #656565;
  height: 20px !important;
  width: 22px !important;
  display: inline-block;
  positon-request: no-request;
  left: 12px !important;
  top: 28px !important;
  position: absolute;
  background-size: 16px;
  background-repeat: no-repeat;
}
.messages .message-error .close,
.message-config .message-error .close {
  font-size: 0;
}
.messages .message-error .close:after,
.message-config .message-error .close:after {
  color: #656565;
  content: '\f00d';
  font-family: "Font Awesome 5 Pro";
  font-size: 18px;
  font-weight: 300;
  line-height: 18px;
}
.messages .message.info,
.message-config .message.info {
  height: auto;
  padding: 16px 26px 16px 40px;
  box-sizing: border-box;
  font: normal normal normal 14px/24px Lato;
  letter-spacing: 0px;
  color: #656565;
}
.messages .message.info span::before,
.message-config .message.info span::before {
  color: #656565;
  height: 20px !important;
  width: 22px !important;
  display: inline-block;
  positon-request: no-request;
  left: 12px !important;
  top: 24px !important;
  position: absolute;
  background-size: 16px;
  background-repeat: no-repeat;
}
.messages .message.info .close,
.message-config .message.info .close {
  font-size: 0;
}
.messages .message.info .close:after,
.message-config .message.info .close:after {
  color: #656565;
  content: '\f00d';
  font-family: "Font Awesome 5 Pro";
  font-size: 18px;
  font-weight: 300;
  line-height: 18px;
}
.messages .message.notice,
.message-config .message.notice {
  height: auto;
  padding: 16px 26px 16px 43px;
  box-sizing: border-box;
  color: #656565;
  font-family: 'Lato', sans-serif;
  font-size: 14px;
  line-height: 16px;
  font-weight: 600;
}
.messages .message.notice div::before,
.message-config .message.notice div::before {
  color: #656565;
  height: 20px !important;
  width: 22px !important;
  display: inline-block;
  positon-request: no-request;
  left: 12px !important;
  top: 24px !important;
  position: absolute;
  background-size: 16px;
  background-repeat: no-repeat;
}
.messages .message.notice .close,
.message-config .message.notice .close {
  font-size: 0;
}
.messages .message.notice .close:after,
.message-config .message.notice .close:after {
  color: #656565;
  content: '\f00d';
  font-family: "Font Awesome 5 Pro";
  font-size: 18px;
  font-weight: 300;
  line-height: 18px;
}
body .page-main .page.messages {
  padding-left: 0;
  padding-right: 0;
}
.message.close {
  position: absolute;
  right: 13px;
  top: 7px;
  cursor: pointer;
}
.message.info a,
.message.success a,
.message.notice a,
.message-error a {
  color: #EF4D4D !important;
  font: 600 14px/16px 'Montserrat', sans-serif;
}
.message.info a:hover,
.message.success a:hover,
.message.notice a:hover,
.message-error a:hover {
  text-decoration: underline;
}
#confirmBox .error {
  margin: 33px 40px 5px;
  width: 100%;
}
.pager .pages {
  display: inline;
}
.pager .pages .pages-label {
  display: none;
}
.pager .pages .action {
  background-color: transparent;
  box-shadow: none;
}
.pager .pages .action.next {
  margin-left: 0;
}
.pager .pages .action.next:before {
  content: '\f105';
  font-family: "Font Awesome 5 Pro";
  font-size: 14px;
  color: #656565;
  line-height: 21px;
}
.pager .pages .pages-items .item.pages-item-next {
  position: relative;
  top: 0;
  right: 0;
  margin-left: 20px;
}
.pager .pages .pages-item-previous {
  position: relative;
  top: 0;
  left: 5px;
}
.pager .pages .action.previous {
  margin-right: 0;
}
.pager .pages .action.previous:before {
  content: '\f104';
  font-family: "Font Awesome 5 Pro";
  font-size: 14px;
  color: #656565;
  line-height: 21px;
}
.pager .pages .pages-items .item {
  margin: 0;
  float: left;
}
.pager .pages .pages-items .item a {
  font: normal normal normal 14px/20px Lato;
  letter-spacing: 0px;
  color: #656565;
  /* padding: 0 10px; */
}
.pager .pages .pages-items .item a span {
  font: normal normal normal 14px/20px Lato;
  letter-spacing: 0px;
  color: #656565;
  font-weight: 400;
}
.pager .pages .pages-items .item.current .page,
.pager .pages .pages-items .item a:hover,
.pager .pages .pages-items .item a:hover span {
  font: normal normal normal 14px/20px Lato;
  letter-spacing: 0px;
  color: #F8BA00;
  background: transparent;
}
.pager .pages .pages-items .item.current .page span {
  font: normal normal normal 14px/20px Lato;
  letter-spacing: 0px;
  color: #F8BA00;
  background: transparent;
}
.toolbar-products .pages {
  display: inline-block;
}
.pages .action.next {
  margin-left: 20px;
}
body .pages .action {
  width: 7px;
}
.pages .item {
  font: normal normal normal 14px/20px Lato;
  letter-spacing: 0px;
  color: #656565;
  margin: 0;
  display: inline-block;
  vertical-align: middle;
  height: 20px;
}
/*li.item.pages-item-next {
  display: none;
}
li.item.pages-item-previous {
  display: none;
}*/
.pages .action.next:before,
.pages .action.next:visited:before {
  font-size: 14px;
  font-family: "Font Awesome 5 Pro";
  content: '\f105';
  color: #656565;
  line-height: 21px;
}
.page-main .pages .action.previous:before,
.page-main .pages .action.previous:visited:before {
  font-size: 14px;
  font-family: "Font Awesome 5 Pro";
  content: '\f104';
  color: #656565;
  line-height: 21px;
  margin: 0 0px 0 0px;
}
.page-main .pages .action.next:before {
  margin: 0 0 0 0px;
}
.pages a.page.last,
.pages a.page.first,
.pages a.page.last:hover,
.pages a.page.first:hover {
  font-size: 0;
  position: relative;
}
.pages a.page.last,
.pages a.page.last:hover {
  padding-left: 15px;
}
.pages a.page.first,
.pages a.page.first:hover {
  padding-right: 15px;
}
.pages a.page.last:before {
  font-size: 14px;
  font-family: "Font Awesome 5 Pro";
  content: '\f101';
  color: #656565;
  line-height: 21px;
}
.pages a.page.first:before {
  font-size: 14px;
  font-family: "Font Awesome 5 Pro";
  content: '\f100';
  color: #656565;
  line-height: 21px;
}
.pages .action.next:hover:before,
.pages .action.next:visited:hover:before,
.page-main .action.previous:hover:before,
.page-main .action.previous:hover:visited:before,
.pages a.page.first:hover:before,
.pages a.page.first:hover:visited:before,
.pages a.page.last:hover:before,
.pages a.page.last:hover:visited:before {
  color: #F8BA00;
}
.pages .action.next:after,
.page-main .action.previous:after {
  display: none;
}
.page-main .action.previous {
  margin-right: 20px;
}
.pages .action {
  border: 0;
}
.pages a.page,
.pages a.page:visited {
  font: normal normal normal 14px/20px Lato;
  letter-spacing: 0px;
  color: #656565;
  padding: 0 10px;
  /* margin-right: 10px; */
}
.pages strong.page,
.pages a.page:hover,
.pages a.page:visited:hover {
  font: normal normal normal 14px/20px Lato;
  letter-spacing: 0px;
  color: #F8BA00;
  padding: 0 10px;
  background: transparent;
}
.frame,
.frame :after,
.frame :before,
.panel-popup,
.panel-popup :after,
.panel-popup :before {
  box-sizing: border-box;
}
.no-padding {
  padding: 0;
}
.no-padding-right {
  padding-right: 0 !important;
}
.no-padding-left {
  padding-left: 0 !important;
}
.line {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  /*  margin-right: -15px;
  margin-left: -15px;*/
}
.col-1,
.col-10,
.col-11,
.col-12,
.col-2,
.col-3,
.col-4,
.col-5,
.col-6,
.col-7,
.col-8,
.col-9,
.col-auto,
.col-des,
.col-des-1,
.col-des-10,
.col-des-11,
.col-des-12,
.col-des-2,
.col-des-3,
.col-des-4,
.col-des-5,
.col-des-6,
.col-des-7,
.col-des-8,
.col-des-9,
.col-des-auto,
.col-tb,
.col-tb-1,
.col-tb-10,
.col-tb-11,
.col-tb-12,
.col-tb-2,
.col-tb-3,
.col-tb-4,
.col-tb-5,
.col-tb-6,
.col-tb-7,
.col-tb-8,
.col-tb-9,
.col-tb-auto,
.col-mb,
.col-mb-1,
.col-mb-10,
.col-mb-11,
.col-mb-12,
.col-mb-2,
.col-mb-3,
.col-mb-4,
.col-mb-5,
.col-mb-6,
.col-mb-7,
.col-mb-8,
.col-mb-9,
.col-mb-auto {
  position: relative;
  width: 100%;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
.col-1 {
  -webkit-box-flex: 0;
  -ms-flex: 0 1 8.333333%;
  flex: 0 1 8.333333%;
  max-width: 8.333333%;
}
.col-2 {
  -webkit-box-flex: 0;
  -ms-flex: 0 1 16.666667%;
  flex: 0 1 16.666667%;
  max-width: 16.666667%;
}
.col-3 {
  -webkit-box-flex: 0;
  -ms-flex: 0 1 25%;
  flex: 0 1 25%;
  max-width: 25%;
}
.col-4 {
  -webkit-box-flex: 0;
  -ms-flex: 0 1 33.333333%;
  flex: 0 1 33.333333%;
  max-width: 33.333333%;
}
.col-5 {
  -webkit-box-flex: 0;
  -ms-flex: 0 1 41.666667%;
  flex: 0 1 41.666667%;
  max-width: 41.666667%;
}
.col-6 {
  -webkit-box-flex: 0;
  -ms-flex: 0 1 50%;
  flex: 0 1 50%;
  max-width: 50%;
}
.col-7 {
  -webkit-box-flex: 0;
  -ms-flex: 0 1 58.333333%;
  flex: 0 1 58.333333%;
  max-width: 58.333333%;
}
.col-8 {
  -webkit-box-flex: 0;
  -ms-flex: 0 1 66.666667%;
  flex: 0 1 66.666667%;
  max-width: 66.666667%;
}
.col-9 {
  -webkit-box-flex: 0;
  -ms-flex: 0 1 75%;
  flex: 0 1 75%;
  max-width: 75%;
}
.col-10 {
  -webkit-box-flex: 0;
  -ms-flex: 0 1 83.333333%;
  flex: 0 1 83.333333%;
  max-width: 83.333333%;
}
.col-11 {
  -webkit-box-flex: 0;
  -ms-flex: 0 1 91.666667%;
  flex: 0 1 91.666667%;
  max-width: 91.666667%;
}
.col-12 {
  -webkit-box-flex: 0;
  -ms-flex: 0 1 100%;
  flex: 0 1 100%;
  max-width: 100%;
}
.col-mb {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.col-mb-auto {
  -webkit-box-flex: 0;
  -ms-flex: 0 1 auto;
  flex: 0 1 auto;
  width: auto;
  max-width: none;
}
.col-mb-1 {
  -webkit-box-flex: 0;
  -ms-flex: 0 1 8.333333%;
  flex: 0 1 8.333333%;
  max-width: 8.333333%;
}
.col-mb-2 {
  -webkit-box-flex: 0;
  -ms-flex: 0 1 16.666667%;
  flex: 0 1 16.666667%;
  max-width: 16.666667%;
}
.col-mb-3 {
  -webkit-box-flex: 0;
  -ms-flex: 0 1 25%;
  flex: 0 1 25%;
  max-width: 25%;
}
.col-mb-4 {
  -webkit-box-flex: 0;
  -ms-flex: 0 1 33.333333%;
  flex: 0 1 33.333333%;
  max-width: 33.333333%;
}
.col-mb-5 {
  -webkit-box-flex: 0;
  -ms-flex: 0 1 41.666667%;
  flex: 0 1 41.666667%;
  max-width: 41.666667%;
}
.col-mb-6 {
  -webkit-box-flex: 0;
  -ms-flex: 0 1 50%;
  flex: 0 1 50%;
  max-width: 50%;
}
.col-mb-7 {
  -webkit-box-flex: 0;
  -ms-flex: 0 1 58.333333%;
  flex: 0 1 58.333333%;
  max-width: 58.333333%;
}
.col-mb-8 {
  -webkit-box-flex: 0;
  -ms-flex: 0 1 66.666667%;
  flex: 0 1 66.666667%;
  max-width: 66.666667%;
}
.col-mb-9 {
  -webkit-box-flex: 0;
  -ms-flex: 0 1 75%;
  flex: 0 1 75%;
  max-width: 75%;
}
.col-mb-10 {
  -webkit-box-flex: 0;
  -ms-flex: 0 1 83.333333%;
  flex: 0 1 83.333333%;
  max-width: 83.333333%;
}
.col-mb-11 {
  -webkit-box-flex: 0;
  -ms-flex: 0 1 91.666667%;
  flex: 0 1 91.666667%;
  max-width: 91.666667%;
}
.col-mb-12 {
  -webkit-box-flex: 0;
  -ms-flex: 0 1 100%;
  flex: 0 1 100%;
  max-width: 100%;
}
@media (min-width: 768px) {
  .col-tb {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
  }
  .col-tb-auto {
    -webkit-box-flex: 0;
    -ms-flex: 0 1 auto;
    flex: 0 1 auto;
    width: auto;
    max-width: none;
  }
  .col-tb-1 {
    -webkit-box-flex: 0;
    -ms-flex: 0 1 8.333333%;
    flex: 0 1 8.333333%;
    max-width: 8.333333%;
  }
  .col-tb-2 {
    -webkit-box-flex: 0;
    -ms-flex: 0 1 16.666667%;
    flex: 0 1 16.666667%;
    max-width: 16.666667%;
  }
  .col-tb-3 {
    -webkit-box-flex: 0;
    -ms-flex: 0 1 25%;
    flex: 0 1 25%;
    max-width: 25%;
  }
  .col-tb-4 {
    -webkit-box-flex: 0;
    -ms-flex: 0 1 33.333333%;
    flex: 0 1 33.333333%;
    max-width: 33.333333%;
  }
  .col-tb-5 {
    -webkit-box-flex: 0;
    -ms-flex: 0 1 41.666667%;
    flex: 0 1 41.666667%;
    max-width: 41.666667%;
  }
  .col-tb-6 {
    -webkit-box-flex: 0;
    -ms-flex: 0 1 50%;
    flex: 0 1 50%;
    max-width: 50%;
  }
  .col-tb-7 {
    -webkit-box-flex: 0;
    -ms-flex: 0 1 58.333333%;
    flex: 0 1 58.333333%;
    max-width: 58.333333%;
  }
  .col-tb-8 {
    -webkit-box-flex: 0;
    -ms-flex: 0 1 66.666667%;
    flex: 0 1 66.666667%;
    max-width: 66.666667%;
  }
  .col-tb-9 {
    -webkit-box-flex: 0;
    -ms-flex: 0 1 75%;
    flex: 0 1 75%;
    max-width: 75%;
  }
  .col-tb-10 {
    -webkit-box-flex: 0;
    -ms-flex: 0 1 83.333333%;
    flex: 0 1 83.333333%;
    max-width: 83.333333%;
  }
  .col-tb-11 {
    -webkit-box-flex: 0;
    -ms-flex: 0 1 91.666667%;
    flex: 0 1 91.666667%;
    max-width: 91.666667%;
  }
  .col-tb-12 {
    -webkit-box-flex: 0;
    -ms-flex: 0 1 100%;
    flex: 0 1 100%;
    max-width: 100%;
  }
}
@media (min-width: 992px) {
  .col-des {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
  }
  .col-des-auto {
    -webkit-box-flex: 0;
    -ms-flex: 0 1 auto;
    flex: 0 1 auto;
    width: auto;
    max-width: none;
  }
  .col-des-1 {
    -webkit-box-flex: 0;
    -ms-flex: 0 1 8.333333%;
    flex: 0 1 8.333333%;
    max-width: 8.333333%;
  }
  .col-des-2 {
    -webkit-box-flex: 0;
    -ms-flex: 0 1 16.666667%;
    flex: 0 1 16.666667%;
    max-width: 16.666667%;
  }
  .col-des-3 {
    -webkit-box-flex: 0;
    -ms-flex: 0 1 25%;
    flex: 0 1 25%;
    max-width: 25%;
  }
  .col-des-4 {
    -webkit-box-flex: 0;
    -ms-flex: 0 1 33.333333%;
    flex: 0 1 33.333333%;
    max-width: 33.333333%;
  }
  .col-des-5 {
    -webkit-box-flex: 0;
    -ms-flex: 0 1 41.666667%;
    flex: 0 1 41.666667%;
    max-width: 41.666667%;
  }
  .col-des-6 {
    -webkit-box-flex: 0;
    -ms-flex: 0 1 50%;
    flex: 0 1 50%;
    max-width: 50%;
  }
  .col-des-7 {
    -webkit-box-flex: 0;
    -ms-flex: 0 1 58.333333%;
    flex: 0 1 58.333333%;
    max-width: 58.333333%;
  }
  .col-des-8 {
    -webkit-box-flex: 0;
    -ms-flex: 0 1 66.666667%;
    flex: 0 1 66.666667%;
    max-width: 66.666667%;
  }
  .col-des-9 {
    -webkit-box-flex: 0;
    -ms-flex: 0 1 75%;
    flex: 0 1 75%;
    max-width: 75%;
  }
  .col-des-10 {
    -webkit-box-flex: 0;
    -ms-flex: 0 1 83.333333%;
    flex: 0 1 83.333333%;
    max-width: 83.333333%;
  }
  .col-des-11 {
    -webkit-box-flex: 0;
    -ms-flex: 0 1 91.666667%;
    flex: 0 1 91.666667%;
    max-width: 91.666667%;
  }
  .col-des-12 {
    -webkit-box-flex: 0;
    -ms-flex: 0 1 100%;
    flex: 0 1 100%;
    max-width: 100%;
  }
  body:not(.active-builder) .hidden-des {
    display: none !important;
  }
}
@media (min-width: 992px) {
  .row-1 .col {
    -ms-flex: 0 1 calc(100%);
    flex: 0 1 calc(100%);
    max-width: calc(100%);
    width: 100%;
  }
  .row-2 .col {
    -ms-flex: 0 1 calc(50%);
    flex: 0 1 calc(50%);
    max-width: calc(50%);
    width: 100%;
  }
  .row-3 .col {
    -ms-flex: 0 1 calc(33.33333333%);
    flex: 0 1 calc(33.33333333%);
    max-width: calc(33.33333333%);
    width: 100%;
  }
  .row-4 .col {
    -ms-flex: 0 1 calc(25%);
    flex: 0 1 calc(25%);
    max-width: calc(25%);
    width: 100%;
  }
  .row-5 .col {
    -ms-flex: 0 1 calc(20%);
    flex: 0 1 calc(20%);
    max-width: calc(20%);
    width: 100%;
  }
  .row-6 .col {
    -ms-flex: 0 1 calc(16.66666667%);
    flex: 0 1 calc(16.66666667%);
    max-width: calc(16.66666667%);
    width: 100%;
  }
  .row-7 .col {
    -ms-flex: 0 1 calc(14.28571429%);
    flex: 0 1 calc(14.28571429%);
    max-width: calc(14.28571429%);
    width: 100%;
  }
  .row-8 .col {
    -ms-flex: 0 1 calc(12.5%);
    flex: 0 1 calc(12.5%);
    max-width: calc(12.5%);
    width: 100%;
  }
}
@media (min-width: 768px) and (max-width: 991.98px) {
  .row-tablet-1 .col {
    -ms-flex: 0 1 calc(100%);
    flex: 0 1 calc(100%);
    max-width: calc(100%);
    width: 100%;
  }
  .row-tablet-2 .col {
    -ms-flex: 0 1 calc(50%);
    flex: 0 1 calc(50%);
    max-width: calc(50%);
    width: 100%;
  }
  .row-tablet-3 .col {
    -ms-flex: 0 1 calc(33.33333333%);
    flex: 0 1 calc(33.33333333%);
    max-width: calc(33.33333333%);
    width: 100%;
  }
  .row-tablet-4 .col {
    -ms-flex: 0 1 calc(25%);
    flex: 0 1 calc(25%);
    max-width: calc(25%);
    width: 100%;
  }
  .row-tablet-5 .col {
    -ms-flex: 0 1 calc(20%);
    flex: 0 1 calc(20%);
    max-width: calc(20%);
    width: 100%;
  }
  .row-tablet-6 .col {
    -ms-flex: 0 1 calc(16.66666667%);
    flex: 0 1 calc(16.66666667%);
    max-width: calc(16.66666667%);
    width: 100%;
  }
  .row-tablet-7 .col {
    -ms-flex: 0 1 calc(14.28571429%);
    flex: 0 1 calc(14.28571429%);
    max-width: calc(14.28571429%);
    width: 100%;
  }
  .row-tablet-8 .col {
    -ms-flex: 0 1 calc(12.5%);
    flex: 0 1 calc(12.5%);
    max-width: calc(12.5%);
    width: 100%;
  }
  body:not(.active-builder) .hidden-tb {
    display: none !important;
  }
}
@media (max-width: 767.98px) {
  .row-mobile-1 .col {
    -ms-flex: 0 1 calc(100%);
    flex: 0 1 calc(100%);
    max-width: calc(100%);
    width: 100%;
  }
  .row-mobile-2 .col {
    -ms-flex: 0 1 calc(50%);
    flex: 0 1 calc(50%);
    max-width: calc(50%);
    width: 100%;
  }
  .row-mobile-3 .col {
    -ms-flex: 0 1 calc(33.33333333%);
    flex: 0 1 calc(33.33333333%);
    max-width: calc(33.33333333%);
    width: 100%;
  }
  .row-mobile-4 .col {
    -ms-flex: 0 1 calc(25%);
    flex: 0 1 calc(25%);
    max-width: calc(25%);
    width: 100%;
  }
  .row-mobile-5 .col {
    -ms-flex: 0 1 calc(20%);
    flex: 0 1 calc(20%);
    max-width: calc(20%);
    width: 100%;
  }
  .row-mobile-6 .col {
    -ms-flex: 0 1 calc(16.66666667%);
    flex: 0 1 calc(16.66666667%);
    max-width: calc(16.66666667%);
    width: 100%;
  }
  .row-mobile-7 .col {
    -ms-flex: 0 1 calc(14.28571429%);
    flex: 0 1 calc(14.28571429%);
    max-width: calc(14.28571429%);
    width: 100%;
  }
  .row-mobile-8 .col {
    -ms-flex: 0 1 calc(12.5%);
    flex: 0 1 calc(12.5%);
    max-width: calc(12.5%);
    width: 100%;
  }
  body:not(.active-builder) .hidden-mb {
    display: none !important;
  }
}
.no-padding-col.section-builder-full {
  padding-left: 0 !important;
  padding-right: 0 !important;
}
.no-padding-col .line {
  margin-left: 0 !important;
  margin-right: 0 !important;
}
.no-padding-col .frame,
.no-padding-col .line div[class*=col-des],
.no-padding-col .line div[class*=col-tb],
.no-padding-col .line div[class*=col-mb] {
  padding-left: 0 !important;
  padding-right: 0 !important;
}
.no-margin {
  margin: 0 !important;
}
.no-margin-top {
  margin-top: 0 !important;
}
.no-margin-bottom {
  margin-bottom: 0 !important;
}
@media (max-width: 1280px) {
  h1,
  .h1,
  h1.page-title {
    font-size: 40px;
    line-height: 1.2;
    text-align: center;
  }
  h2,
  .h2 {
    font-size: 35px;
    line-height: 1.2;
  }
}
@media (max-width: 767px) {
  h1,
  .h1,
  h1.page-title {
    font-size: 34px;
    line-height: 1.2;
    text-align: center;
  }
  h2,
  .h2 {
    font-size: 32px;
    line-height: 1.2;
  }
  h3,
  .h3 {
    font-size: 28px;
    line-height: 1.2;
  }
  .page-main .action,
  .page-main button {
    width: 100%;
  }
  body .featured-banner:after {
    content: "";
    width: 100%;
    height: 100%;
    background: #000;
    opacity: 0.2;
    position: absolute;
    left: 0;
    top: 0;
  }
  .featured-banner .featured-image {
    max-height: 200px;
    min-height: 200px;
  }
  body .featured-banner .featured-content {
    top: 50%;
    transform: translateY(-50%);
    bottom: auto;
  }
  .sections.nav-sections + .featured-banner {
    margin-top: 71px;
    margin-bottom: 40px;
  }
  body .featured-banner .featured-content .breadcrumbs {
    margin-top: 10px;
    margin-bottom: 0;
  }
  body.catalogsearch-result-index .featured-banner .breadcrumbs {
    display: none;
  }
  .navigation,
  .breadcrumbs,
  .page-header .header.panel,
  .header.content,
  .footer.content,
  .page-main,
  .page-wrapper > .widget,
  .page-wrapper > .page-bottom,
  .block.category.event,
  .top-container {
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media (max-width: 575px) {
  h1,
  .h1,
  h1.page-title {
    font-size: 30px;
    line-height: 1.2;
  }
  h2,
  .h2 {
    font-size: 24px;
    line-height: 1.2;
  }
  h3,
  .h3 {
    font-size: 20px;
  }
}
* {
  box-sizing: border-box;
}
.sendfriend-product-send .form.send.friend .fieldset .additional .action.remove {
  position: absolute;
  bottom: 0;
  top: initial;
}
.sendfriend-product-send .form.send.friend .fieldset .additional .action.remove:after {
  display: none;
}
ul.header.links li.link.wishlist {
  display: none;
}
body.search-open {
  overflow: hidden;
}
.modal-popup .modal-title {
  letter-spacing: 0;
}
.minicart-items .product-item-details .price {
  border-bottom: 0;
}
ul.header.links li.item.link.compare {
  display: none;
}
ul.header.links li.link.rewards {
  display: none;
}
header.page-header.sticky {
  -webkit-box-shadow: 0px 2px 5px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 2px 5px rgba(0, 0, 0, 0.2);
}
.minicart-items .action.edit {
  display: none;
}
.minicart-items .product-item-details .details-qty {
  cursor: auto;
}
.navigation ul {
  margin: 0 auto;
  float: none;
  text-align: center;
  z-index: 0;
  background: transparent;
}
.sections.nav-sections {
  background: #1F1F1F;
  -webkit-box-shadow: 0px 3px 6px #0000004D;
  box-shadow: 0px 3px 6px #0000004D;
  pointer-events: none;
  padding: 29px 0;
}
body .ves-megamenu li.level0 > a {
  text-align: left;
  padding: 10px 0;
  font: normal normal normal 14px/20px Lato;
  letter-spacing: 0px;
  color: #AFAFAF;
  text-transform: capitalize;
}
body .ves-megamenu li.level0.categories-menu {
  background: #1E4064;
  position: relative;
}
body .ves-megamenu li.level0.categories-menu > a {
  position: relative;
  color: #fff;
}
body .ves-megamenu li.level0.categories-menu > a:after {
  content: "";
  display: block;
  width: 9px;
  height: 14px;
  position: absolute;
  top: 50%;
  right: 30px;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  background-image: url(../../frontend/Verz/default/en_US/images/dropdownarrow.svg);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
}
.catalog-product-view .block-minicart .item.product.product-item:hover,
.catalog-product-view .block-minicart .item.product.product-item:focus {
  -webkit-box-shadow: none;
  box-shadow: none;
}
.catalog-product-view .block-minicart .item.product.product-item {
  -webkit-box-shadow: none;
  box-shadow: none;
}
.categories-menu .submenu {
  background: #fff;
}
.categories-menu > .submenu {
  background: #F4F4F4;
}
body .ves-megamenu li.level0.categories-menu > a {
  font: normal normal bold 14px/30px Lato;
  letter-spacing: 0px;
  text-transform: uppercase;
  display: block;
  padding-left: 30px;
  padding-right: 60px;
  width: 262px;
}
body .ves-megamenu li.level0:hover > a,
body .ves-megamenu li.active > a {
  background: transparent;
  color: #fff;
}
.footer-top .newsletter-title {
  position: relative;
  padding-left: 97px;
  padding-right: 40px;
}
.footer-top .newsletter-title:before {
  content: "";
  display: block;
  width: 70px;
  height: 58px;
  position: absolute;
  left: 0;
  top: 17px;
  background-image: url(../../frontend/Verz/default/en_US/images/newsletter.svg);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}
.ves-megamenu .position-relative > a:after {
  position: relative;
  top: 0px;
  font-family: 'FontAwesome';
  content: '\f107';
  color: #656565;
  font-size: 11px;
  line-height: 18px;
  display: inline-block;
  width: 20px;
  right: 0;
  z-index: 9;
  margin-left: -3px;
  vertical-align: text-bottom;
  text-align: right;
}
.ves-megamenu .position-relative:hover > a:after,
.ves-megamenu .position-relative.active > a:after {
  color: #F8BA00;
}
.position-relative {
  position: relative;
}
.ves-megamenu .dropdown.submenu-left.position-relative {
  position: relative;
}
body .header.content:before,
body .header.content:after {
  display: none;
}
body .header.content {
  display: block;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-justify-content: space-between;
  width: 100%;
  padding: 0 20px;
  max-width: 1178px;
}
body .header.content:after {
  content: "";
  display: table;
  clear: both;
}
.sections.nav-sections {
  z-index: 8;
}
header.page-header {
  position: fixed;
  width: 100%;
  top: 0;
  z-index: 9;
  background: #fff;
  border: 0;
}
ul.header.links li .content {
  border: 0;
}
ul.header.links li .content a {
  font: normal normal normal 14px/20px Lato;
  color: #656565;
  text-transform: capitalize;
  position: relative;
  top: -1px;
}
ul.header.links li .content a:hover {
  color: #F8BA00;
}
ul.header.links:hover li {
  opacity: 1;
  visibility: visible;
}
.header-left {
  display: block;
  float: left;
  width: auto;
  background: #fff;
}
.header-right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  float: right;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  position: relative;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: 80px;
  padding: 17px 0 18px;
}
.minicart-wrapper .action.close:focus,
.minicart-wrapper .action.close:active {
  background: none;
  border: none;
  color: #000;
}
.minicart-wrapper .action.showcart:before,
.minicart-wrapper .action.showcart.active:before {
  width: 19px;
  height: 17px;
  content: '';
  background: url(../../frontend/Verz/default/en_US/images/icon-cart.svg) no-repeat center;
  background-size: contain;
  position: relative;
  top: 6px;
  margin-right: 8px;
}
.minicart-wrapper .action.showcart:after {
  content: "";
  display: block;
  width: 34px;
  height: 37px;
  background: #173555;
  position: absolute;
  top: -18px;
  left: -18px;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.paypal.checkout.paypal-logo.paypal-express-in-context-mini-cart-container {
  display: none;
}
.minicart-items .update-cart-item {
  padding: 0 15px !important;
}
.minicart-items .update-cart-item,
.minicart-items .update-cart-item:focus {
  /* font: normal normal normal 14px/24px Lato; */
  letter-spacing: 0px;
}
.minicart-items .product-item {
  padding: 0;
}
.minicart-wrapper .block-minicart {
  padding: 30px 15px 20px 15px;
}
.minicart-wrapper .item.product.product-item {
  padding: 15px 0;
}
.minicart-wrapper .item.product.product-item:first-child {
  padding-top: 0;
}
.minicart-wrapper .item.product.product-item:last-child {
  padding-bottom: 0;
}
.minicart-wrapper .minicart-items .action.edit:hover:before,
.minicart-wrapper .minicart-items .action.delete:hover:before {
  color: #F8BA00;
}
.minicart-items .product-item-pricing .label {
  margin-right: 4px;
}
.minicart-wrapper strong.product-item-name,
.minicart-wrapper strong.product-item-name a,
.abs-product-link > a:visited,
.minicart-wrapper .product-item-name > a:visited,
.minicart-wrapper .product.name a > a:visited {
  font: normal normal normal 14px/24px Lato;
}
.minicart-wrapper strong.product-item-name a:hover {
  color: #F8BA00;
  text-decoration: none;
}
header .minicart-items .product-item-details {
  padding-left: 115px;
  position: relative !important;
}
.minicart-wrapper .block-minicart {
  font: normal normal normal 14px/24px Lato;
}
.block-minicart .amount .price-wrapper:first-child .price {
  font-size: 16px;
  font-weight: 700;
  border-bottom: 0;
}
.modal-popup.confirm .modal-inner-wrap .modal-content {
  padding-left: 15px;
  padding-right: 15px;
  line-height: 1.4;
}
.modal-popup .modal-footer,
.modal-popup .modal-header,
.modal-popup .modal-content,
.modal-popup .modal-footer {
  padding-left: 15px;
  padding-right: 15px;
}
header .product.options {
  display: none;
}
.modal-popup .modal-footer button:not(.primary) {
  -webkit-box-shadow: none;
  box-shadow: none;
  margin-right: 10px;
}
.block-minicart .block-content > .actions > .primary {
  margin: 0 0px 15px;
}
.minicart-wrapper .action.close:hover {
  color: #000;
  opacity: 0.8;
}
button.action-accept:disable {
  pointer-events: all;
}
/*.modal-popup .modal-footer button:not(.primary):focus{
    background: linear-gradient(to right, #913a89, #724192);
    border: 1px solid transparent;
    text-align: center;
    font: normal normal bold 13px/50px Lato;
    letter-spacing: 0px;
    color: #FFFFFF;
}*/
.block-minicart .block-content > .actions > .primary .action.primary {
  font-size: 14px;
}
.minicart-wrapper .action.showcart .counter.qty {
  padding: 0;
  position: static;
  letter-spacing: -1.5px;
  top: 0;
  background: transparent;
  font: normal normal normal 14px/30px Lato;
  height: auto;
  margin: 0;
  border-radius: 0;
  display: inline;
  min-width: 0;
  overflow: visible;
}
.minicart-wrapper .action.showcart .counter.qty:before {
  content: "(";
}
.minicart-wrapper .action.showcart .counter.qty:after {
  content: ")";
}
.minicart-items .item-qty {
  margin-right: 3px;
  text-align: center;
  width: 50px;
  padding: 10px;
  height: 50px;
}
.minicart-items .product-item-name a {
  color: #656565;
}
.minicart-items-wrapper {
  max-height: 50vh;
  margin: 0 -15px;
}
.minicart-items-wrapper::-webkit-scrollbar {
  width: 5px;
}
.minicart-wrapper .block-minicart {
  margin-top: 17px;
}
.minicart-wrapper .block-minicart:before {
  right: 14px;
}
.minicart-wrapper .block-minicart:after {
  right: 13px;
}
.block-minicart .subtitle.empty {
  padding: 10px 0 20px;
}
header li.link.wishlist {
  display: none;
}
span.counter.qty {
  border-radius: 50%;
  min-width: 20px;
  height: 20px;
  line-height: 20px;
  padding: 0;
  position: absolute;
  right: -9px;
  top: -17px;
  background: #F8BA00;
  font-size: 10px;
  line-height: 21px;
  color: #fff;
  text-align: center;
}
body ul.header.links.account a.title {
  display: block;
  width: 15px;
  height: 15px;
  background: url('../../frontend/Verz/default/en_US/images/icon-acount.svg') no-repeat center;
  background-size: 100% 100%;
  clip: inherit;
  font-size: 0;
  left: 0;
  top: 7px;
}
.ves-megamenu li.level0 .nav-anchor > img {
  margin-right: 10px;
}
body ul.header.links.account:hover a.title {
  background: url('../../frontend/Verz/default/en_US/images/icon-acount-hover.svg') no-repeat center;
  background-size: 100% 100%;
}
ul.header.links.account {
  display: block;
  position: relative;
  top: 0;
  margin-bottom: 0;
}
ul.header.links.account .link.account-nav {
  margin: 0 20px;
  margin-right: 32px;
  position: relative;
  padding-left: 23px;
}
ul.header.links.account .link.account-nav.logged-in {
  /* margin-right: 28px;
	padding-left: 19px; */
}
@media (min-width: 1024px) {
  ul.header.links.account .link.account-nav.logged-in {
    margin: 0 10px;
    margin-right: 16px;
  }
}
ul.header.links.account li:first-child {
  margin-right: 5px;
}
ul.header.links.account .account-nav li:first-child:after {
  content: "|";
  color: #E5E5E5;
  position: relative;
  left: 1px;
}
body .navigation {
  background: transparent;
  padding: 0px 20px;
  max-width: 1178px;
}
body .ves-megamenu ul li {
  pointer-events: auto;
}
body .ves-megamenu .level0 {
  pointer-events: auto;
  margin: 0  21px;
  /* padding: 0 11px 0 14px; */
  padding: 0;
  font-weight: 400;
}
ul.header.links.account > li {
  list-style: none;
  display: block;
  float: none;
  padding-left: 23px;
  margin-bottom: 0;
}
header a.logo {
  margin: 0;
  float: none;
  max-width: 100%;
}
header .minicart-wrapper {
  margin-left: 0;
}
.minicart-wrapper .action.showcart,
.minicart-wrapper .action.showcart.active {
  vertical-align: top;
  position: relative;
  background: #1E4064;
  font: normal normal bold 14px/30px Lato;
  height: 46px;
  width: 149px;
  color: #FFFFFF;
  text-transform: uppercase;
  padding: 7px 17px 7px 18px;
  overflow: hidden;
  text-align: center;
  font-weight: normal;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.minicart-wrapper .action.showcart:hover {
  background: #F8BA00;
}
.minicart-wrapper .action.showcart:hover:after {
  background: #EDB200;
}
.minicart-items .product-item-details .price-including-tax,
.minicart-items .product-item-details .price-excluding-tax {
  margin: 0 0 20px 0;
}
body .navigation .level0 .submenu a,
body .ves-megamenu .dropdown-menu .subgroup.level1 > a {
  text-align: left;
  font-family: 'Roboto Slab', serif;
  font-size: 14px;
  line-height: 20px;
  font-weight: 500;
  letter-spacing: 0px;
  color: #656565;
  padding: 14.7px 30px;
  text-transform: capitalize;
  background: #fff;
  position: relative;
  z-index: 2;
}
body .navigation .level0 .submenu .submenu a {
  font: normal normal normal 14px/30px Lato;
  letter-spacing: 0px;
  color: #656565;
  padding: 0px 25px 0px 31px;
}
body .navigation .level0 .submenu .submenu a:hover {
  color: #F8BA00;
}
body .navigation .ves-megamenu .level0 .submenu .submenu {
  z-index: 1;
  margin-left: -1px !important;
}
body .navigation .ves-megamenu .level0 .submenu .submenu .megamenu-content {
  padding: 10px 0;
}
body .navigation .level0 .submenu .mega-col-level-1 .nav-item.level1 > a {
  border-bottom: 1px solid #F4F4F4;
}
body .navigation .level0 .submenu .row:last-child .mega-col-level-1 .nav-item.level1 {
  border-bottom: 0;
}
body .navigation .level0 .submenu .submenu a {
  background: #F4F4F4;
}
body .navigation .level0 .submenu .active > a {
  border: 0;
  color: #656565;
  font-weight: bold;
  background: #F4F4F4;
}
body .navigation .level0 .submenu .mega-col-level-1,
body .navigation .level0 .submenu .mega-col-level-1 .nav-item.level1 {
  position: static !important;
}
body .navigation .ves-megamenu .level0 .submenu .submenu {
  height: 100%;
}
body .ves-megamenu.menu-hover .subhover .dropdown-menu {
  -webkit-box-shadow: 0px 6px 15px #00000047;
  box-shadow: 0px 6px 15px #00000047;
  border: 0;
}
body .navigation .level0 .submenu a:hover {
  color: #F8BA00;
  background: #F4F4F4;
}
body .ves-megamenu.menu-hover .subhover:hover .dropdown-menu {
  border: 0;
}
ul.header.links.account:hover .content {
  opacity: 1;
  visibility: visible;
}
ul.header.links li .content nav.account-nav {
  position: relative;
  z-index: 1;
}
/*Footer*/
.block.newsletter .title {
  display: block;
}
.block.newsletter .newsletter-title strong {
  text-align: left;
  font-family: 'Roboto Slab', serif;
  font-size: 40px;
  line-height: 55px;
  font-weight: 500;
  letter-spacing: 0px;
  color: #FFFFFF;
  text-transform: capitalize;
  letter-spacing: -1.2px;
}
.block.newsletter .newsletter-title p {
  font-size: 16px;
}
.footer-top img {
  max-width: 43.03px;
}
.footer-middle img {
  max-width: 43.03px;
  margin-top: 1px;
}
.footer.content .footer-top .block {
  float: none;
  width: 100%;
  /* display: flex; */
  margin: 0;
  padding: 47px 0 53px 0;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  background-size: cover;
}
footer .footer.content {
  border: 0;
  max-width: 100%;
  padding: 0;
  margin: 0;
}
.logo img {
  width: auto;
}
.header-middle button.action.search .fa-search:before {
  content: "";
  display: block;
  width: 14px;
  height: 15px;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  background-image: url(../../frontend/Verz/default/en_US/images/search-icon.svg);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
}
body .page-header .panel.wrapper {
  border: 0;
}
.footer-middle .box-content > div {
  position: relative;
  padding-left: 34px;
  margin-top: 0px;
  margin-bottom: 0;
  font: normal normal normal 14px/22px Lato;
  letter-spacing: 0px;
  color: #AAAAAA;
}
.footer-middle .box-content > div.intro {
  padding-left: 0;
}
.footer-middle .box-content > div.social {
  padding-left: 0;
  margin-top: 19px;
}
.footer-middle .box-content > div.social a {
  font-size: 0;
  margin-left: 17px;
  position: relative;
  top: 3px;
}
.footer-middle .box-content > div.social a:first-child {
  margin-left: 22px;
}
.footer-middle .box-content > div.social a:hover {
  opacity: 0.5;
}
.footer-middle .box-content > div.social a:after {
  content: "";
  display: inline-block;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}
.footer-middle .box-content > div.social a.facebook:after {
  width: 9px;
  height: 14px;
  background-image: url(../../frontend/Verz/default/en_US/images/facebook.svg);
}
.footer-middle .box-content > div.social a.twitter:after {
  width: 14px;
  height: 14px;
  background-image: url(../../frontend/Verz/default/en_US/images/twitter.svg);
}
.footer-middle .box-content > div.social a.instagram:after {
  width: 12px;
  height: 14px;
  background-image: url(../../frontend/Verz/default/en_US/images/instagram.svg);
}
.footer-middle .box-content > div.social a.linkedin:after {
  width: 12px;
  height: 14px;
  background-image: url(../../frontend/Verz/default/en_US/images/linkedin.svg);
}
.footer-middle .box-content > div:before,
.footer-middle .box-content > div a:before {
  position: absolute;
  content: '';
  display: block;
  left: 0;
  top: 3px;
}
.footer-middle .box-content > div.location a:before {
  background: url('../../frontend/Verz/default/en_US/images/map-pin.svg') no-repeat center;
  background-size: contain;
  width: 8px;
  height: 14px;
}
.footer-middle .box-content > div.location a:hover:before {
  background-image: url(../../frontend/Verz/default/en_US/images/map-pin-hover.svg);
}
.footer-middle .box-content > div.tel a:before {
  background: url('../../frontend/Verz/default/en_US/images/phone.svg') no-repeat center;
  background-size: contain;
  width: 14px;
  height: 14px;
}
.footer-middle .box-content > div.whatsapp a:before {
  background-size: contain;
  /* width: 14px; */
  /* height: 14px; */
  top: 0px;
  content: "\f232";
  font-size: 18px !important;
  display: inline-block;
  font-family: FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.footer-middle .box-content > div.tel a:hover:before {
  background-image: url(../../frontend/Verz/default/en_US/images/phone-hover.svg);
}
.footer-middle .box-content > div.fax a:before {
  background: url('../../frontend/Verz/default/en_US/images/fax.svg') no-repeat center;
  background-size: contain;
  width: 14px;
  height: 14px;
}
.footer-middle .box-content > div.fax a:hover:before {
  background-image: url(../../frontend/Verz/default/en_US/images/fax-hover.svg);
}
.footer-middle .box-content > div.mail a:before {
  background: url('../../frontend/Verz/default/en_US/images/envelope.svg') no-repeat center;
  background-size: contain;
  width: 14px;
  height: 14px;
  top: 3px;
}
.footer-middle .box-content > div.mail a:hover:before {
  background-image: url(../../frontend/Verz/default/en_US/images/envelope-hover.svg);
}
.block.newsletter input {
  background: #fff;
  height: 50px;
  border: 0;
  padding: 0 28px !important;
  text-align: left;
  color: #ABABAB;
  font: normal normal normal 14px/20px Lato;
  letter-spacing: 0px;
  color: #656565;
  border-radius: 0;
}
.block.newsletter input::-webkit-input-placeholder {
  /* Edge */
  color: #909090;
  text-transform: capitalize;
}
.block.newsletter input:-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: #909090;
  text-transform: capitalize;
}
.block.newsletter input::-moz-placeholder {
  color: #909090;
  text-transform: capitalize;
}
.block.newsletter input::-ms-input-placeholder {
  color: #909090;
  text-transform: capitalize;
}
.block.newsletter input::placeholder {
  color: #909090;
  text-transform: capitalize;
}
.block.newsletter .field .control:before {
  display: none;
}
.footer-top-container .block.newsletter .field {
  margin-right: 0;
}
footer .block.newsletter .action.subscribe {
  font: normal normal bold 14px/30px Lato;
  text-transform: uppercase;
  letter-spacing: 0px;
  color: #FFFFFF;
  text-align: center;
  background: #F8BA00;
  border: 1px solid transparent;
  width: 114px;
  height: 50px;
  padding: 8px 10px;
  border: 0;
  border-radius: 0;
  -webkit-transition-duration: 1s;
  -o-transition-duration: 1s;
  transition-duration: 1s;
  position: relative;
  overflow: hidden;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
footer .block.newsletter .action.subscribe:hover {
  background: #1E4064;
}
footer .block.newsletter .action.subscribe:before {
  content: "";
  display: block;
  width: 34px;
  height: 37px;
  background: #EDB200;
  position: absolute;
  top: -18px;
  left: -18px;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
footer .block.newsletter .action.subscribe:hover:before {
  background: #173555;
}
footer .footer.content {
  background-image: url(../../frontend/Verz/default/en_US/images/FooterImage.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  color: #fff;
}
.page-footer p {
  color: #fff;
}
.footer-top-container .container {
  max-width: 1244px;
  margin: 0 auto;
  padding: 0 20px;
  width: 100%;
}
.footer-middle h3 {
  font-family: 'Roboto Slab', serif;
  font-size: 20px;
  line-height: 24px;
  font-weight: 500;
  letter-spacing: -0.6px;
  color: #FFFFFF;
  margin-top: 0;
  margin-bottom: 22px;
  text-transform: capitalize;
}
.footer-middle .container {
  max-width: 1177px;
  margin: 0 auto;
  padding: 0 20px;
}
.footer-middle .line {
  margin-right: 0;
  margin-left: 0;
  border-top: 1px solid rgba(255, 255, 255, 0.25);
  padding-top: 56px;
  padding-bottom: 47px;
}
.footer-middle a,
.footer-middle p {
  font: normal normal normal 14px/22px Lato;
  letter-spacing: 0px;
  color: #AAAAAA;
}
.footer-middle a:hover {
  color: #F8BA00;
}
footer .content-bottom-product {
  display: none;
}
.footer-middle .box-content.site-map {
  width: 30%;
  padding-left: 9.2%;
}
.footer-middle .box-content {
  width: 30%;
}
.footer-middle ul.site-map {
  /* padding-left: 102px; */
  font-size: 0;
}
footer .footer.content .footer-middle ul > li {
  display: block;
  margin-bottom: -1px;
  vertical-align: top;
}
footer .footer.content .footer-middle ul {
  display: block;
  font-size: 0;
}
.footer-bottom ul li img {
  max-width: 35.29px;
  margin-left: 8.04px;
  display: inline-block;
  vertical-align: middle;
}
.footer-bottom ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.footer-bottom .content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.footer-bottom {
  background: #191919;
  padding: 9px 0 12px;
}
.footer .copyright,
.footer .bugs {
  font: normal normal normal 14px/15px Lato;
  letter-spacing: 0px;
  color: #AAAAAA;
  margin: 0;
}
.footer .copyright a {
  color: #DBDBDB;
}
.footer .copyright a:hover {
  color: #F8BA00;
}
.footer .copyright a:after {
  content: "";
  display: inline-block;
  width: 14px;
  height: 12px;
  background-image: url(../../frontend/Verz/default/en_US/images/VerzLogo.svg);
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  margin-left: 5px;
}
.footer .copyright a:hover:after {
  background-image: url(../../frontend/Verz/default/en_US/images/VerzLogo-hover.svg);
}
.footer-middle .box-content:nth-child(2) {
  width: 28%;
  padding-left: 10.4%;
}
.footer-middle .box-content:last-child {
  width: 12%;
  padding-left: 0.8%;
}
.footer-bottom .container {
  max-width: 1177px;
  margin: 0 auto;
  padding: 0 20px;
}
.footer-middle .box-content.site-map > div {
  padding-left: 102px;
}
.footer-middle .box-content .location p {
  font: normal normal normal 14px/19px Open Sans;
  letter-spacing: 0px;
  color: #656565;
  margin-bottom: 8px;
}
.footer-middle .box-content:last-child p {
  margin-bottom: 15px;
}
.footer-middle .box-content:last-child p a {
  display: block;
  margin-bottom: 15px;
}
.header-middle {
  float: left;
  padding: 17px 13px 18px;
}
#search_mini_form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.header-middle .screen-reader-text {
  display: none;
}
.header-middle #search {
  border: 1px solid #E3E3E3;
  height: 45px;
  font: normal normal normal 14px/20px Lato;
  letter-spacing: 0px;
  color: #656565;
  text-transform: capitalize;
  border-radius: 0;
  border-right: 0;
  padding: 0px 19px;
  width: 238px;
}
.header-middle #search::-webkit-input-placeholder {
  /* Edge */
  color: #909090;
}
.header-middle #search:-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: #909090;
}
.header-middle #search::-moz-placeholder {
  color: #909090;
}
.header-middle #search::-ms-input-placeholder {
  color: #909090;
}
.header-middle #search::placeholder {
  color: #909090;
}
.header-middle .child_category.select-custom {
  border: 1px solid #E3E3E3;
  height: 45px;
  /* font: normal normal normal 14px/20px Lato; */
  letter-spacing: 0px;
  color: #909090;
  text-transform: capitalize;
  border-radius: 0;
  width: 186px;
  padding: 0px 19px;
  padding-right: 46px;
  background: #ffffff url(../../frontend/Verz/default/en_US/images/background-select.svg) no-repeat right 19px center;
  background-size: 9px;
}
.header-middle .child_category.select-custom:focus {
  font-weight: normal;
}
.header-middle button.action.search {
  height: 45px;
  display: block;
  padding: 0 23.5px;
  opacity: 1;
  border-radius: 0;
  background: #F8BA00;
  position: relative;
  overflow: hidden;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.header-middle button.action.search:hover {
  background: #1E4064;
}
.header-middle button.action.search:before {
  content: "";
  display: block;
  width: 34px;
  height: 37px;
  background: #EDB200;
  position: absolute;
  top: -18px;
  left: -18px;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.header-middle button.action.search:hover:before {
  background: #173555;
}
.header-right ul.nav.items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.minicart-wrapper .action.showcart .text {
  height: auto;
  margin: auto;
  overflow: visible;
  position: static;
  width: auto;
}
.header-phone-number {
  margin-right: 10px;
  margin-top: 9px;
}
.header-phone-number a {
  font: normal normal normal 14px/20px Lato;
  color: #656565;
  text-transform: capitalize;
  position: relative;
  padding-left: 27px;
}
.header-phone-number a:hover {
  color: #F8BA00;
}
.header-phone-number a:before {
  content: "";
  display: block;
  width: 17px;
  height: 16px;
  position: absolute;
  left: 0;
  top: 1px;
  background-image: url(../../frontend/Verz/default/en_US/images/whatsapp.svg);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}
.header-phone-number a:hover:before {
  background-image: url(../../frontend/Verz/default/en_US/images/whatsapp-hover.svg);
}
.navigation ul .level0:first-child {
  margin-left: 0;
}
.navigation .level0 .submenu:before {
  display: none;
}
.mobile-toggle {
  width: 14px;
  height: 15px;
  background-image: url(../../frontend/Verz/default/en_US/images/search-icon-black.svg);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
}
.mobile-toggle:hover {
  background-image: url(../../frontend/Verz/default/en_US/images/search-icon-hover.svg);
}
.mobile-toggle,
.mobile-close {
  display: none;
}
.mobile-close {
  position: absolute;
  right: 15px;
  top: 15px;
  width: 30px;
  height: 30px;
  background-image: url(../../frontend/Verz/default/en_US/images/close.svg);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
}
.minicart-wrapper .product .actions {
  position: absolute;
  right: 0;
  bottom: 12px;
}
body .ves-megamenu li.level0 .nav-anchor > img {
  margin-bottom: -3px;
}
.modal-popup .modal-footer button:focus {
  background: #1E4064;
}
.modal-popup .modal-footer button:hover {
  background: #F8BA00;
}
@media (min-width: 951px) {
  .footer-top-container .container {
    max-width: 1177px;
    margin: 0 auto;
    padding: 0 20px;
    width: 100%;
    display: block;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  .block.newsletter .content {
    width: 45.7%;
    float: right;
    padding-top: 20px;
  }
  .footer-top .newsletter-title {
    width: 54.3%;
    float: left;
  }
}
@media only screen and (min-width: 768px) {
  body .minicart-wrapper .block-minicart {
    right: 0;
  }
  .ves-megamenu .nav-item.submenu-left.dropdown-submenu .opener {
    display: block;
  }
  .ves-megamenu .nav-item.submenu-left.dropdown-submenu .opener:before {
    position: relative;
    top: 0px;
    font-family: 'FontAwesome';
    content: '\f107';
    color: #656565;
    font-size: 14px;
    line-height: 18px;
    display: inline-block;
    width: 20px;
    right: 0;
    z-index: 9;
    margin-left: -3px;
    vertical-align: text-bottom;
    text-align: right;
    -webkit-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    transform: rotate(-90deg);
  }
  .sections.nav-sections {
    position: fixed;
    top: 80px;
    text-align: center;
    padding: 0;
  }
  .ves-megamenu .nav-item.submenu-left.dropdown-submenu > a:hover .opener:before,
  body .navigation .level0 .submenu .active > a .opener:before {
    color: #fff;
  }
  body .navigation .ves-megamenu .level0 .submenu .submenu {
    left: 100% !important;
    background: #F4F4F4;
    -webkit-box-shadow: none;
    box-shadow: none;
    -webkit-box-shadow: 0px 6px 15px #00000047;
    box-shadow: 0px 6px 15px #00000047;
    width: 92% !important;
  }
  .page-header .header.panel {
    display: none;
  }
  body .ves-megamenu .level0 {
    float: none;
  }
  body .ves-menu .ves-megamenu {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
}
@media (min-width: 768px) {
  body .ves-megamenu li.level0 > a:before {
    position: absolute;
    bottom: 26px;
    height: 3px;
    background: transparent;
    content: '';
    display: block;
    width: 0;
    -o-transition-duration: 1s;
    transition-duration: 1s;
    -webkit-transition-duration: 1s;
    left: 0;
  }
  body .ves-megamenu.menu-hover .subhover:hover .dropdown-menu {
    padding: 0;
  }
}
@media (max-width: 1240px) {
  body .ves-megamenu .level0 {
    margin: 0 20px;
  }
}
@media (max-width: 1200px) {
  .footer-middle .box-content:nth-child(2) {
    padding-left: 4%;
  }
  .footer-middle .box-content.site-map {
    width: 26%;
    padding-left: 5.2%;
  }
  .footer-middle .box-content.site-map > div {
    padding-left: 40px;
  }
  .footer-middle .box-content:last-child {
    padding-left: 0;
    width: 16%;
  }
  .block.newsletter .newsletter-title strong {
    font-size: 38px;
  }
  .header-middle #search {
    width: 150px;
  }
  .header-middle .child_category.select-custom {
    width: 145px;
  }
  .minicart-wrapper .action.showcart,
  .minicart-wrapper .action.showcart.active {
    width: 140px;
    padding: 7px 10px;
  }
  ul.header.links.account .link.account-nav {
    margin: 0 10px;
    margin-right: 0px;
  }
}
@media (max-width: 1200px) and (min-width: 1024px) {
  ul.header.links.account .link.account-nav.logged-in {
    margin: 0 14px 0 5px;
  }
  ul.header.links.account .link.account-nav {
    margin: 0 10px;
    margin-right: 15px;
  }
  .header-middle #search {
    width: 140px;
  }
  .header-middle .child_category.select-custom {
    width: 140px;
  }
}
@media (max-width: 1023px) and (min-width: 768px) {
  ul.header.links.account .link.account-nav.logged-in {
    margin-right: 0px;
  }
  footer .footer.content .footer-middle ul > li {
    width: 100%;
  }
  ul.header.links li .content {
    display: none;
    position: absolute;
    top: 100%;
    left: 0;
    background: #fff;
  }
  ul.header.links.account > li:hover .content {
    display: block;
    -webkit-box-shadow: 0px 6px 15px #00000047;
    box-shadow: 0px 6px 15px #00000047;
    display: none;
  }
  .header-right ul.nav.items {
    display: block;
    width: 100px;
    padding: 10px;
  }
  ul.header.links.account .account-nav li:first-child:after {
    display: none;
  }
  ul.header.links.account {
    height: 80px;
  }
  body ul.header.links.account a.title {
    top: 0;
    height: 100%;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
  }
  ul.header.links.account > li {
    height: 100%;
    margin: 0;
    padding: 0;
    width: 35px;
    position: relative;
  }
  /* .minicart-wrapper .action.showcart, .minicart-wrapper .action.showcart.active {
		width: 47px;
		height: 45px;
		padding: 0;
		font-size: 0;
	}

	.minicart-wrapper .action.showcart:before, .minicart-wrapper .action.showcart.active:before {
		top: 50%;
		left: 50%;
		position: absolute;
		-webkit-transform: translate(-50%, -50%);
		-ms-transform: translate(-50%, -50%);
		transform: translate(-50%, -50%);
	} */
  .minicart-wrapper .action.showcart .text {
    display: none;
  }
  .minicart-wrapper .action.showcart:before,
  .minicart-wrapper .action.showcart.active:before {
    background: url(../../frontend/Verz/default/en_US/images/icon-cart-black.svg) no-repeat center;
    background-size: contain;
    top: 8px;
  }
  .minicart-wrapper .action.showcart:hover:before,
  .minicart-wrapper .action.showcart.active:hover:before {
    background: url(../../frontend/Verz/default/en_US/images/icon-cart-hover.svg) no-repeat center;
    background-size: contain;
  }
  .minicart-wrapper .action.showcart,
  .minicart-wrapper .action.showcart.active {
    background: transparent;
    padding: 0px;
    width: 24px;
    height: 36px;
    overflow: visible;
  }
  .minicart-wrapper .action.showcart:after {
    display: none;
  }
  .minicart-wrapper .action.showcart:hover {
    background: transparent;
  }
  .minicart-wrapper .action.showcart .counter.qty {
    right: -4px;
    top: -1px;
  }
  .header-middle .child_category.select-custom {
    width: 160px;
    padding-left: 20px;
    padding-right: 30px;
    background: #ffffff url(../../frontend/Verz/default/en_US/images/background-select.svg) no-repeat right 20px center;
    background-size: 9px;
  }
  .header-middle #search {
    width: 160px;
    padding: 0 20px;
  }
  body .ves-megamenu li.level0.categories-menu > a {
    width: 180px;
    padding-left: 20px;
    padding-right: 30px;
  }
  body .ves-megamenu li.level0.categories-menu > a:after {
    right: 20PX;
  }
}
@media (max-width: 1023px) {
  .minicart-wrapper .block-minicart {
    margin-top: 22px;
  }
  .minicart-wrapper .action.showcart .counter.qty {
    position: absolute;
    border-radius: 50%;
    display: block;
    background: #F8BA00;
    width: 16px;
    height: 16px;
    font-size: 10px;
  }
  .minicart-wrapper .action.showcart .counter.qty .counter-number {
    position: absolute;
    top: 50%;
    left: 0;
    letter-spacing: 0;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 100%;
    text-align: center;
  }
  .minicart-wrapper .action.showcart .counter.qty:after,
  .minicart-wrapper .action.showcart .counter.qty:before {
    display: none;
  }
  ul.header.links.account .link.account-nav {
    width: 32px;
  }
  body .ves-megamenu .level0 {
    margin: 0 8px;
  }
  body .ves-menu .ves-megamenu {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  ul.header.links.account {
    padding-left: 8px;
    padding-right: 5px;
    margin-right: 0;
  }
  .header-right {
    width: auto;
  }
  .header-phone-number a {
    font-size: 0;
    display: block;
    height: 100%;
  }
  .header-phone-number {
    margin-top: 0;
    margin-right: -21px;
    position: relative;
    z-index: 1;
    height: 80px;
  }
  .header-phone-number p {
    height: 100%;
    margin-bottom: 0;
  }
  .header-phone-number a:before {
    top: 32px;
  }
}
@media (max-width: 950px) {
  .footer-middle .line {
    padding-top: 35px;
    padding-bottom: 25px;
  }
  body .ves-megamenu li.level0 > a,
  body .navigation .level0 .submenu a {
    font: normal normal normal 14px/18px Lato;
  }
  .footer.content .footer-top .block {
    display: block;
    text-align: center;
    padding: 40px 0 40px 0;
  }
  .block.newsletter .content {
    width: 100%;
    margin-top: 30px;
  }
}
@media (max-width: 799px) {
  .footer .copyright {
    max-width: 450px;
  }
  .footer-bottom {
    padding: 15px 0px;
  }
  .footer-middle .line {
    display: block;
    margin: 0;
  }
  .footer-middle .box-content.site-map {
    padding-left: 0;
    display: block;
  }
  .footer-middle .box-content:last-child {
    padding-left: 0;
  }
  .footer-middle .box-content {
    width: 50% !important;
    margin-bottom: 25px;
    float: left;
    padding-right: 20px;
  }
  .footer-middle .box-content:nth-child(2n+1) {
    clear: both;
  }
  .footer-middle .box-content:nth-child(2) {
    width: 100%;
    padding-left: 0;
  }
  .footer-middle .box-content:nth-child(2n) {
    padding-right: 0;
  }
}
@media (max-width: 799px) and (min-width: 768px) {
  body .ves-menu .ves-megamenu {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  .header-right {
    right: -5px;
  }
}
@media (max-width: 767px) {
  .minicart-items .product-item-pricing .label {
    position: relative;
    top: -4px;
  }
  .minicart-wrapper .product .actions {
    position: absolute;
    right: -14px;
    bottom: 21px;
  }
  ul.header.links.account li .content {
    display: none;
  }
  .minicart-wrapper .block-minicart {
    margin-top: 17px;
    right: 0;
  }
  .footer .copyright {
    max-width: 500px;
  }
  .header-phone-number {
    height: 71px;
  }
  .footer.content .footer-top .block {
    padding-top: 60px;
  }
  body .ves-megamenu li.level0.categories-menu > a {
    padding-left: 0;
    padding-right: 0;
    width: 100%;
  }
  body .ves-megamenu li.level0.categories-menu > a:after {
    display: none;
  }
  body .ves-megamenu .opener {
    padding: 0;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
  }
  body .ves-megamenu li.level0.categories-menu > a .opener {
    width: 100%;
    height: 100%;
  }
  body .ves-megamenu li.level0.categories-menu > a .opener:before {
    position: absolute;
    top: 20px;
  }
  .header-middle #search {
    width: 100%;
  }
  .minicart-wrapper .action.showcart:hover:before,
  .minicart-wrapper .action.showcart.active:hover:before {
    background: url('../../frontend/Verz/default/en_US/images/icon-cart-hover.svg') no-repeat center;
    background-size: contain;
  }
  .minicart-wrapper .action.showcart:hover {
    background: transparent;
  }
  .header-middle .search-form {
    display: none;
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.7);
  }
  #search_mini_form {
    display: block;
    position: absolute;
    top: 25%;
    padding: 0 20px;
    width: 100%;
  }
  .header-middle .child_category.select-custom {
    width: 100%;
    margin-top: -2px;
  }
  .header-middle button.action.search {
    width: 100%;
  }
  .header-middle {
    float: none;
    position: absolute;
    right: 85px;
    top: 19px;
    z-index: 1;
    padding: 10px 5px;
  }
  .minicart-wrapper .action.showcart .text {
    display: none;
  }
  .minicart-wrapper .action.showcart:before,
  .minicart-wrapper .action.showcart.active:before {
    background: url(../../frontend/Verz/default/en_US/images/icon-cart-black.svg) no-repeat center;
    background-size: contain;
  }
  .minicart-wrapper .action.showcart,
  .minicart-wrapper .action.showcart.active {
    background: transparent;
    padding: 0px;
    width: 24px;
    height: 36px;
    overflow: visible;
  }
  .header-phone-number {
    margin-top: 0px;
    margin-right: 0;
    width: 16px;
    height: auto;
    position: absolute;
    right: 49px;
    top: 32px;
  }
  .header-phone-number p {
    margin-bottom: 0;
  }
  .header-phone-number a:before {
    left: 0;
    top: 0;
  }
  .header-right {
    padding: 0;
    width: auto;
  }
  .minicart-wrapper .action.showcart:after {
    display: none;
  }
  a.nav-sections-item-switch {
    pointer-events: none;
  }
  .sections.nav-sections {
    z-index: 9;
  }
  .mobile-toggle,
  .mobile-close {
    display: block;
  }
  footer .footer.content .footer-middle ul > li {
    margin-bottom: 0;
  }
  body .ves-megamenu.menu-hover .subhover:hover .level1 {
    padding: 0;
  }
  .minicart-items .product-item-details .details-qty input {
    margin-bottom: 10px;
  }
  body .navigation .level0 .submenu a {
    position: relative;
  }
  .minicart-items .update-cart-item {
    padding: 0 10px !important;
    font-size: 12px;
    margin-bottom: 10px;
  }
  .nav-sections-item-title a:focus,
  .nav-sections-item-title a:active,
  .nav-sections-item-title a:visited {
    background: none;
  }
  body .header.content {
    padding: 0 20px;
    height: 71px;
  }
  ul.header.links.account {
    display: block;
    position: absolute;
    top: 26px;
    right: 5px;
    z-index: 1;
  }
  .nav-sections .header.links a,
  .nav-sections .header.links a:hover {
    color: #AFAFAF;
    font-weight: 400;
    font: normal normal normal 13px/19px Open Sans;
    padding: 13px 15px;
  }
  .nav-sections .header.links a:hover {
    color: #FFF;
  }
  .nav-sections .header.links li.greet.welcome {
    display: none;
  }
  .minicart-wrapper .action.showcart:before,
  .minicart-wrapper .action.showcart.active:before {
    width: 19px;
    height: 17px;
  }
  .minicart-wrapper .action.showcart .counter.qty {
    right: -4px;
    top: -2px;
  }
  .minicart-wrapper .block-minicart:before {
    right: 4px;
  }
  .minicart-wrapper .block-minicart:after {
    right: 3px;
  }
  header .minicart-wrapper {
    margin-left: 5px;
    margin-top: 3px;
  }
  header .nav-toggle {
    top: 21px;
    left: 17px;
  }
  header .nav-toggle:before {
    color: #000;
  }
  header .nav-toggle:hover:before {
    opacity: 0.7;
  }
  .header-right {
    padding-right: 0;
    padding-top: 30px;
    position: absolute;
    right: 15px;
    padding-top: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    right: 19px;
  }
  .header-left {
    /* position: absolute; */
    display: block;
    width: 100%;
    text-align: center;
    left: 0;
  }
  header a.logo {
    float: none;
    display: block;
    width: auto;
    position: absolute;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    z-index: 0;
  }
  header a.logo img {
    margin: 0 auto;
    max-height: 71px;
  }
  body .ves-menu .ves-megamenu {
    padding: 0;
  }
  body .ves-megamenu .level0 {
    margin: 0;
    padding: 0 15px;
    border-bottom: 0;
  }
  body .navigation {
    padding: 0;
  }
  .sections.nav-sections {
    pointer-events: all;
  }
  .nav-sections-item-title.active {
    background: transparent;
    border-bottom: 0;
  }
  .nav-sections-item-content {
    margin-top: 50px;
    padding: 0;
  }
  .nav-sections-item-title {
    background: #fff;
    border: 0;
    padding: 0;
    height: 50px;
    line-height: 50px;
    width: 50%;
  }
  .nav-sections-item-title a {
    text-align: left;
    font: normal normal normal 14px/18px Lato;
    letter-spacing: 0px;
    color: #656565;
    text-transform: capitalize;
    background: none;
    outline: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    text-decoration: none;
  }
  .nav-sections-item-title.active a {
    color: #FFF;
  }
  body .navigation .level0 .submenu a {
    padding: 10px 20px;
    background: transparent;
    color: #fff;
    padding-left: 35px;
  }
  body .navigation .level0 .submenu .mega-col-level-1 .nav-item.level1 > a {
    border: 0;
  }
  body .nav-mobile .nav-item.level1 {
    padding-left: 0;
  }
  body .navigation .level0 .submenu a:hover {
    background: transparent;
    color: #F8BA00;
  }
  body .navigation .level0 .submenu .submenu a {
    background: transparent;
    color: #fff;
    padding: 0px 25px 0px 25px;
  }
  .sections.nav-sections {
    padding: 0;
  }
  .nav-sections-item-title:nth-child(1) {
    border-right: 1px solid #D1D1D1;
  }
  .navigation .level0.active > a:not(.ui-state-active),
  .navigation .level0.has-active > a:not(.ui-state-active) {
    border: 0;
  }
  body .ves-megamenu li.level0 > a {
    padding: 14px 0;
  }
  .navigation .level0.active > a:not(.ui-state-active) span:not(.ui-menu-icon),
  .navigation .level0.has-active > a:not(.ui-state-active) span:not(.ui-menu-icon) {
    margin-left: 0;
  }
  body .ves-megamenu.menu-hover .nav-item:hover > .submenu {
    display: none;
  }
  body .navigation .ves-megamenu .level0 .submenu .submenu {
    padding-bottom: 0;
    padding-left: 31px;
  }
  body .ves-megamenu .opener:before {
    position: relative;
    font-family: 'FontAwesome';
    content: '\f107';
    line-height: 18px;
    display: inline-block;
    width: 20px;
    right: 0;
    z-index: 9;
    margin-left: -3px;
    vertical-align: baseline;
    text-align: right;
    top: 0;
    color: #fff;
    font-size: 16px;
  }
  body .ves-megamenu .opener.item-active {
    background: transparent;
  }
  .ves-menu .navigation .level0 > .submenu,
  .ves-menu .navigation .level0:hover > .submenu {
    padding-bottom: 15px;
  }
  body .navigation .level0 .submenu .active > a,
  .navigation .submenu:not(:first-child) .level1.active > a {
    color: #F8BA00;
    background: none;
    padding: 0px 25px 0px 25px;
  }
  body .ves-megamenu.menu-hover .subhover .dropdown-menu {
    padding-bottom: 15px;
    background: transparent;
    -webkit-box-shadow: none;
    box-shadow: none;
  }
  body .ves-megamenu .opener.item-active:before {
    content: '\f106';
  }
  .ves-megamenu .position-relative > a:after {
    display: none;
  }
  .block.newsletter .newsletter-title strong {
    font-family: 'Roboto Slab', serif;
    font-size: 34px;
    line-height: 55px;
    font-weight: 500;
    letter-spacing: -1.2px;
  }
  .footer-top .newsletter-title p {
    font: normal normal normal 16px/30px Lato;
    letter-spacing: 0px;
  }
  .footer-middle .box-content.site-map {
    width: 100%;
    padding-left: 0;
    display: block;
  }
  .footer-middle .line {
    display: block;
    margin: 0;
  }
  .footer-middle .box-content:nth-child(2) {
    width: 100%;
    padding-left: 0;
  }
  .footer-middle .box-content:last-child {
    padding-left: 0;
  }
  .footer-middle .box-content {
    width: 50% !important;
    margin-bottom: 40px;
    float: left;
    padding-right: 20px;
  }
  .footer-middle .box-content:nth-child(2n) {
    padding-right: 0;
  }
  .footer-middle .box-content:nth-child(2n+1) {
    clear: both;
  }
  .footer-middle .box-content.site-map > div {
    padding-left: 0;
  }
  .footer-middle .box-content.site-map img {
    margin-bottom: 5px;
  }
  .footer-middle {
    padding-bottom: 0;
    padding-top: 30px;
  }
  .footer-middle h3 {
    margin-bottom: 10px;
  }
  .footer-middle .box-content.site-map p {
    text-align: center;
  }
  .footer .copyright {
    padding-right: 30px;
    line-height: 1.4;
  }
  .footer-bottom {
    padding: 15px 0px;
  }
}
@media (max-width: 499px) {
  .footer-bottom ul {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .footer-bottom .content {
    display: block;
    text-align: center;
  }
  .footer .copyright,
  .footer .bugs {
    margin-bottom: 15px;
    font: normal normal normal 13px/19px Open Sans;
    padding-right: 0;
  }
  .block.newsletter .newsletter-title strong {
    font-size: 22px;
  }
  footer .block.newsletter .action.subscribe {
    width: 100px;
    font: normal normal normal 13px/24px Lato;
    min-width: 100px;
  }
  .footer-middle a {
    font: normal normal normal 13px/19px Open Sans;
  }
  .footer-middle .box-content > div.mail:before {
    top: 6px;
  }
  .footer-bottom ul li img {
    margin-left: 0;
    margin-right: 8px;
  }
}
@media only screen and (max-width: 479px) {
  header .minicart-wrapper .block-minicart {
    width: calc(100vw - 55px);
    right: 0px;
  }
  .footer-middle .box-content {
    width: 100% !important;
    padding-right: 0;
    margin-bottom: 20px;
  }
  .footer.content .footer-top .block {
    padding-top: 13px;
    padding-bottom: 0;
  }
  .footer-middle .line {
    padding-top: 25px;
  }
  footer .footer.content .footer-middle ul > li:last-child,
  .footer-middle .box-content > div:last-child a {
    line-height: 1;
  }
  .footer-middle .box-content > div.social {
    margin-top: 20px;
  }
  .block.newsletter .content {
    margin-top: 20px;
  }
}
@media (max-width: 414px) {
  .modal-popup .modal-footer button:not(.primary) {
    width: 100%;
    margin-right: 0;
    margin-bottom: 10px;
  }
  .minicart-items .update-cart-item,
  .minicart-items .update-cart-item:focus {
    padding: 0 25px;
  }
}
@media (max-width: 374px) {
  body .block-minicart .block-content > .actions > .primary .action.primary {
    padding: 13px 20px;
  }
  .minicart-wrapper .product .actions {
    bottom: 16px;
  }
  .minicart-items .item-qty {
    width: 40px;
    height: 40px;
  }
  .minicart-items .update-cart-item {
    padding: 0 5px !important;
    font-size: 11px;
    height: 40px;
    letter-spacing: 0px;
    margin-bottom: 10px;
  }
  .footer-top .newsletter-title {
    padding-left: 20px;
    padding-right: 20px;
  }
  .footer-top .newsletter-title:before {
    position: static;
    display: block;
    margin: auto;
    margin-bottom: 20px;
  }
  .checkout-cart-index button.action.primary.checkout {
    padding: 13px 15px;
  }
  .footer-middle h3 {
    font-size: 19px;
  }
}
/* page-product-amgiftcard */
.page-product-amgiftcard form#product_addtocart_form {
  border-top: 0;
}
.page-product-amgiftcard .amgiftcard-userimage-container {
  border-top: 0;
  padding-top: 0;
  margin-top: 0;
}
.page-product-amgiftcard .amgiftcard-preview {
  padding-bottom: 40px;
  border-bottom: 1px solid #E6E6E6;
  padding-bottom: 20px;
}
.page-product-amgiftcard .fieldset {
  margin: 0;
}
.amgiftcard-preview button {
  position: relative;
  overflow: hidden;
}
.amgiftcard-preview button:after {
  content: "";
  display: block;
  width: 34px;
  height: 37px;
  background: #173555 0% 0% no-repeat padding-box;
  position: absolute;
  top: -18px;
  left: -18px;
  transform: rotate(45deg);
}
.amgiftcard-preview button:hover:after,
.amgiftcard-preview button:focus:after {
  background: #edb200 0% 0% no-repeat padding-box;
}
.amgiftcard-preview-index .featured-banner {
  display: none;
}
@media (max-width: 962px) and (min-width: 768px) {
  .catalog-product-view.page-product-amgiftcard .social-media-icons {
    margin-bottom: 0;
  }
}
@media (max-width: 767px) {
  body.page-product-amgiftcard .fieldset > .field:not(.choice) > .label {
    float: none;
  }
  .page-product-amgiftcard .amgiftcard-preview {
    margin-top: 20px;
  }
}
/* other */
.cms-page-view .columns {
  margin: 50px 0 40px;
}
.catalogsearch-result-index.noresult .sidebar-main {
  display: none;
}
.page-products.catalogsearch-result-index.noresult .column.main {
  width: 100%;
}
.columns .column.main {
  min-height: 0;
}
.amgiftcard-preview-index .logo img {
  max-width: 150px;
}
.main-content td {
  padding-left: 0;
  padding-right: 0;
}
@media (max-width: 767px) {
  .page-products.catalogsearch-result-index.noresult .column.main {
    padding-bottom: 25px;
  }
}
.checkout-index-index .opc-wrapper .checkout-payment-method #co-payment-form .payment-method._active .payment-method-title.field.choice {
  display: none !important;
}
.checkout-payment-method .payment-method-content {
  padding: 0 0 20px;
}
.cms-home .messages {
  padding: 0 20px;
}
.cms-home .sections.nav-sections + main#maincontent {
  margin-top: 130px;
  overflow-x: hidden;
}
body {
  overflow-x: hidden;
}
.section.section-arrivals {
  margin-bottom: 83px;
  margin-top: 4px;
}
.section-arrivals .line {
  margin: 0 -2px;
}
.section-arrivals .col-des-4 {
  padding: 0 2px;
}
.section-arrivals .content {
  position: relative;
  z-index: 1;
}
.section-arrivals .content > a {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  cursor: pointer;
  z-index: 3;
}
.section-arrivals .content:before {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  /* background:rgba(30,64,100,0.9) */
  background: #1E4064;
}
.section-arrivals .col-des-4:hover .content:before {
  /* background:rgba(0,0,0,0.9); */
  background: #1F1F1F;
}
.section-arrivals .main-ct {
  position: absolute;
  z-index: 2;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.section-arrivals .text-left {
  position: absolute;
  top: 0;
  left: 0;
  padding: 32px 38px;
  width: 100%;
  height: 100%;
}
.section-arrivals .text-center {
  position: absolute;
  top: 0;
  left: 0;
  padding: 32px 38px;
  width: 100%;
  height: 100%;
}
.section-arrivals img {
  display: block;
  z-index: 1;
  position: relative;
}
.section-arrivals .main-ct h3 {
  color: #fff;
  margin: 0;
}
.section-arrivals .main-ct p {
  color: #fff;
}
.section-arrivals .main-ct a {
  text-decoration: underline;
  font: normal normal bold 14px/30px Lato;
  letter-spacing: 0px;
  color: #F8BA00;
  text-transform: uppercase;
}
.section-arrivals .main-ct a:hover {
  color: #fff;
}
.section-arrivals .bg {
  position: absolute;
  top: 0;
  right: 0;
}
.content-bottom-product span.widget.block.block-category-link-inline a span {
  line-height: 50px;
}
.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 {
  display: none;
}
.products-grid .product-item .product-image-container .product-image-photo {
  transition-duration: 0.5s;
  image-rendering: -moz-crisp-edges;
  image-rendering: -o-crisp-edges;
  image-rendering: -webkit-optimize-contrast;
  image-rendering: crisp-edges;
  -ms-interpolation-mode: nearest-neighbor;
}
.products-grid .product-item:hover .product-image-container .product-image-photo {
  opacity: 0.15;
  filter: alpha(opacity=15);
}
.products-grid .product-item strong.product-item-name > a {
  max-height: 48px;
  overflow: hidden;
  display: block;
}
.section-top-categories .section-left {
  display: inline-block;
  vertical-align: top;
  width: 50%;
  padding-right: 14px;
}
.section-top-categories .section-right {
  display: inline-block;
  vertical-align: top;
  width: 50%;
  padding-left: 14px;
}
.section-top-categories h5.category-name a {
  font: normal normal 900 25px/39px Lato;
  letter-spacing: 0px;
  color: #FFFFFF;
  text-transform: uppercase;
  font-size: 25px;
  background: transparent;
}
.section-top-categories h5.category-name {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  margin: 0;
  display: block;
  width: 100%;
  text-align: center;
  padding: 15px;
  pointer-events: none;
}
.section-top-categories .container {
  display: block;
  font-size: 0;
  /* margin: 0 -14px; */
  padding: 0;
}
.section-top-categories .widget-content {
  position: relative;
  max-width: 558px;
}
.section-top-categories .category-image > a {
  display: block;
  width: 100%;
  height: 100%;
}
.section-top-categories .container > div {
  /* padding: 0; */
}
.section-top-categories .widget-content:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  background: #000;
  opacity: 0.5;
  border-radius: 5px;
  pointer-events: none;
}
.section-top-categories .widget-content:hover:before {
  opacity: 0.45;
}
.category-image img {
  display: inline-block;
  vertical-align: middle;
  border-radius: 5px;
  width: auto;
  height: auto;
}
.section-top-categories .category-image img {
  width: 100%;
}
.section.section-offer a {
  display: block;
  width: 100%;
  height: 100%;
}
.section.section-top-categories {
  max-width: 1204px;
  padding: 30px;
  border-radius: 5px;
  background: #F8F8F8;
  margin-top: -95px;
  position: relative;
  margin-left: auto;
  margin-right: auto;
}
.category-image {
  margin-bottom: 0;
}
.section.section-banner {
  display: block;
  width: 100%;
  position: relative;
}
body.cms-home .page-main {
  /* background: #F8F8F8; */
  max-width: 100%;
  padding: 0;
}
.section.section-offer h2 {
  text-align: center;
}
.section.section-offer .widget.block.block-static-block {
  background: #fff;
}
.section.section-offer {
  padding-top: 50px;
}
.section.section-offer .content {
  background: #fff;
  border-radius: 5px;
  padding: 16px 27px 0 27px;
}
.section.section-offer .block-heading {
  background: #fff;
}
.section.section-offer .container {
  padding: 0 30px;
  max-width: 1204px;
}
.section.section-offer .widget.block.block-static-block > div {
  display: inline-block;
  vertical-align: top;
  width: 155.7px;
  text-align: center;
  padding: 0 22.7px;
  margin-bottom: 7px;
}
.section.section-offer h5.category-name a {
  font: normal normal normal 13px/15px Lato;
  letter-spacing: 0px;
  color: #C8C8C8;
  text-transform: uppercase;
}
.section.section-offer .widget.block.block-static-block {
  display: block;
  justify-content: space-between;
  font-size: 0;
  text-align: center;
}
.section.section-offer .widget.block.block-static-block > div .widget-inner.block-inner .category-image {
  border-radius: 50%;
  background: #F8F8F8;
  max-width: 110px;
  min-height: 110px;
  max-height: 110px;
  margin-bottom: 0;
  padding: 15px;
}
.section.section-offer .widget.block.block-static-block > div .widget-inner.block-inner h5.category-name {
  margin-top: 19px;
  font: normal normal normal 13px/15px Lato;
  letter-spacing: 0px;
  color: #C8C8C8;
  text-transform: uppercase;
}
.section.section-offer .widget.block.block-static-block > div .widget-content:hover .category-image {
  background: transparent linear-gradient(141deg, #e22475 0%, #2058a5 100%) 0% 0% no-repeat padding-box;
}
.section.section-offer .widget.block.block-static-block > div .widget-content:not(:hover) .category-image img.icon-white {
  display: none;
}
.section.section-offer .widget.block.block-static-block > div .widget-content:hover .category-image img.icon {
  display: none;
}
.section.section-offer .widget.block.block-static-block > div .widget-content:hover a {
  font: normal normal 900 13px/15px Lato;
  letter-spacing: 0px;
  color: #E12475;
}
.section.section-our-products ul.list-tab-items li {
  list-style: none;
  font: normal normal 900 14px/69px Lato;
  letter-spacing: 0px;
  color: #ABABAB;
  text-transform: uppercase;
  margin-bottom: 0;
  padding: 0 25px;
  cursor: pointer;
}
.section.section-our-products ul.list-tab-items {
  display: flex;
  width: 100%;
  margin-bottom: 0;
}
.section.section-our-products .products-grid.grid {
  position: relative;
}
.section.section-our-products .owl-carousel.owl-hidden {
  position: absolute;
  width: 100%;
  pointer-events: none;
}
.section.section-our-products .owl-carousel.owl-hidden * {
  pointer-events: none;
}
.section.section-our-products .tabs {
  display: inline-block;
  /* width: 33%; */
}
.section.section-our-products .block-title {
  display: inline-block;
  /* width: 48%; */
  margin-bottom: 0;
  margin-right: 16px;
}
.section.section-our-products ul.list-tab-items li.item.active,
.section.section-our-products ul.list-tab-items li:hover {
  font: normal normal 900 14px/69px Lato;
  letter-spacing: 0px;
  color: #E12475;
}
.section.section-our-products .block-heading {
  border-bottom: 1px solid #E2E2E2;
  margin-bottom: 45px;
  padding-bottom: 3px;
}
.section.section-our-products .actions-primary a {
  font: normal normal 900 14px/69px Lato;
  letter-spacing: 0px;
  color: #2E2E2E;
  text-transform: uppercase;
  white-space: nowrap;
}
.section.section-our-products .actions-primary a:hover {
  color: #E12475;
}
.section.section-our-products .nav-slider span {
  display: block;
  width: 10px;
  height: 10px;
  font-size: 0;
  border: solid #2E2E2E;
  border-width: 0 2px 2px 0;
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  border-color: #2E2E2E;
  cursor: pointer;
  /* padding: 0px 9px; */
}
.section.section-our-products .nav-slider span:hover {
  display: block;
  width: 10px;
  height: 10px;
  font-size: 0;
  border: solid #2158A5;
  border-width: 0 2px 2px 0;
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  border-color: #2158A5;
  /* padding: 0px 9px; */
}
.section.section-our-products .nav-slider span.prev {
  border-width: 0 2px 2px 0;
  transform: rotate(135deg);
  -webkit-transform: rotate(135deg);
  padding-right: 0px;
  margin-right: 23px;
}
.section.section-our-products .nav-slider {
  display: flex;
  padding-right: 6px;
  position: relative;
  margin-left: 26px;
}
.products-grid .product-item span.label {
  letter-spacing: 0px;
  color: #FFFFFF;
  text-transform: uppercase;
  border-radius: 0;
  display: block;
  width: 63px;
  height: 31px;
  text-align: center;
  z-index: 2;
}
.products-grid .product-item span.label-sale {
  background: #AD0201;
  font: normal normal bold 14px/20px Lato;
  letter-spacing: 0px;
  color: #FFFFFF;
  text-transform: uppercase;
  padding: 5px;
}
.section.section-our-products li.product-item {
  position: relative;
}
.section.section-our-products span.product-image-container {
  background: #fff;
  width: 100% !important;
}
.section.section-our-products .section.section-our-products li.product-item {
  width: 100%;
}
.products-grid .product-item:hover .product-item-actions .actions-primary,
.products-grid .product-item:hover .product-item-actions .actions-secondary > .towishlist {
  opacity: 1;
  filter: alpha(opacity=100);
}
/*.products-grid .product-item .product-item-actions .actions-primary,
.products-grid .product-item .product-item-actions .actions-secondary > .towishlist {
  justify-content: center;
  opacity: 0;filter: Alpha(opacity=0);
  pointer-events: none;
}*/
strong.product-item-name,
strong.product-item-name a,
.abs-product-link > a:visited,
.product-item-name > a:visited,
.product.name a > a:visited {
  margin: 0;
  text-decoration: none;
  font: normal normal normal 14px/30px Lato;
  letter-spacing: 0px;
  color: #656565;
}
/*strong.product-item-name:hover,
strong.product-item-name a:hover {
  text-decoration: none;
  color: #E12475;
}*/
body.page-layout-1column .block.widget .products-grid .product-item {
  width: 100%;
}
.section.section-our-products .block.widget .product-item-info {
  position: relative;
}
.products-grid .product-item:hover .product.actions.product-item-actions {
  opacity: 1;
  filter: alpha(opacity=100);
}
.products-grid .product.actions.product-item-actions {
  position: absolute;
  z-index: 3;
  width: 100%;
  margin: 0;
  top: 41%;
  text-align: center;
  justify-content: center;
  opacity: 0;
  filter: alpha(opacity=0);
}
.products-grid .product.actions.product-item-actions .actions-primary {
  margin-right: 5px;
}
.products-grid .product.actions.product-item-actions .actions-secondary {
  width: 45px;
  height: 45px;
  margin-top: 0;
}
.products-grid .product.actions.product-item-actions .towishlist {
  width: 45px;
  height: 45px;
  padding: 8px;
}
.products-grid .product.actions.product-item-actions .tocart {
  font: normal normal bold 14px/30px Lato;
  letter-spacing: 0px;
  color: #FFFFFF;
  text-transform: uppercase;
  height: 45px;
  width: 161px;
  padding: 8px 12px;
}
.products-grid .product.actions.product-item-actions .tocart svg {
  right: 4px;
  top: 2px;
}
.products-grid .product.actions.product-item-actions svg {
  position: relative;
  z-index: 1;
}
.section.section-our-products {
  padding-top: 67px;
}
.section.section-our-products .block-title h2 {
  margin: 0;
}
.section.section-our-products .nav-slider:before {
  content: '';
  position: absolute;
  top: -2px;
  left: 0;
  width: 1px;
  height: 15px;
  background: #ccc;
  left: 45%;
}
.products-grid .product-items .action.towishlist:before,
.products-grid .products.list.items .action.towishlist:before {
  display: block;
  width: 18px;
  height: 16px;
  background: url(../../frontend/Verz/default/en_US/images/icon-wishlist.svg) no-repeat center;
  background-size: contain;
  content: '';
}
.products-grid .product-items .action.towishlist:hover:before,
.products-grid .products.list.items .action.towishlist:hover:before {
  background: url(../../frontend/Verz/default/en_US/images/icon-wishlist-hover.svg) no-repeat center;
  background-size: contain;
}
.section.section-our-products .block-heading .col-right {
  display: flex;
  align-items: center;
}
.rating-summary .rating-result:before {
  content: '\f005' '\f005' '\f005 ' '\f005' '\f005';
  font-family: "Font Awesome 5 Pro";
  font-size: 16px;
  line-height: 24px;
  color: #DEDEDE;
  letter-spacing: 6px;
}
.rating-summary .rating-result > span:before {
  content: '\f005' '\f005' '\f005 ' '\f005' '\f005';
  font-family: "Font Awesome 5 Pro";
  font-size: 16px;
  line-height: 24px;
  color: #FF9900;
  letter-spacing: 6px;
}
.section.section-our-products .product-item-details {
  margin-top: 0;
}
.section.section-our-products a {
  display: block;
  width: 100%;
  height: 100%;
}
.section.section-our-products .product-item-photo {
  margin-bottom: 19px;
  position: relative;
}
body .product-item .product-reviews-summary .reviews-actions {
  line-height: 24px;
  padding: 0;
  font-size: 16px;
  margin: 0;
  margin-top: 5px;
}
.product-reviews-summary .reviews-actions a {
  font: normal normal normal 14px/24px Lato;
  letter-spacing: 0px;
  color: #B1B1B1;
  text-transform: lowercase;
}
.product-reviews-summary .reviews-actions a:hover {
  text-decoration: underline;
}
body .rating-summary .rating-result {
  width: 131px;
}
body .product-item .product-reviews-summary .rating-summary {
  left: 0;
}
body .rating-summary .rating-result {
  margin-left: 0;
}
/*.product-reviews-summary.no-rating .reviews-actions {
  opacity: 0;
  pointer-events: none;
}*/
.products-grid .product-item:hover .product-item-actions .actions-secondary > .action {
  opacity: 1;
  pointer-events: all;
}
.product-item .price-box .price {
  font: 20px/28px Roboto Slab;
  letter-spacing: 0px;
  color: #1E4064;
  font-weight: 500;
}
.product-item .price-box span.old-price .price {
  letter-spacing: 0px;
  color: #C7C7C7;
  font-size: 14px;
  text-decoration: line-through;
  margin-left: 6px;
}
.product-item .price-box .price-label {
  display: none;
}
.price-box.price-final_price {
  margin: 7px 0 0;
}
.price-box.price-final_price > span {
  display: inline-block;
  vertical-align: top;
}
.products-grid .product-item .label-off .stock.unavailable span {
  font: normal normal bold 14px/20px Lato;
  letter-spacing: 0px;
  color: #171717;
  text-transform: uppercase;
  display: inline-block;
  vertical-align: middle;
}
.products-grid .product-item .label-off .stock.unavailable {
  /*position: absolute;
  top: 10px;
  white-space: nowrap;
  right: 10px;*/
  background: #E5E5E5;
  width: 131px;
  height: 31px;
  margin-left: 3px;
}
.products-grid .product-item .label-off {
  text-align: right;
  margin-right: 0;
  margin-top: 9px;
  position: absolute;
  z-index: 2;
  right: 10px;
}
.products-grid .product-item .label-off span.label,
.product-item .label-off .stock.unavailable {
  position: static;
  display: inline-block;
  vertical-align: middle;
}
.products-grid .product.actions.product-item-actions.stock.unavailable .actions-primary {
  display: none;
}
.products-grid .product-item:hover .label-off,
.products-grid .product-item:hover .product-label {
  z-index: -1;
  opacity: 0;
  filter: alpha(opacity=0);
}
.owl-dots .owl-dot span {
  display: block;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: #2058A5;
  opacity: 0.2;
}
.owl-dots {
  display: flex;
  justify-content: center;
  margin-top: 7px;
}
.owl-dot {
  margin: 0 5px;
}
.owl-dot.active span,
.owl-dots .owl-dot span:hover {
  background: #e22475;
  opacity: 1;
}
.section.section-offer .widget.block.block-static-block > div .widget-inner.block-inner .category-image img {
  display: inline-block;
  vertical-align: middle;
  border-radius: 5px;
  width: auto;
  height: auto;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.cms-home .footer-panel {
  display: none;
}
.amslider.am-brand-slider .swiper-slide {
  pointer-events: none;
  padding: 10px 15px;
}
.am-slider-container .amslider-header-container {
  text-align: center;
  font: 30px/55px Roboto Slab;
  letter-spacing: -0.9px;
  color: #1F1F1F;
  font-weight: 500;
  text-transform: capitalize;
  padding: 5px 20px 0;
  height: auto;
  margin-bottom: 10px;
}
.am-slider-container .am-brand-slider {
  margin: 0 auto;
  padding: 0 !important;
}
.amslider.am-brand-slider .swiper-brand {
  padding: 0 10px;
}
.amslider.am-brand-slider .am-image-wrapper .am-image {
  max-width: 100% !important;
}
.amslider.am-brand-slider .swiper-button-prev {
  background: transparent;
  width: 10px;
  height: 28px;
  left: -75px;
}
.amslider.am-brand-slider .swiper-button-next {
  background: transparent;
  width: 10px;
  height: 28px;
  right: -75px;
}
.amslider.am-brand-slider .swiper-button-prev:before {
  content: "\f053";
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
}
.amslider.am-brand-slider .swiper-button-next:before {
  content: "\f054";
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
}
.amslider.am-brand-slider .swiper-button-prev:hover:before,
.amslider.am-brand-slider .swiper-button-next:hover:before {
  color: #D0D0D0;
}
.section.section-about-us .container .line {
  margin: 0 -15px;
}
.section-about-us .col-des-6:first-child {
  padding-right: 31px;
  margin: 38px 0 39px;
}
.section.section-about-us {
  margin-top: 65px;
}
.section-about-us h2 {
  margin: 0px 0 28px 0;
}
.section.section-about-us a.button {
  color: #fff;
  margin-top: 32px;
  display: inline-block;
}
.section.section-about-us .col-des-6:last-child:before {
  content: '';
  display: block;
  position: absolute;
  bottom: -50px;
  right: 18px;
  width: 0px;
  height: 0px;
  border-left: 360px solid transparent;
  border-top: 232px solid transparent;
  border-bottom: 330px solid #f8ba00;
  z-index: -1;
}
.section.section-about-us .col-des-6:last-child img {
  width: 100%;
  -webkit-box-shadow: 0px 10px 15px 0px rgba(0, 0, 0, 0.5);
  -moz-box-shadow: 0px 10px 15px 0px rgba(0, 0, 0, 0.5);
  box-shadow: 0px 10px 15px 0px rgba(0, 0, 0, 0.5);
  display: block;
}
.section.section-feature {
  background-color: #f8ba00;
  position: relative;
  overflow: hidden;
  margin-top: 49px;
}
.section.section-feature:after {
  content: '';
  display: block;
  background-image: url(../../frontend/Verz/default/en_US/images/iStock01.png);
  position: absolute;
  left: 0;
  top: -100px;
  width: 70%;
  height: 500px;
  opacity: 0.05;
  filter: alpha(opacity=5);
  background-position: right bottom;
  background-repeat: no-repeat;
}
.section.section-feature:before {
  content: '';
  display: block;
  background-image: url(../../frontend/Verz/default/en_US/images/iStock02.png);
  position: absolute;
  right: 0;
  bottom: -210px;
  width: 47%;
  height: 561px;
  opacity: 0.05;
  filter: alpha(opacity=5);
  background-position: left top;
  background-repeat: no-repeat;
}
.section.section-feature .block-heading {
  text-align: center;
  z-index: 1;
  position: relative;
}
.section.section-feature .block-heading h2 {
  margin: 86px 0 42px;
}
.section.section-feature li.product-item {
  background: #fff;
  text-align: center;
}
.section.section-feature .product-reviews-summary {
  display: none;
}
.section.section-feature .products-grid .product-item strong.product-item-name > a {
  font: normal normal normal 14px/20px Lato;
  letter-spacing: 0px;
  color: #171717;
  text-transform: capitalize;
  height: 40px;
  overflow: hidden;
  width: 100%;
  text-overflow: ellipsis;
  -webkit-line-clamp: 2;
  display: -webkit-box;
  -webkit-box-orient: vertical;
}
.section.section-feature .products-grid .product-item strong.product-item-name > a:hover {
  color: #F8BA00;
}
.products-grid .product-item:hover {
  -webkit-box-shadow: 0px 10px 15px 0px rgba(0, 0, 0, 0.5);
  -moz-box-shadow: 0px 10px 15px 0px rgba(0, 0, 0, 0.5);
  box-shadow: 0px 10px 15px 0px rgba(0, 0, 0, 0.5);
}
.section.section-feature .owl-nav {
  position: absolute;
  top: 42%;
  left: -70px;
  z-index: -1;
}
.section-feature .owl-nav .owl-prev {
  float: left;
}
.section-feature .owl-nav .owl-next {
  float: right;
}
.section-feature .owl-nav div i {
  color: #1F1F1F;
}
.section-feature .owl-nav div i:hover {
  color: #fff;
}
.section-feature .view-all a {
  text-decoration: underline;
  font: normal normal bold 14px/30px Lato;
  letter-spacing: 0px;
  color: #1F1F1F;
  text-transform: uppercase;
}
.section-feature .owl-carousel {
  margin-bottom: 0;
}
.section-feature .view-all {
  margin: 9px 0 92px 0;
}
.section-feature .view-all a:hover {
  color: #fff;
}
.section-feature .product-item-photo {
  position: relative;
}
.section-feature .product-item-photo a.photo {
  display: block;
}
.section-feature li.product-item,
.products-grid .product-item {
  height: 386px;
  position: relative;
}
.section-feature .product-item-details,
.products-grid .product-item .product-item-details {
  bottom: 0;
  z-index: 1;
  border-top: 1px solid #F1F1F1;
  padding: 16px 40px 13px;
  position: absolute;
  width: 100%;
  background: #fff;
}
.section-feature .block-content {
  padding-left: 2px;
}
.section-feature .product-item-info,
.products-grid .product-item .product-item-info {
  height: 100%;
  position: relative;
}
.section-banner .custom .tp-bullet {
  width: 25px;
  height: 4px;
  background: #fff;
  opacity: 0.4;
  filter: alpha(opacity=40);
}
.section-banner .custom .tp-bullet.selected,
.section-banner .custom .tp-bullet:hover {
  opacity: 1;
  filter: alpha(opacity=100);
  background: #fff;
}
.section-feature .owl-carousel .owl-stage-outer {
  padding: 0 15px;
  margin: 0 -15px;
}
.section-feature .owl-carousel.owl-drag .owl-item:not(.active) {
  opacity: 0;
  filter: alpha(opacity=0);
}
@media (min-width: 768px) {
  .section.section-our-products .block-heading .col-left {
    display: flex;
    width: 70%;
  }
  .section.section-offer .widget.block.block-static-block > div .widget-inner.block-inner .category-image {
    display: block;
    width: 100%;
    position: relative;
  }
  .section.section-our-products .block-heading {
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-bottom: 1px solid #ccc;
    margin-bottom: 45px;
    padding-bottom: 3px;
  }
  .section.section-about-us .col-des-6:last-child img {
    height: 100%;
    object-fit: cover;
    position: absolute;
    right: 67px;
  }
}
@media (min-width: 1280px) {
  .cms-home .am-slider-container .swiper-container {
    margin: 0 -25px;
  }
}
@media (min-width: 1401px) {
  .section.section-feature:after {
    background-position: left bottom;
  }
  .section.section-feature:before {
    background-position: right top;
  }
}
@media (max-width: 1350px) {
  .amslider.am-brand-slider .swiper-button-prev {
    left: -3%;
  }
  .amslider.am-brand-slider .swiper-button-next {
    right: -3%;
  }
  .section.section-feature .owl-nav {
    width: 106%;
    left: -3%;
  }
}
@media (max-width: 1279px) {
  .am-slider-container {
    padding: 0 20px;
  }
  .am-slider-container .am-brand-slider {
    padding: 0 40px !important;
  }
  .amslider.am-brand-slider .swiper-button-prev {
    left: 0;
  }
  .amslider.am-brand-slider .swiper-button-next {
    right: 0;
  }
  .section.section-about-us {
    margin-top: 30px;
  }
  .section-feature .block-content {
    padding: 0 40px;
  }
  .section.section-feature .owl-nav {
    width: 100% !important;
    left: 0;
  }
  .section-feature .owl-nav .owl-prev {
    margin-left: -38px;
  }
  .section-feature .owl-nav .owl-next {
    margin-right: -40px;
  }
  .section-feature .product-item-details,
  .products-grid .product-item .product-item-details {
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media (max-width: 1024px) {
  .section.section-content-bottom {
    padding: 30px 0 30px 0;
  }
}
@media (max-width: 1024px) and (min-width: 993px) {
  .section-arrivals .bg {
    top: 50px;
  }
  .section.section-arrivals {
    margin-bottom: 120px;
  }
}
@media (max-width: 992px) and (min-width: 768px) {
  .section-about-us .col-des-6:first-child {
    padding-right: 15px;
    margin: 0px;
  }
  .section-arrivals .bg {
    height: 70%;
    bottom: -10%;
    position: absolute;
    top: auto;
  }
  .section-arrivals .col-tb-12 {
    margin-top: 4px;
  }
  .section-arrivals .col-tb-12:last-child .text-left {
    text-align: center;
    height: auto;
    top: 50%;
    transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
  }
  .section-arrivals .text-center {
    text-align: left !important;
  }
  .products-grid .product.actions.product-item-actions .tocart {
    width: auto;
    padding: 8px 10px;
  }
  .products-grid .product-item span.label {
    width: 50px;
  }
  .products-grid .product-item .label-off .stock.unavailable {
    width: 120px;
  }
  .product-item .price-box span.old-price .price {
    margin-left: 1px;
  }
  .section-feature .product-item-details,
  .products-grid .product-item .product-item-details {
    padding-left: 15px;
    padding-right: 15px;
  }
  .section-arrivals .content > img {
    max-height: 250px;
    width: 100%;
  }
}
@media (max-width: 992px) and (min-width: 768px) {
  .section-feature li.product-item,
  .products-grid .product-item {
    height: 334px;
  }
}
@media (max-width: 767px) {
  .cms-home .sections.nav-sections + main#maincontent {
    margin-top: 70px;
  }
  .section-arrivals .bg {
    height: 70%;
    bottom: -10%;
    position: absolute;
    top: auto;
  }
  .section-arrivals .col-mb-12 {
    margin-top: 4px;
  }
  .section.section-arrivals {
    margin-bottom: 30px;
    margin-top: 0;
  }
  .section-about-us .col-des-6:first-child {
    padding-right: 15px;
    margin: 0px 0 30px;
    text-align: center;
  }
  .section.section-about-us a.button {
    margin-top: 17px;
  }
  .section.section-about-us .col-des-6:last-child {
    padding-right: 47px;
  }
  .section.section-about-us .col-des-6:last-child:before {
    bottom: -33px;
    right: 12px;
  }
  .section-arrivals .text-left,
  .section-arrivals .text-center {
    text-align: center;
    height: auto;
    top: 50%;
    transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
  }
  .section.section-feature {
    margin-top: 32px;
  }
  .section.section-feature:after {
    top: 0px;
    height: 200px;
  }
  .section.section-feature:before {
    bottom: 0;
    height: 200px;
  }
  .section.section-feature .block-heading h2 {
    margin: 30px 0;
  }
  .section-feature .view-all {
    margin: 5px 0 30px 0;
  }
  .section.section-banner {
    padding-top: 0px;
  }
  .price-box.price-final_price > span {
    line-height: 1;
  }
  .section-feature .owl-carousel .owl-stage-outer {
    padding: 0 15px;
    margin: 0 -15px;
  }
  .amslider.am-brand-slider .swiper-button-prev,
  .amslider.am-brand-slider .swiper-button-next {
    margin-top: -14px;
  }
  .rating-summary .rating-result > span:before {
    letter-spacing: 3px;
    font-size: 15px;
  }
  .rating-summary .rating-result:before {
    letter-spacing: 3px;
    font-size: 15px;
  }
  body .rating-summary .rating-result {
    width: 106px;
  }
}
@media (max-width: 639px) {
  .section-feature .view-all {
    margin: 30px 0;
  }
}
@media (max-width: 575px) {
  .section.section-about-us .col-des-6:last-child:before {
    border-left: 150px solid transparent;
    border-top: 150px solid transparent;
    border-bottom: 150px solid #f8ba00;
    bottom: -20px;
  }
  .section.section-about-us .col-des-6:last-child {
    padding-right: 37px;
  }
  .section.section-feature {
    margin-top: 20px;
  }
  .products-grid .product.actions.product-item-actions .tocart {
    font: normal normal bold 12px/24px Lato;
    height: 38px;
    padding: 8px 18px;
    width: auto;
  }
  .products-grid .product.actions.product-item-actions .towishlist {
    width: 38px;
    height: 38px;
    padding: 4px;
  }
  .products-grid .product.actions.product-item-actions .actions-secondary {
    width: 38px;
    height: 38px;
    margin-top: 10px;
  }
  .products-grid .product.actions.product-item-actions .actions-primary {
    margin-right: 2px;
    margin-left: 3px;
    margin-top: 10px;
  }
  .products-grid .product.actions.product-item-actions svg {
    width: 15px;
  }
  .section-feature .products-grid .product.actions.product-item-actions {
    padding: 0;
  }
  .section-feature .block-content {
    padding: 0 20px;
  }
  .section-feature .owl-nav .owl-prev {
    margin-left: -20px;
  }
  .section-feature .owl-nav .owl-next {
    margin-right: -20px;
  }
  .products-grid .product-item span.label-sale,
  .products-grid .product-item span.label-sale {
    font-size: 12px;
  }
  .products-grid .product-item span.label,
  .products-grid .product-item span.label-sale {
    width: 50px;
    height: 30px;
    padding: 4px;
  }
  .products-grid .product-item .label-off .stock.unavailable {
    background: #E5E5E5;
    width: 120px;
    height: auto;
  }
  .products-grid .product-item .label-off .stock.unavailable span {
    font-size: 12px;
  }
  .section-feature li.product-item,
  .products-grid .product-item {
    height: 360px;
  }
}
@media (max-width: 480px) {
  .section-feature li.product-item,
  .products-grid .product-item {
    height: 310px;
  }
  .amslider.am-brand-slider .swiper-slide {
    padding: 10px 0px;
  }
}
@media (max-width: 400px) {
  .section-feature li.product-item,
  .products-grid .product-item {
    height: 270px;
  }
}
@media (max-width: 374px) {
  .section-feature li.product-item,
  .products-grid .product-item {
    height: 350px;
  }
}
@media screen and (min-width: 1025px) {
  .section-arrivals .line .bg {
    top: 70px;
  }
}
.page-products .sidebar-main .filter-options .filter-options-content li[data-label^=Project] {
  display: none;
}
.page-products .toolbar .sorter {
  float: left;
  padding: 0;
  margin-right: 29px;
}
.amshopby-filter-current .amshopby-filter-value {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.page-products .featured-banner {
  margin-top: 81px;
  margin-bottom: 50px;
}
body.page-products .columns h1.page-title {
  font-size: 30px;
  line-height: 55px;
  font-weight: 500;
  font-family: 'Roboto Slab', serif;
  color: #1F1F1F;
  letter-spacing: -0.9px;
  margin-bottom: 4px;
  text-align: left;
}
body.page-products:not(.category-project-preferences) .columns {
  padding-top: 49px;
}
body.page-products .category-description {
  margin-bottom: 43px;
}
.page-products .toolbar .limiter {
  display: inline-block;
  float: left;
}
.page-products .toolbar .toolbar-sorter select {
  background-color: #fff;
  font: normal normal normal 14px/20px Lato;
  letter-spacing: 0px;
  color: #656565;
  width: 136px;
  height: 45px;
  margin-left: 0;
  padding: 0 35px 0 18px;
  background-repeat: no-repeat;
  background: #ffffff url(../../frontend/Verz/default/en_US/images/select-background.svg) no-repeat right 18px center;
  background-size: 9px;
}
.page-products .toolbar .toolbar-sorter label {
  line-height: 19px;
  font-size: 14px;
  letter-spacing: 0;
  margin-right: 9px;
  color: #656565;
  font-weight: bold;
  margin-top: 0;
  padding-top: 0;
}
.page-products .toolbar .toolbar-amount {
  font-size: 14px;
  color: #B1B1B1;
  line-height: 24px;
}
.page-products .toolbar .toolbar-amount span {
  color: #2E2E2E;
}
.page-products .toolbar .pages {
  float: right;
}
.page-products .page-main {
  max-width: 1179px;
  /* padding-right: 0; */
}
.page-products.page-products .products-grid .product-item {
  width: calc((100% - 73.5px) / 3);
  margin: 0 12.25px 40px !important;
  position: relative;
}
.page-products.page-products .products-grid .product-item:not(:hover) {
  box-shadow: 3px 3px 15px #0000000D;
}
.page-products .products-grid .product-items .action.towishlist:before,
.page-products .products-grid .products.list.items .action.towishlist:before,
.page-products .products-grid .product-items .action.towishlist:hover:before,
.page-products .products-grid .products.list.items .action.towishlist:hover:before {
  width: 21px;
  height: 18px;
  background-size: 97% 97%;
}
.products-grid .product-item .product-label {
  position: absolute;
  right: 10px;
  top: 10px;
  z-index: 2;
  height: 31px;
  display: flex;
}
.products-grid .product-item span.label-out-of-stock.label {
  font: normal normal bold 14px/20px Lato;
  letter-spacing: 0px;
  color: #171717;
  text-transform: uppercase;
  white-space: nowrap;
  background: #E5E5E5;
  width: 131px;
  padding: 6px 0;
}
.products-grid .product-item span.label-news.label {
  background: #288B66;
}
.products-grid .product-item span.label {
  position: static;
  margin-left: 10px;
}
.products-grid .product-item .old-price .price {
  letter-spacing: 0px;
  color: #C7C7C7;
  font-size: 14px;
  text-decoration: line-through;
  margin-left: 6px;
}
.price-box.price-final_price {
  margin: 7px 0 0;
  text-align: center;
}
.page-products .price-box.price-final_price > span {
  vertical-align: middle;
}
.page-products .products-grid .product-item.product-coming-soon .price-box.price-final_price,
.page-products .products-grid .product-item.product-coming-soon .product-reviews-summary,
.page-products:not(.page-layout-1column) .products-grid .product-item.product-coming-soon .product-item-actions .actions-secondary > .action.tocompare {
  display: none;
}
.page-products:not(.page-layout-1column) .products-grid .product-item.product-coming-soon .product-item-actions .actions-secondary > .action.towishlist {
  top: 20px;
}
.page-products .products-grid .product-item.product-coming-soon .product-item-actions .actions-secondary > .action.towishlist:before {
  content: ' ';
}
.page-products.page-layout-2columns-left .column.main {
  width: calc(100% - 291px);
  padding-bottom: 80px;
  padding-top: 0;
  margin-top: -15px;
}
.page-products:not(.category-project-preferences) .product-image-wrapper {
  padding: 0 !important;
  height: auto;
}
.page-products:not(.category-project-preferences) .column.main .products.products-grid {
  margin-bottom: 0px;
}
.page-products:not(.category-project-preferences) .column.main .products.products-grid + .toolbar.toolbar-products {
  border: 0;
  border-top: 1px solid #E6E6E6;
  padding-top: 21px;
}
.page-products:not(.category-project-preferences).products.wrapper ~ .toolbar .limiter {
  float: left;
}
.page-products:not(.category-project-preferences) .product-image-photo {
  position: relative;
  left: auto;
  bottom: auto;
  height: auto;
  right: auto;
  top: auto;
}
.page-products:not(.category-project-preferences) .products-grid .product-item .product-image-container .product-image-photo {
  display: inline-block;
  vertical-align: middle;
}
.page-products:not(.category-project-preferences) .product-item-photo a {
  font-size: 0;
  display: block;
  width: 100%;
  height: 100%;
}
.products-grid .product-item strong.product-item-name > a {
  font: normal normal normal 14px/20px Lato;
  letter-spacing: 0px;
  color: #171717;
  text-transform: capitalize;
  text-align: center;
  height: 40px;
  overflow: hidden;
  width: 100%;
  text-overflow: ellipsis;
  -webkit-line-clamp: 2;
  display: -webkit-box;
  -webkit-box-orient: vertical;
}
.products-grid .product-item strong.product-item-name > a:hover {
  color: #F8BA00;
}
.page-products .filter-options-content .amshopby-slider-container .am-slider .ui-slider-handle:last-child {
  margin-left: -30px;
}
.amshopby-slider-container {
  margin: 10px 30px 15px 30px;
}
.page-products .sidebar-main .filter-options .filter-options-content > form > ul .item .am-collapse-icon {
  top: 0;
  display: block;
  /* opacity: 0; */
  height: 50px;
  width: 100%;
  background: none;
  border-radius: 0;
}
.page-products .sidebar-main .filter-options .filter-options-content > form > ul .items-children .item .am-collapse-icon {
  top: 1px;
}
.amshopby-slider-container .amshopby-slider-display {
  font: normal normal normal 14px/20px Lato;
  letter-spacing: 0px;
  color: #656565;
  margin-top: 17px;
}
.amshopby-slider-container .amshopby-slider-display:before {
  content: 'Range:';
  display: inline-block;
  vertical-align: baseline;
  font: normal normal bold 14px/20px Lato;
  letter-spacing: 0px;
  color: #656565;
  margin-right: 10px;
}
body.page-products .product-item-info {
  width: 100%;
}
.page-products.page-layout-2columns-left .sidebar-main {
  width: 280px;
  margin-right: 11px;
  margin-bottom: 80px;
  padding-right: 14px;
}
.page-products .filter-options .filter-item {
  border: 1px solid #F4F4F4;
  margin-bottom: 19px;
}
.page-products.page-layout-2columns-left .sidebar-main .block.filter {
  margin-bottom: 0;
  padding: 0px;
  background: #fff;
  border-radius: 5px;
}
.page-products .filter-options .filter-options-title {
  line-height: 28px;
  font-size: 20px;
  font-weight: 500;
  font-family: 'Roboto Slab', serif;
  letter-spacing: 0;
  position: relative;
  margin-bottom: 0;
  background: #1E4064;
  color: #fff;
  padding: 9px 30px;
  height: 50px;
}
.page-products .am-swatch-options .swatch-option {
  vertical-align: middle;
  float: none;
}
.page-products .filter-options-content .am-swatch-wrapper {
  margin: 0 0 0px 0 !important;
  vertical-align: middle;
}
.page-products .filter-options-content .am-swatch-wrapper a {
  padding: 9.75px 30px;
}
.filter-options-content .am-shopby-form {
  padding: 0;
}
.page-products .filter-options .filter-options-title.show {
  background: #F8BA00;
}
.page-products .filter-options .filter-options-title:after {
  display: block;
  width: 15px;
  height: 15px;
  content: '\f067';
  font-family: "Font Awesome 5 Pro";
  color: #1E4064;
  line-height: 15px;
  font-size: 10px;
  font-weight: bold;
  letter-spacing: 0px;
  text-align: center;
  background: #fff;
  background-position: center;
  background-size: cover;
  position: absolute;
  right: 30px;
  border-radius: 50%;
  top: 50%;
  transform: translateY(-50%);
  border: none;
  transition-duration: 0.3s;
  cursor: pointer;
}
.page-products .filter-options .filter-options-content-category .am-labels-folding .am-collapse-icon:after {
  display: none;
}
.page-products .filter-options .filter-options-title.show:after {
  content: '\f068';
  color: #F8BA00;
}
.page-products .filter-options .filter-options-title.filter-category {
  margin-bottom: 0;
}
.page-products .filter-options .filter-options-title.filter-price {
  margin-bottom: 0px;
}
.page-products .block-title.filter-title strong {
  font-size: 18px;
  font-weight: 900;
  letter-spacing: 0;
  line-height: 24px;
  width: calc(100% - 57px);
  display: inline-block;
  vertical-align: middle;
  text-transform: uppercase;
}
/*.page-products .sidebar .filter-current {
  display: none;
}*/
.page-products .block-actions.filter-actions {
  display: inline-block;
  vertical-align: middle;
  width: auto;
}
.page-products .block-actions.filter-actions span {
  font: normal normal normal 14px/30px Lato;
  letter-spacing: 0px;
  color: #656565;
}
.page-products .block-actions.filter-actions span:hover {
  color: #F8BA00;
}
.page-products .block.filter .filter-title {
  margin-bottom: 30px;
}
.page-products .filter-options .filter-options-content {
  margin: 0 0 40px;
  padding-left: 0px;
}
.page-products .filter-options-content.filter-options-content-category .items a:before,
.page-products .filter-options-content.filter-options-content-category .items a:hover:before {
  content: '';
  position: absolute;
  top: 14px;
  height: 1px;
  left: 0;
  width: 4px;
  background: #656565;
}
.page-products .products-grid .product-item:hover .product-item-actions .actions-secondary > .action {
  background: #1E4064;
}
.page-products .products-grid .product-item:hover .product-item-actions .actions-secondary > .action.towishlist:hover {
  background: #F8BA00;
}
.page-products .page-main .action.towishlist:after {
  display: none;
}
.page-products .amasty-catalog-topnav,
.page-products .am-filter-items-attr_price .range.am-fromto-widget .am-filter-go {
  display: none;
}
.page-products .filter-options-content-category .am-labels-folding .am-collapse-icon {
  align-self: flex-end;
  right: 0;
  left: auto;
}
/*.page-products .filter-options .filter-options-title.show:after,
.page-products .filter-options .filter-options-content-category .am-labels-folding .am-collapse-icon._active:after {
  transform: translateY(-50%);
}*/
.page-products .products.wrapper ~ .toolbar .pages {
  float: right;
}
.page-products .products.wrapper ~ .toolbar .toolbar-amount {
  display: block;
  padding: 4px 0 0;
}
.page-products .product-item-photo {
  position: relative;
  /* font-size: 0; */
}
.page-products .product-item-photo a * {
  width: 100% !important;
  vertical-align: middle;
}
.page-products .product-image-container {
  background: #fff;
}
.page-products .filter-options .am-filter-items-attr_category_ids.am-labels-folding > .item {
  padding-left: 0;
  margin-bottom: 24px;
}
.page-products .filter-options .am-filter-items-attr_category_ids.am-labels-folding > .item > .amshopby-filter-parent {
  padding: 0px;
}
.page-products .filter-options .am-filter-items-attr_category_ids.am-labels-folding > .item > .amshopby-filter-parent {
  font-size: 14px;
  line-height: 20px;
  color: #656565;
  font-family: 'Roboto Slab', serif;
  font-weight: 500;
  position: relative;
}
.page-products .filter-options .am-filter-items-attr_category_ids.am-labels-folding > .item > .amshopby-filter-parent.am_shopby_link_selected,
.page-products .sidebar-main .filter-options .filter-options-content .item a.am_shopby_link_selected {
  color: #F8BA00;
}
.page-products .sidebar-main .filter-options-content .items.items-children a.am_shopby_link_selected,
.page-products .sidebar-main .filter-options-content .items.items-children a:hover {
  font-weight: bold;
  color: #656565;
}
.page-products .filter-options .am-filter-items-attr_category_ids.am-labels-folding > .item > .amshopby-filter-parent:before {
  display: none;
}
.page-products .amshopby-filter-current .amshopby-remove:hover:after,
.page-products .amshopby-filter-current .amshopby-remove:hover:before {
  background-color: #F8BA00;
}
.page-products .amshopby-filter-current .amshopby-items {
  padding: 0 0 0 0px;
}
.page-products .filter-options .items .items-children.-folding {
  padding-left: 30px;
  margin: 6px -30px -15px -30px;
  padding-right: 30px;
  background: #F4F4F4;
  width: calc(100% + 60px);
  padding-bottom: 7px;
}
.page-products .filter-options .items .items-children.-folding .item {
  margin: 0 0 0px 0;
  padding-left: 0;
  border: 0;
  padding: 0;
}
.page-products .filter-options .filter-options-title.show:after,
.page-products .filter-options .filter-options-content-category .am-labels-folding .am-collapse-icon._active:after {
  /* transform: translateY(-50%); */
}
.page-products .filter-options .filter-options-content-category .am-labels-folding > li > .am-collapse-icon:after {
  display: block;
  width: 10px;
  height: 10px;
  content: '\f067';
  font-family: "Font Awesome 5 Pro";
  font-size: 10px;
  line-height: 19px;
  position: absolute;
  font-weight: bold;
  right: 15px;
  color: #656565;
  top: 20px;
  border: none;
  text-align: center;
}
.page-products .filter-options .filter-options-content-category .am-labels-folding > li > span.am-collapse-icon._active:after {
  content: '\f068';
  top: 17px;
}
.page-products .sidebar-main .filter-options .filter-options-content > form > ul .item .am-collapse-icon._active {
  background: #F4F4F4;
}
.page-products .sidebar-main .filter-options .filter-options-content > form > ul .item .am-collapse-icon._active ~ a,
.page-products .filter-options .am-filter-items-attr_category_ids.am-labels-folding > .item > .amshopby-filter-parent:hover {
  color: #F8BA00;
}
.page-products .filter-options .items .items-children.-folding .item:last-child {
  margin: 0 0 0;
}
.page-products .filter-options .filter-options-content.filter-options-content-category {
  margin-bottom: 14px;
  /* padding-left: 10px; */
}
body.page-products:not(.catalog-product-view) input[type="checkbox"] + label:before,
body.page-products:not(.catalog-product-view) input[type="checkbox"] + a:before {
  top: 5.5px;
}
.page-products .sidebar-main .range-inner {
  width: 90px;
  position: relative;
}
.page-products .sidebar-main .filter-options-content .am-filter-items-attr_price .range-inner input {
  width: 100%;
  max-width: 100%;
  padding: 8px 15px 7px 25px;
  text-align: right;
  height: 40px;
}
.page-products .sidebar-main .range-inner label {
  position: absolute;
  top: 50%;
  left: 10px;
  transform: translateY(-50%);
  color: #ABABAB;
}
.page-products .sidebar-main .filter-options-content .delimiter {
  width: 20px;
  height: 1px;
  background: #E2E2E2;
  font-size: 0;
  margin: 0 5px;
}
.page-products .sidebar-main .filter-options .filter-options-content .item {
  margin-bottom: 0;
  padding: 15px 30px;
  border-bottom: 1px solid #F4F4F4;
  line-height: 20px;
}
.page-products .sidebar-main .filter-options .filter-options-content .item:last-child {
  border: 0;
}
.page-products .sidebar-main .sidebar-main.filter-options .filter-options-content .item:last-child {
  margin-bottom: 0;
}
.page-products .sidebar-main .filter-options .filter-options-content:last-child {
  margin: 0;
}
.page-products .column.main .products {
  margin-top: 30px;
  margin-bottom: 0;
  margin-left: -6.125px;
  margin-right: -6.125px;
}
.page-products .column.main .toolbar.toolbar-products {
  padding: 0 0 19px 0;
  margin-bottom: 0;
  border-bottom: 1px solid #E6E6E6;
}
.page-products.category-project-preferences .column.main .toolbar.toolbar-products {
  padding: 0;
  border: 0;
}
.page-products .filter-options-content .items a,
.page-products .filter-options-content .items a:visited {
  margin-left: 0;
  font-size: 14px;
  line-height: 20px;
  color: #656565;
  font-family: 'Roboto Slab', serif;
  font-weight: 500;
  position: relative;
  text-transform: capitalize;
}
.page-products .filter-options-content .items a:hover {
  font-size: 14px;
  line-height: 20px;
  color: #F8BA00;
  font-family: 'Roboto Slab', serif;
  font-weight: 500;
  position: relative;
  text-transform: capitalize;
}
.page-products .filter-options-content .items.items-children a {
  padding-left: 7px;
  font: normal normal normal 14px/30px Lato;
  letter-spacing: 0px;
  color: #656565;
  display: block;
  position: relative;
}
.page-products.page-layout-2columns-left .content-bottom-product,
.page-products.page-layout-2columns-right .content-bottom-product,
.page-products .product-item .product-reviews-summary.no-rating .reviews-actions {
  display: none;
}
body.page-products .product-item .product-reviews-summary .rating-summary {
  display: none;
}
.products-grid strong.product-item-name:hover,
.products-grid strong.product-item-name a:hover {
  text-decoration: none;
  color: #F8BA00;
}
.amshopby-slider-container .ui-slider-range {
  height: 3px;
  background: #1E4064;
  top: 1px;
}
.ui-slider-horizontal {
  height: 3px;
  background: #E5E5E5;
  /* top: 10px; */
  margin-top: 34px;
}
.page-products .filter-options-content .amshopby-slider-container .am-slider .ui-slider-handle {
  width: 15px;
  height: 15px;
  background: #1E4064;
  font-size: 0;
  display: inline-block;
  margin-top: -5px;
  vertical-align: top;
  cursor: pointer;
}
.page-products .filter-options-content .items.am-filter-items-attr_price a:before,
.page-products .filter-options-content .items.am-filter-items-attr_price a:hover:before {
  display: none;
}
body:not(.cms-home) .products-grid .product.actions.product-item-actions .tocart:before {
  width: 19px;
  height: 17px;
  content: '';
  background: url(../../frontend/Verz/default/en_US/images/icon-cart.svg) no-repeat center;
  background-size: contain;
  position: relative;
  top: 6px;
  margin-right: 8px;
  display: inline-block;
  vertical-align: top;
}
.search.results .block {
  padding-top: 20px;
}
.page-products a.action.sorter-action {
  display: none;
}
@media (max-width: 1200px) {
  .products-grid .product.actions.product-item-actions {
    position: absolute;
    z-index: 3;
    width: 100%;
    margin: 0;
    top: 50%;
    transform: translateY(-50%);
    padding: 0 10px;
  }
}
@media (min-width: 768px) {
  .page-products:not(.category-project-preferences) .products.wrapper ~ .toolbar .limiter {
    float: left;
  }
  .page-products.page-layout-2columns-left.catalogsearch-result-index .column.main {
    margin-top: 0;
  }
}
@media (min-width: 1025px) {
  .page-products.page-products .products-grid .product-item {
    max-width: 266px;
  }
}
@media (max-width: 1024px) {
  .page-products.page-products .products-grid .product-item {
    width: calc((100% - 56px) / 2);
    margin: 0 14px 40px !important;
  }
  .page-products:not(.category-project-preferences) .products-grid .product-item,
  .page-products:not(.cms-home) .products-grid .product-item {
    height: auto;
  }
  .page-products:not(.category-project-preferences) .product-item .product-item-details,
  .page-products:not(.cms-home) .product-item .product-item-details {
    position: static;
  }
  .page-products .products.wrapper ~ .toolbar .toolbar-amount {
    float: left;
  }
}
@media (max-width: 991px) {
  .page-products #amasty-shopby-product-list .toolbar:first-child .toolbar-amount {
    float: right;
  }
  .page-products #amasty-shopby-product-list .toolbar:first-child .pages {
    width: 100%;
    margin-top: 15px;
    text-align: left;
  }
}
@media (max-width: 785px) and (min-width: 768px) {
  body:not(.cms-home) .products-grid .product.actions.product-item-actions .tocart {
    margin-bottom: 10px;
  }
}
@media (max-width: 834px) {
  .page-products .toolbar .sorter {
    float: none;
    margin-bottom: 15px;
    text-align: left;
  }
  .page-products .toolbar .limiter {
    float: left;
    text-align: left;
  }
  .page-products .toolbar .toolbar-sorter label {
    margin-right: 17px;
  }
}
@media (max-width: 767px) {
  body.page-products .category-description {
    text-align: center;
  }
  .page-products .featured-banner {
    margin-top: 22px;
  }
  .page-products .message.info.empty {
    margin-bottom: 70px !important;
  }
  body.page-products:not(.category-project-preferences) .columns {
    padding-top: 0;
  }
  .page-products.page-products .products-grid .product-item {
    width: calc((100% - 56px) / 2);
    margin: 0 14px 30px !important;
    max-width: 100%;
  }
  .page-products.page-products .am-filter-items-attr_price {
    min-width: 100%;
    max-width: 100%;
  }
  .page-products.page-products:not(.category-project-preferences) .products-grid .product-item {
    height: auto;
  }
  .page-products.page-layout-2columns-left .sidebar-main {
    margin-bottom: 40px;
    margin-right: 0;
    width: 100%;
    padding-right: 0;
  }
  .page-products.page-layout-2columns-left .sidebar-main .block.filter {
    padding: 0;
  }
  .page-products .page-main {
    padding-right: 20px;
  }
  .page-products.page-layout-2columns-left .column.main {
    padding-bottom: 65px;
    width: 100%;
  }
  .page-products .column.main .toolbar.toolbar-products {
    padding: 0 0 19px 0;
  }
  .page-products .column.main .products {
    margin: 20px -7.5px 0;
  }
  .page-products .filter-options .filter-options-content {
    margin: 0 0 25px !important;
  }
  .page-products .toolbar .toolbar-amount {
    float: left;
  }
  .page-products:not(.category-project-preferences) .column.main .products.products-grid + .toolbar.toolbar-products {
    padding-top: 30px;
  }
}
@media (max-width: 575px) {
  .page-products .toolbar .toolbar-amount {
    padding: 0;
    width: 100%;
    margin: 15px 0 0;
  }
  .page-products .toolbar .sorter {
    margin-right: 0;
    width: 100%;
    margin-bottom: 20px;
  }
  body:not(.cms-home) .products-grid .product.actions.product-item-actions .tocart:before {
    width: 16px;
    height: 15px;
    content: '';
    background: url(../../frontend/Verz/default/en_US/images/icon-cart.svg) no-repeat center;
    background-size: contain;
    position: relative;
    margin-right: 8px;
    top: auto;
    display: inline-block;
    vertical-align: text-bottom;
  }
  .page-products .products.wrapper ~ .toolbar .toolbar-amount {
    padding: 0;
    margin: 0 0 15px;
  }
  .page-products .products.wrapper ~ .toolbar .pages {
    float: right;
    width: 100%;
  }
  .page-products.page-layout-2columns-left .toolbar .pages {
    width: 100%;
    margin-top: 15px;
    margin-right: 0;
  }
  .page-products .sidebar-main .filter-options .filter-options-content .item:last-child {
    margin-bottom: 0;
  }
  .page-products .filter-options .filter-options-content:last-child {
    margin-bottom: 0px !important;
  }
  .page-products .filter-options .filter-options-title,
  .page-products .filter-options .filter-options-title.filter-price {
    margin-bottom: 0;
  }
  .page-products .filter-options .items .items-children.-folding {
    margin: 6px -30px -15px -30px;
  }
  .page-products .filter-options .items .items-children.-folding .item {
    margin: 0 0 12px;
  }
  .page-products .block.filter .filter-title {
    margin-bottom: 20px;
  }
  .page-products.page-products .products-grid .product-item {
    margin: 0 7.5px 30px !important;
    width: calc((100% - 30px) / 2);
  }
  .page-products .column.main .products {
    margin: 20px -3.75px 0 !important;
  }
  body .products-grid .product-item span.label-news.label {
    font-size: 12px;
    line-height: 20px;
  }
  body .products-grid .product-item span.label {
    padding: 5px;
    font-size: 12px;
    line-height: 20px;
  }
  body.page-products .columns h1.page-title {
    line-height: normal;
    margin-bottom: 14px;
  }
}
@media (max-width: 456px) and (min-width: 375px) {
  body:not(.cms-home) .products-grid .product.actions.product-item-actions .tocart {
    margin-bottom: 10px;
  }
}
@media (max-width: 425px) {
  .price-box.price-final_price > span {
    width: 100%;
  }
  .page-products .products-grid .product-item .old-price .price {
    margin-left: 0;
  }
}
@media (max-width: 374px) {
  .page-products.page-products:not(.category-project-preferences) .products-grid .product-item {
    width: 100%;
    margin: 0;
    margin: 0 0px 30px !important;
  }
  .page-products .column.main .products {
    margin: 30px 0 0 0 !important;
  }
}
.cms-coming-soon .page-main {
  max-width: none;
  padding: 0;
}
.cms-coming-soon .grid {
  padding: 0 20px;
  max-width: 1188px;
  overflow: hidden;
  margin: auto;
  padding-bottom: 44px;
}
.cms-coming-soon .content-white a {
  color: #F8F8F8;
}
.cms-coming-soon .content-black a {
  color: #2E2E2E;
}
.cms-coming-soon .widget-size-big {
  max-height: 560px;
  width: 48.952%;
}
.cms-coming-soon .widget-size-small {
  max-height: 266px;
  width: 48.952%;
}
.cms-coming-soon .content-align-top h3 {
  position: absolute;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  top: 22.8%;
}
.cms-coming-soon .content-align-middle h3 {
  position: absolute;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  top: 46.8%;
}
.cms-coming-soon .content-align-middle:nth-child(3) h3 {
  top: 43.1%;
}
.cms-coming-soon .content-align-bottom h3 {
  position: absolute;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  top: 64%;
}
.catalog-category-view.page-layout-1column .main .block.filter {
  display: none;
}
.catalog-category-view.page-layout-1column .main .product-reviews-summary {
  display: none;
}
.catalog-category-view.page-layout-1column .main .price-box.price-final_price {
  display: none;
}
.catalog-category-view.page-layout-1column .main .toolbar .sorter {
  display: none;
}
.catalog-category-view.page-layout-1column .page-main {
  padding-right: 20px;
}
.catalog-category-view.page-layout-1column .products-grid .product-item-actions .actions-primary {
  display: none;
}
.catalog-category-view.page-layout-1column .products-grid .product-item-actions .actions-secondary > .action.tocompare {
  display: none;
}
.page-products.catalog-category-view.page-layout-1column .products-grid .product-item {
  margin: 0 !important;
  padding: 0 15px;
  margin-bottom: 15px !important;
}
.catalog-category-view.page-layout-1column .products-grid .product-item-actions .actions-secondary > .action {
  top: 20px;
}
.catalog-category-view.page-layout-1column .product-items .action.towishlist:before {
  content: '';
}
.catalog-category-view.page-layout-1column .page-footer {
  margin-top: 30px;
}
.catalog-category-view.page-layout-1column .product.actions.product-item-actions.stock.unavailable {
  display: block;
}
.catalog-category-view.page-layout-1column .product-item-photo > a {
  display: block;
}
.page-products .toolbar .pages {
  margin-right: -2px;
}
.block.grid-item.widget.block-products.content-align-top.widget-size-big,
.cms-coming-soon .block.grid-item.widget:nth-child(4) {
  margin-bottom: 25px;
}
.catalog-category-view.page-layout-1column .product-items strong.product-item-name {
  margin-top: 15px;
}
.cms-coming-soon .block.grid-item.widget {
  background-repeat: no-repeat;
  background-position: right center;
  background-size: contain;
  display: inline-block;
  position: relative;
  overflow: hidden;
  padding: 0;
  height: auto;
  max-width: 560px;
  transition: all .2s;
  -webkit-transition: all .2s;
  -moz-transition: all .2s;
}
.cms-coming-soon .block.grid-item.widget:hover > a img.image-background {
  transform: scale(1.2);
  -webkit-transform: scale(1.2);
  -moz-transform: scale(1.2);
  transition-duration: .5s;
  -webkit-transition-duration: .5s;
  -moz-transition-duration: .5s;
}
.cms-coming-soon .block.grid-item.widget:hover > h3 > a {
  color: #E22475;
}
img.image-placeholder {
  visibility: hidden;
}
.cms-coming-soon .block.grid-item.widget img.image-background {
  position: absolute;
  top: 0;
  left: 0;
  transition-duration: .5s;
  -webkit-transition-duration: .5s;
  -moz-transition-duration: .5s;
}
.cms-coming-soon .grid-content-top .block.grid-item.widget h3 {
  max-width: 244px;
  margin-left: 54px;
}
.cms-coming-soon .block.grid-item.widget h3 {
  margin-left: 35px;
  max-width: 291px;
  -webkit-hyphens: none;
  -ms-hyphens: none;
  hyphens: none;
}
.cms-coming-soon .block.grid-item.widget:nth-last-child(1) h3 {
  padding-top: 22px;
  margin-left: 34px;
}
.cms-coming-soon .grid-content-top .block.grid-item.widget:nth-last-child(1) h3 {
  padding-top: 0;
  margin-left: 53px;
}
.cms-coming-soon .widget-size-big {
  float: left;
  margin-bottom: 0;
}
.cms-coming-soon .widget-size-small:nth-child(3) {
  margin-bottom: 28px;
  float: right;
  clear: none;
}
.cms-coming-soon .widget-size-small:nth-child(5) {
  float: left;
}
.cms-coming-soon .block.grid-item.widget:nth-child(2) h3 {
  margin-left: 49px;
}
.cms-coming-soon .widget-size-small:nth-child(4),
.cms-coming-soon .widget-size-small:nth-child(6) {
  float: right;
  clear: none;
}
.cms-coming-soon .grid .block-title {
  text-align: center;
  padding-bottom: 6px;
}
.cms-coming-soon .grid .block-title h2 {
  /* margin-top: 26px; */
}
.cms-coming-soon .sections.nav-sections + .featured-banner {
  margin-bottom: 41px;
}
.cms-coming-soon .block.grid-item.widget.block-products.content-align-top.widget-size-big h3 {
  max-width: 200px;
  margin-left: 49px;
}
.grid-item.widget h3 a.product-item-link {
  font: normal normal normal 28px/32px Lato;
  text-decoration: none;
}
.grid-content-top {
  position: relative;
  overflow: hidden;
  margin-bottom: 28px;
}
.cms-coming-soon .grid-content-top .block.grid-item.widget:nth-child(4) {
  position: absolute;
  bottom: 0;
  right: 0;
  top: auto;
  margin-bottom: 0;
}
.cms-coming-soon .grid-item.widget h3 a.product-item-link:hover,
.cms-coming-soon .grid-item.widget h3 a.product-item-link:focus,
.cms-coming-soon .grid-item.widget h3 a.product-item-link:visited:hover {
  text-decoration: none;
  color: #E22475;
  outline: none;
  background: transparent;
}
@media (max-width: 1100px) {
  .cms-coming-soon .grid {
    padding-bottom: 0px;
  }
}
@media (max-width: 1023px) {
  .grid-item.widget h3 a.product-item-link {
    font-size: 24px;
    line-height: 28px;
  }
  .grid-content-top {
    margin-bottom: 20px;
  }
  .cms-coming-soon .block.grid-item.widget h3,
  .cms-coming-soon .grid-content-top .block.grid-item.widget h3 {
    max-width: 219px;
  }
  .cms-coming-soon .grid-content-top .block.grid-item.widget:nth-child(2) h3 {
    max-width: 209px;
  }
}
@media (max-width: 992px) {
  .catalog-category-view.page-layout-1column .products-grid .product-item {
    width: 25% !important;
  }
  .grid-content-top {
    margin-bottom: 19.5px;
  }
  .cms-coming-soon .grid {
    padding-bottom: 0px;
  }
}
@media (max-width: 1024px) and (min-width: 576px) {
  .catalog-category-view.page-layout-1column #amasty-shopby-product-list .toolbar:first-child .toolbar-amount {
    float: left;
  }
  .catalog-category-view.page-layout-1column #amasty-shopby-product-list .toolbar:first-child .pages {
    width: auto;
    margin-top: 0;
  }
}
@media (max-width: 991px) {
  .page-products.catalog-category-view.page-layout-1column .products-grid .product-item {
    width: 33.3333% !important;
  }
}
@media (max-width: 850px) {
  .grid-content-top {
    margin-bottom: 18px;
  }
}
@media (max-width: 800px) {
  .grid-content-top {
    margin-bottom: 17px;
  }
}
@media (max-width: 767px) {
  .page-products.catalog-category-view.page-layout-1column .products-grid .product-item {
    width: 50% !important;
  }
  .catalog-category-view.page-layout-1column .page-footer {
    margin-top: 10px;
  }
  .catalog-category-view.page-layout-1column .sections.nav-sections + .featured-banner {
    margin-bottom: 50px;
  }
  .page-products .column.main .products {
    margin-top: 30px !important;
  }
  .cms-coming-soon .block.grid-item.widget {
    width: 100%;
    background-size: cover;
    max-width: none;
  }
  .cms-coming-soon .block.grid-item.widget:nth-last-child(1) h3 {
    padding-top: 0;
  }
  .cms-coming-soon .block.grid-item.widget img {
    max-width: none;
    width: 100%;
    height: auto;
    max-height: none;
  }
  .cms-coming-soon .block.grid-item.widget img.image-placeholder {
    height: 100%;
  }
  .grid-content-top {
    position: initiall;
    margin-bottom: 0;
  }
  .cms-coming-soon .grid-content-top .block.grid-item.widget:nth-child(4) {
    position: relative;
  }
  .cms-coming-soon .grid {
    padding: 0 20px;
  }
  .cms-coming-soon .grid .block.grid-item.widget.block-products.content-align-middle.widget-size-small:nth-last-child(1) {
    /* margin-top: -6px; */
  }
  .cms-coming-soon .widget-size-small:nth-child(3),
  .cms-coming-soon .block,
  .cms-coming-soon .sidebar .widget.block:not(:last-child),
  .sidebar .widget:not(:last-child),
  .block-banners,
  .block-banners-inline,
  .grid-content-top {
    /* margin-bottom: 20px; */
  }
  .cms-coming-soon .widget-size-small,
  .cms-coming-soon .widget-size-big {
    max-height: none;
  }
  .cms-coming-soon .content-align-top h3,
  .cms-coming-soon .content-align-bottom h3,
  .cms-coming-soon .content-align-middle h3 {
    /* top: 50%; */
    /* left: 50%; */
    /* transform: translate(-50%, -50%); */
    /* margin-left: 0 !important; */
    /* text-align: center; */
  }
  .cms-coming-soon .block.grid-item.widget.block-products {
    margin-bottom: 20px !important;
    display: flex;
    display: -webkit-flex;
  }
  .cms-coming-soon .grid .block-title h2 {
    /* margin-top: 10px; */
    margin-bottom: 25px;
  }
  .cms-coming-soon .columns .column.main {
    padding-bottom: 45px;
  }
  .cms-coming-soon .block.grid-item.widget:nth-child(2) h3 {
    top: 42.6%;
    padding-top: 22px;
  }
  .cms-coming-soon .grid-content-top .block.grid-item.widget:nth-child(2) h3 {
    max-width: 250px;
  }
}
@media (max-width: 500px) {
  .cms-coming-soon div#gtx-trans {
    left: 0 !important;
    position: initial !important;
  }
  .cms-coming-soon .grid .block-title h2 {
    /* font-size: 20px; */
    margin-top: 10px;
  }
  .cms-coming-soon .block.grid-item.widget:nth-last-child(1) h3,
  .cms-coming-soon .block.grid-item.widget:nth-child(2) h3 {
    max-width: 200px;
  }
  .cms-coming-soon .columns .column.main {
    padding-bottom: 12px;
  }
}
@media (max-width: 478px) {
  .grid-item.widget h3 a.product-item-link {
    font-size: 20px;
    line-height: 20px;
  }
  .cms-coming-soon .grid-content-top .block.grid-item.widget h3 {
    max-width: 167px !important;
  }
  .cms-coming-soon .block.grid-item.widget:nth-last-child(1) h3,
  .cms-coming-soon .block.grid-item.widget:nth-child(2) h3 {
    max-width: 183px;
  }
}
@media (max-width: 400px) {
  .grid-item.widget h3 a.product-item-link {
    font-size: 18px;
    line-height: 20px;
  }
  .cms-coming-soon .grid-content-top .block.grid-item.widget.widget-size-big h3 {
    max-width: 140px !important;
  }
  .cms-coming-soon .block.grid-item.widget:nth-last-child(1) h3 {
    max-width: 165px;
  }
  .cms-coming-soon .block.grid-item.widget:nth-child(2) h3 {
    max-width: 142px;
  }
}
.customer-account-logoutsuccess .page-main {
  text-align: center;
  padding-bottom: 40px;
}
.grecaptcha-badge {
  float: right;
  margin-bottom: 15px;
}
.password-strength-meter {
  font-size: 14px;
}
.stock.unavailable {
  text-align: center;
  z-index: 4;
}
body.account .columns .column.main {
  padding-bottom: 50px;
}
ul li {
  list-style-position: inside;
  margin-bottom: 0;
}
body.sales-order-view .featured-banner .featured-content {
  padding: 0;
  position: absolute;
  z-index: 1;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
  display: block;
  width: 100%;
}
body.sales-order-view .featured-banner .featured-image {
  max-height: 250px;
  min-height: 250px;
}
.page-print .actions-toolbar .secondary a.action {
  display: none;
}
.customer-account-createpassword .actions-toolbar > .primary a {
  margin-top: 20px;
}
body.sales-order-view .featured-banner .featured-content .return-status,
body.sales-order-view .featured-banner .featured-content .order-status {
  color: #fff;
  margin-bottom: 7px;
}
body.sales-order-view .featured-banner .featured-content .order-date {
  color: #fff;
}
body.sales-order-view .featured-banner .featured-content .order-actions-toolbar a:hover {
  color: #F8BA00;
}
.order-details-items strong.product-item-name:hover,
.order-details-items strong.product-item-name a:hover {
  pointer-events: none;
}
body.sales-order-view .featured-banner .featured-content .order-actions-toolbar {
  display: inline-block;
  margin-bottom: 10px;
}
body.sales-order-view .featured-banner .featured-content .order-actions-toolbar a {
  display: inline-block;
  vertical-align: top;
}
body.sales-order-view .featured-banner .featured-content .order-actions-toolbar a {
  color: #fff;
}
body.sales-order-view .featured-banner .featured-content .page-title-wrapper .order-date {
  margin-top: 0;
  margin-bottom: 10px;
}
body.sales-order-view .order-details-items .order-title > strong {
  margin-top: 0;
}
body.sales-order-view ul.items.order-links {
  display: none;
}
body.sales-order-view .price-including-tax,
body.sales-order-view .price-excluding-tax {
  font-size: 14px;
  line-height: normal;
  white-space: nowrap;
}
.stripe_payments-customer-cards #stripe-payments-card-number {
  width: 17em;
  display: inline-block;
  padding-right: 50px;
}
body.sales-order-view .order-details-items {
  padding-bottom: 20px;
}
.block-rewards-account-summary .block-title {
  margin-top: 25px;
  margin-bottom: 0;
}
.rewards-account-index .modal-slide .action-close,
.rewards-account-index .modal-slide .action-close:focus,
.rewards-account-index .modal-slide .action-close:active {
  padding: 1.1rem 8px;
}
/*body.customer-account-create .columns .column.main .field-recaptcha,*/
body.account .columns .column.main .field-recaptcha {
  display: none;
}
body.customer-account-create .columns .column.main .field-recaptcha {
  margin-top: 15px;
  margin-bottom: 15px;
}
.account-nav .item.current a,
.account-nav .item.current strong,
.account-nav .item a.current,
.account-nav .item a:active,
.account-nav .item a:visited:active {
  border: 0;
  color: #fff;
  background: #1e4064 0% 0% no-repeat padding-box;
  font-weight: normal;
}
.account .column.main .block:not(.widget) .box-title > span,
.multicheckout .box-title > span,
.paypal-review .block .box-title > span,
.magento-rma-guest-returns .column.main .block:not(.widget) .box-title > span,
[class^='sales-guest-'] .column.main .block:not(.widget) .box-title > span,
.sales-guest-view .column.main .block:not(.widget) .box-title > span {
  font-size: 16px;
}
.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 > .actions > .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 > .actions-toolbar > .primary .action.primary,
.form-address-edit .actions-toolbar .action.primary,
.multicheckout .action.primary {
  font-size: 14px;
  padding: 13px 35px;
}
body.account .page-main,
body.account .page-main p,
body.account .page-main a {
  font-size: 14px;
}
body .form.password.reset,
body .form.send.confirmation,
body .form.password.forget,
body .form.create.account,
body .form.search.advanced,
body .form.form-orders-search {
  max-width: 100%;
  width: 100%;
}
.products-grid.wishlist .product-item-photo p.unavailable.stock {
  bottom: 0;
  font: normal normal bold 14px/20px Lato;
  letter-spacing: 0px;
  color: #171717;
  text-transform: uppercase;
  white-space: nowrap;
  background: #E5E5E5;
  width: 131px;
  padding: 6px 0;
  position: absolute;
  top: 10px;
  right: -5px;
  height: 30px;
}
.products-grid.wishlist .product-item-photo {
  position: relative;
}
.block-rewards-account-summary button {
  margin-top: 15px;
}
.account .order-links {
  border-bottom: 0;
}
.account .column.main .block-title.earn.subtitle {
  margin-top: 6px;
  padding-top: 10px;
  margin-bottom: 5px;
}
.account-nav .content {
  padding: 0 0 0px 0;
  border: 1px solid #ccc;
  background: transparent;
}
.account .column.main .toolbar .limiter-options {
  width: 60px;
}
.account-nav .item a,
.account-nav .item > strong {
  font-size: 14px;
  padding: 10px 18px 10px 15px;
  font: normal normal normal 14px/24px Lato;
  border: 0;
}
.account-nav .item {
  margin: 0;
}
.account-nav .item .delimiter {
  display: none;
}
.form-address-edit fieldset.fieldset:first-child {
  margin-right: 3%;
}
.account .amgiftcard form#amgiftcard-form .control {
  width: 100%;
}
.account .amgiftcard .fieldset > .field {
  margin-bottom: 0;
}
.account .fieldset .legend {
  margin-left: 0;
  margin-bottom: 6px;
}
.block-rewards-account-summary h1.page-title {
  color: #2E2E2E;
  font-size: 25px;
  margin-top: 22px;
  line-height: 34px;
  margin-bottom: 20px;
}
.account .fieldset > .field {
  margin: 0 0 10px;
}
.account .fieldset > .field.choice .label,
.account .fieldset > .fields > .field.choice .label {
  display: inline;
}
.customer-account-create .fieldset > .field.choice .label,
.customer-account-create .fieldset > .fields > .field.choice .label {
  display: block;
}
.account .fieldset > .field.choice:before,
.account .fieldset > .field.no-label:before {
  display: none;
}
.newsletter-manage-index .column:not(.sidebar-main) form .actions-toolbar {
  margin-left: 0;
}
body.customer-account-forgotpassword .columns,
.customer-account-create .columns,
.customer-account-createpassword .columns {
  margin-bottom: 60px;
}
.account .order-links .item a,
.account .order-links .item strong {
  padding: 1px 35px;
  height: 43px;
  line-height: 40px;
  background: #F1F1F1;
  color: #6d6d6d;
  border: 0;
  display: block;
  font-weight: 400;
  font: normal normal normal 14px/40px Open Sans;
}
.account .columns .column.main .amgiftcard {
  margin-bottom: 20px;
}
.account .order-links .item {
  /* margin-right: -1px; */
  /* margin-bottom: -1px; */
}
.account .order-links .item strong,
.account .order-links .item a:hover {
  background: #1e4064 0% 0% no-repeat padding-box;
  text-decoration: none;
  color: #fff;
  border: 0;
}
.account table > tbody > tr > th,
.account table > tfoot > tr > th,
.account table > tbody > tr > td,
table > tfoot > tr > td {
  vertical-align: middle;
}
.account table > thead > tr > th,
.account table > tbody > tr > th,
.account table > tfoot > tr > th,
.account table > thead > tr > td,
.account table > tbody > tr > td,
.account table > tfoot > tr > td {
  padding: 8px 5px;
}
.account .account-nav .item a:hover,
.account .account-nav .item a:focus,
.account.customer-account-index .account-nav .item:first-child a {
  background: #1e4064 0% 0% no-repeat padding-box;
  color: #fff;
  border: 0;
}
.account .table-wrapper .action {
  margin-right: 8px;
}
.account .table-wrapper a.action.order {
  padding-right: 0;
  border-left: 1px solid #ccc;
  padding-left: 10px;
}
.stripe-new.stripe-payments-elements #pci-svg {
  top: 12px;
}
.stripe-new.stripe-payments-elements.no-wrap {
  margin-top: 5px;
}
.stripe-new.stripe-payments-elements label {
  margin-bottom: 10px;
}
.abs-account-blocks .block-title > strong,
.abs-account-blocks .block-title > span,
.account .legend > strong,
.account .legend > span,
.form-giftregistry-search .legend > strong,
.form-giftregistry-search .legend > span,
.block-giftregistry-results .block-title > strong,
.block-giftregistry-results .block-title > span,
.block-giftregistry-shared-items .block-title > strong,
.block-giftregistry-shared-items .block-title > span,
.block-wishlist-search-form .block-title > strong,
.block-wishlist-search-form .block-title > span,
.block-wishlist-search-results .block-title > strong,
.block-wishlist-search-results .block-title > span,
.multicheckout .block-title > strong,
.multicheckout .block-title > span,
.multicheckout .block-content .title > strong,
.multicheckout .block-content .title > span,
.customer-review .review-details .title > strong,
.customer-review .review-details .title > span,
.paypal-review .block .block-title > strong,
.paypal-review .block .block-title > span,
.account .column.main .block:not(.widget) .block-title > strong,
.account .column.main .block:not(.widget) .block-title > span,
.multicheckout .block-title > strong,
.multicheckout .block-title > span,
.magento-rma-guest-returns .column.main .block:not(.widget) .block-title > strong,
.magento-rma-guest-returns .column.main .block:not(.widget) .block-title > span,
[class^='sales-guest-'] .column.main .block:not(.widget) .block-title > strong,
[class^='sales-guest-'] .column.main .block:not(.widget) .block-title > span,
.sales-guest-view .column.main .block:not(.widget) .block-title > strong,
.sales-guest-view .column.main .block:not(.widget) .block-title > span,
.amazon-validate-container .block .block-title strong,
.login-container .block .block-title strong {
  font-weight: 700;
  font-size: 18px;
}
body .column:not(.sidebar-main) form .actions-toolbar {
  margin-left: 0;
}
span.rewards-referral-link {
  font-size: 14px;
}
.login-container .fieldset:after,
.form-create-account .fieldset.create.account:after,
.form.password.forget .fieldset:after {
  font-size: 14px;
}
.customer-account-login .actions-toolbar .secondary a.action {
  margin-top: 16px;
}
.customer-account-login .column:not(.sidebar-additional) form .actions-toolbar {
  margin-left: 0;
  margin-top: 20px;
}
.page-main > .page-title-wrapper .page-title {
  margin-top: 40px;
}
body .fieldset > .field:not(.choice) > .label {
  text-align: left;
}
body .actions-toolbar .secondary {
  float: left;
  margin-left: 0px;
}
body .login-container .fieldset:after {
  margin-left: 0;
  margin-top: 20px;
}
.customer-account-edit .field.password-info p {
  display: none;
}
.abs-account-block-font-size,
.block-addresses-list address,
.box-billing-address .box-content,
.box-shipping-address .box-content,
.box-address-billing .box-content,
.box-address-shipping .box-content,
.box-information .box-content,
.block-balance-giftcard .block-content,
.block-reviews-dashboard .product-name {
  font-size: 14px !important;
}
.block-rewards-referral-list div.rewards-social-buttons div.fb > div:hover {
  opacity: 0.8;
}
.amcard-field-block.-double > .amcard-field {
  border-radius: 25px;
  margin-right: 20px;
  background: transparent;
  border: 1px solid #d9d9d9;
}
.amcard-field-block.-double > .amcard-field:focus {
  border: 1px solid #120700;
}
.amcardacc-template-container .amcard-codes-list,
.amcardacc-template-container .amcard-field-container {
  max-width: 80%;
}
.sidebar .action.tocart {
  border-radius: 25px;
  float: none;
}
.account .colums .fieldset {
  border: 0;
  margin: 0 0 30px;
  padding: 0;
  letter-spacing: -.31em;
}
.account .column.main .order-details-items .table-wrapper .data.table > thead > tr > th,
.account .column.main .order-details-items .table-wrapper .data.table > tbody > tr > td {
  text-align: left;
}
.account .block.block-reorder .actions-toolbar > .secondary {
  display: block;
  width: auto;
  margin-top: 15px;
  text-align: center;
  margin-right: 16px;
  float: none;
}
.account .block-collapsible-nav .content {
  background: none;
  padding: 15px 0;
}
.account form.form-newsletter-manage input {
  top: 0;
}
.account .toolbar.wishlist-toolbar {
  border-top: 0;
  padding-top: 0;
  padding-bottom: 0;
  margin: 0;
  margin-bottom: 15px;
}
.account .products-grid.wishlist .product-item-tooltip {
  display: none;
}
.products-grid.wishlist .product-item .box-tocart {
  margin-bottom: 20px;
}
.account .toolbar.wishlist-toolbar .pager {
  display: block;
  border-top: 1px solid #D9D9D9;
  padding-top: 7px;
  padding-bottom: 25px;
}
.account .block-rewards-account-summary .table-wrapper.orders-recent {
  border: none;
  padding-top: 30px;
}
.rewards-account-history .block-rewards-account-summary .table-wrapper.orders-recent {
  padding-top: 0;
}
/*.account.rewards-account-referral .column.main .block-rewards-account-summary:not(.widget) .block-title {
    margin-bottom: -15px;
}*/
.account .sidebar.sidebar-main .block-collapsible-nav .content {
  padding-top: 0;
}
.account .sidebar.sidebar-main .block-collapsible-nav .item .delimiter {
  border-top: 1px solid #d1d1d1;
  display: block;
  margin: 10px 0;
}
.account .sidebar.sidebar-main .block-collapsible-nav .item a,
.account .sidebar.sidebar-main .block-collapsible-nav .item > strong {
  padding: 5px 18px 5px 0px;
  border: 0;
}
.products-grid.wishlist .product-item .box-tocart .tocart {
  font-size: 14px;
  line-height: 24px;
  padding: 13px 32px;
  min-width: unset;
  width: auto;
  height: 50px;
}
.products-grid.wishlist .product-item {
  height: auto;
}
.products-grid.wishlist .product-item .box-tocart .tocart span {
  line-height: 24px;
  display: inline-block;
  vertical-align: baseline;
}
.products-grid.wishlist .product-item .old-price .price {
  font-size: 14px;
  font-weight: 700;
  color: #B1B1B1;
  text-decoration: line-through;
  margin-left: 14px;
}
.products-grid.wishlist .price-box.price-final_price > span {
  vertical-align: middle;
}
.products-grid.wishlist .price-box.price-final_price > span {
  vertical-align: middle;
}
.products-grid.wishlist p.price-as-configured > span {
  display: inline-block;
}
.products-grid.wishlist .product-item .fieldset .field.qty label {
  margin-bottom: 0;
  padding: 6px 15px 0 0;
}
.products-grid.wishlist .product-item .fieldset .field.qty {
  display: flex;
}
.products-grid.wishlist .product-item .box-tocart input.qty {
  height: 40px;
  width: 40px;
  padding: 10px;
}
/*.products-grid.wishlist .product-item .box-tocart .tocart:hover {
  background: linear-gradient(to right, #792973, #63228b);
}*/
.products-grid.wishlist .product-item .box-tocart .tocart:before {
  width: 19px;
  height: 17px;
  content: '';
  background: url(../../frontend/Verz/default/en_US/images/icon-cart.svg) no-repeat center;
  background-size: contain;
  position: relative;
  top: 6px;
  margin-right: 8px;
  display: inline-block;
  vertical-align: baseline;
}
.account .sidebar .product-items .action.delete {
  width: 20px;
  line-height: 20px;
}
.wishlist-index-index .products-grid.wishlist .product-item-info {
  max-width: 100%;
  width: 100%;
  margin: 0px;
  padding: 0 15px 9px 15px;
  background: #fff;
  border-radius: 3px;
}
body.wishlist-index-index .products-grid .product-item:not(:hover) .product-item-info {
  box-shadow: 3px 3px 15px #0000000D;
  -webkit-box-shadow: 3px 3px 15px #0000000D;
  -moz-box-shadow: 3px 3px 15px #0000000D;
}
body.wishlist-index-index .products-grid .product-item:hover {
  box-shadow: none;
}
body.wishlist-index-index .products-grid .product-item:hover .product-item-info {
  -webkit-box-shadow: 0px 10px 15px 0px rgba(0, 0, 0, 0.5);
  -moz-box-shadow: 0px 10px 15px 0px rgba(0, 0, 0, 0.5);
  box-shadow: 0px 10px 15px 0px rgba(0, 0, 0, 0.5);
}
.wishlist-index-index .products-grid.wishlist .product-image-container,
.wishlist-index-index .products-grid.wishlist .product-image-container img {
  width: 100% !important;
}
.wishlist-index-index .products-grid.wishlist .product-image-container img {
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
}
.wishlist-index-share .actions-toolbar > .secondary .action.back {
  display: block;
  margin-top: 0;
  line-height: 24px;
}
.wishlist-index-index .products-grid.wishlist .product-item-info:hover,
.wishlist-index-index .products-grid.wishlist .product-item-info.active {
  border-radius: 3px 3px 0 0;
  border-width: 0;
}
.wishlist-index-index .products-grid.wishlist .product-item-info:hover .product-item-inner,
.wishlist-index-index .products-grid.wishlist .product-item-info.active .product-item-inner {
  border-radius: 0 0 20px 20px;
  border-width: 0;
  margin-left: 0;
  right: 0;
}
.account .column.main .order-details-items .table-wrapper .data.table > tbody > tr:nth-child(even) > td {
  background: #fff;
}
.table tfoot {
  background: #fff;
}
.order-details-items tfoot td {
  background: #fff;
}
.wishlist-index-index .products-grid.wishlist .product-item-comment {
  height: 90px;
}
.field.qty input {
  padding: 0;
}
.account form#wishlist-view-form {
  margin-bottom: 30px;
}
.block.block-compare {
  display: none;
}
.cms-noroute-index.page-layout-2columns-right .sidebar-additional {
  display: none;
}
.cms-noroute-index .page-main ul {
  padding-left: 0;
}
.cms-noroute-index .page-main ul li {
  list-style: none;
  position: relative;
  padding-left: 20px;
}
.cms-noroute-index .page-main .page-title-wrapper {
  /* display: none; */
}
.cms-noroute-index .page-main .page-title-wrapper h1 {
  color: #120700;
  margin-bottom: 0;
}
.cms-noroute-index .page-main .columns {
  padding-top: 0px;
  padding-bottom: 30px;
}
.cms-noroute-index .page-main ul li:before {
  content: '';
  width: 7.5px;
  height: 8px;
  background-color: #656565;
  border-radius: 50%;
  position: absolute;
  left: 0;
  top: 13px;
}
.toolbar .toolbar-amount {
  font-size: 14px;
  color: #B1B1B1;
  line-height: 24px;
}
.toolbar .toolbar-amount span.toolbar-label {
  font-weight: bold;
}
.toolbar .toolbar-amount span {
  color: #656565;
}
.toolbar .toolbar-amount span.toolbar-number {
  padding: 0 5px;
}
.account .block-rewards-referral-list div.rewards-social-buttons div.fb {
  position: relative;
  top: -2px;
}
.account .block-rewards-referral-list div.rewards-social-buttons div.fb > div span {
  vertical-align: top !important;
}
@media (min-width: 640px) {
  .account.stripe_payments-customer-cards .actions-toolbar .primary {
    float: left;
  }
  .form-address-edit fieldset.fieldset {
    width: 48%;
    display: inline-block;
    vertical-align: top;
  }
  .account .actions-toolbar .secondary a.action {
    margin-top: 0;
  }
  .account .actions-toolbar .primary {
    float: right;
  }
  .account .form-edit-account div.primary {
    float: right;
    margin: 0;
  }
  .account .form-edit-account div.secondary {
    margin: 0;
  }
  .customer-account-forgotpassword #maincontent .actions-toolbar .primary,
  .customer-account-create #maincontent .actions-toolbar .primary {
    float: right;
  }
  .customer-account-create .form.account .secondary {
    margin-top: 0;
    float: left;
  }
  .wishlist-index-index .products-grid.wishlist .product-item-info .product-item-inner {
    margin: 8px 0 0 0px;
  }
  .wishlist-index-index .products-grid .product-item {
    margin-bottom: 20px;
    width: 32%;
  }
  .wishlist-index-index .product-item:nth-child(2n + 1) {
    margin-left: 2%;
  }
  .wishlist-index-index .product-item:nth-child(1) {
    margin-left: 0;
  }
}
@media (min-width: 768px) {
  .customer-account-create .form.form-create-account {
    display: block;
    font-size: 0;
  }
  .customer-account-create .form.form-create-account fieldset.fieldset.create.info {
    margin-right: 4%;
  }
  .customer-account-create .form.form-create-account fieldset.fieldset.create.info,
  .customer-account-create .form.form-create-account fieldset.fieldset.create.account {
    width: 48%;
    /* float: left; */
    border-radius: 0px;
    /* min-height: 513px; */
    margin-bottom: 0;
    display: inline-block;
    vertical-align: top;
  }
  .customer-account-create .form.form-create-account fieldset.fieldset.create.account {
    float: none;
  }
  .account .block-rewards-referral-list div.rewards-social-buttons div.fb {
    position: relative;
    top: -2px;
  }
  .account .block-rewards-referral-list div.rewards-social-buttons div.fb > div span {
    vertical-align: top !important;
  }
  body .page-main .actions-toolbar .secondary a.action {
    margin-top: 0px;
  }
  body .page-main .actions-toolbar .secondary a.action.remind {
    margin-top: 15px;
  }
  .account .order-links .item {
    /* margin-right: -1px; */
    /* margin-bottom: -1px; */
  }
  .wishlist-index-index .actions-toolbar > .primary .action,
  .wishlist-index-index .actions-toolbar > .secondary .action {
    margin-bottom: 10px;
    width: auto;
    padding: 11px 40px;
  }
  .wishlist-index-index .products-grid .product-item {
    margin-bottom: 20px;
    width: 49%;
  }
  .abs-pager-toolbar .pages,
  body.account .toolbar .pages,
  .toolbar-giftregistry-results .pages,
  .toolbar-wishlist-results .pages {
    position: absolute;
    margin: 0;
    right: 0;
    display: inline-block;
    width: auto;
    padding-top: 7px;
  }
  body.account .abs-pager-toolbar .limiter,
  body.account .toolbar .limiter,
  .toolbar-giftregistry-results .limiter,
  .toolbar-wishlist-results .limiter {
    float: left;
    margin-left: 0px;
  }
  .products-grid.wishlist {
    margin-bottom: 20px;
  }
  .account.page-layout-2columns-left .sidebar-main,
  .account.page-layout-2columns-left .sidebar-additional {
    width: 22.3%;
    padding-right: 2%;
    padding-bottom: 40px;
  }
  .wishlist-index-index .product-item:nth-child(2n + 1) {
    margin-left: 0%;
  }
  .account .amgiftcard-form {
    margin-bottom: 40px;
    display: flex;
    align-items: flex-end;
  }
  .account .amgiftcard .fieldset {
    width: 48%;
    margin-right: 2%;
  }
  .account .amgiftcard-form .fieldset {
    margin-bottom: 0;
  }
  .form-edit-account .fieldset {
    margin-bottom: 10px;
  }
}
@media (min-width: 992px) {
  .wishlist-index-index .products-grid .product-item {
    margin-bottom: 20px;
    width: 32%;
  }
}
@media (min-width: 1024px) {
  body.wishlist-index-index .products-grid .product-item {
    width: 33.33%;
    margin-right: 0;
    padding: 0 10px;
    margin-left: 0;
    height: auto;
  }
  body.wishlist-index-index .products-grid .product-items {
    margin-right: -10px;
    margin-left: -10px;
    font-size: 0;
  }
}
@media (max-width: 1024px) {
  .customer-account-login .columns,
  .customer-account-create .columns,
  .customer-account-forgotpassword .columns,
  .customer-account-createpassword .columns,
  .customer-account-logoutsuccess .columns,
  .account .columns,
  .multishipping-checkout_address-newshipping .columns,
  .multishipping-checkout-addresses .columns,
  .checkout-index-index .columns,
  .checkout-onepage-success .columns,
  .cms-no-route .columns {
    padding-top: 0px;
  }
}
@media (max-width: 1023px) {
  .products-grid.wishlist .product-item-photo p.unavailable.stock {
    right: -5px;
  }
}
@media (max-width: 991px) {
  form#wishlist-view-form .primary button {
    padding: 10px 10px;
  }
  .form-wishlist-items .actions-toolbar .secondary a.action {
    padding: 10px 40px;
    min-width: 100px;
  }
  .sidebar .actions-toolbar > .primary .action,
  .account .order-links .item {
    margin-right: 5px;
  }
  .account .order-links .item a,
  .account .order-links .item strong {
    padding: 1px 30px;
  }
  .sidebar .action.tocart {
    min-width: 100%;
    padding: 0 15px;
  }
}
@media (max-width: 767px) {
  .account .tier-progress-bar .tier-point .label,
  .account .tier-progress-bar .tier-point .number,
  .account.tier-progress-bar .tier-point .tier-logo {
    display: block;
  }
  .account .toolbar .limiter {
    display: flex;
    justify-content: center;
    align-items: baseline;
  }
  .account .toolbar .limiter span.limiter-text {
    display: flex;
    white-space: nowrap;
    align-items: center;
  }
  .abs-pager-toolbar .toolbar-amount,
  .account .toolbar .toolbar-amount,
  .toolbar-giftregistry-results .toolbar-amount,
  .toolbar-wishlist-results .toolbar-amount {
    line-height: 40px;
    margin-bottom: 0;
    padding-top: 0;
  }
  .block.account-nav {
    margin-bottom: 20px;
  }
  .account .column.main .block {
    margin-bottom: 15px;
  }
  .sales-order-history .block.account-nav {
    margin-bottom: 0;
  }
  .account-nav .content {
    height: 0;
    border: 0;
    pointer-events: none;
    opacity: 0;
    transition-duration: 0.3s;
  }
  .account-nav .content.active {
    height: auto;
    border: 1px solid #ccc;
    opacity: 1;
    pointer-events: all;
  }
  .title.account-nav-title {
    clip: unset;
    position: relative;
    height: auto;
    width: auto;
    color: #fff;
    background: #1e4064 0% 0% no-repeat padding-box;
    padding: 10px 20px;
    margin-bottom: 0;
    font: normal normal normal 14px/24px Lato;
    border: 1px solid #ccc;
    border-bottom: 0;
  }
  .title.account-nav-title:after {
    content: '\f107';
    position: absolute;
    top: 11px;
    right: 20px;
    color: #fff;
    display: block;
    font-size: 15px;
    line-height: 24px;
    font-family: "Font Awesome 5 Pro";
    font-weight: normal;
  }
  .title.account-nav-title.active:after {
    content: '\f106';
  }
  .title.account-nav-title strong {
    font: normal normal normal 14px/24px Lato;
  }
  .account .toolbar .toolbar-amount {
    margin-right: 10px;
  }
  .account.wishlist-index-index .actions-toolbar .primary {
    float: none;
  }
  .account .toolbar .toolbar-amount {
    justify-content: center;
  }
  .products-grid.wishlist .product-item .box-tocart .tocart {
    padding: 13px 15px;
    font-size: 12px;
    line-height: 24px;
  }
  body.wishlist-index-index .actions-toolbar .secondary {
    float: none;
  }
  .products-grid.wishlist .product-item-actions .action.edit,
  .products-grid.wishlist .product-item-actions .action.delete {
    margin-top: 7px;
    float: none;
  }
  .account .order-links .item a,
  .account .order-links .item strong {
    padding: 1px 20px;
  }
  .order-details-items h1.page-title {
    margin-bottom: 15px;
    font-size: 20px;
    line-height: 24px;
  }
  body .actions-toolbar .secondary {
    float: none;
  }
  .customer-account-login #maincontent .actions-toolbar .primary {
    float: left;
  }
  .customer-account-login #maincontent .actions-toolbar .secondary {
    float: left;
    width: auto;
    padding: 10px 0;
    margin-left: 15px;
  }
  .customer-account-forgotpassword #maincontent .actions-toolbar .primary,
  .customer-account-create #maincontent .actions-toolbar .primary {
    float: right;
  }
  .customer-account-create .form.account .secondary {
    margin-top: 0;
    float: left;
  }
  body .login-container .fieldset:after {
    margin-left: 0;
    margin-top: 20px;
    display: block;
    width: 100%;
    clear: both;
  }
  .order-links .item {
    float: left;
    border-left: 0;
    line-height: 41px;
  }
  .products-grid.wishlist .product-item-actions {
    float: none;
  }
  .products-grid.wishlist .product-item .box-tocart {
    float: none;
    margin-right: 0px;
  }
  .wishlist-index-index .products-grid .product-item {
    background: #fff;
  }
  .account .columns .column.main {
    order: 2;
  }
  /*
  .account .order-links .item a {
    border-left: 0;
  }*/
  ul.items.order-links.rewards-links {
    display: flex;
  }
  .wishlist-index-index .products-grid.wishlist .product-item-photo {
    float: none;
    margin-right: 0;
    width: 100%;
  }
  .wishlist-index-index .products-grid.wishlist .product-image-container {
    max-width: 100%;
  }
  .login-container .fieldset:after,
  .form-create-account .fieldset.create.account:after,
  .form.password.forget .fieldset:after {
    font-size: 14px;
    text-align: left;
    margin-top: 10px;
  }
  .form-login .actions-toolbar .secondary {
    text-align: left;
  }
  .account.form-create-account .actions-toolbar > .primary .action {
    width: 100%;
    margin: 0;
    margin-bottom: 10px;
  }
  .wishlist-index-index .products-grid.wishlist .product-item-name,
  .wishlist-index-index .products-grid.wishlist .product-item-description,
  .wishlist-index-index .products-grid.wishlist .product-item .price-box,
  .products-grid.wishlist .product-item-tooltip {
    margin-left: 0;
  }
  .wishlist-index-index .products-grid .product-item:nth-child(3n+1) {
    margin-left: 0;
  }
  .cms-noroute-index .page-main .columns {
    padding-top: 0px;
    padding-bottom: 0px;
  }
  .cms-noroute-index .page-main .columns .column.main {
    padding-bottom: 30px;
  }
  body.account .page-main {
    padding-top: 0;
    position: relative;
  }
  .account .block-collapsible-nav {
    top: 65px;
    z-index: 2;
  }
  .account .sidebar.sidebar-main .block-collapsible-nav .content {
    padding-top: 0;
    background: #fff;
    padding: 15px;
  }
  .block-rewards-referral-list div.rewards-social-buttons div.tw {
    vertical-align: top;
  }
  .account .column.main .block:not(.widget) .block-title {
    padding-top: 3px;
    padding-bottom: 10px;
    margin-top: 0;
    margin-bottom: 0;
  }
  .account .column.main .block:not(.widget).block-rewards-account-summary .block-title {
    margin-top: 20px;
    margin-bottom: 0;
  }
  .block-rewards-referral-list div.rewards-social-buttons {
    float: none;
  }
  .account .banner-header-content .page-title-wrapper {
    padding: 0 0 0 1px;
    margin-bottom: 25px;
  }
  .account .toolbar.wishlist-toolbar .pager {
    display: flex;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    padding-bottom: 10px;
    justify-content: space-between;
  }
  .block-collapsible-nav .content {
    background: #fff;
    padding: 15px 0;
  }
  .account .toolbar.wishlist-toolbar .pager span.toolbar-number {
    line-height: 40px;
    padding-top: 0;
    display: block;
  }
  .products-grid .product-item {
    margin-left: 2%;
  }
  .sidebar .actions-toolbar > .primary .action,
  .sidebar .action.tocart {
    min-width: 100%;
    padding: 0 15px;
  }
  .cart-container .form-cart .actions.main {
    text-align: center;
    padding-left: 20px;
    padding-right: 20px;
  }
  .customer-account-login .columns .column.main {
    padding-bottom: 60px;
  }
}
@media (max-width: 639px) {
  body.account .toolbar .pages {
    float: none;
    display: inline-block;
    margin-bottom: 6px;
  }
  .control.captcha button {
    display: block;
    width: 100%;
  }
  .customer-account-login #maincontent .actions-toolbar .primary {
    float: none;
  }
  .customer-account-login #maincontent .actions-toolbar .secondary {
    margin-left: 0;
  }
  .customer-account-forgotpassword #maincontent .actions-toolbar .primary {
    margin-bottom: 5px;
  }
  .wishlist-index-index .products-grid .product-item {
    margin-bottom: 15px;
  }
  .fieldset {
    margin: 0 0 10px;
  }
  .account .actions-toolbar .secondary a,
  .account .actions-toolbar .secondary button,
  .actions-toolbar .secondary button,
  .actions-toolbar .secondary a {
    margin-bottom: 10px;
  }
  .customer-account-forgotpassword #maincontent .actions-toolbar .primary,
  .customer-account-create #maincontent .actions-toolbar .primary,
  .actions-toolbar > .secondary:last-child,
  .account .primary {
    width: 100%;
    margin-left: 0;
  }
  .wishlist-index-index .products-grid .product-item {
    width: 49%;
    margin-left: 0;
    border: 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 {
    vertical-align: baseline;
  }
  .wishlist-index-index .products-grid .product-item:nth-child(2n) {
    margin-left: 2%;
  }
  .products-grid.wishlist .product-item:first-child {
    border-top: 0;
  }
  .rewards-account-referral table.data-table tr td.a-center {
    width: 2%;
    margin-right: 10px;
  }
  .rewards-account-referral table.data-table tr td {
    width: 49%;
  }
  .rewards-account-referral table tr.first.odd {
    display: flex;
    align-items: center;
  }
  .pages .pages-items {
    display: inline-block;
  }
  .pages-item-next,
  .pages-item-previous {
    top: 3px;
  }
  .actions-toolbar > .primary,
  .actions-toolbar > .secondary {
    margin-bottom: 0;
  }
  .account .actions-toolbar > .primary .action,
  .account .actions-toolbar > .secondary .action {
    margin-bottom: 10px;
    width: 100%;
    margin-left: 0;
    margin-right: 0;
    margin-top: 0;
  }
  .account.wishlist-index-index .actions-toolbar .primary button:not(:last-child) {
    margin-bottom: 10px;
  }
}
@media (max-width: 575px) {
  .account .order-links .item a,
  .account .order-links .item strong {
    font: normal normal normal 13px/40px Open Sans;
    padding: 1px 10px;
  }
  .order-links .item {
    float: left;
    border-left: 0;
    line-height: 41px;
  }
  .order-links .item a {
    border-left: 0;
  }
  .account .order-links .item a {
    white-space: nowrap;
  }
  ul.items.order-links.rewards-links {
    display: flex;
  }
  .order-links .item strong {
    padding: 0 13px;
    white-space: nowrap;
  }
  .account .toolbar.wishlist-toolbar .pager {
    flex-direction: column;
  }
}
@media (max-width: 374px) {
  .rewards-account-referral table.data-table tr td.a-center {
    width: 100%;
  }
  .rewards-account-referral table.data-table tr td {
    width: 100%;
  }
  .rewards-account-referral table tr.first.odd {
    flex-direction: column;
  }
}
.customer-account-forgotpassword .actions-toolbar > .primary .action {
  letter-spacing: 0;
}
.modal-popup .modal-title {
  color: #333333;
}
.checkout-cart-index .amcard-codes-list .messages {
  margin-bottom: 15px;
}
.account .sidebar.sidebar-additional {
  display: none;
}
.account .toolbar .limiter-label {
  font: normal normal bold 14px/20px Lato;
  letter-spacing: 0px;
  color: #656565;
}
.products-grid.wishlist .product-item .price-box {
  margin-top: 15px;
  text-align: center;
}
.products-grid.wishlist .product-item .box-tocart .actions-primary button {
  width: 100%;
}
.products-grid.wishlist .product-item .box-tocart .actions-primary {
  display: block;
  width: 100%;
}
.account .toolbar select {
  background-color: transparent;
  border: none;
  font: normal normal normal 13px/21px Lato;
  letter-spacing: 0px;
  color: #2E2E2E;
  border: 0;
  box-shadow: none;
  padding: 5px;
  width: 50px;
  margin: -3px -2px 0 1px;
  height: 40px;
  background-position: center right 18px;
}
.account .toolbar .toolbar-amount {
  display: flex;
  align-items: baseline;
}
.abs-pager-toolbar .toolbar-amount,
.account .toolbar .toolbar-amount,
.toolbar-giftregistry-results .toolbar-amount,
.toolbar-wishlist-results .toolbar-amount {
  line-height: normal;
}
textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
.checkout-index-index .columns .opc-wrapper .action-cancel {
  height: 50px;
  border-radius: 25px 0 25px 0;
  background-color: #1E412F;
  font-size: 14px;
  letter-spacing: -0.48px;
  line-height: 50px;
  color: #fff6dc;
  font-family: "Lato";
  font-weight: 400;
  text-align: center;
  border: 1px solid #1E412F;
  text-transform: uppercase;
  position: relative;
  -webkit-transition: all .2s ease;
  transition: all .2s ease;
  min-width: 205px;
  margin: 0px;
  padding: 0px 35px;
}
.checkout-index-index .columns .opc-wrapper .action-cancel:hover,
.checkout-index-index .columns .opc-wrapper .action-cancel:focus {
  background: #9A0F15;
  color: #fff;
  border: 1px solid #9A0F15;
  text-decoration: none;
}
.checkout-cart-index .cart-container .block.crosssell {
  width: 100%;
  clear: both;
}
@media (max-width: 639px) {
  .opc-wrapper .edit-address-link > span {
    position: static;
    overflow: inherit;
  }
  .opc-wrapper .edit-address-link:before {
    display: none;
  }
  .opc-wrapper .shipping-address-item.selected-item .edit-address-link {
    right: 0;
    width: 100%;
  }
}
@media (max-width: 529px) {
  .opc-wrapper .step-content #paypal-animation-content {
    top: 30px;
  }
}
@media (max-width: 575px) and (min-width: 482px) {
  .account .sidebar.sidebar-main .block-collapsible-nav .content {
    padding: 15px 0;
    margin-left: 39px;
    margin-right: 39px;
  }
}
@media (max-width: 424px) {
  .products-grid.wishlist .product-item .old-price .price {
    /* margin-left: 0; */
  }
}
@media (max-width: 413px) {
  .products-grid.wishlist .product-item .box-tocart .tocart {
    padding: 0px 1px;
  }
  .order-links .item {
    float: left;
    border-left: 0;
    line-height: 41px;
  }
  .order-links .item a {
    border-left: 0;
  }
  .account .order-links .item a {
    padding: 1px 10px;
    font-size: 12px;
    white-space: nowrap;
  }
  ul.items.order-links.rewards-links {
    display: flex;
  }
  .account .order-links .item a,
  .account .order-links .item strong {
    padding: 0 8px;
    white-space: nowrap;
    font: normal normal normal 13px/40px Open Sans;
  }
  .order-links .item {
    font-size: 12px;
    letter-spacing: 0;
  }
  .account .order-links .item a {
    padding: 1px 7px;
  }
}
@media (max-width: 374px) {
  .order-links .item {
    float: left;
    border-left: 0;
    line-height: 41px;
  }
  .order-links .item a {
    border-left: 0;
  }
  .account .order-links .item a {
    padding: 1px 10px;
    font-size: 12px;
    white-space: nowrap;
  }
  ul.items.order-links.rewards-links {
    display: flex;
  }
  .account .order-links .item a,
  .account .order-links .item strong {
    padding: 0 6px;
    white-space: nowrap;
    font: normal normal normal 11px/40px Open Sans;
  }
  .order-links .item {
    font-size: 12px;
    letter-spacing: -1px;
  }
  .account .order-links .item a {
    padding: 1px 6.75px;
  }
  .wishlist-index-index .products-grid .product-item {
    width: 100%;
  }
  .wishlist-index-index .products-grid .product-item:nth-child(2n) {
    margin-left: 0;
  }
}
@media (max-width: 350px) {
  .block-rewards-account-summary .block-content {
    text-overflow: ellipsis;
    overflow: hidden;
    width: 250px;
    white-space: nowrap;
  }
}
.cms-thank-you .thank-you-page {
  background-image: url(../../frontend/Verz/default/en_US/images/ITE_ThankYou.png);
  max-width: 100%;
  background-repeat: no-repeat;
  background-size: cover;
  max-height: inherit;
  position: static;
}
.cms-thank-you .columns {
  margin: 0;
}
.cms-thank-you .page-wrapper {
  display: block;
}
.cms-thank-you .thank-you-page:before {
  content: '';
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  position: absolute;
  left: 0;
  top: 0;
  display: none;
}
.cms-thank-you .column.main {
  padding-bottom: 0;
}
.cms-thank-you .page-main {
  padding-top: 130px !important;
}
.cms-thank-you .banner-header {
  display: none;
}
.cms-thank-you .page-thank-you {
  position: relative;
}
.cms-thank-you .page-thank-you img.img-background {
  width: 100%;
  display: block;
}
.cms-thank-you .thank-you-container {
  padding: 0 20px;
  max-width: 1185px;
  width: 100%;
  margin: 0 auto;
}
.cms-thank-you .thank-you-block {
  display: block;
  width: 40%;
  padding: 150px 0px 146px 4px;
}
.cms-thank-you .thank-you-block h1 {
  text-align: left;
  font-family: Roboto Slab;
  letter-spacing: -1.5px;
  text-transform: capitalize;
  font-size: 50px;
  line-height: 60px;
  font-weight: normal;
  color: #FFFFFF;
}
.cms-thank-you .thank-you-block h1 span {
  color: #F8BA00;
}
.cms-thank-you .thank-you-block p {
  text-align: left;
  color: #FFFFFF;
  font-size: 16px;
  line-height: 30px;
  margin-right: 100px;
  margin-top: -28px;
}
.cms-thank-you .sections.nav-sections + .featured-banner {
  display: none;
}
.cms-thank-you .footer-top {
  display: none;
}
.cms-thank-you .content-bottom-product {
  display: none;
}
.cms-thank-you .footer-middle {
  display: none;
}
.cms-thank-you .footer-panel {
  display: none;
}
@media screen and (max-width: 1024px) and (min-width: 992px) {
  .cms-thank-you .thank-you-block {
    width: 100%;
    max-width: 435px;
  }
  .cms-thank-you .thank-you-page {
    background-position: center;
  }
}
@media screen and (max-width: 1024px) {
  .cms-thank-you .thank-you-container {
    position: absolute;
    top: 50%;
    transform: translate(0, -50%);
  }
  .cms-thank-you .thank-you-page {
    position: relative;
  }
}
@media screen and (max-width: 991px) {
  .cms-thank-you .thank-you-block {
    width: 100%;
    max-width: 450px;
  }
  html .cms-thank-you .thank-you-block a.button-our-product {
    margin: 20px 0 0 0;
  }
  .cms-thank-you .thank-you-page {
    background-position: center;
  }
}
@media only screen and (max-width: 768px) {
  .cms-thank-you .thank-you-block {
    padding: 200px 0px 182px 4px;
  }
  .cms-thank-you .thank-you-page {
    position: relative;
  }
  .cms-thank-you .thank-you-page:before {
    display: block;
  }
}
@media screen and (max-width: 767px) {
  .cms-thank-you .thank-you-page {
    position: relative;
  }
  .cms-thank-you .thank-you-block {
    width: 100%;
    max-width: 325px;
  }
  .cms-thank-you .thank-you-block h1 {
    font-size: 34px;
    letter-spacing: -0.9px;
    margin-bottom: 15px;
  }
  .cms-thank-you .thank-you-block p {
    margin-top: 10px;
  }
}
@media screen and (max-width: 500px) {
  .cms-thank-you .thank-you-block h1 {
    font-size: 30px;
  }
  .cms-thank-you .thank-you-page {
    background-position: right;
  }
  .cms-thank-you .thank-you-block h1 {
    line-height: 35px;
  }
  .cms-thank-you .thank-you-block p {
    margin-right: 0;
    line-height: 25px;
  }
  .cms-thank-you .thank-you-block {
    padding: 0;
  }
  .cms-thank-you .page-main {
    padding-top: 70px !important;
  }
}
.contact-index-index .webforms-description-text h2 {
  text-transform: capitalize;
  margin: 0;
  margin-top: -19px;
}
.contact-index-index .webforms-description-text p {
  margin-top: 11px;
}
.contact-index-index .contact-container.contact-bottom-map {
  width: 50%;
}
.contact-index-index .contact-container.contact-bottom-map iframe {
  height: 367px;
  max-width: 100%;
}
.contact-index-index .page-main {
  display: block;
  max-width: 100%;
  padding: 0;
}
.contact-index-index .column.main {
  display: flex;
  display: -webkit-flex;
  flex-wrap: wrap;
  padding-bottom: 55px;
}
.contact-index-index .contact-top-container {
  width: 45%;
}
.contact-index-index .page-wrapper {
  background: #FFFFFF;
}
.contact-index-index .webforms {
  padding-top: 61px;
  width: 100%;
  margin-bottom: 0;
}
.contact-index-index .webforms h4 {
  text-transform: uppercase;
  letter-spacing: 0;
  display: inline-block;
  padding-right: 18px;
  padding-top: 15px;
  color: #171717;
  line-height: 20px;
  font-weight: bold;
}
.contact-index-index .form-bottom-text {
  margin-top: -31px;
}
.contact-index-index .form-bottom-text p {
  margin-top: -18px;
}
.contact-index-index .label:after {
  display: none;
}
.contact-index-index .control {
  position: relative;
  width: 100% !important;
}
.contact-index-index .webforms .control input[type="text"] {
  background: #ffffff 0% 0% no-repeat padding-box;
  border: 1px solid #E2E2E2;
  height: 50px;
  padding-top: 0;
  padding-bottom: 1px;
  padding-left: 29px;
  -webkit-box-shadow: 0 0 0 30px #FFFFFF inset !important;
}
.contact-index-index .webforms .control input[type="text"]:focus {
  border-color: #1E4064;
}
.contact-index-index .webforms .control input[type="text"]::placeholder {
  display: none;
}
.contact-index-index .webforms .control textarea {
  background: #ffffff 0% 0% no-repeat padding-box;
  height: 192px;
  padding-top: 15px;
  padding-left: 28px;
  position: relative;
  font-size: 14px;
  color: #2E2E2E;
  resize: none;
}
.contact-index-index .webforms .control textarea:focus {
  border-color: #1E4064;
}
.contact-index-index .primary button.action.submit.primary {
  display: none;
}
.contact-index-index .webforms .actions-toolbar {
  padding-right: 0;
  margin-right: 0;
}
.contact-index-index .actions-toolbar {
  float: right;
}
.contact-index-index .contact-us-block-info {
  background: #FFFFFF;
  margin-left: 28px;
  margin-top: 0;
  padding-top: 0px;
  padding-bottom: 11px;
  width: 50%;
  padding-left: 70px;
  padding-right: 10px;
}
.contact-index-index .contact-us-block-info ul {
  list-style: none;
  margin-top: 31px;
}
.contact-index-index .contact-us-block-info h2 {
  text-align: left;
  text-transform: capitalize;
  margin: 0;
}
.contact-index-index .contact-us-block-info h2 span {
  color: #F8BA00;
}
.contact-index-index .contact-us-block-info ul li p {
  padding-left: 57px;
  margin-bottom: 0;
  line-height: 24px;
}
.contact-index-index .contact-us-block-info ul li {
  position: relative;
}
.contact-index-index .contact-us-block-info ul li.phone-whatsapp {
  display: flex;
}
.contact-index-index .contact-us-block-info .adress:before {
  background: url(../../frontend/Verz/default/en_US/images/adress.png) no-repeat center;
  background-size: contain;
  width: 30px;
  height: 44px;
  position: absolute;
  content: '';
  display: block;
  left: 4px;
  top: 6px;
}
.contact-index-index .contact-us-block-info li.phone-whatsapp .whatsapp {
  position: relative;
  padding-left: 46px;
}
.contact-index-index .contact-us-block-info li.phone-whatsapp .phone {
  position: relative;
}
.contact-index-index .contact-us-block-info li.phone-whatsapp .phone:before {
  background: url(../../frontend/Verz/default/en_US/images/phone.png) no-repeat center;
  background-size: contain;
  width: 34px;
  height: 44px;
  position: absolute;
  content: '';
  display: block;
  left: 2px;
  top: 8px;
}
.contact-index-index .contact-us-block-info li.phone-whatsapp .whatsapp:before {
  background: url(../../frontend/Verz/default/en_US/images/whatsapp.png) no-repeat center;
  background-size: contain;
  width: 31px;
  height: 47px;
  position: absolute;
  content: '';
  display: block;
  left: 52px;
  top: 4px;
}
.contact-index-index .contact-us-block-info .fax:before {
  background: url(../../frontend/Verz/default/en_US/images/fax2x.png) no-repeat center;
  background-size: contain;
  width: 33px;
  height: 46px;
  position: absolute;
  content: '';
  display: block;
  left: 2px;
  top: 6px;
}
.contact-index-index .contact-us-block-info .email:before {
  background: url(../../frontend/Verz/default/en_US/images/mail.png) no-repeat center;
  background-size: contain;
  width: 36px;
  height: 44px;
  position: absolute;
  content: '';
  display: block;
  left: 1px;
  top: 8px;
}
.contact-index-index .fieldset.fieldset-0 {
  padding: 0;
}
.contact-index-index form .fieldset > .field {
  padding: 0;
  position: relative;
  margin: 0 0 14px;
}
.contact-index-index .fieldset > .field:not(.choice) > .label {
  display: none;
}
.contact-index-index .webforms-description-text .info-text p {
  text-align: left;
  font: normal normal normal 14px/24px Lato;
  letter-spacing: 0px;
  color: #2E2E2E;
  margin-top: 11px;
  margin-bottom: -12px;
}
.contact-index-index form .fieldset > .field.focus .label {
  font-size: 10px;
  top: 12px;
}
.contact-index-index .please-wait {
  padding-top: 0;
  padding-right: 248px;
  margin-top: -81px;
}
.contact-index-index .actions-toolbar > .primary {
  margin-bottom: 39px;
}
.contact-index-index .actions-toolbar .primary {
  float: none;
}
.contact-index-index .actions-toolbar > .secondary:last-child {
  float: left;
  margin-top: -45px;
  margin-right: 0;
}
.contact-index-index .actions-toolbar .recaptcha3 {
  display: none;
}
.contact-index-index .section.section-content-bottom {
  display: none;
}
.contact-index-index .fieldset > .field:not(.choice):last-child > .label {
  top: 25px;
  width: 95%;
}
.contact-index-index form .fieldset > .field:last-child.focus .label {
  top: 12.5px;
  font-size: 10px;
  margin-bottom: 0;
  width: 95%;
  background: #FFFFFF;
  padding-right: 0;
  padding-top: 0;
}
.contact-index-index div.validate-length {
  bottom: 1px;
  right: 20px;
  background: transparent;
  padding-right: 5px;
}
.contact-index-index .grecaptcha-badge {
  z-index: 999;
}
.contact-index-index .webforms-description-text {
  text-align: center;
  padding-left: 53px;
  padding-right: 35px;
}
.contact-index-index .fieldset > .legend {
  display: none;
}
.contact-index-index button.action.submit.primary {
  width: 100%;
}
.contact-index-index .columns iframe {
  -webkit-box-shadow: 10px 10px 34px 0px rgba(0, 0, 0, 0.37);
  -moz-box-shadow: 10px 10px 34px 0px rgba(0, 0, 0, 0.37);
  box-shadow: 10px 10px 34px 0px rgba(0, 0, 0, 0.37);
}
.contact-index-index .container-webform {
  width: 100%;
  background: #F5F5F5;
  position: relative;
  overflow: hidden;
}
.contact-index-index .contact-container {
  display: flex;
  width: 100%;
  padding-bottom: 15px;
}
.contact-index-index .container-webform:before {
  content: '';
  display: block;
  background-image: url(../../frontend/Verz/default/en_US/images/iStock01.png);
  position: absolute;
  background-size: cover;
  right: -86px;
  width: 62%;
  top: -212px;
  height: 500px;
  opacity: 0.05;
  -webkit-transform: scaleX(-1);
  transform: scaleX(-1);
}
.contact-index-index .container-webform:after {
  content: '';
  display: block;
  background-image: url(../../frontend/Verz/default/en_US/images/iStock02.png);
  position: absolute;
  background-size: cover;
  left: -180px;
  top: 300px;
  width: 50%;
  height: 500px;
  opacity: 0.05;
  -webkit-transform: scaleX(-1);
  transform: scaleX(-1);
}
.contact-index-index .contact-container.contact-bottom-map:before {
  content: '';
  display: block;
  position: absolute;
  bottom: -1px;
  left: -23px;
  width: 0px;
  height: 0px;
  border-left: 360px solid transparent;
  border-top: 200px solid transparent;
  border-bottom: 326px solid #F5F5F5;
  z-index: 0;
  -webkit-transform: scaleX(-1);
  transform: scaleX(-1);
}
.contact-index-index .contact-container.contact-bottom-map p {
  position: relative;
}
.contact-index-index .container-webform .container {
  z-index: 1;
}
.contact-index-index .contact-us-block-info strong {
  padding-left: 57px;
  text-transform: uppercase;
  font-weight: bold;
  line-height: 20px;
  color: #171717;
}
.contact-index-index .contact-us-block-info .follow-us a.facebook {
  font-size: 0;
  position: relative;
  content: '';
}
.contact-index-index .contact-us-block-info .follow-us a.facebook:before {
  content: "\f09a";
  font-family: FontAwesome;
  display: block;
  font-size: 14px;
  position: absolute;
  height: 20px;
  width: 20px;
  top: -15px;
  left: 16px;
}
.contact-index-index .contact-us-block-info .follow-us {
  margin-top: -10px;
}
.contact-index-index .webforms .fieldset {
  padding-left: 1px;
  margin-top: -30px;
  margin-bottom: 14px;
}
.contact-index-index .fieldset.fieldset-2 {
  padding-left: 13px;
  padding-right: 0;
}
.contact-index-index .fieldset > .field:not(.choice) > .control {
  margin-bottom: 6px;
}
.contact-index-index .primary-second {
  display: block !important;
}
.contact-index-index .form-bottom-text {
  display: block !important;
}
@media only screen and (max-width: 1024px) {
  .contact-index-index .contact-us-block-info {
    padding-bottom: 36px;
    margin-top: -17px;
    padding-left: 45px;
  }
  .contact-index-index .webforms-description-text {
    padding-left: 35px;
  }
  .contact-index-index .please-wait {
    padding-right: 202px;
  }
}
@media only screen and (max-width: 768px) {
  .contact-index-index .contact-us-block-info h2 {
    font-size: 32px;
  }
  .contact-index-index .contact-us-block-info ul {
    margin-top: 5px;
  }
  .contact-index-index .webforms-description-text h2 {
    font-size: 32px;
  }
  .contact-index-index .webforms .control textarea {
    height: 161px;
  }
  .contact-index-index .please-wait {
    padding-right: 146px;
    margin-top: -112px;
  }
  .contact-index-index .container-webform:before {
    background-position: right;
  }
  .contact-index-index .contact-us-block-info li.phone-whatsapp .whatsapp {
    margin-left: -46px;
  }
  .contact-index-index .webforms-description-text {
    padding-left: 0;
    padding-right: 0;
  }
  .contact-index-index .contact-us-block-info {
    padding-left: 15px;
  }
  .contact-index-index .contact-us-block-info ul li.phone-whatsapp {
    display: block;
  }
  .contact-index-index .contact-us-block-info .follow-us {
    margin-top: -10px;
  }
  .contact-index-index .contact-container.contact-bottom-map iframe {
    height: 400px;
  }
}
@media only screen and (max-width: 767px) {
  .contact-index-index .contact-container.contact-bottom-map iframe {
    height: 367px;
  }
  .contact-index-index .page-main {
    padding-bottom: 0;
    margin-top: 0;
  }
  .contact-index-index .column.main {
    display: block;
    padding-bottom: 50px;
  }
  .contact-index-index .webforms {
    width: 100%;
    padding-bottom: 17px;
    padding-left: 0;
    padding-right: 0;
    padding-top: 10px;
  }
  .contact-index-index .actions-toolbar {
    float: none;
  }
  .contact-index-index .contact-top-container {
    width: 100%;
  }
  .contact-index-index .contact-container.contact-bottom-map {
    width: 100%;
    margin-left: 0;
    margin-top: 30px;
    max-width: 100%;
  }
  .contact-index-index .contact-container.contact-bottom-map iframe {
    width: 100%;
  }
  .contact-index-index .contact-us-block-info {
    margin-left: 0;
  }
  .contact-index-index .webforms .actions-toolbar {
    padding-left: 0;
  }
  .contact-index-index .contact-us-block-info {
    padding: 20px 0;
    width: 100%;
    padding-top: 30px;
  }
  .contact-index-index .contact-container {
    display: block;
  }
  .contact-index-index .fieldset.fieldset-2 {
    padding-left: 0;
    padding-right: 0;
    margin-top: -45px;
  }
  .contact-index-index .contact-container.contact-bottom-map:before {
    display: none;
  }
  .contact-index-index .container-webform:after {
    left: -70px;
  }
  .contact-index-index .container-webform:before {
    right: -250px;
    width: 70%;
    top: 0;
    height: 400px;
    background-position: right;
  }
  .contact-index-index .contact-us-block-info .follow-us {
    margin-top: -10px;
  }
  .contact-index-index .webforms-description-text {
    padding-left: 0;
    padding-right: 0;
  }
  .contact-index-index .webforms .fieldset {
    padding-right: 0;
  }
  .contact-index-index .please-wait {
    margin-top: -73px;
    width: 100%;
    margin-left: 208px;
    padding: 0;
  }
  .contact-index-index .container-webform:before {
    right: -180px;
  }
  .contact-index-index .webforms h4 {
    padding-right: 0;
  }
  .contact-index-index .contact-us-block-info ul li.phone-whatsapp {
    display: block;
  }
  .contact-index-index .contact-us-block-info li.phone-whatsapp .whatsapp {
    margin-left: -46px;
  }
  .contact-index-index .contact-us-block-info ul {
    margin-top: 21px;
  }
  .contact-index-index form {
    max-width: 100%;
  }
}
@media screen and (max-width: 500px) {
  .contact-index-index .webforms-description-text h2 {
    font-size: 24px;
  }
  .contact-index-index .contact-us-block-info h2 {
    font-size: 24px;
  }
  .contact-index-index .container-webform:before {
    width: 100%;
    top: 0;
    height: 400px;
    background-position: right;
    right: -114px;
  }
  .contact-index-index .container-webform:after {
    left: 0px;
  }
  .contact-index-index .please-wait {
    margin-top: -75px;
    width: 100%;
    margin-left: -6px;
    padding: 0;
  }
  .contact-index-index .webforms-description-text p {
    line-height: 20px;
  }
}
@media screen and (max-width: 414px) {
  .contact-index-index .please-wait {
    margin-top: -105px;
  }
}
@media screen and (max-width: 375px) {
  .contact-index-index .webforms-description-text h2 {
    font-size: 20px;
  }
}
.cms-faq .page-main .columns .column.main {
  padding-bottom: 80px;
}
.cms-faq .page-main h3.general {
  margin: 0;
  margin-top: 40px;
  margin-bottom: 22px;
}
.cms-faq .page-main h3 {
  margin: 0;
  margin-top: 65px;
  margin-bottom: 22px;
}
.cms-faq .page-main .container-faqs {
  margin: auto;
  max-width: 980px;
}
.cms-faq .page-main .container-faqs h2 {
  text-align: center;
  margin: 0;
}
.cms-faq .page-main .container-faqs h4 {
  font: normal normal normal 16px/24px Lato;
  letter-spacing: 0px;
  color: #2E2E2E;
  padding: 28px 0 13px 30px;
  position: relative;
  border-bottom: 1px solid #E2E2E2;
  margin: 0;
  cursor: pointer;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
.cms-faq .page-main .container-faqs div.widget.block.block-static-block {
  background-color: #F8F8F8;
}
.cms-faq .page-main .container-faqs div.widget.block.block-static-block h4.active::before {
  width: 11px;
  height: 11px;
  display: block;
  position: absolute;
  left: 0;
  font-family: "Font Awesome 5 Pro";
  font-weight: normal;
  font-size: 12px;
  content: "\f068";
}
.cms-faq .page-main .container-faqs div.widget.block.block-static-block h4::before {
  width: 11px;
  height: 11px;
  display: block;
  position: absolute;
  left: 0;
  font-family: "Font Awesome 5 Pro";
  font-weight: normal;
  font-size: 12px;
  content: "\f067";
}
.cms-faq .page-main .container-faqs div.widget.block.block-static-block h4.active:first-of-type::before {
  width: 11px;
  height: 11px;
  display: block;
  position: absolute;
  left: 0;
  font-family: "Font Awesome 5 Pro";
  font-weight: normal;
  font-size: 12px;
  content: "\f067";
  margin-top: 2px;
}
.cms-faq .page-main .container-faqs div.widget.block.block-static-block h4:first-of-type::before {
  width: 11px;
  height: 11px;
  display: block;
  position: absolute;
  left: 0;
  font-family: "Font Awesome 5 Pro";
  font-weight: normal;
  font-size: 12px;
  content: "\f068";
  margin-top: 2px;
}
.cms-faq .page-main .container-faqs div.widget.block.block-static-block div {
  padding: 35px 40px;
  background-color: #F1F1F1;
  display: none;
  padding-top: 38px;
}
.cms-faq .page-main .container-faqs div.widget.block.block-static-block div p {
  font: normal normal normal 14px/24px Lato;
  margin: 25px 0;
}
.cms-faq .page-main .container-faqs div.widget.block.block-static-block div p:first-child {
  margin-top: 0;
}
.cms-faq .page-main .container-faqs div.widget.block.block-static-block div p:last-child {
  margin-bottom: 0;
}
.cms-faq .page-main .container-faqs div.widget.block.block-static-block div:first-of-type {
  display: block;
}
.cms-faq .sections.nav-sections + .featured-banner {
  margin-bottom: 66px;
}
.cms-faq .section.section-content-bottom {
  background-position: right;
}
@media only screen and (max-width: 767px) {
  .cms-faq .page-main .sections.nav-sections + .featured-banner {
    margin-bottom: 43px;
  }
  .cms-faq .page-main .page-main {
    padding-left: 20px;
    padding-right: 20px;
  }
  .cms-faq .page-main .columns .column.main {
    padding-bottom: 40px;
  }
  .cms-faq .page-main h3,
  .cms-faq .page-main h3.general {
    margin: 0;
    margin-top: 28px;
    margin-bottom: 0px;
  }
  .cms-faq .page-main .container-faqs {
    margin: auto;
    max-width: 980px;
  }
  .cms-faq .page-main .container-faqs h2 {
    text-align: center;
    margin: 0;
  }
  .cms-faq .page-main .container-faqs h4 {
    font: normal normal normal 16px/24px Lato;
    letter-spacing: 0px;
    color: #2E2E2E;
    padding: 25px 0 15px 20px;
    position: relative;
    border-bottom: 1px solid #E2E2E2;
    margin: 0;
  }
  .cms-faq .page-main .container-faqs div.widget.block.block-static-block {
    background-color: #F8F8F8;
  }
  .cms-faq .page-main .container-faqs div.widget.block.block-static-block h4.active::before {
    width: 11px;
    height: 11px;
    display: block;
    position: absolute;
    left: 0;
    font-family: "Font Awesome 5 Pro";
    font-weight: normal;
    font-size: 12px;
    content: "\f068";
  }
  .cms-faq .page-main .container-faqs div.widget.block.block-static-block h4::before {
    width: 11px;
    height: 11px;
    display: block;
    position: absolute;
    left: 0;
    font-family: "Font Awesome 5 Pro";
    font-weight: normal;
    font-size: 12px;
    content: "\f067";
  }
  .cms-faq .page-main .container-faqs div.widget.block.block-static-block h4.active:first-of-type::before {
    width: 11px;
    height: 11px;
    display: block;
    position: absolute;
    left: 0;
    font-family: "Font Awesome 5 Pro";
    font-weight: normal;
    font-size: 12px;
    content: "\f067";
  }
  .cms-faq .page-main .container-faqs div.widget.block.block-static-block h4:first-of-type::before {
    width: 11px;
    height: 11px;
    display: block;
    position: absolute;
    left: 0;
    font-family: "Font Awesome 5 Pro";
    font-weight: normal;
    font-size: 12px;
    content: "\f068";
  }
  .cms-faq .page-main .container-faqs div.widget.block.block-static-block div {
    padding: 20px;
    background-color: #F1F1F1;
    display: none;
  }
  .cms-faq .page-main .container-faqs div.widget.block.block-static-block div p {
    font: normal normal normal 14px/24px Lato;
    margin: 25px 0;
  }
  .cms-faq .page-main .container-faqs div.widget.block.block-static-block div p:first-child {
    margin-top: 0;
  }
  .cms-faq .page-main .container-faqs div.widget.block.block-static-block div p:last-child {
    margin-bottom: 0;
  }
  .cms-faq .page-main .container-faqs div.widget.block.block-static-block div:first-of-type {
    display: block;
  }
  .cms-faq .section.section-content-bottom span.widget.block.block-category-link-inline {
    text-align: center;
    float: initial;
    margin: auto;
    display: block;
    margin-top: 30px;
  }
  .cms-faq .section.section-content-bottom {
    padding: 30px 0 44.5px 0;
  }
  .cms-faq .section.section-content-bottom h2 {
    font-size: 23px;
  }
  .cms-faq .sections.nav-sections + .featured-banner {
    margin-bottom: 50px;
  }
}
@media only screen and (max-width: 499px) {
  .cms-faq .page-main .container-faqs h2 {
    font-size: 22px;
  }
  .cms-faq .page-main h1,
  .cms-faq .page-main .h1,
  .cms-faq .page-main h1.page-title {
    font-size: 25px;
  }
  .cms-faq .page-main h3,
  .cms-faq .page-main h3.general {
    font-size: 22px;
  }
  .cms-faq .section.section-content-bottom {
    padding: 10px 0 24.5px 0;
  }
  .cms-faq .section.section-content-bottom h2 {
    font-size: 23px;
    text-align: center;
  }
}
@media only screen and (max-width: 400px) {
  .cms-faq .page-main .container-faqs div.widget.block.block-static-block h4.active::before {
    width: 11px;
    height: 11px;
    display: block;
    position: absolute;
    left: 0;
    font-family: "Font Awesome 5 Pro";
    font-weight: normal;
    font-size: 12px;
    content: "\f068";
    margin-top: 2px;
  }
  .cms-faq .page-main .container-faqs div.widget.block.block-static-block h4::before {
    width: 11px;
    height: 11px;
    display: block;
    position: absolute;
    left: 0;
    font-family: "Font Awesome 5 Pro";
    font-weight: normal;
    font-size: 12px;
    content: "\f067";
    margin-top: 2px;
  }
  .cms-faq .page-main .container-faqs div.widget.block.block-static-block h4.active:first-of-type::before {
    width: 11px;
    height: 11px;
    display: block;
    position: absolute;
    left: 0;
    font-family: "Font Awesome 5 Pro";
    font-weight: normal;
    font-size: 12px;
    content: "\f067";
    margin-top: 2px;
  }
  .cms-faq .page-main .container-faqs div.widget.block.block-static-block h4:first-of-type::before {
    width: 11px;
    height: 11px;
    display: block;
    position: absolute;
    left: 0;
    font-family: "Font Awesome 5 Pro";
    font-weight: normal;
    font-size: 12px;
    content: "\f068";
    margin-top: 2px;
  }
}
.catalog-product-view .fotorama__arr.fotorama__arr--prev:hover .fotorama__arr__arr {
  border-color: #423939;
}
.catalog-product-view .page-main {
  max-width: 1178px;
  padding: 0 20px;
  padding-top: 171px;
}
.catalog-product-view .rewardssocial-buttons {
  display: none;
}
.catalog-product-view .reviews-actions a:after {
  opacity: 0;
}
.catalog-product-view .product-info-main .page-title-wrapper .page-title {
  text-align: left;
}
html .catalog-product-view .breadcrumbs ul.items li.item a {
  color: #656565;
}
html .catalog-product-view .breadcrumbs ul.items li.item a:hover {
  color: #F8BA00;
}
html .catalog-product-view .breadcrumbs ul.items li.item:not(:last-child):after {
  color: #656565;
  content: '|';
}
html .catalog-product-view .breadcrumbs ul.items li.item strong {
  color: #2E2E2E;
}
.page-product-configurable .link-contact {
  vertical-align: text-top;
  padding-bottom: 0;
}
.link-contact {
  width: auto;
  display: inline-block;
  vertical-align: middle;
  height: 30px;
  padding-bottom: 34px;
}
.link-contact p a:hover {
  color: #F8BA00;
}
.catalog-product-view .product-info-main .action.tocompare {
  display: none;
}
.catalog-product-view .price-label {
  display: none !important;
}
.catalog-product-view .product-info-main .price-box .old-price .price-wrapper .price {
  color: #B1B1B1;
  text-decoration: none;
  font-weight: 500;
  font-size: 14px;
  line-height: 28px;
  letter-spacing: 0;
  font-family: 'Roboto Slab';
}
.catalog-product-view .product-info-main .price-box .old-price {
  margin-left: 12px;
  color: #B1B1B1;
}
.catalog-product-view .product-info-main .page-title-wrapper .page-title {
  margin-bottom: 0;
  font-size: 30px;
  font-family: 'Roboto Slab';
  line-height: 35px;
  margin-top: -12px;
  color: #1F1F1F;
  letter-spacing: -0.9px;
  text-transform: capitalize;
}
.catalog-product-view .product-info-main .page-title-wrapper .page-title span {
  font: inherit;
}
.catalog-product-view .product-info-main .page-title-wrapper .page-title span {
  margin-left: 0;
  color: #1F1F1F;
}
.catalog-product-view .product-info-main .box-tocart .field.qty .control div#qty-error {
  position: absolute;
  width: 100%;
  display: block;
  max-width: 300px;
}
.catalog-product-view .product-info-main .box-tocart .field.qty .control div#qty-error {
  position: initial;
  width: 280px;
  margin-top: 51px;
}
.catalog-product-view .product.media .fotorama__arr .fotorama__arr__arr {
  width: 40px !important;
  height: 40px !important;
  max-height: 40px !important;
  min-height: unset;
  min-height: initial;
  padding: 0;
  background: transparent;
  border: 2px solid #909090;
  top: 46%;
}
.catalog-product-view .product.media .fotorama__arr--next .fotorama__arr__arr {
  border-left: 0;
  border-top: 0;
  transform: rotate(-45deg) translate3d(-50%, -50%, 0);
  -webkit-transform: rotate(-45deg) translate3d(-50%, -50%, 0);
  -moz-transform: rotate(-45deg) translate3d(-50%, -50%, 0);
  -ms-transform: rotate(-45deg) translate3d(-50%, -50%, 0);
  top: 46%;
}
.product.media .fotorama__arr--prev .fotorama__arr__arr {
  border-right: 0 !important;
  border-bottom: 0 !important;
  transform: rotate(-45deg) translate3d(-50%, -50%, 0);
  -webkit-transform: rotate(-45deg) translate3d(-50%, -50%, 0);
  -moz-transform: rotate(-45deg) translate3d(-50%, -50%, 0);
  -ms-transform: rotate(-45deg) translate3d(-50%, -50%, 0);
  left: 70%;
}
.product.media .fotorama__arr .fotorama__arr__arr:hover {
  border-color: #423939;
}
html .fotorama__nav-wrap--horizontal .fotorama__thumb__arr--left .fotorama__thumb--icon,
.fotorama__nav-wrap--horizontal .fotorama__thumb__arr--right .fotorama__thumb--icon {
  width: 8px !important;
  height: 13px !important;
  max-height: 12px;
  min-height: unset;
  min-height: initial;
  padding: 0;
  background: transparent;
  top: 45%;
}
.catalog-product-view .field.choice.related {
  display: none;
}
html .fotorama__nav-wrap--horizontal .fotorama__thumb__arr--left .fotorama__thumb--icon:hover,
.fotorama__nav-wrap--horizontal .fotorama__thumb__arr--right .fotorama__thumb--icon:hover {
  border-color: #2158A5;
}
html .fotorama__nav-wrap--horizontal .fotorama__thumb__arr--left .fotorama__thumb--icon {
  border-right: 0;
  border-bottom: 0;
  -moz-transform: rotate(-45deg) translate3d(-50%, -50%, 0);
  -ms-transform: rotate(-45deg) translate3d(-50%, -50%, 0);
  left: 0;
}
html .fotorama__nav-wrap--horizontal .fotorama__thumb__arr--right .fotorama__thumb--icon {
  border-left: 0;
  border-top: 0;
  -moz-transform: rotate(-45deg) translate3d(-50%, -50%, 0);
  -ms-transform: rotate(-45deg) translate3d(-50%, -50%, 0);
  top: 45%;
}
html .catalog-product-view .product.data.items > .item.title > .switch {
  border: none;
  text-align: center;
  letter-spacing: 0;
  padding-left: 0;
  padding: 0;
  font-weight: 900;
  font-size: 20px;
  line-height: 28px;
  font-weight: 500;
  background: transparent;
  color: #1F1F1F;
  font-family: Roboto Slab;
}
html .catalog-product-view .product.data.items > .item.title.active > .switch {
  background: transparent;
  color: #fff;
  padding-left: 0;
  font-size: 20px;
  line-height: 28px;
  box-shadow: none;
  font-weight: 500;
}
.catalog-product-view .product.data.items > .item.title:not(.disabled) > .switch:hover {
  background: transparent;
}
.catalog-product-view .product.data.items > .item.title.active > .switch:hover {
  background: transparent;
}
.catalog-product-view .product.data.items > .item.content {
  background: #F8F8F8;
  padding: 39px 30px;
  margin-top: 39px;
  border: none;
  padding-bottom: 45px;
  position: relative;
}
.catalog-product-view .product.data.items > .item.content a {
  text-align: left;
  text-decoration: none;
  padding-left: 22px;
  position: relative;
}
.catalog-product-view .product.data.items > .item.content a:hover strong {
  color: #F8BA00;
}
.catalog-product-view .product.data.items > .item.content a:hover strong:before {
  border-color: #F8BA00;
}
.catalog-product-view .product.info.detailed p {
  letter-spacing: 0px;
  color: #2E2E2E;
  text-align: left;
  font-size: 14px;
  line-height: 30px;
}
.catalog-product-view .column.main .block .title strong {
  font-size: 40px;
  line-height: 55px;
  text-align: center;
  color: #1C1C1C;
  font-weight: 900;
  margin-bottom: 0px;
}
.catalog-product-view .block.related .block-title.title {
  text-align: center;
  margin-top: -11px;
  margin-bottom: 0;
}
.catalog-product-view h2#block-related-heading {
  text-transform: capitalize;
}
.catalog-product-view .product-info-main .action.towishlist {
  border: none;
  width: 45px;
  height: 45px;
  padding: 0;
  background: #1e4064 0% 0% no-repeat padding-box;
  display: grid;
  margin: 20px 0;
  border-radius: 0;
  position: relative;
}
.catalog-product-view .product-info-main .action.towishlist:hover,
.catalog-product-view .product-info-main .action.towishlist:focus {
  background: #f8ba00 0% 0% no-repeat padding-box;
}
.catalog-product-view .product-info-main .action.towishlist:hover span:before {
  background: url("../../frontend/Verz/default/en_US/images/product-detail/Path 1488.svg") no-repeat center;
}
.catalog-product-view .product-info-main .action.towishlist span {
  font-size: 0;
  font-weight: normal;
  letter-spacing: 0;
  color: #2E2E2E;
  text-align: left;
  margin: auto;
  width: 19px;
  height: 17px;
  pointer-events: none;
}
.catalog-product-view .product-info-main .action.towishlist:before {
  background: url("../../frontend/Verz/default/en_US/images/product-detail/Path 1488.svg") no-repeat center;
  background-size: contain;
  width: 19px;
  height: 17px;
  content: '';
  display: inline-block;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
}
.catalog-product-view .product-info-main .action.towishlist span:hover {
  color: #E22475;
}
.catalog-product-view .product-info-main .action.towishlist span:hover:before {
  background: url("../../frontend/Verz/default/en_US/images/icon-wishlist-hover.svg") no-repeat center;
  background-size: contain;
  width: 13px;
  height: 19px;
  position: absolute;
  content: '';
  display: block;
  left: 0;
  top: 0px;
}
.catalog-product-view .product-info-main .product.attribute.sku > .value {
  display: inline;
  color: #656565;
  font: normal normal normal 14px/20px Lato;
  vertical-align: baseline;
  word-break: break-word;
}
.catalog-product-view h1.page-title {
  color: #2E2E2E;
  padding-top: 10px;
}
.catalog-product-view .product-info-main .price-box .price-wrapper .price {
  font-weight: bold;
  line-height: 35px;
  font-size: 20px;
  letter-spacing: -0.6px;
  color: #1E4064;
  border: none;
  /* margin-right: 8px; */
  padding-bottom: 0;
}
.catalog-product-view .product-info-main .price-box {
  margin-top: 0;
  width: auto;
  display: inline;
  vertical-align: middle;
}
.catalog-product-view .product-info-main .price-box span {
  margin-left: 0;
  vertical-align: baseline;
}
.catalog-product-view .product-info-main .price-box span.normal-price {
  /* margin-right: 8px; */
}
.catalog-product-view .product-info-main .price-box span.special-price {
  margin: 0;
  margin-right: 8px;
  width: auto;
  display: inline-block;
  padding-bottom: 5px;
}
.catalog-product-view .product-add-form div.product-options-wrapper .field {
  display: flex;
  display: -webkit-flex;
  margin-top: 20px;
}
.catalog-product-view .product-add-form .product-options-wrapper label.label {
  font-weight: 600;
  font-size: 16px;
  display: inline-block;
  width: 66px !important;
  color: #2E2E2E;
  min-width: 66px;
  margin-top: 10px;
}
.catalog-product-view .product-options-wrapper select {
  max-width: 427px;
  width: 100%;
}
.catalog-product-view .product-add-form .product-options-wrapper .control {
  position: relative;
  display: inline-block;
}
.catalog-product-view .product-info-main .box-tocart .actions,
.product-options-bottom .box-tocart .actions {
  display: block;
  padding-top: 0;
  float: left;
}
.catalog-product-view .fotorama__nav.fotorama__nav--thumbs {
  text-align: center;
}
.fotorama__nav.fotorama__shadows--right:after,
.fotorama__nav.fotorama__shadows--left:before {
  display: none;
}
.additional-attributes-wrapper tbody tr {
  border-bottom: 1px solid #E2E2E2;
}
.additional-attributes-wrapper tbody tr:first-child {
  border-top: 1px solid #E2E2E2;
}
.additional-attributes-wrapper.table-wrapper {
  margin-top: 20px;
}
.additional-attributes-wrapper tbody tr th {
  padding-left: 0;
}
.catalog-product-view .fotorama__thumb {
  background-color: #FFFFFF;
}
.catalog-product-view .fotorama__thumb-border {
  background: transparent;
  border-color: transparent;
}
.catalog-product-view .product-info-main .box-tocart .field.qty .control .edit-qty.plus-qty {
  right: 0;
  border-left: 1px solid #E2E2E2;
  width: 45px;
}
.catalog-product-view .product-info-main .box-tocart .field.qty .control .edit-qty.minus-qty {
  left: 0;
  border-right: 1px solid #E2E2E2;
}
.catalog-product-view .product-info-main .box-tocart .input-text.qty,
.product-options-bottom .box-tocart .input-text.qty {
  width: 100%;
  padding-left: 52px;
  padding-right: 50px;
  border: 1px solid #E2E2E2;
  font-size: 16px;
  color: #656565;
  font-weight: normal;
  letter-spacing: 0;
  line-height: 20px;
  height: 45px;
  top: 0;
  left: 0;
  position: absolute;
}
.catalog-product-view .product-info-main .box-tocart .field.qty .control {
  position: relative;
  width: 135px;
  min-height: 45px;
}
.catalog-product-view .product-info-main .box-tocart .field.qty .control .edit-qty:before {
  font-size: 14px;
  position: absolute;
  right: 1px;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
}
.catalog-product-view .product-info-main .box-tocart .field.qty .control .edit-qty {
  position: absolute;
  width: 47px;
  height: 44px;
  font-size: 0;
  font-weight: 600;
  letter-spacing: 0px;
  text-align: center;
  color: #909090;
  line-height: 50px;
  top: 0;
  cursor: pointer;
  font-family: FontAwesome;
}
.catalog-product-view .product-info-main .box-tocart .field.qty .control .edit-qty.minus-qty:before {
  content: '\f068';
  position: absolute;
  right: 1px;
  top: 50%;
  left: 52%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
}
.product-detail .product.details.product-item-details {
  position: initial;
}
.catalog-product-view .product-info-main .box-tocart .field.qty .control .edit-qty.plus-qty:before {
  content: '\f067';
  position: absolute;
  right: 1px;
  top: 52%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
}
.catalog-product-view .fotorama__nav-wrap--horizontal .fotorama__thumb__arr--left {
  left: -10px;
  background: url("../../frontend/Verz/default/en_US/images/product-detail/Path 1496.svg") no-repeat;
  background-position: 50%;
}
.catalog-product-view .fotorama__nav-wrap--horizontal .fotorama__thumb__arr--right {
  background: url("../../frontend/Verz/default/en_US/images/product-detail/Path 1496.svg") no-repeat;
  background-position: 50%;
  right: -10px;
  transform: rotate(180deg);
}
.catalog-product-view .fotorama__nav-wrap--horizontal .fotorama__thumb__arr--right:hover,
.catalog-product-view .fotorama__nav-wrap--horizontal .fotorama__thumb__arr--right:focus,
.catalog-product-view .fotorama__nav-wrap--horizontal .fotorama__thumb__arr--left:hover,
.catalog-product-view .fotorama__nav-wrap--horizontal .fotorama__thumb__arr--left:focus {
  background: url("../../frontend/Verz/default/en_US/images/product-detail/Path-1496hover.svg") no-repeat;
  background-position: 50%;
}
.product-detail .owl-carousel .owl-nav .owl-prev:hover,
.product-detail .owl-carousel .owl-nav .owl-next:focus,
.product-detail .owl-carousel .owl-nav .owl-prev:focus,
.product-detail .owl-carousel .owl-nav .owl-next:hover {
  background: url("../../frontend/Verz/default/en_US/images/product-detail/Path-1496hover.svg") no-repeat;
}
.product-detail .item.product.product-item {
  width: 100%;
  height: 100%;
  display: block;
  background: transparent;
  box-shadow: none;
  padding: 0 12.25px;
  padding-top: 1px;
}
.product-detail .product-item-info:hover .image-product .stock.unavailable {
  opacity: 0;
}
.product-detail .product-item-info {
  position: relative;
  width: auto;
  background: #ffffff 0% 0% no-repeat padding-box;
  box-shadow: 3px 3px 15px #0000000D;
  margin-top: 20px;
}
.product-item-info.related-available:hover > .image-product .product.actions.product-item-actions {
  visibility: visible;
}
.product-detail .product-item-info.related-available:hover,
.product-detail .product-item-info.related-available:focus {
  box-shadow: 0px 4px 12px #0000004D;
}
.product-reviews-summary.no-rating .catalog-product-view {
  display: none;
}
.catalog-product-view .product.details.product-item-details {
  padding-left: 0px;
  text-align: center;
  padding: 0 25px;
  margin-top: -13px;
  border-top: none;
  padding-bottom: 0px;
  position: initial;
}
.catalog-product-view .breadcrumbs .items {
  margin-top: -5px;
  text-align: center;
}
html .catalog-product-view .product.media {
  width: 50%;
  max-width: 485px;
  margin-top: 15px;
  margin-bottom: 19px;
}
html .catalog-product-view .product-info-main {
  width: 50%;
  padding-left: 13px;
  padding-top: 10px;
  margin-bottom: 30px;
}
.catalog-product-view .product.data.items {
  position: relative;
  z-index: 1;
  padding-top: 23px;
}
.catalog-product-view button.action.primary.tocart {
  display: flex;
  display: -webkit-flex;
  align-items: center;
  justify-content: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
}
.catalog-product-view button#product-addtocart-button {
  margin: 20px 0;
  float: left;
  padding: 13px 22px 15px 48px;
  width: auto;
  display: inline-flex !important;
  height: 45px;
  margin-right: 5px;
  border-radius: 0;
  position: relative;
  background: #1e4064 0% 0% no-repeat padding-box;
  min-width: 160px;
}
.catalog-product-view button#product-addtocart-button span {
  margin-left: 0;
  color: #FFFFFF;
  text-transform: uppercase;
}
.catalog-product-view button#product-addtocart-button:hover,
.catalog-product-view button#product-addtocart-button:focus {
  -webkit-box-shadow: none;
  background: #f8ba00 0% 0% no-repeat padding-box;
  -moz-box-shadow: none;
  box-shadow: none;
  text-decoration: none;
  border: 0;
  color: #fff;
  position: relative;
}
.catalog-product-view button#product-addtocart-button:before {
  content: "";
  display: inline-block;
  width: 18.2px;
  height: 17px;
  background: url("../../frontend/Verz/default/en_US/images/product-detail/Path 1489.svg") no-repeat center;
  background-size: contain;
  background-position: center;
  position: absolute;
  top: 13px;
  left: 21px;
}
.catalog-product-view .block.related .block-content.content {
  padding-top: 0px;
  margin-top: -11px;
  margin-bottom: 70px;
}
.catalog-product-view .columns .column.main {
  padding-bottom: 0;
}
.catalog-product-view .product-grid strong.product-item-name,
.catalog-product-view .product-grid strong.product-item-name a,
.catalog-product-view .product-grid .abs-product-link > a:visited,
.catalog-product-view .product-grid .product-item-name > a:visited,
.catalog-product-view .product-grid .product.name a > a:visited {
  font: normal normal normal 16px/24px Lato;
  letter-spacing: 0px;
  color: #2E2E2E;
  margin: 14px 0;
  text-decoration: none;
  height: 48px;
}
.catalog-product-view .fieldset > .field.required > .label:after {
  display: none;
}
.catalog-product-view .additional-attributes-wrapper tbody tr th {
  padding: 8px 10px 8px 0px !important;
}
.catalog-product-view .additional-attributes-wrapper tbody tr td {
  padding: 8px 10px !important;
}
.catalog-product-view .social-media-icons a {
  display: block;
  position: relative;
  width: 20px;
  height: 14px;
  margin-left: 14px;
  margin-top: 2px;
}
.icon-adress a.pinterest {
  margin-left: 15px;
}
.icon-adress a.email {
  margin-left: 13px;
}
.catalog-product-view .social-media-icons img {
  display: none;
}
.catalog-product-view .social-media-icons {
  display: flex;
  display: -webkit-flex;
  margin-top: 0px;
  padding-top: 15px;
  border-top: 1px solid #E6E6E6;
}
.catalog-product-view svg.svg-inline--fa.fa-facebook-f.fa-w-10 {
  width: 8px;
  height: 19px;
}
.catalog-product-view svg.svg-inline--fa.fa-linkedin-in.fa-w-14.fa-2x {
  width: 16px;
  height: 16px;
}
.catalog-product-view svg.svg-inline--fa.fa-pinterest-p.fa-w-12.fa-2x {
  width: 11px;
  height: 17px;
}
.catalog-product-view .product-info-main .box-tocart .field.qty,
.catalog-product-view .product-options-bottom .box-tocart .field.qty {
  display: flex;
  width: auto;
  margin: 0;
  float: left;
  padding-right: 10px;
  margin: 20px 0 15px 0;
}
.catalog-product-view .stock.available {
  text-transform: capitalize;
  font-weight: normal;
  margin-top: 0px;
}
.catalog-product-view h1.page-title {
  text-transform: inherit;
}
.catalog-product-view .product-info-main .product-addto-links {
  margin: 0;
}
.catalog-product-view .product-info-main .stock.unavailable {
  position: initial;
  transform: none;
  -webkit-transform: none;
  height: auto;
}
.catalog-product-view .product-info-main .stock.unavailable span {
  margin-left: 7px;
}
.catalog-product-view .fotorama__arr:active,
.catalog-product-view .fotorama__thumb__arr:active {
  background: transparent;
}
.catalog-product-view .product-detail .price-box.price-final_price > span.old-price {
  margin-right: 0;
}
.catalog-product-view .price-box.price-final_price > span.old-price {
  margin-left: 0;
}
.catalog-product-view .fotorama__arr:hover,
.catalog-product-view .fotorama__thumb__arr:hover {
  background-color: transparent;
}
.catalog-product-view .fotorama__arr,
.catalog-product-view .fotorama__thumb__arr {
  background-color: transparent;
}
.catalog-product-view .fotorama__active .fotorama__dot {
  border-color: #F8BA00;
  background: #f8ba00 0% 0% no-repeat padding-box;
}
.catalog-product-view .fotorama__dot {
  height: 10px;
  width: 10px;
  border-radius: 50%;
  background: #858585;
}
.catalog-product-view .product.actions.product-item-actions.out-stock .actions-primary .stock.unavailable {
  position: absolute;
  bottom: 24px;
  white-space: nowrap;
  right: auto;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
}
.catalog-product-view .product-add-form {
  padding-top: 0px;
  padding-bottom: 0px;
}
.catalog-product-view .product-add-form.out-stock form#product_addtocart_form {
  border: navajowhite;
}
.product-detail .image-product .stock.unavailable {
  pointer-events: none;
  z-index: 2;
  top: 11px;
  right: 10px;
  left: auto;
  transform: none;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  height: 30px;
  padding: 4.5px 15px;
  background: #e5e5e5 0% 0% no-repeat padding-box;
  position: absolute;
}
.product-social-links + .product.attribute.overview {
  display: none;
}
.catalog-product-view .product-info-main .box-tocart .field.qty .control + .stock.available {
  display: none;
}
.catalog-product-view .field.qty label.label {
  line-height: 45px;
  margin-right: 0px;
}
.catalog-product-view .box-tocart .fieldset {
  margin-bottom: 0;
}
.catalog-product-view .product-info-main strong {
  font: normal normal bold 14px/20px Lato;
  letter-spacing: 0px;
  color: #656565;
  text-transform: capitalize;
  margin-right: 7px;
}
.catalog-product-view .product-info-main span {
  color: #656565;
  text-transform: capitalize;
  font: normal normal normal 14px/20px Lato;
}
.catalog-product-view .product-info-main label.label span {
  margin-right: 8px;
  font: normal normal bold 14px/20px Lato;
  letter-spacing: 0px;
  color: #656565;
  text-transform: capitalize;
}
.product-detail .block-content.content .block-actions {
  display: none;
}
.catalog-product-view .product.data.items > .item.title:hover,
.catalog-product-view .product.data.items > .item.title:focus {
  border-color: #F8BA00;
}
.catalog-product-view .product.data.items > .item.title {
  padding: 9px 25px 20px 25px;
  margin-right: 0;
  border: none;
  color: #1F1F1F;
  border-color: #F8BA00;
  margin-top: -11px;
  font-family: Roboto Slab;
  position: relative;
  overflow: hidden;
}
.catalog-product-view .product.data.items > .item.title:focus > a,
.catalog-product-view .product.data.items > .item.title:focus {
  box-shadow: none;
  color: #fff;
}
.catalog-product-view .product.data.items > .item.title:not(.disabled) > .switch:active {
  color: #fff;
}
.catalog-product-view .product.data.items > .item.title:hover {
  background: #f8ba00 0% 0% no-repeat padding-box;
}
.catalog-product-view .product.data.items > .item.title:hover > a {
  color: #fff;
}
.catalog-product-view .data.item.title.active {
  background: #f8ba00 0% 0% no-repeat padding-box;
  color: #fff;
}
.catalog-product-view span.old-price .price-wrapper span.price,
.product-detail span.old-price .price-wrapper span.price {
  font-size: 14px;
  line-height: 28px;
  color: #C7C7C7;
  font-weight: 500;
}
.product-detail span.old-price .price-wrapper {
  vertical-align: middle;
}
.fotorama__nav__frame.fotorama__nav__frame--thumb.fotorama__active > .fotorama__thumb.fotorama_vertical_ratio.fotorama__loaded.fotorama__loaded--img {
  box-shadow: 1px 4px 9px 2px #0000002e;
}
.product-detail .product-reviews-summary.no-rating {
  display: none;
}
.catalog-product-view .price-box.price-final_price {
  /* padding-top: 2px; */
  /* margin-top: 5px; */
  /* padding-bottom: 9px; */
  /* margin-right: 8px; */
}
.catalog-product-view .price-box.price-final_price .price {
  border: none;
}
.catalog-product-view .product-info-main .price-box.price-final_price {
  /* padding-bottom: 17px; */
  margin-right: 8px;
}
.page-product-configurable .product-info-main .price-box.price-final_price {
  vertical-align: -webkit-baseline-middle;
}
.catalog-product-view .fotorama-item.fotorama.fotorama1602151006174 {
  max-width: 485px;
}
.catalog-product-view .page-title-wrapper.product {
  margin-bottom: 7px;
}
.catalog-product-view.page-product-configurable .price {
  padding-bottom: 20px;
}
.page-product-configurable .page-title-wrapper.product {
  margin-bottom: 4px;
}
.catalog-product-view .product-info-price {
  margin-top: 21px;
}
.catalog-product-view .product-info-price span {
  display: inline;
}
.catalog-product-view .product-info-main .product.attribute.overview {
  margin-top: 10px;
  margin-bottom: 21px;
  max-width: 552px;
}
.catalog-product-view .product-info-main .product.attribute.overview .value p {
  line-height: 30px;
  font-size: 14px;
  color: #656565;
}
.catalog-product-view .action-skip-wrapper,
.catalog-product-view div#payment-request-button {
  display: none;
}
.link-contact p a {
  position: relative;
  line-height: 20px;
  margin-top: unset;
  font-weight: bold;
}
.link-contact p a:before {
  content: "";
  display: inline-block;
  height: 1px;
  position: absolute;
  bottom: -2px;
  border-top: 1px solid;
  width: 100%;
  opacity: 0;
}
.link-contact p a:hover:before,
.link-contact p a:focus:before {
  visited: visited;
  opacity: 1;
}
svg.icon-printerst,
svg.icon-mail,
svg.icon-twitter,
svg.icon-fb {
  height: 14px;
}
.social-media-icons span {
  margin-right: 9px;
}
.social-media-icons a.facebook {
  margin-left: 12px;
}
.social-media-icons a.linkedin {
  margin-left: 11px;
}
.catalog-product-view .product.info.detailed {
  margin-bottom: 93px;
}
.catalog-product-view ul > li,
ol > li {
  margin-bottom: 0px;
}
.catalog-product-view .product.attribute.description ul > li {
  font-size: 14px;
  line-height: 30px;
  padding-left: 21px;
  position: relative;
}
.catalog-product-view div#description ul > li:before {
  content: "\f111";
  font-family: "Font Awesome 5 Pro";
  font-size: 6px;
  color: #1E4064;
  position: absolute;
  left: 0;
}
.catalog-product-view strong.product-item-name:hover,
.catalog-product-view strong.product-item-name a:hover {
  color: #F8BA00;
}
.product-detail span.product-image-container {
  position: relative;
  width: 100% !important;
  height: auto;
}
.catalog-product-view .product-item-info.related-available:hover > a > span.product-image-container:before {
  opacity: 0.9;
}
.catalog-product-view .product-item-info.related-available:hover > .product.details.product-item-details > .product.actions.product-item-actions {
  visibility: visible;
}
.product-detail span.product-image-container:before {
  content: "";
  display: inline-block;
  position: absolute;
  width: 100%;
  height: 100%;
  background: #ffffff 0% 0% no-repeat padding-box;
  opacity: 0;
  z-index: 2;
  pointer-events: none;
  transition-duration: 0.5s;
}
.product-detail .product.actions.product-item-actions button.action.tocart.primary {
  font: normal normal bold 14px/30px Lato;
  width: auto;
  height: 45px;
  padding: 0 21px;
  background: #1e4064 0% 0% no-repeat padding-box;
  padding-bottom: 1px;
  border-radius: 0;
  max-width: 161px;
  width: 100%;
}
.block-content.content.product-detail .product-item .product-item-actions .actions-primary button:before {
  background: url("../../frontend/Verz/default/en_US/images/product-detail/Path 1489.svg") no-repeat center;
  margin-right: 9px;
  display: inline-block;
  content: "";
  width: 18px;
  height: 17px;
  top: 0 !important;
  vertical-align: sub;
}
.product-detail .products-grid:not(.wishlist) .product-item .product-item-actions .actions-primary {
  position: initial;
  width: auto;
  margin-right: 5px;
}
.product-detail .products-grid .product-item .product-item-actions .actions-secondary > .towishlist {
  top: 0;
  right: 0;
  height: 45px;
  width: 45px;
  position: relative;
  background: #1e4064 0% 0% no-repeat padding-box;
  font-size: 0;
  border-radius: 0;
}
.product-detail.product.actions.product-item-actions {
  position: absolute;
  overflow: hidden;
  height: auto;
  width: auto;
  left: 50%;
  top: 50%;
  z-index: 3;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  display: flex;
  display: -webkit-flex;
  visibility: hidden;
}
.products-grid .product-items .action.towishlist:before,
.products-grid .products.list.items .action.towishlist:before {
  background: url("../../frontend/Verz/default/en_US/images/product-detail/Path 1488.svg") no-repeat center;
  background-size: contain;
  width: 19px;
  height: 17px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.product-detail .products-grid .product-items .action.towishlist:hover:before,
.products-grid .products.list.items .action.towishlist:hover:before {
  background: url("../../frontend/Verz/default/en_US/images/product-detail/Path 1488.svg") no-repeat center;
  background-size: contain;
}
.catalog-product-view .owl-item:not(.active) .product-item .product-item-info {
  box-shadow: none;
}
.product-detail .products.wrapper .owl-nav.disabled {
  width: 110%;
  display: flex;
  display: -webkit-flex;
  justify-content: space-between;
  -webkit-justify-content: space-between;
  position: absolute;
  top: 48.4%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  z-index: -1;
}
.product-detail .owl-carousel .owl-nav .owl-prev,
.product-detail .owl-carousel .owl-nav .owl-next {
  width: 13px;
  height: 13px;
  background: url("../../frontend/Verz/default/en_US/images/product-detail/Path 1496.svg") no-repeat;
  background-size: contain;
}
.product-detail .owl-carousel .owl-nav .owl-next {
  transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
}
.product-detail .owl-carousel.owl-loaded {
  position: relative;
  margin-bottom: 21px;
}
.catalog-product-view .product.data.items > .item.content:before {
  background: url("../../frontend/Verz/default/en_US/images/product-detail/bkg-2.png") no-repeat;
  background-position: bottom -208px right -79px;
  position: absolute;
  width: 100%;
  height: 100%;
  bottom: 0;
  right: 0px;
  opacity: 0.02;
  pointer-events: none;
}
.product-detail .product-item-info:hover {
  box-shadow: 0px 4px 12px #0000004D;
}
.image-product {
  position: relative;
  max-height: unset;
  border-bottom: 1px solid #f1f1f1;
  overflow: hidden;
}
.image-product:before {
  background: #ffffff 0% 0% no-repeat padding-box;
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 2;
  visibility: hidden;
  pointer-events: none;
}
.product-item-info.related-available:hover > .image-product a span.product-image-container span.product-image-wrapper img.product-image-photo {
  opacity: 0.15;
}
.product-item-info:hover .image-product .product-item-actions .actions-primary button.action.tocart.primary:hover,
.product-item-info:hover .image-product .product-item-actions .secondary-addto-links.actions-secondary a:hover,
.product-item-info:hover .image-product .product-item-actions .actions-primary button.action.tocart.primary:focus,
.product-item-info:hover .image-product .product-item-actions .secondary-addto-links.actions-secondary a:focus {
  background: #f8ba00 0% 0% no-repeat padding-box;
}
.image-product .stock.unavailable span {
  font: normal normal bold 14px/20px Lato;
  letter-spacing: 0px;
  color: #171717;
  text-transform: uppercase;
}
.product-item-info.related-available:hover .image-product a span.product-image-container span.product-image-wrapper img.product-image-photo {
  z-index: -1;
}
.catalog-product-view strong.product.name.product-item-name {
  padding-top: 28px;
}
.product-detail .products-grid .product-item strong.product-item-name > a {
  font: normal normal normal 14px/20px Lato;
  letter-spacing: 0px;
  color: #171717;
  text-transform: capitalize;
  max-height: none;
}
.product-detail .products-grid .product-item strong.product-item-name > a:hover {
  color: #F8BA00;
}
.catalog-product-view .product-item .price-box .price {
  letter-spacing: 0px;
  color: #1E4064;
  font-size: 20px;
  line-height: 28px;
  font-weight: 500;
  font-family: 'Roboto Slab';
}
.catalog-product-view .product-info-main .action.towishlist:hover span:before {
  background: url("../../frontend/Verz/default/en_US/images/product-detail/Path 1488.svg") no-repeat center;
  background-size: cover;
}
.product-detail .products.wrapper.grid.products-grid {
  margin: 0 -24px;
  padding: 0 12px;
}
.product-detail .block.related {
  margin-bottom: 0px;
}
.icon-adress {
  display: flex;
  display: -webkit-flex;
}
.catalog-product-view .product-info-main .icon-adress span {
  font-weight: bold;
}
.icon-adress a svg:hover,
.icon-adress a svg:focus,
.icon-adress a:hover {
  color: #F8BA00;
}
.catalog-product-view .price {
  margin-top: -4px;
  border-bottom: 1px solid #E6E6E6;
  padding-bottom: 16px;
}
.product-info-stock-sku {
  margin-bottom: 0px;
}
div#description .value p strong {
  font: normal normal bold 14px/20px Lato;
  letter-spacing: 0px;
  color: #656565;
  text-transform: capitalize;
  margin-bottom: 14px;
}
body.catalog-product-view .breadcrumbs ul.items .last-item {
  color: #F8BA00;
  text-align: center;
}
.product-detail .product-image-wrapper {
  margin-bottom: -10px;
}
.catalog-product-view .fotorama__stage {
  max-height: 550px;
}
span.label-sale.label.new-product {
  background: #288b66 0% 0% no-repeat padding-box;
}
.product-detail span.label-sale.label {
  position: initial;
  margin-bottom: 5px;
  height: 31px;
  width: 63px;
  border-radius: 0;
  font: normal normal bold 14px/20px Lato;
  padding: 0 15px;
  padding-top: 6px;
  margin-left: 0;
}
.product-detail span.label-sale.label.new-product {
  width: 64px;
}
.product-detail .product-item-info:hover > .sale-new,
.product-detail .product-item-info:focus > .sale-new {
  display: none;
}
.product-detail .sale-new {
  position: absolute;
  top: 10px;
  right: 10px;
  overflow: hidden;
  z-index: 2;
}
form#product_addtocart_form {
  border-top: 1px solid #E6E6E6;
}
.catalog-product-view .gallery-placeholder {
  margin-bottom: 19px;
}
.catalog-product-view .data.item.title:after {
  content: "";
  display: block;
  width: 34px;
  height: 37px;
  background: #edb200 0% 0% no-repeat padding-box;
  position: absolute;
  top: -18px;
  left: -18px;
  transform: rotate(45deg);
  opacity: 0;
}
.catalog-product-view .data.item.title.active:after,
.catalog-product-view .data.item.title:hover:after,
.catalog-product-view .data.item.title:focus:after {
  opacity: 1;
}
.catalog-product-view .product.attribute.description ul {
  margin-bottom: 10px;
  list-style-type: none !important;
}
.catalog-product-view .product-info-main .product-add-form .stock.unavailable {
  display: none;
}
.catalog-product-view .product-info-main .box-tocart,
.product-options-bottom .box-tocart {
  margin: 0;
}
.catalog-product-view div#product-options-wrapper .fieldset:last-child {
  margin-bottom: 10px;
}
.catalog-product-view .product-add-form div.product-options-wrapper .field .control {
  width: 100% !important;
}
body.catalog-product-view .message-success.success.message,
body.catalog-product-view .message-error.error.message {
  margin-bottom: 30px !important;
  margin-top: 20px !important;
}
.catalog-product-view .product-item-info:hover .image-product .stock.unavailable span {
  color: initial;
}
.product-detail .grid.products-grid.products-related .owl-carousel.owl-drag .owl-item:not(.active) {
  pointer-events: none;
}
strong.upload-file {
  color: #1E4064;
  font: normal normal bold 14px/20px Lato;
  position: relative;
}
strong.upload-file:before {
  content: "";
  display: inline-block;
  width: 100%;
  height: 1px;
  position: absolute;
  bottom: -1px;
  left: 0;
  border-bottom: 1px solid #1E4064;
}
.catalog-product-view .product.data.items > .item.content a:before {
  content: "";
  display: inline-block;
  background: transparent url("../../frontend/Verz/default/en_US/images/product-detail/icon-upload.png") no-repeat;
  background-size: contain;
  width: 14px;
  height: 15px;
  position: absolute;
  top: 0;
  left: 0;
}
.product-detail .products-grid .product-item:hover .product-image-container .product-image-photo {
  /* opacity: 1; */
}
.product-detail .block-actions {
  display: none;
}
.product-detail .owl-carousel .owl-nav .owl-prev:hover,
.product-detail .owl-carousel .owl-nav .owl-next:hover,
.product-detail .owl-carousel .owl-nav .owl-prev:focus,
.product-detail .owl-carousel .owl-nav .owl-next:focus {
  background: url("../../frontend/Verz/default/en_US/images/product-detail/Path-1496hover.svg") no-repeat;
}
.catalog-product-view .product-info-main .box-tocart .field.qty .control .edit-qty:hover,
.catalog-product-view .product-info-main .box-tocart .field.qty .control .edit-qty:focus {
  color: #656565;
}
.product-detail .owl-dot.active span,
.product-detail .owl-dots .owl-dot span:hover {
  background: #f8ba00 0% 0% no-repeat padding-box;
}
@media (max-width: 1330px) {
  .product-detail .products.wrapper .owl-nav.disabled {
    width: 105%;
  }
}
.catalog-product-view .product-detail .price-box.price-final_price {
  margin-right: 0;
  padding-bottom: 7px;
  margin-top: 8px;
}
.catalog-product-view .footer-panel h3 + strong {
  display: inline-block;
  vertical-align: middle;
  width: 19.6%;
  text-align: right;
  margin-bottom: 0;
  margin-top: 5px;
}
@media (max-width: 1294px) {
  .catalog-product-view .block.related,
  .checkout-cart-index .block.crosssell {
    padding: 0 40px;
  }
  .product-detail .products.wrapper .owl-nav.disabled {
    width: calc(100% + 60px);
  }
}
@media (max-width: 1140px) and (min-width: 992px) {
  .catalog-product-view .product.actions.product-item-actions {
    display: grid;
  }
  .product-item-actions .actions-secondary {
    margin: 0 auto;
    margin-top: 5px;
  }
  .product-detail .products-grid:not(.wishlist) .product-item .product-item-actions .actions-primary {
    margin-right: 0;
    margin-bottom: 8px;
  }
}
@media only screen and (max-width: 1023px) {
  html .catalog-product-view .product-info-main {
    padding-left: 0px;
  }
  .catalog-product-view .fotorama__nav.fotorama__nav--thumbs {
    padding-left: 0;
  }
  html .catalog-product-view .product-info-main {
    width: 47%;
  }
  .catalog-product-view .product.info.detailed {
    margin-bottom: 70px;
  }
  html .catalog-product-view .product-info-main {
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 991px) and (min-width: 768px) {
  .catalog-product-view .product-options-wrapper select {
    min-width: 100%;
  }
  .catalog-product-view .product-social-links,
  .amazon-minicart-container {
    text-align: left;
  }
  .catalog-product-view .social-media-icons {
    margin-top: -30;
  }
  html .catalog-product-view .product.media {
    width: 47%;
  }
  .catalog-product-view .fotorama__nav-wrap--horizontal .fotorama__thumb__arr--right {
    right: -7px;
  }
  .catalog-product-view .fotorama__nav-wrap--horizontal .fotorama__thumb__arr--left {
    left: -7px;
  }
  .catalog-product-view .fotorama__nav-wrap--horizontal .fotorama__thumb__arr--left,
  .catalog-product-view .fotorama__nav-wrap--horizontal .fotorama__thumb__arr--right {
    background: url("../../frontend/Verz/default/en_US/images/product-detail/Path-1496hover.svg") no-repeat;
    background-position: 50%;
  }
}
@media (max-width: 962px) and (min-width: 768px) {
  .catalog-product-view .product-info-main .box-tocart .field.qty,
  .catalog-product-view .product-options-bottom .box-tocart .field.qty {
    margin-bottom: 0;
  }
  .catalog-product-view .product-info-main .action.towishlist {
    margin-right: 20px;
  }
  .catalog-product-view .product-info-main .box-tocart .actions {
    padding-right: 20px;
  }
}
@media (max-width: 878px) and (min-width: 768px) {
  .catalog-product-view .product.actions.product-item-actions {
    display: grid;
  }
  .product-item-actions .actions-secondary {
    margin: 0 auto;
    margin-top: 5px;
  }
  .product-detail .products-grid:not(.wishlist) .product-item .product-item-actions .actions-primary {
    margin-right: 0;
    margin-bottom: 10px;
  }
  html .catalog-product-view .product-info-main {
    /* margin-bottom: 30px; */
  }
  html .catalog-product-view .product-info-main {
    margin-bottom: 10px;
  }
}
@media only screen and (max-width: 768px) {
  html .catalog-product-view .product.media {
    max-width: 400px;
  }
  .catalog-product-view .product-info-main .action.towishlist {
    float: left;
    left: 0;
  }
  form#product_addtocart_form {
    overflow: hidden;
  }
}
@media (max-width: 785px) and (min-width: 768px) {
  .product-detail .products-grid .product.actions.product-item-actions .tocart {
    margin-bottom: 0 !important;
  }
}
@media screen and (max-width: 767px) {
  .catalog-product-view .product-info-main .price-box.price-final_price {
    /* margin-top: 6px; */
  }
  .checkout-cart-index table#shopping-cart-table tr td {
    position: relative;
  }
  .catalog-product-view .product-info-main .product.attribute.overview {
    max-width: none;
  }
  .checkout-cart-index td.col.qty .field.qty .control.qty label div {
    top: initial;
    right: auto;
    left: 50%;
    transform: translateX(-50%);
  }
  .link-contact {
    /* padding-top: 0; */
  }
  form#product_addtocart_form {
    overflow: visible;
  }
  .catalog-product-view .product-add-form {
    padding-top: 0;
  }
  html .catalog-product-view .product.media {
    width: 100%;
    max-width: 100%;
    padding-right: 0;
  }
  html .catalog-product-view .product-info-main {
    width: 100%;
    padding: 0;
    margin-bottom: -20px;
  }
  .catalog-product-view .fotorama {
    margin: 0;
    max-width: 100%;
  }
  body.catalog-product-view .breadcrumbs {
    order: -2;
  }
  body.catalog-product-view .breadcrumbs ul.items {
    margin: 0;
    padding: 0;
  }
  .catalog-product-view .page-main {
    padding-top: 100px;
  }
  .catalog-product-view .product-add-form div.product-options-wrapper .field {
    flex-direction: column;
    flex-direction: -webkit-column;
  }
  .catalog-product-view .product-options-wrapper select {
    max-width: 100%;
    min-width: initial;
  }
  .catalog-product-view .product.data.items {
    padding: 0;
    border: 1px solid #E2E2E2;
    border-bottom: 0;
  }
  .catalog-product-view .product.data.items > .item.content {
    margin-top: 0;
    border: 0;
    padding: 0;
  }
  .catalog-product-view .product.data.items .title.item {
    border-bottom: 1px solid #E2E2E2 !important;
    margin: 0;
    padding: 2px 15px;
  }
  .catalog-product-view .product.data.items .content.item {
    border-bottom: 1px solid #E2E2E2;
    padding: 20px;
    margin: 0;
  }
  .catalog-product-view .block.related .block-content.content {
    padding-left: 0;
    margin-bottom: 30px;
  }
  body .fieldset > .field:not(.choice) > .label {
    width: auto;
    float: left;
  }
  .catalog-product-view .product-social-links,
  .amazon-minicart-container {
    text-align: left;
  }
  .catalog-product-view .product-info-main .action.towishlist {
    margin-left: 0;
  }
  .catalog-product-view .social-media-icons {
    margin-top: 0;
    width: 100%;
    display: grid;
    padding-bottom: 20px;
    margin-bottom: 15px;
  }
  .catalog-product-view h1.page-title {
    padding-top: 40px;
  }
  .catalog-product-view .product-info-price {
    margin-top: 17px;
  }
  .catalog-product-view .product-info-main .box-tocart .actions {
    margin-top: 0;
  }
  .catalog-product-view .box-tocart .fieldset {
    overflow: hidden;
    width: auto;
    display: inline-block;
    margin-bottom: 0;
  }
  .catalog-product-view .product.info.detailed {
    margin-bottom: 40px;
  }
  .catalog-product-view .product-info-main .page-title-wrapper .page-title {
    padding-top: 0;
    text-align: left;
    font-size: 26px;
    line-height: 30px;
  }
  html .catalog-product-view .product.data.items > .item.title > .switch {
    padding-top: 5px;
    border: none;
  }
  .catalog-product-view .item.product.product-item {
    margin-left: 0;
    margin: 35px 0;
  }
  .catalog-product-view .block.related .block-title.title {
    margin-bottom: 0;
  }
  .catalog-product-view .owl-carousel.owl-loaded {
    margin-top: 0;
  }
  .catalog-product-view .product-info-main .box-tocart {
    display: grid;
  }
  .catalog-product-view .owl-carousel .owl-stage {
    padding-top: 0;
  }
  .catalog-product-view h2#block-related-heading {
    margin-bottom: 10px;
  }
  .catalog-product-view .columns {
    padding-bottom: 30px;
  }
  body.catalog-product-view .message-success.success.message,
  body.catalog-product-view .message-error.error.message {
    margin-bottom: 20px !important;
  }
  .catalog-product-view .fotorama__stage {
    margin-bottom: 20px;
  }
  .product-detail .owl-carousel .owl-nav .owl-prev,
  .product-detail .owl-carousel .owl-nav .owl-next {
    background: url("../../frontend/Verz/default/en_US/images/product-detail/Path-1496hover.svg") no-repeat;
    background-size: contain;
  }
  .catalog-product-view .block.related,
  .checkout-cart-index .block.crosssell {
    padding: 0 20px;
    margin-bottom: 0;
  }
  .product-detail .products.wrapper .owl-nav.disabled {
    width: calc(100% + 30px);
  }
  .catalog-product-view .footer-panel h3 + strong {
    text-align: center;
    width: 100%;
  }
}
@media (max-width: 620px) {
  .product-item-actions .actions-secondary {
    margin: 0 auto;
    margin-top: 5px;
  }
  .product-detail .products-grid:not(.wishlist) .product-item .product-item-actions .actions-primary {
    margin-left: 0;
    margin-top: 0;
  }
  .catalog-product-view .social-media-icons {
    margin-bottom: 15px;
  }
  .catalog-product-view .product.info.detailed {
    margin-bottom: 20px;
  }
  .catalog-product-view h2#block-related-heading {
    margin-bottom: 0;
  }
  .catalog-product-view .product-info-main .price-box.price-final_price {
    /* padding-bottom: 10px; */
    /* margin-top: 6px; */
  }
  .link-contact {
    /* padding-top: 2px; */
  }
  .catalog-product-view .product-item .price-box .price {
    font: normal normal bold 16px/24px Lato;
  }
  .catalog-product-view .product-info-price {
    margin-top: 10px;
  }
  .product-detail .products-grid .product.actions.product-item-actions .actions-secondary {
    margin-top: 0;
  }
  .products-grid .product.actions.product-item-actions {
    padding: 0;
  }
}
@media (max-width: 606px) and (min-width: 476px) {
  .product-detail .products-grid:not(.wishlist) .product-item .product-item-actions .actions-primary {
    /* margin-bottom: 10px; */
    /* margin-right: 0; */
  }
  .product-detail .product.actions.product-item-actions {
    /* display: grid; */
  }
}
@media (max-width: 575px) {
  .product-detail .products-grid:not(.wishlist) .product-item .product-item-actions .actions-primary {
    /* margin-right: 0; */
  }
  .products-grid .product-items .action.towishlist:before,
  .products-grid .products.list.items .action.towishlist:before {
    width: 17px;
  }
  .product-detail .products-grid .product-item .product-item-actions .actions-primary button:before {
    width: 17px;
  }
  body(.cms-home) .product-detail .products-grid .product.actions.product-item-actions .tocart {
    margin-bottom: 0;
  }
  .product-detail .products-grid .product-item .product-item-actions .actions-secondary > .towishlist {
    width: 45px;
    height: 45px;
  }
  .product-detail .products-grid .product.actions.product-item-actions .actions-secondary {
    width: 45px;
    height: 45px;
  }
}
@media (max-width: 550px) {
  .product-detail .products-grid .product.actions.product-item-actions .actions-secondary {
    width: 38px;
    height: 38px;
  }
  .product-detail .product.actions.product-item-actions button.action.tocart.primary {
    height: 38px;
  }
  .product-detail .products-grid .product-item .product-item-actions .actions-secondary > .towishlist {
    width: 38px;
    height: 38px;
  }
}
@media screen and (max-width: 500px) {
  .catalog-product-view .product-options-wrapper select {
    max-width: 100%;
  }
  html .catalog-product-view .product.data.items > .item.title > .switch {
    padding-right: 0;
  }
  .catalog-product-view .column.main .block .title strong {
    font-size: 28px;
  }
  .catalog-product-view .price-box.price-final_price > span {
    width: auto !important;
  }
  html .catalog-product-view .product-info-main {
    margin-bottom: -30px;
  }
}
@media (max-width: 520px) and (min-width: 376px) {
  .product-detail .products-grid:not(.wishlist) .product-item .product-item-actions .actions-primary {
    height: auto;
  }
  .product-detail .product.actions.product-item-actions button.action.tocart.primary {
    height: 38px;
    padding: 0 15px;
    padding-bottom: 2px;
  }
  .product-detail .image-product button.action.tocart.primary span {
    font-size: 10px;
  }
  .product-detail .products-grid .product-item .product-item-actions .actions-primary button:before {
    height: 12px;
    width: 13px;
    background-size: cover;
    margin-right: 5px;
  }
  .product-detail .products-grid .product-item .product-item-actions .actions-secondary > .towishlist {
    height: 38px;
    width: 38px;
  }
  .products-grid .product-items .action.towishlist:before,
  .products-grid .products.list.items .action.towishlist:before {
    height: 13px;
    width: 15px;
  }
  .product-detail .products-grid .product-item .product-item-actions .actions-secondary > .towishlist:after,
  .catalog-product-view .product.actions.product-item-actions button.action.tocart.primary:after {
    left: -22px;
  }
  .product-detail .product.actions.product-item-actions button.action.tocart.primary {
    font: normal normal bold 12px/24px Lato;
    height: 38px;
    padding: 8px 18px;
    width: auto;
  }
  .product-detail .products-grid .product-item .product-item-actions .actions-secondary > .towishlist {
    width: 38px;
    height: 38px;
  }
  .catalog-product-view .item.product.product-item {
    padding: 0 8px;
  }
  .product-detail .products.wrapper.grid.products-grid {
    margin: 0 -16px;
    padding: 0 8px;
  }
  .image-product .stock.unavailable span {
    font-size: 12px;
  }
}
@media (max-width: 455px) {
  .catalog-product-view .product-info-main .box-tocart .field.qty,
  .catalog-product-view .product-info-main .box-tocart .actions {
    padding-right: 0;
    display: table;
    margin-bottom: 0;
  }
  .catalog-product-view .product-info-main .box-tocart .field.qty {
    margin-bottom: 10px;
  }
  .catalog-product-view .box-tocart .fieldset {
    display: grid;
  }
  .catalog-product-view button#product-addtocart-button {
    display: inline;
  }
  body.catalog-product-view .breadcrumbs {
    margin-top: 5px;
  }
  .catalog-product-view .columns {
    padding-bottom: 40px;
  }
  .catalog-product-view .product-info-main .box-tocart .field.qty,
  .catalog-product-view .product-options-bottom .box-tocart .field.qty {
    margin-bottom: -10px;
  }
  .catalog-product-view button#product-addtocart-button,
  .catalog-product-view .product-info-main .action.towishlist {
    /* margin-top: 10px; */
  }
  .catalog-product-view .product-info-main .box-tocart .field.qty .control {
    display: inline-block;
  }
  body:not(.cms-home) .product-detail .products-grid .product.actions.product-item-actions .tocart {
    margin-bottom: 0;
  }
}
@media (max-width: 460px) and (min-width: 376px) {
  .catalog-product-view .product.actions.product-item-actions {
    display: grid;
  }
  .product-detail .products-grid:not(.wishlist) .product-item .product-item-actions .actions-primary {
    margin-right: 0;
  }
  body:not(.cms-home) .product-detail .products-grid .product.actions.product-item-actions .tocart {
    margin-bottom: 10px;
  }
}
@media (max-width: 405px) {
  .product-detail .price-box.price-final_price > span.old-price {
    padding: 0;
    display: block;
    margin-top: -5px;
  }
  .catalog-product-view .product-item .price-box .price {
    font: normal normal bold 16px/24px Lato;
  }
}
@media (max-width: 378px) {
  .link-contact {
    margin-left: 0;
    /* padding-top: 0; */
    /* width: 100%; */
    /* margin-top: -5px; */
  }
  .catalog-product-view .product-info-main .price-box.price-final_price {
    /* padding-bottom: 0; */
  }
}
@media (max-width: 375px) {
  .product-detail .products-grid:not(.wishlist) .product-item .product-item-actions .actions-primary {
    margin-right: 5px;
  }
}
@media (max-width: 361px) {
  strong.upload-file:before {
    opacity: 0;
  }
  .catalog-product-view .product.data.items > .item.content a {
    text-decoration: underline;
  }
  .product-detail .product.actions.product-item-actions button.action.tocart.primary {
    font: normal normal bold 12px/24px Lato;
    height: 38px;
    padding: 8px 18px;
    width: auto;
  }
  .product-detail .products-grid .product-item .product-item-actions .actions-secondary > .towishlist {
    width: 38px;
    height: 38px;
  }
  .product-detail .product.actions.product-item-actions button.action.tocart.primary {
    font: normal normal bold 12px/24px Lato;
    height: 38px;
    padding: 8px 15px;
    width: auto;
  }
  .product-detail .products-grid .product.actions.product-item-actions .actions-secondary {
    height: 38px;
    width: 38px;
  }
}
@media screen and (max-width: 320px) {
  .catalog-product-view .product-image-photo {
    left: 0;
  }
  body .table-wrapper .table:not(.cart):not(.totals):not(.table-comparison).additional-attributes tbody td:last-child {
    padding-left: 0 !important;
  }
}
.checkout-cart-index div#block-shipping .title {
  display: none;
}
.checkout-cart-index .cart.table-wrapper .item-actions .actions-toolbar {
  text-align: right !important;
  position: relative;
  padding-bottom: 20px;
}
.checkout-cart-index tbody.cart.item td.col.price span,
.checkout-cart-index tbody.cart.item td.col.qty span,
.checkout-cart-index tbody.cart.item td.col.subtotal span {
  font: normal normal bold 14px/24px Lato;
  letter-spacing: 0px;
  color: #2E2E2E;
  white-space: nowrap;
}
.checkout-cart-index .actions-toolbar a.action.action-delete,
.checkout-cart-index .actions-toolbar a.action.action-edit,
.checkout-cart-index .cart.main.actions a.action.continue {
  border: 0;
}
.checkout-cart-index .cart-totals .amount {
  /* white-space: inherit; */
  padding-left: 0;
}
.checkout-cart-index a.action.action-delete span,
.checkout-cart-index a.action.action-edit span {
  font-size: 0;
  display: none;
}
.checkout-cart-index .cart.main.actions a.action.continue,
.checkout-cart-index a.use-ajax.action.towishlist.action-towishlist {
  -webkit-appearance: none;
  -webkit-border-fit: border;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  text-decoration: none;
  display: inline-block;
  height: 50px;
  line-height: 50px;
  padding: 0 45px;
  background: #1E4066;
  border: 0;
  text-align: center;
  font: normal normal bold 14px/24px Lato;
  letter-spacing: 0px;
  color: #FFFFFF;
  text-transform: uppercase;
  position: relative;
  border-radius: 0;
}
.checkout-cart-index a.use-ajax.action.towishlist.action-towishlist span {
  line-height: 50px;
}
.checkout-cart-index .cart.main.actions a.action.continue span {
  line-height: 50px;
}
.checkout-cart-index .actions-toolbar a.action.action-delete,
.checkout-cart-index .actions-toolbar a.action.action-edit {
  padding: 0;
  height: 20px;
  background: transparent !important;
  border: none !important;
  outline: none;
  height: auto;
  margin-bottom: 0;
}
.checkout-cart-index .actions-toolbar a.action.action-edit {
  display: none;
}
.checkout-cart-index .actions-toolbar a.action.action-delete:after,
.checkout-cart-index .actions-toolbar a.action.action-edit:after,
.checkout-cart-index a.use-ajax.action.towishlist.action-towishlist:after {
  opacity: 0;
}
.checkout-cart-index .cart.table-wrapper .actions-toolbar > .action:active {
  box-shadow: none;
}
.checkout-cart-index tr.item-actions a.action.action-edit:before {
  width: 28px;
  height: 28px;
  display: block;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 28px;
  line-height: 28px;
  color: #303030;
  content: '\e606';
  font-family: 'icons-blank-theme';
  font-weight: normal;
}
.checkout-cart-index .actions-toolbar a.action.action-delete:before {
  content: '\e604';
  width: 28px;
  height: 28px;
  display: block;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 28px;
  line-height: 28px;
  color: #303030;
  font-family: 'icons-blank-theme';
  font-weight: normal;
}
.checkout-cart-index .actions-toolbar a.action.action-delete:hover:before,
.checkout-cart-index .actions-toolbar a.action.action-delete:focus:before,
.checkout-cart-index tr.item-actions a.action.action-edit:hover:before,
.checkout-cart-index tr.item-actions a.action.action-edit:focus:before {
  color: #F8BA00;
}
.checkout-cart-index .cart.main.actions a.action.continue:hover,
.checkout-cart-index .cart.main.actions a.action.continue:focus {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  text-decoration: none;
  background: #F8BA00;
  border: 0;
}
.checkout-cart-index .cart.main.actions a.action.continue:before {
  position: absolute;
  top: 50%;
  left: 12px;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
}
.checkout-cart-index table#shopping-cart-table tr.item-info td.col.item,
.checkout-cart-index table#shopping-cart-table tr.item-actions td,
.checkout-cart-index table#shopping-cart-table tr td {
  padding-left: 0;
}
.checkout-cart-index table#shopping-cart-table tr td {
  padding-left: 15px;
}
.checkout-cart-index button.action.update {
  position: relative;
  padding: 0 45px !important;
  padding-left: 50px !important;
}
.checkout-cart-index button.action.update:before {
  position: absolute;
  left: 15px;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  line-height: inherit !important;
}
.checkout-cart-index input#cart-19-qty {
  padding: 0px 3px;
}
.checkout-cart-index .item-info .col {
  padding-top: 27px;
}
.checkout-cart-index strong.product-item-name a:hover {
  text-decoration: none;
  color: #F8BA00;
}
.checkout-cart-index .section.section-content-bottom {
  background-position: right;
}
.checkout-cart-index .product-item-details {
  min-width: 100px;
}
.checkout-cart-index .cart-summary {
  min-width: 258px;
  width: 25%;
  margin-left: 10px;
  padding-bottom: 25px;
}
.checkout-cart-index button.action.primary.checkout {
  font: normal normal bold 14px/24px Lato;
  /* line-height: 50px; */
  /* padding: 0 45px; */
}
.checkout-cart-index input#cart-35-qty {
  height: 40px;
  margin-top: -10px;
}
.checkout-cart-index strong span.price {
  font-weight: normal;
}
.checkout-cart-index .message-error.error.message {
  background: #fae5e5;
  color: #e02b27;
}
.checkout-cart-index div#block-shipping .title:after,
.checkout-cart-index div#block-discount .title:after {
  top: 9px;
}
div#block-shipping .title strong#block-shipping-heading {
  font-weight: normal;
}
strong#block-discount-heading {
  font-weight: 700;
  font-size: 16px;
  line-height: 24px;
  cursor: pointer;
}
.checkout-cart-index .cart.table-wrapper .col.qty .input-text {
  height: 35px;
  margin-top: -7px;
  padding: 0 10px;
}
form#amgiftcard-form .field label.label {
  width: auto;
  text-align: left;
}
form#amgiftcard-form .control {
  width: 60%;
}
.checkout-cart-index div#amgiftcard-block-discount .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;
  cursor: pointer;
  text-align: center;
}
.checkout-cart-index .block.discount.active .title:after {
  transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
}
.checkout-cart-index .cart-totals .grand .mark,
.checkout-cart-index .cart-totals .grand .amount {
  padding-top: 0;
}
.checkout-cart-index .cart-summary .block .fieldset {
  margin: 5px 0 15px 0;
}
.checkout-cart-index a.use-ajax.action.towishlist.action-towishlist {
  position: initial;
  /* right: 78px; */
  /* top: 5px; */
  width: auto;
  min-width: auto;
  padding: 0;
  font-size: 0;
  background: transparent url(../../frontend/Verz/default/en_US/images/checkout-cart/wishlist.svg) no-repeat center;
  background-size: contain;
  width: 16px;
  height: 17px;
  margin-bottom: 2px;
  margin-right: 15px;
  border: 0;
  transition: none;
  -webkit-transition: none;
  -moz-transition: none;
}
.checkout-cart-index a.use-ajax.action.towishlist.action-towishlist:focus,
.checkout-cart-index a.use-ajax.action.towishlist.action-towishlist:hover {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  text-decoration: none;
  border: 0;
  background: url(../../frontend/Verz/default/en_US/images/checkout-cart/wishlist-hover.svg) no-repeat center;
  background-size: contain;
}
.checkout-cart-index div#amgiftcard-block-discount.block.discount.active #amgiftcard-form .fieldset {
  background: transparent !important;
  max-width: none;
  padding: 0;
  margin-bottom: 20px;
  line-height: initial;
}
.checkout-cart-index .message.error > *:first-child:before {
  font-family: "Font Awesome 5 Pro";
  content: "\f057";
  font-size: 18px;
  width: 28px !important;
  height: 28px !important;
}
.checkout-cart-index .cart-summary .block.discount.active .title:after {
  transform: rotate(0deg);
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
}
body.checkout-cart-index .fieldset > .field:not(.choice) > .label {
  font-weight: normal;
}
.checkout-cart-index .block.discount .title {
  padding-left: 0;
  padding-right: 0;
}
.checkout-cart-index .cart-summary > .title {
  font-size: 22px;
}
.checkout-cart-index .amgiftcard-apply-code.cart-discount .title {
  max-width: 500px;
}
.checkout-cart-index form#discount-coupon-form .actions-toolbar .primary {
  width: 100%;
  background: #1E4064;
}
.checkout-cart-index form#discount-coupon-form .actions-toolbar .primary:hover,
.checkout-cart-index form#discount-coupon-form .actions-toolbar .primary:focus {
  background: #F8BA00;
}
#amgiftcard-form button.action.primary {
  margin-right: 10px;
}
.checkout-cart-index .cart.table-wrapper .item-options {
  font-size: 14px;
}
.checkout-cart-index .column.main {
  min-height: auto;
  padding-bottom: 70px !important;
}
.checkout-cart-index .column.main .cart-empty {
  text-align: center;
  margin-bottom: 0;
}
.checkout-cart-index .column.main .cart-empty p {
  margin-bottom: 0;
}
.checkout-cart-index.page-layout-1column .products-grid .product-item,
.checkout-cart-index .product-item-info {
  height: initial;
  width: 100%;
}
.checkout-cart-index .product-item-info .product-image-container {
  background: #fff;
  width: 100%;
}
.product-detail strong.product.name.product-item-name a.product-item-link {
  height: auto;
}
.checkout-cart-index .block-title.title {
  text-align: center;
  margin-top: -10px;
}
.checkout-cart-index strong#block-crosssell-heading {
  font-size: 35px;
  line-height: 69px;
  text-transform: uppercase;
  text-align: center;
  color: #1C1C1C;
  font-weight: 900;
}
.checkout-cart-index .block.crosssell {
  margin-top: 36px;
  margin-bottom: 0;
}
.checkout-cart-index form#amgiftcard-form {
  margin-bottom: 0;
}
.checkout-cart-index .block-content.content .products {
  margin-bottom: 0;
}
body.checkout-cart-index .featured-banner .featured-content {
  padding: 86px 0 95px;
}
.checkout-cart-index .content .amgiftcard-info div:nth-child(2) {
  margin: 5px 0;
}
.checkout-cart-index .amgiftcard-apply-code.cart-discount {
  margin-top: 20px;
}
.checkout-cart-index .cart-summary .block > .title:after,
.paypal-review-discount .block > .title:after {
  top: 7px;
}
.checkout-cart-index strong#block-rewards-form-heading {
  font-weight: 700;
  font-size: 16px;
  line-height: 24px;
}
.checkout-cart-index .cart-summary .block > .title {
  padding-left: 0;
}
.checkout-cart-index .rewards__checkout-cart-usepoints .discount-form .buttons-container {
  margin-top: 10px;
}
.rewards__checkout-cart-usepoints .discount-form .buttons-container button {
  margin-bottom: 10px;
  width: 100%;
  line-height: 24px;
}
.checkout-cart-index .cart-summary .block > .content hr {
  display: none;
}
.checkout-index-index .featured-banner .featured-content .page-title-wrapper {
  width: 100%;
  height: auto;
  position: initial;
  text-align: center;
}
.checkout-index-index .opc-block-summary .minicart-items-wrapper {
  padding-top: 0;
  max-height: calc(100vh - 126px);
}
.checkout-index-index .opc-block-summary .items-in-cart .product {
  padding-top: 15px;
  padding-bottom: 6px;
}
.checkout-index-index tbody.cart.item td.col.price span,
.checkout-index-index tbody.cart.item td.col.qty span,
.checkout-index-index tbody.cart.item td.col.subtotal span,
.checkout-index-index td.amount span.price {
  font: normal normal normal 14px/19px Open Sans;
  letter-spacing: 0px;
  color: #2E2E2E;
}
.checkout-index-index .actions-toolbar a.action.action-delete,
.checkout-index-index .actions-toolbar a.action.action-edit,
.checkout-index-index .cart.main.actions a.action.continue {
  border: 0;
}
.checkout-index-index a.action.action-delete span,
.checkout-index-index a.action.action-edit span {
  font-size: 0;
}
.checkout-index-index .opc-wrapper .step-title,
.checkout-index-index .opc-block-shipping-information .shipping-information-title,
.checkout-index-index .opc-block-summary > .title {
  font-size: 22px;
}
.checkout-index-index .opc-block-summary {
  margin-bottom: 0;
  min-width: 256px;
}
.checkout-index-index .cart.main.actions a.action.continue {
  -webkit-appearance: none;
  -webkit-border-fit: border;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  text-decoration: none;
  display: inline-block;
  height: 50px;
  line-height: 50px;
  padding: 0 45px;
  background: linear-gradient(to right, #913a89, #724192);
  border: 0;
  text-align: center;
  font: normal normal normal 14px/24px Lato;
  letter-spacing: 0px;
  color: #FFFFFF;
  text-transform: uppercase;
  border-radius: 3px;
  position: relative;
}
.checkout-index-index .cart.main.actions a.action.continue span {
  line-height: 50px;
}
.checkout-index-index .payment-method-title.field.choice label:hover {
  background: transparent;
}
.checkout-index-index .actions-toolbar a.action.action-delete,
.checkout-index-index .actions-toolbar a.action.action-edit {
  padding: 0;
  height: 20px;
  background: transparent !important;
  border: none !important;
  outline: none;
}
.checkout-index-index button.action.update:before {
  position: absolute;
  left: 15px;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  line-height: inherit !important;
}
.checkout-index-index input#cart-19-qty {
  padding: 0px 3px;
}
.checkout-index-index .item-info .col {
  padding-top: 27px;
}
.checkout-index-index strong.product-item-name a:hover {
  text-decoration: none;
}
.checkout-index-index .section.section-content-bottom {
  background-position: right;
}
.checkout-index-index .product .product-item-details {
  min-width: 100px;
  padding-left: 110px;
}
.checkout-index-index .cart-summary {
  min-width: 219px;
  width: 25%;
  margin-left: 10px;
}
.checkout-index-index button.action.primary.checkout {
  font: normal normal normal 14px/24px Lato;
  line-height: 50px;
  padding: 0 45px;
}
.checkout-index-index input#cart-35-qty {
  height: 40px;
  margin-top: -10px;
}
.checkout-index-index strong span.price {
  font-weight: normal;
}
.checkout-index-index div#block-shipping .title:after,
.checkout-index-index div#block-discount .title:after {
  top: 7px;
}
div#block-shipping .title strong#block-shipping-heading {
  font-weight: normal;
}
strong#block-discount-heading {
  font-weight: 700;
  font-size: 16px;
  line-height: 24px;
}
.checkout-index-index .cart.table-wrapper .col.qty .input-text {
  height: 35px;
  margin-top: -7px;
}
form#amgiftcard-form .field label.label {
  width: auto;
  text-align: left;
  padding-top: 13px;
}
.checkout-index-index div#shipping-method-buttons-container .primary {
  float: right !important;
  margin-top: 2px;
}
.checkout-index-index div#amgiftcard-block-discount .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;
}
.checkout-index-index .nav-sections {
  display: block;
}
.checkout-index-index .checkout-container .opc-progress-bar-item._active:before {
  background: #F8BA00;
}
.checkout-index-index .checkout-container .opc-progress-bar-item._active > span:before {
  background: #F8BA00;
}
body.checkout-index-index button.action.action-auth-toggle {
  webkit-appearance: none;
  -webkit-border-fit: border;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  text-decoration: none;
  display: inline-block;
  height: 50px;
  line-height: 50px;
  padding: 13px 45px;
  background: #1E4064;
  border: 0;
  text-align: center;
  font: normal normal normal 14px/24px Lato;
  letter-spacing: 0px;
  color: #FFFFFF;
  text-transform: uppercase;
  min-width: 160px;
  margin-bottom: 10px;
}
.checkout-index-index button.action.action-auth-toggle:hover,
.checkout-index-index button.action.action-auth-toggle:focus,
.checkout-index-index .columns .opc-wrapper .action-cancel:hover,
.checkout-index-index .columns .opc-wrapper .action-cancel:focus {
  webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  text-decoration: none;
  background: #F8BA00;
  border: 0;
  color: #fff;
}
.checkout-index-index .authentication-wrapper {
  margin-top: 0px;
  display: block;
}
.checkout-index-index .authentication-dropdown .modal-inner-wrap {
  position: relative;
}
.checkout-index-index .block-content .actions-toolbar {
  margin-left: 0 !important;
}
.checkout-index-index .authentication-dropdown .modal-inner-wrap button.action-close {
  margin: 0;
  position: absolute;
  top: 10px;
  right: 10px;
  width: auto;
  min-width: auto;
  height: auto;
}
.checkout-index-index .details-qty span.label {
  width: auto;
  height: auto;
  position: initial;
  text-align: left;
  color: #2E2E2E;
  text-transform: none;
}
.checkout-index-index .product-item-details .product-item-inner {
  display: block;
  margin-bottom: 0;
}
.checkout-index-index .opc-block-summary .product-item .product-item-name-block {
  display: block;
}
.checkout-index-index .opc-estimated-wrapper button.action.showcart {
  background: transparent;
  width: auto;
  min-width: auto;
  padding: 0;
  height: auto;
}
.checkout-index-index .payment-method-content .actions-toolbar {
  margin-left: 0 !important;
  text-align: left;
}
body.checkout-index-index .actions-toolbar .primary {
  float: left !important;
  margin-top: 5px;
}
body.checkout-index-index #gift-card-form .primary {
  margin-top: 0;
}
.checkout-index-index .checkout-billing-address button.action.action-edit-address {
  width: auto;
  height: auto;
  padding: 0;
  font-size: 0;
  background: transparent;
  float: right;
}
.checkout-index-index .checkout-billing-address button.action.action-edit-address: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;
}
.checkout-index-index .payment-method-content .payment-method-billing-address {
  margin-bottom: 10px;
  overflow: hidden;
}
.checkout-index-index span#block-discount-heading span,
.checkout-index-index span#block-gift-card-heading {
  color: #2E2E2E;
}
.checkout-index-index .opc-block-shipping-information button.action.action-edit {
  height: auto;
}
.checkout-index-index #opc-sidebar .opc-block-shipping-information button.action.action-edit {
  position: absolute;
  top: -1px;
  right: 0;
  left: auto;
  width: auto;
}
.checkout-index-index .opc-block-shipping-information button.action.action-edit:after {
  opacity: 0;
}
.checkout-index-index .payment-method .payment-method-content,
.checkout-index-index form#discount-form {
  overflow: hidden;
  padding-bottom: 0;
  padding-top: 5px;
}
.checkout-index-index button.action.primary.checkout:hover:after,
.checkout-index-index button.action.primary.checkout:focus:after {
  background: #edb200 0% 0% no-repeat padding-box;
}
.checkout-index-index button.action.primary.checkout:after {
  opacity: 1;
  content: "";
  display: block;
  width: 34px;
  height: 37px;
  background: #173555 0% 0% no-repeat padding-box;
  position: absolute;
  top: -18px;
  left: -18px;
  transform: rotate(45deg);
}
.checkout-index-index .payment-method-content > .actions-toolbar > .primary .action.primary {
  font: normal normal normal 14px/24px Lato;
  line-height: 50px;
  padding: 0 45px;
  margin-bottom: 25px;
}
.checkout-index-index table.data.table.table-totals tr.totals.shipping.excl span.label {
  text-transform: none;
  position: initial;
  font: normal normal normal 16px/24px Lato;
}
.checkout-index-index .modal-inner-wrap button.action-close {
  margin: 0;
  top: 10px;
  padding: 0;
  right: 10px;
  height: auto;
  left: auto;
  width: auto;
}
.checkout-index-index .payment-method-title.field.choice span,
.checkout-index-index .payment-method-title.field.choice label,
.checkout-index-index .billing-address-same-as-shipping-block.field.choice span,
.checkout-index-index .billing-address-same-as-shipping-block.field.choice label {
  /*cursor: context-menu;*/
}
.checkout-index-index .actions-toolbar .secondary {
  float: left;
}
.checkout-index-index fieldset#customer-email-fieldset .actions-toolbar .secondary a.action.remind {
  margin-top: 24px;
  margin-left: 10px;
}
.checkout-index-index .block-authentication .actions-toolbar > .secondary {
  margin-right: 0;
}
.checkout-index-index .block.block-customer-login .secondary a.action.action-remind {
  margin-left: 15px;
  margin-top: 9px;
  margin-right: 0;
}
.checkout-index-index._has-auth-shown .authentication-wrapper {
  z-index: 7;
}
.checkout-index-index dl.item-options {
  margin: 0;
}
.checkout-index-index dl.item-options dd.values {
  margin: 0 !important;
}
.checkout-index-index .message.error > *:first-child:before {
  font-family: "Font Awesome 5 Pro";
  content: "\f057";
  font-size: 18px;
  width: 28px !important;
  height: 28px !important;
}
.checkout-index-index .product-item-details .details-qty .label span:after {
  content: ":";
}
.checkout-index-index .payment-method-title.field.choice input.radio {
  display: block;
  position: absolute;
  top: 49%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  margin-top: 0;
}
.checkout-index-index button.action.edit-address-link {
  margin-top: 20px;
  background: transparent;
  width: auto;
  height: auto;
  padding: 0;
  font-size: 0;
  right: 20px;
  transition: none;
  -webkit-transition: none;
  -moz-transition: none;
  position: absolute;
}
.checkout-index-index .shipping-address-item.selected-item button.action.edit-address-link {
  bottom: 20px;
  margin: 0;
}
.checkout-index-index .shipping-address-item.selected-item button.action.edit-address-link:after {
  opacity: 0;
}
body.checkout-index-index .shipping-address-item.not-selected-item button.action.edit-address-link {
  bottom: 20px;
  right: 15px;
}
.checkout-index-index .shipping-address-item.selected-item button.action.edit-address-link:hover:before,
.checkout-index-index .shipping-address-item.selected-item button.action.edit-address-link:focus:before {
  color: #F8BA00;
}
.checkout-index-index .shipping-address-items button.action.action-select-shipping-item:after {
  content: "";
  display: block;
  width: 34px;
  height: 37px;
  background: #173555 0% 0% no-repeat padding-box;
  position: absolute;
  top: -18px;
  left: -18px;
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  opacity: 1 !important;
}
.checkout-index-index .field.addresses button.action.action-select-shipping-item {
  /* position: relative; */
}
.checkout-index-index .shipping-address-items button.action.action-select-shipping-item:hover:after,
.checkout-index-index .shipping-address-items button.action.action-select-shipping-item:focus:after {
  background: #edb200 0% 0% no-repeat padding-box;
}
.checkout-index-index button.action.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;
}
.checkout-index-index button.action.action-select-shipping-item {
  float: left;
  position: absolute;
  overflow: hidden;
}
.checkout-index-index .opc-wrapper .shipping-address-item.selected-item {
  border-color: #E22475;
  position: relative;
}
body.checkout-index-index .opc-wrapper .shipping-address-item.selected-item:after {
  background: #F8BA00;
}
.checkout-index-index .table-checkout-shipping-method tbody td:first-child {
  padding-top: 29px;
}
.checkout-index-index .opc-wrapper .edit-address-link:hover,
.opc-wrapper .edit-address-link:not(:focus):hover {
  background: transparent;
}
.checkout-index-index .columns .opc-wrapper .action-cancel {
  margin-right: 10px;
  border: none;
  background: #1E4064;
  border-radius: 0;
  transition: none;
  -webkit-transition: none;
  -moz-transition: none;
  -ms-transition: none;
  color: #fff;
}
.checkout-index-index .opc-block-summary .product-item .price {
  font: normal normal bold 14px/24px Lato;
}
.checkout-index-index .amgiftcard-check button.action.action-apply-gift {
  margin-right: 10px;
}
.checkout-index-index .opc-block-summary > .title {
  font-size: 22px;
}
.checkout-index-index .opc-wrapper .shipping-address-item {
  line-height: 24px;
  border: 1px solid;
}
.checkout-index-index .opc-wrapper .shipping-address-items {
  margin-left: -5px;
  margin-bottom: 15px;
}
.checkout-index-index .opc-wrapper .shipping-address-item,
.checkout-index-index .opc-wrapper .shipping-address-item.selected-item {
  padding-right: 10px;
  margin: 0 5px;
  width: 46%;
}
.checkout-index-index button.action.edit-address-link:hover:before,
.checkout-index-index button.action.edit-address-link:focus:before {
  color: #F8BA00;
}
body.checkout-index-index .opc-block-shipping-information .shipping-information-title .action-edit:hover:before,
body.checkout-index-index .checkout-billing-address button.action.action-edit-address:hover:before {
  color: #F8BA00;
}
.checkout-index-index .opc-block-shipping-information .shipping-information-title .action-edit:before {
  color: #303030;
}
.checkout-onepage-success div#registration a.action.primary {
  margin-top: 13px;
}
.checkout-onepage-success div#registration div:nth-child(3) {
  text-align: center;
  margin-top: 20px;
}
.checkout-onepage-success .checkout-success {
  text-align: center;
}
.checkout-onepage-success p:nth-child(1) {
  margin: 0;
}
.checkout-onepage-success p {
  margin-bottom: 12px;
}
.checkout-onepage-success .featured-image.category-image a.print {
  float: none;
  color: #fff;
}
.checkout-onepage-success .featured-image.category-image a.print:hover,
.checkout-onepage-success .featured-image.category-image a.print:focus {
  color: #F8BA00;
  background: transparent;
}
.checkout-onepage-success .actions-toolbar {
  display: grid;
}
.checkout-onepage-success .actions-toolbar .primary {
  margin: auto;
  margin-top: 13px;
}
.checkout-onepage-success .column.main {
  min-height: auto;
  margin-bottom: 50px !important;
  margin-top: -5px;
}
.page-print span.order-status,
.page-print .order-date span.label,
.page-print .order-date date {
  color: #fff;
}
.page-print .sections.nav-sections + .featured-banner {
  margin-top: 0 !important;
}
.checkout-index-index .opc-progress-bar-item._active > span:after {
  line-height: 29px;
}
.checkout-index-index .opc-progress-bar-item > span:after {
  line-height: 27px;
}
.checkout-index-index .opc-progress-bar-item > span:before {
  line-height: 137px;
}
body.checkout-index-index:not(.catalog-product-view) input[type="radio"] + label:before {
  display: none;
}
.checkout-index-index .payment-method-title.field.choice {
  position: relative;
}
.checkout-index-index .payment-method-title.field.choice label.label {
  position: relative;
}
.checkout-index-index .payment-method-title.field.choice label.label a.action.action-help {
  position: absolute;
  right: 0;
  top: 46%;
  transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
}
.checkout-index-index .fieldset > .field.choice:before,
.fieldset > .field.no-label:before {
  width: 0;
}
.checkout-index-index .checkout-agreements-block .actions-toolbar {
  margin-top: 30px;
}
.checkout-index-index .payment-method._active p {
  padding-left: 23px;
  margin-bottom: 0;
}
.checkout-index-index td.col.col-method input.radio {
  display: block;
}
body.checkout-index-index:not(.catalog-product-view) input[type="radio"] + label {
  padding-left: 24px;
}
body.checkout-index-index .payment-method-content .fieldset:not(:last-child) {
  margin: 0;
}
.checkout-index-index .product-item-details .product.options {
  padding-top: 0px;
}
.checkout-index-index .subtotal span.price-excluding-tax {
  margin-bottom: 9px;
}
.checkout-index-index .opc-wrapper .shipping-address-item,
.checkout-index-index .opc-wrapper .shipping-address-item.selected-item {
  margin-bottom: 10px;
}
body.checkout-index-index .opc-wrapper .shipping-address-item {
  padding: 20px;
  position: relative;
  padding-bottom: 90px;
}
body.checkout-index-index .opc-wrapper .shipping-address-item.selected-item {
  border-color: #F8BA00;
  /* margin-top: 10px; */
}
.checkout-index-index .opc-wrapper .shipping-address-item:nth-child(1),
.checkout-index-index .opc-wrapper .shipping-address-item:nth-child(2) {
  margin-top: 10px;
}
.checkout-index-index aside.modal-custom.authentication-dropdown.custom-slide._show {
  min-width: 307px;
}
.checkout-index-index .block.block-customer-login .fieldset {
  margin-bottom: 15px;
}
.checkout-index-index footer.modal-footer {
  display: flex;
  display: -webkit-flex;
  width: auto;
  flex-direction: row-reverse;
  -webkit-flex-direction: row-reverse;
  -moz-flex-direction: row-reverse;
  justify-content: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
}
.checkout-index-index .payment-method-content.stripe-payments-card-form #new_card + label span:hover {
  color: #E22475;
}
.checkout-index-index .opc-block-summary .items-in-cart > .title:after {
  top: 16px;
}
.checkout-index-index div#checkout-step-shipping_method {
  overflow: hidden;
  margin-bottom: 40px;
}
.checkout-index-index .payment-option._collapsible strong span {
  font-weight: 700;
}
.checkout-index-index .payment-option._collapsible span {
  line-height: 30px;
}
.checkout-index-index .payment-option._collapsible span:hover:after {
  background: none;
}
.checkout-index-index .page-main .action:not(.remind):after {
  opacity: 0;
}
.checkout-index-index span#block-rewards-heading span:nth-child(1):after {
  display: none;
}
.checkout-index-index .action.action-toggle {
  width: 170px;
  position: relative;
}
.checkout-index-index .action.action-toggle span:after {
  /* opacity: 0; */
  background: none;
  -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;
  position: absolute;
  right: 5px;
  top: 8px;
  background: transparent;
}
.checkout-index-index span#block-rewards-heading span {
  color: #2E2E2E;
}
.checkout-payment-method .payment-option._collapsible .payment-option-title {
  padding-bottom: 14px;
}
.checkout-payment-method .payment-option._collapsible.opc-payment-additional.rewards-block .payment-option-title {
  padding-bottom: 0;
}
.checkout-index-index strong.product-item-name:hover,
.checkout-index-index strong.product-item-name a:hover {
  color: #656565;
}
.checkout-index-index .messages {
  padding-left: 0;
  margin-top: -10px;
}
.checkout-cart-index .cart.table-wrapper .product-item-photo {
  padding-right: 10px;
}
.checkout-cart-index .featured-banner .featured-content .page-title-wrapper {
  max-width: 1180px;
  margin: 0 auto;
  padding: 0 20px;
}
.checkout-cart-index .content .amgiftcard-info {
  margin-bottom: 8px;
}
.checkout-cart-index a.btn-remove.btn-remove-amgiftcard {
  margin-left: 60px;
}
.checkout-cart-index form#amgiftcard-form-post .amgiftcard-codes-list {
  margin-bottom: 0;
}
.checkout-index-index button.action.edit-address-link:after {
  opacity: 0;
}
.checkout-index-index .block.block-customer-login .secondary a.action.action-remind:after {
  opacity: 0;
}
.catalog-product-view a.action.mailto.friend {
  display: none;
}
.checkout-index-index .opc-progress-bar {
  margin-bottom: 50px;
}
.checkout-index-index .opc-wrapper .step-content {
  margin-bottom: 20px;
}
.checkout-index-index .field.addresses button.action.action-select-shipping-item:after {
  opacity: 0;
}
.checkout-index-index .payment-method-title.field.choice label.label a.action.action-help:after {
  opacity: 0;
}
.checkout-cart-index tr.item-info {
  position: relative;
}
.checkout-cart-index td.col.qty .field.qty .control.qty label div {
  position: absolute;
  width: auto;
  display: block;
  right: 0;
  top: 118px;
}
.checkout-index-index .checkout-billing-address button.action.action-edit-address:after {
  opacity: 0;
}
.checkout-index-index button.action.secondary.action-hide-popup {
  background: #1E4064 !important;
  position: relative;
  overflow: hidden;
}
.checkout-index-index button.action.secondary.action-hide-popup:hover,
.checkout-index-index button.action.secondary.action-hide-popup:focus {
  background: #F8BA00 !important;
}
.checkout-index-index button.action.secondary.action-hide-popup:hover:after,
.checkout-index-index button.action.secondary.action-hide-popup:focus:after,
.checkout-index-index button.action.primary.action-save-address:hover:after,
.checkout-index-index button.action.primary.action-save-address:focus:after {
  background: #edb200 0% 0% no-repeat padding-box;
}
.checkout-index-index button.action.secondary.action-hide-popup:after,
.checkout-index-index button.action.primary.action-save-address:after {
  content: "";
  display: block;
  width: 34px;
  height: 37px;
  background: #173555 0% 0% no-repeat padding-box;
  position: absolute;
  top: -18px;
  left: -18px;
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
}
.checkout-index-index button.action.primary.action-save-address {
  overflow: hidden;
  position: relative;
}
.checkout-payment-method .payment-option._collapsible.opc-payment-additional._active .action.action-toggle span:after {
  transform: rotate(180deg);
}
.checkout-index-index button.action.action-apply:after,
.checkout-index-index button.action.action-show-popup:after,
.checkout-index-index button.action.action-login.secondary:after,
.checkout-index-index .page-main button.action.action-auth-toggle:after,
.checkout-index-index .page-main button.action.action-cancel:after,
.checkout-index-index .page-main button.action.action-apply-gift:after,
.checkout-index-index .page-main button.action.action-apply-gift:after,
.checkout-index-index button.button.action:after {
  opacity: 1 !important;
}
.checkout-index-index .billing-address-details {
  padding-left: 30px !important;
}
.checkout-cart-index button#empty_cart_button:after {
  content: "";
  display: block;
  width: 34px;
  height: 37px;
  background: #173555 0% 0% no-repeat padding-box;
  position: absolute;
  top: -18px;
  left: -18px;
  transform: rotate(45deg);
}
.checkout-cart-index button#empty_cart_button:hover:after,
.checkout-cart-index button#empty_cart_button:focus:after {
  background: #edb200 0% 0% no-repeat padding-box;
}
.checkout-index-index input[type="radio"] {
  width: auto;
  height: auto;
}
.checkout-index-index .opc-block-summary .table-totals .amount {
  white-space: inherit;
}
.checkout-index-index .opc-block-summary,
.checkout-index-index .opc-block-shipping-information {
  padding-left: 15px;
  padding-right: 15px;
}
.checkout-index-index form#gift-card-form .primary a {
  margin-left: 30px;
}
.checkout-cart-index .amgiftcard-info strong span.price {
  font-weight: 700;
}
.rewards__checkout-cart-usepoints .discount-form .buttons-container button span {
  line-height: 24px;
}
.checkout-index-index button.action.login.primary:after {
  opacity: 1;
}
.checkout-index-index .opc-block-shipping-information .shipping-information {
  margin-top: 30px;
}
.checkout-index-index button.action.reload.captcha-reload:after {
  opacity: 1;
}
.checkout-index-index fieldset#customer-email-fieldset .field.captcha.no-label .control.captcha-image {
  display: flex;
}
.checkout-index-index fieldset#customer-email-fieldset .field.captcha.required {
  margin: 0;
}
.checkout-onepage-success .header-phone-number {
  margin-top: 0;
}
.page-print span.order-status,
.page-print .order-date {
  display: none;
}
@media (max-width: 1200px) {
  .checkout-cart-index button.action.primary.checkout {
    padding: 0 30px;
  }
  .checkout-cart-index .cart-totals .mark {
    padding-left: 0;
  }
}
@media (max-width: 1100px) {
  .checkout-cart-index .actions-toolbar > .primary:last-child {
    width: 100%;
  }
  .checkout-cart-index form#discount-coupon-form button.action.apply.primary {
    width: 100%;
  }
  .checkout-cart-index button.action.primary.checkout,
  .checkout-cart-index form#discount-coupon-form button.action.apply.primary,
  .checkout-cart-index form#discount-coupon-form .actions-toolbar .primary button.action.cancel.primary {
    padding: 0 30px;
  }
  .checkout-cart-index form#form-validate {
    width: calc(100% - 271px);
  }
  .checkout-cart-index td.col.qty .field.qty .control.qty label div {
    max-width: 250px;
  }
}
@media (max-width: 1068px) {
  .checkout-index-index .block.block-customer-login .secondary a.action.action-remind {
    margin-left: 0;
    margin-top: 0px;
    text-align: center;
  }
  .checkout-index-index .block.block-customer-login .block-content .primary {
    width: 100%;
  }
  .checkout-index-index button.action.action-login.secondary {
    width: 100%;
  }
  .checkout-index-index .block-authentication .actions-toolbar > .secondary {
    width: 100%;
    text-align: center;
  }
}
@media (max-width: 1084px) and (min-width: 1024px) {
  .checkout-index-index .opc-wrapper .shipping-address-item {
    /* width: 40%; */
  }
}
@media (max-width: 978px) {
  .checkout-index-index aside.modal-custom.authentication-dropdown.custom-slide._show {
    width: 310px;
    right: 0px;
  }
  body.checkout-index-index div#checkout .opc-wrapper {
    width: calc( 100% - 331px );
  }
  .checkout-cart-index button.action.primary.checkout {
    padding: 0 20px;
  }
}
@media (max-width: 950px) {
  .checkout-cart-index form#form-validate {
    /* width: 68%; */
  }
  .checkout-index-index .shipping-information-title span,
  .checkout-index-index .payment-group .step-title {
    font-size: 20px;
  }
  .checkout-index-index aside.modal-custom.opc-sidebar.opc-summary-wrapper.custom-slide {
    max-width: 256px;
    width: auto;
  }
  body.checkout-index-index div#checkout .opc-wrapper {
    width: calc( 100% - 256px);
  }
  .checkout-index-index .minicart-items .product .toggle:after {
    position: absolute;
    right: 0;
    top: 9px;
  }
  .checkout-cart-index .cart-totals .amount {
    padding-left: 0;
    width: 50%;
    padding-right: 0;
  }
  .checkout-cart-index .cart-totals .mark {
    width: 50%;
  }
}
@media (max-width: 880px) and (min-width: 768px) {
  .checkout-index-index .minicart-items .product .toggle:after {
    /* position: absolute; */
    /* top: 9px; */
    /* right: -8px; */
  }
  .products-grid .product.actions.product-item-actions {
    /* padding:0 */
    display: grid;
  }
}
@media (max-width: 850px) {
  .checkout-cart-index form#form-validate {
    width: calc( 100% - 242px);
    overflow: hidden;
  }
  .checkout-cart-index .cart-summary {
    min-width: 232px;
  }
  .checkout-index-index .amgiftcard-check,
  .checkout-index-index form#gift-card-form .primary {
    width: 100%;
  }
  .checkout-index-index form#gift-card-form button.action.action-apply-gift,
  .checkout-index-index form#gift-card-form button.action.action-apply-gift {
    width: 100%;
    margin-bottom: 10px;
  }
  .checkout-index-index .opc-sidebar {
    width: auto;
    max-width: 300px;
  }
  .checkout-index-index .opc-wrapper {
    width: 65%;
  }
  .checkout-index-index .field.addresses button.action.action-select-shipping-item {
    padding: 0 30px;
  }
  .checkout-index-index form#gift-card-form .amgiftcard-check .amgiftcard_info div {
    margin-bottom: 10px;
  }
  .checkout-cart-index table#shopping-cart-table tr td.col.qty {
    padding-right: 5px;
  }
  .checkout-cart-index .cart-totals .amount .price {
    max-width: 100px;
    white-space: initial;
  }
  .checkout-cart-index button.action.primary.checkout {
    font-size: 12px;
  }
}
@media (max-width: 805px) and (min-width: 768px) {
  .checkout-index-index .minicart-items .product .toggle:after {
    /* position: absolute; */
    /* top: 9px; */
    /* right: -19px; */
  }
  .checkout-cart-index td.col.qty .field.qty .control.qty label div {
    max-width: 210px;
  }
}
@media (max-width: 804px) {
  .checkout-cart-index .cart.main.actions a.action.continue,
  .checkout-cart-index .cart.main.actions button#empty_cart_button,
  .checkout-cart-index .cart.main.actions button.action.update {
    width: 100%;
    margin: 0;
    margin-bottom: 10px;
  }
  .checkout-cart-index table#shopping-cart-table tr td {
    padding-left: 4px;
    padding-right: 5px;
  }
  .checkout-cart-index .cart.main.actions a.action.continue:before {
    position: initial;
    transform: none;
    -webkit-transform: none;
    -moz-transform: none;
    line-height: 50px;
  }
  .checkout-cart-index button.action.update:before {
    position: initial;
    transform: none;
    -webkit-transform: none;
    -moz-transform: none;
    margin-left: -39px;
  }
  .checkout-cart-index table#shopping-cart-table tr td.col.price {
    /* padding-right: 5px; */
  }
  .checkout-cart-index form#form-validate {
    width: calc(100% - 242px);
  }
}
@media (max-width: 772px) {
  .checkout-cart-index .cart-summary {
    min-width: 223px;
  }
  .checkout-cart-index button.action.primary.checkout {
    padding: 0 15px;
  }
}
@media (max-width: 767px) {
  .checkout-index-index fieldset#customer-email-fieldset .field.captcha.no-label .control.captcha-image {
    display: block;
  }
  .checkout-index-index fieldset#customer-email-fieldset .field.captcha.required {
    margin-bottom: 10px;
  }
  .checkout-cart-index table#shopping-cart-table tr td {
    position: relative;
  }
  .checkout-index-index main .minicart-wrapper .action.showcart .counter.qty {
    right: 4px;
  }
  .checkout-cart-index button.action.primary.checkout {
    font-size: 14px;
  }
  .checkout-cart-index td.col.qty .field.qty .control.qty label div {
    top: initial;
    /* bottom: 0; */
    right: auto;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    width: calc(100vw - 40px);
    /* display: flex;display: -webkit-flex; */
    white-space: initial;
    text-align: center;
    max-width: none;
  }
  .checkout-cart-index .page-wrapper .featured-banner {
    margin-bottom: 0px;
  }
  .checkout-cart-index .columns .column.main {
    padding-bottom: 50px !important;
  }
  form#amgiftcard-form .control {
    width: 100%;
  }
  .amgiftcard-form {
    margin: 0;
  }
  .checkout-cart-index .cart.table-wrapper .item-actions .actions-toolbar {
    padding-top: 20px;
    display: flex;
    display: -webkit-flex;
    flex-wrap: wrap;
    float: right;
  }
  .checkout-cart-index form#discount-coupon-form button.action.apply.primary {
    font-size: 14px;
  }
  .checkout-cart-index a.use-ajax.action.towishlist.action-towishlist {
    top: 25px;
    margin-bottom: 0;
    margin-top: 5px;
  }
  .checkout-cart-index .cart.main.actions a.action.continue,
  .checkout-cart-index button#empty_cart_button,
  .checkout-cart-index button.action.update {
    width: 100%;
  }
  .checkout-cart-index button.action.update {
    padding-left: 40px !important;
  }
  .checkout-cart-index form#form-validate {
    width: 100%;
  }
  .checkout-cart-index .cart.main.actions {
    padding: 0;
  }
  .checkout-cart-index .cart-summary {
    width: 100%;
    margin: 0;
    margin-top: 20px;
    padding-bottom: 25px;
  }
  .checkout-cart-index .cart.table-wrapper .item .col.item {
    display: flex;
    display: -webkit-flex;
  }
  .checkout-cart-index button.action.primary.checkout {
    font: normal normal bold 14px/24px Lato;
  }
  .checkout-cart-index .columns {
    padding-top: 0;
  }
  .checkout-cart-index .cart-container {
    padding-bottom: 25px;
    display: -webkit-flex;
    flex-direction: column-reverse;
  }
  .checkout-cart-index a.product-item-photo {
    position: initial !important;
    max-width: 100px !important;
  }
  .checkout-cart-index span.product-image-wrapper {
    overflow: initial;
  }
  .checkout-cart-index tbody.cart.item span.product-image-wrapper img.product-image-photo {
    min-width: 90px;
    min-height: 90px;
    position: initial !important;
  }
  .checkout-cart-index form#amgiftcard-form button.action.primary {
    width: 100%;
    margin-bottom: 10px;
  }
  .checkout-cart-index .cart.table-wrapper {
    margin-bottom: 40px;
  }
  .checkout-cart-index .message-error.error.message,
  .checkout-cart-index .message-success.success.message {
    margin: 50px 0 3px !important;
  }
  .checkout-cart-index .cart.item .item-actions td {
    padding-bottom: 3px;
  }
  .checkout-cart-index .product-item-info .product-image-container {
    width: 100% !important;
  }
  .checkout-cart-index li.item.product.product-item {
    margin-left: 0;
  }
  .checkout-cart-index strong#block-crosssell-heading {
    font-size: 32px;
  }
  .checkout-cart-index .amgiftcard-apply-code.cart-discount {
    /* margin-bottom: 50px; */
    margin-top: 0;
  }
  .checkout-index-index .nav-toggle {
    display: block;
  }
  .checkout-index-index button.action.primary.action-save-address,
  button.action.secondary.action-hide-popup {
    margin-bottom: 10px;
    width: 100%;
  }
  .checkout-index-index .featured-banner {
    margin-bottom: 48px !important;
  }
  .checkout-index-index._has-auth-shown .authentication-wrapper {
    z-index: 900;
  }
  .checkout-index-index ul.opc-progress-bar {
    display: flex;
    display: -webkit-flex;
    width: 100%;
    /* padding-top: 20px; */
    margin-bottom: 0;
  }
  .checkout-index-index .authentication-wrapper {
    max-width: none;
    width: 100%;
    display: table;
    margin-bottom: 20px;
  }
  .checkout-index-index button.action.action-auth-toggle {
    margin-left: auto;
    margin-right: auto;
    display: table-cell;
  }
  .checkout-index-index div#shipping-method-buttons-container .primary {
    width: 100%;
  }
  body.checkout-index-index .shipping-address-item.not-selected-item button.action.edit-address-link {
    bottom: 83PX;
    top: auto;
    width: auto;
  }
  .checkout-index-index .shipping-address-item.selected-item button.action.edit-address-link {
    bottom: 20px;
    right: 15px;
    width: auto;
    top: auto;
  }
  .checkout-index-index .actions-toolbar .primary {
    width: 100%;
    margin-bottom: 10px;
  }
  .checkout-index-index form#discount-form .primary {
    width: 100%;
  }
  .checkout-index-index form#gift-card-form .amgiftcard-check button.action.action-apply-gift {
    /* padding: 0 43px; */
  }
  .checkout-onepage-success .columns {
    padding: 0 !important;
  }
  .checkout-onepage-success .actions-toolbar .primary {
    margin-top: 0;
  }
  .checkout-onepage-success .column.main {
    padding-bottom: 50px;
  }
  .checkout-index-index .actions-toolbar .secondary {
    width: 100%;
    text-align: center;
  }
  .checkout-index-index .opc-wrapper {
    width: 100%;
  }
  .checkout-index-index aside.modal-custom.opc-sidebar.opc-summary-wrapper.custom-slide {
    width: initial;
    max-width: none;
  }
  .checkout-index-index .actions-toolbar .secondary {
    padding-top: 0;
  }
  .checkout-index-index .opc-wrapper .shipping-address-item,
  .checkout-index-index .opc-wrapper .shipping-address-item.selected-item {
    width: 100%;
  }
  .checkout-index-index .opc-wrapper .shipping-address-item:nth-child(2) {
    margin-top: 0;
  }
  body.checkout-index-index .opc-wrapper .shipping-address-item {
    padding-bottom: 25px;
  }
  .checkout-index-index .opc-wrapper .shipping-address-item,
  .checkout-index-index .opc-wrapper .shipping-address-item.selected-item {
    margin-left: 0;
    margin-right: 0;
  }
  .checkout-index-index .opc-wrapper .shipping-address-items {
    margin-left: 0;
  }
  .checkout-index-index aside.modal-custom.authentication-dropdown.custom-slide._show {
    width: 93%;
    min-width: auto;
    left: auto;
  }
  .checkout-index-index .authentication-dropdown .modal-inner-wrap {
    padding-left: 20px;
    padding-right: 20px;
  }
  .checkout-index-index div#checkout .opc-wrapper {
    width: 100%;
    margin-bottom: 0;
  }
  .checkout-index-index .field.addresses button.action.action-select-shipping-item {
    padding: 0 45px;
    position: relative;
  }
  .checkout-index-index .checkout-payment-method .payment-option {
    margin: 0;
    overflow: hidden;
  }
  .checkout-payment-method .payment-methods {
    margin: 0;
  }
  .checkout-index-index .columns .column.main {
    padding-bottom: 25px;
  }
  .checkout-index-index .fieldset:last-child {
    margin-bottom: 0;
  }
  .checkout-index-index .checkout-container {
    margin-bottom: 0;
    padding-bottom: 0;
  }
  .checkout-index-index div#checkout-step-payment {
    margin-bottom: 10px;
  }
  .checkout-index-index .modal-popup .modal-footer {
    padding-top: 0;
    display: block;
  }
  .checkout-index-index .modal-popup._inner-scroll .modal-content {
    padding-bottom: 15px;
  }
  body.checkout-index-index .new-address-popup {
    margin-top: 0;
  }
  body.checkout-index-index div#checkout .opc-wrapper {
    width: 100%;
  }
  body.checkout-index-index .opc-block-shipping-information {
    margin-top: 10px;
  }
  .checkout-payment-method .payment-option._collapsible .payment-option-title {
    padding-bottom: 7px;
  }
  body.checkout-index-index .payment-option._collapsible.opc-payment-additional.rewards-block {
    margin-bottom: 30px;
    overflow: hidden;
  }
  .checkout-index-index .messages {
    margin-top: 0;
  }
  .checkout-cart-index .actions-toolbar a.action.action-delete,
  .checkout-cart-index .actions-toolbar a.action.action-edit {
    width: auto;
  }
  .checkout-index-index .payment-method-title.field.choice label.label a.action.action-help {
    width: auto;
  }
  .checkout-index-index .minicart-items .product .toggle:after {
    position: static;
  }
  .checkout-index-index .opc-wrapper .step-title {
    margin: 15px 0 10px 0;
  }
  .checkout-index-index .opc-block-shipping-information .shipping-information {
    margin-top: 0;
  }
}
@media (max-width: 640px) {
  .checkout-cart-index .products .owl-dots {
    margin-top: 25px;
  }
  .product-detail .products-grid .product-item {
    margin-bottom: 30px;
  }
  .checkout-container .opc-estimated-wrapper {
    margin-bottom: 0;
  }
}
@media (max-width: 575px) {
  .checkout-cart-index strong#block-crosssell-heading {
    font-size: 24px;
  }
}
@media (max-width: 500px) {
  .checkout-index-index .payment-method-content > .actions-toolbar > .primary {
    width: 100%;
  }
  .checkout-index-index button.action.action-select-shipping-item span {
    font-size: 12px;
  }
  .checkout-index-index .authentication-wrapper {
    margin-top: 0;
  }
  .checkout-index-index div#checkout {
    margin-bottom: 0;
  }
  .checkout-index-index .opc-wrapper .step-content {
    margin-bottom: 10px;
  }
  .checkout-cart-index .products .owl-dots {
    margin-top: 20px;
  }
}
@media (max-width: 493px) {
  .checkout-index-index aside.modal-custom.authentication-dropdown.custom-slide._show {
    width: 91%;
  }
  .checkout-index-index .payment-group .payment-method-title.field.choice label.label {
    flex-direction: column-reverse;
  }
  .checkout-index-index .payment-group .payment-method-title.field.choice label.label span.stripe-icon-container.right {
    margin-top: 10px;
  }
  .checkout-index-index div#checkout-step-payment {
    margin-bottom: 0;
  }
  body.checkout-index-index .opc-block-shipping-information {
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media (max-width: 400px) {
  .checkout-index-index aside.modal-custom.authentication-dropdown.custom-slide._show {
    width: 89%;
  }
}
@media (max-width: 378px) {
  .checkout-cart-index a.use-ajax.action.towishlist.action-towishlist {
    right: 60px;
  }
  .checkout-cart-index table#shopping-cart-table tr td {
    padding-right: 0;
  }
  .checkout-cart-index a.use-ajax.action.towishlist.action-towishlist {
    /* padding: 0 22px; */
    min-width: auto;
  }
  .checkout-cart-index .cart.main.actions a.action.continue,
  .checkout-cart-index .cart.main.actions button#empty_cart_button,
  .checkout-cart-index .cart.main.actions button.action.update {
    padding: 0 30px !important;
  }
  .checkout-cart-index form#amgiftcard-form button.action.primary {
    padding: 0 44px;
  }
}
@media (max-width: 370px) {
  .checkout-index-index .opc-block-summary {
    padding-left: 15px;
    padding-right: 15px;
  }
  .checkout-index-index aside.modal-custom.opc-sidebar.opc-summary-wrapper.custom-slide {
    width: 310px;
    left: auto;
    right: 0;
  }
}
@media (max-width: 360px) {
  .checkout-index-index select.select {
    background-position: right 12px center;
  }
}
@media (max-width: 340px) {
  .checkout-index-index aside.modal-custom.authentication-dropdown.custom-slide._show {
    width: 297px;
  }
}
body .cms-about-us .page-main {
  max-width: 100%;
  padding: 0;
}
.section-top {
  display: flex;
  justify-content: space-between;
  margin-bottom: 9px;
  position: relative;
}
.section-top .section-top-content {
  margin: 0 24.375px 0 24.375px;
}
.section-top .section-top-content:first-child {
  margin: 25px 0 74px 0;
  padding-left: 1px;
}
.section-top .section-top-content h2 {
  padding: 0 6% 0 0%;
  text-align: left;
  letter-spacing: -1.2px;
  text-transform: capitalize;
  font-weight: 500;
  margin-bottom: 27px;
  font: normal normal 500 40px/55px Roboto Slab;
}
.section-top .section-top-content p {
  padding: 0 2% 0 0;
  color: #656565;
  font: normal normal normal 14px/30px Lato;
  text-align: left;
  letter-spacing: 0px;
}
.section-top .section-top-content p:last-child {
  padding-right: 37px !important;
}
.section-top .section-top-content img {
  box-shadow: -8px -8px 8px rgba(0, 0, 0, 0.05), 12px 12px 12px rgba(0, 0, 0, 0.15);
  object-fit: cover;
  height: 100%;
  max-height: 651px;
  width: 100%;
}
.section-top .section-top-content:nth-child(2) {
  margin-top: 12px;
  padding: 0;
  margin-right: 1.375px;
  z-index: 1;
}
.section-top::before {
  bottom: calc(-4% + 14px);
  right: calc(-2% - 4px);
  position: absolute;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 0 335px 370px;
  border-color: transparent transparent #F8BA00 transparent;
}
.cms-about-us.cms-page-view .columns {
  margin: 38px 0 40px;
}
.line .brand-heading:first-child {
  margin-top: 43px;
}
.line .brand-heading h4 {
  font: normal normal bold 14px/20px Lato;
  letter-spacing: 0px;
  color: #171717;
  text-transform: uppercase;
  text-align: center;
  margin: 1px 0 0 0;
}
.line .brand-heading h2 {
  margin-top: 1px;
  text-align: center;
  font: normal normal medium 40px/55px Roboto Slab;
  letter-spacing: -1.2px;
  color: #1F1F1F;
  text-transform: none;
}
.cms-about-us .am-slider-container .swiper-container {
  margin: 0 -25px 50px -25px;
}
.cms-about-us .amslider-header-container {
  display: none;
}
.cms-about-us .swiper-button-next {
  top: 56%;
}
.cms-about-us .swiper-button-prev {
  top: 56%;
}
.section-main .line {
  text-align: center;
  display: flex;
  justify-content: space-between;
  margin: 80px 0 100px 0;
}
.section-main .line .main-element {
  margin: 3px 1.5px 0 0;
}
.section-main .line .main-element img {
  margin-top: 2px;
}
.section-main .main-heading {
  margin-bottom: 36px;
}
.section-main .main-heading h2 {
  margin: 2px 3px 0 0;
  font: normal normal 500 40px/55px Roboto Slab;
  letter-spacing: -1.2px;
  color: #1F1F1F;
  text-transform: capitalize;
}
.section-main .main-heading h4 {
  margin: 15px 2px 0 0;
  font: normal normal bold 14px/20px Lato;
  letter-spacing: 0px;
  color: #171717;
  text-transform: uppercase;
}
.section-main .main-element {
  font: normal normal bold 14px/24px Lato;
  padding-top: 45px;
  width: 100%;
  height: auto;
  background: #ffffff;
  flex-basis: calc(32% - 3px);
  letter-spacing: 0px;
  color: #656565;
  box-shadow: -8px -8px 8px rgba(0, 0, 0, 0.05), 12px 12px 12px rgba(0, 0, 0, 0.15);
}
.section-main .main-element p {
  margin: 20px 53px 44px 53px;
  letter-spacing: 0px;
  color: #656565;
  font: normal normal normal 14px/24px Lato;
}
.section-main .main-element:last-child p {
  margin: 20px 32px 44px 32px;
}
.background-main-about {
  max-width: 100%;
  background-image: url(../../frontend/Verz/default/en_US/images/Yellow_BG3.png);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}
.card__image {
  object-fit: contain;
  z-index: 1;
}
.brand-about {
  margin-top: 50px;
}
.section-bottom {
  position: relative;
  margin-top: 100px;
  display: flex;
  padding: 0 35px;
}
.section-bottom::after {
  content: '';
  bottom: calc(45% + 6px);
  left: 20px;
  position: absolute;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 255px 0 0 282px;
  border-color: transparent transparent transparent #F5F5F5;
  z-index: -1;
}
.section-bottom::before {
  content: '';
  bottom: -30px;
  right: 22px;
  position: absolute;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 0 259px 285px;
  border-color: transparent transparent #F5F5F5 transparent;
}
.section-bottom .bottom-element {
  display: flex;
  margin: auto;
}
.section-bottom .bottom-element .block-element {
  display: flex;
  position: relative;
}
.section-bottom .bottom-element .block-element .block-content {
  width: calc(85% - 1px);
  height: auto;
}
.section-bottom .bottom-element:first-child .block-element:nth-child(1) {
  padding-right: 0px;
}
.section-bottom .bottom-element:first-child .block-element:nth-child(1) img {
  object-fit: cover;
  height: fit-content;
  width: 100%;
  max-height: 345px;
}
.section-bottom .bottom-element:first-child .block-element:nth-child(2) {
  text-align: left;
  display: flex;
  justify-content: flex-end;
  align-items: center;
  padding-left: 0px;
}
.section-bottom .bottom-element:first-child .block-element:nth-child(2) h4 {
  font: normal normal bold 14px/20px Lato;
  letter-spacing: 0px;
  color: #F8BA00;
  text-transform: uppercase;
  margin: 5px 0 0 0;
}
.section-bottom .bottom-element:first-child .block-element:nth-child(2) h3 {
  font: normal normal 500 30px/55px Roboto Slab;
  letter-spacing: -0.9px;
  color: #1F1F1F;
  text-transform: capitalize;
  margin: -7px 0 0 0;
}
.section-bottom .bottom-element:first-child .block-element:nth-child(2) p {
  font: normal normal normal 14px/30px Lato;
  letter-spacing: 0px;
  color: #656565;
  margin: 4px 0 0 0;
}
.section-bottom .bottom-element:nth-child(2) .block-element:nth-child(2) {
  padding-left: 0px;
  margin-left: -1px;
}
.section-bottom .bottom-element:nth-child(2) .block-element:nth-child(2) img {
  object-fit: cover;
  height: fit-content;
  width: 100%;
  max-height: 345px;
}
.section-bottom .bottom-element:nth-child(2) .block-element:nth-child(1) {
  text-align: right;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  padding-right: 0px;
}
.section-bottom .bottom-element:nth-child(2) .block-element:nth-child(1) .block-content {
  width: calc(85% - 5px);
}
.section-bottom .bottom-element:nth-child(2) .block-element:nth-child(1) h4 {
  font: normal normal bold 14px/20px Lato;
  letter-spacing: 0px;
  color: #F8BA00;
  text-transform: uppercase;
  margin: 5px 0 0 0;
}
.section-bottom .bottom-element:nth-child(2) .block-element:nth-child(1) h3 {
  font: normal normal 500 30px/55px Roboto Slab;
  letter-spacing: -0.9px;
  color: #1F1F1F;
  text-transform: capitalize;
  margin: -7px 0 0 0;
}
.section-bottom .bottom-element:nth-child(2) .block-element:nth-child(1) p {
  font: normal normal normal 14px/30px Lato;
  letter-spacing: 0px;
  color: #656565;
  margin: 4px 0 0 19px;
}
@media (min-width: 1300px) {
  .section-top .section-top-content:nth-child(2) {
    -webkit-box-flex: 0;
    -ms-flex: 0 1 486px;
    flex: 0 1 486px;
    max-width: 486px;
  }
}
@media (max-width: 1231px) {
  .section-top::before {
    bottom: calc(-4% - 4px);
    right: 0%;
  }
  .section-top .section-top-content {
    margin: 0 0 0 0 !important;
  }
}
@media (max-width: 1024px) {
  .section-top {
    margin-bottom: 18px;
  }
  .section-top .section-top-content p:last-child {
    padding-right: 0 !important;
  }
  .section-top .section-top-content h2 {
    padding: 0;
    font: normal normal 500 35px/45px Roboto Slab;
  }
  .section-top .section-top-content span {
    font: normal normal 500 35px/45px Roboto Slab;
  }
  .cms-about-us .amslider.am-brand-slider .swiper-button-next {
    right: -15px;
  }
  .cms-about-us .amslider.am-brand-slider .swiper-button-prev {
    left: -15px;
  }
  .section-bottom .bottom-element:first-child .block-element:nth-child(2) h3 {
    font: normal normal 500 35px/45px Roboto Slab;
  }
  .section-bottom .bottom-element:nth-child(2) .block-element:nth-child(1) {
    margin-top: 35px;
  }
  .section-bottom .bottom-element:nth-child(2) .block-element:nth-child(1) h3 {
    font: normal normal 500 35px/45px Roboto Slab;
  }
}
@media only screen and (min-width: 768px) and (max-width: 992px) {
  .section-bottom {
    margin-bottom: 50px;
    margin-top: 50px;
  }
  .section-bottom .bottom-element:nth-child(2) .block-element:nth-child(1) {
    margin-top: 35px;
  }
  .section-bottom .bottom-element:nth-child(2) .block-element:nth-child(1) h4 {
    margin-bottom: 5px;
  }
  .section-bottom .bottom-element:nth-child(2) .block-element:nth-child(1) h3 {
    font: normal normal 500 24px/29px Roboto Slab;
  }
  .section-bottom .bottom-element .block-element .block-content {
    overflow: auto;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    max-height: 85%;
  }
  .section-bottom .bottom-element:first-child .block-element:nth-child(2) h4 {
    margin-bottom: 5px;
  }
  .section-bottom .bottom-element:first-child .block-element:nth-child(2) h3 {
    font: normal normal 500 24px/29px Roboto Slab;
  }
  .section-top {
    margin-top: 0;
    margin-bottom: 10px;
  }
  .section-top .section-top-content {
    padding: 0;
  }
  .section-top .section-top-content h2 {
    padding: 0;
    margin-top: 0;
    font: normal normal 500 35px/45px Roboto Slab;
  }
  .section-top .section-top-content p {
    padding: 0;
  }
  .cms-about-us .amslider.am-brand-slider .swiper-button-next {
    right: -15px;
  }
  .cms-about-us .amslider.am-brand-slider .swiper-button-prev {
    left: -15px;
  }
  .cms-about-us .am-slider-container .swiper-container {
    margin-bottom: 35px;
  }
  .cms-about-us .section-bottom .bottom-element .block-element .block-content::-webkit-scrollbar {
    width: 0px;
  }
  .brand-about {
    margin-top: 30px;
  }
  .brand-about .brand-heading h2 {
    margin-bottom: 0 !important;
    font-size: 30px;
  }
  .section-main .line {
    margin: 35px 0 50px 0;
  }
  .section-main .main-heading h2 {
    line-height: 45px;
    font: normal normal 500 35px/45px Roboto Slab;
    padding: 0;
  }
  body .cms-about-us .page-main {
    max-width: 100%;
    padding: 0;
    overflow-x: hidden;
    display: block;
    position: relative;
    height: 100%;
  }
  html {
    overflow-x: hidden;
  }
  .card__image {
    object-fit: contain;
    z-index: 1;
  }
}
@media (max-width: 767px) {
  .section-bottom {
    padding: 20px;
    margin: 5px 0 0 0 !important;
    padding-top: 0;
  }
  .section-bottom .bottom-element:nth-child(2) .block-element:nth-child(1) {
    margin-top: 0;
    order: -1;
  }
  .section-bottom .bottom-element:nth-child(2) .block-element:nth-child(1) h4 {
    margin: 5px 0 5px 0;
  }
  .section-bottom .bottom-element:nth-child(2) .block-element:nth-child(1) p {
    margin: 0 !important;
  }
  .section-bottom .bottom-element:nth-child(2) .block-element:nth-child(1) h3 {
    font: normal normal 500 24px/29px Roboto Slab;
  }
  .section-bottom .bottom-element:first-child .block-element:nth-child(2) {
    order: -1;
  }
  .section-bottom .bottom-element:first-child .block-element:nth-child(2) h4 {
    margin: 0 0 5px 0;
  }
  .section-bottom .bottom-element:first-child .block-element:nth-child(2) .block-content {
    margin-bottom: 30px;
  }
  .section-bottom .bottom-element:first-child .block-element:nth-child(2) h3 {
    font: normal normal 500 24px/29px Roboto Slab;
  }
  .section-bottom .bottom-element .block-element {
    padding: 0;
    text-align: center !important;
    justify-content: center !important;
    align-items: center !important;
  }
  .section-bottom .bottom-element .block-element .block-content {
    width: 100% !important;
    margin-top: 20px;
    margin-bottom: 30px;
  }
  .section-bottom .bottom-element .block-element .block-content h3 {
    margin: 0 0 15px 0 !important;
    font: normal normal 500 20px/24px Roboto Slab !important;
  }
  .section-bottom::after {
    display: none !important;
  }
  .section-bottom::before {
    display: none !important;
  }
  .section-bottom .bottom-element.block-element .block-content p {
    margin: 0 !important;
  }
  .cms-about-us.cms-page-view .columns {
    margin-bottom: 0;
  }
  .block p:last-child {
    margin-bottom: 35px;
  }
  .section-main .main-heading {
    margin-top: 20px;
  }
  .section-main .main-heading h2 {
    font: normal normal 500 24px/29px Roboto Slab;
    padding: 0;
  }
  .section-main .line {
    margin-top: 0;
    flex-direction: column;
    margin-bottom: 0;
  }
  .section-main .line .main-element {
    margin-bottom: 36px;
  }
  .section-main .main-element {
    padding-top: 25px;
  }
  .section-main .main-element p {
    margin: 20px 10px 20px 10px !important;
  }
  .section-top {
    margin: 0 0 10px 0;
  }
  .section-top .section-top-content {
    margin: 0 0 0 0 !important;
    padding: 0;
  }
  .section-top .section-top-content h2 {
    font: normal normal 500 24px/29px Roboto Slab;
    padding: 0;
    text-align: center;
    margin-top: 0;
  }
  .section-top .section-top-content p {
    text-align: center;
    padding: 0;
  }
  .section-top .section-top-content span {
    font: normal normal 500 24px/29px Roboto Slab;
  }
  .brand-about {
    margin: 0 0 35px 0;
  }
  .brand-about .brand-heading h2 {
    margin-bottom: 15px !important;
    font-size: 30px;
  }
  .line .brand-heading:first-child {
    margin-top: 29px;
  }
  .cms-about-us .am-slider-container {
    padding: 0;
  }
  .cms-about-us .am-slider-container .swiper-container {
    margin-bottom: 0;
  }
}
@media (max-width: 575px) {
  .section-top::before {
    border-width: 0 0 167.5px 185px;
  }
}
@media (max-width: 480px) {
  .cms-about-us .amslider.am-brand-slider .swiper-slide {
    padding: 10px 0px;
  }
  .cms-about-us .amslider.am-brand-slider .swiper-button-next {
    right: 5px;
  }
  .cms-about-us .amslider.am-brand-slider .swiper-button-prev {
    left: 5px;
  }
  .section-top .section-top-content:nth-child(2) {
    margin-bottom: 15px !important;
  }
}
@media (max-width: 360px) {
  .section-main .main-heading h2 {
    font: normal normal 500 23px/29px Roboto Slab;
  }
}
.project-references .button-more a.button:hover {
  color: #fff;
}
html {
  scroll-behavior: smooth;
}
.container,
.line {
  position: relative;
}
.yellow {
  color: #F8BA00 !important;
}
.cms-our-products.cms-page-view .columns,
.cms-project-references.cms-page-view .columns {
  margin: 0;
}
.page-products.category-project-preferences .breadcrumbs ul.items li.item.our-product {
  display: none;
}
.page-products.category-project-preferences .column.main .toolbar.toolbar-products {
  display: none;
}
.cms-page-view .sections.nav-sections + .featured-banner {
  margin-bottom: 0;
}
body.page-products .category-view + .columns {
  padding-top: 0;
}
.categorypath-project-preferences .sections.nav-sections + .featured-banner {
  margin-bottom: 0 !important;
}
.columns .column.main {
  padding-bottom: 0px;
}
a.button {
  position: relative;
  overflow: hidden;
  color: #fff;
}
a.button:before {
  content: "";
  display: block;
  width: 34px;
  height: 37px;
  position: absolute;
  top: -18px;
  left: -18px;
  transform: rotate(45deg);
}
a.button:hover:before {
  background: #EDB200;
}
.section_top_project-references {
  background: url('../../frontend/Verz/default/en_US/images/Gray_BG.png');
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}
.section_top_project-references h2 {
  margin: 68px 0 30px 0;
}
.section_top_project-references {
  margin-bottom: 103px;
  padding: 50px 0;
}
.section_top_project-references img {
  width: 100%;
  -webkit-box-shadow: 0px 10px 15px 0px rgba(0, 0, 0, 0.5);
  -moz-box-shadow: 0px 10px 15px 0px rgba(0, 0, 0, 0.5);
  box-shadow: 0px 10px 15px 0px rgba(0, 0, 0, 0.5);
  display: block;
}
.section_content_project-references .project-references {
  clear: both;
}
.section_content_project-references .project-references img {
  display: block;
  width: 100%;
  left: auto;
  right: auto;
}
.section_content_project-references .project-references .content-text {
  margin-bottom: 20px;
}
.section_content_project-references .project-references .col-mb-6 {
  position: relative;
}
.section_content_project-references .project-references:nth-child(2n-1) .col-mb-6:last-child:before {
  content: '';
  display: block;
  position: absolute;
  bottom: -32px;
  left: 0;
  width: 0px;
  height: 0px;
  border-right: 284px solid transparent;
  border-top: 200px solid transparent;
  border-bottom: 260px solid #F5F5F5;
  z-index: -1;
}
.section_content_project-references .project-references:nth-child(2n) .col-mb-6:last-child:before {
  content: '';
  display: block;
  position: absolute;
  bottom: -32px;
  right: 0;
  width: 0px;
  height: 0px;
  border-left: 284px solid transparent;
  border-top: 200px solid transparent;
  border-bottom: 260px solid #F5F5F5;
  z-index: -1;
}
.section_5.project-references:before {
  border-color: #F8BA00;
}
.project-references .button-more {
  border: 0;
  padding: 0;
  margin-bottom: 8px;
}
.project-references h2 {
  margin-top: 0;
}
.project-references h3 {
  margin-top: 0;
  margin-bottom: 14px;
}
.still-unsure,
.footer-panel {
  background: url('../../frontend/Verz/default/en_US/images/Mask81.png');
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  background-color: #1e4064;
  padding: 30px 0 36px;
  margin-bottom: 4px;
}
.still-unsure h3,
.footer-panel h3 {
  color: #fff;
  display: inline-block;
  vertical-align: middle;
  width: 80%;
  text-transform: capitalize;
}
.still-unsure h3 + p,
.footer-panel h3 + p {
  display: inline-block;
  vertical-align: middle;
  width: 19.6%;
  text-align: right;
  margin-bottom: 0;
  margin-top: 5px;
}
.still-unsure a,
.footer-panel a {
  text-decoration: underline;
  letter-spacing: 0px;
  color: #F8BA00;
  text-transform: uppercase;
  margin-top: 6px;
  line-height: 30px;
}
.still-unsure a:hover,
.footer-panel a:hover {
  color: #fff;
}
.section_content_project-references {
  margin-bottom: 68px;
}
.category-project-preferences.catalog-category-view.page-layout-1column .page-main {
  max-width: 100%;
  padding: 0;
  overflow-x: hidden;
}
.page-products .section_content_project-references .product-image-container,
.page-products .section_content_project-references .product-image-wrapper {
  overflow: inherit;
  position: static;
  display: block;
}
.page-products.category-project-preferences .column.main .toolbar .field.limiter {
  display: none;
}
.page-products.category-project-preferences .column.main .products {
  margin-top: 0;
}
.project-references .container:hover .col-mb-6:before {
  border-bottom-color: #F8BA00 !important;
}
.project-references .container:hover .button-more a {
  background: #F8BA00;
}
.project-references .container:hover .button-more a:before {
  background: #EDB200;
}
@media (min-width: 768px) {
  .still-unsure h3,
  .footer-panel h3 {
    line-height: 55px;
  }
  .section_top_project-references .col-mb-6:first-child {
    padding-right: 4%;
    padding-bottom: 72px;
  }
  .section_top_project-references .col-mb-6:last-child {
    padding-left: 6%;
  }
  .section_content_project-references .project-references:nth-child(2n-1) .col-mb-6:first-child {
    float: right;
  }
  .section_content_project-references .project-references:nth-child(2n-1) .col-mb-6:first-child > div {
    padding-left: 68px;
    padding-right: 30px;
    padding-left: 11.8%;
    padding-right: 6%;
  }
  .section_content_project-references .project-references:nth-child(2n-1) .col-mb-6:last-child {
    padding: 0;
    padding-left: 31px;
    float: left;
  }
  .section_content_project-references .project-references:nth-child(2n) .col-mb-6:first-child {
    float: left;
    text-align: right;
  }
  .section_content_project-references .project-references:nth-child(2n) .col-mb-6:first-child > div {
    padding-right: 84px;
    padding-left: 15px;
    padding-right: 14.8%;
    padding-left: 3%;
  }
  .section_content_project-references .project-references:nth-child(2n) .col-mb-6:last-child {
    float: right;
    padding: 0;
    padding-right: 31px;
  }
  .section_content_project-references .project-references {
    position: relative;
  }
  .section_content_project-references .project-references,
  .section_content_project-references .project-references .col-mb-6 {
    min-height: 345px;
  }
  .section_content_project-references .project-references img {
    height: 100%;
    object-fit: cover;
    position: absolute;
  }
  .section_content_project-references .project-references .col-mb-6 > div {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    /*	max-height: 80%;
		overflow: auto;*/
  }
  .project-references h3 {
    max-height: 74px;
    overflow: hidden;
    width: 100%;
    text-overflow: ellipsis;
    -webkit-line-clamp: 2;
    display: -webkit-box;
    -webkit-box-orient: vertical;
  }
  .section_content_project-references .project-references .content-text {
    max-height: 88px;
    overflow: hidden;
    width: 100%;
    text-overflow: ellipsis;
    -webkit-line-clamp: 3;
    display: -webkit-box;
    -webkit-box-orient: vertical;
  }
  .project-references .col-mb-6 > div::-webkit-scrollbar {
    width: 0px;
  }
  .project-references .col-mb-6 > div::-webkit-scrollbar-track {
    box-shadow: inset 0 0 0px rgba(0, 0, 0, 0.3);
  }
  .project-references .col-mb-6 > div::-webkit-scrollbar-thumb {
    background-color: darkgrey;
    outline: 0px solid slategrey;
  }
  .section_top_project-references .col-mb-6:last-child {
    position: relative;
    right: 0;
    top: 0;
  }
  .section_top_project-references img {
    height: 100%;
    object-fit: cover;
    position: absolute;
    right: 15px;
  }
}
@media (max-width: 992px) and (min-width: 768px) {
  .section_top_project-references h2 {
    margin: 0px 0 30px 0;
  }
  .section_top_project-references .col-mb-6:first-child {
    padding-bottom: 0;
  }
  .section_top_project-references {
    margin-bottom: 80px;
  }
  .section_top_project-references .col-mb-6:first-child {
    padding-right: 15px;
  }
  .section_top_project-references .col-mb-6:last-child {
    padding-left: 15px;
  }
}
@media (max-width: 1024px) and (min-width: 768px) {
  .section_content_project-references .project-references:nth-child(2n-1) .col-mb-6:last-child:before {
    bottom: -20px;
  }
  .section_content_project-references .project-references:nth-child(2n) .col-mb-6:last-child:before {
    bottom: -20px;
  }
  .section_content_project-references .project-references,
  .section_content_project-references .project-references .col-mb-6 {
    min-height: 300px;
  }
  .section_content_project-references .project-references:nth-child(2n) .col-mb-6:last-child {
    padding-right: 20px;
  }
  .section_content_project-references .project-references:nth-child(2n-1) .col-mb-6:last-child {
    padding-left: 20px;
  }
}
@media (max-width: 767px) {
  .section_top_project-references .col-mb-6,
  .section_content_project-references .col-mb-6 {
    flex: 0 1 100%;
    max-width: 100%;
    padding: 0;
  }
  .section_top_project-references h2 {
    margin: 0 0 25px 0;
  }
  .section_top_project-references .col-mb-6 .content-text {
    margin-bottom: 35px;
  }
  .section_top_project-references {
    padding: 45px 0 50px;
    margin-bottom: 10px;
  }
  .section_top_project-references .col-mb-6:first-child,
  .section_content_project-references .project-references .col-mb-6:first-child {
    text-align: center;
  }
  .section_content_project-references {
    margin-bottom: 40px;
  }
  .section_content_project-references .project-references .col-mb-6 {
    padding: 0;
    margin-bottom: 35px;
  }
  .section_content_project-references .project-references {
    margin-bottom: 30px;
  }
  .section_content_project-references .project-references img {
    padding-left: 32px;
    z-index: 1;
    margin-bottom: 0;
  }
  .section_content_project-references .project-references:nth-child(2n) img {
    padding-right: 32px;
    padding-left: 0;
  }
  .still-unsure h3,
  .footer-panel h3 {
    display: block;
    width: 100%;
    text-align: center;
  }
  .still-unsure h3 + p,
  .footer-panel h3 + p {
    width: 100%;
    text-align: center;
  }
  .still-unsure a,
  .footer-panel a {
    width: auto;
    text-align: center;
  }
  .page-products .section_content_project-references .product-image-container,
  .page-products .section_content_project-references .product-image-wrapper {
    width: 100% !important;
  }
  .section_content_project-references .project-references:nth-child(2n-1) .col-mb-6:last-child:before,
  .section_content_project-references .project-references:nth-child(2n) .col-mb-6:last-child:before {
    z-index: 0;
  }
}
@media (max-width: 575px) {
  .section_content_project-references .project-references img {
    padding-left: 20px;
  }
  .section_content_project-references .project-references:nth-child(2n-1) .col-mb-6:last-child:before {
    bottom: -20px;
    border-right: 150px solid transparent;
    border-top: 150px solid transparent;
    border-bottom: 150px solid #F5F5F5;
  }
  .section_content_project-references .project-references:nth-child(2n) img {
    padding-right: 20px;
  }
  .section_content_project-references .project-references:nth-child(2n) .col-mb-6:last-child:before {
    bottom: -20px;
    border-left: 150px solid transparent;
    border-top: 150px solid transparent;
    border-bottom: 150px solid #F5F5F5;
  }
  .section_content_project-references .project-references {
    margin-bottom: 20px;
  }
  .section_content_project-references {
    margin-bottom: 30px;
  }
}
.product-categories-top h2 {
  margin: 38px 0 28px 0;
}
.product-categories-top {
  margin-bottom: 0;
  padding: 50px 0 0;
}
.product-categories-top img {
  width: 100%;
  -webkit-box-shadow: 0px 10px 15px 0px rgba(0, 0, 0, 0.5);
  -moz-box-shadow: 0px 10px 15px 0px rgba(0, 0, 0, 0.5);
  box-shadow: 0px 10px 15px 0px rgba(0, 0, 0, 0.5);
  display: block;
}
ul.blue-strong {
  margin-top: 3px;
}
ul.blue-strong li a {
  font: normal normal bold 14px/24px Lato;
  letter-spacing: 0px;
  color: #1E4064;
}
ul.blue-strong li a:hover,
ul.blue-strong li a:focus {
  color: #F8BA00;
}
ul.blue-strong li {
  margin-bottom: 6px;
  text-decoration: underline;
}
.product-categories-top > .container > .line {
  margin: 0 -15px;
}
.product-categories-top .col-tb-6:last-child:before {
  content: '';
  display: block;
  position: absolute;
  bottom: -52px;
  right: -34px;
  width: 0px;
  height: 0px;
  border-left: 365px solid transparent;
  border-top: 200px solid transparent;
  border-bottom: 330px solid #F5F5F5;
  z-index: -1;
}
.product-categories-slide {
  background: url(../../frontend/Verz/default/en_US/images/categories-slide.png);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  padding-top: 50px;
  margin-top: 50px;
}
.product-categories-slide .widget-title {
  max-width: 1180px;
  margin: 0 auto;
  padding: 0 20px;
  text-align: center;
}
.product-categories-slide .widget-title h2 {
  margin: 36px 0 38px 0;
}
.product-categories-slide .owl-item .item a {
  background-size: cover !important;
  display: block;
}
.product-categories-slide .owl-item.center .item a {
  width: 100%;
  background-size: cover !important;
  display: block;
}
.product-categories-slide .category-image img {
  border-radius: 0%;
  -webkit-border-radius: 0%;
  -moz-border-radius: 0%;
  width: auto !important;
}
.product-categories-slide .item h3.category-name {
  margin-bottom: 20px;
}
.product-categories-slide .item h3 a {
  font: 30px/35px Roboto Slab;
  letter-spacing: -0.9px;
  color: #FFFFFF;
  font-weight: 500;
}
.product-categories-slide .owl-item.center .item a.action {
  display: inline-block;
  width: auto;
}
.product-categories-slide .owl-item .item .actions {
  margin-top: 24px;
}
.product-categories-slide .item h5 {
  text-align: center;
  margin: 24px 15px;
}
.product-categories-slide .item h5 a {
  text-align: center;
  font: 20px/24px Roboto Slab;
  letter-spacing: 0px;
  color: #1F1F1F;
  font-weight: 500;
}
.product-categories-slide .item h5 a:hover {
  color: #F8BA00;
}
.product-categories-slide .category-image {
  position: relative;
}
.product-categories-slide .category-info .category-desscription p {
  color: #fff;
  line-height: 24px;
}
.product-categories-slide .owl-prev {
  float: left;
}
.product-categories-slide .owl-next {
  float: right;
}
.product-categories-slide .list-category {
  padding: 0 30px;
  position: relative;
}
.product-categories-slide .center .action.primary {
  background: #F8BA00;
}
.page-main .product-categories-slide .center .action.primary:after {
  background: #edb200 0% 0% no-repeat padding-box;
}
.product-categories-slide .block-category-slider {
  padding-bottom: 78px;
}
.product-categories-slide .owl-carousel.owl-drag .owl-item .item {
  width: 80.5%;
  margin: auto;
}
.product-categories-slide .owl-carousel.owl-drag .owl-item.active.center .item {
  width: 100%;
}
.product-categories-slide .item h3.category-name {
  max-height: 106px;
  overflow: hidden;
  width: 100%;
  text-overflow: ellipsis;
  -webkit-line-clamp: 3;
  display: -webkit-box;
  -webkit-box-orient: vertical;
}
.product-categories-slide .owl-carousel .owl-nav {
  display: block !important;
  position: absolute;
  top: 45%;
  left: 0;
  width: 100%;
  z-index: -1;
}
@media (min-width: 768px) {
  .product-categories-top .col-tb-6:last-child {
    position: relative;
    right: 2px;
    top: 0;
  }
  .product-categories-top img {
    height: 100%;
    object-fit: cover;
    position: absolute;
    right: 15px;
  }
  .product-categories-top .col-tb-6:first-child {
    padding-right: 20px;
    padding-bottom: 22px;
  }
  .product-categories-top .col-tb-6:last-child {
    padding-left: 7.2%;
  }
  .section_top_project-references .line {
    margin: 0 -15px;
  }
  .product-categories-slide .category-info:before {
    content: '';
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.6);
    position: absolute;
    left: 0%;
    top: 0%;
    z-index: 1;
    opacity: 1;
    filter: alpha(opacity=100);
    transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    -webkit-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    -ms-transition: all 0.3s linear;
  }
  .product-categories-slide .center .category-image > a {
    opacity: 0.15;
    filter: alpha(opacity=15);
  }
  .product-categories-slide .center .item h5 {
    position: absolute;
    bottom: 30%;
    opacity: 0;
    z-index: -1;
  }
  .product-categories-slide .center .category-image {
    -webkit-box-shadow: 0px 10px 15px 0px rgba(0, 0, 0, 0.5);
    -moz-box-shadow: 0px 10px 15px 0px rgba(0, 0, 0, 0.5);
    box-shadow: 0px 10px 15px 0px rgba(0, 0, 0, 0.5);
  }
  .product-categories-slide .category-info {
    position: absolute;
    top: -100%;
    left: 0;
    width: 100%;
    height: 100%;
    text-align: center;
    transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    -webkit-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    -ms-transition: all 0.3s linear;
  }
  .product-categories-slide .center .category-info {
    top: 0%;
  }
  .product-categories-slide .content-category-info {
    position: absolute;
    top: 48%;
    padding: 20px;
    width: 100%;
    transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    left: 0;
    color: #fff;
    z-index: 2;
  }
  .page-main .product-categories-slide .center .action.primary:hover {
    background: #1E4064;
  }
  .page-main .product-categories-slide .center .action.primary:hover:after {
    background: #173555;
  }
  .mobile {
    display: none !important;
  }
}
@media (max-width: 1300px) {
  .product-categories-top img {
    right: 67px;
  }
  .product-categories-top .col-tb-6:last-child:before {
    right: 18px;
  }
}
@media (max-width: 992px) and (min-width: 768px) {
  .product-categories-top h2 {
    margin: 0px 0 28px 0;
  }
  .product-categories-top .col-tb-6:first-child {
    padding-bottom: 0;
    padding-right: 15px;
  }
  .product-categories-top .col-tb-6:last-child {
    padding-left: 15px;
  }
  .product-categories-slide .item h3.category-name {
    max-height: 74px;
    -webkit-line-clamp: 2;
  }
  .product-categories-slide .item h5 {
    margin: 15px 0px;
  }
}
@media (max-width: 767px) {
  .product-categories-top {
    padding: 0;
    text-align: center;
  }
  .product-categories-top .col-tb-6:last-child {
    padding-right: 47px;
    margin-top: 5px;
  }
  .product-categories-top .col-tb-6:last-child:before {
    bottom: -33px;
    right: 12px;
  }
  .mobile {
    display: block !important;
  }
  .desktop {
    display: none !important;
  }
  .product-categories-slide {
    padding-top: 10px;
    margin-top: 32px;
  }
  .product-categories-slide .widget-title h2 {
    margin: 20px 0 30px 0;
  }
  .product-categories-slide .owl-carousel.owl-drag .owl-item .item {
    width: 100%;
    padding: 0 10px;
  }
  .list-category-mobile {
    padding: 0 30px;
    margin-bottom: 30px;
  }
  .product-categories-slide .owl-item .item .category-name a {
    text-align: center;
    font: 20px/24px Roboto Slab;
    letter-spacing: 0px;
    color: #1F1F1F;
    font-weight: 500;
  }
  .product-categories-slide .category-info .category-desscription p {
    color: #656565;
    text-align: center;
  }
  .product-categories-slide .item h3.category-name {
    margin-bottom: 10px;
    margin-top: 20px;
  }
  .product-categories-slide .owl-item .item .actions {
    text-align: center;
  }
  .product-categories-slide .owl-item .item .actions a {
    display: inline-block;
    width: auto;
  }
  .block-category-slider-mobile {
    padding-bottom: 20px;
  }
  .product-categories-slide .owl-carousel .owl-nav {
    top: 30%;
  }
}
@media (max-width: 575px) {
  .product-categories-top .col-tb-6:last-child:before {
    border-left: 150px solid transparent;
    border-top: 150px solid transparent;
    border-bottom: 150px solid #F5F5F5;
  }
  .product-categories-top .col-tb-6:last-child {
    padding-right: 30px;
  }
  .product-categories-slide {
    padding-top: 30px;
    margin-top: 30px;
  }
  .product-categories-slide .owl-carousel .owl-nav {
    top: 23%;
  }
}
.section.section-feature .owl-nav {
  width: calc(100% + 140px);
}
@media (min-width: 768px) {
  .section.section-about-us .col-des-6:last-child img {
    width: calc(100% - 25.8%);
  }
  .section_content_project-references .project-references img {
    width: calc(100% - 31px);
  }
  .section_top_project-references img {
    width: calc(100% - 17.1%);
  }
  .product-categories-top img {
    width: calc(100% - 17.092%);
  }
}
@media (max-width: 1300px) and (min-width: 993px) {
  .product-categories-top img {
    width: calc(100% - 25.8%);
  }
}
@media (max-width: 992px) and (min-width: 768px) {
  .section.section-about-us .col-des-6:last-child img {
    width: calc(100% - 82px);
  }
  .section_top_project-references img {
    width: calc(100% - 30px);
  }
  .product-categories-top img {
    width: calc(100% - 82px);
  }
}
@media (max-width: 1024px) and (min-width: 768px) {
  .section_content_project-references .project-references img {
    width: calc(100% - 20px);
  }
}
.fancybox-wrap,.fancybox-skin,.fancybox-outer,.fancybox-inner,.fancybox-image,.fancybox-wrap iframe,.fancybox-wrap object,.fancybox-nav,.fancybox-nav span,.fancybox-tmp{padding:0;margin:0;border:0;outline:none;vertical-align:top}.fancybox-wrap{position:absolute;top:0;left:0;z-index:8020}.fancybox-skin{position:relative;background:#f9f9f9;color:#444;text-shadow:none;-webkit-border-radius:4px;-moz-border-radius:4px;border-radius:4px}.fancybox-opened{z-index:8030}.fancybox-opened .fancybox-skin{-webkit-box-shadow:0 10px 25px rgba(0,0,0,.5);-moz-box-shadow:0 10px 25px rgba(0,0,0,.5);box-shadow:0 10px 25px rgba(0,0,0,.5)}.fancybox-outer,.fancybox-inner{position:relative}.fancybox-inner{overflow:hidden}.fancybox-type-iframe .fancybox-inner{-webkit-overflow-scrolling:touch}.fancybox-error{color:#444;font:14px/20px "Helvetica Neue",Helvetica,Arial,sans-serif;margin:0;padding:15px;white-space:nowrap}.fancybox-image,.fancybox-iframe{display:block;width:100%;height:100%}.fancybox-image{max-width:100%;max-height:100%}#fancybox-loading,.fancybox-close,.fancybox-prev span,.fancybox-next span{background-image:url(../../frontend/Verz/default/en_US/Bss_SocialLogin/images/fancybox_sprite.png)}#fancybox-loading{position:fixed;top:50%;left:50%;margin-top:-22px;margin-left:-22px;background-position:0 -108px;opacity:.8;cursor:pointer;z-index:8060}#fancybox-loading div{width:44px;height:44px;background:url(../../frontend/Verz/default/en_US/Bss_SocialLogin/images/fancybox_loading.gif) center center no-repeat}.fancybox-close{position:absolute;top:-18px;right:-18px;width:36px;height:36px;cursor:pointer;z-index:8040}.fancybox-nav{position:absolute;top:0;width:40%;height:100%;cursor:pointer;text-decoration:none;background:transparent url(../../frontend/Verz/default/en_US/Bss_SocialLogin/images/blank.gif);-webkit-tap-highlight-color:rgba(0,0,0,0);z-index:8040}.fancybox-prev{left:0}.fancybox-next{right:0}.fancybox-nav span{position:absolute;top:50%;width:36px;height:34px;margin-top:-18px;cursor:pointer;z-index:8040;visibility:hidden}.fancybox-prev span{left:10px;background-position:0 -36px}.fancybox-next span{right:10px;background-position:0 -72px}.fancybox-nav:hover span{visibility:visible}.fancybox-tmp{position:absolute;top:-99999px;left:-99999px;visibility:hidden;max-width:99999px;max-height:99999px;overflow:visible!important}.fancybox-lock{overflow:hidden!important;width:auto}.fancybox-lock body{overflow:hidden!important}.fancybox-lock-test{overflow-y:hidden!important}.fancybox-overlay{position:absolute;top:0;left:0;overflow:hidden;display:none;z-index:8010;background:url(../../frontend/Verz/default/en_US/Bss_SocialLogin/images/fancybox_overlay.png)}.fancybox-overlay-fixed{position:fixed;bottom:0;right:0}.fancybox-lock .fancybox-overlay{overflow:auto;overflow-y:scroll}.fancybox-title{visibility:hidden;font:normal 13px/20px "Helvetica Neue",Helvetica,Arial,sans-serif;position:relative;text-shadow:none;z-index:8050}.fancybox-opened .fancybox-title{visibility:visible}.fancybox-title-float-wrap{position:absolute;bottom:0;right:50%;margin-bottom:-35px;z-index:8050;text-align:center}.fancybox-title-float-wrap .child{display:inline-block;margin-right:-100%;padding:2px 20px;background:transparent;background:rgba(0,0,0,.8);-webkit-border-radius:15px;-moz-border-radius:15px;border-radius:15px;text-shadow:0 1px 2px #222;color:#FFF;font-weight:700;line-height:24px;white-space:nowrap}.fancybox-title-outside-wrap{position:relative;margin-top:10px;color:#fff}.fancybox-title-inside-wrap{padding-top:10px}.fancybox-title-over-wrap{position:absolute;bottom:0;left:0;color:#fff;padding:10px;background:#000;background:rgba(0,0,0,.8)}@media only screen and (-webkit-min-device-pixel-ratio:1.5),only screen and (min--moz-device-pixel-ratio:1.5),only screen and (min-device-pixel-ratio:1.5){#fancybox-loading,.fancybox-close,.fancybox-prev span,.fancybox-next span{background-image:url(../../frontend/Verz/default/en_US/Bss_SocialLogin/images/fancybox_sprite@2x.png);background-size:44px 152px}#fancybox-loading div{background-image:url(../../frontend/Verz/default/en_US/Bss_SocialLogin/images/fancybox_loading@2x.gif);background-size:24px 24px}}.featured-banner .featured-content {
  padding: 100px 0;
  position: relative;
  z-index: 1;
}
.featured-banner .featured-image {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  margin: 0;
}
.featured-banner .featured-content .breadcrumbs {
  margin: 0;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
}
.featured-banner .featured-content .page-title-wrapper {
  text-align: center;
  display: block;
}
.featured-banner:after {
  content: "";
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.2);
  position: absolute;
  left: 0;
  top: 0;
  display: block !important;
}
.featured-banner {
  position: relative;
}
/**
 * Owl Carousel v2.2.0
 * Copyright 2013-2016 David Deutsch
 * Licensed under MIT (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; }
  .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-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%;
    -webkit-transform-style: preserve-3d; }
  .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;
    cursor: hand;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none; }
  .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 {
    -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 {
  -webkit-animation-duration: 1000ms;
          animation-duration: 1000ms;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both; }

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

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

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

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

@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 .owl-lazy {
  opacity: 0;
  transition: opacity 400ms ease; }

.owl-carousel .owl-item img.owl-lazy {
  -webkit-transform-style: preserve-3d;
          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/Verz/default/en_US/Ves_All/lib/owl.carousel/assets/owl.video.play.png") no-repeat;
  cursor: pointer;
  z-index: 1;
  -webkit-backface-visibility: hidden;
  transition: -webkit-transform 100ms ease;
  transition: transform 100ms ease; }

.owl-carousel .owl-video-play-icon:hover {
  -webkit-transform: scale(1.3, 1.3);
      -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%; }
/*!
 * Bootstrap v3.3.4 (http://getbootstrap.com)
 * Copyright 2011-2015 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */

/*!
 * Generated using the Bootstrap Customizer (http://getbootstrap.com/customize/?id=335bf7d52918f3a2c58f)
 * Config saved to config.json and https://gist.github.com/335bf7d52918f3a2c58f
 */
/*! normalize.css v3.0.2 | MIT License | git.io/normalize */

* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.img-responsive {
  display: block;
  max-width: 100%;
  height: auto;
}
.img-rounded {
  border-radius: 6px;
}
.img-thumbnail {
  padding: 4px;
  line-height: 1.42857143;
  background-color: #ffffff;
  border: 1px solid #dddddd;
  border-radius: 4px;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  display: inline-block;
  max-width: 100%;
  height: auto;
}
.img-circle {
  border-radius: 50%;
}
hr {
  margin-top: 20px;
  margin-bottom: 20px;
  border: 0;
  border-top: 1px solid #eeeeee;
}
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}
.sr-only-focusable:active,
.sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  clip: auto;
}
[role="button"] {
  cursor: pointer;
}

.col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12 {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
  
    -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.col-xs-1, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .col-xs-10, .col-xs-11, .col-xs-12 {
  float: left;
}
.col-xs-12 {
  width: 100%;
}
.col-xs-11 {
  width: 91.66666667%;
}
.col-xs-10 {
  width: 83.33333333%;
}
.col-xs-9 {
  width: 75%;
}
.col-xs-8 {
  width: 66.66666667%;
}
.col-xs-7 {
  width: 58.33333333%;
}
.col-xs-6 {
  width: 50%;
}
.col-xs-5 {
  width: 41.66666667%;
}
.col-xs-4 {
  width: 33.33333333%;
}
.col-xs-3 {
  width: 25%;
}
.col-xs-2 {
  width: 16.66666667%;
}
.col-xs-1 {
  width: 8.33333333%;
}
.col-xs-pull-12 {
  right: 100%;
}
.col-xs-pull-11 {
  right: 91.66666667%;
}
.col-xs-pull-10 {
  right: 83.33333333%;
}
.col-xs-pull-9 {
  right: 75%;
}
.col-xs-pull-8 {
  right: 66.66666667%;
}
.col-xs-pull-7 {
  right: 58.33333333%;
}
.col-xs-pull-6 {
  right: 50%;
}
.col-xs-pull-5 {
  right: 41.66666667%;
}
.col-xs-pull-4 {
  right: 33.33333333%;
}
.col-xs-pull-3 {
  right: 25%;
}
.col-xs-pull-2 {
  right: 16.66666667%;
}
.col-xs-pull-1 {
  right: 8.33333333%;
}
.col-xs-pull-0 {
  right: auto;
}
.col-xs-push-12 {
  left: 100%;
}
.col-xs-push-11 {
  left: 91.66666667%;
}
.col-xs-push-10 {
  left: 83.33333333%;
}
.col-xs-push-9 {
  left: 75%;
}
.col-xs-push-8 {
  left: 66.66666667%;
}
.col-xs-push-7 {
  left: 58.33333333%;
}
.col-xs-push-6 {
  left: 50%;
}
.col-xs-push-5 {
  left: 41.66666667%;
}
.col-xs-push-4 {
  left: 33.33333333%;
}
.col-xs-push-3 {
  left: 25%;
}
.col-xs-push-2 {
  left: 16.66666667%;
}
.col-xs-push-1 {
  left: 8.33333333%;
}
.col-xs-push-0 {
  left: auto;
}
.col-xs-offset-12 {
  margin-left: 100%;
}
.col-xs-offset-11 {
  margin-left: 91.66666667%;
}
.col-xs-offset-10 {
  margin-left: 83.33333333%;
}
.col-xs-offset-9 {
  margin-left: 75%;
}
.col-xs-offset-8 {
  margin-left: 66.66666667%;
}
.col-xs-offset-7 {
  margin-left: 58.33333333%;
}
.col-xs-offset-6 {
  margin-left: 50%;
}
.col-xs-offset-5 {
  margin-left: 41.66666667%;
}
.col-xs-offset-4 {
  margin-left: 33.33333333%;
}
.col-xs-offset-3 {
  margin-left: 25%;
}
.col-xs-offset-2 {
  margin-left: 16.66666667%;
}
.col-xs-offset-1 {
  margin-left: 8.33333333%;
}
.col-xs-offset-0 {
  margin-left: 0%;
}
@media (min-width: 768px) {
  .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12 {
    float: left;
  }
  .col-sm-12 {
    width: 100%;
  }
  .col-sm-11 {
    width: 91.66666667%;
  }
  .col-sm-10 {
    width: 83.33333333%;
  }
  .col-sm-9 {
    width: 75%;
  }
  .col-sm-8 {
    width: 66.66666667%;
  }
  .col-sm-7 {
    width: 58.33333333%;
  }
  .col-sm-6 {
    width: 50%;
  }
  .col-sm-5 {
    width: 41.66666667%;
  }
  .col-sm-4 {
    width: 33.33333333%;
  }
  .col-sm-3 {
    width: 25%;
  }
  .col-sm-2 {
    width: 16.66666667%;
  }
  .col-sm-1 {
    width: 8.33333333%;
  }
  .col-sm-pull-12 {
    right: 100%;
  }
  .col-sm-pull-11 {
    right: 91.66666667%;
  }
  .col-sm-pull-10 {
    right: 83.33333333%;
  }
  .col-sm-pull-9 {
    right: 75%;
  }
  .col-sm-pull-8 {
    right: 66.66666667%;
  }
  .col-sm-pull-7 {
    right: 58.33333333%;
  }
  .col-sm-pull-6 {
    right: 50%;
  }
  .col-sm-pull-5 {
    right: 41.66666667%;
  }
  .col-sm-pull-4 {
    right: 33.33333333%;
  }
  .col-sm-pull-3 {
    right: 25%;
  }
  .col-sm-pull-2 {
    right: 16.66666667%;
  }
  .col-sm-pull-1 {
    right: 8.33333333%;
  }
  .col-sm-pull-0 {
    right: auto;
  }
  .col-sm-push-12 {
    left: 100%;
  }
  .col-sm-push-11 {
    left: 91.66666667%;
  }
  .col-sm-push-10 {
    left: 83.33333333%;
  }
  .col-sm-push-9 {
    left: 75%;
  }
  .col-sm-push-8 {
    left: 66.66666667%;
  }
  .col-sm-push-7 {
    left: 58.33333333%;
  }
  .col-sm-push-6 {
    left: 50%;
  }
  .col-sm-push-5 {
    left: 41.66666667%;
  }
  .col-sm-push-4 {
    left: 33.33333333%;
  }
  .col-sm-push-3 {
    left: 25%;
  }
  .col-sm-push-2 {
    left: 16.66666667%;
  }
  .col-sm-push-1 {
    left: 8.33333333%;
  }
  .col-sm-push-0 {
    left: auto;
  }
  .col-sm-offset-12 {
    margin-left: 100%;
  }
  .col-sm-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-sm-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-sm-offset-9 {
    margin-left: 75%;
  }
  .col-sm-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-sm-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-sm-offset-6 {
    margin-left: 50%;
  }
  .col-sm-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-sm-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-sm-offset-3 {
    margin-left: 25%;
  }
  .col-sm-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-sm-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-sm-offset-0 {
    margin-left: 0%;
  }
}
@media (min-width: 992px) {
  .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12 {
    float: left;
  }
  .col-md-12 {
    width: 100%;
  }
  .col-md-11 {
    width: 91.66666667%;
  }
  .col-md-10 {
    width: 83.33333333%;
  }
  .col-md-9 {
    width: 75%;
  }
  .col-md-8 {
    width: 66.66666667%;
  }
  .col-md-7 {
    width: 58.33333333%;
  }
  .col-md-6 {
    width: 50%;
  }
  .col-md-5 {
    width: 41.66666667%;
  }
  .col-md-4 {
    width: 33.33333333%;
  }
  .col-md-3 {
    width: 25%;
  }
  .col-md-2 {
    width: 16.66666667%;
  }
  .col-md-1 {
    width: 8.33333333%;
  }
  .col-md-pull-12 {
    right: 100%;
  }
  .col-md-pull-11 {
    right: 91.66666667%;
  }
  .col-md-pull-10 {
    right: 83.33333333%;
  }
  .col-md-pull-9 {
    right: 75%;
  }
  .col-md-pull-8 {
    right: 66.66666667%;
  }
  .col-md-pull-7 {
    right: 58.33333333%;
  }
  .col-md-pull-6 {
    right: 50%;
  }
  .col-md-pull-5 {
    right: 41.66666667%;
  }
  .col-md-pull-4 {
    right: 33.33333333%;
  }
  .col-md-pull-3 {
    right: 25%;
  }
  .col-md-pull-2 {
    right: 16.66666667%;
  }
  .col-md-pull-1 {
    right: 8.33333333%;
  }
  .col-md-pull-0 {
    right: auto;
  }
  .col-md-push-12 {
    left: 100%;
  }
  .col-md-push-11 {
    left: 91.66666667%;
  }
  .col-md-push-10 {
    left: 83.33333333%;
  }
  .col-md-push-9 {
    left: 75%;
  }
  .col-md-push-8 {
    left: 66.66666667%;
  }
  .col-md-push-7 {
    left: 58.33333333%;
  }
  .col-md-push-6 {
    left: 50%;
  }
  .col-md-push-5 {
    left: 41.66666667%;
  }
  .col-md-push-4 {
    left: 33.33333333%;
  }
  .col-md-push-3 {
    left: 25%;
  }
  .col-md-push-2 {
    left: 16.66666667%;
  }
  .col-md-push-1 {
    left: 8.33333333%;
  }
  .col-md-push-0 {
    left: auto;
  }
  .col-md-offset-12 {
    margin-left: 100%;
  }
  .col-md-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-md-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-md-offset-9 {
    margin-left: 75%;
  }
  .col-md-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-md-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-md-offset-6 {
    margin-left: 50%;
  }
  .col-md-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-md-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-md-offset-3 {
    margin-left: 25%;
  }
  .col-md-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-md-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-md-offset-0 {
    margin-left: 0%;
  }
}
@media (min-width: 1200px) {
  .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12 {
    float: left;
  }
  .col-lg-12 {
    width: 100%;
  }
  .col-lg-11 {
    width: 91.66666667%;
  }
  .col-lg-10 {
    width: 83.33333333%;
  }
  .col-lg-9 {
    width: 75%;
  }
  .col-lg-8 {
    width: 66.66666667%;
  }
  .col-lg-7 {
    width: 58.33333333%;
  }
  .col-lg-6 {
    width: 50%;
  }
  .col-lg-5 {
    width: 41.66666667%;
  }
  .col-lg-4 {
    width: 33.33333333%;
  }
  .col-lg-3 {
    width: 25%;
  }
  .col-lg-2 {
    width: 16.66666667%;
  }
  .col-lg-1 {
    width: 8.33333333%;
  }
  .col-lg-pull-12 {
    right: 100%;
  }
  .col-lg-pull-11 {
    right: 91.66666667%;
  }
  .col-lg-pull-10 {
    right: 83.33333333%;
  }
  .col-lg-pull-9 {
    right: 75%;
  }
  .col-lg-pull-8 {
    right: 66.66666667%;
  }
  .col-lg-pull-7 {
    right: 58.33333333%;
  }
  .col-lg-pull-6 {
    right: 50%;
  }
  .col-lg-pull-5 {
    right: 41.66666667%;
  }
  .col-lg-pull-4 {
    right: 33.33333333%;
  }
  .col-lg-pull-3 {
    right: 25%;
  }
  .col-lg-pull-2 {
    right: 16.66666667%;
  }
  .col-lg-pull-1 {
    right: 8.33333333%;
  }
  .col-lg-pull-0 {
    right: auto;
  }
  .col-lg-push-12 {
    left: 100%;
  }
  .col-lg-push-11 {
    left: 91.66666667%;
  }
  .col-lg-push-10 {
    left: 83.33333333%;
  }
  .col-lg-push-9 {
    left: 75%;
  }
  .col-lg-push-8 {
    left: 66.66666667%;
  }
  .col-lg-push-7 {
    left: 58.33333333%;
  }
  .col-lg-push-6 {
    left: 50%;
  }
  .col-lg-push-5 {
    left: 41.66666667%;
  }
  .col-lg-push-4 {
    left: 33.33333333%;
  }
  .col-lg-push-3 {
    left: 25%;
  }
  .col-lg-push-2 {
    left: 16.66666667%;
  }
  .col-lg-push-1 {
    left: 8.33333333%;
  }
  .col-lg-push-0 {
    left: auto;
  }
  .col-lg-offset-12 {
    margin-left: 100%;
  }
  .col-lg-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-lg-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-lg-offset-9 {
    margin-left: 75%;
  }
  .col-lg-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-lg-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-lg-offset-6 {
    margin-left: 50%;
  }
  .col-lg-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-lg-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-lg-offset-3 {
    margin-left: 25%;
  }
  .col-lg-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-lg-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-lg-offset-0 {
    margin-left: 0%;
  }
}
.clearfix:before,
.clearfix:after,
.container:before,
.container:after,
.container-fluid:before,
.container-fluid:after,
.row:before,
.row:after {
  content: " ";
  display: table;
}
.clearfix:after,
.container:after,
.container-fluid:after,
.row:after {
  clear: both;
}
.center-block {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.pull-right {
  float: right !important;
}
.pull-left {
  float: left !important;
}
.hide {
  display: none !important;
}
.show {
  display: block !important;
}
.invisible {
  visibility: hidden;
}
.text-hide {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}
.hidden {
  display: none !important;
}
.affix {
  position: fixed;
}
@-ms-viewport {
  width: device-width;
}
.visible-xs,
.visible-sm,
.visible-md,
.visible-lg {
  display: none !important;
}
.visible-xs-block,
.visible-xs-inline,
.visible-xs-inline-block,
.visible-sm-block,
.visible-sm-inline,
.visible-sm-inline-block,
.visible-md-block,
.visible-md-inline,
.visible-md-inline-block,
.visible-lg-block,
.visible-lg-inline,
.visible-lg-inline-block {
  display: none !important;
}
@media (max-width: 767px) {
  .visible-xs {
    display: block !important;
  }
  table.visible-xs {
    display: table;
  }
  tr.visible-xs {
    display: table-row !important;
  }
  th.visible-xs,
  td.visible-xs {
    display: table-cell !important;
  }
}
@media (max-width: 767px) {
  .visible-xs-block {
    display: block !important;
  }
}
@media (max-width: 767px) {
  .visible-xs-inline {
    display: inline !important;
  }
}
@media (max-width: 767px) {
  .visible-xs-inline-block {
    display: inline-block !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm {
    display: block !important;
  }
  table.visible-sm {
    display: table;
  }
  tr.visible-sm {
    display: table-row !important;
  }
  th.visible-sm,
  td.visible-sm {
    display: table-cell !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-block {
    display: block !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-inline {
    display: inline !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-inline-block {
    display: inline-block !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md {
    display: block !important;
  }
  table.visible-md {
    display: table;
  }
  tr.visible-md {
    display: table-row !important;
  }
  th.visible-md,
  td.visible-md {
    display: table-cell !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-block {
    display: block !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-inline {
    display: inline !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-inline-block {
    display: inline-block !important;
  }
}
@media (min-width: 1200px) {
  .visible-lg {
    display: block !important;
  }
  table.visible-lg {
    display: table;
  }
  tr.visible-lg {
    display: table-row !important;
  }
  th.visible-lg,
  td.visible-lg {
    display: table-cell !important;
  }
}
@media (min-width: 1200px) {
  .visible-lg-block {
    display: block !important;
  }
}
@media (min-width: 1200px) {
  .visible-lg-inline {
    display: inline !important;
  }
}
@media (min-width: 1200px) {
  .visible-lg-inline-block {
    display: inline-block !important;
  }
}
@media (max-width: 767px) {
  .hidden-xs {
    display: none !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .hidden-sm {
    display: none !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .hidden-md {
    display: none !important;
  }
}
@media (min-width: 1200px) {
  .hidden-lg {
    display: none !important;
  }
}
.visible-print {
  display: none !important;
}
@media print {
  .visible-print {
    display: block !important;
  }
  table.visible-print {
    display: table;
  }
  tr.visible-print {
    display: table-row !important;
  }
  th.visible-print,
  td.visible-print {
    display: table-cell !important;
  }
}
.visible-print-block {
  display: none !important;
}
@media print {
  .visible-print-block {
    display: block !important;
  }
}
.visible-print-inline {
  display: none !important;
}
@media print {
  .visible-print-inline {
    display: inline !important;
  }
}
.visible-print-inline-block {
  display: none !important;
}
@media print {
  .visible-print-inline-block {
    display: inline-block !important;
  }
}
@media print {
  .hidden-print {
    display: none !important;
  }
}/*!
 *  Font Awesome 4.5.0 by @davegandy - http://fontawesome.io - @fontawesome
 *  License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
 */@font-face{font-family:'FontAwesome';src:url('../../frontend/Verz/default/en_US/Ves_Megamenu/fonts/fontawesome-webfont.eot?v=4.5.0');src:url('../../frontend/Verz/default/en_US/Ves_Megamenu/fonts/fontawesome-webfont.eot?#iefix&v=4.5.0') format('embedded-opentype'),url('../../frontend/Verz/default/en_US/Ves_Megamenu/fonts/fontawesome-webfont.woff2?v=4.5.0') format('woff2'),url('../../frontend/Verz/default/en_US/Ves_Megamenu/fonts/fontawesome-webfont.woff?v=4.5.0') format('woff'),url('../../frontend/Verz/default/en_US/Ves_Megamenu/fonts/fontawesome-webfont.ttf?v=4.5.0') format('truetype'),url('../../frontend/Verz/default/en_US/Ves_Megamenu/fonts/fontawesome-webfont.svg?v=4.5.0#fontawesomeregular') format('svg');font-weight:normal;font-style:normal}.fa{display:inline-block;font:normal normal normal 14px/1 FontAwesome;font-size:inherit;text-rendering:auto;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.fa-lg{font-size:1.33333333em;line-height:.75em;vertical-align:-15%}.fa-2x{font-size:2em}.fa-3x{font-size:3em}.fa-4x{font-size:4em}.fa-5x{font-size:5em}.fa-fw{width:1.28571429em;text-align:center}.fa-ul{padding-left:0;margin-left:2.14285714em;list-style-type:none}.fa-ul>li{position:relative}.fa-li{position:absolute;left:-2.14285714em;width:2.14285714em;top:.14285714em;text-align:center}.fa-li.fa-lg{left:-1.85714286em}.fa-border{padding:.2em .25em .15em;border:solid .08em #eee;border-radius:.1em}.fa-pull-left{float:left}.fa-pull-right{float:right}.fa.fa-pull-left{margin-right:.3em}.fa.fa-pull-right{margin-left:.3em}.pull-right{float:right}.pull-left{float:left}.fa.pull-left{margin-right:.3em}.fa.pull-right{margin-left:.3em}.fa-spin{-webkit-animation:fa-spin 2s infinite linear;animation:fa-spin 2s infinite linear}.fa-pulse{-webkit-animation:fa-spin 1s infinite steps(8);animation:fa-spin 1s infinite steps(8)}@-webkit-keyframes fa-spin{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}100%{-webkit-transform:rotate(359deg);transform:rotate(359deg)}}@keyframes fa-spin{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}100%{-webkit-transform:rotate(359deg);transform:rotate(359deg)}}.fa-rotate-90{filter:progid:DXImageTransform.Microsoft.BasicImage(rotation=1);-webkit-transform:rotate(90deg);-ms-transform:rotate(90deg);transform:rotate(90deg)}.fa-rotate-180{filter:progid:DXImageTransform.Microsoft.BasicImage(rotation=2);-webkit-transform:rotate(180deg);-ms-transform:rotate(180deg);transform:rotate(180deg)}.fa-rotate-270{filter:progid:DXImageTransform.Microsoft.BasicImage(rotation=3);-webkit-transform:rotate(270deg);-ms-transform:rotate(270deg);transform:rotate(270deg)}.fa-flip-horizontal{filter:progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1);-webkit-transform:scale(-1, 1);-ms-transform:scale(-1, 1);transform:scale(-1, 1)}.fa-flip-vertical{filter:progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1);-webkit-transform:scale(1, -1);-ms-transform:scale(1, -1);transform:scale(1, -1)}:root .fa-rotate-90,:root .fa-rotate-180,:root .fa-rotate-270,:root .fa-flip-horizontal,:root .fa-flip-vertical{filter:none}.fa-stack{position:relative;display:inline-block;width:2em;height:2em;line-height:2em;vertical-align:middle}.fa-stack-1x,.fa-stack-2x{position:absolute;left:0;width:100%;text-align:center}.fa-stack-1x{line-height:inherit}.fa-stack-2x{font-size:2em}.fa-inverse{color:#fff}.fa-glass:before{content:"\f000"}.fa-music:before{content:"\f001"}.fa-search:before{content:"\f002"}.fa-envelope-o:before{content:"\f003"}.fa-heart:before{content:"\f004"}.fa-star:before{content:"\f005"}.fa-star-o:before{content:"\f006"}.fa-user:before{content:"\f007"}.fa-film:before{content:"\f008"}.fa-th-large:before{content:"\f009"}.fa-th:before{content:"\f00a"}.fa-th-list:before{content:"\f00b"}.fa-check:before{content:"\f00c"}.fa-remove:before,.fa-close:before,.fa-times:before{content:"\f00d"}.fa-search-plus:before{content:"\f00e"}.fa-search-minus:before{content:"\f010"}.fa-power-off:before{content:"\f011"}.fa-signal:before{content:"\f012"}.fa-gear:before,.fa-cog:before{content:"\f013"}.fa-trash-o:before{content:"\f014"}.fa-home:before{content:"\f015"}.fa-file-o:before{content:"\f016"}.fa-clock-o:before{content:"\f017"}.fa-road:before{content:"\f018"}.fa-download:before{content:"\f019"}.fa-arrow-circle-o-down:before{content:"\f01a"}.fa-arrow-circle-o-up:before{content:"\f01b"}.fa-inbox:before{content:"\f01c"}.fa-play-circle-o:before{content:"\f01d"}.fa-rotate-right:before,.fa-repeat:before{content:"\f01e"}.fa-refresh:before{content:"\f021"}.fa-list-alt:before{content:"\f022"}.fa-lock:before{content:"\f023"}.fa-flag:before{content:"\f024"}.fa-headphones:before{content:"\f025"}.fa-volume-off:before{content:"\f026"}.fa-volume-down:before{content:"\f027"}.fa-volume-up:before{content:"\f028"}.fa-qrcode:before{content:"\f029"}.fa-barcode:before{content:"\f02a"}.fa-tag:before{content:"\f02b"}.fa-tags:before{content:"\f02c"}.fa-book:before{content:"\f02d"}.fa-bookmark:before{content:"\f02e"}.fa-print:before{content:"\f02f"}.fa-camera:before{content:"\f030"}.fa-font:before{content:"\f031"}.fa-bold:before{content:"\f032"}.fa-italic:before{content:"\f033"}.fa-text-height:before{content:"\f034"}.fa-text-width:before{content:"\f035"}.fa-align-left:before{content:"\f036"}.fa-align-center:before{content:"\f037"}.fa-align-right:before{content:"\f038"}.fa-align-justify:before{content:"\f039"}.fa-list:before{content:"\f03a"}.fa-dedent:before,.fa-outdent:before{content:"\f03b"}.fa-indent:before{content:"\f03c"}.fa-video-camera:before{content:"\f03d"}.fa-photo:before,.fa-image:before,.fa-picture-o:before{content:"\f03e"}.fa-pencil:before{content:"\f040"}.fa-map-marker:before{content:"\f041"}.fa-adjust:before{content:"\f042"}.fa-tint:before{content:"\f043"}.fa-edit:before,.fa-pencil-square-o:before{content:"\f044"}.fa-share-square-o:before{content:"\f045"}.fa-check-square-o:before{content:"\f046"}.fa-arrows:before{content:"\f047"}.fa-step-backward:before{content:"\f048"}.fa-fast-backward:before{content:"\f049"}.fa-backward:before{content:"\f04a"}.fa-play:before{content:"\f04b"}.fa-pause:before{content:"\f04c"}.fa-stop:before{content:"\f04d"}.fa-forward:before{content:"\f04e"}.fa-fast-forward:before{content:"\f050"}.fa-step-forward:before{content:"\f051"}.fa-eject:before{content:"\f052"}.fa-chevron-left:before{content:"\f053"}.fa-chevron-right:before{content:"\f054"}.fa-plus-circle:before{content:"\f055"}.fa-minus-circle:before{content:"\f056"}.fa-times-circle:before{content:"\f057"}.fa-check-circle:before{content:"\f058"}.fa-question-circle:before{content:"\f059"}.fa-info-circle:before{content:"\f05a"}.fa-crosshairs:before{content:"\f05b"}.fa-times-circle-o:before{content:"\f05c"}.fa-check-circle-o:before{content:"\f05d"}.fa-ban:before{content:"\f05e"}.fa-arrow-left:before{content:"\f060"}.fa-arrow-right:before{content:"\f061"}.fa-arrow-up:before{content:"\f062"}.fa-arrow-down:before{content:"\f063"}.fa-mail-forward:before,.fa-share:before{content:"\f064"}.fa-expand:before{content:"\f065"}.fa-compress:before{content:"\f066"}.fa-plus:before{content:"\f067"}.fa-minus:before{content:"\f068"}.fa-asterisk:before{content:"\f069"}.fa-exclamation-circle:before{content:"\f06a"}.fa-gift:before{content:"\f06b"}.fa-leaf:before{content:"\f06c"}.fa-fire:before{content:"\f06d"}.fa-eye:before{content:"\f06e"}.fa-eye-slash:before{content:"\f070"}.fa-warning:before,.fa-exclamation-triangle:before{content:"\f071"}.fa-plane:before{content:"\f072"}.fa-calendar:before{content:"\f073"}.fa-random:before{content:"\f074"}.fa-comment:before{content:"\f075"}.fa-magnet:before{content:"\f076"}.fa-chevron-up:before{content:"\f077"}.fa-chevron-down:before{content:"\f078"}.fa-retweet:before{content:"\f079"}.fa-shopping-cart:before{content:"\f07a"}.fa-folder:before{content:"\f07b"}.fa-folder-open:before{content:"\f07c"}.fa-arrows-v:before{content:"\f07d"}.fa-arrows-h:before{content:"\f07e"}.fa-bar-chart-o:before,.fa-bar-chart:before{content:"\f080"}.fa-twitter-square:before{content:"\f081"}.fa-facebook-square:before{content:"\f082"}.fa-camera-retro:before{content:"\f083"}.fa-key:before{content:"\f084"}.fa-gears:before,.fa-cogs:before{content:"\f085"}.fa-comments:before{content:"\f086"}.fa-thumbs-o-up:before{content:"\f087"}.fa-thumbs-o-down:before{content:"\f088"}.fa-star-half:before{content:"\f089"}.fa-heart-o:before{content:"\f08a"}.fa-sign-out:before{content:"\f08b"}.fa-linkedin-square:before{content:"\f08c"}.fa-thumb-tack:before{content:"\f08d"}.fa-external-link:before{content:"\f08e"}.fa-sign-in:before{content:"\f090"}.fa-trophy:before{content:"\f091"}.fa-github-square:before{content:"\f092"}.fa-upload:before{content:"\f093"}.fa-lemon-o:before{content:"\f094"}.fa-phone:before{content:"\f095"}.fa-square-o:before{content:"\f096"}.fa-bookmark-o:before{content:"\f097"}.fa-phone-square:before{content:"\f098"}.fa-twitter:before{content:"\f099"}.fa-facebook-f:before,.fa-facebook:before{content:"\f09a"}.fa-github:before{content:"\f09b"}.fa-unlock:before{content:"\f09c"}.fa-credit-card:before{content:"\f09d"}.fa-feed:before,.fa-rss:before{content:"\f09e"}.fa-hdd-o:before{content:"\f0a0"}.fa-bullhorn:before{content:"\f0a1"}.fa-bell:before{content:"\f0f3"}.fa-certificate:before{content:"\f0a3"}.fa-hand-o-right:before{content:"\f0a4"}.fa-hand-o-left:before{content:"\f0a5"}.fa-hand-o-up:before{content:"\f0a6"}.fa-hand-o-down:before{content:"\f0a7"}.fa-arrow-circle-left:before{content:"\f0a8"}.fa-arrow-circle-right:before{content:"\f0a9"}.fa-arrow-circle-up:before{content:"\f0aa"}.fa-arrow-circle-down:before{content:"\f0ab"}.fa-globe:before{content:"\f0ac"}.fa-wrench:before{content:"\f0ad"}.fa-tasks:before{content:"\f0ae"}.fa-filter:before{content:"\f0b0"}.fa-briefcase:before{content:"\f0b1"}.fa-arrows-alt:before{content:"\f0b2"}.fa-group:before,.fa-users:before{content:"\f0c0"}.fa-chain:before,.fa-link:before{content:"\f0c1"}.fa-cloud:before{content:"\f0c2"}.fa-flask:before{content:"\f0c3"}.fa-cut:before,.fa-scissors:before{content:"\f0c4"}.fa-copy:before,.fa-files-o:before{content:"\f0c5"}.fa-paperclip:before{content:"\f0c6"}.fa-save:before,.fa-floppy-o:before{content:"\f0c7"}.fa-square:before{content:"\f0c8"}.fa-navicon:before,.fa-reorder:before,.fa-bars:before{content:"\f0c9"}.fa-list-ul:before{content:"\f0ca"}.fa-list-ol:before{content:"\f0cb"}.fa-strikethrough:before{content:"\f0cc"}.fa-underline:before{content:"\f0cd"}.fa-table:before{content:"\f0ce"}.fa-magic:before{content:"\f0d0"}.fa-truck:before{content:"\f0d1"}.fa-pinterest:before{content:"\f0d2"}.fa-pinterest-square:before{content:"\f0d3"}.fa-google-plus-square:before{content:"\f0d4"}.fa-google-plus:before{content:"\f0d5"}.fa-money:before{content:"\f0d6"}.fa-caret-down:before{content:"\f0d7"}.fa-caret-up:before{content:"\f0d8"}.fa-caret-left:before{content:"\f0d9"}.fa-caret-right:before{content:"\f0da"}.fa-columns:before{content:"\f0db"}.fa-unsorted:before,.fa-sort:before{content:"\f0dc"}.fa-sort-down:before,.fa-sort-desc:before{content:"\f0dd"}.fa-sort-up:before,.fa-sort-asc:before{content:"\f0de"}.fa-envelope:before{content:"\f0e0"}.fa-linkedin:before{content:"\f0e1"}.fa-rotate-left:before,.fa-undo:before{content:"\f0e2"}.fa-legal:before,.fa-gavel:before{content:"\f0e3"}.fa-dashboard:before,.fa-tachometer:before{content:"\f0e4"}.fa-comment-o:before{content:"\f0e5"}.fa-comments-o:before{content:"\f0e6"}.fa-flash:before,.fa-bolt:before{content:"\f0e7"}.fa-sitemap:before{content:"\f0e8"}.fa-umbrella:before{content:"\f0e9"}.fa-paste:before,.fa-clipboard:before{content:"\f0ea"}.fa-lightbulb-o:before{content:"\f0eb"}.fa-exchange:before{content:"\f0ec"}.fa-cloud-download:before{content:"\f0ed"}.fa-cloud-upload:before{content:"\f0ee"}.fa-user-md:before{content:"\f0f0"}.fa-stethoscope:before{content:"\f0f1"}.fa-suitcase:before{content:"\f0f2"}.fa-bell-o:before{content:"\f0a2"}.fa-coffee:before{content:"\f0f4"}.fa-cutlery:before{content:"\f0f5"}.fa-file-text-o:before{content:"\f0f6"}.fa-building-o:before{content:"\f0f7"}.fa-hospital-o:before{content:"\f0f8"}.fa-ambulance:before{content:"\f0f9"}.fa-medkit:before{content:"\f0fa"}.fa-fighter-jet:before{content:"\f0fb"}.fa-beer:before{content:"\f0fc"}.fa-h-square:before{content:"\f0fd"}.fa-plus-square:before{content:"\f0fe"}.fa-angle-double-left:before{content:"\f100"}.fa-angle-double-right:before{content:"\f101"}.fa-angle-double-up:before{content:"\f102"}.fa-angle-double-down:before{content:"\f103"}.fa-angle-left:before{content:"\f104"}.fa-angle-right:before{content:"\f105"}.fa-angle-up:before{content:"\f106"}.fa-angle-down:before{content:"\f107"}.fa-desktop:before{content:"\f108"}.fa-laptop:before{content:"\f109"}.fa-tablet:before{content:"\f10a"}.fa-mobile-phone:before,.fa-mobile:before{content:"\f10b"}.fa-circle-o:before{content:"\f10c"}.fa-quote-left:before{content:"\f10d"}.fa-quote-right:before{content:"\f10e"}.fa-spinner:before{content:"\f110"}.fa-circle:before{content:"\f111"}.fa-mail-reply:before,.fa-reply:before{content:"\f112"}.fa-github-alt:before{content:"\f113"}.fa-folder-o:before{content:"\f114"}.fa-folder-open-o:before{content:"\f115"}.fa-smile-o:before{content:"\f118"}.fa-frown-o:before{content:"\f119"}.fa-meh-o:before{content:"\f11a"}.fa-gamepad:before{content:"\f11b"}.fa-keyboard-o:before{content:"\f11c"}.fa-flag-o:before{content:"\f11d"}.fa-flag-checkered:before{content:"\f11e"}.fa-terminal:before{content:"\f120"}.fa-code:before{content:"\f121"}.fa-mail-reply-all:before,.fa-reply-all:before{content:"\f122"}.fa-star-half-empty:before,.fa-star-half-full:before,.fa-star-half-o:before{content:"\f123"}.fa-location-arrow:before{content:"\f124"}.fa-crop:before{content:"\f125"}.fa-code-fork:before{content:"\f126"}.fa-unlink:before,.fa-chain-broken:before{content:"\f127"}.fa-question:before{content:"\f128"}.fa-info:before{content:"\f129"}.fa-exclamation:before{content:"\f12a"}.fa-superscript:before{content:"\f12b"}.fa-subscript:before{content:"\f12c"}.fa-eraser:before{content:"\f12d"}.fa-puzzle-piece:before{content:"\f12e"}.fa-microphone:before{content:"\f130"}.fa-microphone-slash:before{content:"\f131"}.fa-shield:before{content:"\f132"}.fa-calendar-o:before{content:"\f133"}.fa-fire-extinguisher:before{content:"\f134"}.fa-rocket:before{content:"\f135"}.fa-maxcdn:before{content:"\f136"}.fa-chevron-circle-left:before{content:"\f137"}.fa-chevron-circle-right:before{content:"\f138"}.fa-chevron-circle-up:before{content:"\f139"}.fa-chevron-circle-down:before{content:"\f13a"}.fa-html5:before{content:"\f13b"}.fa-css3:before{content:"\f13c"}.fa-anchor:before{content:"\f13d"}.fa-unlock-alt:before{content:"\f13e"}.fa-bullseye:before{content:"\f140"}.fa-ellipsis-h:before{content:"\f141"}.fa-ellipsis-v:before{content:"\f142"}.fa-rss-square:before{content:"\f143"}.fa-play-circle:before{content:"\f144"}.fa-ticket:before{content:"\f145"}.fa-minus-square:before{content:"\f146"}.fa-minus-square-o:before{content:"\f147"}.fa-level-up:before{content:"\f148"}.fa-level-down:before{content:"\f149"}.fa-check-square:before{content:"\f14a"}.fa-pencil-square:before{content:"\f14b"}.fa-external-link-square:before{content:"\f14c"}.fa-share-square:before{content:"\f14d"}.fa-compass:before{content:"\f14e"}.fa-toggle-down:before,.fa-caret-square-o-down:before{content:"\f150"}.fa-toggle-up:before,.fa-caret-square-o-up:before{content:"\f151"}.fa-toggle-right:before,.fa-caret-square-o-right:before{content:"\f152"}.fa-euro:before,.fa-eur:before{content:"\f153"}.fa-gbp:before{content:"\f154"}.fa-dollar:before,.fa-usd:before{content:"\f155"}.fa-rupee:before,.fa-inr:before{content:"\f156"}.fa-cny:before,.fa-rmb:before,.fa-yen:before,.fa-jpy:before{content:"\f157"}.fa-ruble:before,.fa-rouble:before,.fa-rub:before{content:"\f158"}.fa-won:before,.fa-krw:before{content:"\f159"}.fa-bitcoin:before,.fa-btc:before{content:"\f15a"}.fa-file:before{content:"\f15b"}.fa-file-text:before{content:"\f15c"}.fa-sort-alpha-asc:before{content:"\f15d"}.fa-sort-alpha-desc:before{content:"\f15e"}.fa-sort-amount-asc:before{content:"\f160"}.fa-sort-amount-desc:before{content:"\f161"}.fa-sort-numeric-asc:before{content:"\f162"}.fa-sort-numeric-desc:before{content:"\f163"}.fa-thumbs-up:before{content:"\f164"}.fa-thumbs-down:before{content:"\f165"}.fa-youtube-square:before{content:"\f166"}.fa-youtube:before{content:"\f167"}.fa-xing:before{content:"\f168"}.fa-xing-square:before{content:"\f169"}.fa-youtube-play:before{content:"\f16a"}.fa-dropbox:before{content:"\f16b"}.fa-stack-overflow:before{content:"\f16c"}.fa-instagram:before{content:"\f16d"}.fa-flickr:before{content:"\f16e"}.fa-adn:before{content:"\f170"}.fa-bitbucket:before{content:"\f171"}.fa-bitbucket-square:before{content:"\f172"}.fa-tumblr:before{content:"\f173"}.fa-tumblr-square:before{content:"\f174"}.fa-long-arrow-down:before{content:"\f175"}.fa-long-arrow-up:before{content:"\f176"}.fa-long-arrow-left:before{content:"\f177"}.fa-long-arrow-right:before{content:"\f178"}.fa-apple:before{content:"\f179"}.fa-windows:before{content:"\f17a"}.fa-android:before{content:"\f17b"}.fa-linux:before{content:"\f17c"}.fa-dribbble:before{content:"\f17d"}.fa-skype:before{content:"\f17e"}.fa-foursquare:before{content:"\f180"}.fa-trello:before{content:"\f181"}.fa-female:before{content:"\f182"}.fa-male:before{content:"\f183"}.fa-gittip:before,.fa-gratipay:before{content:"\f184"}.fa-sun-o:before{content:"\f185"}.fa-moon-o:before{content:"\f186"}.fa-archive:before{content:"\f187"}.fa-bug:before{content:"\f188"}.fa-vk:before{content:"\f189"}.fa-weibo:before{content:"\f18a"}.fa-renren:before{content:"\f18b"}.fa-pagelines:before{content:"\f18c"}.fa-stack-exchange:before{content:"\f18d"}.fa-arrow-circle-o-right:before{content:"\f18e"}.fa-arrow-circle-o-left:before{content:"\f190"}.fa-toggle-left:before,.fa-caret-square-o-left:before{content:"\f191"}.fa-dot-circle-o:before{content:"\f192"}.fa-wheelchair:before{content:"\f193"}.fa-vimeo-square:before{content:"\f194"}.fa-turkish-lira:before,.fa-try:before{content:"\f195"}.fa-plus-square-o:before{content:"\f196"}.fa-space-shuttle:before{content:"\f197"}.fa-slack:before{content:"\f198"}.fa-envelope-square:before{content:"\f199"}.fa-wordpress:before{content:"\f19a"}.fa-openid:before{content:"\f19b"}.fa-institution:before,.fa-bank:before,.fa-university:before{content:"\f19c"}.fa-mortar-board:before,.fa-graduation-cap:before{content:"\f19d"}.fa-yahoo:before{content:"\f19e"}.fa-google:before{content:"\f1a0"}.fa-reddit:before{content:"\f1a1"}.fa-reddit-square:before{content:"\f1a2"}.fa-stumbleupon-circle:before{content:"\f1a3"}.fa-stumbleupon:before{content:"\f1a4"}.fa-delicious:before{content:"\f1a5"}.fa-digg:before{content:"\f1a6"}.fa-pied-piper:before{content:"\f1a7"}.fa-pied-piper-alt:before{content:"\f1a8"}.fa-drupal:before{content:"\f1a9"}.fa-joomla:before{content:"\f1aa"}.fa-language:before{content:"\f1ab"}.fa-fax:before{content:"\f1ac"}.fa-building:before{content:"\f1ad"}.fa-child:before{content:"\f1ae"}.fa-paw:before{content:"\f1b0"}.fa-spoon:before{content:"\f1b1"}.fa-cube:before{content:"\f1b2"}.fa-cubes:before{content:"\f1b3"}.fa-behance:before{content:"\f1b4"}.fa-behance-square:before{content:"\f1b5"}.fa-steam:before{content:"\f1b6"}.fa-steam-square:before{content:"\f1b7"}.fa-recycle:before{content:"\f1b8"}.fa-automobile:before,.fa-car:before{content:"\f1b9"}.fa-cab:before,.fa-taxi:before{content:"\f1ba"}.fa-tree:before{content:"\f1bb"}.fa-spotify:before{content:"\f1bc"}.fa-deviantart:before{content:"\f1bd"}.fa-soundcloud:before{content:"\f1be"}.fa-database:before{content:"\f1c0"}.fa-file-pdf-o:before{content:"\f1c1"}.fa-file-word-o:before{content:"\f1c2"}.fa-file-excel-o:before{content:"\f1c3"}.fa-file-powerpoint-o:before{content:"\f1c4"}.fa-file-photo-o:before,.fa-file-picture-o:before,.fa-file-image-o:before{content:"\f1c5"}.fa-file-zip-o:before,.fa-file-archive-o:before{content:"\f1c6"}.fa-file-sound-o:before,.fa-file-audio-o:before{content:"\f1c7"}.fa-file-movie-o:before,.fa-file-video-o:before{content:"\f1c8"}.fa-file-code-o:before{content:"\f1c9"}.fa-vine:before{content:"\f1ca"}.fa-codepen:before{content:"\f1cb"}.fa-jsfiddle:before{content:"\f1cc"}.fa-life-bouy:before,.fa-life-buoy:before,.fa-life-saver:before,.fa-support:before,.fa-life-ring:before{content:"\f1cd"}.fa-circle-o-notch:before{content:"\f1ce"}.fa-ra:before,.fa-rebel:before{content:"\f1d0"}.fa-ge:before,.fa-empire:before{content:"\f1d1"}.fa-git-square:before{content:"\f1d2"}.fa-git:before{content:"\f1d3"}.fa-y-combinator-square:before,.fa-yc-square:before,.fa-hacker-news:before{content:"\f1d4"}.fa-tencent-weibo:before{content:"\f1d5"}.fa-qq:before{content:"\f1d6"}.fa-wechat:before,.fa-weixin:before{content:"\f1d7"}.fa-send:before,.fa-paper-plane:before{content:"\f1d8"}.fa-send-o:before,.fa-paper-plane-o:before{content:"\f1d9"}.fa-history:before{content:"\f1da"}.fa-circle-thin:before{content:"\f1db"}.fa-header:before{content:"\f1dc"}.fa-paragraph:before{content:"\f1dd"}.fa-sliders:before{content:"\f1de"}.fa-share-alt:before{content:"\f1e0"}.fa-share-alt-square:before{content:"\f1e1"}.fa-bomb:before{content:"\f1e2"}.fa-soccer-ball-o:before,.fa-futbol-o:before{content:"\f1e3"}.fa-tty:before{content:"\f1e4"}.fa-binoculars:before{content:"\f1e5"}.fa-plug:before{content:"\f1e6"}.fa-slideshare:before{content:"\f1e7"}.fa-twitch:before{content:"\f1e8"}.fa-yelp:before{content:"\f1e9"}.fa-newspaper-o:before{content:"\f1ea"}.fa-wifi:before{content:"\f1eb"}.fa-calculator:before{content:"\f1ec"}.fa-paypal:before{content:"\f1ed"}.fa-google-wallet:before{content:"\f1ee"}.fa-cc-visa:before{content:"\f1f0"}.fa-cc-mastercard:before{content:"\f1f1"}.fa-cc-discover:before{content:"\f1f2"}.fa-cc-amex:before{content:"\f1f3"}.fa-cc-paypal:before{content:"\f1f4"}.fa-cc-stripe:before{content:"\f1f5"}.fa-bell-slash:before{content:"\f1f6"}.fa-bell-slash-o:before{content:"\f1f7"}.fa-trash:before{content:"\f1f8"}.fa-copyright:before{content:"\f1f9"}.fa-at:before{content:"\f1fa"}.fa-eyedropper:before{content:"\f1fb"}.fa-paint-brush:before{content:"\f1fc"}.fa-birthday-cake:before{content:"\f1fd"}.fa-area-chart:before{content:"\f1fe"}.fa-pie-chart:before{content:"\f200"}.fa-line-chart:before{content:"\f201"}.fa-lastfm:before{content:"\f202"}.fa-lastfm-square:before{content:"\f203"}.fa-toggle-off:before{content:"\f204"}.fa-toggle-on:before{content:"\f205"}.fa-bicycle:before{content:"\f206"}.fa-bus:before{content:"\f207"}.fa-ioxhost:before{content:"\f208"}.fa-angellist:before{content:"\f209"}.fa-cc:before{content:"\f20a"}.fa-shekel:before,.fa-sheqel:before,.fa-ils:before{content:"\f20b"}.fa-meanpath:before{content:"\f20c"}.fa-buysellads:before{content:"\f20d"}.fa-connectdevelop:before{content:"\f20e"}.fa-dashcube:before{content:"\f210"}.fa-forumbee:before{content:"\f211"}.fa-leanpub:before{content:"\f212"}.fa-sellsy:before{content:"\f213"}.fa-shirtsinbulk:before{content:"\f214"}.fa-simplybuilt:before{content:"\f215"}.fa-skyatlas:before{content:"\f216"}.fa-cart-plus:before{content:"\f217"}.fa-cart-arrow-down:before{content:"\f218"}.fa-diamond:before{content:"\f219"}.fa-ship:before{content:"\f21a"}.fa-user-secret:before{content:"\f21b"}.fa-motorcycle:before{content:"\f21c"}.fa-street-view:before{content:"\f21d"}.fa-heartbeat:before{content:"\f21e"}.fa-venus:before{content:"\f221"}.fa-mars:before{content:"\f222"}.fa-mercury:before{content:"\f223"}.fa-intersex:before,.fa-transgender:before{content:"\f224"}.fa-transgender-alt:before{content:"\f225"}.fa-venus-double:before{content:"\f226"}.fa-mars-double:before{content:"\f227"}.fa-venus-mars:before{content:"\f228"}.fa-mars-stroke:before{content:"\f229"}.fa-mars-stroke-v:before{content:"\f22a"}.fa-mars-stroke-h:before{content:"\f22b"}.fa-neuter:before{content:"\f22c"}.fa-genderless:before{content:"\f22d"}.fa-facebook-official:before{content:"\f230"}.fa-pinterest-p:before{content:"\f231"}.fa-whatsapp:before{content:"\f232"}.fa-server:before{content:"\f233"}.fa-user-plus:before{content:"\f234"}.fa-user-times:before{content:"\f235"}.fa-hotel:before,.fa-bed:before{content:"\f236"}.fa-viacoin:before{content:"\f237"}.fa-train:before{content:"\f238"}.fa-subway:before{content:"\f239"}.fa-medium:before{content:"\f23a"}.fa-yc:before,.fa-y-combinator:before{content:"\f23b"}.fa-optin-monster:before{content:"\f23c"}.fa-opencart:before{content:"\f23d"}.fa-expeditedssl:before{content:"\f23e"}.fa-battery-4:before,.fa-battery-full:before{content:"\f240"}.fa-battery-3:before,.fa-battery-three-quarters:before{content:"\f241"}.fa-battery-2:before,.fa-battery-half:before{content:"\f242"}.fa-battery-1:before,.fa-battery-quarter:before{content:"\f243"}.fa-battery-0:before,.fa-battery-empty:before{content:"\f244"}.fa-mouse-pointer:before{content:"\f245"}.fa-i-cursor:before{content:"\f246"}.fa-object-group:before{content:"\f247"}.fa-object-ungroup:before{content:"\f248"}.fa-sticky-note:before{content:"\f249"}.fa-sticky-note-o:before{content:"\f24a"}.fa-cc-jcb:before{content:"\f24b"}.fa-cc-diners-club:before{content:"\f24c"}.fa-clone:before{content:"\f24d"}.fa-balance-scale:before{content:"\f24e"}.fa-hourglass-o:before{content:"\f250"}.fa-hourglass-1:before,.fa-hourglass-start:before{content:"\f251"}.fa-hourglass-2:before,.fa-hourglass-half:before{content:"\f252"}.fa-hourglass-3:before,.fa-hourglass-end:before{content:"\f253"}.fa-hourglass:before{content:"\f254"}.fa-hand-grab-o:before,.fa-hand-rock-o:before{content:"\f255"}.fa-hand-stop-o:before,.fa-hand-paper-o:before{content:"\f256"}.fa-hand-scissors-o:before{content:"\f257"}.fa-hand-lizard-o:before{content:"\f258"}.fa-hand-spock-o:before{content:"\f259"}.fa-hand-pointer-o:before{content:"\f25a"}.fa-hand-peace-o:before{content:"\f25b"}.fa-trademark:before{content:"\f25c"}.fa-registered:before{content:"\f25d"}.fa-creative-commons:before{content:"\f25e"}.fa-gg:before{content:"\f260"}.fa-gg-circle:before{content:"\f261"}.fa-tripadvisor:before{content:"\f262"}.fa-odnoklassniki:before{content:"\f263"}.fa-odnoklassniki-square:before{content:"\f264"}.fa-get-pocket:before{content:"\f265"}.fa-wikipedia-w:before{content:"\f266"}.fa-safari:before{content:"\f267"}.fa-chrome:before{content:"\f268"}.fa-firefox:before{content:"\f269"}.fa-opera:before{content:"\f26a"}.fa-internet-explorer:before{content:"\f26b"}.fa-tv:before,.fa-television:before{content:"\f26c"}.fa-contao:before{content:"\f26d"}.fa-500px:before{content:"\f26e"}.fa-amazon:before{content:"\f270"}.fa-calendar-plus-o:before{content:"\f271"}.fa-calendar-minus-o:before{content:"\f272"}.fa-calendar-times-o:before{content:"\f273"}.fa-calendar-check-o:before{content:"\f274"}.fa-industry:before{content:"\f275"}.fa-map-pin:before{content:"\f276"}.fa-map-signs:before{content:"\f277"}.fa-map-o:before{content:"\f278"}.fa-map:before{content:"\f279"}.fa-commenting:before{content:"\f27a"}.fa-commenting-o:before{content:"\f27b"}.fa-houzz:before{content:"\f27c"}.fa-vimeo:before{content:"\f27d"}.fa-black-tie:before{content:"\f27e"}.fa-fonticons:before{content:"\f280"}.fa-reddit-alien:before{content:"\f281"}.fa-edge:before{content:"\f282"}.fa-credit-card-alt:before{content:"\f283"}.fa-codiepie:before{content:"\f284"}.fa-modx:before{content:"\f285"}.fa-fort-awesome:before{content:"\f286"}.fa-usb:before{content:"\f287"}.fa-product-hunt:before{content:"\f288"}.fa-mixcloud:before{content:"\f289"}.fa-scribd:before{content:"\f28a"}.fa-pause-circle:before{content:"\f28b"}.fa-pause-circle-o:before{content:"\f28c"}.fa-stop-circle:before{content:"\f28d"}.fa-stop-circle-o:before{content:"\f28e"}.fa-shopping-bag:before{content:"\f290"}.fa-shopping-basket:before{content:"\f291"}.fa-hashtag:before{content:"\f292"}.fa-bluetooth:before{content:"\f293"}.fa-bluetooth-b:before{content:"\f294"}.fa-percent:before{content:"\f295"}
@charset "UTF-8";

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

.animated{-webkit-animation-duration:1s;animation-duration:1s;-webkit-animation-fill-mode:both;animation-fill-mode:both}.animated.infinite{-webkit-animation-iteration-count:infinite;animation-iteration-count:infinite}.animated.hinge{-webkit-animation-duration:2s;animation-duration:2s}.animated.bounceIn,.animated.bounceOut,.animated.flipOutX,.animated.flipOutY{-webkit-animation-duration:.75s;animation-duration:.75s}@-webkit-keyframes bounce{0%,20%,53%,80%,to{-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);animation-timing-function:cubic-bezier(.215,.61,.355,1);-webkit-transform:translateZ(0);transform:translateZ(0)}40%,43%{-webkit-transform:translate3d(0,-30px,0);transform:translate3d(0,-30px,0)}40%,43%,70%{-webkit-animation-timing-function:cubic-bezier(.755,.05,.855,.06);animation-timing-function:cubic-bezier(.755,.05,.855,.06)}70%{-webkit-transform:translate3d(0,-15px,0);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);animation-timing-function:cubic-bezier(.215,.61,.355,1);-webkit-transform:translateZ(0);transform:translateZ(0)}40%,43%{-webkit-transform:translate3d(0,-30px,0);transform:translate3d(0,-30px,0)}40%,43%,70%{-webkit-animation-timing-function:cubic-bezier(.755,.05,.855,.06);animation-timing-function:cubic-bezier(.755,.05,.855,.06)}70%{-webkit-transform:translate3d(0,-15px,0);transform:translate3d(0,-15px,0)}90%{-webkit-transform:translate3d(0,-4px,0);transform:translate3d(0,-4px,0)}}.bounce{-webkit-animation-name:bounce;animation-name:bounce;-webkit-transform-origin:center bottom;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-timing-function:ease-in-out;animation-timing-function:ease-in-out;-webkit-animation-name:headShake;animation-name:headShake}@-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-transform-origin:top center;transform-origin:top center;-webkit-animation-name:swing;animation-name:swing}@-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:none;transform:none}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:none;transform:none}}@keyframes wobble{0%{-webkit-transform:none;transform:none}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:none;transform:none}}.wobble{-webkit-animation-name:wobble;animation-name:wobble}@-webkit-keyframes jello{0%,11.1%,to{-webkit-transform:none;transform:none}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:none;transform:none}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;animation-name:jello;-webkit-transform-origin:center;transform-origin:center}@-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%{opacity:0;-webkit-transform:scale3d(.3,.3,.3);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%{opacity:1;-webkit-transform:scale3d(1.03,1.03,1.03);transform:scale3d(1.03,1.03,1.03)}80%{-webkit-transform:scale3d(.97,.97,.97);transform:scale3d(.97,.97,.97)}to{opacity:1;-webkit-transform:scaleX(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%{opacity:0;-webkit-transform:scale3d(.3,.3,.3);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%{opacity:1;-webkit-transform:scale3d(1.03,1.03,1.03);transform:scale3d(1.03,1.03,1.03)}80%{-webkit-transform:scale3d(.97,.97,.97);transform:scale3d(.97,.97,.97)}to{opacity:1;-webkit-transform:scaleX(1);transform:scaleX(1)}}.bounceIn{-webkit-animation-name:bounceIn;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%{opacity:0;-webkit-transform:translate3d(0,-3000px,0);transform:translate3d(0,-3000px,0)}60%{opacity:1;-webkit-transform:translate3d(0,25px,0);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:none;transform:none}}@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%{opacity:0;-webkit-transform:translate3d(0,-3000px,0);transform:translate3d(0,-3000px,0)}60%{opacity:1;-webkit-transform:translate3d(0,25px,0);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:none;transform:none}}.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%{opacity:0;-webkit-transform:translate3d(-3000px,0,0);transform:translate3d(-3000px,0,0)}60%{opacity:1;-webkit-transform:translate3d(25px,0,0);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:none;transform:none}}@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%{opacity:0;-webkit-transform:translate3d(-3000px,0,0);transform:translate3d(-3000px,0,0)}60%{opacity:1;-webkit-transform:translate3d(25px,0,0);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:none;transform:none}}.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%{opacity:0;-webkit-transform:translate3d(3000px,0,0);transform:translate3d(3000px,0,0)}60%{opacity:1;-webkit-transform:translate3d(-25px,0,0);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:none;transform:none}}@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%{opacity:0;-webkit-transform:translate3d(3000px,0,0);transform:translate3d(3000px,0,0)}60%{opacity:1;-webkit-transform:translate3d(-25px,0,0);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:none;transform:none}}.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%{opacity:0;-webkit-transform:translate3d(0,3000px,0);transform:translate3d(0,3000px,0)}60%{opacity:1;-webkit-transform:translate3d(0,-20px,0);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%{opacity:0;-webkit-transform:translate3d(0,3000px,0);transform:translate3d(0,3000px,0)}60%{opacity:1;-webkit-transform:translate3d(0,-20px,0);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%{opacity:1;-webkit-transform:scale3d(1.1,1.1,1.1);transform:scale3d(1.1,1.1,1.1)}to{opacity:0;-webkit-transform:scale3d(.3,.3,.3);transform:scale3d(.3,.3,.3)}}@keyframes bounceOut{20%{-webkit-transform:scale3d(.9,.9,.9);transform:scale3d(.9,.9,.9)}50%,55%{opacity:1;-webkit-transform:scale3d(1.1,1.1,1.1);transform:scale3d(1.1,1.1,1.1)}to{opacity:0;-webkit-transform:scale3d(.3,.3,.3);transform:scale3d(.3,.3,.3)}}.bounceOut{-webkit-animation-name:bounceOut;animation-name:bounceOut}@-webkit-keyframes bounceOutDown{20%{-webkit-transform:translate3d(0,10px,0);transform:translate3d(0,10px,0)}40%,45%{opacity:1;-webkit-transform:translate3d(0,-20px,0);transform:translate3d(0,-20px,0)}to{opacity:0;-webkit-transform:translate3d(0,2000px,0);transform:translate3d(0,2000px,0)}}@keyframes bounceOutDown{20%{-webkit-transform:translate3d(0,10px,0);transform:translate3d(0,10px,0)}40%,45%{opacity:1;-webkit-transform:translate3d(0,-20px,0);transform:translate3d(0,-20px,0)}to{opacity:0;-webkit-transform:translate3d(0,2000px,0);transform:translate3d(0,2000px,0)}}.bounceOutDown{-webkit-animation-name:bounceOutDown;animation-name:bounceOutDown}@-webkit-keyframes bounceOutLeft{20%{opacity:1;-webkit-transform:translate3d(20px,0,0);transform:translate3d(20px,0,0)}to{opacity:0;-webkit-transform:translate3d(-2000px,0,0);transform:translate3d(-2000px,0,0)}}@keyframes bounceOutLeft{20%{opacity:1;-webkit-transform:translate3d(20px,0,0);transform:translate3d(20px,0,0)}to{opacity:0;-webkit-transform:translate3d(-2000px,0,0);transform:translate3d(-2000px,0,0)}}.bounceOutLeft{-webkit-animation-name:bounceOutLeft;animation-name:bounceOutLeft}@-webkit-keyframes bounceOutRight{20%{opacity:1;-webkit-transform:translate3d(-20px,0,0);transform:translate3d(-20px,0,0)}to{opacity:0;-webkit-transform:translate3d(2000px,0,0);transform:translate3d(2000px,0,0)}}@keyframes bounceOutRight{20%{opacity:1;-webkit-transform:translate3d(-20px,0,0);transform:translate3d(-20px,0,0)}to{opacity:0;-webkit-transform:translate3d(2000px,0,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%{opacity:1;-webkit-transform:translate3d(0,20px,0);transform:translate3d(0,20px,0)}to{opacity:0;-webkit-transform:translate3d(0,-2000px,0);transform:translate3d(0,-2000px,0)}}@keyframes bounceOutUp{20%{-webkit-transform:translate3d(0,-10px,0);transform:translate3d(0,-10px,0)}40%,45%{opacity:1;-webkit-transform:translate3d(0,20px,0);transform:translate3d(0,20px,0)}to{opacity:0;-webkit-transform:translate3d(0,-2000px,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%{opacity:0;-webkit-transform:translate3d(0,-100%,0);transform:translate3d(0,-100%,0)}to{opacity:1;-webkit-transform:none;transform:none}}@keyframes fadeInDown{0%{opacity:0;-webkit-transform:translate3d(0,-100%,0);transform:translate3d(0,-100%,0)}to{opacity:1;-webkit-transform:none;transform:none}}.fadeInDown{-webkit-animation-name:fadeInDown;animation-name:fadeInDown}@-webkit-keyframes fadeInDownBig{0%{opacity:0;-webkit-transform:translate3d(0,-2000px,0);transform:translate3d(0,-2000px,0)}to{opacity:1;-webkit-transform:none;transform:none}}@keyframes fadeInDownBig{0%{opacity:0;-webkit-transform:translate3d(0,-2000px,0);transform:translate3d(0,-2000px,0)}to{opacity:1;-webkit-transform:none;transform:none}}.fadeInDownBig{-webkit-animation-name:fadeInDownBig;animation-name:fadeInDownBig}@-webkit-keyframes fadeInLeft{0%{opacity:0;-webkit-transform:translate3d(-100%,0,0);transform:translate3d(-100%,0,0)}to{opacity:1;-webkit-transform:none;transform:none}}@keyframes fadeInLeft{0%{opacity:0;-webkit-transform:translate3d(-100%,0,0);transform:translate3d(-100%,0,0)}to{opacity:1;-webkit-transform:none;transform:none}}.fadeInLeft{-webkit-animation-name:fadeInLeft;animation-name:fadeInLeft}@-webkit-keyframes fadeInLeftBig{0%{opacity:0;-webkit-transform:translate3d(-2000px,0,0);transform:translate3d(-2000px,0,0)}to{opacity:1;-webkit-transform:none;transform:none}}@keyframes fadeInLeftBig{0%{opacity:0;-webkit-transform:translate3d(-2000px,0,0);transform:translate3d(-2000px,0,0)}to{opacity:1;-webkit-transform:none;transform:none}}.fadeInLeftBig{-webkit-animation-name:fadeInLeftBig;animation-name:fadeInLeftBig}@-webkit-keyframes fadeInRight{0%{opacity:0;-webkit-transform:translate3d(100%,0,0);transform:translate3d(100%,0,0)}to{opacity:1;-webkit-transform:none;transform:none}}@keyframes fadeInRight{0%{opacity:0;-webkit-transform:translate3d(100%,0,0);transform:translate3d(100%,0,0)}to{opacity:1;-webkit-transform:none;transform:none}}.fadeInRight{-webkit-animation-name:fadeInRight;animation-name:fadeInRight}@-webkit-keyframes fadeInRightBig{0%{opacity:0;-webkit-transform:translate3d(2000px,0,0);transform:translate3d(2000px,0,0)}to{opacity:1;-webkit-transform:none;transform:none}}@keyframes fadeInRightBig{0%{opacity:0;-webkit-transform:translate3d(2000px,0,0);transform:translate3d(2000px,0,0)}to{opacity:1;-webkit-transform:none;transform:none}}.fadeInRightBig{-webkit-animation-name:fadeInRightBig;animation-name:fadeInRightBig}@-webkit-keyframes fadeInUp{0%{opacity:0;-webkit-transform:translate3d(0,100%,0);transform:translate3d(0,100%,0)}to{opacity:1;-webkit-transform:none;transform:none}}@keyframes fadeInUp{0%{opacity:0;-webkit-transform:translate3d(0,100%,0);transform:translate3d(0,100%,0)}to{opacity:1;-webkit-transform:none;transform:none}}.fadeInUp{-webkit-animation-name:fadeInUp;animation-name:fadeInUp}@-webkit-keyframes fadeInUpBig{0%{opacity:0;-webkit-transform:translate3d(0,2000px,0);transform:translate3d(0,2000px,0)}to{opacity:1;-webkit-transform:none;transform:none}}@keyframes fadeInUpBig{0%{opacity:0;-webkit-transform:translate3d(0,2000px,0);transform:translate3d(0,2000px,0)}to{opacity:1;-webkit-transform:none;transform:none}}.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{opacity:0;-webkit-transform:translate3d(0,100%,0);transform:translate3d(0,100%,0)}}@keyframes fadeOutDown{0%{opacity:1}to{opacity:0;-webkit-transform:translate3d(0,100%,0);transform:translate3d(0,100%,0)}}.fadeOutDown{-webkit-animation-name:fadeOutDown;animation-name:fadeOutDown}@-webkit-keyframes fadeOutDownBig{0%{opacity:1}to{opacity:0;-webkit-transform:translate3d(0,2000px,0);transform:translate3d(0,2000px,0)}}@keyframes fadeOutDownBig{0%{opacity:1}to{opacity:0;-webkit-transform:translate3d(0,2000px,0);transform:translate3d(0,2000px,0)}}.fadeOutDownBig{-webkit-animation-name:fadeOutDownBig;animation-name:fadeOutDownBig}@-webkit-keyframes fadeOutLeft{0%{opacity:1}to{opacity:0;-webkit-transform:translate3d(-100%,0,0);transform:translate3d(-100%,0,0)}}@keyframes fadeOutLeft{0%{opacity:1}to{opacity:0;-webkit-transform:translate3d(-100%,0,0);transform:translate3d(-100%,0,0)}}.fadeOutLeft{-webkit-animation-name:fadeOutLeft;animation-name:fadeOutLeft}@-webkit-keyframes fadeOutLeftBig{0%{opacity:1}to{opacity:0;-webkit-transform:translate3d(-2000px,0,0);transform:translate3d(-2000px,0,0)}}@keyframes fadeOutLeftBig{0%{opacity:1}to{opacity:0;-webkit-transform:translate3d(-2000px,0,0);transform:translate3d(-2000px,0,0)}}.fadeOutLeftBig{-webkit-animation-name:fadeOutLeftBig;animation-name:fadeOutLeftBig}@-webkit-keyframes fadeOutRight{0%{opacity:1}to{opacity:0;-webkit-transform:translate3d(100%,0,0);transform:translate3d(100%,0,0)}}@keyframes fadeOutRight{0%{opacity:1}to{opacity:0;-webkit-transform:translate3d(100%,0,0);transform:translate3d(100%,0,0)}}.fadeOutRight{-webkit-animation-name:fadeOutRight;animation-name:fadeOutRight}@-webkit-keyframes fadeOutRightBig{0%{opacity:1}to{opacity:0;-webkit-transform:translate3d(2000px,0,0);transform:translate3d(2000px,0,0)}}@keyframes fadeOutRightBig{0%{opacity:1}to{opacity:0;-webkit-transform:translate3d(2000px,0,0);transform:translate3d(2000px,0,0)}}.fadeOutRightBig{-webkit-animation-name:fadeOutRightBig;animation-name:fadeOutRightBig}@-webkit-keyframes fadeOutUp{0%{opacity:1}to{opacity:0;-webkit-transform:translate3d(0,-100%,0);transform:translate3d(0,-100%,0)}}@keyframes fadeOutUp{0%{opacity:1}to{opacity:0;-webkit-transform:translate3d(0,-100%,0);transform:translate3d(0,-100%,0)}}.fadeOutUp{-webkit-animation-name:fadeOutUp;animation-name:fadeOutUp}@-webkit-keyframes fadeOutUpBig{0%{opacity:1}to{opacity:0;-webkit-transform:translate3d(0,-2000px,0);transform:translate3d(0,-2000px,0)}}@keyframes fadeOutUpBig{0%{opacity:1}to{opacity:0;-webkit-transform:translate3d(0,-2000px,0);transform:translate3d(0,-2000px,0)}}.fadeOutUpBig{-webkit-animation-name:fadeOutUpBig;animation-name:fadeOutUpBig}@-webkit-keyframes flip{0%{-webkit-transform:perspective(400px) rotateY(-1turn);transform:perspective(400px) rotateY(-1turn)}0%,40%{-webkit-animation-timing-function:ease-out;animation-timing-function:ease-out}40%{-webkit-transform:perspective(400px) translateZ(150px) rotateY(-190deg);transform:perspective(400px) translateZ(150px) rotateY(-190deg)}50%{-webkit-transform:perspective(400px) translateZ(150px) rotateY(-170deg);transform:perspective(400px) translateZ(150px) rotateY(-170deg)}50%,80%{-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}80%{-webkit-transform:perspective(400px) scale3d(.95,.95,.95);transform:perspective(400px) scale3d(.95,.95,.95)}to{-webkit-transform:perspective(400px);transform:perspective(400px);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}}@keyframes flip{0%{-webkit-transform:perspective(400px) rotateY(-1turn);transform:perspective(400px) rotateY(-1turn)}0%,40%{-webkit-animation-timing-function:ease-out;animation-timing-function:ease-out}40%{-webkit-transform:perspective(400px) translateZ(150px) rotateY(-190deg);transform:perspective(400px) translateZ(150px) rotateY(-190deg)}50%{-webkit-transform:perspective(400px) translateZ(150px) rotateY(-170deg);transform:perspective(400px) translateZ(150px) rotateY(-170deg)}50%,80%{-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}80%{-webkit-transform:perspective(400px) scale3d(.95,.95,.95);transform:perspective(400px) scale3d(.95,.95,.95)}to{-webkit-transform:perspective(400px);transform:perspective(400px);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}}.animated.flip{-webkit-backface-visibility:visible;backface-visibility:visible;-webkit-animation-name:flip;animation-name:flip}@-webkit-keyframes flipInX{0%{-webkit-transform:perspective(400px) rotateX(90deg);transform:perspective(400px) rotateX(90deg);opacity:0}0%,40%{-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}40%{-webkit-transform:perspective(400px) rotateX(-20deg);transform:perspective(400px) rotateX(-20deg)}60%{-webkit-transform:perspective(400px) rotateX(10deg);transform:perspective(400px) rotateX(10deg);opacity:1}80%{-webkit-transform:perspective(400px) rotateX(-5deg);transform:perspective(400px) rotateX(-5deg)}to{-webkit-transform:perspective(400px);transform:perspective(400px)}}@keyframes flipInX{0%{-webkit-transform:perspective(400px) rotateX(90deg);transform:perspective(400px) rotateX(90deg);opacity:0}0%,40%{-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}40%{-webkit-transform:perspective(400px) rotateX(-20deg);transform:perspective(400px) rotateX(-20deg)}60%{-webkit-transform:perspective(400px) rotateX(10deg);transform:perspective(400px) rotateX(10deg);opacity:1}80%{-webkit-transform:perspective(400px) rotateX(-5deg);transform:perspective(400px) rotateX(-5deg)}to{-webkit-transform:perspective(400px);transform:perspective(400px)}}.flipInX{-webkit-backface-visibility:visible!important;backface-visibility:visible!important;-webkit-animation-name:flipInX;animation-name:flipInX}@-webkit-keyframes flipInY{0%{-webkit-transform:perspective(400px) rotateY(90deg);transform:perspective(400px) rotateY(90deg);opacity:0}0%,40%{-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}40%{-webkit-transform:perspective(400px) rotateY(-20deg);transform:perspective(400px) rotateY(-20deg)}60%{-webkit-transform:perspective(400px) rotateY(10deg);transform:perspective(400px) rotateY(10deg);opacity:1}80%{-webkit-transform:perspective(400px) rotateY(-5deg);transform:perspective(400px) rotateY(-5deg)}to{-webkit-transform:perspective(400px);transform:perspective(400px)}}@keyframes flipInY{0%{-webkit-transform:perspective(400px) rotateY(90deg);transform:perspective(400px) rotateY(90deg);opacity:0}0%,40%{-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}40%{-webkit-transform:perspective(400px) rotateY(-20deg);transform:perspective(400px) rotateY(-20deg)}60%{-webkit-transform:perspective(400px) rotateY(10deg);transform:perspective(400px) rotateY(10deg);opacity:1}80%{-webkit-transform:perspective(400px) rotateY(-5deg);transform:perspective(400px) rotateY(-5deg)}to{-webkit-transform:perspective(400px);transform:perspective(400px)}}.flipInY{-webkit-backface-visibility:visible!important;backface-visibility:visible!important;-webkit-animation-name:flipInY;animation-name:flipInY}@-webkit-keyframes flipOutX{0%{-webkit-transform:perspective(400px);transform:perspective(400px)}30%{-webkit-transform:perspective(400px) rotateX(-20deg);transform:perspective(400px) rotateX(-20deg);opacity:1}to{-webkit-transform:perspective(400px) rotateX(90deg);transform:perspective(400px) rotateX(90deg);opacity:0}}@keyframes flipOutX{0%{-webkit-transform:perspective(400px);transform:perspective(400px)}30%{-webkit-transform:perspective(400px) rotateX(-20deg);transform:perspective(400px) rotateX(-20deg);opacity:1}to{-webkit-transform:perspective(400px) rotateX(90deg);transform:perspective(400px) rotateX(90deg);opacity:0}}.flipOutX{-webkit-animation-name:flipOutX;animation-name:flipOutX;-webkit-backface-visibility:visible!important;backface-visibility:visible!important}@-webkit-keyframes flipOutY{0%{-webkit-transform:perspective(400px);transform:perspective(400px)}30%{-webkit-transform:perspective(400px) rotateY(-15deg);transform:perspective(400px) rotateY(-15deg);opacity:1}to{-webkit-transform:perspective(400px) rotateY(90deg);transform:perspective(400px) rotateY(90deg);opacity:0}}@keyframes flipOutY{0%{-webkit-transform:perspective(400px);transform:perspective(400px)}30%{-webkit-transform:perspective(400px) rotateY(-15deg);transform:perspective(400px) rotateY(-15deg);opacity:1}to{-webkit-transform:perspective(400px) rotateY(90deg);transform:perspective(400px) rotateY(90deg);opacity:0}}.flipOutY{-webkit-backface-visibility:visible!important;backface-visibility:visible!important;-webkit-animation-name:flipOutY;animation-name:flipOutY}@-webkit-keyframes lightSpeedIn{0%{-webkit-transform:translate3d(100%,0,0) skewX(-30deg);transform:translate3d(100%,0,0) skewX(-30deg);opacity:0}60%{-webkit-transform:skewX(20deg);transform:skewX(20deg)}60%,80%{opacity:1}80%{-webkit-transform:skewX(-5deg);transform:skewX(-5deg)}to{-webkit-transform:none;transform:none;opacity:1}}@keyframes lightSpeedIn{0%{-webkit-transform:translate3d(100%,0,0) skewX(-30deg);transform:translate3d(100%,0,0) skewX(-30deg);opacity:0}60%{-webkit-transform:skewX(20deg);transform:skewX(20deg)}60%,80%{opacity:1}80%{-webkit-transform:skewX(-5deg);transform:skewX(-5deg)}to{-webkit-transform:none;transform:none;opacity:1}}.lightSpeedIn{-webkit-animation-name:lightSpeedIn;animation-name:lightSpeedIn;-webkit-animation-timing-function:ease-out;animation-timing-function:ease-out}@-webkit-keyframes lightSpeedOut{0%{opacity:1}to{-webkit-transform:translate3d(100%,0,0) skewX(30deg);transform:translate3d(100%,0,0) skewX(30deg);opacity:0}}@keyframes lightSpeedOut{0%{opacity:1}to{-webkit-transform:translate3d(100%,0,0) skewX(30deg);transform:translate3d(100%,0,0) skewX(30deg);opacity:0}}.lightSpeedOut{-webkit-animation-name:lightSpeedOut;animation-name:lightSpeedOut;-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}@-webkit-keyframes rotateIn{0%{transform-origin:center;-webkit-transform:rotate(-200deg);transform:rotate(-200deg);opacity:0}0%,to{-webkit-transform-origin:center}to{transform-origin:center;-webkit-transform:none;transform:none;opacity:1}}@keyframes rotateIn{0%{transform-origin:center;-webkit-transform:rotate(-200deg);transform:rotate(-200deg);opacity:0}0%,to{-webkit-transform-origin:center}to{transform-origin:center;-webkit-transform:none;transform:none;opacity:1}}.rotateIn{-webkit-animation-name:rotateIn;animation-name:rotateIn}@-webkit-keyframes rotateInDownLeft{0%{transform-origin:left bottom;-webkit-transform:rotate(-45deg);transform:rotate(-45deg);opacity:0}0%,to{-webkit-transform-origin:left bottom}to{transform-origin:left bottom;-webkit-transform:none;transform:none;opacity:1}}@keyframes rotateInDownLeft{0%{transform-origin:left bottom;-webkit-transform:rotate(-45deg);transform:rotate(-45deg);opacity:0}0%,to{-webkit-transform-origin:left bottom}to{transform-origin:left bottom;-webkit-transform:none;transform:none;opacity:1}}.rotateInDownLeft{-webkit-animation-name:rotateInDownLeft;animation-name:rotateInDownLeft}@-webkit-keyframes rotateInDownRight{0%{transform-origin:right bottom;-webkit-transform:rotate(45deg);transform:rotate(45deg);opacity:0}0%,to{-webkit-transform-origin:right bottom}to{transform-origin:right bottom;-webkit-transform:none;transform:none;opacity:1}}@keyframes rotateInDownRight{0%{transform-origin:right bottom;-webkit-transform:rotate(45deg);transform:rotate(45deg);opacity:0}0%,to{-webkit-transform-origin:right bottom}to{transform-origin:right bottom;-webkit-transform:none;transform:none;opacity:1}}.rotateInDownRight{-webkit-animation-name:rotateInDownRight;animation-name:rotateInDownRight}@-webkit-keyframes rotateInUpLeft{0%{transform-origin:left bottom;-webkit-transform:rotate(45deg);transform:rotate(45deg);opacity:0}0%,to{-webkit-transform-origin:left bottom}to{transform-origin:left bottom;-webkit-transform:none;transform:none;opacity:1}}@keyframes rotateInUpLeft{0%{transform-origin:left bottom;-webkit-transform:rotate(45deg);transform:rotate(45deg);opacity:0}0%,to{-webkit-transform-origin:left bottom}to{transform-origin:left bottom;-webkit-transform:none;transform:none;opacity:1}}.rotateInUpLeft{-webkit-animation-name:rotateInUpLeft;animation-name:rotateInUpLeft}@-webkit-keyframes rotateInUpRight{0%{transform-origin:right bottom;-webkit-transform:rotate(-90deg);transform:rotate(-90deg);opacity:0}0%,to{-webkit-transform-origin:right bottom}to{transform-origin:right bottom;-webkit-transform:none;transform:none;opacity:1}}@keyframes rotateInUpRight{0%{transform-origin:right bottom;-webkit-transform:rotate(-90deg);transform:rotate(-90deg);opacity:0}0%,to{-webkit-transform-origin:right bottom}to{transform-origin:right bottom;-webkit-transform:none;transform:none;opacity:1}}.rotateInUpRight{-webkit-animation-name:rotateInUpRight;animation-name:rotateInUpRight}@-webkit-keyframes rotateOut{0%{transform-origin:center;opacity:1}0%,to{-webkit-transform-origin:center}to{transform-origin:center;-webkit-transform:rotate(200deg);transform:rotate(200deg);opacity:0}}@keyframes rotateOut{0%{transform-origin:center;opacity:1}0%,to{-webkit-transform-origin:center}to{transform-origin:center;-webkit-transform:rotate(200deg);transform:rotate(200deg);opacity:0}}.rotateOut{-webkit-animation-name:rotateOut;animation-name:rotateOut}@-webkit-keyframes rotateOutDownLeft{0%{transform-origin:left bottom;opacity:1}0%,to{-webkit-transform-origin:left bottom}to{transform-origin:left bottom;-webkit-transform:rotate(45deg);transform:rotate(45deg);opacity:0}}@keyframes rotateOutDownLeft{0%{transform-origin:left bottom;opacity:1}0%,to{-webkit-transform-origin:left bottom}to{transform-origin:left bottom;-webkit-transform:rotate(45deg);transform:rotate(45deg);opacity:0}}.rotateOutDownLeft{-webkit-animation-name:rotateOutDownLeft;animation-name:rotateOutDownLeft}@-webkit-keyframes rotateOutDownRight{0%{transform-origin:right bottom;opacity:1}0%,to{-webkit-transform-origin:right bottom}to{transform-origin:right bottom;-webkit-transform:rotate(-45deg);transform:rotate(-45deg);opacity:0}}@keyframes rotateOutDownRight{0%{transform-origin:right bottom;opacity:1}0%,to{-webkit-transform-origin:right bottom}to{transform-origin:right bottom;-webkit-transform:rotate(-45deg);transform:rotate(-45deg);opacity:0}}.rotateOutDownRight{-webkit-animation-name:rotateOutDownRight;animation-name:rotateOutDownRight}@-webkit-keyframes rotateOutUpLeft{0%{transform-origin:left bottom;opacity:1}0%,to{-webkit-transform-origin:left bottom}to{transform-origin:left bottom;-webkit-transform:rotate(-45deg);transform:rotate(-45deg);opacity:0}}@keyframes rotateOutUpLeft{0%{transform-origin:left bottom;opacity:1}0%,to{-webkit-transform-origin:left bottom}to{transform-origin:left bottom;-webkit-transform:rotate(-45deg);transform:rotate(-45deg);opacity:0}}.rotateOutUpLeft{-webkit-animation-name:rotateOutUpLeft;animation-name:rotateOutUpLeft}@-webkit-keyframes rotateOutUpRight{0%{transform-origin:right bottom;opacity:1}0%,to{-webkit-transform-origin:right bottom}to{transform-origin:right bottom;-webkit-transform:rotate(90deg);transform:rotate(90deg);opacity:0}}@keyframes rotateOutUpRight{0%{transform-origin:right bottom;opacity:1}0%,to{-webkit-transform-origin:right bottom}to{transform-origin:right bottom;-webkit-transform:rotate(90deg);transform:rotate(90deg);opacity:0}}.rotateOutUpRight{-webkit-animation-name:rotateOutUpRight;animation-name:rotateOutUpRight}@-webkit-keyframes hinge{0%{transform-origin:top left}0%,20%,60%{-webkit-transform-origin:top left;-webkit-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out}20%,60%{-webkit-transform:rotate(80deg);transform:rotate(80deg);transform-origin:top left}40%,80%{-webkit-transform:rotate(60deg);transform:rotate(60deg);-webkit-transform-origin:top left;transform-origin:top left;-webkit-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out;opacity:1}to{-webkit-transform:translate3d(0,700px,0);transform:translate3d(0,700px,0);opacity:0}}@keyframes hinge{0%{transform-origin:top left}0%,20%,60%{-webkit-transform-origin:top left;-webkit-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out}20%,60%{-webkit-transform:rotate(80deg);transform:rotate(80deg);transform-origin:top left}40%,80%{-webkit-transform:rotate(60deg);transform:rotate(60deg);-webkit-transform-origin:top left;transform-origin:top left;-webkit-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out;opacity:1}to{-webkit-transform:translate3d(0,700px,0);transform:translate3d(0,700px,0);opacity:0}}.hinge{-webkit-animation-name:hinge;animation-name:hinge}@-webkit-keyframes rollIn{0%{opacity:0;-webkit-transform:translate3d(-100%,0,0) rotate(-120deg);transform:translate3d(-100%,0,0) rotate(-120deg)}to{opacity:1;-webkit-transform:none;transform:none}}@keyframes rollIn{0%{opacity:0;-webkit-transform:translate3d(-100%,0,0) rotate(-120deg);transform:translate3d(-100%,0,0) rotate(-120deg)}to{opacity:1;-webkit-transform:none;transform:none}}.rollIn{-webkit-animation-name:rollIn;animation-name:rollIn}@-webkit-keyframes rollOut{0%{opacity:1}to{opacity:0;-webkit-transform:translate3d(100%,0,0) rotate(120deg);transform:translate3d(100%,0,0) rotate(120deg)}}@keyframes rollOut{0%{opacity:1}to{opacity:0;-webkit-transform:translate3d(100%,0,0) rotate(120deg);transform:translate3d(100%,0,0) rotate(120deg)}}.rollOut{-webkit-animation-name:rollOut;animation-name:rollOut}@-webkit-keyframes zoomIn{0%{opacity:0;-webkit-transform:scale3d(.3,.3,.3);transform:scale3d(.3,.3,.3)}50%{opacity:1}}@keyframes zoomIn{0%{opacity:0;-webkit-transform:scale3d(.3,.3,.3);transform:scale3d(.3,.3,.3)}50%{opacity:1}}.zoomIn{-webkit-animation-name:zoomIn;animation-name:zoomIn}@-webkit-keyframes zoomInDown{0%{opacity:0;-webkit-transform:scale3d(.1,.1,.1) translate3d(0,-1000px,0);transform:scale3d(.1,.1,.1) translate3d(0,-1000px,0);-webkit-animation-timing-function:cubic-bezier(.55,.055,.675,.19);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}60%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(0,60px,0);transform:scale3d(.475,.475,.475) translate3d(0,60px,0);-webkit-animation-timing-function:cubic-bezier(.175,.885,.32,1);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}@keyframes zoomInDown{0%{opacity:0;-webkit-transform:scale3d(.1,.1,.1) translate3d(0,-1000px,0);transform:scale3d(.1,.1,.1) translate3d(0,-1000px,0);-webkit-animation-timing-function:cubic-bezier(.55,.055,.675,.19);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}60%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(0,60px,0);transform:scale3d(.475,.475,.475) translate3d(0,60px,0);-webkit-animation-timing-function:cubic-bezier(.175,.885,.32,1);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}.zoomInDown{-webkit-animation-name:zoomInDown;animation-name:zoomInDown}@-webkit-keyframes zoomInLeft{0%{opacity:0;-webkit-transform:scale3d(.1,.1,.1) translate3d(-1000px,0,0);transform:scale3d(.1,.1,.1) translate3d(-1000px,0,0);-webkit-animation-timing-function:cubic-bezier(.55,.055,.675,.19);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}60%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(10px,0,0);transform:scale3d(.475,.475,.475) translate3d(10px,0,0);-webkit-animation-timing-function:cubic-bezier(.175,.885,.32,1);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}@keyframes zoomInLeft{0%{opacity:0;-webkit-transform:scale3d(.1,.1,.1) translate3d(-1000px,0,0);transform:scale3d(.1,.1,.1) translate3d(-1000px,0,0);-webkit-animation-timing-function:cubic-bezier(.55,.055,.675,.19);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}60%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(10px,0,0);transform:scale3d(.475,.475,.475) translate3d(10px,0,0);-webkit-animation-timing-function:cubic-bezier(.175,.885,.32,1);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}.zoomInLeft{-webkit-animation-name:zoomInLeft;animation-name:zoomInLeft}@-webkit-keyframes zoomInRight{0%{opacity:0;-webkit-transform:scale3d(.1,.1,.1) translate3d(1000px,0,0);transform:scale3d(.1,.1,.1) translate3d(1000px,0,0);-webkit-animation-timing-function:cubic-bezier(.55,.055,.675,.19);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}60%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(-10px,0,0);transform:scale3d(.475,.475,.475) translate3d(-10px,0,0);-webkit-animation-timing-function:cubic-bezier(.175,.885,.32,1);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}@keyframes zoomInRight{0%{opacity:0;-webkit-transform:scale3d(.1,.1,.1) translate3d(1000px,0,0);transform:scale3d(.1,.1,.1) translate3d(1000px,0,0);-webkit-animation-timing-function:cubic-bezier(.55,.055,.675,.19);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}60%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(-10px,0,0);transform:scale3d(.475,.475,.475) translate3d(-10px,0,0);-webkit-animation-timing-function:cubic-bezier(.175,.885,.32,1);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}.zoomInRight{-webkit-animation-name:zoomInRight;animation-name:zoomInRight}@-webkit-keyframes zoomInUp{0%{opacity:0;-webkit-transform:scale3d(.1,.1,.1) translate3d(0,1000px,0);transform:scale3d(.1,.1,.1) translate3d(0,1000px,0);-webkit-animation-timing-function:cubic-bezier(.55,.055,.675,.19);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}60%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(0,-60px,0);transform:scale3d(.475,.475,.475) translate3d(0,-60px,0);-webkit-animation-timing-function:cubic-bezier(.175,.885,.32,1);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}@keyframes zoomInUp{0%{opacity:0;-webkit-transform:scale3d(.1,.1,.1) translate3d(0,1000px,0);transform:scale3d(.1,.1,.1) translate3d(0,1000px,0);-webkit-animation-timing-function:cubic-bezier(.55,.055,.675,.19);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}60%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(0,-60px,0);transform:scale3d(.475,.475,.475) translate3d(0,-60px,0);-webkit-animation-timing-function:cubic-bezier(.175,.885,.32,1);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}.zoomInUp{-webkit-animation-name:zoomInUp;animation-name:zoomInUp}@-webkit-keyframes zoomOut{0%{opacity:1}50%{-webkit-transform:scale3d(.3,.3,.3);transform:scale3d(.3,.3,.3)}50%,to{opacity:0}}@keyframes zoomOut{0%{opacity:1}50%{-webkit-transform:scale3d(.3,.3,.3);transform:scale3d(.3,.3,.3)}50%,to{opacity:0}}.zoomOut{-webkit-animation-name:zoomOut;animation-name:zoomOut}@-webkit-keyframes zoomOutDown{40%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(0,-60px,0);transform:scale3d(.475,.475,.475) translate3d(0,-60px,0);-webkit-animation-timing-function:cubic-bezier(.55,.055,.675,.19);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}to{opacity:0;-webkit-transform:scale3d(.1,.1,.1) translate3d(0,2000px,0);transform:scale3d(.1,.1,.1) translate3d(0,2000px,0);-webkit-transform-origin:center bottom;transform-origin:center bottom;-webkit-animation-timing-function:cubic-bezier(.175,.885,.32,1);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}@keyframes zoomOutDown{40%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(0,-60px,0);transform:scale3d(.475,.475,.475) translate3d(0,-60px,0);-webkit-animation-timing-function:cubic-bezier(.55,.055,.675,.19);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}to{opacity:0;-webkit-transform:scale3d(.1,.1,.1) translate3d(0,2000px,0);transform:scale3d(.1,.1,.1) translate3d(0,2000px,0);-webkit-transform-origin:center bottom;transform-origin:center bottom;-webkit-animation-timing-function:cubic-bezier(.175,.885,.32,1);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}.zoomOutDown{-webkit-animation-name:zoomOutDown;animation-name:zoomOutDown}@-webkit-keyframes zoomOutLeft{40%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(42px,0,0);transform:scale3d(.475,.475,.475) translate3d(42px,0,0)}to{opacity:0;-webkit-transform:scale(.1) translate3d(-2000px,0,0);transform:scale(.1) translate3d(-2000px,0,0);-webkit-transform-origin:left center;transform-origin:left center}}@keyframes zoomOutLeft{40%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(42px,0,0);transform:scale3d(.475,.475,.475) translate3d(42px,0,0)}to{opacity:0;-webkit-transform:scale(.1) translate3d(-2000px,0,0);transform:scale(.1) translate3d(-2000px,0,0);-webkit-transform-origin:left center;transform-origin:left center}}.zoomOutLeft{-webkit-animation-name:zoomOutLeft;animation-name:zoomOutLeft}@-webkit-keyframes zoomOutRight{40%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(-42px,0,0);transform:scale3d(.475,.475,.475) translate3d(-42px,0,0)}to{opacity:0;-webkit-transform:scale(.1) translate3d(2000px,0,0);transform:scale(.1) translate3d(2000px,0,0);-webkit-transform-origin:right center;transform-origin:right center}}@keyframes zoomOutRight{40%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(-42px,0,0);transform:scale3d(.475,.475,.475) translate3d(-42px,0,0)}to{opacity:0;-webkit-transform:scale(.1) translate3d(2000px,0,0);transform:scale(.1) translate3d(2000px,0,0);-webkit-transform-origin:right center;transform-origin:right center}}.zoomOutRight{-webkit-animation-name:zoomOutRight;animation-name:zoomOutRight}@-webkit-keyframes zoomOutUp{40%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(0,60px,0);transform:scale3d(.475,.475,.475) translate3d(0,60px,0);-webkit-animation-timing-function:cubic-bezier(.55,.055,.675,.19);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}to{opacity:0;-webkit-transform:scale3d(.1,.1,.1) translate3d(0,-2000px,0);transform:scale3d(.1,.1,.1) translate3d(0,-2000px,0);-webkit-transform-origin:center bottom;transform-origin:center bottom;-webkit-animation-timing-function:cubic-bezier(.175,.885,.32,1);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}@keyframes zoomOutUp{40%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(0,60px,0);transform:scale3d(.475,.475,.475) translate3d(0,60px,0);-webkit-animation-timing-function:cubic-bezier(.55,.055,.675,.19);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}to{opacity:0;-webkit-transform:scale3d(.1,.1,.1) translate3d(0,-2000px,0);transform:scale3d(.1,.1,.1) translate3d(0,-2000px,0);-webkit-transform-origin:center bottom;transform-origin:center bottom;-webkit-animation-timing-function:cubic-bezier(.175,.885,.32,1);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}.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{visibility:hidden;-webkit-transform:translate3d(0,100%,0);transform:translate3d(0,100%,0)}}@keyframes slideOutDown{0%{-webkit-transform:translateZ(0);transform:translateZ(0)}to{visibility:hidden;-webkit-transform:translate3d(0,100%,0);transform:translate3d(0,100%,0)}}.slideOutDown{-webkit-animation-name:slideOutDown;animation-name:slideOutDown}@-webkit-keyframes slideOutLeft{0%{-webkit-transform:translateZ(0);transform:translateZ(0)}to{visibility:hidden;-webkit-transform:translate3d(-100%,0,0);transform:translate3d(-100%,0,0)}}@keyframes slideOutLeft{0%{-webkit-transform:translateZ(0);transform:translateZ(0)}to{visibility:hidden;-webkit-transform:translate3d(-100%,0,0);transform:translate3d(-100%,0,0)}}.slideOutLeft{-webkit-animation-name:slideOutLeft;animation-name:slideOutLeft}@-webkit-keyframes slideOutRight{0%{-webkit-transform:translateZ(0);transform:translateZ(0)}to{visibility:hidden;-webkit-transform:translate3d(100%,0,0);transform:translate3d(100%,0,0)}}@keyframes slideOutRight{0%{-webkit-transform:translateZ(0);transform:translateZ(0)}to{visibility:hidden;-webkit-transform:translate3d(100%,0,0);transform:translate3d(100%,0,0)}}.slideOutRight{-webkit-animation-name:slideOutRight;animation-name:slideOutRight}@-webkit-keyframes slideOutUp{0%{-webkit-transform:translateZ(0);transform:translateZ(0)}to{visibility:hidden;-webkit-transform:translate3d(0,-100%,0);transform:translate3d(0,-100%,0)}}@keyframes slideOutUp{0%{-webkit-transform:translateZ(0);transform:translateZ(0)}to{visibility:hidden;-webkit-transform:translate3d(0,-100%,0);transform:translate3d(0,-100%,0)}}.slideOutUp{-webkit-animation-name:slideOutUp;animation-name:slideOutUp}.ves-menu {
    padding: 0;
    margin: 0;
}

.ves-megamenu {
    padding: 0;
    float: left;
    width: 100%;
    background: #f0f0f0;
}

.ves-menu .ves-megamenu {
    padding: 0
}

.ves-megamenu .dropdown-menu .content-wrap .megamenu-sidebar, .ves-megamenu .dropdown-menu .content-wrap .megamenu-content {
    float: left;
}
.ves-megamenu.menu-hover .nav-item:hover >.submenu {
    display: block;
}
.ves-megamenu .dropdown-menu {
    border: 0 none;
    color: #333;
    display: block;
    margin-top: 0;
    padding: 20px;
    min-width: 230px;
}

.ves-megamenu .dropdown-menu a {
    color: #333;
    padding: 0;
}

.ves-megamenu .dropdown > .dropdown-menu {
    top: 100%;
}

.ves-megamenu .dropdown.submenu-alignleft > .dropdown-menu {
    left: 0;
    right: auto;
}

.ves-megamenu .dropdown.submenu-alignright > .dropdown-menu {
    right: 0;
    left: auto;
}

.ves-megamenu .dropdown.submenu-left {
    position: static;
}

.ves-megamenu .dropdown.submenu-right {
    position: static;
}

.ves-megamenu .dropdown.submenu-right > .dropdown-menu {
    left: auto !important;
    right: 0 !important;
    background: red;
}

.ves-megamenu .dropdown-menu .subgroup > a > .caret {
    display: none;
}

.ves-megamenu .dropdown-menu .subgroup a {
    color: #333;
    font-weight: normal;
    text-transform: none;
}

.ves-megamenu .dropdown-menu .subgroup>.submenu {
    box-shadow: none;
}

.ves-megamenu .dropdown-menu .subgroup .dropdown-mega {
    display: block;
    position: static;
}

.ves-megamenu .dropdown-menu .subgroup.level1 > .dropdown-mega {
    padding: 20px;
    max-width: 100%;
    min-width: auto;
}

.ves-megamenu .dropdown-menu .subgroup.level1 > a {
    color: #333;
    display: block;
    font-weight: bold;
    text-transform: uppercase;
    padding-left: 20px;
}

.ves-megamenu .dropdown-menu .subgroup .subgroup .dropdown-mega a {
    color: #888;
}

.ves-megamenu .dropdown-menu .subgroup.level1 > .submenu > .content-wrap > .megamenu-content {
    margin: 10px 0;
}

.ves-megamenu .dropdown-menu .megamenu-header {
    border-bottom: 1px solid #e6e6e6;
    float: left;
    margin-bottom: 20px;
    padding-bottom: 12px;
    width: 100%;
}

.ves-megamenu li.level0 > a {
    position: relative;
    line-height: 45px;
    float: left;
    color: #333;
    font-weight: bold;
    text-transform: uppercase;
}

.ves-megamenu li.level0 .nav-anchor > img {
    margin-bottom: -4px;
}

.ves-megamenu .nav-item > a {
    line-height: 45px;
    padding: 0 20px;
}

.ves-megamenu .opener {
    position: absolute;
    right: 0;
    padding: 20px;
    top: 0;
    font: normal normal normal 14px/1 'FontAwesome';
}

.ves-megamenu .opener:before {
    content: "\f067"
}

.ves-megamenu .opener.item-active:before {
    content: "\f068";
}

.ves-megamenu img:hover {
    -webkit-transform: scale(1.04);
    -ms-transform: scale(1.04);
    -o-transform: scale(1.04);
    transform: scale(1.04);
    -webkit-transition: all .5s ease 0s;
    -o-transition: all .5s ease 0s;
    transition: all .5s ease 0s;
}

.cat-label {
    color: #fff;
    font-size: 14px;
    padding: 0 4px;
    text-transform: none;
    vertical-align: middle;
    font-weight: normal;
}

.cat-label-v1 {
    background: #5bd2ec none repeat scroll 0 0;
}

.cat-label-v2 {
    background: #d52462 none repeat scroll 0 0;
}

.cat-label-v3 {
    background: #0cc485
}

.cat-label.pin-top {
    line-height: 16px;
    padding: 0 4px;
    position: absolute;
    right: 20px;
    top: -10px;
}

.cat-label.pin-top::before {
    border-color: transparent;
    border-style: solid;
    border-width: 4px;
    content: "";
    height: 0;
    position: absolute;
    right: 6px;
    top: 16px;
    width: 0;
}

.cat-label-v1.pin-top::before {
    border-top-color: #5bd2ec;
}

.cat-label-v2.pin-top::before {
    border-top-color: #d52462;
}

.ves-megamenu .megamenu-widget .product-item-info {
    text-align: center;
}

.ves-megamenu .megamenu-widget .block-title strong {
    font-weight: 700;
}

.ves-megamenu .megamenu-widget .owl-item img {
    float: none;
    margin: auto;
}

.ves-megamenu .owl-carousel > .owl-stage-outer {
    padding-top: 10px;
    padding-left: 10px;
}

.ves-megamenu .megamenu-widget .block-title {
    text-transform: uppercase;
    padding-top: 7px;
    padding-bottom: 7px;
    border-bottom: 1px solid #e5e5e5;
    font-size: 1.5em;
    line-height: 1.2222em;
}

.ves-megamenu .products-widget {
    position: relative;
    margin: 0;
}

.ves-megamenu .products-widget .owl-nav {
    position: absolute;
    right: 0;
    top: 0;
    z-index: 888;
}

.ves-megamenu .products-widget .owl-nav a {
    float: left;
    width: 20px;
    cursor: pointer;
    border: 1px solid transparent;
    padding: 0;
    text-align: center;
    -webkit-transition: all .3s ease 0s;
    -o-transition: all .3s ease 0s;
    transition: all .3s ease 0s;
    font-size: 18px;
}

.ves-megamenu .products-widget .owl-nav a:hover {
    color: #f00;
    border-color: #f00
}

.ves-megamenu .products-widget .product-block .product-item-info {
    margin-bottom: 0;
}

.products-widget .owl-nav.disabled {
    display: none;
}

.ves-megamenu .megamenu-header .links li, .ves-megamenu .megamenu-footer .links li {
    display: inline-block;
    padding: 0 5px
}

.ves-megamenu .dynamic-items a {
    width: 100%;
    float: left;
    padding-top: 0 !important;
    padding-bottom: 0 !important;
}

.ves-megamenu .dynamic-content > .nav-item {
    display: none;
}

.ves-megamenu .dynamic-items li > a > .caret {
    position: absolute;
    right: 20px;
    top: 20px;
    border-left: 4px dashed;
    border-left: 4px solid\9;
    border-top: 4px solid transparent;
    border-bottom: 4px solid transparent;
}

.ves-megamenu .dynamic-items li:hover {
    cursor: pointer;
}

.ves-megamenu .dynamic-content > .nav-item.dynamic-active {
    display: block
}

.ves-megamenu .dropdown-menu .megamenu-footer {
    float: left;
    margin-top: 20px;
    width: 100%;
}

.ves-megamenu .megamenu-widget .owl-item .product-item {
    width: 100% !important;
}

.ves-megamenu .megamenu-widget .product-item {
    text-align: center;
}

.ves-megamenu .product-item .product-item-actions {
    margin: 0;
}

.ves-megamenu .onsale {
    background: #5bd2ec;
    color: #FFF;
    text-transform: uppercase;
    padding: 0px 4px;
}

.ves-megamenu .reviews-actions {
    display: none;
}

.new-icon {
    background: #d52462;
    color: #FFF;
    text-transform: uppercase;
    padding: 0px 4px;
}

.ves-megamenu .product-item .product-item-name {
    font-weight: bold;
}

.feature-box-v3 .fbox-icon .icons {
    border-radius: 50%;
    padding: 20px 28px;
}

.feature-box-v3 .fbox-icon .icons.icons-plain {
    width: auto;
    height: auto;
    line-height: 100%
}

.feature-box-v3 .fa:before {
    font-size: 30px
}

.fbox-icon a {
    text-align: center;
    display: inline-table !important;
    background: #f1f1f1;
    border-radius: 50%;
}

.fbox-icon {
    text-align: center;
}

.ves-megamenu .product-image-container {
    max-width: 180px;
}

.ves-megamenu li {
    list-style: none;
    margin: 0;
}

.ves-megamenu.ves-vertical {
    border: 1px solid #DDD;
    border-top: 0;
}

.ves-megamenu.ves-vertical li.level0 {
    position: static !important;
}

.ves-megamenu.ves-vertical li.level0>.submenu {
    box-shadow: none;
    border: 1px solid #DDD;
    border-radius: 1px;
}

.ves-menu > .block-title {
    margin: 0;
    text-align: center;
    padding: 10px;
    background: #333;
    color: #FFF;
    text-transform: uppercase;
}

.ves-megamenu li.active>a {
    background: #333;
    color: #FFF !important;
}

.ves-menu .navigation .level0 .submenu {
    background: none;
}

.ves-menu .navigation .level0 > .submenu {
    background: #FFF;
}

.ves-menu .submenu .products-grid .product-item-photo {
    padding: 0;
    float: left;
    width: 100%;
    text-align: center;
}

.ves-menu .level0 .submenu .products-grid a {
    padding: 0
}

.navigation .level0 .submenu .products-grid a:hover {
    background: none;
}

.ves-megamenu .level0 .products-grid .product-item .product-item-actions {
    margin: 10px 0 10px;
}

.ves-megamenu .level0 .products-grid .product-item .product-item-actions .actions-secondary > .action {
    color: #999
}

.ves-megamenu .level0 .products-grid .product-item .product-item-actions .actions-secondary > .action:hover {
    color: #333
}

.ves-megamenu .level0 .products-grid .product-item .product-item-name {
    font-weight: 400;
}

.ves-megamenu .icon {
    position: absolute;
    right: 10px;
    color: #FFF;
    z-index: 999;
}

.ves-megamenu .row {
    margin-left: -15px;
    margin-right: -15px;
}

.ves-megamenu .submenu .megamenu-sidebar.right-sidebar a, .ves-megamenu .submenu .megamenu-sidebar.left-sidebar a {
    padding: 0;
}

.nav-sections.scroll-to-fixed-fixed .cat-label.pin-top {
    top: 2px;
}

.ves-megamenu iframe {
    max-width: 100%;
}

.ves-megamenu .level0 .submenu {
    z-index: 99;
}

.ves-menu.navigation > ul {
    background: #f0f0f0;
    padding: 0;
}

.ves-menu.navigation {
    position: static
}

.navigation .ves-megamenu .level1 .submenu {
    background: transparent;
    z-index: 999;
}

@media (min-width: 768px) and (max-width: 992px) {
    .ves-menu .dorgin-items, .ves-menu .dynamic-items, .ves-menu .dynamic-content {
        display: block !important
    }
}

@media only screen and (min-width: 768px) {
    
    .ves-megamenu .mega-col {
        float: left;
    }

    .ves-column1 > .item-content1 > .mega-col {
        width: 100%;
    }

    .ves-column2 > .item-content1 > .mega-col {
        width: 50%;
    }

    .ves-column3 > .item-content1 > .mega-col {
        width: 33.3333%;
    }

    .ves-column4 > .item-content1 > .mega-col {
        width: 25%;
    }

    .ves-column5 > .item-content1 > .mega-col {
        width: 20%;
    }

    .ves-column6 > .item-content1 > .mega-col {
        width: 16.6666%;
    }

    .ves-column7 > .item-content1 > .mega-col {
        width: 14.2857%;
    }

    .ves-column8 > .item-content1 > .mega-col {
        width: 12.5%;
    }

    .ves-column9 > .item-content1 > .mega-col {
        width: 11.1111%;
    }

    .ves-column10 > .item-content1 > .mega-col {
        width: 10%;
    }

    .ves-column11 > .item-content1 > .mega-col {
        width: 9.0909%;
    }

    .ves-column12 > .item-content1 > .mega-col {
        width: 8.3333%;
    }

    .nav-sections-item-content.scroll-to-fixed-fixed {
        width: 100% !important;
        background: #f0f0f0;
    }
    
    .ves-menu .navigation .level0 > .submenu {
        border: 1px solid #ccc;
        box-shadow: 0 5px 5px rgba(0,0,0,0.19);
    }

    .ves-menu.mgm-widget .navigation {
        z-index: auto;
    }

    .menu-click.ves-vertical .orgin-items.hidden-lg {
        display: block !important
    }

    .navigation .ves-megamenu .level0 .submenu .submenu-right .submenu {
        left: auto !important;
        right: 80% !important;
        background: red;
    }

    .ves-megamenu .dynamic-content > .nav-item > .content-wrap {
        float: left;
        width: 100%;
    }

    .sections.nav-sections {
        width: 100%;
    }

    .ves-megamenu .level0 .megamenu-widget > .carousel > .products-grid .product-item {
        width: 100%;
    }

    .ves-megamenu .level0 .megamenu-widget > .carousel > .carousel-inner > .item {
        padding-left: 10px
    }

    .ves-megamenu .level0 .submenu .dynamic-items li, .navigation .ves-megamenu .level0 .submenu .dynamic-items li {
        float: left;
        width: 100%
    }

    .ves-megamenu .level0 .submenu .dynamic-items > ul > li > a {
        padding: 10px 0 !important;
        border-bottom: 1px solid #ddd;
        border-right: 1px solid #ddd;
        text-indent: 10px;
        float: left;
        width: 100%;
        position: relative;
        margin: 0;
    }

    .ves-megamenu .level0 .submenu .dynamic-items > ul > li > a:hover {
        background: #FFF
    }

    .ves-megamenu .level0 .submenu .dynamic-items li a:hover {
        border-right-color: #FFF
    }

    .navigation .ves-megamenu .submenu .feature-box a {
        padding: 0;
    }

    .megamenu-title {
        display: none;
    }

    .ves-navbar {
        display: none;
    }

    .menu-click.ves-vertical .caret, .ves-megamenu .opener {
        display: none;
    }

    .menu-click.ves-vertical .opener {
        display: block;
    }

    .ves-megamenu .level0 .submenu {
        min-width: 230px;
    }

    .ves-vertical-right.ves-vertical .level0 > a > .caret {
        left: 0;
        border-right: 4px solid black;
        border-left: 0;
    }

    .ves-vertical-right.ves-vertical .dropdown > .dropdown-menu {
        right: 100%;
        left: auto !important;
    }

    .ves-vertical .caret {
        position: absolute;
        right: 18px;
        top: 50%;
        border-top: 4px solid transparent;
        border-bottom: 4px solid transparent;
        border-left: 4px solid black;
    }

    /* VERTICAL */
    .ves-vertical li.level0>a {
        width: 100%;
    }

    .ves-vertical li.level0 {
        width: 100%
    }

    .ves-vertical .dropdown > .dropdown-menu {
        left: 100% !important;
        top: 0;
    }

    .ves-megamenu.ves-vertical .dropdown.submenu-left {
        position: relative;
    }

    .ves-megamenu.ves-vertical .subhover:hover .dropdown-menu {
        top: 0;
    }

    /* VERTICAL */
    .ves-megamenu .level0 .submenu .dynamic-items ul {
        padding: 0;
        float: left;
        width: 100%;
        display: block!important;
    }

    .navigation .ves-megamenu .level0 .submenu .submenu, .ves-megamenu .subgroup > .submenu {
        padding: 0;
        width: 100%;
    }

    .navigation .ves-megamenu .level0 .level2 .submenu .submenu, .ves-megamenu .level0 .level2 .subgroup > .submenu {
        padding-left: 15px;
    }

    .ves-megamenu .product-item a {
        display: inline-block !important;
    }

    .navigation .ves-megamenu .level0 .submenu .submenu {
        left: 70% !important;
        background: #FFF;
    }

    .ves-megamenu .level0 .submenu .submenu {
        border: 0;
        left: 70% !important;
        float: left;
    }

    .ves-megamenu .level0 {
        float: left;
    }

    .nav-sections-item-content .ves-menu {
        display: block
    }

    .ves-megamenu.menu-hover li .dropdown-menu {
        position: absolute;
    }

    .level0 .submenu a:hover, .level0 .submenu a.ui-state-focus {
        background: none;
    }

    .ves-megamenu .level0 .submenu a {
        padding: 0;
    }

    .ves-megamenu .level0 .nav-item>a {
        padding: 0 20px;
        line-height: 45px;
    }

    .level0 .submenu {
        min-width: auto
    }

    .level0 .submenu {
        position: static;
    }

    .ves-megamenu {
        position: relative;
        display: inline-block;
        margin: 0;
        padding: 0;
    }

    .ves-megamenu.menu-hover .nav-item:hover>.dropdown-menu {
        display: block
    }

    .ves-megamenu a:hover {
        text-decoration: none;
    }

    .ves-megamenu.menu-hover .dropdown:hover > .dropdown-menu {
        display: block;
        z-index: 99;
    }

    .ves-megamenu.menu-hover .subhover:hover .dropdown-menu {
        padding: 20px;
    }

    .dynamic-items li:hover, .dynamic-items li.dynamic-active {
        border-right: transparent;
    }

    .ves-megamenu .level0 .submenu .dynamic-items > ul > li.dynamic-active > a {
        border-right-color: transparent
    }

    .dynamic-items li:hover .caret, .ves-megamenu .dropdown-menu, .dynamic-items li.dynamic-active .caret {
        display: none;
    }

    .ves-megamenu li.level0:hover > a {
        background: #333;
        color: #FFF;
    }

    .ves-megamenu .level0>.dropdown-mega {
        width: 100%;
        display: block;
        top: 100%;
    }

    .ves-megamenu .dropdown-menu {
        padding: 20px;
    }

    .ves-megamenu.menu-click .mega-col, .ves-megamenu.menu-click .dropdown-menu .content-wrap .megamenu-sidebar, .ves-megamenu.menu-click .dropdown-menu .content-wrap .megamenu-content, .ves-megamenu.menu-click .dropdown-menu .megamenu-footer, .ves-megamenu.menu-click .dropdown-menu .megamenu-header {
        float: left;
        width: 100% !important;
    }

    .ves-megamenu.menu-click .level0 .submenu, .ves-megamenu.menu-click .level0 .dropdown-submenu .submenu {
        max-width: 100%;
        border-radius: 0;
        box-shadow: none;
        display: none;
        position: absolute;
    }

    .ves-megamenu.menu-click li, .ves-megamenu.menu-click img, .ves-megamenu.menu-click video, .ves-megamenu.menu-click iframe {
        max-width: 100%
    }

    .ves-megamenu.menu-click .dropdown-menu .subgroup.level1 > .dropdown-mega {
        width: 100%
    }

    .ves-megamenu.menu-click .submenu, .ves-megamenu.menu-click .subgroup .submenu {
        padding-left: 20px;
        display: none;
        padding-right: 0;
        padding-top: 0;
        padding-bottom: 0;
    }

    .ves-megamenu.menu-click .level0 .submenu {
        width: 100%;
    }

    .ves-megamenu.menu-click .level0 > .submenu {
        padding-right: 10px;
    }

    .orgin-items {
        display: none;
    }

    .ves-megamenu.menu-click .orgin-items {
        display: block
    }

    .ves-megamenu.menu-click .dorgin-items {
        display: none;
    }

    .feature-box:hover .icons {
        background: #ef2840;
        color: #fff;
    }
    .ves-megamenu .nav-item.current>.submenu {
        display: block!important;
    }
}

.navigation ul .level0:last-child {
    margin-right: 0;
}

@media only screen and (max-width: 767px) {
    .ves-menu .carousel-indicators {
        padding: 20px;
        width: auto;
    }

    .ves-menu .carousel-indicators li {
        padding: 10px;
        height: auto;
        display: inline-block;
        float: left;
    }

    .ves-menu .carousel-inner .item {
        text-align: center
    }

    .ves-menu .product-items.owl-carousel {
        width: 100% !important;
        max-width: 100%;
    }

    .ves-menu .level0 .submenu {
        width: 100% !important;
        position: relative;
    }

    .ves-menu .navigation .level0 > .submenu {
        width: 100% !important;
        display: none;
        padding-left: 0;
    }

    .ves-menu .block-title {
        display: none;
    }

    .megamenu-title {
        display: block;
    }

    .ves-megamenu.nav-mobile .dropdown-menu .subgroup.level1 > a {
        padding-left: 0;
    }

    .ves-nav-before-open {
        height: 100%;
        width: 100%
    }

    .ves-nav-before-open .page-wrapper {
        -webkit-transition: left .3s;
        -moz-transition: left .3s;
        -ms-transition: left .3s;
        transition: left .3s;
        height: 100%;
        left: 0;
        overflow: hidden;
        position: relative
    }

    .ves-nav-before-open body {
        height: 100%;
        overflow: hidden;
        position: relative;
        width: 100%
    }

    .ves-navopen .page-wrapper {
        left: 80%;
        left: calc(100% - 54px)
    }

    .ves-navopen .offcanvas-menu,
    .ves-navopen .drill-down-menu {
        -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);
        z-index: 99
    }

    .ves-navopen .nav-toggle:after {
        background: rgba(0,0,0,0.01);
        content: '';
        display: block;
        height: 100%;
        position: fixed;
        right: 0;
        top: 0;
        width: 100%;
        z-index: 1
    }

    .offcanvas-menu {
        -webkit-transition: left .3s;
        -moz-transition: left .3s;
        -ms-transition: left .3s;
        transition: left .3s;
        height: 100%;
        left: calc(-1 * (100% - 53px));
        overflow: auto;
        position: fixed;
        top: 0;
        width: calc(100% - 54px);
        background: #f0f0f0;
    }

    .ves-navbar {
        position: relative;
        min-height: 50px;
        margin-bottom: 20px;
        border: 1px solid transparent;
        background-color: #222;
        border-color: #080808;
    }

    .ves-navbar {
        display: block;
        padding-left: 15px;
    }

    .ves-navtoggle
    
    {
        display: inline-block;
        text-decoration: none;
        cursor: pointer;
        display: block;
        font-size: 0;
        position: absolute;
        top: 15px;
        z-index: 10;
        float: left;
        top: 10%;
    }

    .ves-navtoggle:before {
        -webkit-font-smoothing: antialiased;
        font-size: 28px;
        line-height: inherit;
        color: #FFF;
        content: '\e609';
        font-family: 'luma-icons';
        vertical-align: middle;
        display: inline-block;
        font-weight: normal;
        overflow: hidden;
        speak: none;
        text-align: center
    }

    .ves-navtoggle:hover:before{
        color: #FFF;
    }

    .ves-navtoggle > span {
        border: 0;
        clip: rect(0, 0, 0, 0);
        height: 1px;
        margin: -1px;
        overflow: hidden;
        padding: 0;
        position: absolute;
        width: 1px
    }

    .dorgin-items {
        display: none;
    }

    .orgin-items {
        display: block
    }

    .ves-megamenu .dropdown-menu .subgroup.level1 > .dropdown-mega {
        padding: 0 0 0 20px;
    }

    .ves-megamenu .level0 .submenu .submenu {
        background: none;
    }

    .ves-megamenu .products-widget .owl-nav a {
        padding: 5px 15px;
        width: auto;
        font-size: 20px;
    }

    .ves-megamenu .products-widget .owl-nav {
        width: 80px;
    }

    .ves-megamenu img, .ves-megamenu video, .ves-megamenu iframe {
        max-width: 100%
    }

    .nav-mobile .nav-item.level1 {
        padding-left: 20px;
    }

    .ves-megamenu.nav-mobile .submenu, .ves-megamenu.nav-mobile .subgroup .submenu {
        padding-left: 20px;
        display: none;
    }

    .nav-mobile .submenu {
        max-width: 100% !important;
    }

    .nav-mobile .nav-item > a {
        padding: 0;
        width: 100%;
        float: left;
    }

    .nav-mobile li a {
        /* position: relative; */
        width: 100%;
        width: auto;
    }

    .nav-mobile .caret {
        display: none;
    }

    .nav-mobile {
        background-color: #f8f8f8;
        float: left;
    }

    .nav-mobile li {
        float: left;
        position: relative !important;
        border-bottom: 1px solid #e5e5e5;
    }
    .ves-megamenu.ves-vertical li.level0,
    .nav-mobile .nav-item {
        width: 100% !important;
        position: relative !important;
    }

    .nav-mobile .cat-label.pin-top{
        top: 2px
    }

    .submenu.dropdown-menu {
        position: relative;
        padding: 0;
        border-radius: 0;
        box-shadow: none;
    }

    .nav-mobile .submenu {
        border: 0;
        padding: 0;
        transition: left .3s ease-out;
        width: 100%;
        background: #f8f8f8;
    }

    .nav-mobile li.level0 > a {
        padding: 0 20px;
        position: static;
        line-height: 45px;
        float: left;
        color: #333;
        font-weight: bold;
        text-transform: uppercase;
    }

    .nav-mobile .dropdown-menu .content-wrap .megamenu-sidebar, .nav-mobile .dropdown-menu .content-wrap .megamenu-content, .nav-mobile .dropdown-menu .megamenu-footer, .nav-mobile .dropdown-menu .megamenu-header {
        float: left;
        width: 100% !important;
    }

    .ves-overlay {
        position: absolute;
        width: 100%;
        height: 100%;
        z-index: 80;
        top: 0;
        background: rgba(0, 0, 0, 0.701961);
        left: 0;
    }

    .offcanvas-menu,
    .drill-down-menu {
        padding-top: 30px;
    }

    .ves-megamenu .opener.item-active {
        background: rgba(0,0,0, 0.05)
    }

    .nav-mobile.hide-blocks .megamenu-header, .nav-mobile.hide-blocks .megamenu-sidebar, .nav-mobile.hide-blocks .megamenu-footer {
        display: none;
    }

    .nav-mobile .megamenu-title {
        padding-left: 20px;
        padding-bottom: 20px;
        font-size: 20px;
    }

    .nav-mobile li a {
        width: auto
    }
}

/** Bootstrap Carousel */
.carousel {
    position: relative;
}

.carousel-inner {
    position: relative;
    width: 100%;
    overflow: hidden;
    padding-top: 0;
}

.carousel-inner > .item {
    position: relative;
    display: none;
    -webkit-transition: .6s ease-in-out left;
    -o-transition: .6s ease-in-out left;
    transition: .6s ease-in-out left;
}

.carousel-inner .item:first-child {
    padding-top: 10px;
}

.carousel-inner > .item > img, .carousel-inner > .item > a > img {
    line-height: 1;
}

.ves-megamenu.accordion-menu.menu-click .level0 .nav-item a {
    position: relative;
}

@media all and (transform-3d), (-webkit-transform-3d) {
    .carousel-inner > .item {
        -webkit-transition: -webkit-transform .6s ease-in-out;
        -o-transition: -o-transform .6s ease-in-out;
        transition: transform .6s ease-in-out;
        -webkit-backface-visibility: hidden;
        backface-visibility: hidden;
        -webkit-perspective: 1000px;
        perspective: 1000px;
    }

    .carousel-inner > .item.next, .carousel-inner > .item.active.right {
        left: 0;
        -webkit-transform: translate3d(100%, 0, 0);
        transform: translate3d(100%, 0, 0);
    }

    .carousel-inner > .item.prev, .carousel-inner > .item.active.left {
        left: 0;
        -webkit-transform: translate3d(-100%, 0, 0);
        transform: translate3d(-100%, 0, 0);
    }

    .carousel-inner > .item.next.left, .carousel-inner > .item.prev.right, .carousel-inner > .item.active {
        left: 0;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}

.carousel-inner > .active, .carousel-inner > .next, .carousel-inner > .prev {
    display: block;
}

.carousel-inner > .active {
    left: 0;
}

.carousel-inner > .next, .carousel-inner > .prev {
    position: absolute;
    top: 0;
    width: 100%;
}

.carousel-inner > .next {
    left: 100%;
}

.carousel-inner > .prev {
    left: -100%;
}

.carousel-inner > .next.left, .carousel-inner > .prev.right {
    left: 0;
}

.carousel-inner > .active.left {
    left: -100%;
}

.carousel-inner > .active.right {
    left: 100%;
}

.carousel-control {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 15%;
    font-size: 20px;
    color: #fff;
    text-align: center;
    text-shadow: 0 1px 2px rgba(0, 0, 0, .6);
    background-color: rgba(0, 0, 0, 0);
    filter: alpha(opacity=50);
    opacity: .5;
}

.carousel-control.left {
    background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, .5) 0%, rgba(0, 0, 0, .0001) 100%);
    background-image: -o-linear-gradient(left, rgba(0, 0, 0, .5) 0%, rgba(0, 0, 0, .0001) 100%);
    background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, .5)), to(rgba(0, 0, 0, .0001)));
    background-image: linear-gradient(to right, rgba(0, 0, 0, .5) 0%, rgba(0, 0, 0, .0001) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#80000000', endColorstr='#00000000', GradientType=1);
    background-repeat: repeat-x;
}

.carousel-control.right {
    right: 0;
    left: auto;
    background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, .0001) 0%, rgba(0, 0, 0, .5) 100%);
    background-image: -o-linear-gradient(left, rgba(0, 0, 0, .0001) 0%, rgba(0, 0, 0, .5) 100%);
    background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, .0001)), to(rgba(0, 0, 0, .5)));
    background-image: linear-gradient(to right, rgba(0, 0, 0, .0001) 0%, rgba(0, 0, 0, .5) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#80000000', GradientType=1);
    background-repeat: repeat-x;
}

.carousel-control:hover, .carousel-control:focus {
    color: #fff;
    text-decoration: none;
    filter: alpha(opacity=90);
    outline: 0;
    opacity: .9;
}

.carousel-control .icon-next:before {
    content: '\203a';
}

.carousel-indicators {
    position: relative;
    float: left;
    width: 100%;
    bottom: 0;
    left: 0;
    right: 0;
    top: 0;
    margin: 0;
    padding: 0;
}

.carousel-indicators li {
    display: inline-block;
    width: 10px;
    height: 10px;
    margin: 1px;
    text-indent: -999px;
    cursor: pointer;
    background-color: #000 \9;
    background-color: rgba(0, 0, 0, 0);
    border: 1px solid #1979c3;
    border-radius: 10px;
}

.carousel-indicators .active {
    background-color: #1979c3;
}

.carousel-caption {
    position: absolute;
    right: 15%;
    bottom: 20px;
    left: 15%;
    z-index: 10;
    padding-top: 20px;
    padding-bottom: 20px;
    color: #fff;
    text-align: center;
    text-shadow: 0 1px 2px rgba(0, 0, 0, .6);
}

.carousel-caption .btn {
    text-shadow: none;
}

.ves-megamenu .carousel-controls {
    position: absolute;
    top: 20px;
    right: 10px;
    width: 62px;
}

.ves-megamenu .submenu .carousel-control.left, .ves-megamenu .submenu .carousel-control.right {
    border: 1px solid rgba(0, 0, 0, 0.1);
    text-shadow: none;
    top: 0;
    -webkit-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    padding: 12px;
    position: absolute;
    background: #f5f5f5;
    color: #333333;
    opacity: 1;
    transition: opacity 300ms ease-in-out, background-color 300ms ease-in-out, background-position 300ms ease-in-out;
    -moz-transition: opacity 300ms ease-in-out, background-color 300ms ease-in-out, background-position 300ms ease-in-out;
    -webkit-transition: opacity 300ms ease-in-out, background-color 300ms ease-in-out, background-position 300ms ease-in-out;
    -o-transition: opacity 300ms ease-in-out, background-color 300ms ease-in-out, background-position 300ms ease-in-out;
    line-height: 1.5em;
}

.ves-megamenu .submenu .carousel-control.left:before, .ves-megamenu .submenu .carousel-control.right:before {
    top: 0;
    position: absolute
}

.carousel-control.left:hover, .carousel-control.right:hover {
    background: #ee2f2f;
    color: white;
}

.ves-megamenu .submenu .carousel-control.left:hover, .ves-megamenu .submenu .carousel-control.right:hover {
    background-color: #000000;
    color: #ffffff;
}

.ves-megamenu .submenu .carousel-control.left:hover:before, .ves-megamenu .submenu .carousel-control.right:hover:before {
    color: #ffffff;
}

html.nav-before-open {
    overflow: hidden;
}
.ves-megamenu * {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.ves-megamenu .nav-item.level1.subgroup.dropdown-submenu:after {
    display: block;
    content: "";
    clear: both;
}

@media only screen and (max-width: 767px) {

    .view-submenu.ves-megamenu ,
    .view-submenu.submenu{
      -webkit-transform: translateX(-100%);
      transform: translateX(-100%);
  }
  .drill-down-menu .submenu.dropdown-menu {
    position: absolute;
}
.drill-down-menu {
    opacity: 0;
    transition: background-color 0.25s ease-out 0s, opacity 0.15s ease-out 0s;
}
.visually-hidden {
    border: 0 none;
    clip: rect(0px, 0px, 0px, 0px);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}
.is-visible .ves-navdrilldown span::before {
    bottom: auto;
    transform: rotate(45deg);
}
.ves-navdrilldown span::before,
.ves-navdrilldown span::after {
    background-color: #ededed;
    border-radius: 100px;
    content: "";
    height: 100%;
    position: absolute;
    transition: transform 0.2s ease-out 0s, -webkit-transform 0.2s ease-out 0s;
    width: 100%;
}
.drill-down-menu.is-visible {
    opacity: 1;
}
.ves-drill-down.ves-menu {
    overflow: hidden;
}
.navdrilldown .drill-down-menu .submenu {
    position: absolute;
    left: 100% !important;
}
.navdrilldown .drill-down-menu .submenu:not(:first-child),
.ves-drill-down-menu .navigation .submenu:not(:first-child) {
    overflow-x: visible!important;
}
.navdrilldown {
    position: relative;
}
.hide-submenu {
    position: absolute;
    top: 0;
    left: 0;
    width: 60px;
    height: 100%;
    cursor: pointer;
    background-color: #313131;
    -webkit-transition: background-color 0.25s ease-out;
    transition: background-color 0.25s ease-out;
}
.view-submenu .hide-submenu {
    background-color: #3e3e3e;
    z-index: 9999;
}
.hide-submenu::before {
    border-bottom: 2px solid #ededed;
    border-right: 2px solid #ededed;
    bottom: 0;
    content: "";
    cursor: pointer;
    font-size: 0;
    height: 6px;
    left: 0;
    margin: auto;
    opacity: 0;
    padding: 4px;
    position: absolute;
    right: -6px;
    top: 0;
    transform: rotate(135deg);
    transition: opacity 0.1s ease-out 0s;
    width: 6px;
}
.view-submenu .hide-submenu::before {
    opacity: 1;
    transition: opacity 0.15s ease-out 0.3s;
}
.ves-navdrilldown {
    align-items: center;
    bottom: 0;
    cursor: pointer;
    display: flex;
    left: 18px;
    margin: auto;
    position: absolute;
    top: 0;
}
.ves-navdrilldown  span::before {
    bottom: calc(100% + 6px);
}
.ves-navdrilldown  span::before, .ves-navdrilldown  span::after {
    background-color: #ededed;
    border-radius: 100px;
    content: "";
    height: 100%;
    position: absolute;
    transition: transform 0.2s ease-out 0s, -webkit-transform 0.2s ease-out 0s;
    width: 100%;
}
.ves-navdrilldown  span::after {
    top: calc(100% + 6px);
}
.ves-navdrilldown  span::before, .ves-navdrilldown  span::after {
    background-color: #ededed;
    border-radius: 100px;
    content: "";
    height: 100%;
    position: absolute;
    transition: transform 0.2s ease-out 0s, -webkit-transform 0.2s ease-out 0s;
    width: 100%;
}
.ves-navdrilldown span {
    align-self: center;
    background-color: #ededed;
    border-radius: 100px;
    font-size: 0;
    height: 2px;
    position: relative;
    transition: background-color 0.2s ease-out 0s;
    width: 26px;
}
.is-visible .ves-navdrilldown span:after {
    top: auto;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

.is-visible .ves-navdrilldown span:before {
    bottom: auto;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}
.is-visible .ves-navdrilldown  span { background-color: transparent; }
.block .fa-arrow-right {
    cursor: pointer;
    display: block;
    height: 30px;
    line-height: 30px;
    position: absolute;
    right: 0;
    text-align: center;
    top: 2px;
    width: 30px;
}
.navdrilldown ul.drill-down-menu,
ul.drill-down-menu .submenu.dropdown-menu  {
    background-color: #313131 !important;
    color: #ededed;
    border: 0px !important;
    padding: 0;
}

ul.drill-down-menu.nav-mobile li.level0 > a,
ul.drill-down-menu.ves-megamenu .dropdown-menu a  {
    color: #ededed;
    text-decoration: none;
}
ul.drill-down-menu.nav-mobile li.level0 > a:hover {
    text-decoration: none;
}
.navbar.ves-navbar,
ul.drill-down-menu.nav-mobile li.level0  {
    border: 0px;
}
ul.drill-down-menu.ves-megamenu .dropdown-menu a {
  margin-left: 80px;
}
.ves-drill-down-menu.ves-menu .level0 .submenu {
    left: 100% !important;
    position: absolute;
}
.ves-drill-down-menu.ves-menu .level0 > .submenu {
    top: 0px!important;
}
.ves-drill-down-menu .ves-megamenu.nav-mobile .dropdown-menu .megamenu-header,
.ves-drill-down-menu .megamenu-content {
    padding-left: 40px;
}
.ves-drill-down-menu .ves-megamenu img:hover {
    transition: none;
}
.ves-drill-down-menu .hide-submenu {
    width: 40px;
    background-color: #006bb4;
}
}
.ves-megamenu .nav-item > .submenu-active {
    display: block!important;
}
@media(max-width: 767px){
    .ves-megamenu .dropdown-menu .subgroup.level1 > a{
        position:relative!important;
    }
}
@media only screen and (max-width: 767px){
    .view-submenu.ves-megamenu, .ves-drill-down-menu .submenu, .ves-drill-down-menu .dropdown-submenu {
        -webkit-transform: translateX(0px);
        transform: translateX(0px);
    }
    .ves-drill-down-menu .ves-megamenu.view-submenu, .ves-drill-down-menu .submenu.view-submenu, .ves-drill-down-menu .dropdown-submenu.view-submenu {
        transform: translateX(-100%);
    }
}
@media only screen and (min-width: 767px){
    .nav-item.submenu-left.dropdown-submenu {
        position: relative;
    }
}
.webforms {
    margin-bottom: 1.5rem;
}

.webforms .field {
    box-sizing: border-box;
    padding-left: 1rem;
    padding-right: 1rem;
}

.webforms .fieldset {
    box-sizing: border-box;
    padding-left: 1rem;
    padding-right: 1rem;
}

.webforms .actions-toolbar {
    box-sizing: border-box;
    padding-left: 2rem;
    padding-right: 2rem;
    clear: both;
}

.webforms .inline-elements .choice {
    display: inline-flex;
}

/* Success text */
.webforms-success-text {
    margin-bottom: 2rem;
}

/* Starry script */

div.starry {
    width: auto;
    margin: -4px 0 10px 0;
    padding: 5px;
    width: auto;
}

div.standard_star {
    background-repeat: no-repeat;
    cursor: pointer;
    float: left;
    display: inline;
    background-image: url(../../frontend/Verz/default/en_US/VladimirPopov_WebForms/images/stars.gif);
}

div.feedback {
    border: 1px solid #ddd;
    padding: 5px 3px 3px;
    display: inline;
}

/* Date of birth */

.customer-dob .dob-month,
.customer-dob .dob-day,
.customer-dob .dob-year {
    float: left;
    width: 8.5rem;
}

.customer-dob input.input-text {
    display: block;
    width: 7.4rem;
}

.customer-dob label {
    font-size: 10px;
    font-weight: normal;
    color: #888;
}

.customer-dob .dob-day,
.customer-dob .dob-month {
    width: 6rem;
}

.customer-dob .dob-day input.input-text,
.customer-dob .dob-month input.input-text {
    width: 4.6rem;
}

.customer-dob .dob-year {
    width: 14rem;
}

.customer-dob .dob-year input.input-text {
    width: 13.4rem;
}

/* Tooltip */

.ot-content {
    text-align: left;
}

.tooltip-icon {
    background-image: url('../../frontend/Verz/default/en_US/VladimirPopov_WebForms/images/tooltip.png');
    background-size: 1.5rem 1.5rem;
    width: 1.5rem;
    height: 1.5rem;
    cursor: pointer;
    display: inline-block;
    vertical-align: middle;
    margin: 0 0 0.2rem 0.5rem;
}

/* Select images */
.webforms figcaption {
    padding: 5px 0;
    margin: 5px;
}

/* Form */

.webforms-description-text {
    margin-bottom: 4rem;
}

.webforms-fields-comment {
    font-size: 90%;
    clear: both;
    margin-top: 1rem;
}

.please-wait {
    padding-top: 0.5rem;
}

.please-wait .loading-indicator {
    background: #fff url(../../frontend/Verz/default/en_US/VladimirPopov_WebForms/images/ajax-loader-big.gif) no-repeat;
    background-size: 1.8rem;
    display: inline-block;
    width: 1.8rem;
    height: 1.8rem;
    vertical-align: bottom;
    margin-bottom: 0.2rem;
}

/* reCaptcha v2 */

.recaptcha2 {
    clear: both;
    box-sizing: border-box;
    padding: 0 2rem 2rem 0;
    width: 100%;
    float: left;
}

/* Validation */

.validation-advice {
    margin-top: 0.7rem;
    font-size: 1.2rem;
    color: #e02b27;
    clear: both;
}

input.validation-failed, textarea.validation-failed {
    border-color: #ed8380;
}

/* Customer Account */

.webforms-customer-account-form {
    margin-top: 3rem;
    border: 1px solid #eee;
    padding: 2rem;
}

.webforms-customer-account-message {
    background: rgba(255, 212, 96, 0.26);
    padding: 3rem;
}

.block-webforms-form .actions-toolbar {
    margin: 17px 0;
}

/* Results */

.webforms-results-block {
    padding-bottom: 10px;
    margin-bottom: 10px;
    border-bottom: 1px dotted #cccccc;
    float: left;
    width: 100%;
    clear: both;
}

.webforms-results-field {
    margin-bottom: 5px;
    width: 100%;
}

.webforms-results-label {
    font-weight: bold;
    width: 100%;
}

.webforms-results-value {
    padding: 5px 0;
}

.webforms-results-value .webforms-image {
    float: left;
    margin-right: 2rem;
}

/* Star rating */

.stars {
    padding: 0 5px;
    width: 80px;
    display: inline;
    float: left;
}

.stars-bar {
    list-style: none;
    margin: 0px;
    padding: 0px !important;
    height: 16px;
    position: relative;
    background: url(../../frontend/Verz/default/en_US/VladimirPopov_WebForms/images/results_stars.png) top left repeat-x;
}

.stars-bar li {
    padding: 0px;
    margin: 0px;
    /*\*/
    float: left;
    /* */
}

.stars-bar li.stars-value {
    background: url(../../frontend/Verz/default/en_US/VladimirPopov_WebForms/images/results_stars.png) left bottom;
    position: absolute;
    height: 16px;
    display: block;
    z-index: 1;
}

.webforms-rating-summary {
    margin-bottom: 15px;
}

.webforms-results-table .col.id {
    width: 15%;
}

/* Auto-complete */
.autocomplete-suggestions {
    text-align: left;
    cursor: default;
    border: 1px solid #ccc;
    border-top: 0;
    background: #fff;
    box-shadow: -1px 1px 3px rgba(0, 0, 0, .1);

    /* core styles should not be changed */
    position: absolute;
    display: none;
    z-index: 9999;
    max-height: 254px;
    overflow: hidden;
    overflow-y: auto;
    box-sizing: border-box;
}

.autocomplete-suggestion {
    position: relative;
    padding: 0 .6em;
    line-height: 23px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    font-size: 1.02em;
    color: #333;
}

.autocomplete-suggestion b {
    font-weight: normal;
    color: #1f8dd6;
}

.autocomplete-suggestion.selected {
    background: #f0f0f0;
}

/* File preview */

.file-preview {
    list-style: none;
    padding: 0;
    margin: 0;
}

.file-preview h3 {
    font-size: 12px;
}

.file-preview li {
    margin: 0;
    padding: 10px 0;
    margin: 0;
    overflow: auto;
    position: relative;
}

.file-preview li img {
    border: solid 1px #999;
    border-radius: 3px;
    padding: 3px;
    margin: 0 10px 0 0;
    display: block;
    float: left;
}

.file-cancel {
    margin-top: 1rem;
    cursor: pointer;
}

.file-progress {
    font-size: 90%;
    color: #777;
}

/* Calendar */

.webforms-datepicker {
    margin-bottom: 1rem;
}

.webforms-calendar {
    position: relative;
    width: 20rem;
    display: inline-block;
    margin-right: .5rem;
    margin-bottom: .5rem;
}

.webforms-calendar .ui-datepicker-trigger {
    margin-left: -3.2rem;
    height: 2.8rem;
    position: absolute;
    top: .4rem;
    right: .5rem;
}

.webforms-time {
    display: inline-block;
}

.webforms-time .hours, .webforms-time .minutes {
    display: inline;
    width: 6rem;
}

.multiselect {
    height: auto;
    background-image: none;
}

/* Date picker button */

@font-face {
    font-family: 'luma-icons';
    src: url(../../frontend/Verz/default/en_US/VladimirPopov_WebForms/css/fonts/Luma-Icons.woff);
}

.webforms-datepicker ._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;
    margin-top: -4px;
    vertical-align: middle;
}

.webforms-datepicker ._has-datepicker ~ .ui-datepicker-trigger:focus,
.webforms-datepicker ._has-datepicker ~ .ui-datepicker-trigger:active {
    background: none;
    border: none;
}

.webforms-datepicker ._has-datepicker ~ .ui-datepicker-trigger:hover {
    background: none;
    border: none;
}

.webforms-datepicker ._has-datepicker ~ .ui-datepicker-trigger.disabled,
.webforms-datepicker ._has-datepicker ~ .ui-datepicker-trigger[disabled],
fieldset[disabled] .webforms-datepicker ._has-datepicker ~ .ui-datepicker-trigger {
    cursor: not-allowed;
    pointer-events: none;
    opacity: 0.5;
}

.webforms-datepicker ._has-datepicker ~ .ui-datepicker-trigger > span {
    border: 0;
    clip: rect(0, 0, 0, 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}

.webforms-datepicker ._has-datepicker ~ .ui-datepicker-trigger:before {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 23px;
    line-height: 23px;
    color: #7d7d7d;
    content: '\e612';
    font-family: 'luma-icons';
    vertical-align: middle;
    display: inline-block;
    font-weight: normal;
    overflow: hidden;
    speak: none;
    text-align: center;
}

.webforms-datepicker ._has-datepicker ~ .ui-datepicker-trigger:focus {
    box-shadow: none;
    outline: 0;
}

/* Drop-zone */

.drop-zone {
    padding: 2rem .7rem;
    color: #777;
    border: .2rem dashed #ddd;
    border-radius: .4rem;
    opacity: .9;
    cursor: pointer;
}

.drop-zone-preview-container {
    margin-bottom: 10px;
}

.drop-zone:hover {
    background-color: #f5f5f5;
}

.drop-zone-label {
    display: inline-block !important;
    vertical-align: top !important
}

.icon-paperclip {
    color: rgb(240, 120, 0) !important;
    fill: rgb(240, 120, 0) !important;
}

.icon-paperclip svg {
    transform: rotate(45deg) scaleX(-1);
}

.text-center {
    text-align: center !important
}

.drop-zone-preview {
    background: #f8f8f8;
    border: .09167rem solid #dadada;
    border-radius: .33333rem;
    color: #999;
    padding: 5px;
    margin-bottom: 5px;
    line-height: inherit;
    position: relative;
}

.drop-zone-attachment {
    overflow: auto;
    height: auto;
    z-index: 2;
    width: 100% !important;
    position: relative;
}

.drop-zone-preview-icon-file {
    padding-right: .66667rem;
    float: left !important;
}

.drop-zone-preview-icon-file svg path {
}

.drop-zone-preview-file {
    width: 70%;
    float: left !important;
}

.drop-zone-preview-filename {
    max-width: 62%;
    color: #333;
    overflow: hidden !important;
    text-overflow: ellipsis !important;
    word-wrap: normal !important;
    white-space: nowrap !important;
    float: left !important;
    vertical-align: top !important;
}

.drop-zone-preview-filename-end {
    color: #333;
}

.drop-zone-preview-size, .drop-zone-error {
    clear: left;
    float: left !important;
}

.drop-zone-error {
    color: red;
}

.drop-zone-preview-icon-close {
    position: absolute;
    top: 50%;
    right: .41667rem;
    margin-top: -2.2rem !important;
    padding-top: 1rem;
    border: 0;
    cursor: pointer !important;
    float: right !important;
}

.drop-zone-preview-icon-close svg {
    fill: #999;
}

.drop-zone-progress, .drop-zone-progress-success {
    position: absolute;
    border-radius: .33333rem;
    background-color: #00ff08;
    opacity: .1;
    height: 100% !important;
    z-index: 1;
    top: 0;
    left: 0;
    display: block;
}

.drop-zone-progress-success {
    opacity: 0;
}

.webforms-gdpr {
    margin: 1.5rem 0;
    padding-left: 2rem;
    padding-right: 2rem;
    box-sizing: border-box;
}

.webforms-gdpr-checkbox {
    margin-top: 1.5rem;
}

.webforms-popup {
    position: relative;
    background: #FFF;
    padding: 2rem;
    margin: 2rem auto;
    box-sizing: border-box;
    border-radius: .7rem;
}

@media screen and (min-width: 20em) {
    .webforms-popup {
        width: 100%;
    }
}

@media screen and (min-width: 48em) {
    .webforms-popup {
        width: 90%;
    }
}

@media screen and (min-width: 64em) {
    .webforms-popup {
        width: 80%;
    }
}

/* Customer result action buttons */

.webforms-result-action{
    display: block;
    background: #f5f5f5;
    text-align: center;
    padding: .3rem .1rem;
    margin: .5rem .1rem;
    white-space: nowrap;
    color: #888;
    text-decoration: none;
}
.webforms-result-action:hover{
    text-decoration: none;
    color:white;
    background: #8bc53f;
}
.result-action-delete {
    border-color: red;
}
.result-action-delete:hover{
    background: red;
}

/* File pool */
.webforms-file-pool {
    display: table;
    margin-bottom: 10px;
}
.webforms-file-pool-selectall{
    margin-bottom:5px;
}
.webforms-file-pool-selectall label{
    font: bold 10px/16px Arial, Helvetica, sans-serif;
    text-transform: uppercase;
    color: #888;
    float:none !important;
    margin-left:5px;

}
.webforms-file-cell{
    float:left;
    flex:1;
    height: auto;
    text-align: center;
    font: bold 9px/16px Arial, Helvetica, sans-serif;
    text-transform: uppercase;
    color: #888;
    display: table-cell;

}
.webforms-file-cell p label{
    color: #888;

}
.webforms-file-cell p {
    padding-top: 5px;
    margin-left: -10px;
    float: left;
    clear: both;
    width: 100%;
}
.webforms-file-cell label{
    float:none !important;
    margin-left:5px;
}

.webforms-file-link{
    display: block;
    border-radius:5px;
    float:left;
    margin-right:10px;
    height:auto;
    box-shadow: 0 0 3px rgba(0,0,0,0.6);
    background: #f5f5f5;
    max-width:200px;
    padding:5px 10px;
}
.webforms-file-link:hover {
    box-shadow: 0 0 7px rgba(0,0,0,0.6);
    background: white;
    color: #888;

}
.webforms-file-link figure p{
    margin:10px 0 5px 0;
}
.webforms-file-link figure img{
    background:white;
}

.webforms-file-link-name {
    display:inline;
    max-width:60%;
    overflow: hidden !important;
    text-overflow: ellipsis !important;
    word-wrap: normal !important;
    white-space: nowrap !important;
    float:left;
}
.webforms-file-link-name-end {display:inline;}

.webforms-file-delete-checkbox{
    vertical-align: baseline;
}
@media screen and (min-width: 20em) {
    .wf-sm-row{
        clear:left;
    }
    .wf-sm-1,
    .wf-sm-1-1,
    .wf-sm-1-2,
    .wf-sm-1-3,
    .wf-sm-2-3,
    .wf-sm-1-4,
    .wf-sm-3-4,
    .wf-sm-1-6,
    .wf-sm-1-5,
    .wf-sm-2-5,
    .wf-sm-3-5,
    .wf-sm-4-5,
    .wf-sm-5-6,
    .wf-sm-1-12,
    .wf-sm-2-12,
    .wf-sm-3-12,
    .wf-sm-4-12,
    .wf-sm-5-12,
    .wf-sm-6-12,
    .wf-sm-7-12,
    .wf-sm-8-12,
    .wf-sm-9-12,
    .wf-sm-10-12,
    .wf-sm-11-12,
    .wf-sm-12-12 {
        display: inline-block;
        *display: inline;
        zoom: 1;
        letter-spacing: normal;
        word-spacing: normal;
        vertical-align: top;
        text-rendering: auto;
        float:left;

    }

    .wf-sm-1-12 {
        width: 8.3333%;
        *width: 8.3023%;
    }

    .wf-sm-1-6,
    .wf-sm-2-12 {
        width: 16.6667%;
        *width: 16.6357%;
    }

    .wf-sm-1-5 {
        width: 20%;
    }

    .wf-sm-1-4,
    .wf-sm-3-12 {
        width: 25%;
        *width: 24.9690%;
    }

    .wf-sm-1-3,
    .wf-sm-4-12 {
        width: 33.3333%;
        *width: 33.3023%;
    }

    .wf-sm-2-5 {
        width: 40%;
    }

    .wf-sm-5-12 {
        width: 41.6667%;
        *width: 41.6357%;
    }

    .wf-sm-1-2,
    .wf-sm-6-12 {
        width: 50%;
        *width: 49.9690%;
    }

    .wf-sm-7-12 {
        width: 58.3333%;
        *width: 58.3023%;
    }

    .wf-sm-3-5 {
        width: 60%;
    }

    .wf-sm-2-3,
    .wf-sm-8-12 {
        width: 66.6667%;
        *width: 66.6357%;
    }

    .wf-sm-3-4,
    .wf-sm-9-12 {
        width: 75%;
        *width: 74.9690%;
    }

    .wf-sm-4-5 {
        width: 80%;
    }

    .wf-sm-5-6,
    .wf-sm-10-12 {
        width: 83.3333%;
        *width: 83.3023%;
    }

    .wf-sm-11-12 {
        width: 91.6667%;
        *width: 91.6357%;
    }

    .wf-sm-1,
    .wf-sm-1-1,
    .wf-sm-12-12 {
        width: 100%;
    }
}

@media screen and (min-width: 48em) {
    .wf-md-row{
        clear:left;
    }
    .wf-sm-row{
        clear:unset;
    }
    .wf-md-1,
    .wf-md-1-1,
    .wf-md-1-2,
    .wf-md-1-3,
    .wf-md-2-3,
    .wf-md-1-4,
    .wf-md-3-4,
    .wf-md-1-6,
    .wf-md-1-5,
    .wf-md-2-5,
    .wf-md-3-5,
    .wf-md-4-5,
    .wf-md-5-6,
    .wf-md-1-12,
    .wf-md-2-12,
    .wf-md-3-12,
    .wf-md-4-12,
    .wf-md-5-12,
    .wf-md-6-12,
    .wf-md-7-12,
    .wf-md-8-12,
    .wf-md-9-12,
    .wf-md-10-12,
    .wf-md-11-12,
    .wf-md-12-12 {
        display: inline-block;
        *display: inline;
        zoom: 1;
        letter-spacing: normal;
        word-spacing: normal;
        vertical-align: top;
        text-rendering: auto;
        float:left;

    }

    .wf-md-1-12 {
        width: 8.3333%;
        *width: 8.3023%;
    }

    .wf-md-1-6,
    .wf-md-2-12 {
        width: 16.6667%;
        *width: 16.6357%;
    }

    .wf-md-1-5 {
        width: 20%;
    }

    .wf-md-1-4,
    .wf-md-3-12 {
        width: 25%;
        *width: 24.9690%;
    }

    .wf-md-1-3,
    .wf-md-4-12 {
        width: 33.3333%;
        *width: 33.3023%;
    }

    .wf-md-2-5 {
        width: 40%;
    }

    .wf-md-5-12 {
        width: 41.6667%;
        *width: 41.6357%;
    }

    .wf-md-1-2,
    .wf-md-6-12 {
        width: 50%;
        *width: 49.9690%;
    }

    .wf-md-7-12 {
        width: 58.3333%;
        *width: 58.3023%;
    }

    .wf-md-3-5 {
        width: 60%;
    }

    .wf-md-2-3,
    .wf-md-8-12 {
        width: 66.6667%;
        *width: 66.6357%;
    }

    .wf-md-3-4,
    .wf-md-9-12 {
        width: 75%;
        *width: 74.9690%;
    }

    .wf-md-4-5 {
        width: 80%;
    }

    .wf-md-5-6,
    .wf-md-10-12 {
        width: 83.3333%;
        *width: 83.3023%;
    }

    .wf-md-11-12 {
        width: 91.6667%;
        *width: 91.6357%;
    }

    .wf-md-1,
    .wf-md-1-1,
    .wf-md-12-12 {
        width: 100%;
    }
}

@media screen and (min-width: 64em) {
    .wf-lg-row{
        clear:left !important;
    }
    .wf-md-row, .wf-sm-row{
        clear:unset;
    }
    .wf-lg-1,
    .wf-lg-1-1,
    .wf-lg-1-2,
    .wf-lg-1-3,
    .wf-lg-2-3,
    .wf-lg-1-4,
    .wf-lg-3-4,
    .wf-lg-1-5,
    .wf-lg-2-5,
    .wf-lg-3-5,
    .wf-lg-4-5,
    .wf-lg-1-6,
    .wf-lg-5-6,
    .wf-lg-1-12,
    .wf-lg-2-12,
    .wf-lg-3-12,
    .wf-lg-4-12,
    .wf-lg-5-12,
    .wf-lg-6-12,
    .wf-lg-7-12,
    .wf-lg-8-12,
    .wf-lg-9-12,
    .wf-lg-10-12,
    .wf-lg-11-12,
    .wf-lg-12-12 {
        display: inline-block;
        *display: inline;
        zoom: 1;
        letter-spacing: normal;
        word-spacing: normal;
        vertical-align: top;
        text-rendering: auto;
        float:left;

    }

    .wf-lg-1-12 {
        width: 8.3333%;
        *width: 8.3023%;
    }

    .wf-lg-1-6,
    .wf-lg-2-12 {
        width: 16.6667%;
        *width: 16.6357%;
    }

    .wf-lg-1-5 {
        width: 20%;
    }

    .wf-lg-1-4,
    .wf-lg-3-12 {
        width: 25%;
        *width: 24.9690%;
    }

    .wf-lg-1-3,
    .wf-lg-4-12 {
        width: 33.3333%;
        *width: 33.3023%;
    }

    .wf-lg-2-5 {
        width: 40%;
    }

    .wf-lg-5-12 {
        width: 41.6667%;
        *width: 41.6357%;
    }

    .wf-lg-1-2,
    .wf-lg-6-12 {
        width: 50%;
        *width: 49.9690%;
    }

    .wf-lg-7-12 {
        width: 58.3333%;
        *width: 58.3023%;
    }

    .wf-lg-3-5 {
        width: 60%;
    }

    .wf-lg-2-3,
    .wf-lg-8-12 {
        width: 66.6667%;
        *width: 66.6357%;
    }

    .wf-lg-3-4,
    .wf-lg-9-12 {
        width: 75%;
        *width: 74.9690%;
    }

    .wf-lg-4-5 {
        width: 80%;
    }

    .wf-lg-5-6,
    .wf-lg-10-12 {
        width: 83.3333%;
        *width: 83.3023%;
    }

    .wf-lg-11-12 {
        width: 91.6667%;
        *width: 91.6357%;
    }

    .wf-lg-1,
    .wf-lg-1-1,
    .wf-lg-12-12 {
        width: 100%;
    }
}.opentip-container,
.opentip-container * {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.opentip-container {
    position: absolute;
    max-width: 300px;
    z-index: 100;
    -webkit-transition: -webkit-transform 1s ease-in-out;
    -moz-transition: -moz-transform 1s ease-in-out;
    -o-transition: -o-transform 1s ease-in-out;
    -ms-transition: -ms-transform 1s ease-in-out;
    transition: transform 1s ease-in-out;
    pointer-events: none;
    -webkit-transform: translateX(0) translateY(0);
    -moz-transform: translateX(0) translateY(0);
    -o-transform: translateX(0) translateY(0);
    -ms-transform: translateX(0) translateY(0);
    transform: translateX(0) translateY(0);
}
.opentip-container.ot-fixed.ot-hidden.stem-top.stem-center,
.opentip-container.ot-fixed.ot-going-to-show.stem-top.stem-center,
.opentip-container.ot-fixed.ot-hiding.stem-top.stem-center {
    -webkit-transform: translateY(-5px);
    -moz-transform: translateY(-5px);
    -o-transform: translateY(-5px);
    -ms-transform: translateY(-5px);
    transform: translateY(-5px);
}
.opentip-container.ot-fixed.ot-hidden.stem-top.stem-right,
.opentip-container.ot-fixed.ot-going-to-show.stem-top.stem-right,
.opentip-container.ot-fixed.ot-hiding.stem-top.stem-right {
    -webkit-transform: translateY(-5px) translateX(5px);
    -moz-transform: translateY(-5px) translateX(5px);
    -o-transform: translateY(-5px) translateX(5px);
    -ms-transform: translateY(-5px) translateX(5px);
    transform: translateY(-5px) translateX(5px);
}
.opentip-container.ot-fixed.ot-hidden.stem-middle.stem-right,
.opentip-container.ot-fixed.ot-going-to-show.stem-middle.stem-right,
.opentip-container.ot-fixed.ot-hiding.stem-middle.stem-right {
    -webkit-transform: translateX(5px);
    -moz-transform: translateX(5px);
    -o-transform: translateX(5px);
    -ms-transform: translateX(5px);
    transform: translateX(5px);
}
.opentip-container.ot-fixed.ot-hidden.stem-bottom.stem-right,
.opentip-container.ot-fixed.ot-going-to-show.stem-bottom.stem-right,
.opentip-container.ot-fixed.ot-hiding.stem-bottom.stem-right {
    -webkit-transform: translateY(5px) translateX(5px);
    -moz-transform: translateY(5px) translateX(5px);
    -o-transform: translateY(5px) translateX(5px);
    -ms-transform: translateY(5px) translateX(5px);
    transform: translateY(5px) translateX(5px);
}
.opentip-container.ot-fixed.ot-hidden.stem-bottom.stem-center,
.opentip-container.ot-fixed.ot-going-to-show.stem-bottom.stem-center,
.opentip-container.ot-fixed.ot-hiding.stem-bottom.stem-center {
    -webkit-transform: translateY(5px);
    -moz-transform: translateY(5px);
    -o-transform: translateY(5px);
    -ms-transform: translateY(5px);
    transform: translateY(5px);
}
.opentip-container.ot-fixed.ot-hidden.stem-bottom.stem-left,
.opentip-container.ot-fixed.ot-going-to-show.stem-bottom.stem-left,
.opentip-container.ot-fixed.ot-hiding.stem-bottom.stem-left {
    -webkit-transform: translateY(5px) translateX(-5px);
    -moz-transform: translateY(5px) translateX(-5px);
    -o-transform: translateY(5px) translateX(-5px);
    -ms-transform: translateY(5px) translateX(-5px);
    transform: translateY(5px) translateX(-5px);
}
.opentip-container.ot-fixed.ot-hidden.stem-middle.stem-left,
.opentip-container.ot-fixed.ot-going-to-show.stem-middle.stem-left,
.opentip-container.ot-fixed.ot-hiding.stem-middle.stem-left {
    -webkit-transform: translateX(-5px);
    -moz-transform: translateX(-5px);
    -o-transform: translateX(-5px);
    -ms-transform: translateX(-5px);
    transform: translateX(-5px);
}
.opentip-container.ot-fixed.ot-hidden.stem-top.stem-left,
.opentip-container.ot-fixed.ot-going-to-show.stem-top.stem-left,
.opentip-container.ot-fixed.ot-hiding.stem-top.stem-left {
    -webkit-transform: translateY(-5px) translateX(-5px);
    -moz-transform: translateY(-5px) translateX(-5px);
    -o-transform: translateY(-5px) translateX(-5px);
    -ms-transform: translateY(-5px) translateX(-5px);
    transform: translateY(-5px) translateX(-5px);
}
.opentip-container.ot-fixed .opentip {
    pointer-events: auto;
}
.opentip-container.ot-hidden {
    display: none;
}
.opentip-container .opentip {
    position: relative;
    font-size: 13px;
    line-height: 120%;
    padding: 9px 14px;
    color: #4f4b47;
    text-shadow: -1px -1px 0px rgba(255,255,255,0.2);
}
.opentip-container .opentip .header {
    margin: 0;
    padding: 0;
}
.opentip-container .opentip .ot-close {
    pointer-events: auto;
    display: block;
    position: absolute;
    top: -12px;
    left: 60px;
    color: rgba(0,0,0,0.5);
    background: rgba(0,0,0,0);
    text-decoration: none;
}
.opentip-container .opentip .ot-close span {
    display: none;
}
.opentip-container .opentip .ot-loading-indicator {
    display: none;
}
.opentip-container.ot-loading .ot-loading-indicator {
    width: 30px;
    height: 30px;
    font-size: 30px;
    line-height: 30px;
    font-weight: bold;
    display: block;
}
.opentip-container.ot-loading .ot-loading-indicator span {
    display: block;
    -webkit-animation: otloading 2s linear infinite;
    -moz-animation: otloading 2s linear infinite;
    -o-animation: otloading 2s linear infinite;
    -ms-animation: otloading 2s linear infinite;
    animation: otloading 2s linear infinite;
    text-align: center;
}
.opentip-container.style-dark .opentip,
.opentip-container.style-alert .opentip {
    color: #f8f8f8;
    text-shadow: 1px 1px 0px rgba(0,0,0,0.2);
}
.opentip-container.style-glass .opentip {
    padding: 15px 25px;
    color: #317cc5;
    text-shadow: 1px 1px 8px rgba(0,94,153,0.3);
}
.opentip-container.ot-hide-effect-fade {
    -webkit-transition: -webkit-transform 0.5s ease-in-out, opacity 1s ease-in-out;
    -moz-transition: -moz-transform 0.5s ease-in-out, opacity 1s ease-in-out;
    -o-transition: -o-transform 0.5s ease-in-out, opacity 1s ease-in-out;
    -ms-transition: -ms-transform 0.5s ease-in-out, opacity 1s ease-in-out;
    transition: transform 0.5s ease-in-out, opacity 1s ease-in-out;
    opacity: 1;
    -ms-filter: none;
    filter: none;
}
.opentip-container.ot-hide-effect-fade.ot-hiding {
    opacity: 0;
    filter: alpha(opacity=0);
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
}
.opentip-container.ot-show-effect-appear.ot-going-to-show,
.opentip-container.ot-show-effect-appear.ot-showing {
    -webkit-transition: -webkit-transform 0.5s ease-in-out, opacity 1s ease-in-out;
    -moz-transition: -moz-transform 0.5s ease-in-out, opacity 1s ease-in-out;
    -o-transition: -o-transform 0.5s ease-in-out, opacity 1s ease-in-out;
    -ms-transition: -ms-transform 0.5s ease-in-out, opacity 1s ease-in-out;
    transition: transform 0.5s ease-in-out, opacity 1s ease-in-out;
}
.opentip-container.ot-show-effect-appear.ot-going-to-show {
    opacity: 0;
    filter: alpha(opacity=0);
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
}
.opentip-container.ot-show-effect-appear.ot-showing {
    opacity: 1;
    -ms-filter: none;
    filter: none;
}
.opentip-container.ot-show-effect-appear.ot-visible {
    opacity: 1;
    -ms-filter: none;
    filter: none;
}
@-moz-keyframes otloading {
    0% {
        -webkit-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(360deg);
        -moz-transform: rotate(360deg);
        -o-transform: rotate(360deg);
        -ms-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}
@-webkit-keyframes otloading {
    0% {
        -webkit-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(360deg);
        -moz-transform: rotate(360deg);
        -o-transform: rotate(360deg);
        -ms-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}
@-o-keyframes otloading {
    0% {
        -webkit-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(360deg);
        -moz-transform: rotate(360deg);
        -o-transform: rotate(360deg);
        -ms-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}
@-ms-keyframes otloading {
    0% {
        -webkit-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(360deg);
        -moz-transform: rotate(360deg);
        -o-transform: rotate(360deg);
        -ms-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}
@keyframes otloading {
    0% {
        -webkit-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(360deg);
        -moz-transform: rotate(360deg);
        -o-transform: rotate(360deg);
        -ms-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}
/* WHATSOCK, 2016 */
/* Specific styles for ARIA Calendar */

#datepicker-demo {
    background: #E0E0E0;
    padding: 1rem;
    margin: 1rem 0 2rem;
}

	#datepicker-demo em {display: block; font-size: 90%;}

#date, #party {
    width: 90%;
    max-width: 25em;
	vertical-align: 20px;
}

a.accCalendar {
	display: inline-block;
	background: transparent;
}

div.calendar {
    text-align: center;
    color: #FFF;
    background: #2E3135;
    padding: 0.5rem;
    border-radius: 0.3rem;
    -webkit-box-shadow: 0 10px 6px -6px #777;
    -moz-box-shadow: 0 10px 6px -6px #777;
    box-shadow: 0 10px 6px -6px #777;
}

table.calendar {
    border-collapse: separate;
    border-spacing: 1px;
}

table.calendar td, table.calendar th {
    padding: 0.3em 0.5em;
    border-radius: 0.15rem;
}

td.empty {
    background: rgba(255, 255, 255, .07);
}

th.week {}

td.nav, td.day {cursor: pointer;}

td.day {
    text-shadow: 0 1px 0 rgba(255, 255, 255, .5);
    color: #000;
    background: #63B7C2;
}

td.day:hover {background: #E2A037;}

td.selected {background: #E2A037;}

div.calendar *:focus, div.commentAdd *:focus {
    background: #E2A037;
}

td.month {
    font-weight: 600;
    color: #63B7C2;
    text-shadow: 0 1px 0 #000;
}

td.comment {position: relative;}
td.comment span::after {
	display: block;
	position: absolute;
	width: 7px;
	height: 7px;
	top: 0.2rem;
	right: 0.2rem;
	content: "";
	background: #49182E;
	border-radius: 7px;
}

td.comment.selected {
	background: #E2A037; 
}


td.disabled, td.disabled:hover {
	color: #CCC;
    background: #bdbdbd;
    cursor: auto; 
}

td.disabled.selected {background: #C2C2C2;}

div.commentTooltip {
	width: 271px;
	padding: 0.5rem;
	color: #FFF;
	background: #3D4043;
	font-size: 0.8em;
	font-weight: bold;
	max-height: 50px;
	overflow-x: hidden;
	overflow-y: auto;
	word-wrap: break-word;
	text-align: left;
}

div.commentAdd {
	background: #2E3135;
	border-radius: 0.3rem;
}

	div.commentAdd button {
		font-size: 100%;
		text-transform: uppercase;
	    color: #FFF;
	    background: #2E3135;
	    padding: 0.5rem;
		margin-top: -5px;
		border: none;
	    border-bottom-left-radius: 0.3rem;
	    border-bottom-right-radius: 0.3rem;
	    -webkit-box-shadow: 0 10px 6px -6px #777;
	    -moz-box-shadow: 0 10px 6px -6px #777;
	    box-shadow: 0 10px 6px -6px #777;
	}

div.commentAdd textarea {
	width: 270px;
	height: 2em;
	overflow: auto;
	word-wrap: break-word;
	text-align: left;
	padding: 0.2em;
	margin: 0.5rem 0.5rem 0;
}
/* Magnific Popup CSS */
.mfp-bg {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1042;
  overflow: hidden;
  position: fixed;
  background: #0b0b0b;
  opacity: 0.8; }

.mfp-wrap {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1043;
  position: fixed;
  outline: none !important;
  -webkit-backface-visibility: hidden; }

.mfp-container {
  text-align: center;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  padding: 0 8px;
  box-sizing: border-box; }

.mfp-container:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle; }

.mfp-align-top .mfp-container:before {
  display: none; }

.mfp-content {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin: 0 auto;
  text-align: left;
  z-index: 1045; }

.mfp-inline-holder .mfp-content,
.mfp-ajax-holder .mfp-content {
  width: 100%;
  cursor: auto; }

.mfp-ajax-cur {
  cursor: progress; }

.mfp-zoom-out-cur, .mfp-zoom-out-cur .mfp-image-holder .mfp-close {
  cursor: -moz-zoom-out;
  cursor: -webkit-zoom-out;
  cursor: zoom-out; }

.mfp-zoom {
  cursor: pointer;
  cursor: -webkit-zoom-in;
  cursor: -moz-zoom-in;
  cursor: zoom-in; }

.mfp-auto-cursor .mfp-content {
  cursor: auto; }

.mfp-close,
.mfp-arrow,
.mfp-preloader,
.mfp-counter {
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none; }

.mfp-loading.mfp-figure {
  display: none; }

.mfp-hide {
  display: none !important; }

.mfp-preloader {
  color: #CCC;
  position: absolute;
  top: 50%;
  width: auto;
  text-align: center;
  margin-top: -0.8em;
  left: 8px;
  right: 8px;
  z-index: 1044; }
  .mfp-preloader a {
    color: #CCC; }
    .mfp-preloader a:hover {
      color: #FFF; }

.mfp-s-ready .mfp-preloader {
  display: none; }

.mfp-s-error .mfp-content {
  display: none; }

button.mfp-close,
button.mfp-arrow {
  overflow: visible;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
  display: block;
  outline: none;
  padding: 0;
  z-index: 1046;
  box-shadow: none;
  touch-action: manipulation; }

button::-moz-focus-inner {
  padding: 0;
  border: 0; }

.mfp-close {
  width: 44px;
  height: 44px;
  line-height: 44px;
  position: absolute;
  right: 0;
  top: 0;
  text-decoration: none;
  text-align: center;
  opacity: 0.65;
  padding: 0 0 18px 10px;
  color: #FFF;
  font-style: normal;
  font-size: 28px;
  font-family: Arial, Baskerville, monospace; }
  .mfp-close:hover,
  .mfp-close:focus {
    opacity: 1; }
  .mfp-close:active {
    top: 1px; }

.mfp-close-btn-in .mfp-close {
  color: #333; }

.mfp-image-holder .mfp-close,
.mfp-iframe-holder .mfp-close {
  color: #FFF;
  right: -6px;
  text-align: right;
  padding-right: 6px;
  width: 100%; }

.mfp-counter {
  position: absolute;
  top: 0;
  right: 0;
  color: #CCC;
  font-size: 12px;
  line-height: 18px;
  white-space: nowrap; }

.mfp-arrow {
  position: absolute;
  opacity: 0.65;
  margin: 0;
  top: 50%;
  margin-top: -55px;
  padding: 0;
  width: 90px;
  height: 110px;
  -webkit-tap-highlight-color: transparent; }
  .mfp-arrow:active {
    margin-top: -54px; }
  .mfp-arrow:hover,
  .mfp-arrow:focus {
    opacity: 1; }
  .mfp-arrow:before,
  .mfp-arrow:after {
    content: '';
    display: block;
    width: 0;
    height: 0;
    position: absolute;
    left: 0;
    top: 0;
    margin-top: 35px;
    margin-left: 35px;
    border: medium inset transparent; }
  .mfp-arrow:after {
    border-top-width: 13px;
    border-bottom-width: 13px;
    top: 8px; }
  .mfp-arrow:before {
    border-top-width: 21px;
    border-bottom-width: 21px;
    opacity: 0.7; }

.mfp-arrow-left {
  left: 0; }
  .mfp-arrow-left:after {
    border-right: 17px solid #FFF;
    margin-left: 31px; }
  .mfp-arrow-left:before {
    margin-left: 25px;
    border-right: 27px solid #3F3F3F; }

.mfp-arrow-right {
  right: 0; }
  .mfp-arrow-right:after {
    border-left: 17px solid #FFF;
    margin-left: 39px; }
  .mfp-arrow-right:before {
    border-left: 27px solid #3F3F3F; }

.mfp-iframe-holder {
  padding-top: 40px;
  padding-bottom: 40px; }
  .mfp-iframe-holder .mfp-content {
    line-height: 0;
    width: 100%;
    max-width: 900px; }
  .mfp-iframe-holder .mfp-close {
    top: -40px; }

.mfp-iframe-scaler {
  width: 100%;
  height: 0;
  overflow: hidden;
  padding-top: 56.25%; }
  .mfp-iframe-scaler iframe {
    position: absolute;
    display: block;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
    background: #000; }

/* Main image in popup */
img.mfp-img {
  width: auto;
  max-width: 100%;
  height: auto;
  display: block;
  line-height: 0;
  box-sizing: border-box;
  padding: 40px 0 40px;
  margin: 0 auto; }

/* The shadow behind the image */
.mfp-figure {
  line-height: 0; }
  .mfp-figure:after {
    content: '';
    position: absolute;
    left: 0;
    top: 40px;
    bottom: 40px;
    display: block;
    right: 0;
    width: auto;
    height: auto;
    z-index: -1;
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
    background: #444; }
  .mfp-figure small {
    color: #BDBDBD;
    display: block;
    font-size: 12px;
    line-height: 14px; }
  .mfp-figure figure {
    margin: 0; }

.mfp-bottom-bar {
  margin-top: -36px;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  cursor: auto; }

.mfp-title {
  text-align: left;
  line-height: 18px;
  color: #F3F3F3;
  word-wrap: break-word;
  padding-right: 36px; }

.mfp-image-holder .mfp-content {
  max-width: 100%; }

.mfp-gallery .mfp-image-holder .mfp-figure {
  cursor: pointer; }

@media screen and (max-width: 800px) and (orientation: landscape), screen and (max-height: 300px) {
  /**
       * Remove all paddings around the image on small screen
       */
  .mfp-img-mobile .mfp-image-holder {
    padding-left: 0;
    padding-right: 0; }
  .mfp-img-mobile img.mfp-img {
    padding: 0; }
  .mfp-img-mobile .mfp-figure:after {
    top: 0;
    bottom: 0; }
  .mfp-img-mobile .mfp-figure small {
    display: inline;
    margin-left: 5px; }
  .mfp-img-mobile .mfp-bottom-bar {
    background: rgba(0, 0, 0, 0.6);
    bottom: 0;
    margin: 0;
    top: auto;
    padding: 3px 5px;
    position: fixed;
    box-sizing: border-box; }
    .mfp-img-mobile .mfp-bottom-bar:empty {
      padding: 0; }
  .mfp-img-mobile .mfp-counter {
    right: 5px;
    top: 3px; }
  .mfp-img-mobile .mfp-close {
    top: 0;
    right: 0;
    width: 35px;
    height: 35px;
    line-height: 35px;
    background: rgba(0, 0, 0, 0.6);
    position: fixed;
    text-align: center;
    padding: 0; } }

@media all and (max-width: 900px) {
  .mfp-arrow {
    -webkit-transform: scale(0.75);
    transform: scale(0.75); }
  .mfp-arrow-left {
    -webkit-transform-origin: 0;
    transform-origin: 0; }
  .mfp-arrow-right {
    -webkit-transform-origin: 100%;
    transform-origin: 100%; }
  .mfp-container {
    padding-left: 6px;
    padding-right: 6px; } }
/**
 * Swiper 3.3.1
 * Most modern mobile touch slider and framework with hardware accelerated transitions
 *
 * http://www.idangero.us/swiper/
 *
 * Copyright 2016, Vladimir Kharlampidi
 * The iDangero.us
 * http://www.idangero.us/
 *
 * Licensed under MIT
 *
 * Released on: February 7, 2016
 */
.swiper-container{margin:0 auto;position:relative;overflow:hidden;z-index:1}.swiper-container-no-flexbox .swiper-slide{float:left}.swiper-container-vertical>.swiper-wrapper{-webkit-box-orient:vertical;-moz-box-orient:vertical;-ms-flex-direction:column;-webkit-flex-direction:column;flex-direction:column}.swiper-wrapper{position:relative;width:100%;height:100%;z-index:1;display:-webkit-box;display:-moz-box;display:-ms-flexbox;display:-webkit-flex;display:flex;-webkit-transition-property:-webkit-transform;-moz-transition-property:-moz-transform;-o-transition-property:-o-transform;-ms-transition-property:-ms-transform;transition-property:transform;-webkit-box-sizing:content-box;-moz-box-sizing:content-box;box-sizing:content-box}.swiper-container-android .swiper-slide,.swiper-wrapper{-webkit-transform:translate3d(0,0,0);-moz-transform:translate3d(0,0,0);-o-transform:translate(0,0);-ms-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}.swiper-container-multirow>.swiper-wrapper{-webkit-box-lines:multiple;-moz-box-lines:multiple;-ms-flex-wrap:wrap;-webkit-flex-wrap:wrap;flex-wrap:wrap}.swiper-container-free-mode>.swiper-wrapper{-webkit-transition-timing-function:ease-out;-moz-transition-timing-function:ease-out;-ms-transition-timing-function:ease-out;-o-transition-timing-function:ease-out;transition-timing-function:ease-out;margin:0 auto}.swiper-slide{-webkit-flex-shrink:0;-ms-flex:0 0 auto;flex-shrink:0;width:100%;height:100%;position:relative}.swiper-container-autoheight,.swiper-container-autoheight .swiper-slide{height:auto}.swiper-container-autoheight .swiper-wrapper{-webkit-box-align:start;-ms-flex-align:start;-webkit-align-items:flex-start;align-items:flex-start;-webkit-transition-property:-webkit-transform,height;-moz-transition-property:-moz-transform;-o-transition-property:-o-transform;-ms-transition-property:-ms-transform;transition-property:transform,height}.swiper-container .swiper-notification{position:absolute;left:0;top:0;pointer-events:none;opacity:0;z-index:-1000}.swiper-wp8-horizontal{-ms-touch-action:pan-y;touch-action:pan-y}.swiper-wp8-vertical{-ms-touch-action:pan-x;touch-action:pan-x}.swiper-button-next,.swiper-button-prev{position:absolute;top:50%;width:27px;height:44px;margin-top:-22px;z-index:10;cursor:pointer;-moz-background-size:27px 44px;-webkit-background-size:27px 44px;background-size:27px 44px;background-position:center;background-repeat:no-repeat}.swiper-button-next.swiper-button-disabled,.swiper-button-prev.swiper-button-disabled{opacity:.35;cursor:auto;pointer-events:none}.swiper-button-prev,.swiper-container-rtl .swiper-button-next{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23007aff'%2F%3E%3C%2Fsvg%3E");left:10px;right:auto}.swiper-button-prev.swiper-button-black,.swiper-container-rtl .swiper-button-next.swiper-button-black{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23000000'%2F%3E%3C%2Fsvg%3E")}.swiper-button-prev.swiper-button-white,.swiper-container-rtl .swiper-button-next.swiper-button-white{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E")}.swiper-button-next,.swiper-container-rtl .swiper-button-prev{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23007aff'%2F%3E%3C%2Fsvg%3E");right:10px;left:auto}.swiper-button-next.swiper-button-black,.swiper-container-rtl .swiper-button-prev.swiper-button-black{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23000000'%2F%3E%3C%2Fsvg%3E")}.swiper-button-next.swiper-button-white,.swiper-container-rtl .swiper-button-prev.swiper-button-white{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E")}.swiper-pagination{position:absolute;text-align:center;-webkit-transition:.3s;-moz-transition:.3s;-o-transition:.3s;transition:.3s;-webkit-transform:translate3d(0,0,0);-ms-transform:translate3d(0,0,0);-o-transform:translate3d(0,0,0);transform:translate3d(0,0,0);z-index:10}.swiper-pagination.swiper-pagination-hidden{opacity:0}.swiper-container-horizontal>.swiper-pagination-bullets,.swiper-pagination-custom,.swiper-pagination-fraction{bottom:10px;left:0;width:100%}.swiper-pagination-bullet{width:8px;height:8px;display:inline-block;border-radius:100%;background:#000;opacity:.2}button.swiper-pagination-bullet{border:none;margin:0;padding:0;box-shadow:none;-moz-appearance:none;-ms-appearance:none;-webkit-appearance:none;appearance:none}.swiper-pagination-clickable .swiper-pagination-bullet{cursor:pointer}.swiper-pagination-white .swiper-pagination-bullet{background:#fff}.swiper-pagination-bullet-active{opacity:1;background:#007aff}.swiper-pagination-white .swiper-pagination-bullet-active{background:#fff}.swiper-pagination-black .swiper-pagination-bullet-active{background:#000}.swiper-container-vertical>.swiper-pagination-bullets{right:10px;top:50%;-webkit-transform:translate3d(0,-50%,0);-moz-transform:translate3d(0,-50%,0);-o-transform:translate(0,-50%);-ms-transform:translate3d(0,-50%,0);transform:translate3d(0,-50%,0)}.swiper-container-vertical>.swiper-pagination-bullets .swiper-pagination-bullet{margin:5px 0;display:block}.swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet{margin:0 5px}.swiper-pagination-progress{background:rgba(0,0,0,.25);position:absolute}.swiper-pagination-progress .swiper-pagination-progressbar{background:#007aff;position:absolute;left:0;top:0;width:100%;height:100%;-webkit-transform:scale(0);-ms-transform:scale(0);-o-transform:scale(0);transform:scale(0);-webkit-transform-origin:left top;-moz-transform-origin:left top;-ms-transform-origin:left top;-o-transform-origin:left top;transform-origin:left top}.swiper-container-rtl .swiper-pagination-progress .swiper-pagination-progressbar{-webkit-transform-origin:right top;-moz-transform-origin:right top;-ms-transform-origin:right top;-o-transform-origin:right top;transform-origin:right top}.swiper-container-horizontal>.swiper-pagination-progress{width:100%;height:4px;left:0;top:0}.swiper-container-vertical>.swiper-pagination-progress{width:4px;height:100%;left:0;top:0}.swiper-pagination-progress.swiper-pagination-white{background:rgba(255,255,255,.5)}.swiper-pagination-progress.swiper-pagination-white .swiper-pagination-progressbar{background:#fff}.swiper-pagination-progress.swiper-pagination-black .swiper-pagination-progressbar{background:#000}.swiper-container-3d{-webkit-perspective:1200px;-moz-perspective:1200px;-o-perspective:1200px;perspective:1200px}.swiper-container-3d .swiper-cube-shadow,.swiper-container-3d .swiper-slide,.swiper-container-3d .swiper-slide-shadow-bottom,.swiper-container-3d .swiper-slide-shadow-left,.swiper-container-3d .swiper-slide-shadow-right,.swiper-container-3d .swiper-slide-shadow-top,.swiper-container-3d .swiper-wrapper{-webkit-transform-style:preserve-3d;-moz-transform-style:preserve-3d;-ms-transform-style:preserve-3d;transform-style:preserve-3d}.swiper-container-3d .swiper-slide-shadow-bottom,.swiper-container-3d .swiper-slide-shadow-left,.swiper-container-3d .swiper-slide-shadow-right,.swiper-container-3d .swiper-slide-shadow-top{position:absolute;left:0;top:0;width:100%;height:100%;pointer-events:none;z-index:10}.swiper-container-3d .swiper-slide-shadow-left{background-image:-webkit-gradient(linear,left top,right top,from(rgba(0,0,0,.5)),to(rgba(0,0,0,0)));background-image:-webkit-linear-gradient(right,rgba(0,0,0,.5),rgba(0,0,0,0));background-image:-moz-linear-gradient(right,rgba(0,0,0,.5),rgba(0,0,0,0));background-image:-o-linear-gradient(right,rgba(0,0,0,.5),rgba(0,0,0,0));background-image:linear-gradient(to left,rgba(0,0,0,.5),rgba(0,0,0,0))}.swiper-container-3d .swiper-slide-shadow-right{background-image:-webkit-gradient(linear,right top,left top,from(rgba(0,0,0,.5)),to(rgba(0,0,0,0)));background-image:-webkit-linear-gradient(left,rgba(0,0,0,.5),rgba(0,0,0,0));background-image:-moz-linear-gradient(left,rgba(0,0,0,.5),rgba(0,0,0,0));background-image:-o-linear-gradient(left,rgba(0,0,0,.5),rgba(0,0,0,0));background-image:linear-gradient(to right,rgba(0,0,0,.5),rgba(0,0,0,0))}.swiper-container-3d .swiper-slide-shadow-top{background-image:-webkit-gradient(linear,left top,left bottom,from(rgba(0,0,0,.5)),to(rgba(0,0,0,0)));background-image:-webkit-linear-gradient(bottom,rgba(0,0,0,.5),rgba(0,0,0,0));background-image:-moz-linear-gradient(bottom,rgba(0,0,0,.5),rgba(0,0,0,0));background-image:-o-linear-gradient(bottom,rgba(0,0,0,.5),rgba(0,0,0,0));background-image:linear-gradient(to top,rgba(0,0,0,.5),rgba(0,0,0,0))}.swiper-container-3d .swiper-slide-shadow-bottom{background-image:-webkit-gradient(linear,left bottom,left top,from(rgba(0,0,0,.5)),to(rgba(0,0,0,0)));background-image:-webkit-linear-gradient(top,rgba(0,0,0,.5),rgba(0,0,0,0));background-image:-moz-linear-gradient(top,rgba(0,0,0,.5),rgba(0,0,0,0));background-image:-o-linear-gradient(top,rgba(0,0,0,.5),rgba(0,0,0,0));background-image:linear-gradient(to bottom,rgba(0,0,0,.5),rgba(0,0,0,0))}.swiper-container-coverflow .swiper-wrapper,.swiper-container-flip .swiper-wrapper{-ms-perspective:1200px}.swiper-container-cube,.swiper-container-flip{overflow:visible}.swiper-container-cube .swiper-slide,.swiper-container-flip .swiper-slide{pointer-events:none;-webkit-backface-visibility:hidden;-moz-backface-visibility:hidden;-ms-backface-visibility:hidden;backface-visibility:hidden;z-index:1}.swiper-container-cube .swiper-slide .swiper-slide,.swiper-container-flip .swiper-slide .swiper-slide{pointer-events:none}.swiper-container-cube .swiper-slide-active,.swiper-container-cube .swiper-slide-active .swiper-slide-active,.swiper-container-flip .swiper-slide-active,.swiper-container-flip .swiper-slide-active .swiper-slide-active{pointer-events:auto}.swiper-container-cube .swiper-slide-shadow-bottom,.swiper-container-cube .swiper-slide-shadow-left,.swiper-container-cube .swiper-slide-shadow-right,.swiper-container-cube .swiper-slide-shadow-top,.swiper-container-flip .swiper-slide-shadow-bottom,.swiper-container-flip .swiper-slide-shadow-left,.swiper-container-flip .swiper-slide-shadow-right,.swiper-container-flip .swiper-slide-shadow-top{z-index:0;-webkit-backface-visibility:hidden;-moz-backface-visibility:hidden;-ms-backface-visibility:hidden;backface-visibility:hidden}.swiper-container-cube .swiper-slide{visibility:hidden;-webkit-transform-origin:0 0;-moz-transform-origin:0 0;-ms-transform-origin:0 0;transform-origin:0 0;width:100%;height:100%}.swiper-container-cube.swiper-container-rtl .swiper-slide{-webkit-transform-origin:100% 0;-moz-transform-origin:100% 0;-ms-transform-origin:100% 0;transform-origin:100% 0}.swiper-container-cube .swiper-slide-active,.swiper-container-cube .swiper-slide-next,.swiper-container-cube .swiper-slide-next+.swiper-slide,.swiper-container-cube .swiper-slide-prev{pointer-events:auto;visibility:visible}.swiper-container-cube .swiper-cube-shadow{position:absolute;left:0;bottom:0;width:100%;height:100%;background:#000;opacity:.6;-webkit-filter:blur(50px);filter:blur(50px);z-index:0}.swiper-container-fade.swiper-container-free-mode .swiper-slide{-webkit-transition-timing-function:ease-out;-moz-transition-timing-function:ease-out;-ms-transition-timing-function:ease-out;-o-transition-timing-function:ease-out;transition-timing-function:ease-out}.swiper-container-fade .swiper-slide{pointer-events:none;-webkit-transition-property:opacity;-moz-transition-property:opacity;-o-transition-property:opacity;transition-property:opacity}.swiper-container-fade .swiper-slide .swiper-slide{pointer-events:none}.swiper-container-fade .swiper-slide-active,.swiper-container-fade .swiper-slide-active .swiper-slide-active{pointer-events:auto}.swiper-scrollbar{border-radius:10px;position:relative;-ms-touch-action:none;background:rgba(0,0,0,.1)}.swiper-container-horizontal>.swiper-scrollbar{position:absolute;left:1%;bottom:3px;z-index:50;height:5px;width:98%}.swiper-container-vertical>.swiper-scrollbar{position:absolute;right:3px;top:1%;z-index:50;width:5px;height:98%}.swiper-scrollbar-drag{height:100%;width:100%;position:relative;background:rgba(0,0,0,.5);border-radius:10px;left:0;top:0}.swiper-scrollbar-cursor-drag{cursor:move}.swiper-lazy-preloader{width:42px;height:42px;position:absolute;left:50%;top:50%;margin-left:-21px;margin-top:-21px;z-index:10;-webkit-transform-origin:50%;-moz-transform-origin:50%;transform-origin:50%;-webkit-animation:swiper-preloader-spin 1s steps(12,end) infinite;-moz-animation:swiper-preloader-spin 1s steps(12,end) infinite;animation:swiper-preloader-spin 1s steps(12,end) infinite}.swiper-lazy-preloader:after{display:block;content:"";width:100%;height:100%;background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg%20viewBox%3D'0%200%20120%20120'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20xmlns%3Axlink%3D'http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink'%3E%3Cdefs%3E%3Cline%20id%3D'l'%20x1%3D'60'%20x2%3D'60'%20y1%3D'7'%20y2%3D'27'%20stroke%3D'%236c6c6c'%20stroke-width%3D'11'%20stroke-linecap%3D'round'%2F%3E%3C%2Fdefs%3E%3Cg%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(30%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(60%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(90%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(120%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(150%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.37'%20transform%3D'rotate(180%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.46'%20transform%3D'rotate(210%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.56'%20transform%3D'rotate(240%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.66'%20transform%3D'rotate(270%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.75'%20transform%3D'rotate(300%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.85'%20transform%3D'rotate(330%2060%2C60)'%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");background-position:50%;-webkit-background-size:100%;background-size:100%;background-repeat:no-repeat}.swiper-lazy-preloader-white:after{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg%20viewBox%3D'0%200%20120%20120'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20xmlns%3Axlink%3D'http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink'%3E%3Cdefs%3E%3Cline%20id%3D'l'%20x1%3D'60'%20x2%3D'60'%20y1%3D'7'%20y2%3D'27'%20stroke%3D'%23fff'%20stroke-width%3D'11'%20stroke-linecap%3D'round'%2F%3E%3C%2Fdefs%3E%3Cg%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(30%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(60%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(90%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(120%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(150%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.37'%20transform%3D'rotate(180%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.46'%20transform%3D'rotate(210%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.56'%20transform%3D'rotate(240%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.66'%20transform%3D'rotate(270%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.75'%20transform%3D'rotate(300%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.85'%20transform%3D'rotate(330%2060%2C60)'%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E")}@-webkit-keyframes swiper-preloader-spin{100%{-webkit-transform:rotate(360deg)}}@keyframes swiper-preloader-spin{100%{transform:rotate(360deg)}}#debungcontrolls,.debugtimeline{width:100%;box-sizing:border-box}.rev_column,.rev_column .tp-parallax-wrap,.tp-svg-layer svg{vertical-align:top}#debungcontrolls{z-index:100000;position:fixed;bottom:0;height:auto;background:rgba(0,0,0,.6);padding:10px}.debugtimeline{height:10px;position:relative;margin-bottom:3px;display:none;white-space:nowrap}.debugtimeline:hover{height:15px}.the_timeline_tester{background:#e74c3c;position:absolute;top:0;left:0;height:100%;width:0}.rs-go-fullscreen{position:fixed!important;width:100%!important;height:100%!important;top:0!important;left:0!important;z-index:9999999!important;background:#fff!important}.debugtimeline.tl_slide .the_timeline_tester{background:#f39c12}.debugtimeline.tl_frame .the_timeline_tester{background:#3498db}.debugtimline_txt{color:#fff;font-weight:400;font-size:7px;position:absolute;left:10px;top:0;white-space:nowrap;line-height:10px}.rtl{direction:rtl}@font-face{font-family:revicons;src:url(../../frontend/Verz/default/en_US/Nwdthemes_Revslider/public/assets/fonts/revicons/revicons.eot?5510888);src:url(../../frontend/Verz/default/en_US/Nwdthemes_Revslider/public/assets/fonts/revicons/revicons.eot?5510888#iefix) format('embedded-opentype'),url(../../frontend/Verz/default/en_US/Nwdthemes_Revslider/public/assets/fonts/revicons/revicons.woff?5510888) format('woff'),url(../../frontend/Verz/default/en_US/Nwdthemes_Revslider/public/assets/fonts/revicons/revicons.ttf?5510888) format('truetype'),url(../../frontend/Verz/default/en_US/Nwdthemes_Revslider/public/assets/fonts/revicons/revicons.svg?5510888#revicons) format('svg');font-weight:400;font-style:normal}[class*=" revicon-"]:before,[class^=revicon-]:before{font-family:revicons;font-style:normal;font-weight:400;speak:none;display:inline-block;text-decoration:inherit;width:1em;margin-right:.2em;text-align:center;font-variant:normal;text-transform:none;line-height:1em;margin-left:.2em}.revicon-search-1:before{content:'\e802'}.revicon-pencil-1:before{content:'\e831'}.revicon-picture-1:before{content:'\e803'}.revicon-cancel:before{content:'\e80a'}.revicon-info-circled:before{content:'\e80f'}.revicon-trash:before{content:'\e801'}.revicon-left-dir:before{content:'\e817'}.revicon-right-dir:before{content:'\e818'}.revicon-down-open:before{content:'\e83b'}.revicon-left-open:before{content:'\e819'}.revicon-right-open:before{content:'\e81a'}.revicon-angle-left:before{content:'\e820'}.revicon-angle-right:before{content:'\e81d'}.revicon-left-big:before{content:'\e81f'}.revicon-right-big:before{content:'\e81e'}.revicon-magic:before{content:'\e807'}.revicon-picture:before{content:'\e800'}.revicon-export:before{content:'\e80b'}.revicon-cog:before{content:'\e832'}.revicon-login:before{content:'\e833'}.revicon-logout:before{content:'\e834'}.revicon-video:before{content:'\e805'}.revicon-arrow-combo:before{content:'\e827'}.revicon-left-open-1:before{content:'\e82a'}.revicon-right-open-1:before{content:'\e82b'}.revicon-left-open-mini:before{content:'\e822'}.revicon-right-open-mini:before{content:'\e823'}.revicon-left-open-big:before{content:'\e824'}.revicon-right-open-big:before{content:'\e825'}.revicon-left:before{content:'\e836'}.revicon-right:before{content:'\e826'}.revicon-ccw:before{content:'\e808'}.revicon-arrows-ccw:before{content:'\e806'}.revicon-palette:before{content:'\e829'}.revicon-list-add:before{content:'\e80c'}.revicon-doc:before{content:'\e809'}.revicon-left-open-outline:before{content:'\e82e'}.revicon-left-open-2:before{content:'\e82c'}.revicon-right-open-outline:before{content:'\e82f'}.revicon-right-open-2:before{content:'\e82d'}.revicon-equalizer:before{content:'\e83a'}.revicon-layers-alt:before{content:'\e804'}.revicon-popup:before{content:'\e828'}.rev_slider_wrapper{position:relative;z-index:0;width:100%}.rev_slider{position:relative;overflow:visible}.entry-content .rev_slider a,.rev_slider a{box-shadow:none}.tp-overflow-hidden{overflow:hidden!important}.group_ov_hidden{overflow:hidden}.rev_slider img,.tp-simpleresponsive img{max-width:none!important;transition:none;margin:0;padding:0;border:none}.rev_slider .no-slides-text{font-weight:700;text-align:center;padding-top:80px}.rev_slider>ul,.rev_slider>ul>li,.rev_slider>ul>li:before,.rev_slider_wrapper>ul,.tp-revslider-mainul>li,.tp-revslider-mainul>li:before,.tp-simpleresponsive>ul,.tp-simpleresponsive>ul>li,.tp-simpleresponsive>ul>li:before{list-style:none!important;position:absolute;margin:0!important;padding:0!important;overflow-x:visible;overflow-y:visible;background-image:none;background-position:0 0;text-indent:0;top:0;left:0}.rev_slider>ul>li,.rev_slider>ul>li:before,.tp-revslider-mainul>li,.tp-revslider-mainul>li:before,.tp-simpleresponsive>ul>li,.tp-simpleresponsive>ul>li:before{visibility:hidden}.tp-revslider-mainul,.tp-revslider-slidesli{padding:0!important;margin:0!important;list-style:none!important}.fullscreen-container,.fullwidthbanner-container{padding:0;position:relative}.rev_slider li.tp-revslider-slidesli{position:absolute!important}.tp-caption .rs-untoggled-content{display:block}.tp-caption .rs-toggled-content{display:none}.rs-toggle-content-active.tp-caption .rs-toggled-content{display:block}.rs-toggle-content-active.tp-caption .rs-untoggled-content{display:none}.rev_slider .caption,.rev_slider .tp-caption{position:relative;visibility:hidden;white-space:nowrap;display:block;-webkit-font-smoothing:antialiased!important;z-index:1}.rev_slider .caption,.rev_slider .tp-caption,.tp-simpleresponsive img{-moz-user-select:none;-khtml-user-select:none;-webkit-user-select:none;-o-user-select:none}.rev_slider .tp-mask-wrap .tp-caption,.rev_slider .tp-mask-wrap :last-child,.wpb_text_column .rev_slider .tp-mask-wrap .tp-caption,.wpb_text_column .rev_slider .tp-mask-wrap :last-child{margin-bottom:0}.tp-svg-layer svg{width:100%;height:100%;position:relative}.tp-carousel-wrapper{cursor:url(../../frontend/Verz/default/en_US/Nwdthemes_Revslider/public/assets/css/openhand.cur),move}.tp-carousel-wrapper.dragged{cursor:url(../../frontend/Verz/default/en_US/Nwdthemes_Revslider/public/assets/css/closedhand.cur),move}.tp_inner_padding{box-sizing:border-box;max-height:none!important}.tp-caption.tp-layer-selectable{-moz-user-select:all;-khtml-user-select:all;-webkit-user-select:all;-o-user-select:all}.tp-caption.tp-hidden-caption,.tp-forcenotvisible,.tp-hide-revslider,.tp-parallax-wrap.tp-hidden-caption{visibility:hidden!important;display:none!important}.rev_slider audio,.rev_slider embed,.rev_slider iframe,.rev_slider object,.rev_slider video{max-width:none!important}.tp-element-background{position:absolute;top:0;left:0;width:100%;height:100%;z-index:0}.tp-blockmask,.tp-blockmask_in,.tp-blockmask_out{position:absolute;top:0;left:0;width:100%;height:100%;background:#fff;z-index:1000;transform:scaleX(0) scaleY(0)}.tp-parallax-wrap{transform-style:preserve-3d}.rev_row_zone{position:absolute;width:100%;left:0;box-sizing:border-box;min-height:50px;font-size:0}.rev_column_inner,.rev_slider .tp-caption.rev_row{position:relative;width:100%!important;box-sizing:border-box}.rev_row_zone_top{top:0}.rev_row_zone_middle{top:50%;transform:translateY(-50%)}.rev_row_zone_bottom{bottom:0}.rev_slider .tp-caption.rev_row{display:table;table-layout:fixed;vertical-align:top;height:auto!important;font-size:0}.rev_column{display:table-cell;position:relative;height:auto;box-sizing:border-box;font-size:0}.rev_column_inner{display:block;height:auto!important;white-space:normal!important}.rev_column_bg{width:100%;height:100%;position:absolute;top:0;left:0;z-index:0;box-sizing:border-box;background-clip:content-box;border:0 solid transparent}.tp-caption .backcorner,.tp-caption .backcornertop,.tp-caption .frontcorner,.tp-caption .frontcornertop{height:0;top:0;width:0;position:absolute}.rev_column_inner .tp-loop-wrap,.rev_column_inner .tp-mask-wrap,.rev_column_inner .tp-parallax-wrap{text-align:inherit}.rev_column_inner .tp-mask-wrap{display:inline-block}.rev_column_inner .tp-parallax-wrap,.rev_column_inner .tp-parallax-wrap .tp-loop-wrap,.rev_column_inner .tp-parallax-wrap .tp-mask-wrap{position:relative!important;left:auto!important;top:auto!important;line-height:0}.tp-video-play-button,.tp-video-play-button i{line-height:50px!important;vertical-align:top;text-align:center}.rev_column_inner .rev_layer_in_column,.rev_column_inner .tp-parallax-wrap,.rev_column_inner .tp-parallax-wrap .tp-loop-wrap,.rev_column_inner .tp-parallax-wrap .tp-mask-wrap{vertical-align:top}.rev_break_columns{display:block!important}.rev_break_columns .tp-parallax-wrap.rev_column{display:block!important;width:100%!important}.fullwidthbanner-container{overflow:hidden}.fullwidthbanner-container .fullwidthabanner{width:100%;position:relative}.tp-static-layers{position:absolute;z-index:101;top:0;left:0}.tp-caption .frontcorner{border-left:40px solid transparent;border-right:0 solid transparent;border-top:40px solid #00A8FF;left:-40px}.tp-caption .backcorner{border-left:0 solid transparent;border-right:40px solid transparent;border-bottom:40px solid #00A8FF;right:0}.tp-caption .frontcornertop{border-left:40px solid transparent;border-right:0 solid transparent;border-bottom:40px solid #00A8FF;left:-40px}.tp-caption .backcornertop{border-left:0 solid transparent;border-right:40px solid transparent;border-top:40px solid #00A8FF;right:0}.tp-layer-inner-rotation{position:relative!important}img.tp-slider-alternative-image{width:100%;height:auto}.caption.fullscreenvideo,.rs-background-video-layer,.tp-caption.coverscreenvideo,.tp-caption.fullscreenvideo{width:100%;height:100%;top:0;left:0;position:absolute}.noFilterClass{filter:none!important}.rs-background-video-layer{visibility:hidden;z-index:0}.caption.fullscreenvideo audio,.caption.fullscreenvideo iframe,.caption.fullscreenvideo video,.tp-caption.fullscreenvideo iframe,.tp-caption.fullscreenvideo iframe audio,.tp-caption.fullscreenvideo iframe video{width:100%!important;height:100%!important;display:none}.fullcoveredvideo audio,.fullscreenvideo audio .fullcoveredvideo video,.fullscreenvideo video{background:#000}.fullcoveredvideo .tp-poster{background-position:center center;background-size:cover;width:100%;height:100%;top:0;left:0}.videoisplaying .html5vid .tp-poster{display:none}.tp-video-play-button{background:#000;background:rgba(0,0,0,.3);border-radius:5px;position:absolute;top:50%;left:50%;color:#FFF;margin-top:-25px;margin-left:-25px;cursor:pointer;width:50px;height:50px;box-sizing:border-box;display:inline-block;z-index:4;opacity:0;transition:opacity .3s ease-out!important}.tp-audio-html5 .tp-video-play-button,.tp-hiddenaudio{display:none!important}.tp-caption .html5vid{width:100%!important;height:100%!important}.tp-video-play-button i{width:50px;height:50px;display:inline-block;font-size:40px!important}.rs-fullvideo-cover,.tp-dottedoverlay,.tp-shadowcover{height:100%;top:0;left:0;position:absolute}.tp-caption:hover .tp-video-play-button{opacity:1;display:block}.tp-caption .tp-revstop{display:none;border-left:5px solid #fff!important;border-right:5px solid #fff!important;margin-top:15px!important;line-height:20px!important;vertical-align:top;font-size:25px!important}.tp-seek-bar,.tp-video-button,.tp-volume-bar{outline:0;line-height:12px;margin:0;cursor:pointer}.videoisplaying .revicon-right-dir{display:none}.videoisplaying .tp-revstop{display:inline-block}.videoisplaying .tp-video-play-button{display:none}.fullcoveredvideo .tp-video-play-button{display:none!important}.fullscreenvideo .fullscreenvideo audio,.fullscreenvideo .fullscreenvideo video{object-fit:contain!important}.fullscreenvideo .fullcoveredvideo audio,.fullscreenvideo .fullcoveredvideo video{object-fit:cover!important}.tp-video-controls{position:absolute;bottom:0;left:0;right:0;padding:5px;opacity:0;transition:opacity .3s;background-image:linear-gradient(to bottom,#000 13%,#323232 100%);display:table;max-width:100%;overflow:hidden;box-sizing:border-box}.rev-btn.rev-hiddenicon i,.rev-btn.rev-withicon i{transition:all .2s ease-out!important;font-size:15px}.tp-caption:hover .tp-video-controls{opacity:.9}.tp-video-button{background:rgba(0,0,0,.5);border:0;border-radius:3px;font-size:12px;color:#fff;padding:0}.tp-video-button:hover{cursor:pointer}.tp-video-button-wrap,.tp-video-seek-bar-wrap,.tp-video-vol-bar-wrap{padding:0 5px;display:table-cell;vertical-align:middle}.tp-video-seek-bar-wrap{width:80%}.tp-video-vol-bar-wrap{width:20%}.tp-seek-bar,.tp-volume-bar{width:100%;padding:0}.rs-fullvideo-cover{width:100%;background:0 0;z-index:5}.disabled_lc .tp-video-play-button,.rs-background-video-layer audio::-webkit-media-controls,.rs-background-video-layer video::-webkit-media-controls,.rs-background-video-layer video::-webkit-media-controls-start-playback-button{display:none!important}.tp-audio-html5 .tp-video-controls{opacity:1!important;visibility:visible!important}.tp-dottedoverlay{background-repeat:repeat;width:100%;z-index:3}.tp-dottedoverlay.twoxtwo{background:url(../../frontend/Verz/default/en_US/Nwdthemes_Revslider/public/assets/assets/gridtile.png)}.tp-dottedoverlay.twoxtwowhite{background:url(../../frontend/Verz/default/en_US/Nwdthemes_Revslider/public/assets/assets/gridtile_white.png)}.tp-dottedoverlay.threexthree{background:url(../../frontend/Verz/default/en_US/Nwdthemes_Revslider/public/assets/assets/gridtile_3x3.png)}.tp-dottedoverlay.threexthreewhite{background:url(../../frontend/Verz/default/en_US/Nwdthemes_Revslider/public/assets/assets/gridtile_3x3_white.png)}.tp-shadowcover{width:100%;background:#fff;z-index:-1}.tp-shadow1{box-shadow:0 10px 6px -6px rgba(0,0,0,.8)}.tp-shadow2:after,.tp-shadow2:before,.tp-shadow3:before,.tp-shadow4:after{z-index:-2;position:absolute;content:"";bottom:10px;left:10px;width:50%;top:85%;max-width:300px;background:0 0;box-shadow:0 15px 10px rgba(0,0,0,.8);transform:rotate(-3deg)}.tp-shadow2:after,.tp-shadow4:after{transform:rotate(3deg);right:10px;left:auto}.tp-shadow5{position:relative;box-shadow:0 1px 4px rgba(0,0,0,.3),0 0 40px rgba(0,0,0,.1) inset}.tp-shadow5:after,.tp-shadow5:before{content:"";position:absolute;z-index:-2;box-shadow:0 0 25px 0 rgba(0,0,0,.6);top:30%;bottom:0;left:20px;right:20px;border-radius:100px/20px}.tp-button{padding:6px 13px 5px;border-radius:3px;height:30px;cursor:pointer;color:#fff!important;text-shadow:0 1px 1px rgba(0,0,0,.6)!important;font-size:15px;line-height:45px!important;font-family:arial,sans-serif;font-weight:700;letter-spacing:-1px;text-decoration:none}.tp-button.big{color:#fff;text-shadow:0 1px 1px rgba(0,0,0,.6);font-weight:700;padding:9px 20px;font-size:19px;line-height:57px!important}.purchase:hover,.tp-button.big:hover,.tp-button:hover{background-position:bottom,15px 11px}.purchase.green,.purchase:hover.green,.tp-button.green,.tp-button:hover.green{background-color:#21a117;box-shadow:0 3px 0 0 #104d0b}.purchase.blue,.purchase:hover.blue,.tp-button.blue,.tp-button:hover.blue{background-color:#1d78cb;box-shadow:0 3px 0 0 #0f3e68}.purchase.red,.purchase:hover.red,.tp-button.red,.tp-button:hover.red{background-color:#cb1d1d;box-shadow:0 3px 0 0 #7c1212}.purchase.orange,.purchase:hover.orange,.tp-button.orange,.tp-button:hover.orange{background-color:#f70;box-shadow:0 3px 0 0 #a34c00}.purchase.darkgrey,.purchase:hover.darkgrey,.tp-button.darkgrey,.tp-button.grey,.tp-button:hover.darkgrey,.tp-button:hover.grey{background-color:#555;box-shadow:0 3px 0 0 #222}.purchase.lightgrey,.purchase:hover.lightgrey,.tp-button.lightgrey,.tp-button:hover.lightgrey{background-color:#888;box-shadow:0 3px 0 0 #555}.rev-btn,.rev-btn:visited{outline:0!important;box-shadow:none!important;text-decoration:none!important;line-height:44px;font-size:17px;font-weight:500;padding:12px 35px;box-sizing:border-box;font-family:Roboto,sans-serif;cursor:pointer}.rev-btn.rev-uppercase,.rev-btn.rev-uppercase:visited{text-transform:uppercase;letter-spacing:1px;font-size:15px;font-weight:900}.rev-btn.rev-withicon i{font-weight:400;position:relative;top:0;margin-left:10px!important}.rev-btn.rev-hiddenicon i{font-weight:400;position:relative;top:0;opacity:0;margin-left:0!important;width:0!important}.rev-btn.rev-hiddenicon:hover i{opacity:1!important;margin-left:10px!important;width:auto!important}.rev-btn.rev-medium,.rev-btn.rev-medium:visited{line-height:36px;font-size:14px;padding:10px 30px}.rev-btn.rev-medium.rev-hiddenicon i,.rev-btn.rev-medium.rev-withicon i{font-size:14px;top:0}.rev-btn.rev-small,.rev-btn.rev-small:visited{line-height:28px;font-size:12px;padding:7px 20px}.rev-btn.rev-small.rev-hiddenicon i,.rev-btn.rev-small.rev-withicon i{font-size:12px;top:0}.rev-maxround{border-radius:30px}.rev-minround{border-radius:3px}.rev-burger{position:relative;width:60px;height:60px;box-sizing:border-box;padding:22px 0 0 14px;border-radius:50%;border:1px solid rgba(51,51,51,.25);-webkit-tap-highlight-color:transparent;cursor:pointer}.rev-burger span{display:block;width:30px;height:3px;background:#333;transition:.7s;pointer-events:none;transform-style:flat!important}.rev-burger.revb-white span,.rev-burger.revb-whitenoborder span{background:#fff}.rev-burger span:nth-child(2){margin:3px 0}#dialog_addbutton .rev-burger:hover :first-child,.open .rev-burger :first-child,.open.rev-burger :first-child{transform:translateY(6px) rotate(-45deg)}#dialog_addbutton .rev-burger:hover :nth-child(2),.open .rev-burger :nth-child(2),.open.rev-burger :nth-child(2){transform:rotate(-45deg);opacity:0}#dialog_addbutton .rev-burger:hover :last-child,.open .rev-burger :last-child,.open.rev-burger :last-child{transform:translateY(-6px) rotate(-135deg)}.rev-burger.revb-white{border:2px solid rgba(255,255,255,.2)}.rev-burger.revb-darknoborder,.rev-burger.revb-whitenoborder{border:0}.rev-burger.revb-darknoborder span{background:#333}.rev-burger.revb-whitefull{background:#fff;border:none}.rev-burger.revb-whitefull span{background:#333}.rev-burger.revb-darkfull{background:#333;border:none}.rev-burger.revb-darkfull span,.rev-scroll-btn.revs-fullwhite{background:#fff}@keyframes rev-ani-mouse{0%{opacity:1;top:29%}15%{opacity:1;top:50%}50%{opacity:0;top:50%}100%{opacity:0;top:29%}}.rev-scroll-btn{display:inline-block;position:relative;left:0;right:0;text-align:center;cursor:pointer;width:35px;height:55px;box-sizing:border-box;border:3px solid #fff;border-radius:23px}.rev-scroll-btn>*{display:inline-block;line-height:18px;font-size:13px;font-weight:400;color:#fff;font-family:proxima-nova,"Helvetica Neue",Helvetica,Arial,sans-serif;letter-spacing:2px}.rev-scroll-btn>.active,.rev-scroll-btn>:focus,.rev-scroll-btn>:hover{color:#fff}.rev-scroll-btn>.active,.rev-scroll-btn>:active,.rev-scroll-btn>:focus,.rev-scroll-btn>:hover{opacity:.8}.rev-scroll-btn.revs-fullwhite span{background:#333}.rev-scroll-btn.revs-fulldark{background:#333;border:none}.rev-scroll-btn.revs-fulldark span,.tp-bullet{background:#fff}.rev-scroll-btn span{position:absolute;display:block;top:29%;left:50%;width:8px;height:8px;margin:-4px 0 0 -4px;background:#fff;border-radius:50%;animation:rev-ani-mouse 2.5s linear infinite}.rev-scroll-btn.revs-dark{border-color:#333}.rev-scroll-btn.revs-dark span{background:#333}.rev-control-btn{position:relative;display:inline-block;z-index:5;color:#FFF;font-size:20px;line-height:60px;font-weight:400;font-style:normal;font-family:Raleway;text-decoration:none;text-align:center;background-color:#000;border-radius:50px;text-shadow:none;background-color:rgba(0,0,0,.5);width:60px;height:60px;box-sizing:border-box;cursor:pointer}.rev-cbutton-dark-sr,.rev-cbutton-light-sr{border-radius:3px}.rev-cbutton-light,.rev-cbutton-light-sr{color:#333;background-color:rgba(255,255,255,.75)}.rev-sbutton{line-height:37px;width:37px;height:37px}.rev-sbutton-blue{background-color:#3B5998}.rev-sbutton-lightblue{background-color:#00A0D1}.rev-sbutton-red{background-color:#DD4B39}.tp-bannertimer{visibility:hidden;width:100%;height:5px;background:#000;background:rgba(0,0,0,.15);position:absolute;z-index:200;top:0}.tp-bannertimer.tp-bottom{top:auto;bottom:0!important;height:5px}.tp-layers-container{transform-style:preserve-3d;position:absolute;width:100%;height:100%;overflow:hidden;top:0;left:0}.tp-caption img{background:0 0;-ms-filter:"progid:DXImageTransform.Microsoft.gradient(startColorstr=#00FFFFFF,endColorstr=#00FFFFFF)";filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#00FFFFFF, endColorstr=#00FFFFFF);zoom:1}.caption.slidelink a div,.tp-caption.slidelink a div{width:3000px;height:1500px;background:url(../../frontend/Verz/default/en_US/Nwdthemes_Revslider/public/assets/assets/coloredbg.png)}.tp-caption.slidelink a span{background:url(../../frontend/Verz/default/en_US/Nwdthemes_Revslider/public/assets/assets/coloredbg.png)}.tp-loader.spinner0,.tp-loader.spinner5{background-image:url(../../frontend/Verz/default/en_US/Nwdthemes_Revslider/public/assets/assets/loader.gif);background-repeat:no-repeat}.tp-shape{width:100%;height:100%}.tp-caption .rs-starring{display:inline-block}.tp-caption .rs-starring .star-rating{float:none;display:inline-block;vertical-align:top;color:#FFC321!important}.tp-caption .rs-starring .star-rating,.tp-caption .rs-starring-page .star-rating{position:relative;height:1em;width:5.4em;font-family:star;font-size:1em!important}.tp-loader.spinner0,.tp-loader.spinner1{width:40px;height:40px;margin-top:-20px;margin-left:-20px;animation:tp-rotateplane 1.2s infinite ease-in-out;background-color:#fff;border-radius:3px;box-shadow:0 0 20px 0 rgba(0,0,0,.15)}.tp-caption .rs-starring .star-rating:before,.tp-caption .rs-starring-page .star-rating:before{content:"\73\73\73\73\73";color:#E0DADF;float:left;top:0;left:0;position:absolute}.tp-caption .rs-starring .star-rating span{overflow:hidden;float:left;top:0;left:0;position:absolute;padding-top:1.5em;font-size:1em!important}.tp-caption .rs-starring .star-rating span:before{content:"\53\53\53\53\53";top:0;position:absolute;left:0}.tp-loader{top:50%;left:50%;z-index:10000;position:absolute}.tp-loader.spinner0{background-position:center center}.tp-loader.spinner5{background-position:10px 10px;background-color:#fff;margin:-22px;width:44px;height:44px;border-radius:3px}@keyframes tp-rotateplane{0%{transform:perspective(120px) rotateX(0) rotateY(0)}50%{transform:perspective(120px) rotateX(-180.1deg) rotateY(0)}100%{transform:perspective(120px) rotateX(-180deg) rotateY(-179.9deg)}}.tp-loader.spinner2{width:40px;height:40px;margin-top:-20px;margin-left:-20px;background-color:red;box-shadow:0 0 20px 0 rgba(0,0,0,.15);border-radius:100%;animation:tp-scaleout 1s infinite ease-in-out}@keyframes tp-scaleout{0%{transform:scale(0)}100%{transform:scale(1);opacity:0}}.tp-loader.spinner3{margin:-9px 0 0 -35px;width:70px;text-align:center}.tp-loader.spinner3 .bounce1,.tp-loader.spinner3 .bounce2,.tp-loader.spinner3 .bounce3{width:18px;height:18px;background-color:#fff;box-shadow:0 0 20px 0 rgba(0,0,0,.15);border-radius:100%;display:inline-block;animation:tp-bouncedelay 1.4s infinite ease-in-out;animation-fill-mode:both}.tp-loader.spinner3 .bounce1{animation-delay:-.32s}.tp-loader.spinner3 .bounce2{animation-delay:-.16s}@keyframes tp-bouncedelay{0%,100%,80%{transform:scale(0)}40%{transform:scale(1)}}.tp-loader.spinner4{margin:-20px 0 0 -20px;width:40px;height:40px;text-align:center;animation:tp-rotate 2s infinite linear}.tp-loader.spinner4 .dot1,.tp-loader.spinner4 .dot2{width:60%;height:60%;display:inline-block;position:absolute;top:0;background-color:#fff;border-radius:100%;animation:tp-bounce 2s infinite ease-in-out;box-shadow:0 0 20px 0 rgba(0,0,0,.15)}.tp-loader.spinner4 .dot2{top:auto;bottom:0;animation-delay:-1s}@keyframes tp-rotate{100%{transform:rotate(360deg)}}@keyframes tp-bounce{0%,100%{transform:scale(0)}50%{transform:scale(1)}}.tp-bullets.navbar,.tp-tabs.navbar,.tp-thumbs.navbar{border:none;min-height:0;margin:0;border-radius:0}.tp-bullets,.tp-tabs,.tp-thumbs{position:absolute;display:block;z-index:1000;top:0;left:0}.tp-tab,.tp-thumb{cursor:pointer;position:absolute;opacity:.5;box-sizing:border-box}.tp-arr-imgholder,.tp-tab-image,.tp-thumb-image,.tp-videoposter{background-position:center center;background-size:cover;width:100%;height:100%;display:block;position:absolute;top:0;left:0}.tp-tab.selected,.tp-tab:hover,.tp-thumb.selected,.tp-thumb:hover{opacity:1}.tp-tab-mask,.tp-thumb-mask{box-sizing:border-box!important}.tp-tabs,.tp-thumbs{box-sizing:content-box!important}.tp-bullet{width:15px;height:15px;position:absolute;background:rgba(255,255,255,.3);cursor:pointer}.tp-bullet.selected,.tp-bullet:hover{background:#fff}.tparrows{cursor:pointer;background:#000;background:rgba(0,0,0,.5);width:40px;height:40px;position:absolute;display:block;z-index:1000}.tparrows:hover{background:#000}.tparrows:before{font-family:revicons;font-size:15px;color:#fff;display:block;line-height:40px;text-align:center}.hginfo,.hglayerinfo{font-size:12px;font-weight:600}.tparrows.tp-leftarrow:before{content:'\e824'}.tparrows.tp-rightarrow:before{content:'\e825'}body.rtl .tp-kbimg{left:0!important}.dddwrappershadow{box-shadow:0 45px 100px rgba(0,0,0,.4)}.hglayerinfo{position:fixed;bottom:0;left:0;color:#FFF;line-height:20px;background:rgba(0,0,0,.75);padding:5px 10px;z-index:2000;white-space:normal}.helpgrid,.hginfo{position:absolute}.hginfo{top:-2px;left:-2px;color:#e74c3c;background:#000;padding:2px 5px}.indebugmode .tp-caption:hover{border:1px dashed #c0392b!important}.helpgrid{border:2px dashed #c0392b;top:0;left:0;z-index:0}#revsliderlogloglog{padding:15px;color:#fff;position:fixed;top:0;left:0;width:200px;height:150px;background:rgba(0,0,0,.7);z-index:100000;font-size:10px;overflow:scroll}.aden{filter:hue-rotate(-20deg) contrast(.9) saturate(.85) brightness(1.2)}.aden::after{background:linear-gradient(to right,rgba(66,10,14,.2),transparent);mix-blend-mode:darken}.perpetua::after,.reyes::after{mix-blend-mode:soft-light;opacity:.5}.inkwell{filter:sepia(.3) contrast(1.1) brightness(1.1) grayscale(1)}.perpetua::after{background:linear-gradient(to bottom,#005b9a,#e6c13d)}.reyes{filter:sepia(.22) brightness(1.1) contrast(.85) saturate(.75)}.reyes::after{background:#efcdad}.gingham{filter:brightness(1.05) hue-rotate(-10deg)}.gingham::after{background:linear-gradient(to right,rgba(66,10,14,.2),transparent);mix-blend-mode:darken}.toaster{filter:contrast(1.5) brightness(.9)}.toaster::after{background:radial-gradient(circle,#804e0f,#3b003b);mix-blend-mode:screen}.walden{filter:brightness(1.1) hue-rotate(-10deg) sepia(.3) saturate(1.6)}.walden::after{background:#04c;mix-blend-mode:screen;opacity:.3}.hudson{filter:brightness(1.2) contrast(.9) saturate(1.1)}.hudson::after{background:radial-gradient(circle,#a6b1ff 50%,#342134);mix-blend-mode:multiply;opacity:.5}.earlybird{filter:contrast(.9) sepia(.2)}.earlybird::after{background:radial-gradient(circle,#d0ba8e 20%,#360309 85%,#1d0210 100%);mix-blend-mode:overlay}.mayfair{filter:contrast(1.1) saturate(1.1)}.mayfair::after{background:radial-gradient(circle at 40% 40%,rgba(255,255,255,.8),rgba(255,200,200,.6),#111 60%);mix-blend-mode:overlay;opacity:.4}.lofi{filter:saturate(1.1) contrast(1.5)}.lofi::after{background:radial-gradient(circle,transparent 70%,#222 150%);mix-blend-mode:multiply}._1977{filter:contrast(1.1) brightness(1.1) saturate(1.3)}._1977:after{background:rgba(243,106,188,.3);mix-blend-mode:screen}.brooklyn{filter:contrast(.9) brightness(1.1)}.brooklyn::after{background:radial-gradient(circle,rgba(168,223,193,.4) 70%,#c4b7c8);mix-blend-mode:overlay}.xpro2{filter:sepia(.3)}.xpro2::after{background:radial-gradient(circle,#e6e7e0 40%,rgba(43,42,161,.6) 110%);mix-blend-mode:color-burn}.nashville{filter:sepia(.2) contrast(1.2) brightness(1.05) saturate(1.2)}.nashville::after{background:rgba(0,70,150,.4);mix-blend-mode:lighten}.nashville::before{background:rgba(247,176,153,.56);mix-blend-mode:darken}.lark{filter:contrast(.9)}.lark::after{background:rgba(242,242,242,.8);mix-blend-mode:darken}.lark::before{background:#22253f;mix-blend-mode:color-dodge}.moon{filter:grayscale(1) contrast(1.1) brightness(1.1)}.moon::before{background:#a0a0a0;mix-blend-mode:soft-light}.moon::after{background:#383838;mix-blend-mode:lighten}.clarendon{filter:contrast(1.2) saturate(1.35)}.clarendon:before{background:rgba(127,187,227,.2);mix-blend-mode:overlay}.willow{filter:grayscale(.5) contrast(.95) brightness(.9)}.willow::before{background-color:radial-gradient(40%,circle,#d4a9af 55%,#000 150%);mix-blend-mode:overlay}.willow::after{background-color:#d8cdcb;mix-blend-mode:color}.rise{filter:brightness(1.05) sepia(.2) contrast(.9) saturate(.9)}.rise::after{background:radial-gradient(circle,rgba(232,197,152,.8),transparent 90%);mix-blend-mode:overlay;opacity:.6}.rise::before{background:radial-gradient(circle,rgba(236,205,169,.15) 55%,rgba(50,30,7,.4));mix-blend-mode:multiply}._1977:after,._1977:before,.aden:after,.aden:before,.brooklyn:after,.brooklyn:before,.clarendon:after,.clarendon:before,.earlybird:after,.earlybird:before,.gingham:after,.gingham:before,.hudson:after,.hudson:before,.inkwell:after,.inkwell:before,.lark:after,.lark:before,.lofi:after,.lofi:before,.mayfair:after,.mayfair:before,.moon:after,.moon:before,.nashville:after,.nashville:before,.perpetua:after,.perpetua:before,.reyes:after,.reyes:before,.rise:after,.rise:before,.slumber:after,.slumber:before,.toaster:after,.toaster:before,.walden:after,.walden:before,.willow:after,.willow:before,.xpro2:after,.xpro2:before{content:'';display:block;height:100%;width:100%;top:0;left:0;position:absolute;pointer-events:none}._1977,.aden,.brooklyn,.clarendon,.earlybird,.gingham,.hudson,.inkwell,.lark,.lofi,.mayfair,.moon,.nashville,.perpetua,.reyes,.rise,.slumber,.toaster,.walden,.willow,.xpro2{position:relative}._1977 img,.aden img,.brooklyn img,.clarendon img,.earlybird img,.gingham img,.hudson img,.inkwell img,.lark img,.lofi img,.mayfair img,.moon img,.nashville img,.perpetua img,.reyes img,.rise img,.slumber img,.toaster img,.walden img,.willow img,.xpro2 img{width:100%;z-index:1}._1977:before,.aden:before,.brooklyn:before,.clarendon:before,.earlybird:before,.gingham:before,.hudson:before,.inkwell:before,.lark:before,.lofi:before,.mayfair:before,.moon:before,.nashville:before,.perpetua:before,.reyes:before,.rise:before,.slumber:before,.toaster:before,.walden:before,.willow:before,.xpro2:before{z-index:2}._1977:after,.aden:after,.brooklyn:after,.clarendon:after,.earlybird:after,.gingham:after,.hudson:after,.inkwell:after,.lark:after,.lofi:after,.mayfair:after,.moon:after,.nashville:after,.perpetua:after,.reyes:after,.rise:after,.slumber:after,.toaster:after,.walden:after,.willow:after,.xpro2:after{z-index:3}.slumber{filter:saturate(.66) brightness(1.05)}.slumber::after{background:rgba(125,105,24,.5);mix-blend-mode:soft-light}.slumber::before{background:rgba(69,41,12,.4);mix-blend-mode:lighten}.tp-kbimg-wrap:after,.tp-kbimg-wrap:before{height:500%;width:500%}